@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:200,300,400,600,700,800,900");
a, button, .btn, input, textarea, label, input, .custom-control {
  outline: none !important;
}
a:hover, a:focus, a:active, a.active, a:after, a:before, button:hover, button:focus, button:active, button.active, button:after, button:before, .btn:hover, .btn:focus, .btn:active, .btn.active, .btn:after, .btn:before, input:hover, input:focus, input:active, input.active, input:after, input:before, textarea:hover, textarea:focus, textarea:active, textarea.active, textarea:after, textarea:before, label:hover, label:focus, label:active, label.active, label:after, label:before, input:hover, input:focus, input:active, input.active, input:after, input:before, .custom-control:hover, .custom-control:focus, .custom-control:active, .custom-control.active, .custom-control:after, .custom-control:before {
  outline: none !important;
}

input, textarea, .custom-select, .input-group, label, .custom-control {
  box-shadow: none !important;
}
input:hover, input:focus, input:active, input.active, input:after, input:before, textarea:hover, textarea:focus, textarea:active, textarea.active, textarea:after, textarea:before, .custom-select:hover, .custom-select:focus, .custom-select:active, .custom-select.active, .custom-select:after, .custom-select:before, .input-group:hover, .input-group:focus, .input-group:active, .input-group.active, .input-group:after, .input-group:before, label:hover, label:focus, label:active, label.active, label:after, label:before, .custom-control:hover, .custom-control:focus, .custom-control:active, .custom-control.active, .custom-control:after, .custom-control:before {
  box-shadow: none !important;
}

.container-fluid {
  padding-left: 1% !important;
  padding-right: 1% !important;
}

