@import "/fonts/red hat display/stylesheet.css";

@font-face {
  font-family: 'Rogan';
  src:
    /*url('/fonts/rogan/Rogan-SemiBold.woff2') format('woff2'),
    url('/fonts/rogan/Rogan-SemiBold.woff') format('woff'),
    url('/fonts/rogan/Rogan-SemiBold.ttf') format('truetype');*/
    url('/fonts/RoganFontFamily/Rogan_SemiBold.otf') format('opentype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: normal;
  src:
    url('/fonts/DMSans/DMSans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: bold;
  src:
    url('/fonts/DMSans/DMSans-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: bold;
  src:
    url('/fonts/DMSans/DMSans-BoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: normal;
  src:
    url('/fonts/DMSans/DMSans-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  src:
    url('/fonts/DMSans/DMSans-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 500;
  src:
    url('/fonts/DMSans/DMSans-MediumItalic.ttf') format('truetype');
}

html body { background-color: white; }
html { margin: 0; padding: 0; border: 0; scroll-padding-bottom: 92px; }
body { margin: 0; width: 100%; max-width: 100%; height: 100%; min-height: 100vh; overflow-x: hidden; overscroll-behavior-y: contain;}
body > .content { width: 100vw; max-width: 100%; height: 100%; min-height: 100vh; overflow-y: scroll; overflow-x: hidden;}
.header {
  height: 64px;
  background: white;
  width: 100%;
  display: inline-flex;
  position: relative;
  margin-left: 0!important;
  margin-right: 0!important;
}
.header > .header-back {
  width: 36px; padding-left: 15px;
}

header {
  /*box-shadow: inset 0 -1px 0 #E6E6E6;*/
  border-bottom: 1px solid #E6E6E6;;
}
input {
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 2px;
}

#details .header {
  border-bottom: 1px solid #E6E6E6;
}
#details .modal-content {
  border: 0;
}
#details .modal-dialog {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
#details .modal-dialog-scrollable .modal-content {
  max-height: 100%;
}
#details img {
  max-width: 100%;
}
#details .modal-footer {
  height: 64px!important;
}
#details .modal-footer button {
  width: calc(50% - 10px) !important;
}
#details .modal-footer button:before {
  content: "";
  display: block;
  padding: 2rem;
  background-color: white;
  border: 2px solid white;
  position: absolute;
  bottom: -0.4rem;
  right: calc(50% - 2rem);
  border-radius: 50%;
}

.header-logo {
  position: relative;
  background: url(/image/logo/miskolc_logo_szines_allo_RGB.svg) center no-repeat;
  width: 100%;
  height: 83px;
}
.header-logo-faq {
  background: url(/image/icon/faq.svg) center no-repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 300px;
}

.page-header {
  height: 83px;
  background: #F2F2F2;
  width: 100%;
  display: inline-flex;
  position: relative;
  margin-left: 0!important;
  margin-right: 0!important;
}
.page-header:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 65px;
  height: 100%;
  background: url(/image/logo/header-bg-left.svg) left no-repeat;
  background-size: cover;
}
.page-header:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 100%;
  background: url(/image/logo/header-bg-right.svg) right no-repeat;
  background-size: cover;
}
.page-header .header-logo {
  height: 34px;
  top: calc(50% - 17px);
}


.page-header-top {
  background: white;
  width: 100%;
  position: relative;
  margin-left: 0!important;
  margin-right: 0!important;
}
.page-header-top .header-logo {
  position: relative;
  height: 100%;
  background-size: 100px auto;
  height: 83px;
  padding: 90px;
}
.page-header-top:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 63px;
  height: 100%;
  background: url(/image/logo/page-header-bg-top-left.svg) left no-repeat;
  background-position: 0 -60px;
}
.page-header-top:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 63px;
  height: 100%;
  background: url(/image/logo/page-header-bg-top-right.svg) right no-repeat;
  background-position: 0 -60px;
}
.page-header-top > .header-title {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
}

.page-top-wireframe:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 65px;
  height: 100%;
  background: url(/image/logo/page-header-bg-top-left2.svg) left no-repeat;
  background-position: 0 -40px;
  z-index: -1;
}
.profile .card {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.07);
}
 .profile > .page-top-wireframe:before {
  background-position: 0 -140px;
 }

.page-top-wireframe:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65px;
  height: 100%;
  background: url(/image/logo/page-header-bg-top-right.svg) right no-repeat;
  background-position: 0 0px;
  z-index: -1;
}

.page-side-wireframe:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 65px;
  height: 100%;
  background: url(/image/logo/page-header-bg-top-left2.svg) left no-repeat;
  background-position: top left;
}
.page-side-wireframe:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  width: 65px;
  height: 100%;
  background: url(/image/logo/page-header-bg-side-right.svg) right no-repeat;
  background-position: top right;
  z-index: -1;
}

.page-header-top-corner {
  height: 200px;
  background: white;
  width: 100%;
  display: inline-flex;
  position: relative;
  margin-left: 0!important;
  margin-right: 0!important;
  z-index: -1;
}
.page-header-top-corner > div {
  height: 100%;
}
.page-header-top-corner:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 65px;
  height: 100%;
  background: url(/image/logo/page-header-bg-top-left2.svg) left no-repeat;
  background-position: 0 -60px;
  z-index: 0;
}
.page-header-top-corner:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65px;
  height: 100%;
  background: url(/image/logo/page-header-bg-side-right.svg) right no-repeat;
  background-position: 0 -60px;
  z-index: -1;
}

.page-trlb-wireframe {
  z-index: 0;
  position: relative;
}
.page-trlb-wireframe:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 81px;
  height: 100%;
  background: url(/image/logo/page-header-bg-top-left2.svg) no-repeat;
  background-size: contain;
  background-position: 0 calc(100% + 150px);
  z-index: -1;
}
.page-trlb-wireframe:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 81px;
  height: 100%;
  background: url(/image/logo/page-header-bg-side-right.svg) no-repeat;
  background-size: contain;
  background-position: 0 -120px;
  z-index: -1;
}

.form-control:focus {
  border-color: #32cd56!important;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)!important;
}
.btn.button-default:focus, .btn.button-default-bordered:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)!important;
}
main { display: flex; margin-bottom: 90px!important; min-height: 100vh; }

