@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
@charset "UTF-8";
.fabric {
  background-image: url(/images/fabric-pattern.jpg?196334ba34782c2404aab3a7227cfc69);
}

.bg-dark {
  background-color: #00224d !important;
}

.bg-light-blue {
  background-color: #00b4cf !important;
}

.bg-blue-dome {
  background: radial-gradient(94.25% 100% at 50% 100%, #00224d 0%, rgb(0, 11.4805194805, 26) 100%);
}

.bg-light {
  background-color: #e9ecec;
}

.bg-mid {
  background-color: #cacdce;
}

.bg-gold {
  background-color: #b9aa8a;
}

.section-light {
  background-color: #e9ecec;
  padding-bottom: 3rem;
}

html {
  font-size: 12px;
  scroll-behavior: smooth;
}
@media (min-width: 576px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.articleShadow {
  box-shadow: 0.5rem 0.5rem 0.7rem rgba(0, 0, 0, 0.25);
}

.sectionShadow {
  box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, 0.35);
}

.sectionShadowInner {
  box-shadow: inset 0 0.1rem 0.7rem rgba(0, 0, 0, 0.35);
}

html, body {
  font-family: "Lato", sans-serif;
}

.font-black {
  font-weight: 900;
  letter-spacing: 0.04em;
}

.font-bold {
  font-weight: 700;
  letter-spacing: 0.05em;
}

.font-normal {
  font-weight: 500;
}

.text-blue {
  color: #00224d;
}

.text-gold {
  color: #b9aa8a;
}

.text-light-blue {
  color: #00b4cf;
}

.text-op-white {
  color: rgba(255, 255, 255, 0.65);
}

#cookie-notice {
  display: block;
  visibility: hidden;
  position: fixed;
  min-width: 100%;
  height: auto;
  z-index: 100000;
  font-size: 13px;
  line-height: 20px;
  left: 0;
  text-align: center;
}

.cn-top {
  top: 0;
}

.cn-bottom {
  bottom: 0;
}

.cookie-notice-container {
  padding: 10px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.cookie-notice-revoke-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  visibility: hidden;
  box-sizing: border-box;
}

.cn-top .cookie-notice-revoke-container {
  top: 0;
  bottom: auto;
}

#cookie-notice .cn-revoke-cookie {
  margin: 0;
}

.cn-button.wp-default, .cn-button.wp-default:hover, .cn-button.bootstrap, .cn-button.bootstrap:hover {
  box-shadow: none;
  text-decoration: none;
}

#cookie-notice .cn-button {
  margin-left: 10px;
}

.cn-button.wp-default {
  font-family: sans-serif;
  line-height: 18px;
  padding: 2px 12px;
  background: linear-gradient(to bottom, #FEFEFE, #F4F4F4) repeat scroll 0 0 #F3F3F3;
  border-color: #BBB;
  color: #333;
  text-shadow: 0 1px 0 #FFF;
  -moz-box-sizing: border-box;
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
}

.cn-button.wp-default:hover {
  background: linear-gradient(to bottom, #FFFFFF, #F3F3F3) repeat scroll 0 0 #F3F3F3;
  border-color: #999;
  color: #222;
}

.cn-button.bootstrap {
  font-family: sans-serif;
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-right: 0.3em;
  margin-bottom: 0;
  *margin-left: 0.3em;
  line-height: 20px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  font-style: normal;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #04c;
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-style: solid;
  border-width: 1px;
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0088cc",endColorstr="#ff0044cc",GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  padding: 2px 10px;
  font-size: 12px;
  text-decoration: none;
  border-radius: 3px;
  outline: none;
}

.cn-button.bootstrap:hover {
  color: #fff;
  background-color: #04c;
  *background-color: #003bb3;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}

@media all and (max-width: 900px) {
  .cookie-notice-container #cn-notice-text {
    display: block;
    margin-bottom: 5px;
  }
  #cookie-notice .cn-button {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.ie-alert {
  text-align: center;
  display: none;
}
.ie-alert .overlay {
  position: fixed;
  background: rgba(255, 255, 255, 0.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1030;
}
.ie-alert .title {
  padding: 20px;
  background: #b9aa8a;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
}
.ie-alert .title span {
  display: block;
  font-size: 16px;
  margin-top: 20px;
}
.ie-alert .title .close {
  cursor: pointer;
}
.ie-alert .container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
}
.ie-alert .content {
  padding: 40px;
  background: #fff;
}
.ie-alert .content p {
  margin-bottom: 20px;
}
.ie-alert .content .col-md-3 {
  margin-bottom: 20px;
}
.ie-alert .content .name {
  margin-top: 10px;
}
.ie-alert .logo {
  height: 90px;
}

.navbar {
  transition: all 0.5s ease;
}
.navbar .phone-number {
  color: #fff;
  padding-left: 15px;
  font-size: 14px;
  padding-top: 10px;
}
.navbar .phone-number img {
  height: 12px;
  margin-top: -2px;
  margin-right: 2px;
}
@media (max-width: 992px) {
  .navbar .phone-number {
    padding-right: 15px;
    padding-top: 20px;
  }
}
.navbar .languages {
  font-size: 14px;
  margin-left: 10px;
  margin-top: -15px;
  margin-bottom: -15px;
  margin-right: -10px;
  display: flex;
  flex-direction: column;
  align-content: stretch;
}
.navbar .languages .language-item {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  padding: 2px;
  border: 1px solid rgba(0, 0, 0, 0);
}
.navbar .languages .language-item img {
  width: 20px;
  opacity: 0.6;
}
.navbar .languages .language-item.active img {
  opacity: 1;
}

.navbar-brand {
  background-image: url(/images/hr-evolution-logo-white.svg?285ff3f5a13a7f5134344b373599f70d);
  background-repeat: no-repeat;
  width: 5rem;
  height: 3.4rem;
  margin-left: 1.5rem;
  transition: all 0.5s ease;
}

.navbar-dark .navbar-nav .nav-link {
  color: #00b4cf;
  transition: all 0.5s ease;
  padding-right: 1rem;
  padding-left: 1rem;
  font-weight: 700;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgb(28.5, 225.4565217391, 255);
}

.active > .nav-link {
  color: white !important;
  cursor: default;
}

.nav-item {
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .nav-item {
    margin-bottom: 0;
  }
}

.nav-enter {
  height: 2.5rem;
  margin-left: auto;
  margin-right: 1rem;
  padding-left: 3rem;
  line-height: 1.8rem;
  background-color: #00b4cf;
  position: relative;
  border-radius: 0;
}
@media (min-width: 992px) {
  .nav-enter {
    margin-right: 0;
    margin-left: 1rem;
  }
}
.nav-enter::after {
  position: absolute;
  content: "";
  width: 3rem;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/images/enter.svg?d86d5740fc788ed3070b16994a31bebd);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60% auto;
}

.navbar-start {
  margin-top: 1.5rem;
}
.navbar-start > .navbar-brand {
  width: 7rem;
  height: 4.7rem;
}

.navbar-toggler {
  color: #b9aa8a !important;
  border: none;
}
.navbar-toggler:focus, .navbar-toggler:visited, .navbar-toggler:active {
  outline: none;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url(/images/hamburger-icon.svg?74335504d51d80e57fc2eb093748699e);
}

header {
  height: 23.3rem;
  background-size: cover;
  background-position: center;
}
@media (max-width: 770px) {
  header {
    height: auto;
    min-height: 23.3rem;
  }
}

.header-theme-container {
  padding-top: 9rem;
}

.navbar-collapse .title {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1100px) {
  .navbar-collapse .title {
    font-size: 20px;
    display: block;
    margin-top: 20px;
    text-align: center;
  }
}

.header-lead {
  background-color: #b9aa8a;
  padding: 1rem 1.5rem;
  font-size: 2.1rem;
  max-width: 21.1rem;
}
@media (min-width: 576px) {
  .header-lead {
    font-size: 2.5rem;
    padding: 1rem 3rem;
    max-width: 200rem;
  }
}
.header-lead-theme {
  padding-left: 7.5rem;
  position: relative;
  display: inline-block;
}
.header-lead-theme .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 6rem;
  height: 100%;
  background-color: rgb(165.9090909091, 146.8181818182, 106.0909090909);
  text-align: center;
}
.header-lead-theme .icon img {
  width: 40px;
  margin-top: 18px;
  border: 0;
}
@media (max-width: 576px) {
  .header-lead-theme .icon img {
    width: 25rpx;
  }
}