@media screen and (max-width: 1200px) {
  .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
[class^=bi-]::before, [class*=" bi-"]::before {
  line-height: unset !important;
  font-family: "bootstrap-icons" !important;
  display: inline-block;
}

.list-group-item {
  padding: 10px 0 !important;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bgPrimary {
  background: #0082a3 !important;
}

.bgWhite {
  background: #ffffff !important;
}

.bgDark {
  background: #1f1f1f !important;
}

.bgShadow1 {
  box-shadow: 0px 16px 40px 0px rgba(112, 144, 176, 0.2);
}

.align {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.center, .navTopIcons .navIcons, .navTopIcons, .sideItemIcon, .settingsPage .profilePageImage i, .profilePageImageColumn, .pageName, .feedPostFastComment, .addPostBtn, .addPostBottom, .timelineIcon i, .messagesTextBar, .box2 .box2img .box2imgText span, .shift2, .underline {
  display: flex;
  align-items: center;
  justify-content: center;
}

.decorLine {
  position: absolute;
  right: 5%;
  top: 50%;
  font-size: 40px;
  transform: rotate(90deg);
  color: #1f1f1f;
  z-index: 99999999 !important;
}

.underline {
  display: inline;
  position: relative;
  overflow: hidden;
}
.underline::after {
  content: "";
  border-bottom: solid 2px #1f1f1f;
  position: absolute;
  bottom: -5px;
  right: 0;
  left: 0;
  width: 20px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.underline:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.underline:hover, .underline:focus, .underline:active, .underline.active {
  color: #1f1f1f !important;
}

.underline2 {
  position: relative;
}
.underline2 span {
  position: relative;
  z-index: 9 !important;
}
.underline2:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  bottom: 1px;
  width: calc(100% + 10px);
  height: 10px;
  background: #0082a3;
  display: block;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.underline2:hover:before {
  height: 25px;
}

.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs17 {
  font-size: 17px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs19 {
  font-size: 19px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs21 {
  font-size: 21px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs23 {
  font-size: 23px !important;
}

.fs24 {
  font-size: 24px !important;
}

.fs25 {
  font-size: 25px !important;
}

.fs30 {
  font-size: 30px !important;
}

.fs40 {
  font-size: 40px !important;
}

.fs50 {
  font-size: 50px !important;
}

.fs60 {
  font-size: 60px !important;
}

.fs70 {
  font-size: 70px !important;
}

.fs80 {
  font-size: 80px !important;
}

.fs90 {
  font-size: 90px !important;
}

.fs100 {
  font-size: 100px !important;
}

.fw1 {
  font-weight: 100 !important;
}

.fw2 {
  font-weight: 200 !important;
}

.fw3 {
  font-weight: 300 !important;
}

.fw4 {
  font-weight: 400 !important;
}

.fw5 {
  font-weight: 500 !important;
}

.fw6 {
  font-weight: 600 !important;
}

.fw7 {
  font-weight: 700 !important;
}

.fw8 {
  font-weight: 800 !important;
}

/**
 * * Responsive font size for various media query breakpoints
 * *
 * * Usage:
 * * @include responsive-font-size(12px, 14px, 16px, 18px, 20px);
 * * @include responsive-font-size(xs, sm, md, lg, xl);
 * *
 * * If you want to omit specific breakpoint please use ''
 * * e.g. @include responsive-font-size(12px, '', '', '', 20px);
 * */
.circleIcon {
  padding: 10px;
  border-radius: 50%;
}

.setBg {
  object-fit: cover;
  width: 100% !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
}

.setBg2 {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
}

/**
 * * Px to rem
 * *
 * * Usage
 * * font-size: rem(20)
 * * margin: rem(40) rem(40);
 * */
.rows1 {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
}

.rows2 {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.rows3 {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
}

.rows4 {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical !important;
}

.rows5 {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 5 !important;
  -webkit-box-orient: vertical !important;
}

.shift1 {
  margin-bottom: -8rem;
}

.shift2 {
  padding-top: 7rem;
}

.shift3 {
  margin-top: -8rem;
}

.shift4 {
  margin-top: -12rem;
}

.shift5 {
  z-index: 9 !important;
  position: absolute;
  right: -6rem;
}

.shift6 {
  z-index: 9 !important;
  position: absolute;
  left: -13rem;
}

/**
 * * Responsive size for various media query breakpoints
 * *
 * * Usage:
 * * @include size('h', 10px, 20px, 30px, 40px, 50px);
 * * @include size('type', xs, sm, md, lg, xl);
 *
 * * If you want to omit specific breakpoint please use ''
 * * e.g. @include size('h', 10px, '', '', 40px, 50px);
 *
 * Type:
 *
 * h    : height,
 * minh : min-height,
 * maxh : max-height,
 * w    : width,
 * minw : min-width,
 * maxw : max-width
 * */
.height10 {
  height: 10rem !important;
}

.height20 {
  height: 20rem !important;
}

.height30 {
  height: 30rem !important;
}

.height40 {
  height: 40rem !important;
}

.height50 {
  height: 50rem !important;
}

.height60 {
  height: 60rem !important;
}

.height70 {
  height: 70rem !important;
}

.height80 {
  height: 80rem !important;
}

.height90 {
  height: 90rem !important;
}

.height100 {
  height: 100rem !important;
}

.width10 {
  width: 10rem !important;
}

.width20 {
  width: 20rem !important;
}

.width30 {
  width: 30rem !important;
}

.width40 {
  width: 40rem !important;
}

.width50 {
  width: 50rem !important;
}

.width60 {
  width: 60rem !important;
}

.width70 {
  width: 70rem !important;
}

.width80 {
  width: 80rem !important;
}

.width90 {
  width: 90rem !important;
}

.width100 {
  width: 100rem !important;
}

/**
 * * Responsive spacing for various media query breakpoints
 * *
 * * Usage
 * * @include space('mb', 10px, 20px, 30px, 40px, 50px);
 * * @include space('type', xs, sm, md, lg, xl);
 *
 * * If you want to omit specific breakpoint please use ''
 * * e.g. @include space('mb', 10px, '', '', 40px, 50px);
 *
 * Type:
 *
 * m  : margin
 * mt : margin-top
 * mr : margin-right
 * mb : margin-bottom
 * ml : margin-left
 * mx : (horizontal) margin-left and margin-right
 * my : (vertical) margin-top and margin bottom
 *
 * p  : padding
 * pt : padding-top
 * pr : padding-right
 * pb : padding-bottom
 * pl : padding-left
 * px : (horizontal) padding-left and padding-right
 * py : (vertical) padding-top and padding bottom
 * */
.pt-6, .py-6 {
  padding-top: 75px !important;
}

.pr-6, .px-6 {
  padding-right: 75px !important;
}

.pb-6, .py-6 {
  padding-bottom: 75px !important;
}

.pl-6, .px-6 {
  padding-left: 75px !important;
}

.pt-7, .py-7 {
  padding-top: 100px !important;
}

.pr-7, .px-7 {
  padding-right: 100px !important;
}

.pb-7, .py-7 {
  padding-bottom: 100px !important;
}

.pl-7, .px-7 {
  padding-left: 100px !important;
}

.pt-8, .py-8 {
  padding-top: 10rem !important;
}

.pr-8, .px-8 {
  padding-right: 10rem !important;
}

.pb-8, .py-8 {
  padding-bottom: 10rem !important;
}

.pl-8, .px-8 {
  padding-left: 10rem !important;
}

.pt-9, .py-9 {
  padding-top: 15rem !important;
}

.pr-9, .px-9 {
  padding-right: 15rem !important;
}

.pb-9, .py-9 {
  padding-bottom: 15rem !important;
}

.pl-9, .px-9 {
  padding-left: 15rem !important;
}

.pt-10, .py-10 {
  padding-top: 20rem !important;
}

.pr-10, .px-10 {
  padding-right: 20rem !important;
}

.pb-10, .py-10 {
  padding-bottom: 20rem !important;
}

.pl-10, .px-10 {
  padding-left: 20rem !important;
}

.mt-6, .my-6 {
  margin-top: 75px !important;
}

.mr-6, .mx-6 {
  margin-right: 75px !important;
}

.mb-6, .my-6 {
  margin-bottom: 75px !important;
}

.ml-6, .mx-6 {
  margin-left: 75px !important;
}

.mt-7, .my-7 {
  margin-top: 100px !important;
}

.mr-7, .mx-7 {
  margin-right: 100px !important;
}

.mb-7, .my-7 {
  margin-bottom: 100px !important;
}

.ml-7, .mx-7 {
  margin-left: 100px !important;
}

.mt-8, .my-8 {
  margin-top: 150px !important;
}

.mr-8, .mx-8 {
  margin-right: 150px !important;
}

.mb-8, .my-8 {
  margin-bottom: 150px !important;
}

.ml-8, .mx-8 {
  margin-left: 150px !important;
}

.mt-9, .my-9 {
  margin-top: 200px !important;
}

.mr-9, .mx-9 {
  margin-right: 200px !important;
}

.mb-9, .my-9 {
  margin-bottom: 200px !important;
}

.ml-9, .mx-9 {
  margin-left: 200px !important;
}

@media screen and (max-width: 1200px) {
  .py-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
.spaceBetween, .addPostBottom {
  justify-content: space-between;
  display: flex;
}

/**
 * * Triangle
 * * Usage:
 * * @include triangle(red, up, 20px);
 * *
 * * Color, direction, size
 * */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth !important;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh !important;
  position: relative;
  background: #F8F9FA;
  color: #1f1f1f;
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden !important;
  user-select: none;
}

button, .btn {
  cursor: pointer;
  border: 0;
  outline: none !important;
  box-shadow: none !important;
  transition: all 0.3s linear !important;
  border-radius: 10px !important;
}
button:hover, button:focus, .btn:hover, .btn:focus {
  transition: all 0.3s linear !important;
}
button.btn-primary, .btn.btn-primary {
  color: #ffffff !important;
  background: #e28704 !important;
  padding: 7px 30px;
  font-weight: 700;
  transition: 0.3s all ease-out !important;
}
button.btn-primary:hover, button.btn-primary:focus, .btn.btn-primary:hover, .btn.btn-primary:focus {
  color: #ffffff !important;
  background: #fac467 !important;
  transition: 0.3s all ease-out !important;
}
button.btn-dropdown, .btn.btn-dropdown {
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  justify-content: space-between;
  display: flex;
  padding: 5px !important;
}

@media screen and (max-width: 576px) {
  .btn-primary {
    width: 100%;
  }
}
.input-area {
  position: relative;
}
.input-area input, .input-area textarea, .input-area select {
  color: #1f1f1f;
  display: block;
  padding-left: 0;
  width: 100%;
  min-height: 40px;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #ececec;
  background: transparent;
  -webkit-appearance: none;
  transition: 0.3s ease-in-out;
  position: relative;
  outline: 0;
}
.input-area input:hover, .input-area input:focus, .input-area textarea:hover, .input-area textarea:focus, .input-area select:hover, .input-area select:focus {
  outline: none;
  box-shadow: none;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #333333;
}
.input-area input::placeholder, .input-area textarea::placeholder {
  color: #1f1f1f !important;
}
.input-area label {
  position: absolute;
  top: 10px;
  cursor: text !important;
  transition: 0.2s linear all;
}

.focus-input label {
  top: -18px;
  transition: 0.2s linear all;
  font-size: 12px;
}

body::-webkit-scrollbar {
  width: 10px !important;
  background: transparent;
  opacity: 0;
}
body::-webkit-scrollbar-track {
  background: transparent;
  opacity: 0;
}
body::-webkit-scrollbar-thumb {
  background: #696969 !important;
  border-radius: 5px;
  display: block !important;
}
body:hover::-webkit-scrollbar-thumb {
  background: #adadad !important;
  display: block !important;
}

*::-webkit-scrollbar {
  width: 7px !important;
  background: transparent;
  opacity: 0;
}
*::-webkit-scrollbar-track {
  background: transparent;
  opacity: 0;
}
*::-webkit-scrollbar-thumb {
  background: #F0F2F5 !important;
  border-radius: 5px;
  display: none;
}
*:hover::-webkit-scrollbar-thumb {
  display: block;
}

/* Kivétel: modalok scrollbar-ja - vékony és diszkrét */
.quiz-modal *::-webkit-scrollbar,
.lesson-modal *::-webkit-scrollbar {
  width: 4px !important;
  background: transparent !important;
  opacity: 1 !important;
}
.quiz-modal *::-webkit-scrollbar-track,
.lesson-modal *::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05) !important;
  border-radius: 2px !important;
  opacity: 1 !important;
}
.quiz-modal *::-webkit-scrollbar-thumb,
.lesson-modal *::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3) !important;
  border-radius: 2px !important;
  display: block !important;
  opacity: 1 !important;
}
.quiz-modal *:hover::-webkit-scrollbar-thumb,
.lesson-modal *:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5) !important;
  display: block !important;
}

a {
  transition: all 0.3s linear !important;
  color: #1f1f1f;
}
a:hover, a:focus, a:active, a.active {
  transition: all 0.3s linear !important;
  text-decoration: none !important;
  color: #1f1f1f !important;
  font-weight: 500;
}

p {
  color: #1f1f1f;
  margin-bottom: 6px !important;
}

hr {
  margin-top: 4px;
  margin-bottom: 0;
}

ul, ol, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1 {
  font-weight: 700;
  font-size: 70px;
}

h2 {
  font-weight: 600;
  font-size: 50px;
}

@media screen and (max-width: 1200px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 576px) {
  h2 {
    font-size: 30px;
  }
}
.box {
  border-radius: 0;
  padding: 60px 30px;
}
.box a:hover h3 {
  font-weight: 600 !important;
}
.box h6, .box h5 {
  text-transform: uppercase;
  font-weight: 600;
}

.box.bgDark a, .box.bgDark h3, .box.bgDark h6, .box.bgDark p {
  color: #ffffff !important;
}

.smallBox {
  height: 18rem;
}

.mediumBox {
  height: auto;
}

.box2 {
  height: 8rem;
  margin-bottom: 30px;
}
.box2 .box2img {
  height: 8rem;
  display: block;
  position: relative;
  overflow: hidden;
  background: #1f1f1f;
}
.box2 .box2img img {
  height: 8rem;
  opacity: 0;
}
.box2 .box2img .box2imgText {
  color: #ffffff !important;
  height: 8rem;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9 !important;
}
.box2 .box2img .box2imgText span {
  height: 50px;
  width: 50px;
  font-size: 24px;
  font-weight: 600;
}
.box2 .box2img .box2imgText h4 {
  margin: 0 !important;
  padding-left: 30px;
}
.box2 p {
  max-height: 8rem;
  overflow: auto;
  padding-left: 30px;
  color: #adadad;
}
.box2 ::-webkit-scrollbar {
  width: 3px !important;
  background: transparent;
  opacity: 0;
}
.box2 ::-webkit-scrollbar-track {
  background: transparent;
  opacity: 0;
}
.box2 ::-webkit-scrollbar-thumb {
  background: #adadad;
  border-radius: 0;
}
.box2.active .box2img img {
  opacity: 0.7;
  transition: all 0.2s linear !important;
}
.box2.active .box2img .box2imgText span {
  color: #1f1f1f;
  background: #0082a3;
  font-weight: 700;
}
.box2.active p {
  color: #1f1f1f;
  transition: all 0.2s linear !important;
}

@media screen and (max-width: 768px) {
  .box2 {
    height: auto;
  }
  .box2 p {
    padding-left: 0;
    padding-top: 30px;
  }
}
.mainBox {
  background: #ffffff;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.082);
  border-radius: 10px;
  padding: 10px;
  margin: 15px 0;
}
.mainBox .mainBoxHead {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #F0F2F5;
}
.mainBox .mainBoxHead .mainBoxHeadText {
  font-weight: 600;
}

#slider1 {
  background: #e3ebee;
}

#slider2 {
  background: #FCEEE5;
}