footer { position: fixed; bottom: 0!important; left:0!important; height: 64px!important; max-height: 64px!important; width: 100%; overflow: hidden; z-index:2; }
footer:empty { display: none; }
a.link { color: #4F4F4F; }
h1 h2 h3 h4 h5 { font-family: 'Rogan'; }
.rogan-font {
  font-family: Rogan;
  font-style: normal;
  font-weight: 400;
}

.header-text {
  font-family: Rogan;
  font-family: Rogan;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.06em;
  color: #19365A;
}

.button-default {
  padding: 14px 30px!important;
  width: 100%;
  background: linear-gradient(233.74deg, #6FBF42 52.56%, #63A639 100%)!important;
  color: white!important;
  font-family: Rogan;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 8px!important;
}
.button-default-small {
  padding: 8px 11px!important;
  background: linear-gradient(233.74deg, #6FBF42 52.56%, #63A639 100%)!important;
  color: white!important;
  font-family: Rogan;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 8px!important;
}
.button-default-dark {
  padding: 14px 30px!important;
  width: 100%;
  background-color: #4F4F4F!important;
  color: white!important;
  font-family: Rogan;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.button-clear {
  padding: 14px 30px!important;
  background: #FFFFFF!important;
  color: #19365A!important;
  font-family: Rogan;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;

  /* #4F4F4F */
  border: 2px solid #19365A!important;
  box-sizing: border-box;
  border-radius: 8px!important;
}

.button-clear-dark {
  padding: 14px 30px!important;
  background: #FFFFFF!important;
  color: #4F4F4F!important;
  font-family: Rogan;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;

  /* #4F4F4F */
  border: 2px solid #4F4F4F!important;
  box-sizing: border-box;
  border-radius: 6px;
}

.button-default-bordered {
  padding: 14px 30px!important;
  width: 100%;
  background: linear-gradient(233.74deg, #6FBF42 52.56%, #63A639 100%)!important;
  border: 2px solid #FFFFFF!important;
  color: white!important;
  font-family: Rogan;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 8px!important;
}

.button-green-clear {
  padding: 14px 30px!important;
  background: #FFFFFF!important;
  color: #05855C!important;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;

  /* #4F4F4F */
  border: 2px solid #05855C!important;
  box-sizing: border-box;
  border-radius: 8px!important;
}

.button-red-clear {
  padding: 14px 30px!important;
  background: #FFFFFF!important;
  color: #CC390B!important;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;

  /* #4F4F4F */
  border: 2px solid #CC390B!important;
  box-sizing: border-box;
  border-radius: 8px!important;
}

.button-delete-all {
  width: 30px; height: 30px;
  background: url(/image/icon/trash.svg) center no-repeat;
  background-size: 15px 15px;
  background-color: #CC390B !important;
}
.button-delete-all:hover { background-color: #da3c0b !important; }
.button-delete-all:focus { box-shadow: 0 0 0 0.2rem rgba(204, 57, 11, 0.25)!important; }

.color-system-link {
  color: #2C5DE5!important;
}
.color-primary-green {
  color: #72BE44!important;
}

.background-light-grey {
  background: #F2F2F2!important;
  background-color: #F2F2F2!important;
}
.background-light-grey2 {
  background: #E6E6E6!important;
  background-color: #E6E6E6!important;
}
.background-grey {
  background: #808080!important;
  background-color: #808080!important;
}
.background-system-warning {
  background: #E69A08!important;
  background-color: #E69A08!important;
}
.background-system-alert {
  background: #CC390B!important;
  background-color: #CC390B!important;
}
.background-white {
  background: white!important;
  background-color: white!important;
}
.background-primary-green {
  background: #72BE44!important;
  background-color: #72BE44!important;
}

.circle-background {
  width: 16px;
  height: 16px;
  background: #71BD44;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: white;
  text-align: center;
  font-family: Red Hat Display;
  font-style: normal;
  font-weight: 900;
  font-size: 9px;
  line-height: 16px;
  letter-spacing: 0.4px;
}

.circle-background-dark {
  width: 16px;
  height: 16px;
  background: #4F4F4F;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: white;
  text-align: center;
  font-family: Red Hat Display;
  font-style: normal;
  font-weight: 900;
  font-size: 9px;
  line-height: 16px;
  letter-spacing: 0.4px;
}

.arrow-left{
  margin-left: 0px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #4F4F4F;
  border-left: 1px solid #4F4F4F;
  transform: rotate(-45deg);
}
.arrow-left::after{
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background-color: #4F4F4F;
  transform: rotate(-45deg) translate(6px, 2px);
  left: 0;
  top: 0;
}

.c-black { color: black; }
.text-big { font-size: 1rem; }
.text-large { font-size: large; }
.text-x-large { font-size: x-large; }
.text-xx-large { font-size: xx-large; }

/* Header Close icon */
.close {
  right: 18px;
  top: 18px;
  width: 18px;
  height: 18px;
  opacity: 0.8;
}
.close:hover { opacity: 1; }
.close:before, .close:after {
  position: absolute;
  left: 18px;
  content: ' ';
  height: 18px;
  width: 2px;
  background-color: #4F4F4F;
}
.close:before { transform: rotate(45deg); }
.close:after {  transform: rotate(-45deg); }
.modal-header button.close {
  float: right;
  position: relative;
  top: 0;
  left: 0;
  margin: -1.5rem -0.8rem -1.5rem auto;
  padding: 1.5rem 1rem;
}

.icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #19365A;
  mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
}
.header-icon {
  /*display: inline-block;*/
  width: 20px;
  height: 20px;
  background: #3B3B3B;
  mask-size: contain;
}
.header-icon-small {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #3B3B3B;
  mask-size: contain;
}
.button-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #3B3B3B;
  mask-size: contain;
}
.button-icon-fixed-50 {
  width: 50px;
}
.button-icon-white {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: white;
  mask-size: contain;
}
.icon-small {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #19365A;
  mask-size: contain;
}
.icon-link-micro {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #2C5DE5;
  mask-size: contain;
}

.icon-news { mask : url('/image/icon/news.svg'); -webkit-mask: url('/image/icon/news.svg'); mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat; mask-size: contain; -webkit-mask-size: contain; }
.icon-events { mask : url('/image/icon/events.svg'); -webkit-mask: url('/image/icon/events.svg'); mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat; mask-size: contain; -webkit-mask-size: contain; }
.icon-centrum { mask : url('/image/icon/centrum.svg'); -webkit-mask: url('/image/icon/centrum.svg'); mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat; mask-size: contain; -webkit-mask-size: contain;}
.icon-wallet { mask : url('/image/icon/wallet.svg'); -webkit-mask: url('/image/icon/wallet.svg'); mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat; mask-size: contain; -webkit-mask-size: contain;}
.icon-menu { mask : url('/image/icon/menu.svg'); -webkit-mask: url('/image/icon/menu.svg'); mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat; mask-size: contain; -webkit-mask-size: contain;}
.icon-bell { mask : url('/image/icon/bell.svg'); -webkit-mask: url('/image/icon/bell.svg'); mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat; mask-size: contain; -webkit-mask-size: contain;}
.icon-search { mask : url('/image/icon/search.svg'); -webkit-mask: url('/image/icon/search.svg'); mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat; mask-size: contain; -webkit-mask-size: contain;}
.icon-close { mask : url('/image/icon/close.svg'); -webkit-mask: url('/image/icon/close.svg'); mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat; mask-size: contain; -webkit-mask-size: contain;}
.icon-left-arrow { mask : url('/image/icon/left-arrow.svg'); -webkit-mask: url('/image/icon/left-arrow.svg'); mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat; mask-size: contain; -webkit-mask-size: contain;}
.icon-right-arrow { mask : url('/image/icon/right-arrow.svg'); -webkit-mask: url('/image/icon/right-arrow.svg'); mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat; mask-size: contain; -webkit-mask-size: contain;}
.icon-alarm-snooze { mask : url('/image/icon/alarm-snooze.svg'); -webkit-mask: url('/image/icon/alarm-snooze.svg'); mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat; mask-size: contain; -webkit-mask-size: contain;}
.icon-map-marker { background: url(/image/icon/map-marker.svg) center no-repeat; left: 0; top: 0; width: 14px; height: 14px; }
.icon-map-marker-red { background: url(/image/icon/map-marker-red.svg) center no-repeat; left: 0; top: 0; width: 14px; height: 14px; background-size: contain;}
.icon-phone { background: url(/image/icon/phone.svg) center no-repeat; left: 0; top: 0; width: 14px; height: 14px; }
.icon-email { background: url(/image/icon/email.svg) center no-repeat; left: 0; top: 0; width: 14px; height: 14px; }
.icon-valid { background: url(/image/icon/valid.svg) center no-repeat; left: 0; top: 0; width: 14px; height: 14px; }
.icon-invalid { background: url(/image/icon/invalid.svg) center no-repeat; left: 0; top: 0; width: 14px; height: 14px; }
.icon-trash { background: url(/image/icon/trash.svg) center no-repeat; left: 0; top: 0; width: 14px; height: 14px; }
.icon-edit { background: url(/image/icon/edit.svg) center no-repeat; left: 0; top: 0; width: 14px; height: 14px; }
.icon-edit-white { background: url(/image/icon/edit-white.svg) center no-repeat; left: 0; top: 0; width: 14px; height: 14px; }
.icon-size-14 {
  width: 30px;
  height: 14px;
}
.icon-size-20 {
  width: 20px!important;
  height: 20px!important;
}
.icon-size-30 {
  width: 30px!important;
  height: 30px!important;
}

/*.icon:hover,
.icon:focus {
  background: #b3b2b2;
}*/
/* footer menu */
.f-menu { background-color: white; height: 64px; }
.f-menu > .f-menu-item > a { color:  #19365A; }
.f-menu > .f-menu-item.active > a { color: #316cb4; }
.f-menu > .f-menu-item > a > .icon { width: 20px; height: 20px; }
.f-menu > .f-menu-item.active > a > .icon { background: #316cb4; }
.f-menu > .f-menu-item {
  /*transition: transform .15s ease-in-out; */
  font-family: Rogan;
  font-style: normal;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  width: 20%;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transform: scale(1.0);
}
/*.f-menu > .f-menu-item:hover:focus { transform: scale(1.2); }
.f-menu > .f-menu-item:hover { transform: scale(1.2); }*/

/* list menu */
ul.list-menu { list-style-type: none; padding-left: 0; }
ul.list-menu > .list-menu-item:not(:last-child) {
  border-bottom: 1px solid #E0E0E0;
 }
ul.list-menu > .list-menu-item > a, ul.list-menu .list-menu-item {
  text-decoration: none;
  color: #4F4F4F; font-family: 'Rogan';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 16px;
}

.info-box {
  background-color:#052585;
  border-radius: 6px;
  color: white;
}

.profile-img {
  border-radius: 50%;
}
.profile-image-section #modal img {
  width: 100%;
  height: auto;
}
.profile-image-section #profile-image {
  min-height: 38px;
}

.rating-stars > .fa-star::before {
  background-image: linear-gradient(233.74deg, #6FBF42 52.56%, #63A639 100%)!important;
}

.loading {
  display: none;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: url("/image/anim/2/background.jpg") center center no-repeat;
  background-size: cover;
  z-index: 1060;
}

.loading-anim {
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: transparent url("/image/anim/2/animated-135.png") center center no-repeat;
  background-size: 135px auto;
}

@media (max-width: 575px) {
  .loading-anim {
    background: transparent url("/image/anim/2/animated-135.png") center center no-repeat;
    background-size: 135px auto;
  }
}
@media (min-width: 576px) {
  .loading .loading-anim {
    background-image: url("/image/anim/2/animated-270.png");
    background-size: 250px auto;
  }
}
@media
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .loading .loading-anim {
    background-image: url("/image/anim/2/animated-750.png");
    background-size: 300px auto;
  }
}
@media
  (min-width: 800px) {
  .loading .loading-anim {
    background-image: url("/image/anim/2/animated-750.png");
    background-size: 400px auto;
  }
}
@media
  (-webkit-min-device-pixel-ratio: 2) and (min-width: 800px),
  (min-resolution: 192dpi) and (min-width: 800px) {
  .loading .loading-anim {
    background-image: url("/image/anim/2/animated-750.png");
    background-size: 400px auto;
  }
}

/* appointment */

.appointment-datepicker {
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  width: 90vw;
  margin: 0 auto;
}
.appointment-datepicker > .date-picker
{
  width: 100%!important;
}

.appointment-datepicker .datepicker {
  width: 90vw;
}
.appointment-datepicker .table-condensed {
  width: 88vw;
  margin: 0 auto;
}
.appointment-datepicker .table-condensed td {
  height: 6vh;
}
.appointment-datepicker .table-condensed td.day.today {
  background: linear-gradient(233.74deg, #b7dea0 52.56%, #b8dea0 100%)!important;
  border-radius: 8px;
  color: white;
  margin: 5px;
}
.appointment-datepicker .table-condensed td.day.today:hover {
  color: white!important;
}

.appointment-datepicker .table-condensed td.day.active {
  background: linear-gradient(233.74deg, #6FBF42 52.56%, #63A639 100%)!important;
  border-radius: 8px;
  color: white;
}

.appointment-datepicker .table-condensed .prev, .appointment-datepicker .table-condensed .next {
  background: linear-gradient(233.74deg, #6FBF42 52.56%, #63A639 100%)!important;
  border-radius: 6px!important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
   filter: invert(1);
}
.carousel-control-prev {
  left: -11%!important;
}
.carousel-control-next {
  right: -11%!important;
}

/* full screen horizontal swipe */
.swipe-container {
  overflow-x: scroll;
  margin: 0 auto;
  min-height: calc(60px);
}
@media (pointer: coarse) {
  .swipe-container {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  .swipe-container::-webkit-scrollbar {
    display: none;
  }
}
.swipe-container .card-body {
  min-height: 30px;
  min-width: 130px;
  margin-right: 5px;
  text-align: center;
  padding : 0.5rem;
  background: #FFFFFF;
  font-size: 14px;
  color: #19365A;
  border: 1px solid #19365A;
  box-sizing: border-box;
  border-radius: 4px;
}
.swipe-container .card-body.selected {
  min-height: 30px;
  min-width: 130px;
  margin-right: 5px;
  text-align: center;
  padding : 0.5rem;
  background: linear-gradient(233.74deg, #6FBF42 52.56%, #63A639 100%);
  border: none;
  font-size: 14px;
  color: white;
  box-sizing: border-box;
  border-radius: 4px;
}

/* horizontal news category swipe */
.news-category-container.swipe-container .card-body {
  display: table-cell;
  white-space: nowrap;
  min-height: 30px;
  min-width: 130px;
  /*margin-left: 5px;
  margin-right: 5px;*/
  text-align: center;
  padding : 0.5rem;
  background: #FFFFFF;
  font-size: 14px;
  color: #19365A;
  border: none;
  box-sizing: border-box;
  border-radius: 5000px;
}
.news-category-container.swipe-container .card-body.selected {
  display: table-cell;
  white-space: nowrap;
  min-height: 30px;
  min-width: 130px;
  /*margin-right: 5px;*/
  text-align: center;
  padding : 0.5rem;
  background: #72BE44; /* linear-gradient(233.74deg, #6FBF42 52.56%, #63A639 100%); */
  border: none;
  font-size: 14px;
  color: white;
  box-sizing: border-box;
  border-radius: 5000px;
}
.news-container .card-img-overlay {
  padding: 0.75rem;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0) 100%);
  background-blend-mode: multiply, normal;
}
.news-container .card img {
  height: 10rem;
  max-height: 13.5rem;
  object-fit: cover;
}
@media (min-width: 992px) {
  .news-container .card img {
    height: 13.5rem;
  }
}
.news-container .card {
  border-radius: 1rem;
}
.news-container .card-border-bottom {
  padding-bottom: 1rem;
}
.news-container .card-border-bottom:not(:first-child) {
  padding-top: 1rem;
}
.news-container .card-border-bottom:not(:last-child) {
  border-bottom: 1px solid #E6E6E6!important;
}
.news-container .card-text {
  font-size: max(min(0.8vw, 1.2em), 0.8rem);
}
.news-container .card-title {
  font-size: max(min(1vw, 1.4em), 1rem);
  font-weight: bold;
}
.news-container .card-text > div, .news-container .card-title > div {
  /*background-color: rgb(23, 38, 13, 0.4);*/
  width: max-content;
  max-width: 100%;
  padding: 0.3rem;
  border-radius: 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-scroll-info, .events-scroll-info {
  padding: 2.5px;
  text-align: center;
  font-family: 'Rogan';
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-30px); }
  60% { transform: translateY(-15px); }
}

.news-scroll-info img, .events-scroll-info img {
  width: 80px;
  margin: 45px;
}

/* menu */
.menu-section .profile-img {
  min-height: 125px!important;
}
.menu-section .link{
  font-size: medium;
}

/* events */
.event-details-section a {
   overflow-wrap: break-word;
   word-wrap: break-word;
   -ms-word-break: break-all;
   word-break: break-word;
}
.event-details-section .carousel-control-prev-icon { position: absolute; right: -0.75rem; filter: invert(0); }
.event-details-section .carousel-control-next-icon { position: absolute; left: -0.75rem; filter: invert(0); }
.event-details-section .carousel-inner .carousel-item { min-height: 250px; }
.event-details-section .carousel-inner .carousel-item img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) }

.events-container .card-img-overlay {
  padding: 0.75rem;
}
.events-container .card {
  border: none!important;
  padding-bottom: 1rem;
  padding-top: 0.25rem;
}
.events-container .card .card-body {
  padding: 0;
  margin-bottom: 1rem;
}
.events-container .card .card-body {
  font-size: max(min(0.8vw, 1.2em), 0.8rem);
}
.events-container .card .card-body h4{
  font-size: max(min(1vw, 1.4em), 1rem);
}
.events-container .card:not(:first-child) {
  margin-top: 1rem;
}
.events-container .card:not(:last-child) {
  border-bottom: 1px solid #E6E6E6!important;
}
.events-container .card img {
  height: 100%;
  width: 100%;
  max-height: min(12vw, 10rem);
  min-height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}
.events-container .card-text > div, .events-container .card-title > div {
  background-color: rgb(23, 38, 13, 0.4);
  width: max-content;
  max-width: 100%;
  padding: 0.3rem;
  border-radius: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* horizontal events category swipe */
.events-category-container.swipe-container .card-body {
  display: table-cell;
  white-space: nowrap;
  min-height: 30px;
  min-width: 130px;
  text-align: center;
  padding : 0.5rem;
  background: #FFFFFF;
  font-size: 14px;
  color: #19365A;
  border: none;
  box-sizing: border-box;
  border-radius: 5000px;
}
.events-category-container.swipe-container .card-body.selected {
  display: table-cell;
  white-space: nowrap;
  min-height: 30px;
  min-width: 130px;
  text-align: center;
  padding : 0.5rem;
  background: #72BE44;
  border: none;
  font-size: 14px;
  color: white;
  box-sizing: border-box;
  border-radius: 5000px;
}

/* miskolcpass */
.mp-dash-section .card {
  border-radius: 8px;
}
.mp-dash-section .card .card-img {
  border-radius: 8px;
}
.mp-dash-section .card .card-img-overlay {
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
}
.mp-dash-section .card .text-shadow, .mp-wallet-section .card .text-shadow {
  text-shadow: 2px 2px 4px #000000!important;
}
.mp-new-card-success-section .card ul, .mp-dash-section .card ul {
  list-style-type: none;
  padding-left: 0;
}
.mp-new-card-success-section .card ul li, .mp-dash-section .card ul li {
  background-image: url("/image/miskolcpass/list_style.svg");
  background-position: 0px 8px;
  background-repeat: no-repeat;
  padding-left: 1rem;
  margin: 12px 0;
}
.mp-dash-section a {
  text-decoration: underline;
}
.mp-dash-section .list-group .list-group-item a {
  color: #19365A;
}

.mp-dash-task-section .card {
  border: 2px solid #19365A;
  border-radius: 8px;
}
.border-8px {
  border-radius: 8px!important;
}

.mp-card-details-section .card {
  position:relative;
}

.cut-corner-border:before {
  background-color:white!important;
  content: '';
  position: absolute;
  top: 1px;
  left:1px;
  height: calc(100% - 1px);
  width: calc(100% - 2px);
  -webkit-clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
  clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
  z-index: -1;
}
.cut-corner-border {
  border-style: inset;
  position: relative;
  background: linear-gradient(0deg, #E5E5E5 2px, #E5E5E5 2px);
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 1px dashed #E5E5E5!important;
  -webkit-clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
  clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
}
.cut-corner-border-top-0:before {
  background-color:white!important;
  content: '';
  position: absolute;
  top: 0;
  left:1px;
  height: 100%;
  width: calc(100% - 2px);
  -webkit-clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
  clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
  z-index: -1;
}
.cut-corner-border-top-0 {
  border-style: inset;
  position: relative;
  background: linear-gradient(0deg, #E5E5E5 2px, #E5E5E5 2px);
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 1px dashed #E5E5E5!important;
  -webkit-clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
  clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
}
.cut-corner-border-top-0-bottom-1:before {
  background-color:white!important;
  content: '';
  position: absolute;
  top: 0;
  left:1px;
  height: 100%;
  width: calc(100% - 2px);
  -webkit-clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
  clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
  z-index: -1;
}
.cut-corner-border-top-0-bottom-1 {
  border-style: inset;
  position: relative;
  background: linear-gradient(0deg, #E5E5E5 2px, #E5E5E5 2px);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
  clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
}

.stepper {
  text-align: center;
  color: #CCCCCC;
}
.stepper .current {
  color: #19365A;
}
.stepper .stepper-item .dot {
  background: grey;
  margin: 0 auto;
  margin-top: 11px;
  margin-bottom: 11px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  padding: 5px;
}
.stepper .stepper-item .dot.active {
  background: linear-gradient(233.74deg, #6FBF42 52.56%, #63A639 100%);
  border: 3px solid white;
  margin: 0 auto;
  margin-top: 7px;
  margin-bottom: 7px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 2px #72BE44;
}
.stepper .stepper-item .dot.visited {
  background: linear-gradient(233.74deg, #6FBF42 52.56%, #63A639 100%);
  margin: 0 auto;
  margin-top: 11px;
  margin-bottom: 11px;
  border-radius: 50%;
}
.stepper .stepper-item:not(:first-child) .dot::before {
  position: absolute;
  top: 50%;
  left: calc(-50%);
  content: ' ';
  width: calc(100% - 15px);
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px solid grey;
}
.stepper .stepper-item:not(:first-child):not(:last-child) .dot:not(.active)::after {
  position: absolute;
  top: 50%;
  left: calc(50% - 5px);
  content: ' ';
  width:10px;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px solid grey;
}
.stepper .stepper-item:not(:first-child) .dot.visited::before {
  position: absolute;
  top: 50%;
  left: calc(-50% - 5px);
  content: ' ';
  width: calc(100% - 10px);
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px solid#72BE44;
}
.stepper .stepper-item:not(:first-child) .dot.active::before {
  position: absolute;
  top: 50%;
  left: calc(-50% - 5px);
  content: ' ';
  width: calc(100% - 15px);
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px solid#72BE44;
}

.border-top-dashed {
  border-top-style: dashed!important;
}

.border-bottom-dashed {
  border-bottom-style: dashed!important;
}

.qr-container > svg {
  width:100%; height:100%;
}

/* wallet */
.mp-wallet-section .card .card-img-overlay {
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
}

/* notifications */
.notifications-section {
  min-height: 50vh;
  z-index: 1;
}
.notifications-section .card {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.07);
}
.notifications-section.page-top-wireframe:before {
  z-index: 0;
}
.notifications-section.page-top-wireframe:after {
  z-index: -1;
  background-position: 2px 0px;
}
.notifications-section .button-delete {
  position: absolute;
  right:0;
  min-height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 67px;
  cursor: pointer;
}

.mybooked-section .button-edit {
  background: linear-gradient(233.74deg, #6FBF42 52.56%, #63A639 100%)!important;
  position: absolute;
  top:0;
  right:0;
  min-height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 67px;
  cursor: pointer;
}
.mybooked-section .button-edit .icon-edit-white {
  position: absolute;
  top:calc(50% - 7px);
  left:calc(50% - 7px);
  width: 100%;
  max-width: 14px!important;
  height: 14px!important;
  background-size: 14px 14px!important;
}

.notifications-section .button-delete .icon-trash {
  position: absolute;
}

.notifications-section .card {
  border-radius: 8px;
}

.notifications-section .list-group-item {
  background: transparent!important;
}

.notification-section.page-top-wireframe .card {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.07);
}
.pe-none { pointer-events: none; }

.custom-switch.custom-switch-lg {
  min-height: 2.4rem;
}

.custom-switch.custom-switch-lg .custom-control-label {
  padding-left: 2rem;
  padding-top: 0.5rem;
}

.custom-switch.custom-switch-lg .custom-control-label::before {
  border-radius: 1rem;
  height: 2rem;
  width: 4rem;
}

.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::before {
  border-color: rgba(173, 181, 189, 0.6);
  background-color: #2C5DE5;
  box-shadow: inset 0px 6px 6px rgba(0, 0, 0, 0.12);
}

.custom-switch.custom-switch-lg .custom-control-input ~ .custom-control-label::before {
  /* border-color: #adb5bd; */
  box-shadow: inset 0px 6px 6px rgba(0, 0, 0, 0.12);
}

.custom-switch.custom-switch-lg .custom-control-label::after {
  border-radius: .65rem;
  height: calc(1.5rem - 4px);
  width: calc(1.5rem - 4px);
  border: 1px solid rgba(204, 204, 204, 0.6);
  background-color: white;
  background-image: url('../image/icon/sw_close.svg');
  top: 0.6rem;
  margin-left: 0.25rem;
}

.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after{
  transform: translateX(2rem);
  background-image: url('../image/icon/sw_check.svg');
}

/* header search box */
.search-box .searchtext {
  width: 32px;
  box-sizing: border-box;
  font-size: 16px;
  color: #808080;
  background-color: white;
  border-radius: 96px;
  border: 0;
  background-image: url('/image/icon/search.svg');
  background-position: 8px 11px;
  background-repeat: no-repeat;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 32px;
  padding-right: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  outline: none;
}
.search-box .searchtext:focus {
  background-color: #F2F2F2;
  width: 150px;
  padding-right: 35px;
  outline: none;
  z-index: 1070;
}
.search-box .searchtext:not(:placeholder-shown) {
  padding-right: 35px;
  background-color: #F2F2F2;
  width: 150px;
  outline: none;
}
.searchtext-clear {
	position: absolute;
	padding: 10px;
  width: 20px;
  border:1px solid transparent;
	background-color: transparent;
	display: inline-block;
	vertical-align: middle;
  outline: 0;
  cursor: pointer;
}
.searchtext-clear:after {
	content: "X";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	background-color: #FA9595;
	z-index:1;
	right: -120px;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 1px;
	border-radius: 50%;
	text-align: center;
	color: #3B3B3B;
	font-weight: normal;
	font-size: 12px;
	box-shadow: 0 0 2px #E50F0F;
	cursor: pointer;
}
.search-box .searchtext:placeholder-shown ~ .searchtext-clear {
	display: none;
}

/* Map */
#map {
  width: 100%;
  height: 100%;
}
.mp-acceptors-section #map > .dropdown.bootstrap-select {
   z-index: 10010;
}
.mycluster {
  background: #72BE44;
  color: white;
  text-align: center;
  font-size: 24px;
  border-radius: 30px;
}
.bootstrap-select {
  z-index: 1000;
  position: fixed;
  margin: 10px !important;
  width: calc(100% - 20px) !important;
}
#popup {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  z-index: 10000;
  background: white;
  cursor: auto;
  top: 100%;
}
#popup-vissza {
  height: 20px;
  cursor: pointer;
}
#popup-vissza-sav {
  width: 35px;
  height: 4px;
  border-radius: 3px;
  background: #b3b3b3;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
}
#popup-kep-div {
  height: 200px;
  background: black;
}
#popup-kep {
  position: relative;
  height: 200px;
  background: black;
  left: 50%;
  transform: translateX(-50%);
}
.leaflet-popup-content {
  color: #72BE44;
  font-weight: 700;
  font-size: 14px;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  box-shadow: none;
  border: 2px solid #72BE44;
}
.leaflet-popup-tip {
  background: #72BE44;
}
.leaflet-container a.leaflet-popup-close-button {
  color: #72BE44;
}
.dropdown-toggle {
  border: 1px solid #CCC;
  box-sizing: border-box;
  border-radius: 2px;
  box-shadow: 0px 4px 4px 0px rgba(25, 54, 90, 0.16);
}
#popup-adatok {
  padding: 16px;
}
#popup-nev {
  font-weight: 700;
  font-size: 20px;
}
#popup-tovabbi {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #2c5de5;
  text-decoration: underline;
}
.popup-adatok a {
  color: #2c5de5;
  text-decoration: underline;
}
#popup-cim {
  background: url("/image/miskolcpass/map/popup-cim.svg") no-repeat;
}
#popup-email {
  background: url("/image/miskolcpass/map/popup-email.svg") no-repeat;
}
#popup-vezetekes, #popup-mobil {
  background: url("/image/miskolcpass/map/popup-vezetekes.svg") no-repeat;
}
.popup-adatok {
  padding-left: 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid #E6E6E6;
}
#popup-reszletek {
  display: none;
  overflow-y: scroll;
  overflow-x: hidden;
}
.popup-reszletek {
  font-weight: 500;
  font-size: 20px;
}
#popup-adatok table {
  width: 100%;
}
#popup-adatok td {
  width: 50%;
}
#popup-vezess {
  color: #19365A !important;
  font-weight: 700;
  font-size: 14px;
  border: 2px solid #19365A;
  border-radius: 6px;
  padding-left: 36px;
  padding-right: 13px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: url("/image/miskolcpass/map/popup-vezess.svg") no-repeat;
  background-position: 12px 8px;
}
#popup-kevesebb {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  background: url("/image/miskolcpass/map/popup-kevesebb.svg") no-repeat;
  display: none;
}
.col-12 {
  padding: 0;
}
.dropdown-item > span {
  word-wrap: break-word;
  white-space: normal;
}
#popup-reszletek iframe, #popup-reszletek img {
  max-width: 100%;
}
.leaflet-popup-close-button {
  display: none;
}
/* Map END */