.header-lead-name {
  float: left;
  margin-right: 20px;
}
.header-lead-sub {
  float: left;
  background-color: rgb(165.9090909091, 146.8181818182, 106.0909090909);
  font-size: 18px;
  height: 80px;
  padding: 1rem 1.5rem;
  margin: -1rem 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header-lead-sub::before {
  width: 20px;
  height: 20px;
  background: #b9aa8a;
  content: "";
  position: absolute;
  left: -10px;
  top: calc(50% - 10px);
  transform: rotate(45deg);
}
.header-lead-sub.last {
  margin-right: -3rem;
}
.header-lead-posts {
  float: left;
  background-color: rgb(138.2727272727, 120.5454545455, 82.7272727273);
  font-size: 14px;
  height: 80px;
  padding: 1rem 1.5rem;
  margin: -1rem 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: -3rem;
}
.header-lead-posts::before {
  width: 20px;
  height: 20px;
  background: rgb(165.9090909091, 146.8181818182, 106.0909090909);
  content: "";
  position: absolute;
  left: -10px;
  top: calc(50% - 10px);
  transform: rotate(45deg);
}
@media (max-width: 770px) {
  .header-lead-name, .header-lead-sub, .header-lead-posts {
    display: block;
    float: none;
    margin: 0;
    padding: 10px;
    height: auto;
  }
  .header-lead-name::before, .header-lead-sub::before, .header-lead-posts::before {
    display: none;
  }
  .header-lead-sub, .header-lead-posts {
    font-size: 12px;
  }
}

.header-index {
  background-image: url(/images/header-bg-01.jpg?1817f0245dc8263a7be3294a4f72cedc);
}
.header-index > .container > .row > .header-lead {
  transform: translateY(2.5rem);
  font-size: 2.1rem;
  max-width: 18.1rem;
}
@media (min-width: 576px) {
  .header-index > .container > .row > .header-lead {
    font-size: 2.5rem;
    padding: 1rem 3rem;
    max-width: 24rem;
  }
}
@media (min-width: 1200px) {
  .header-index > .container > .row > .header-lead {
    max-width: 100rem;
  }
}

.header-rights {
  background-image: url(/images/header-bg-rights.jpg?db8ce10718322d61fd1e57f26b05da18);
}

.header-gyik {
  background-image: url(/images/header-bg-gyik.jpg?f4d78a3ecd2a2bbaf6e9cbdca47c65a6);
}

.header-staff {
  background-image: url(/images/header-bg-staff.jpg?55a5af60b6bbd0a352001f2b584caef7);
}

.header-profile {
  background-image: url(/images/header-bg-profile.jpg?97044f3f72e8fb5a3637fa76042c198b);
}

.header-login {
  background-image: url(/images/header-bg-login.jpg?4e9825a9eb33b4becdc5f68d7f3a5de3);
  height: 36rem;
  overflow: hidden;
}
.header-login.half {
  height: 16rem;
}
.header-login > .container > .row > .heading-primary,
.header-login > .container > .row > .header-lead {
  z-index: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
@media (min-width: 576px) {
  .header-login > .container > .row > .heading-primary,
  .header-login > .container > .row > .header-lead {
    max-width: 68%;
  }
}
.header-login-blue {
  display: none;
}
@media (min-width: 992px) {
  .header-login-blue {
    display: block;
    position: absolute;
    width: 10rem;
    height: 200rem;
    top: -3rem;
    left: 0;
    background-color: #048bb0;
  }
}
@media (min-width: 992px) {
  .header-login {
    background-image: url(/images/header-bg-login-wide.jpg?438096bab619eac1373497fd5b8f63a4);
  }
}

.header-tanacsadasaim {
  background-image: url(/images/header-bg-tanacsadasaim.jpg?8ef7d42350f2772c155b4b30fe3fdade);
}
@media (min-width: 992px) {
  .header-tanacsadasaim {
    background-image: url(/images/header-bg-tanacsadasaim-wide.jpg?3aa07eae2a49f43f34ccc159c56698e4);
  }
}
.header-tanacsadasaim > .container > .row > .header-lead {
  font-size: 1.5rem;
}
@media (min-width: 576px) {
  .header-tanacsadasaim > .container > .row > .header-lead {
    font-size: 2.5rem;
  }
}

.footer {
  background-color: #00224d;
  background: radial-gradient(95.21% 101.02% at 50% -1.02%, #00224d 0%, rgb(0, 11.4805194805, 26) 100%);
  padding: 5rem 0;
}
.footer .footer-logo {
  width: 10rem;
  height: 5rem;
  background-image: url(/images/hr-evolution-logo-white.svg?285ff3f5a13a7f5134344b373599f70d);
  background-repeat: no-repeat;
  margin-left: 2rem;
}
.footer-links .footer-link {
  padding: 0.5rem 1.2rem;
  color: white;
}
.footer-links .footer-link:hover, .footer-links .footer-link:active {
  text-decoration: underline;
}

.breadcrumb-wrapper {
  background-color: #00224d;
  margin: 0.3rem 0;
  position: relative;
}
.breadcrumb-wrapper::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  content: "";
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}

.breadcrumb {
  border-radius: 0;
  padding: 0 0;
  background-color: #eaecec;
  margin-bottom: 0;
}
.breadcrumb-nr, .breadcrumb-title {
  display: inline-block;
  padding: 1.5rem 1rem;
  color: #cacdce;
  text-decoration: none;
}
.breadcrumb-nr {
  min-width: 5rem;
  box-shadow: 1rem 0 2rem rgba(0, 0, 0, 0.3);
  position: relative;
  font-weight: 900;
  font-size: 2.5rem;
}
@media (min-width: 576px) {
  .breadcrumb-nr {
    min-width: 2.9rem;
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  .breadcrumb-nr {
    min-width: 5rem;
    font-size: 2.5rem;
  }
}
.breadcrumb-nr::before {
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  content: "";
  right: -0.7rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  background-color: #eaecec;
}
@media (min-width: 576px) {
  .breadcrumb-nr::before {
    width: 1rem;
    height: 1rem;
    right: -0.5rem;
  }
}
@media (min-width: 768px) {
  .breadcrumb-nr::before {
    width: 1.4rem;
    height: 1.4rem;
    right: -0.7rem;
  }
}
.breadcrumb-title {
  flex-grow: 4;
  font-weight: 700;
  text-transform: uppercase;
}
.breadcrumb > .post {
  background-color: #00224d;
}
.breadcrumb > .post > a > .breadcrumb-nr {
  color: #00b4cf;
  background-color: #00224d;
}
.breadcrumb > .post > a > .breadcrumb-nr::before {
  background-color: #00224d;
}
.breadcrumb > .post > a > .breadcrumb-title {
  color: #00b4cf;
}
.breadcrumb > .active {
  background-image: linear-gradient(to right, rgb(0, 79.038961039, 179), #00b4cf);
}
.breadcrumb > .active > a > .breadcrumb-nr {
  color: white;
  background-color: #00b4cf;
}
.breadcrumb > .active > a > .breadcrumb-nr::before {
  background-color: #00b4cf;
}
.breadcrumb > .active > a > .breadcrumb-title {
  color: white;
}

.breadcrumb-item {
  width: 50%;
  overflow: hidden;
}
@media (min-width: 576px) {
  .breadcrumb-item {
    width: 25%;
  }
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "" !important;
  padding-right: 0;
  display: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

.author-wrapper {
  margin-bottom: 1.5rem;
}
.author-wrapper > .author-img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}
.author-wrapper .author {
  margin-left: 1.5rem;
}
.author-wrapper .author-name {
  font-weight: 900;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  color: rgb(98.75, 98.75, 98.75);
}
.author-wrapper .author-title {
  font-size: 11px;
  letter-spacing: 0.05em;
}

.btn {
  background-color: #00b4cf;
  color: white;
  font-weight: 700;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease;
}
.btn:hover, .btn:active {
  color: white;
  background-color: #b9aa8a;
}
.btn-center {
  margin: 0 auto;
  display: block;
}
.btn-small {
  font-size: 0.9rem;
  padding-top: 0;
  padding-bottom: 0;
  height: 1.4rem;
  font-weight: 700;
}
.btn-dark {
  background-color: #00224d;
}
.btn-dark:hover, .btn-dark:active {
  background-color: rgb(0, 0.2207792208, 0.5);
}
.btn-white {
  background-color: white;
}
.btn-white:hover, .btn-white:active {
  background-color: #f3d189;
}
.btn-next::after, .btn-next-light::after, .btn-done::after, .btn-down::after, .btn-up::after, .btn-delete::after, .btn-trash::after, .btn-user::after, .btn-edit::after, .btn-add::after, .btn-prev::after, .btn-submit::after {
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  transition: all 0.3s ease;
}
.btn-change {
  padding-left: 3rem;
  margin-top: 10px;
  text-transform: uppercase;
  position: relative;
}
.btn-change::before {
  background-color: #fff;
  background-image: url(/images/arrow-right-dark.svg?0e7a545a4e94d17bb0997a25c278b383);
  background-position-x: right;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 1.9em 60%;
  top: 0;
  left: 0;
  width: 2rem;
  height: 100%;
  content: "";
  position: absolute;
}
.btn-next {
  padding-right: 3rem;
  position: relative;
}
.btn-next::after {
  background-color: #00b4cf;
  background-image: url(/images/arrow-right.svg?6395875ea8e859d2d3652a1ae3ed16eb);
  background-position-x: right;
  background-position-y: center;
  background-size: 1.9em 60%;
  top: 0;
  right: 0;
  width: 2rem;
  height: 100%;
}
.btn-next:hover::after {
  background-color: #b9aa8a;
}
.btn-next-light::after {
  background-color: rgb(0, 0.2207792208, 0.5);
}
.btn-next-light:hover::after, .btn-next-light:active::after {
  background-color: rgb(154.2272727273, 134.4545454545, 92.2727272727);
}
.btn-next-white::after {
  background-color: white;
  background-image: url(/images/arrow-right-blue.svg?641376e4859ec30b7f9857ac65dc7bd2);
}
.btn-next-white:hover::after, .btn-next-white:active::after {
  background-color: #b9aa8a;
}
.btn-next-black {
  background-color: #121b1d;
}
.btn-next-black::after {
  background-color: white;
  background-image: url(/images/arrow-right-dark.svg?0e7a545a4e94d17bb0997a25c278b383);
}
.btn-prev, .btn-done, .btn-down, .btn-up, .btn-user, .btn-delete, .btn-trash, .btn-edit, .btn-add {
  padding-left: 3rem;
  position: relative;
}
.btn-prev::after, .btn-done::after, .btn-down::after, .btn-up::after, .btn-user::after, .btn-delete::after, .btn-trash::after, .btn-edit::after, .btn-add::after {
  background-color: #00b4cf;
  background-position-x: left;
  background-position-y: center;
  background-size: 2.3em 1.5rem;
  top: 0;
  left: 0;
  width: 2.3rem;
  height: 100%;
}
.btn-prev {
  color: #00224d;
  background-color: white;
}
.btn-prev:hover {
  color: #00224d;
  background-color: #b9aa8a;
}
.btn-prev::after {
  background-color: #00224d;
  background-image: url(/images/arrow-left.svg?89c399c2acfe35697f3a892f133700cd);
}
.btn-prev:hover::after {
  background-color: rgb(0, 0.2207792208, 0.5);
}
.btn-done:hover::after, .btn-down:hover::after, .btn-up:hover::after, .btn-user:hover::after, .btn-add:hover::after, .btn-submit:hover::after, .btn-edit:hover::after, .btn-delete:hover::after, .btn-trash:hover::after {
  background-color: #b9aa8a;
}
.btn-done::after {
  background-image: url(/images/icon-done.svg?e44c9042aad15d198c6c35125cca0967);
}
.btn-delete::after {
  background-image: url(/images/icon-delete.svg?07db8041894ecdf125e088ed16a7f3da);
}
.btn-down::after {
  background-image: url(/images/icon-down.svg?430194db4f69abe6ffea61b80193944c);
}
.btn-up::after {
  background-image: url(/images/icon-up.svg?25075ff57635e48707ba32df40ee2980);
}
.btn-user::after {
  background-image: url(/images/icon-user.svg?5d0831aa59ad9d9c86b5fb5b364ea9d1);
}
.btn-trash::after {
  background-image: url(/images/icon-trash.svg?fa319669e1fa3941a328f9bc605d04f9);
}
.btn-down::after {
  background-image: url(/images/icon-down.svg?430194db4f69abe6ffea61b80193944c);
}
.btn-edit:after {
  background-image: url(/images/icon-staff.svg?48de19de21d793e5cb9a57d55b8f7296);
}
.btn-add:after {
  background-image: url(/images/icon-add.svg?19f95c0ad4783f184363cfe1524c6441);
}
.btn-submit {
  padding-right: 3rem;
  position: relative;
}
.btn-submit::after {
  background-image: url(/images/arrow-up.svg?8d8cbe2dec93b73fc82f777c40a4a266);
  background-position-x: right;
  background-position-y: 0.3rem;
  background-size: 2.3em 60%;
  top: 0;
  right: 0;
  width: 2.3rem;
  height: 100%;
}
.btn-attach {
  width: 2.3rem;
  height: 2.3rem;
  background-image: url(/images/icon-attachment.svg?f336b696c6e28c560d9bc5f1495b970c);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 68%;
}
.btn-trash {
  width: 2.3rem;
  height: 2.3rem;
  padding-left: 0;
}
.btn-emo {
  height: 2.3rem;
  background-image: url(/images/icon-emo.svg?103f01c38126f889a1d3a64b24bc9b95);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 68%;
}

.gold-link {
  color: #b9aa8a;
  text-decoration: underline;
}
.gold-link:hover {
  color: #f3d189;
  text-decoration: underline;
}

.blue-link {
  color: #00b4cf;
  text-decoration: underline;
}
.blue-link:hover {
  color: rgb(3, 222.1304347826, 255);
  text-decoration: underline;
}

.check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0rem;
  left: 0.8rem;
  height: 1.5rem;
  width: 1.5rem;
  background-color: #eee;
  transition: all 0.3s ease;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
  background-color: rgb(204.0909090909, 193.1818181818, 169.9090909091);
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background-color: #00b4cf;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 0.5rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.selected .checkmark {
  background-color: #00b4cf;
}
.selected .checkmark:after {
  display: block;
}

.turner-wrapper {
  background-color: rgb(246.6829268293, 247.8170731707, 247.8170731707);
  margin-top: 1.8rem;
  box-shadow: 0rem 0.5rem 0.7rem rgba(0, 0, 0, 0.15);
}
.turner-wrapper .turner {
  padding: 3rem;
}
.turner-wrapper .turner .prew, .turner-wrapper .turner .next {
  height: 2.3rem;
  width: 2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 72%;
}
.turner-wrapper .turner .prew {
  background-image: url(/images/arrow-left-dark.svg?4879f2c7ceab547c5319a375f91b237d);
}
.turner-wrapper .turner .next {
  background-image: url(/images/arrow-right-dark.svg?0e7a545a4e94d17bb0997a25c278b383);
}

.form-control {
  border-radius: 0;
  border: 1px solid #eaecec;
  background-clip: border-box;
}
.form-control:focus {
  border-color: rgb(204.0909090909, 193.1818181818, 169.9090909091);
  box-shadow: 0 0 0 0.2rem rgba(185, 170, 138, 0.3);
}

.form-control::-webkit-input-placeholder {
  color: #b9aa8a;
} /* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
  color: #b9aa8a;
} /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
  color: #b9aa8a;
} /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
  color: #b9aa8a;
} /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
  color: #b9aa8a;
} /* Microsoft Edge */
option:first-child {
  color: #b9aa8a;
}

.form-check .privacy-info {
  font-size: 13px;
  line-height: 1.3;
  margin-top: 10px;
}

.consultant-box {
  width: 50%;
  padding: 40px;
  border-top: 1px solid rgb(241, 241, 241);
}
.consultant-box:nth-child(2n) {
  border-left: 1px solid rgb(241, 241, 241);
}
@media (max-width: 800px) {
  .consultant-box {
    width: 100%;
    border-left: 0;
  }
}

.card {
  border: none;
  border-radius: 0;
}

fieldset, label {
  margin: 0;
  padding: 0;
}

/****** Style Star Rating Widget *****/
.rating {
  border: none;
}

.rating > input {
  display: none;
}

.rating > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before {
  content: "\f089";
  position: absolute;
}

.rating > label {
  color: #ddd;
  float: right;
}

.rating-wrapper .clear-rating {
  margin-left: 20px;
  cursor: pointer;
  display: none;
}

/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: rgb(255, 145, 0);
} /* hover previous stars in list */
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #ffa733;
}

.fa-star {
  color: #ddd;
}

.checked {
  color: #b9aa8a;
}

.themes-bg > .fabric {
  height: 30rem;
  background-size: 200px 200px;
}
@media (min-width: 576px) {
  .themes-bg > .fabric {
    height: 18rem;
  }
}
@media (min-width: 768px) {
  .themes-bg > .fabric {
    height: 20rem;
  }
}
@media (min-width: 992px) {
  .themes-bg > .fabric {
    height: 16rem;
  }
}
.themes-bg > .grey {
  height: 16rem;
  background-color: #e9ecec;
}
@media (min-width: 576px) {
  .themes-bg > .grey {
    height: 8rem;
  }
}
@media (min-width: 992px) {
  .themes-bg > .grey {
    height: 6rem;
  }
}
.themes-bg > .blue {
  height: 26rem;
  background: radial-gradient(94.25% 100% at 50% 100%, #00224d 0%, rgb(0, 11.4805194805, 26) 100%);
}
@media (min-width: 576px) {
  .themes-bg > .blue {
    height: 16rem;
  }
}
@media (min-width: 768px) {
  .themes-bg > .blue {
    height: 17rem;
  }
}
@media (min-width: 992px) {
  .themes-bg > .blue {
    height: 24rem;
  }
}

.heading-wrapper {
  border-left: 1.6rem solid #00b4cf;
  padding-left: 1.5rem;
}

.heading-primary,
.heading-secondary {
  padding: 0.5rem 1.5rem;
}

.heading-primary {
  display: inline-block;
  background-color: white;
}

.themes {
  margin-top: -72rem;
  padding-top: 3rem;
}
@media (min-width: 576px) {
  .themes {
    margin-top: -42rem;
  }
}
@media (min-width: 768px) {
  .themes {
    margin-top: -45rem;
  }
}
@media (min-width: 992px) {
  .themes {
    margin-top: -46rem;
  }
}
.themes-wrapper {
  margin-top: 3rem;
  margin-bottom: 5rem;
}
.themes-wrapper .theme-box {
  box-shadow: 0.5rem 0.5rem 0.7rem rgba(0, 0, 0, 0.25);
  text-align: center;
  width: 42%;
  padding: 0.8rem;
  margin-bottom: 0;
  padding-top: 8.5rem;
  background-color: #b9aa8a;
  color: white;
  font-weight: 700;
  border: 1px solid #eaecec;
  border-radius: 0;
  background-size: 4rem 4rem;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 2.7rem;
  transition: all 0.3s ease;
}
.themes-wrapper .theme-box:hover, .themes-wrapper .theme-box:active {
  background-color: #00224d;
  border-color: #00224d;
}
@media (min-width: 576px) {
  .themes-wrapper .theme-box {
    padding: 0.5rem;
    padding-top: 7rem;
    width: 25%;
    background-position-y: 2rem;
  }
}
@media (min-width: 768px) {
  .themes-wrapper .theme-box {
    padding: 1rem;
    padding-top: 8.5rem;
    background-position-y: 2.6rem;
  }
}
@media (min-width: 992px) {
  .themes-wrapper .theme-box {
    padding: 1.6rem;
    padding-top: 10rem;
    background-position-y: 3.2rem;
    background-size: 5rem 5rem;
  }
}

.ribbon {
  height: 1.8rem;
}

.articles-section {
  background-color: #e9ecec;
}

.heading-section {
  box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, 0.35);
}

.heading-container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.article {
  background-color: rgb(246.6829268293, 247.8170731707, 247.8170731707);
  box-shadow: 0.5rem 0.5rem 0.7rem rgba(0, 0, 0, 0.25);
  margin-top: 1.8rem;
}
.article .figure, .article-text {
  width: 100%;
}
@media (min-width: 768px) {
  .article .figure, .article-text {
    width: 50%;
  }
}
.article .figure {
  margin-bottom: 0;
}
.article-img {
  min-height: 22rem;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.article-text {
  padding: 1.5rem;
  color: #565656;
}
.article-text .article-title {
  font-weight: 900;
  border-bottom: 1px solid #b9aa8a;
  padding-bottom: 1rem;
  margin-bottom: 1.8rem;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
}
.article-text > p {
  font-weight: 700;
  text-align: justify;
}
.article-text .article-btn {
  letter-spacing: 0.05em;
}

.article-review-form .text-review {
  display: none;
}
.article-review-form .btn {
  margin-top: 10px;
}

.bg-blue-dome {
  color: #fff;
  padding: 30px;
}
.bg-blue-dome span {
  font-size: 20px;
}
.bg-blue-dome.height-full {
  height: 100%;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.blue-articles {
  height: 15rem !important;
}

.articles-detailed-section {
  padding-top: 1.8rem;
  padding-bottom: 3rem;
}

.article-detailed-container {
  margin-top: -16rem;
}

.art-title {
  letter-spacing: 0.08rem;
  font-size: 1.5rem;
}
@media (min-width: 359px) {
  .art-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 576px) {
  .art-title {
    font-size: 2.5rem;
  }
}

.author-wrapper-detailed {
  background-color: rgb(238.4731707317, 240.7268292683, 240.7268292683);
  padding: 1.5rem;
}

.text {
  padding: 1.5rem;
  max-width: 100vw;
}

.article-detailed-img {
  width: 100%;
  height: 42rem;
  background-size: cover;
  background-position: center;
}

.header-rating {
  padding: 1.5rem;
}

.rating-wrapper i {
  font-size: 20px;
}
.rating-wrapper i.active {
  color: rgb(255, 145, 0);
}

.rating-wrapper > p {
  margin: 0;
  margin-left: 1.5rem;
}

.comment-box {
  border-bottom: 1px solid #cacdce;
}

.article-help {
  background: radial-gradient(94.25% 100% at 50% 100%, #00224d 0%, #000b1a 100%);
  color: #fff;
}

.situation {
  background-color: #b9aa8a;
  display: flex;
  align-items: center;
  padding: 1rem;
  padding-left: 5rem;
  position: relative;
  letter-spacing: 0.05rem;
  margin-bottom: 0.5rem;
  border: none;
  width: 100%;
  transition: all 0.3s ease;
}
.situation:hover {
  background-color: #00224d;
}
.situation-after {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 100%;
  background-color: rgb(165.9090909091, 146.8181818182, 106.0909090909);
  content: "";
  background-size: auto 80%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.situation:hover .situation-after {
  background-color: #00b4cf;
}
.situation > .form-control {
  margin-left: 1.8rem;
  margin-top: -0.7rem;
  margin-bottom: -0.7rem;
}
.situation ::-moz-placeholder {
  color: #b9aa8a;
}
.situation ::placeholder {
  color: #b9aa8a;
}
.situation-credit-after {
  background-size: auto 63%;
}
.situation-solicitation-after {
  background-size: auto 68%;
}
.situation-remedy-after {
  background-size: auto 71%;
}
.situation-other-after {
  background-size: 75% 80%;
}

.themes-bg-expert > .fabric {
  position: relative;
  height: 30rem;
}
.themes-bg-expert > .fabric > .expert-blue {
  background-image: url(/images/expert-blue.jpg?e0a734dd1880f6dc091e61caf54768f4);
  background-size: cover;
  width: 81%;
  min-width: 300px;
  height: calc(100% - 7.3rem);
  position: absolute;
  top: 7.3rem;
  left: -10%;
  padding: 0.8rem;
  padding-left: 0;
}
@media (min-width: 576px) {
  .themes-bg-expert > .fabric > .expert-blue {
    width: 60%;
    height: 100%;
    top: 0;
  }
}
.themes-bg-expert > .fabric > .expert-blue > .dashed-frame {
  background-image: url(/images/dashed-frame.svg?117fbad69243140d53c85779fb112d8a);
  background-position: right;
  height: 21.4rem;
  width: 1920px;
  position: absolute;
  right: 0.8rem;
  top: 0.8rem;
}
@media (min-width: 576px) {
  .themes-bg-expert > .fabric > .expert-blue > .dashed-frame {
    height: 28.4rem;
  }
}

.expert-text-container {
  margin-top: -28rem;
  position: relative;
}
.expert-text-container .expert-text {
  max-width: 427px;
}
@media (min-width: 1200px) {
  .expert-text-container .expert-text {
    max-width: 450px;
  }
}
.expert-text-container .expert-text .expert-headline-1 {
  letter-spacing: 0.05em;
  max-width: 22rem;
  line-height: 2.2rem;
}
.expert-text-container .expert-text .expert-headline-2 {
  letter-spacing: 0.05em;
  line-height: 2.5rem;
  margin-left: 1.5rem;
}
@media (min-width: 471px) {
  .expert-text-container .expert-text .expert-headline-2 {
    margin-left: 3rem;
  }
}
@media (min-width: 576px) {
  .expert-text-container .expert-text .expert-headline-2 {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .expert-text-container .expert-text .expert-headline-2 {
    margin-left: 3rem;
  }
}
.expert-text-container .expert-text .expert-button-wrapper {
  background-color: white;
  padding: 0.5rem;
  padding-left: 4rem;
  letter-spacing: 0.05em;
  background-image: url(/images/arrow-right-dark.svg?0e7a545a4e94d17bb0997a25c278b383);
  background-repeat: no-repeat;
  background-position: 1.5rem center;
  background-size: 1rem 1.2rem;
}

.expert-image {
  min-height: 30rem;
  background-size: cover;
  background-position: right;
  background-image: url(/images/expertsRecommend.jpg?7990e8a03ddb93721ddab956a40ffea6);
}
@media (min-width: 768px) {
  .expert-image {
    margin-left: 15px;
    margin-right: -15px;
  }
}

.expert-icons-bg {
  height: 10rem;
  background-color: #001c43;
}
.expert-icons-bg .expert-icons-white-bg {
  width: 100%;
  height: 100%;
  background-color: white;
}
@media (min-width: 768px) {
  .expert-icons-bg .expert-icons-white-bg {
    width: 50%;
  }
}

.expert-gray {
  height: 10rem;
}
@media (min-width: 334px) {
  .expert-gray {
    height: 9rem;
  }
}
@media (min-width: 471px) {
  .expert-gray {
    height: 7.8rem;
  }
}
@media (min-width: 768px) {
  .expert-gray {
    height: 10rem;
  }
}

.expert-mobile-blue {
  width: 100%;
  height: 8rem;
  background-color: #001c43;
}
@media (min-width: 768px) {
  .expert-mobile-blue {
    display: none;
  }
}

.expert-icons-container {
  margin-top: -26.5rem;
}
@media (min-width: 334px) {
  .expert-icons-container {
    margin-top: -25.5rem;
  }
}
@media (min-width: 471px) {
  .expert-icons-container {
    margin-top: -24.3rem;
  }
}
@media (min-width: 768px) {
  .expert-icons-container {
    margin-top: -18.5rem;
  }
}

.expert-icon {
  padding-top: 10rem;
  background-size: 4rem 4rem;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 2.7rem;
}
.expert-icon-anonim {
  background-image: url(/images/anonim.svg?a2db0a078bc9f7ae5effd9929f7bf3cd);
}
.expert-icon-free {
  background-image: url(/images/free.svg?91a62eef87e0add501f234106d6f87ab);
}
.expert-icon-fast {
  background-image: url(/images/fast.svg?b7e6b9ac44f8901cc6aa0f75bc3fca58);
}
.expert-icon-professional {
  background-image: url(/images/professional.svg?6c8be5763a6227d82cba822d065dd485);
}
.expert-icon > p {
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}

.program-login-row {
  padding: 1.5rem 0;
}
.program-login-row .link {
  color: #fff;
}

.problem-after-shadow {
  height: 100%;
  width: calc(100% + 4rem);
  top: 0;
  left: -2rem;
}

.problem-cards-row {
  margin-top: 1.8rem;
  z-index: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
@media (min-width: 992px) {
  .problem-cards-row {
    box-shadow: 0 -0.5rem 0.7rem rgba(0, 34, 77, 0.25);
    margin-top: -3rem;
  }
}

.problem-card-wrapper {
  padding: 0;
}

.problem-card {
  position: relative;
  background-color: rgb(246.6829268293, 247.8170731707, 247.8170731707);
  height: 100%;
  color: white;
  text-align: center;
}
.problem-card-munkahely {
  background-color: #b9aa8a;
}
.problem-card-jogi {
  background-color: #809bad;
}
.problem-card-egeszseg {
  background-color: #00224d;
}
.problem-card-penzugy {
  background-color: #00b4cf;
}
.problem-card .problem-card-img {
  height: 11rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.problem-card .problem-card-img-munkahely {
  background-image: url("/images/login/card-img-munkahely.jpg");
}
.problem-card .problem-card-img-jogi {
  background-image: url("/images/login/card-img-jogi.jpg");
}
.problem-card .problem-card-img-egeszseg {
  background-image: url("/images/login/card-img-egeszseg.jpg");
}
.problem-card .problem-card-img-penzugy {
  background-image: url("/images/login/card-img-penzugy.jpg");
}
.problem-card .card-text {
  padding: 0.75rem;
  padding-bottom: 3.6rem;
  font-weight: 700;
}
.problem-card > .btn {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
}

.more-info-section {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.more-info-section::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 13.5rem;
  background-color: white;
  content: "";
}

.more-info-icon {
  display: block;
  height: 10.5rem;
  background-color: white;
  background-size: 6rem;
  background-position: center;
  background-repeat: no-repeat;
}

.icon-employee {
  background-image: url("/images/login/employee.svg");
}

.icon-employer {
  background-image: url("/images/login/employer.svg");
}

.form-check-input.form-control {
  height: auto;
  margin-right: 10px;
}

.tanacsaim-blue-dome {
  height: 8rem;
}

.list-head {
  padding: 1.8rem 1rem;
}
.list-head:first-child {
  margin-top: -5rem;
}
.list-head > .heading-primary {
  margin-right: auto;
  margin-top: 1rem;
}
.list-head > .btn {
  margin-left: 1rem;
}

.lista {
  width: 100%;
  overflow: auto;
  background-color: white;
}
.lista.tanacsadasok table tr:nth-child(2n) {
  background: rgb(236, 236, 236);
}

.list-wrapper {
  background-color: white;
  word-wrap: break-word;
}
.list-wrapper img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .list-wrapper .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
  }
}
.list-wrapper .blue-box {
  margin-top: 20px;
  padding: 20px;
  color: #fff;
  background-color: #00224d;
  background: radial-gradient(95.21% 101.02% at 50% -1.02%, #00224d 0%, rgb(0, 11.4805194805, 26) 100%);
}
.list-wrapper .blue-box p {
  color: #00b4cf;
  padding-left: 25px;
}
.list-wrapper .blue-box h4 {
  border-left: 10px solid #00b4cf;
  padding-left: 10px;
  height: 50px;
}
.list-wrapper .blue-box .files-list {
  text-transform: uppercase;
  padding-left: 25px;
}
.list-wrapper .blue-box .files-list .attachments {
  margin: 10px 0;
}
.list-wrapper .blue-box .files-list .attachments .btn-trash {
  background-color: none !important;
  background: none !important;
  margin-left: 4px;
}
.list-wrapper .blue-box .files-list .btn-attach {
  display: block;
  width: auto;
  margin: 0 auto;
  background-image: none;
}

.adatok-wrapper {
  background-color: #eaecec;
  border-left: 1px solid #eaecec;
  border-top: 1px solid #eaecec;
}

.kategoria,
.leiras {
  border-right: 1px solid #eaecec;
  border-bottom: 1px solid #eaecec;
  padding: 0.5rem 1rem;
  background-color: white;
}

.kategoria {
  text-align: right;
  color: white;
  background-color: #b9aa8a;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.05rem;
}

.leiras {
  font-weight: bold;
}

.chat-header {
  padding: 1.5rem 3rem;
}

.chat {
  border: 1px solid #eaecec;
  height: 26rem;
  overflow: auto;
  margin: 1.5rem;
  scroll-behavior: smooth;
}

.chat-row {
  cursor: default;
  width: calc(100% - 4px);
}
.chat-row:nth-child(odd) {
  background-color: rgb(243.9463414634, 245.4536585366, 245.4536585366);
}
.chat-row:last-child {
  margin-bottom: 5rem;
  border-bottom: 1px solid #eaecec;
}
.chat-row:hover {
  background-color: rgb(237.6, 252.7304347826, 255);
}
.chat-row > p {
  margin-bottom: 0;
  padding: 0.5rem 1rem;
}
.chat-row .date {
  width: 6rem;
  padding: 10px;
}
.chat-row .tanacsado,
.chat-row .munkavallalo {
  width: 6rem;
  font-weight: 700;
  padding: 10px;
}
.chat-row .tanacsado {
  color: #b9aa8a;
}
.chat-row .munkavallalo {
  color: #00224d;
}
.chat-row .message {
  padding: 10px;
}
.chat-row.system-message .message {
  color: rgb(119, 119, 119);
}

.chat-input {
  position: relative;
  width: calc(100% - 3rem);
}
.chat-input-buttons {
  position: absolute;
  top: 0;
  right: -1.5rem;
}
.chat-input-buttons .btn-attach {
  margin-bottom: 0.5rem;
}

.hour-panel .time {
  padding: 10px;
  font-size: 20px;
  text-align: center;
  outline: none;
}
.hour-panel .btn {
  margin-top: 30px;
}

.privacy-check-list .form-check {
  padding: 10px 20px;
}
.privacy-check-list .form-check .row {
  width: 90%;
  margin: 10px auto auto auto;
}
.privacy-check-list .invalid-feedback {
  display: block;
}

.faq-block {
  width: 100%;
  margin-bottom: 1.5rem;
}
.faq-block:first-child {
  margin-top: -2.5rem;
}

.faq-sub-block {
  margin-bottom: 1.5rem;
}

.slide-block-header {
  padding: 1.5rem 3rem 1.5rem 4.2rem;
  background-image: url(/images/arrow-dn.svg?e2f7220f83bdb7d6d24f576c1d31e1e4);
  background-repeat: no-repeat;
  background-size: auto 2rem;
  background-position-x: 0.9rem;
  background-position-y: 1.4rem;
}

.slide-block-sub-header {
  padding: 1rem 3rem 1rem 4.2rem;
  background-color: rgb(243.9463414634, 245.4536585366, 245.4536585366);
  background-image: url(/images/arrow-dn-blue.svg?368ee14e57cd5669094c86f8fbeae274);
  background-repeat: no-repeat;
  background-size: auto 2rem;
  background-position-x: 0.9rem;
  background-position-y: 1.2rem;
}

.slide-close {
  background-image: url(/images/arrow-right.svg?6395875ea8e859d2d3652a1ae3ed16eb) !important;
  background-position-x: 1.5rem;
  background-position-y: center;
}

.slide-sub-close {
  background-image: url(/images/arrow-right-blue.svg?641376e4859ec30b7f9857ac65dc7bd2) !important;
  background-position-x: 1.5rem;
  background-position-y: center;
}

.btn-staff-new {
  background-image: url(/images/icon-staff-new.svg?6ebcccc0386659f23635f52be28fd549);
}

.btn-staff-manage {
  background-image: url(/images/icon-staff-manage.svg?a4cfd838119a6afb541f6581799142d6);
  background-size: 6rem 6rem;
  background-position-y: 2.5rem;
}

.btn-statistics {
  background-image: url(/images/icon-statistics.svg?cda98614e206e356e5d2ba940d4b7b15);
}

.dataTables_wrapper .row {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
  padding: 10px;
}
.dataTables_wrapper .dataTables_paginate {
  text-align: right;
}
.dataTables_wrapper .dataTables_paginate a {
  padding: 10px;
  background-color: #00b4cf;
  color: white;
  font-weight: 700;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease;
  outline: none;
}

@media (min-width: 768px) {
  .staff-new-input-wrapper {
    width: 690px;
    margin-left: auto;
    margin-right: auto;
  }
}

.header-blue-dome {
  height: 13rem;
}

@media (min-width: 576px) {
  .w-sm-100 {
    width: 100%;
  }
}

.border-top-blue {
  border-top: 5px solid #00b4cf;
}

.table-row-inactive {
  color: #cacdce;
  font-style: italic;
}

.manage-box {
  text-align: center;
  padding-bottom: 0.5rem;
}
.manage-box > p {
  margin-bottom: 1.8rem;
}
.manage-box > .btn {
  width: 100%;
  max-width: 15rem;
  margin: 0 auto 1rem auto;
}
.manage-box .nr {
  font-weight: 900;
  font-size: 6rem;
  color: #eaecec;
}
.manage-box-1 {
  background-color: #b9aa8a;
}
.manage-box-2 {
  background-color: rgb(169.7272727273, 151.4545454545, 112.4727272727);
}
.manage-box-3 {
  background-color: rgb(151.0363636364, 131.6727272727, 90.3636363636);
}

.profile-img-wrapper {
  width: 100%;
  height: 20rem;
  background-color: #e9ecec;
  position: relative;
}
.profile-img-wrapper .btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 576px) {
  .profile-img-wrapper {
    height: 12.9rem;
  }
}
@media (min-width: 1200px) {
  .profile-img-wrapper {
    height: 16rem;
  }
}
.profile-img-wrapper .profile-img {
  width: 17rem;
  height: 17rem;
  border-radius: 50%;
}
@media (min-width: 576px) {
  .profile-img-wrapper .profile-img {
    width: 10rem;
    height: 10rem;
  }
}
@media (min-width: 768px) {
  .profile-img-wrapper .profile-img {
    width: 11rem;
    height: 11rem;
  }
}
@media (min-width: 1200px) {
  .profile-img-wrapper .profile-img {
    width: 13rem;
    height: 13rem;
  }
}

.new-image-notification {
  display: none;
}

.profile-btn-kep {
  width: calc(55% - 0.6rem);
}
@media (min-width: 576px) {
  .profile-btn-kep {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .profile-btn-kep {
    width: calc(55% - 0.5rem);
  }
}

.profile-btn-pass {
  width: calc(45% - 0.6rem);
}
@media (min-width: 576px) {
  .profile-btn-pass {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .profile-btn-pass {
    width: calc(45% - 0.5rem);
  }
}

main.pt-145 {
  padding-top: 145px;
}

.list-pipe {
  list-style-type: none !important;
}
.list-pipe li:before, .list-pipe ol:before {
  content: "✓ ";
}