.owl-carousel {
  position: relative;
  width: 100%;
}

.home-slider {
  width: 100%;
  height: 85vh;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: flex;
}
.home-slider img {
  height: 45vh;
  width: 100%;
}
.home-slider .slider-item {
  height: 85vh;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.home-slider .slider-text a {
  top: 20px;
}
.home-slider .owl-nav {
  box-sizing: border-box;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  top: 0;
}
.home-slider .owl-nav .owl-prev, .home-slider .owl-nav .owl-next {
  outline: none;
  width: 20px;
  background: transparent;
  font-size: 40px !important;
  transition: all 0.5s ease;
  color: #ffffff !important;
}
.home-slider .owl-nav .owl-prev:hover, .home-slider .owl-nav .owl-next:hover {
  opacity: 1;
}

.owl-dots {
  box-sizing: border-box;
  position: absolute;
  bottom: 20px;
  transform: translateY(-50%);
  left: 5%;
}

.owl-dot {
  width: 7px;
  height: 7px;
  margin: 15px;
  border-radius: 50%;
  background: #1f1f1f !important;
  opacity: 0.4;
}
.owl-dot.active {
  opacity: 1;
}
.owl-dot:hover {
  opacity: 1;
  width: 13px;
  height: 13px;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

@media screen and (max-width: 768px) {
  .owl-prev, .owl-next {
    display: none;
  }
}
.prev, .next {
  outline: none;
  opacity: 0.6;
  font-size: 40px !important;
  transition: all 0.5s ease;
  color: #ffffff !important;
  z-index: 99 !important;
}
.prev:hover, .next:hover {
  opacity: 1;
}

.dedicatory .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dedicatory .owl-prev, .dedicatory .owl-next {
  background: transparent;
  transition: all 0.5s ease;
  border-radius: 0 !important;
  position: absolute !important;
}
.dedicatory .owl-prev i, .dedicatory .owl-next i {
  padding: 10px;
  font-size: 25px !important;
  color: #1f1f1f !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dedicatory .owl-prev:hover, .dedicatory .owl-next:hover {
  background: #ececec;
}
.dedicatory .owl-prev:hover i, .dedicatory .owl-next:hover i {
  color: #696969 !important;
}
.dedicatory .owl-prev {
  left: 1% !important;
}
.dedicatory .owl-next {
  right: 1% !important;
}

.dedicatory-head {
  padding-bottom: 15px;
}
.dedicatory-head h4 {
  margin: 0 !important;
}

.dedicatory .slider-item {
  padding: 25px 10px !important;
}

.slider-item .product-item {
  width: auto !important;
}

.copyright {
  font-size: 12px;
  text-align: center;
  color: #999999 !important;
  display: block;
}
.copyright .creator {
  color: #1f1f1f !important;
  font-weight: 700;
}
.copyright .creator:hover {
  color: #0082a3 !important;
}

/* DropBox styles are now in header.css - keeping minimal fallback for backwards compatibility */
.dropBox {
  position: absolute;
  right: 0;
  z-index: 1050 !important; /* Above sidebar (z-index: 90) and navbar (z-index: 99) */
}

.dropItem {
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 2px;
  margin-bottom: 5px;
  width: 100%;
  cursor: pointer;
}
.dropItem:hover {
  background: #F0F2F5;
}
.dropItem:last-child {
  margin-bottom: 0;
}

.dropItemIcon {
  width: 20%;
}
.dropItemIcon i {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropItemText {
  width: 80%;
}

.fileUpload {
  margin: 0;
  cursor: pointer;
}
.fileUpload i {
  z-index: 1;
}
.fileUpload label {
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer;
}

.iconCount {
  font-family: "Nunito Sans", sans-serif;
  color: #ffffff;
  background: #f23555 !important;
  margin-left: 15px;
  padding: 4px;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  font-size: 0.6875rem;
  line-height: 11px;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  display: inline-block;
  position: absolute;
}

.messengerColumn {
  max-height: 90%;
}

.clearfix:after, .messages:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}

.messengerContainer {
  width: 100%;
  height: 85vh;
}

.messagesColumn {
  height: 70vh;
  overflow: auto;
  padding: 20px;
  padding-bottom: 0;
}

.messagesReceived .messageBox {
  display: flex;
  align-items: flex-end;
}
.messagesReceived .messageBox .profileIcon {
  margin-right: 15px;
}
.messagesReceived .messageBox .profileIcon img {
  height: 28px;
  width: 28px;
}
.messagesReceived .message {
  float: left;
  background-color: #F0F2F5;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.messagesReceived .message:first-child {
  border-top-left-radius: 15px;
}
.messagesReceived .message:last-child {
  border-bottom-left-radius: 15px;
}
.messagesReceived .messageTime {
  left: -4rem;
}

.messagesSent .message {
  float: right;
  background-color: #e28704;
  color: #ffffff;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.messagesSent .message:first-child {
  border-top-right-radius: 15px;
}
.messagesSent .message:last-child {
  border-bottom-right-radius: 15px;
}
.messagesSent .messageTime {
  right: -7rem;
}

.message {
  /*@if(img)
  * background: transparent !important*/
}

.messageTime {
  display: none;
  padding: 7px 13px;
  position: absolute;
  color: #1f1f1f;
  background: #ffffff;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.082);
  border-radius: 10px;
}

.message {
  display: inline-block;
  margin-bottom: 3px;
  clear: both;
  padding: 7px 13px;
  border-radius: 15px;
  line-height: 1.4;
}
.message:hover .messageTime {
  display: block;
}

.messengerImg {
  max-width: 20rem;
  max-height: 26rem;
  border-radius: 10px;
}

.messagesTextBar {
  margin: 15px 0;
}

.cameraIcon {
  border-radius: 50% !important;
}
.cameraIcon i {
  font-size: 20px;
}
.cameraIcon:hover {
  background: #F0F2F5;
}

.messageSendBtn {
  margin-left: 0.5rem;
}
.messageSendBtn:hover {
  background: #F0F2F5;
}

.chat.unread .sideItemText .addresse, .chat.unread .sideItemText .lastMessage {
  font-weight: bolder;
}

.profileIconColumn {
  display: flex;
  align-items: center;
}

.profileNameText {
  font-weight: 600;
  margin-left: 15px;
}

.postDate {
  display: block;
  margin-top: -2px;
  font-size: 10px;
}

.commentDate {
  font-size: 11px;
  margin-left: 9px;
}

.profileIcon img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.piXXL img {
  height: 40px !important;
  width: 40px !important;
}

.piXL img {
  height: 35px !important;
  width: 35px !important;
}

.piL img {
  height: 30px !important;
  width: 30px !important;
}

.piM img {
  height: 28px !important;
  width: 28px !important;
}

.piS img {
  height: 25px !important;
  width: 25px !important;
}

.textBar {
  position: relative;
  width: 100%;
}
.textBar select {
  height: 35px;
  border: 0;
  border-radius: 30px;
  background: #F0F2F5 !important;
}
.textBar input, .textBar textarea {
  height: 35px;
  resize: none;
  display: block;
  position: relative;
  width: 100%;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 500;
  padding-left: 15px;
  border-radius: 30px;
  background: #F0F2F5 !important;
  border: 0;
}
.textBar input::placeholder, .textBar textarea::placeholder {
  opacity: 0.7;
}
.textBar textarea {
  border-radius: 10px !important;
  padding-top: 5px;
  padding-left: 10px;
}
.textBar button {
  position: absolute;
  top: 0;
  height: 100%;
  right: 10px;
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: inherit;
}
.textBar button i {
  color: #696969;
}
.textBar button:hover {
  color: #0082a3;
}

#timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #1f1f1f;
}

.timelineContentColumn {
  position: relative;
  margin-left: 60px;
  background: #ffffff;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.082);
  border-radius: 10px;
  padding: 10px;
}
.timelineContentColumn::after {
  clear: both;
  content: "";
  display: table;
}
.timelineContentColumn::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 100%;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-right: 10px solid #ffffff;
}
.timelineContentColumn .timelineDate {
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 0.7;
}