/* CIB */
.cib-logo {
  background: white url("/image/CIB/Logo/SVG/CIB_logo.svg") center center no-repeat;
  background-size: contain;
  margin: 0 auto;
  width: 166px;
  height: 30px;
}
.cib-card-logo-hu {
  background: white url("/image/CIB/Logo/kartyalogok_30px_HU.png") center center no-repeat;
  background-size: contain;
  margin: 0 auto;
  width: 221px;
  height: 30px;
}
.cib-card-logo-en {
  background: white url("/image/CIB/Logo/kartyalogok_30px_EN.png") center center no-repeat;
  background-size: contain;
  margin: 0 auto;
  width: 221px;
  height: 30px;
}

/*@media
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
  .cib-logo {
    background-image: url("/image/CIB/Logo/SVG/CIB_logo.svg");
    width: 277px;
    height: 50px;
  }
}*/
@media
  (min-width: 800px) {
  .cib-logo {
    background-image: url("/image/CIB/Logo/SVG/CIB_logo.svg");
    width: 277px;
    height: 50px;
  }
  .cib-card-logo-hu {
    background-image: url("/image/CIB/Logo/kartyalogok_50px_HU.png");
    width: 368px;
    height: 50px;
  }
  .cib-card-logo-en {
    background-image: url("/image/CIB/Logo/kartyalogok_50px_EN.png");
    width: 368px;
    height: 50px;
  }
}
@media
  (-webkit-min-device-pixel-ratio: 2) and (min-width: 800px),
  (min-resolution: 192dpi) and (min-width: 800px) {
  .cib-logo {
    background-image: url("/image/CIB/Logo/SVG/CIB_logo.svg");
    width: 277px;
    height: 50px;
  }
  .cib-card-logo-hu {
    background-image: url("/image/CIB/Logo/kartyalogok_50px_HU.png");
    width: 368px;
    height: 50px;
  }
  .cib-card-logo-en {
    background-image: url("/image/CIB/Logo/kartyalogok_50px_EN.png");
    width: 368px;
    height: 50px;
  }
}

.timetable-section #tram-title:before {
  content: '';
  background-image: url("/image/icon/villamos.png");
  background-size: 34px 34px;
  background-repeat: no-repeat;
  width: 10px;
  height: 31px;
  padding-right: 35px;
  margin-top: 10px;
}
.timetable-section #bus-title:before {
  content: '';
  background-image: url("/image/icon/busz.png");
  background-size: 34px 34px;
  background-repeat: no-repeat;
  width: 34px;
  height: 34px;
  padding-right: 40px;
  margin-top: 10px;
}
.timetable-section #timetable-line-tram {
  background-color: #57a639;
  color: white;
}
.timetable-section #timetable-line-bus {
  background-color: #47922b;
  color: white;
}
.timetable-section .card.timetable-download {
  background-color: #57a639!important;
  color: white;
}
.timetable-section .card.timetable-download .button-container{
  max-height: 50vh!important;
  overflow-y: auto;
}
/* Google térkép hiba javítása */
.timetable-section .leaflet-google-layer,
.timetable-stop-section .leaflet-google-layer {
  z-index: 1 !important;
}
.timetable-section .leaflet-map-pane,
.timetable-stop-section .leaflet-map-pane {
  z-index: 2 !important;
}
#timetable-map #leaflet-popup{
  position: absolute !important;
  margin: 0 auto!important;
  background: #fff;
  color: #263646;
  font-size: 14px;
  font-weight: normal;
  z-index: 10!important;
  width: 80%!important;
  top: 10%;
  left: 10%;
  max-height: 80%;
  padding: 20px;
  border-radius: 0.25rem;
  border: 2px solid green;
  font-family: 'Rogan';
}
#timetable-map #leaflet-map {
  height: min(60vw, 500px);
  width: 100%;
  z-index: 0!important;
}
#timetable-map #leaflet-popup #leaflet-bezar {
  width: 5%;
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  padding-right: 5px;
  cursor: pointer;
  position: absolute;
  right: 3px;
  top: 0px;
}
#timetable-map #leaflet-szoveg {
  max-height: min(40vw, 364px)!important;
  overflow-y: auto;
}
#timetable-map #leaflet-szoveg span {
  float: left;
  width: 95%;
  max-height: 60%;
  padding:4px;
  overflow: auto;
}
#timetable-map #leaflet-popup #leaflet-szoveg span:nth-of-type(1) {
  color:white;
  background: #57a639 !important;
  text-transform: uppercase;
}
#timetable-map #leaflet-popup #leaflet-szoveg span:nth-child(odd) {
  background: #f9f9f9;
  color: black;
}
#timetable-map .go_megallo, #timetable-map .go_jarat {
  cursor: pointer;
}
#timetable-map .leaflet-control-container img {
  max-height: none;
}