.timelineBlock {
  position: relative;
  margin: 2em 0;
}
.timelineBlock::after {
  clear: both;
  content: "";
  display: table;
}
.timelineBlock:first-child {
  margin-top: 0;
}
.timelineBlock:last-child {
  margin-bottom: 0;
}

.timelineIcon {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: #F8F9FA;
}
.timelineIcon i {
  width: 100%;
  height: 100%;
  font-size: 30px;
}

.timelineContentBox {
  margin-top: 30px;
  margin-bottom: 10px;
}
.timelineContentBox:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  #timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #timeline::before {
    left: 50%;
    margin-left: -2px;
  }
  .timelineBlock {
    margin: 4em 0;
  }
  .timelineBlock:first-child {
    margin-top: 0;
  }
  .timelineBlock:last-child {
    margin-bottom: 0;
  }
  .timelineIcon {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .timelineContentColumn {
    margin-left: 0;
    padding: 10px;
    width: 45%;
  }
  .timelineContentColumn::before {
    top: 20px;
    left: 100%;
    border-color: transparent;
    border-left-color: #ffffff;
  }
  .timelineContentColumn .timelineDate {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 20px;
    font-size: 14px;
  }
  .timelineBlock:nth-child(even) .timelineContentColumn {
    float: right;
  }
  .timelineBlock:nth-child(even) .timelineContentColumn::before {
    top: 20px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #ffffff;
  }
  .timelineBlock:nth-child(even) .timelineContentColumn .timelineDate {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .timelineContentBox {
    margin-top: 0;
  }
}
.addPostColumn {
  background: #ffffff;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.082);
  border-radius: 10px;
  padding: 10px;
}
.addPostColumn .textBarContainer {
  padding-bottom: 10px;
  border-bottom: 1px solid #F0F2F5;
}

.addPostBottom {
  margin-top: 10px;
}

.addPostButtons {
  display: flex;
}

.addPostBtn {
  margin: 0 10px 0 0;
  width: 7rem;
}
.addPostBtn i {
  font-size: 20px;
}
.addPostBtn span {
  padding-left: 15px;
  margin: 0 !important;
}

.postSendBtn, .postSaveBtn, .postSaveDeletePhotoBtn {
  padding: 7px 30px;
  background: #e28704;
  color: #ffffff;
  font-weight: 700;
}
.postSendBtn:hover, .postSaveBtn:hover, .postSaveDeletePhotoBtn:hover {
  color: #ffffff !important;
  background: #c67403;
  opacity: 1;
}

.postSaveDeletePhotoBtn {
  background-color: indianred;
}

@media screen and (max-width: 992px) {
  .addPostBtn {
    width: 100%;
  }
  .addPostBtn span {
    display: none;
  }
}
.eventsTime.newsFeedEvent {
  font-weight: 700;
  float: right;
  padding: 4px;
}

.eventsColumn {
  background: #F8F9FA;
  border-radius: 10px;
  width: 100%;
  display: flex;
}
.eventsColumn .eventsHeader img {
  height: 10rem;
  width: 6rem;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.eventsColumn .eventsBottom {
  width: calc(100% - 96px);
  padding: 10px;
}
.eventsColumn .eventsBottom .eventsName {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  font-weight: 700;
}
.eventsColumn .eventsBottom .eventsDescription {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
}
.eventsColumn .eventsEnter {
  padding: 30px 7px;
  margin: 10px;
}
.eventsColumn .eventsEnter i {
  font-size: 20px !important;
}
.eventsColumn .eventsEnter:hover {
  background: #ececec;
}

.userProgressBar .step {
  text-align: center;
}
.userProgressBar .step:hover .circle {
  border: 2px solid #e28704;
  transform: scale(1.1);
}
.userProgressBar .step:hover .circle i {
  margin-top: 33px;
  font-size: 65px;
}
.userProgressBar .step.completed .circle {
  border: 2px solid #4CA64C;
}
.userProgressBar .step.completed i {
  color: #4CA64C !important;
}
.userProgressBar .step .circle {
  border: 2px solid #e28704;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  display: block;
  margin: 0 auto;
  text-align: center;
  transition: 0.3s all;
}
.userProgressBar .step .circle i {
  margin-top: 38px;
  color: #e28704;
  font-size: 55px;
  transition: 0.3s all;
}
.userProgressBar .step span {
  display: block;
  margin-top: 15px;
}

.feedPost {
  background: #ffffff;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.082);
  border-radius: 10px;
  padding: 10px;
  margin: 15px 0;
}
.feedPost .feedPostHead {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #F0F2F5;
}
.feedPost .feedPostHead .feedPostHeadEdit {
  background: transparent;
}
.feedPost .feedPostHead .feedPostHeadEdit i {
  font-size: 22px;
  color: #696969;
}
.feedPost .feedPostText {
  padding: 10px 0;
}
.feedPost .feedPostMedia img {
  max-height: 500px;
  border-radius: 10px;
}

.loadMoreComment {
  cursor: pointer;
}

.feedPostButtons {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.feedPostButtons .feedPostBtn {
  display: block;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 10px 0;
}
.feedPostButtons .feedPostBtn.liked {
  color: #e28704;
  font-weight: bold;
}
.feedPostButtons .feedPostBtn span {
  margin: 0 !important;
  padding: 0 !important;
}
.feedPostButtons .feedPostBtn i.bi-reply {
  font-size: 20px;
}
.feedPostButtons .feedPostBtn:hover {
  background: #F0F2F5;
}

.feedPostFastComment .profileIconColumn {
  margin-right: 15px;
}

.feedPostComment {
  display: block;
  margin-bottom: 10px;
}
.feedPostComment .commentBox {
  display: block;
}
.feedPostComment .commentBox .profileIconColumn {
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.feedPostComment .commentBox .profileNameText {
  margin: 0;
}
.feedPostComment .commentButtons {
  padding-left: 50px;
}
.feedPostComment .commentButtons span {
  font-size: 12px;
  cursor: pointer;
  margin-right: 10px;
}
.feedPostComment .commentButtons span span {
  margin-right: 0;
}
.feedPostComment .commentButtons span.liked {
  color: #e28704;
  font-weight: bold;
}
.feedPostComment .commentButtons span:hover {
  text-decoration: underline;
}
.feedPostComment .feedPostCommentText {
  max-width: calc(100% - 50px);
  display: inline-block;
  background: #F0F2F5;
  text-align: justify;
  border-radius: 10px;
  padding: 10px;
  font-size: 14px;
}

.loadMoreComment, .loadMoreReply {
  font-weight: 600;
  font-size: 14px;
  color: #696969;
  cursor: pointer;
}
.loadMoreComment:hover, .loadMoreReply:hover {
  font-weight: 600;
  color: #1f1f1f;
}

@keyframes dotKeyframes {
  0% {
    opacity: 0.4;
    transform: scale(1, 1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 0.4;
    transform: scale(1, 1);
  }
}
.loadingDots {
  text-align: center;
  width: 100%;
}

.loadingDot {
  animation: dotKeyframes 1.5s infinite ease-in-out;
  background-color: #adadad;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 3px;
}
.loadingDot:nth-child(2) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.loadingDot:nth-child(3) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.followed {
  font-weight: bold;
}

.groupsColumn {
  display: block;
  background: #ffffff;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.082);
  border-radius: 10px;
  margin-bottom: 30px;
}
.groupsColumn.on {
  background: #F0F2F5;
}
.groupsColumn .groupsHeader img {
  height: 10rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.groupsColumn .groupsText {
  padding: 10px;
}
.groupsColumn .groupsText .groupsName {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}
.groupsColumn .groupsButtons {
  padding: 10px;
}
.groupsColumn .groupsButtons .groupsEnter {
  width: 100%;
  padding: 7px 30px;
  font-weight: 700;
}
.groupsColumn .groupsButtons .groupsEnter:hover {
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.082) !important;
}

.groupPage .groupInviteBtn {
  background: #e28704;
  color: #ffffff;
  font-weight: 700;
}
.groupPage .groupInviteBtn i {
  font-size: 18px;
}

.membersColumn {
  display: flex;
  width: 100%;
  align-items: center;
  background: #ffffff;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.082);
  border-radius: 10px;
  margin-bottom: 25px;
}
.membersColumn .membersImage {
  margin-right: 10px;
}
.membersColumn .membersImage img {
  height: 7rem;
  width: 5rem;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.membersColumn .membersContent {
  width: 100%;
  padding: 10px;
}
.membersColumn .membersName {
  font-weight: 700;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
}
.membersColumn .membersEnter {
  padding: 30px 7px;
  margin: 10px;
}
.membersColumn .membersEnter i {
  font-size: 20px !important;
}
.membersColumn .membersEnter:hover {
  background: #ececec;
}

.profilePage {
  width: 100%;
}

.pageCover {
  background: #F0F2F5;
  height: 22rem;
  border-radius: 10px;
}
.pageCover img {
  height: 22rem;
  border-radius: 10px;
}

.pageName {
  font-size: 30px;
  font-weight: 700;
  margin: 15px 0;
}

.photosPage {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  column-gap: 5px;
}
.photosPage .photosColumn {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 5px;
}

.photosText h5 {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  font-weight: 700;
  color: #ffffff;
}
.photosText p {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  color: #ffffff !important;
  font-size: 14px;
}

.photosColumn {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.2s linear !important;
}
.photosColumn .photosImg {
  display: block;
  position: relative;
  overflow: hidden;
  opacity: 1;
  max-height: 700px;
}
.photosColumn .photosText {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 9 !important;
  display: none;
}
.photosColumn:hover img {
  opacity: 0.95;
}
.photosColumn:hover .photosText {
  display: block;
}
.photosColumn:hover:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 45%;
  left: 0;
  bottom: 0;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(31, 31, 31, 0.8) 45%);
}

.profilePageImageColumn {
  width: 100%;
}
.profilePageImageColumn .profilePageImage {
  height: 10rem;
  width: 10rem;
  margin-top: -8rem;
}
.profilePageImageColumn .profilePageImage img {
  height: 10rem;
  width: 10rem;
  border-radius: 50%;
  border: 4px solid #ffffff;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.082);
}

.settingsPage .profilePageImage i {
  position: absolute;
  font-size: 30px;
  background: #F0F2F5;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.082);
  border-radius: 50%;
  height: 45px;
  width: 45px;
}

.setCover {
  background: #F0F2F5;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.082);
  margin-left: 30px;
  margin-top: -120px;
  font-weight: 700;
}

@media screen and (max-width: 992px) {
  .setCover {
    position: absolute;
    top: 9rem;
    left: 0;
  }
}
/* Main Container - Flexbox Layout */
.main-container {
  display: flex;
  margin-top: 5rem !important;
  min-height: calc(100vh - 5rem);
}

/* Main Content Wrapper - Facebook-style layout */
.main-content-wrapper {
  flex: 1;
  margin-left: 19rem; /* Left sidebar width */
  margin-right: 19rem; /* Right sidebar width */
  transition: margin-left 0.3s ease, margin-right 0.3s ease;
  min-width: 0; /* Prevents flexbox overflow */
  display: flex;
  justify-content: center; /* Center the content */
  padding: 0 16px; /* Horizontal padding */
}

/* Center Content Container - Max width for 1920px screens */
/* 1920px - 2 * 304px (sidebars) = 1312px available space */
.main-content-wrapper > .container-fluid {
  max-width: 1312px; /* Fills space between sidebars on 1920px screens */
  width: 100%;
}

/* Center Column - Override Bootstrap col-lg-7 width limitation */
.centerColumn {
  margin-top: 0 !important;
  max-width: 100% !important; /* Allow full width up to container max-width */
  flex: 0 0 100% !important; /* Override Bootstrap col-lg-7 flex basis */
  width: 100% !important; /* Full width */
}

/* Override Bootstrap col-lg-7 on large screens */
@media screen and (min-width: 992px) {
  .col-lg-7.centerColumn {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    width: 100% !important;
  }
}

/* Left Sidebar - Modern Flexbox */
.leftSide {
  position: fixed;
  left: 0;
  top: 5rem;
  height: calc(100vh - 5rem);
  width: 19rem;
  padding: 0 !important;
  overflow-y: auto;
  overflow-x: hidden;
  background: #ffffff;
  border-right: 1px solid #F0F2F5;
  z-index: 100;
  /* Firefox scrollbar - thin and gray, visible on hover only */
  scrollbar-width: thin; /* Thin scrollbar */
  scrollbar-color: transparent transparent; /* Hidden by default */
  -ms-overflow-style: none; /* IE/Edge: hide scrollbar */
  transition: scrollbar-color 0.2s ease;
}

/* Firefox: Show scrollbar on hover - Facebook style */
.leftSide:hover {
  scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}

/* Chrome/Safari/Edge scrollbar - Facebook style: thin, light gray, visible on hover */
.leftSide::-webkit-scrollbar {
  width: 4px; /* Thin scrollbar like Facebook */
}

.leftSide::-webkit-scrollbar-track {
  background: transparent;
}

.leftSide::-webkit-scrollbar-thumb {
  background: transparent; /* Hidden by default */
  border-radius: 2px;
  transition: background 0.2s ease;
}

.leftSide:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3); /* Light gray on hover */
}

.leftSide::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5); /* Darker on thumb hover */
}