/************* My Opinion ***************/
.myopinion-section .nav-tabs .nav-link {
  background-color: white;

  /* H300 / Medium */
  font-family: 'Rogan';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.06em;

  align-items: center;
  text-align: center;

  /* Primary / Sötétkék (100%) */
  color: #3B3B3B;
  border: none;
}
.myopinion-section .nav-tabs .nav-link.active {
  background-color: white;

  /* H300 / Medium */
  font-family: 'Rogan';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.06em;

  align-items: center;
  text-align: center;

  /* Primary / Sötétkék (100%) */
  color: #19365A;
  border: none;
  border-bottom: 1px solid #19365A;
}
.my-opinion-section .nav-fill > .nav-link, .nav-fill .nav-item {
  padding-bottom: 1px;
}
.myopinion-section .page-side-wireframe:before, .myopinion-section .page-side-wireframe:after {
  top: 76px!important;
}

.myopinion-section .card-title {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
}
.myopinion-section .header-img {
  margin-top: max(5vw, 10vh);
  width: max(10vw, 200px);
}
.myopinion-section .card-text {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: normal;
}
.myopinion-section .progress-bar {
  background-color: #72BE44;
  border-radius: 8px;
  transition: none;
}
.myopinion-section .progress {
  border-radius: 8px;
}
.myopinion-section .me-too {
  color : #6FBF42;
  font-weight: bold;
  font-size: 9px;
  line-height: 20px;
  letter-spacing: 0.02em;
}
.alert-miki-success {
  background-color: #05855C;
  color: white;
  border-radius: 16px 16px 0px 0px !important;
}
.myopinion-section #closed .card:not(.border-0.bg-transparent) {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.07);
}