/* Right Side - Facebook-style right sidebar (currently white space, future sidebar) */
.rightSide {
  position: fixed;
  right: 0;
  top: 5rem;
  height: calc(100vh - 5rem);
  width: 19rem;
  padding: 0 !important;
  overflow: auto;
  background: #ffffff; /* White background for now */
  border-left: 1px solid #F0F2F5;
  z-index: 90; /* Lower than dropdowns (z-index: 1000+) */
}

.sideColumn {
  margin-left: 10px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #F0F2F5;
}

.sideItem {
  display: flex;
  align-items: center;
  width: 97%;
  padding: 10px 0;
  border-radius: 10px;
  cursor: pointer;
}
.sideItem:hover {
  background: #F0F2F5;
}

.sideItemIcon {
  flex-basis: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sideItemIcon i {
  font-size: 25px;
  font-family: "bootstrap-icons" !important;
  display: inline-block;
}

/* CSS Sprite Icons - Sidebar */
.sideItemIcon .sprite-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url('../images/icons.png');
  background-repeat: no-repeat;
  /* Eredeti sprite: 48px széles ikonok, skálázás 32px-re */
  /* Skálázási arány: 32/48 = 0.666... */
  background-size: 32px auto; /* Szélesség skálázva 32px-re, magasság arányosan */
  flex-shrink: 0; /* Ne zsugorodjon össze */
  vertical-align: middle; /* Függőleges középre igazítás a szöveghez */
  /* Pozíciók skálázva: eredeti pozíció * (32/48) */
}

/* Sprite pozíciók - függőleges elrendezés 
   Eredeti sprite: 48px ikon + 5px távolság = 53px offset
   Skálázás: 32/48 = 0.66666...
   Pozíciók skálázva: eredeti * 0.66666 */
.sideItemIcon .sprite-icon-newsfeed {
  background-position: 0 0; /* Első ikon: Hírfolyam */
}

.sideItemIcon .sprite-icon-messages {
  background-position: 0 -35.33px; /* Második ikon: Üzenetek (53 * 0.66666) */
}

.sideItemIcon .sprite-icon-events {
  background-position: 0 -70.66px; /* Harmadik ikon: Események (106 * 0.66666) */
}

.sideItemIcon .sprite-icon-structure {
  background-position: 0 -106px; /* Negyedik ikon: Struktúra (159 * 0.66666) */
}

.sideItemIcon .sprite-icon-bookshelf {
  background-position: 0 -141.33px; /* Ötödik ikon: Könyvespolc (212 * 0.66666) */
}

.sideItemIcon .sprite-icon-photos {
  background-position: 0 -176.66px; /* Hatodik ikon: Képek (265 * 0.66666) */
}

.sideItemIcon .sprite-icon-videos {
  background-position: 0 -212px; /* Hetedik ikon: Videók (318 * 0.66666) */
}

.sideItemIcon .sprite-icon-groups {
  background-position: 0 -247.33px; /* Nyolcadik ikon: Csoportok (371 * 0.66666) */
}