.help-section #questions .card .card-header {
  background: linear-gradient(233.74deg, #6FBF42 52.56%, #63A639 100%) !important;
  padding: 0!important;
}
.help-section #questions .card .card-header a {
  color: white;
  font-weight: bold;
  width: 100%;
  padding: 0.75rem 1.25rem;
  display: block;
}


/************* DataTables custom colors *************/
.dataTables_wrapper .dataTables_paginate .page-item.active .page-link {
  background: linear-gradient(233.74deg, #6FBF42 52.56%, #63A639 100%)!important;
  border-color: #6FBF42!important;
}
.dataTables_wrapper .dataTables_paginate .page-item.active .page-link:focus {
  border-color: #6FBF42!important;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)!important;
}
.dataTables_wrapper .dataTables_length label select.custom-select.form-control option:hover {
  background-color: #6FBF42!important;
}

/* MVK TimeTable */
#modal-timetable-routelist .modal-body {
  background-color: #263646;
  color: white;
}

#modal-timetable-routelist .ut-kiemelt {
  color: #fad316 !important;
}
#modal-timetable-routelist .ut-elozo {
  font-style: italic !important;
  font-weight: normal !important;
  color: #57a639 !important;
}
#modal-timetable-routelist table {
  background-color: transparent;
  color: white;
}
@media (max-width: 1280px){
	#modal-timetable-routelist #utvonal-tabla {
		font-size: 14px;
	}
}
@media (max-width: 600px){
	#modal-timetable-routelist #utvonal-tabla {
		font-size: 13px;
	}
}
@media (max-width: 336px){
	#modal-timetable-routelist #utvonal-tabla {
		font-size: 12px;
	}
}
#modal-timetable-routelist #utvonal-tabla-body {
  width: 100%!important;
}