/* Hover effektus (opcionális) */
.sideItem:hover .sideItemIcon .sprite-icon {
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.sideItemText {
  width: 70%;
  font-weight: 600;
}

.sideBoxHead {
  color: #696969;
  font-size: 18px;
  font-weight: 700;
  padding: 15px;
}

.sideGroupColumn {
  display: flex;
  width: 100%;
}

.sideGroupImg {
  width: 30%;
  height: 45px;
  padding: 0 10px;
}
.sideGroupImg img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.sideGroupText {
  line-height: 45px;
  font-size: 15px;
  width: 70%;
  padding-right: 10px;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
}

.image-viewer-shadow {
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
.image-viewer-shadow img {
  max-width: 80%;
  max-height: 80%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.image-viewer-shadow .close-image-viewer {
  cursor: pointer;
  font-size: 50px;
  position: fixed;
  top: 50px;
  right: 50px;
  color: white;
  font-weight: bold;
  z-index: 10001;
}

.image-viewer-shadow .image-viewer-nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.3);
  border: none;
  color: white;
  font-size: 40px;
  padding: 15px 20px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 10000;
  transition: background 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-viewer-shadow .image-viewer-nav:hover {
  background: rgba(255, 255, 255, 0.5);
}

.image-viewer-shadow .image-viewer-nav.image-viewer-prev {
  left: 30px;
}

.image-viewer-shadow .image-viewer-nav.image-viewer-next {
  right: 30px;
}

.image-viewer-shadow .image-viewer-nav i {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  font-size: 40px;
  font-weight: normal;
  line-height: 1;
}

.cookie {
  bottom: 30px;
  right: 15px;
  position: fixed;
  width: 400px;
  height: auto;
  max-height: 200px;
  padding: 15px;
  font-size: 14px;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 16px 40px 0px rgba(112, 144, 176, 0.2);
  z-index: 99 !important;
}
.cookie a {
  text-decoration: underline;
}
.cookie .btn-cookieOff, .cookie .btn-cookieOn {
  width: 100%;
  color: #1f1f1f;
  padding: 6px 12px !important;
}
.cookie .btn-cookieOff:hover, .cookie .btn-cookieOn:hover {
  background: #f23555;
  color: #ffffff;
}

.btn-cookieOn {
  border: 2px solid #0082a3;
}

footer h6, footer p {
  font-size: 13px !important;
}

footer {
  padding-top: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
footer .privacyNotice {
  color: #696969;
  font-size: 13px;
}
footer .sendBtn {
  padding: 25px 0 !important;
}
footer p {
  font-size: 14px !important;
}
footer img {
  height: 40px !important;
}
footer .list-group {
  padding: 1px 0 !important;
}
footer .list-group a {
  font-size: 14px !important;
}
footer .footerInfo {
  padding-right: 100px;
}
footer .footerLinks {
  font-size: 14px !important;
  padding: 0 40px;
}
footer .footerLinks li {
  padding-bottom: 45px;
}
footer .footerConditions {
  float: right;
}
footer .footerConditions a {
  padding-left: 15px;
  font-size: 12px !important;
}

.navbar-brand img {
  width: 40px;
  opacity: 1;
  z-index: 9 !important;
}
.navbar-brand img:hover {
  opacity: 0.8;
}

nav.navbar {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: #ffffff;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.082);
  transition: 0.4s;
  z-index: 1500 !important;
}
nav.navbar .container-fluid {
  padding-left: 1% !important;
  padding-right: 1% !important;
}
nav.navbar .navbar-toggler {
  color: #1f1f1f !important;
}
nav.navbar:hover .navbar-toggler, nav.navbar:focus .navbar-toggler {
  color: #1f1f1f !important;
}

nav .bi {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "bootstrap-icons" !important;
}

nav i.bi {
  font-family: "bootstrap-icons" !important;
  display: inline-block;
}
nav .navbar-nav .nav-item .nav-link {
  padding: 15px 0;
  margin: 0 15px;
  font-size: 16px;
  color: #1f1f1f;
  opacity: 1 !important;
  text-align: center;
}
nav .navbar-nav .nav-item .nav-link:hover, nav .navbar-nav .nav-item .nav-link:focus, nav .navbar-nav .nav-item .nav-link:active, nav .navbar-nav .nav-item .nav-link.active {
  color: #1f1f1f !important;
  font-weight: 500;
}
nav .navbar-toggler {
  border: none;
  color: #1f1f1f !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
}
nav .navbar-toggler:hover, nav .navbar-toggler:focus {
  text-decoration: none;
  outline: none !important;
}

.navTopIcons .textBar {
  display: none;
  margin: 5px;
}
.navTopIcons .navIcon {
  display: flex;
  margin: 5px;
  border-radius: 50% !important;
}
.navTopIcons .navIcon:hover {
  background: #F0F2F5;
}
.navTopIcons i {
  font-size: 20px;
}
.navTopIcons {
  justify-content: flex-end !important;
  gap: 8px;
}
.navTopIcons .navIcons {
  justify-content: flex-end !important;
  gap: 6px;
  order: 1;
}
#modernNavbarToggle {
  position: relative;
  z-index: 1505;
  order: 2;
}

.navProfileIcon {
  display: flex;
  align-items: center;
}
.navProfileIcon img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.navProfileIcon i {
  font-size: 15px;
  padding-left: 5px;
}

.miniNavColumn {
  position: absolute;
  top: 100%;
  right: 1rem;
  height: auto;
  max-height: 90vh;
  width: 22rem;
  background: #ffffff;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.082);
  border-radius: 10px;
  padding: 10px;
  overflow: auto;
}
.miniNavColumn .miniNavName {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.miniNavBox {
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 5px;
  width: 100%;
}
.miniNavBox:hover {
  background: #F0F2F5;
}
.miniNavBox:last-child {
  margin-bottom: 0;
}

.miniNavIcon {
  width: 20%;
}
.miniNavIcon i {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.miniNavChatText {
  width: 80%;
}

.searchMobile {
  display: none;
}

/* Large screens (>1920px) - Wider sidebars, center content stays at 1312px */
@media screen and (min-width: 1921px) {
  .leftSide {
    width: 25rem; /* 400px - wider sidebar on large screens */
  }
  
  .rightSide {
    width: 25rem; /* 400px - wider sidebar on large screens */
  }
  
  .main-content-wrapper {
    margin-left: 25rem; /* Match left sidebar width */
    margin-right: 25rem; /* Match right sidebar width */
  }
  
  /* Center content stays at 1312px max-width */
  .main-content-wrapper > .container-fluid {
    max-width: 1312px; /* Fixed max-width, doesn't grow beyond 1920px layout */
  }
}

/* Medium screens (900px - 1200px) - Hide left sidebar, show right sidebar */
/* Facebook-style: bal sidebar eltűnik, jobb marad */
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .leftSide {
    position: fixed;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 1001;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
  }
  
  .leftSide.open {
    transform: translateX(0);
  }
  
  .main-content-wrapper {
    margin-left: 0 !important; /* Remove left sidebar margin */
    margin-right: 19rem !important; /* Keep right sidebar margin */
    justify-content: flex-start !important; /* Content left-aligned when right sidebar visible */
  }
  
  .rightSide {
    display: block !important; /* Show right sidebar */
  }
}

/* When right sidebar disappears (< 900px) - Facebook-style: 1020px max-width, centered */
/* This applies immediately when right sidebar disappears, stays until mobile */
/* Higher priority: applies when right sidebar is hidden */
@media screen and (max-width: 900px) {
  .rightSide {
    display: none !important; /* Hide right sidebar */
  }
  
  .main-content-wrapper {
    margin-right: 0 !important; /* Remove right sidebar margin immediately */
  }
  
  /* Immediately set 1020px max-width when right sidebar disappears */
  /* Very high specificity to override base 1312px */
  body .main-container .main-content-wrapper > .container-fluid {
    max-width: 1020px !important; /* Facebook-like width: 1020px */
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important; /* Center the container */
  }
}

/* Tablet range (768px - 900px) - After right sidebar disappears */
@media screen and (min-width: 768px) and (max-width: 900px) {
  .leftSide {
    position: fixed;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 1001;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
  }
  
  .leftSide.open {
    transform: translateX(0);
  }
  
  .main-content-wrapper {
    margin-left: 0 !important; /* Remove left sidebar margin */
    justify-content: center !important; /* Center content when no sidebars */
    padding: 0 16px !important; /* Small side padding */
  }
  
  /* Center content container with 1020px max-width - Facebook-style */
  /* Very high specificity to override all base max-width rules */
  body .main-container .main-content-wrapper > .container-fluid {
    max-width: 1020px !important; /* Facebook-like width: 1020px, stays at this width */
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important; /* Center the container */
  }
  
  /* Also override centerColumn if it has width restrictions */
  .centerColumn {
    max-width: 100% !important;
  }
}


@media screen and (max-width: 992px) {
  .navbar-light .navbar-nav > .nav-item > .nav-link {
    padding: 0;
  }
  .navbar-brand {
    margin: 0 10px;
  }
  .navbar-brand img {
    width: 40px;
  }
  nav.navbar {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  nav.navbar .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  nav.navbar .btn-categories {
    padding: 15px 20px !important;
  }
  nav.navbar.highlight {
    padding-top: 5px;
    padding-bottom: 5px;
    transition: 0.4s;
  }
  nav.navbar.highlight .navbar-toggler {
    color: #1f1f1f !important;
  }
  nav.navbar.highlight .navbar-brand img {
    position: relative !important;
    top: 0;
  }
  #navbarNavDropdown {
    position: fixed;
    top: 0;
    left: 8px;
    height: 100vh;
    width: calc(100vw - 32px);
    max-width: 340px;
    padding-top: 64px;
    padding-bottom: 24px;
    background: #ffffff;
    box-shadow: 6px 0 20px rgba(0, 0, 0, 0.18);
    overflow-y: auto;
    z-index: 1501;
  }
  .modern-mobile-menu {
    position: static;
  }
  body.mobile-menu-open .modern-mobile-menu {
    display: block !important;
  }
  .navbar-collapse {
    width: 100% !important;
    transition: none !important; /* Disable Bootstrap default animation */
  }
  
  .navbar-collapse.collapsing {
    transition: none !important; /* Disable Bootstrap collapsing animation */
    height: auto !important;
  }
  
  .navbar-collapse.collapse:not(.show) {
    display: none !important;
  }
  
  .navbar-collapse.collapse.show {
    display: block !important;
  }
  .navbar-nav {
    width: 100% !important;
    margin-left: auto !important;
  }
  .nav-link {
    text-decoration: none !important;
  }
  .nav-link:after {
    display: none;
  }
  .nav-item {
    padding: 5px 30px;
  }
  .nav-item a {
    margin: 5px 0 !important;
    text-align: left !important;
  }
  .navbar-toggler {
    margin-left: auto !important;
    margin-right: 5px !important;
    padding: 6px 12px !important;
  }
  .navTopIcons {
    margin-left: 0 !important;
  }
  .navIcons {
    position: static;
    margin-right: 0;
  }
  .navIcons .iconBtn {
    padding: 12px 8px;
  }
  .navTopIcons {
    position: absolute;
    top: 4px;
    right: 8px;
    transition: 0.4s;
  }
  .navIcons .textBar {
    display: none;
  }
  .searchMobile {
    display: block;
  }
  body.mobile-menu-open #modernNavbarToggle {
    position: fixed;
    top: 16px;
    right: 24px;
    z-index: 1600;
  }
  body.mobile-menu-open .navTopIcons .navIcons {
    opacity: 0;
    pointer-events: none;
  }
  
  /* Responsive: Hide both sidebars on mobile, full width content */
  .leftSide {
    position: fixed;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 1001; /* Above overlay */
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
  }
  
  .leftSide.open {
    transform: translateX(0);
  }
  
  .main-content-wrapper {
    margin-left: 0 !important; /* Remove left sidebar margin */
    margin-right: 0 !important; /* Remove right sidebar margin on mobile */
    justify-content: flex-start !important; /* Left align on mobile (full width) */
    padding: 0 15px !important; /* Small side padding for mobile */
  }
  
  .rightSide {
    display: none !important; /* Hide right sidebar on mobile */
  }
  
  /* Full width content container on mobile */
  .main-content-wrapper > .container-fluid {
    max-width: 100% !important; /* Full width on mobile */
    width: 100%;
  }

  /* Modern Mobile Navbar Links with Icons */
  .modern-mobile-link {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 10px 16px !important;
    border-radius: 8px;
    transition: all 0.2s ease;
    margin: 0;
  }

  .modern-mobile-link:hover {
    background-color: #F0F2F5 !important;
    transform: translateX(4px);
  }

  .modern-mobile-link i {
    font-size: 22px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e28704; /* Orange icon color */
  }

  .modern-mobile-link span {
    font-weight: 500;
    font-size: 15px;
    color: #1f1f1f;
  }

  /* Modern Hamburger Toggle Button */
  .modern-navbar-toggle {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    cursor: pointer;
  }

  .hamburger-icon {
    position: relative;
    width: 24px;
    height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .hamburger-icon span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #1f1f1f;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
  }

  .hamburger-icon.active span:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg);
  }

  .hamburger-icon.active span:nth-child(2) {
    opacity: 0;
    transform: scale(0);
  }

  .hamburger-icon.active span:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg);
  }

  /* Navbar Overlay */
  .navbar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1490; /* Below mobile menu, above underlying content */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .navbar-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  /* Modern Mobile Menu Styles - Disable Bootstrap animations */
  .modern-mobile-menu {
    transition: none !important; /* Disable Bootstrap default transition */
  }

  .modern-mobile-menu.collapsing {
    transition: none !important; /* Disable Bootstrap collapsing animation */
    height: auto !important;
  }

  /* Smooth slide animation when showing - use show class instead of animation on collapse state */
  .modern-mobile-menu.collapse.show {
    animation: slideInDown 0.3s ease forwards;
  }

  @keyframes slideInDown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* Prevent body scroll when menu is open */
  body.mobile-menu-open {
    overflow: hidden;
  }

  /* Enhanced navbar menu styling */
  #navbarNavDropdown {
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }

  #navbarNavDropdown .navbar-nav {
    padding: 20px 0;
  }

  #navbarNavDropdown .nav-item {
    padding: 4px 20px !important;
    margin: 2px 0;
  }

  .miniNavColumn {
    top: 5rem;
    right: 0 !important;
    left: 0 !important;
    height: auto;
    max-height: 90vh;
    width: 90vw !important;
    position: fixed;
    margin: auto;
    z-index: 100 !important;
  }
}

/*# sourceMappingURL=base.css.map */