table tr.selected-row {
  font-weight: bold;
  text-shadow: 2px 2px 4px #000000!important;
}
.timetable-stop-section table tr.selected-row td:last-child > .icon-map-marker-red::before {
  content: '';
  background-image: url('/image/icon/marker-shadow.png');
  background-size: 20px 20px;
  padding: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 12px;
  background-position-x: 2px;
}
table.table-mobile-view {
  display: table;
}
@media screen and (max-width: 995px) {
  table.table-mobile-view thead {
    display: none;
  }
  table.table-mobile-view tbody {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  table.table-mobile-view tr {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  table.table-mobile-view td {
    display: flex;
    width: 100%;
  }
  table.table-mobile-view td::before {
    content: attr(data-label);
    font-weight: bold;
    width: 110px;
    min-width: 100px;
    text-align: left;
  }
}

.text-underline { text-decoration: underline!important; }
ul.green-dot li {
  list-style-type: none;
  background-image: url("/image/miskolcpass/list_style.svg");
  background-position: 0px 8px;
  background-repeat: no-repeat;
  padding-left: 1rem;
  margin: 12px 0;
}

/************* Text Regular Sizes *************/
.text-h900 {
  /* H900 / Regular */
  font-style: normal;
  font-weight: normal;
  font-size: 56px;
  line-height: 100%;
  /* identical to box height, or 56px */
  letter-spacing: -0.03em;
  /* Grayscale / Gray 90 */
  color: #1A1A1A;
}
.text-h800 {
  /* H800 / Regular */
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 100%;
  /* identical to box height, or 48px */
  letter-spacing: -0.03em;
  /* Grayscale / Gray 90 */
  color: #1A1A1A;
}
.text-h700 {
  /* H700 / Regular */
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 120%;
  /* identical to box height, or 48px */
  letter-spacing: -0.03em;
  /* Grayscale / Gray 90 */
  color: #1A1A1A;
}
.text-h600 {
  /* H600 / Regular */
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 124%;
  /* identical to box height, or 40px */
  letter-spacing: -0.03em;
  /* Grayscale / Gray 90 */
  color: #1A1A1A;
}
.text-h500 {
  /* H500 / Regular */
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 132%;
  /* identical to box height, or 32px */
  /* Grayscale / Gray 90 */
  color: #6e6262;
}
.text-h400 {
  /* H400 / Regular */
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 120%;
  /* identical to box height, or 24px */
  /* Grayscale / Gray 90 */
  color: #1A1A1A;
}
.text-h300 {
  /* H300 / Regular */
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 125%;
  /* identical to box height, or 20px */
  /* Grayscale / Gray 90 */
  color: #1A1A1A;
}
.text-h200 {
  /* H200 / Regular */
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 115%;
  /* identical to box height, or 16px */
  /* Grayscale / Gray 90 */
  color: #1A1A1A;
}
.text-h100 {
  /* H100 / Regular */
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 133%;
  /* identical to box height, or 16px */
  /* Grayscale / Gray 90 */
  color: #1A1A1A;
}
.text-h050 {
  /* H050 / Regular */
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 120%;
  /* identical to box height, or 12px */
  /* Grayscale / Gray 90 */
  color: #1A1A1A;
}

/************* Text Medium Sizes *************/

.text-h900-medium {
  /* H900 / Medium */
  font-style: normal;
  font-weight: 500;
  font-size: 56px;
  line-height: 100%;
  /* identical to box height, or 56px */
  letter-spacing: -0.03em;
  /* Grayscale / Gray 90 */
  color: #1A1A1A;
}
.text-h800-medium {
  /* H800 / Medium */
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  /* identical to box height, or 48px */
  letter-spacing: -0.03em;
  /* Grayscale / Gray 90 */
  color: #1A1A1A;
}
.text-h700-medium {
  /* H700 / Medium */
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  /* identical to box height, or 48px */
  letter-spacing: -0.03em;
  /* Grayscale / Gray 90 */
  color: #1A1A1A;
}
.text-h600-medium {
  /* H600 / Medium */
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 124%;
  /* identical to box height, or 40px */
  letter-spacing: -0.03em;
  /* Grayscale / Gray 90 */
  color: #1A1A1A;
}
.text-h500-medium {
  /* H500 / Medium */
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 132%;
  /* identical to box height, or 32px */
  /* Grayscale / Gray 90 */
  color: #1A1A1A;
}
.text-h400-medium {
  /* H400 / Medium */
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  /* identical to box height, or 24px */
  font-feature-settings: 'case' on;
  /* Grayscale / Gray 90 */
  color: #1A1A1A;
}
.text-h300-medium {
  /* H300 / Medium */
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  /* identical to box height, or 20px */
  /* Grayscale / Gray 90 */
  color: #1A1A1A;
}
.text-h200-medium {
  /* H200 / Medium */
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  /* identical to box height, or 16px */
  /* Grayscale / Gray 90 */
  color: #1A1A1A;
}
.text-h100-medium {
  /* H100 / Medium */
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  /* identical to box height, or 16px */
  /* Grayscale / Gray 90 */
  color: #1A1A1A;
}
.text-h050-medium {
  /* H050 / Medium */
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  /* identical to box height, or 12px */
  /* Grayscale / Gray 90 */
  color: #1A1A1A;
}

/************* Text Bold Sizes *************/

.text-h900-bold {
  /* H900 / Bold */
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 100%;
  /* identical to box height, or 56px */
  letter-spacing: -0.03em;
  /* Grayscale / Gray 90 */
  color: #1A1A1A;
}
.text-h800-bold {
  /* H800 / Bold */
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 100%;
  /* identical to box height, or 48px */
  letter-spacing: -0.03em;
  /* Grayscale / Gray 90 */
  color: #1A1A1A;
}
.text-h700-bold {
  /* H700 / Bold */
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 120%;
  /* identical to box height, or 48px */
  letter-spacing: -0.03em;
  /* Grayscale / Gray 90 */
  color: #1A1A1A;
}
.text-h600-bold {
  /* H600 / Bold */
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 124%;
  /* identical to box height, or 40px */
  letter-spacing: -0.03em;
  /* Grayscale / Gray 90 */
  color: #1A1A1A;
}
.text-h500-bold {
 /* H500 / Bold */
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 132%;
  /* identical to box height, or 32px */
  /* Grayscale / Gray 90 */
  color: #1A1A1A;
}
.text-h400-bold {
  /* H400 / Bold */
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  /* identical to box height, or 24px */
  /* Grayscale / Gray 90 */
  color: #1A1A1A;
}
.text-h300-bold {
  /* H300 / Bold */
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 125%;
  /* identical to box height, or 20px */
  /* Grayscale / Gray 90 */
  color: #1A1A1A;
}
.text-h200-bold {
  /* H200 / Bold */
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 115%;
  /* identical to box height, or 16px */
  /* Grayscale / Gray 90 */
  color: #1A1A1A;
}
.text-h100-bold {
  /* H100 / Bold */
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 133%;
  /* identical to box height, or 16px */
  /* Grayscale / Gray 90 */
  color: #1A1A1A;
}
.text-h050-bold {
  /* H050 / Bold */
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 120%;
  /* identical to box height, or 12px */
  /* Grayscale / Gray 90 */
  color: #1A1A1A;
}

input#activation_code {
  border-top: none;
  border-left: none;
  border-right: none;
  text-align: center;
  font-size: larger;
  font-weight: bolder;
}
