@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
*::-webkit-scrollbar {
  width: 6px !important;
}

* {
  scrollbar-width: thin !important;
  scrollbar-color: #bbbbbb #e7e7e7 !important;
}

*::-webkit-scrollbar-track {
  background: #e7e7e7 !important;
}

*::-webkit-scrollbar-thumb {
  background-color: #bbbbbb !important;
  border-radius: 6px !important;
  border: 0px solid #e7e7e7 !important;
}

.bt-heart {
  color: #0072bc;
}

.page-footer__powered-by {
  position: absolute !important;
  right: 0;
  bottom: 0;
}

.login-page__logo {
  position: absolute;
  width: max-content;
  right: 8px;
  bottom: 0;
  height: 20px;
  background: transparent;
}

.flat-icon-button:not(.active).has-tooltip:hover:after {
  width: fit-content !important;
}

.login-page {
  background-color: #f0f0f0;
  color: black;
}
.login-page .custom-message {
  margin-top: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}
.login-page .primary-button:disabled {
  background-color: #0072bc;
  opacity: 0.5;
  cursor: not-allowed;
}
.login-page .primary-button:disabled:hover {
  background-color: #0072bc;
}
.login-page .login-form__sig-in-methods {
  border-radius: 30px;
  background-color: #f0f0f0;
}
.login-page .login-page__form-container {
  box-shadow: none;
  display: flex;
  background-color: white;
  width: 90%;
  max-width: 1000px;
}
.login-page .login-image {
  display: inline-flex;
  max-width: 50%;
}
.login-page .login-image .logo-stup-login {
  object-fit: contain;
  padding: 13%;
}
.login-page .login-form {
  background-color: white;
  flex: 1;
}
.login-page .login-form .sig-in-method__label {
  font-size: 10px;
}
.login-page .login-form__sig-in-methods {
  gap: 0;
}
.login-page .input-container__label,
.login-page p {
  color: black;
}
.login-page .input-container__text-field:focus {
  border: none;
  color: black;
}
.login-page .primary-button {
  margin-top: 15px;
  background-color: #0072bc;
  border-radius: 30px;
}
.login-page .primary-button:hover {
  background-color: #009ee0;
}
.login-page .input-container__checkbox-field label:after {
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  padding: 1px;
}
.login-page .input-container__checkbox-field label:before {
  left: -21px;
  width: 10px;
  height: 10px;
}
.login-page .input-container__checkbox-field input:checked + label::after {
  background-color: #0072bc;
  border: 1px solid #0072bc;
}
.login-page .sig-in-method {
  background-color: transparent;
  border-radius: 30px;
  color: #0072bc;
}
.login-page .sig-in-method.active {
  background-color: #0072bc;
  color: white;
}
.login-page .sig-in-method.active .selection {
  display: none;
}
.login-page .input-container__text-field {
  border-radius: 30px;
  background-color: #f0f0f0;
}

@media (min-width: 1100px) {
  .page-main__menu-bar nav {
    width: 60px;
  }
}
@media (max-width: 1100px) {
  .login-page .login-page__form-container {
    flex-direction: column;
  }
  .login-page .login-image {
    max-width: 100%;
    justify-content: center;
  }
  .login-page .login-image .logo-stup-login {
    padding: 20px;
    max-height: 200px;
  }
  .login-page .login-page__form-container {
    width: 100%;
    max-width: 600px;
  }
  .mobile-menu {
    background-color: #f0f0f0 !important;
    border-top: 1px solid white !important;
  }
  .step-container.active .button.nested.active span {
    width: 30px !important;
  }
  #discount .button {
    background-color: white !important;
  }
  .next-loader {
    position: absolute;
    left: 0 !important;
    bottom: 15px;
    right: 0;
    display: flex !important;
    justify-content: center !important;
  }
  nav.page-main__menu-bar__left-nav {
    width: 100% !important;
  }
  .page-main__menu-bar nav ul .flat-icon-button {
    padding: 0;
    border-bottom: none !important;
  }
  .page-main__menu-bar nav ul li {
    align-self: flex-start;
    margin-left: 40px;
    margin-bottom: 10px;
  }
  .page-main__menu-bar nav ul li span.flat-icon-button__icon {
    color: #0072bc;
  }
  .page-main__menu-bar nav ul li .flat-icon-button__label {
    margin-left: 10px;
    min-width: 200px;
    font-size: 15px;
  }
  .mobile-button.active {
    background-color: #0072bc !important;
  }
  .sub-menu li {
    margin-left: 10px !important;
  }
  .sub-menu {
    left: 160px !important;
  }
  .page-main__menu-bar .flat-icon-button:not(.active).has-tooltip:after {
    display: none;
  }
  .mobile-menu .button_60:hover {
    background-color: #0072bc;
    border-radius: 0;
  }
  .mobile-menu .button_60:hover .info.right {
    color: white;
  }
  .hosted-by .wrapper-hosted {
    background-color: transparent !important;
  }
  .key-points-wrapper {
    flex-direction: column;
  }
  .key-points-wrapper h2.title_event_info {
    margin-bottom: 20px;
  }
  .key-points-wrapper .left,
.key-points-wrapper .right {
    width: 100% !important;
  }
  .wrapper-simple-footer {
    flex-direction: column !important;
  }
  .wrapper-simple-footer .three-quarters {
    align-items: flex-start !important;
    text-align: left !important;
  }
  .wrapper-simple-footer .holder-links .simple-link {
    padding: 0 !important;
    border: none !important;
    margin-bottom: 5px;
  }
  .one-quarter {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .div_block.grow.hero #register-top {
    margin-top: 10px !important;
  }
  .holder-links {
    display: flex;
    flex-direction: column !important;
  }
}
.dark-theme {
  background-color: #f0f0f0;
  font-family: "PT Sans", sans-serif;
  color: black;
}

* {
  font-family: "PT Sans", sans-serif !important;
}

.page-main__menu-bar {
  background-color: #f0f0f0;
}
.page-main__menu-bar nav ul {
  background-color: #f0f0f0;
}
.page-main__menu-bar nav ul li {
  width: 58px;
}
.page-main__menu-bar .flat-icon-button {
  background-color: transparent;
  border-radius: 30px !important;
  color: #0072bc !important;
}
.page-main__menu-bar .flat-icon-button:hover {
  background-color: white !important;
  color: #009ee0;
}
.page-main__menu-bar .flat-icon-button:hover .flat-icon-button__icon {
  color: #009ee0;
}
.page-main__menu-bar .flat-icon-button.active {
  background-color: white !important;
  color: #009ee0;
}
.page-main__menu-bar .flat-icon-button.active .flat-icon-button__icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.page-main__menu-bar .flat-icon-button:not(.active).has-tooltip:after {
  background-color: white;
  color: black;
  border-radius: 30px;
  font-weight: 500;
  padding: 10px 14px;
}
.page-main__menu-bar .flat-icon-button .flat-icon-button__label {
  color: black;
  font-weight: 500;
}
.page-main__menu-bar .flat-icon-button.active .flat-icon-button__label {
  color: black;
  font-weight: 500;
}
.page-main__menu-bar .flat-icon-button.active .status {
  display: none;
}

.menu_top,
.page-footer,
footer,
.footer-bar {
  background-color: rgba(240, 240, 240, 0.7) !important;
  border-color: white !important;
  backdrop-filter: blur(5px) saturate(180%) !important;
  color: black !important;
}

.holder_top {
  border-color: white;
  font-weight: 500;
}
.holder_top .link_txt_top {
  color: black;
}

.wrapper-digit-counter span
{
  color: black;;
}

.holder_top .avatar_circle {
  border: none;
  background-color: white;
}
.holder_top .avatar_image {
  width: 53px;
  height: 53px;
}
.holder_top #chaturi_top img {
  box-shadow: none;
  background-color: white;
}
.holder_top .indicator_extra_participants {
  width: 53px;
  height: 53px;
  background-color: #67686a;
  box-shadow: none;
}
.holder_top #bell {
  color: #0072bc;
  border-radius: 50%;
}
.holder_top #bell:hover {
  background-color: white;
}
.holder_top #bell:hover .info {
  background-color: white;
  border-radius: 30px;
  color: black;
  padding: 10px 14px;
}
.holder_top .divider_middle.border_top {
  border: none;
}
.holder_top .link_dropdown_avatar {
  color: black;
}
.holder_top .link_dropdown_avatar:first-of-type:hover {
  border-radius: 10px 10px 0 0;
}
.holder_top .divider_up_or_bottom.border_top a:hover {
  border-radius: 0 0 10px 10px;
}
.holder_top .holder_dropdown_notifications {
  box-shadow: none;
}
.holder_top .holder_dropdown_notifications .dark_text.small_info {
  background-color: white !important;
}
.holder_top .holder_dropdown_notifications .dark_text.small_info.delete {
  background-color: crimson !important;
  color: white !important;
}

.dark_text,
.bold_dark_txt {
  color: black !important;
}

.page-footer img.swosh {
  display: none;
}

#sageata .scroll-down {
  height: 50px;
  width: 30px;
  position: relative;
  margin: 0 auto;
  bottom: 20px;
  border-radius: 50px;
  cursor: pointer;
}
#sageata .scroll-down::before,
#sageata .scroll-down::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 50%;
  height: 10px;
  width: 10px;
  transform: translate(-50%, -100%) rotate(45deg);
  border: 2px solid black;
  border-top: transparent;
  border-left: transparent;
  animation: scroll-down 1s ease-in-out infinite;
}
#sageata .scroll-down::before {
  top: 30%;
  animation-delay: 0.3s;
  /* animation: scroll-down 1s ease-in-out infinite; */
}
@keyframes scroll-down {
  0% {
    /* top:20%; */
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    top: 90%;
    opacity: 0;
  }
}

#top_button {
  color: black;
}

.holder_description {
  background-color: #e7e7e7;
}
.holder_description.glass,
.holder_description .map-insert .div_50percent.event_info.contact {
  background-color: rgba(255, 255, 255, 0.8);
}

.cards-grid .card,
.div_session {
  background-color: white !important;
  cursor: pointer;
}
.cards-grid .card:hover,
.div_session:hover {
  box-shadow: none !important;
}

.track_title {
  color: black;
}

.regular_txt.grey,
.grey_text,
.div_extra_info_sesiune {
  color: #67686a;
}

.green_circle {
  display: none;
}

.div_session.card .div_extra_info_sesiune {
  border-color: #bbbbbb !important;
}

.blue_circle {
  background-color: white;
}

.holder-tickets .ticket {
  background: white !important;
}
.holder-tickets .ticket:hover {
  box-shadow: none !important;
}

.ticket .action {
  color: #0072bc !important;
  border-radius: 30px !important;
  text-align: center;
  border: 2px solid #0072bc;
}
.ticket .action:hover {
  background-color: #0072bc !important;
  color: white !important;
}

.view-tickets {
  background-color: #0072bc !important;
  border: none !important;
  color: white !important;
  border-radius: 30px !important;
  text-transform: uppercase;
}

.holder-tickets h1,
.title_event_info,
.div_block.grow.hero.columns.white h1 {
  font-family: "Lora", serif !important;
  font-size: 32px;
}

.register {
  background-color: #0072bc !important;
  border-radius: 30px !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  color: white !important;
}
.register:hover {
  background-color: #009ee0 !important;
}

.holder-tickets .ticket-right-side {
  border-left: 1px dashed #e7e7e7 !important;
}

.location svg {
  color: #0072bc;
}

.crop-ticket__top,
.crop-ticket__bottom {
  background-color: #f0f0f0 !important;
}

.ticket__main__part {
  border-right: 1px dashed #bbbbbb !important;
}

.button-count {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  font-size: 2.2em !important;
  background-color: #0072bc !important;
}
.button-count:hover {
  background-color: #009ee0 !important;
}

.ticket__second__part input {
  color: black;
  font-family: "Lora", serif !important;
  font-size: 2.5em !important;
}

.dark-txt,
.title {
  color: black !important;
}

.price {
  color: #0072bc !important;
}

.button-container .button {
  background-color: #0072bc !important;
  text-transform: uppercase !important;
  border-radius: 30px;
}
.button-container .button:hover {
  background-color: #009ee0 !important;
}

#discount a.button {
  text-transform: uppercase;
  color: #0072bc;
  font-weight: 500;
  background-color: transparent;
}
#discount .discount-form {
  background-color: white;
}
#discount .discount-form .discount-input input {
  background-color: #f0f0f0 !important;
  color: black;
}

.price__total__sum {
  color: #0072bc !important;
}

.applied-discount {
  background-color: #ffc20e !important;
}

main.page-main__content .title:first-of-type {
  color: black;
  font-family: "Lora", serif !important;
  font-size: 1.5rem !important;
}
main.page-main__content .project {
  color: black;
  font-family: "Lora", serif !important;
  font-size: 1.5rem !important;
  background-color: #ffc20e;
  padding: 5px;
  border-radius: 5px;
}
main.page-main__content .date,
main.page-main__content .type {
  color: #67686a !important;
}

.holder-tickets .info-form {
  border: none !important;
  box-shadow: none !important;
  background-color: white !important;
}

.ts-control,
.ts-wrapper.single.input-active .ts-control,
.ts-control,
.ts-wrapper.single.input-active .ts-control {
  background: #f0f0f0 !important;
}

.input-field {
  background-color: #f0f0f0 !important;
}

input {
  color: black !important;
}
input::placeholder {
  color: #67686a;
  font-family: "PT Sans", sans-serif;
}
input:focus {
  box-shadow: 0 0 1px 3px #0072bc !important;
}

.step-container.active {
  padding: 10px 20px;
  background-color: #e7e7e7;
  border-radius: 10px;
}
.step-container.active .button.checked span {
  background-color: #0072bc !important;
  color: white !important;
  padding: 4px !important;
  border-radius: 50% !important;
}
.step-container.active .button div:not(.status) {
  display: flex;
  align-items: center;
}
.step-container.active .fa-chevron-right {
  display: none !important;
}
.step-container.active .button.nested {
  background-color: transparent !important;
  color: black !important;
  transition: all 0.3s;
}
.step-container.active .button.nested:hover {
  background-color: white !important;
}
.step-container.active .button.nested:disabled {
  opacity: 0.5;
}
.step-container.active .button.nested:disabled span {
  display: none !important;
}
.step-container.active .button.nested.active {
  background-color: white !important;
  color: black !important;
}
.step-container.active .button.nested.active .fa-chevron-right {
  display: inline-flex !important;
}
.step-container.active .button.nested.active .fa-check {
  display: none;
}
.step-container.active .button.nested.active span {
  background-color: #ffc20e !important;
  color: black !important;
  border-radius: 30px;
  width: 20px;
  height: 20px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.step-container.active .button.nested.active .status {
  display: none;
}

.cards-grid .card.with-border,
.cards-grid .card {
  border: none !important;
}
.cards-grid .card.with-border .card-image-holder img,
.cards-grid .card .card-image-holder img {
  border-radius: 10px !important;
}
.cards-grid .card.with-border .card-text p,
.cards-grid .card .card-text p {
  font-size: 1rem !important;
  font-family: "Lora", serif !important;
  font-weight: 600;
}
.cards-grid .card.with-border .action,
.cards-grid .card .action {
  color: #0072bc !important;
  text-transform: uppercase !important;
  padding: 0 !important;
}
.cards-grid .card.with-border .action:hover,
.cards-grid .card .action:hover {
  background-color: transparent;
  color: #009ee0;
}

.holder-tickets .ticket-right-side {
  font-size: 1.2rem;
  font-weight: 600;
  color: #0072bc;
}

button#step3 {
  display: none;
}

.wrapper-simple-footer {
  display: flex;
  flex: 1;
}
.wrapper-simple-footer .holder-logo {
  max-width: 60%;
}
.wrapper-simple-footer .holder-logo img {
  max-height: 90px;
}
.wrapper-simple-footer .one-quarter {
  flex: 1;
  justify-content: space-between;
}
.wrapper-simple-footer .social-icons {
  margin-bottom: 10px;
}
.wrapper-simple-footer .social-icons a {
  font-size: 25px;
  margin: 10px;
}
.wrapper-simple-footer a.simple-link {
  color: #0072bc;
}
.wrapper-simple-footer .holder-links {
  margin-top: 10px;
}
.wrapper-simple-footer .holder-links .simple-link {
  padding: 0 10px;
  border-right: 1px solid #67686a;
}
.wrapper-simple-footer .holder-links .simple-link:last-of-type {
  border-right: none;
  padding-right: 0;
}
.wrapper-simple-footer .three-quarters {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.key-points-wrapper {
  display: flex;
  flex: 1;
}
.key-points-wrapper .left,
.key-points-wrapper .right {
  width: 50%;
}
.key-points-wrapper .left h2 {
  margin-top: 0;
}
.key-points-wrapper .right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.key-points-wrapper .right .key-point {
  display: flex;
  gap: 20px;
}
.key-points-wrapper .right .key-point .key-icon {
  color: #0072bc;
  font-size: 1.2rem;
}
.key-points-wrapper .right .key-point span {
  font-weight: 600;
}

.flat-icon-button.active {
  background-color: transparent !important;
}

.networking-content__header .input-container input {
  border-radius: 30px !important;
  margin-left: 3px;
  height: 50px;
  color: #67686a !important;
  background-color: white !important;
}
.networking-content__header .search-input-container__icon {
  right: 25px !important;
  color: #67686a !important;
}
.networking-content__header .flat-icon-button {
  width: 50px !important;
  height: 50px !important;
  border-radius: 30px !important;
  background-color: transparent;
  color: #0072bc !important;
}
.networking-content__header .flat-icon-button:hover {
  background-color: white !important;
  color: #009ee0 !important;
}
.networking-content__header .flat-icon-button:not(.active).has-tooltip:hover:after {
  background-color: white !important;
  color: black !important;
  border-radius: 30px;
}
.networking-content__header .flat-icon-button.active {
  background-color: white !important;
}
.networking-content__header .flat-icon-button.active .status {
  display: none;
}

.networking-bar .filters {
  background-color: #ffc20e;
}
.networking-bar input {
  background-color: white !important;
  border-radius: 30px !important;
  height: 50px !important;
}
.networking-bar .button {
  text-transform: uppercase !important;
  color: white !important;
  background-color: #0072bc !important;
}
.networking-bar .button:hover {
  background-color: #009ee0 !important;
}
.networking-bar nav {
  border-bottom: 1px solid white !important;
}
.networking-bar .flat-icon-button {
  width: 58px !important;
  height: 58px !important;
  border-radius: 30px !important;
  background-color: transparent;
  color: #0072bc !important;
}
.networking-bar .flat-icon-button:hover {
  background-color: white !important;
  color: #009ee0 !important;
}
.networking-bar .flat-icon-button:not(.active).has-tooltip:hover:after {
  background-color: white !important;
  color: black !important;
  border-radius: 30px;
}
.networking-bar .flat-icon-button.active {
  background-color: white !important;
}
.networking-bar .flat-icon-button.active .status {
  display: none;
}

.page-main__menu-bar .sub-menu a {
  color: #0072bc !important;
}
.page-main__menu-bar .sub-menu a:hover {
  background-color: #0072bc !important;
  color: white !important;
}

.guest-card {
  border-radius: 10px !important;
  height: 370px !important;
  transition: all 0.3s;
}
.guest-card.turned .guest-card__front {
  display: none;
}
.guest-card.turned .guest-card__back {
  display: flex;
  background-color: #f0f7fb;
}
.guest-card.turned .fa-minus {
  display: inline-block !important;
  color: #0072bc;
}
.guest-card.turned .fa-plus {
  display: none !important;
}
.guest-card.turned .view-more {
  color: #0072bc !important;
  background-color: white !important;
}
.guest-card:hover .guest-card__front:before {
  background-color: #f0f7fb !important;
}
.guest-card .view-more {
  border-radius: 30px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  color: white;
  background-color: #0072bc;
  z-index: 101;
  font-size: 20px;
}
.guest-card .view-more .fa-minus {
  display: none;
}
.guest-card .view-more .fa-plus {
  display: inline-block;
  color: white;
}
.guest-card .guest-card__back {
  display: none;
  border-radius: 10px !important;
}
.guest-card .guest-card__back .guest-card__body {
  order: 2;
}
.guest-card .guest-card__back .guest-card__body ul {
  padding: 10% !important;
}
.guest-card .guest-card__back .guest-card__body ul a {
  border: 2px solid #0072bc;
  text-transform: uppercase;
  color: #0072bc;
  text-align: center;
  width: 100%;
  padding: 15px;
  justify-content: center;
  border-radius: 30px;
}
.guest-card .guest-card__front {
  background-color: transparent !important;
}
.guest-card .guest-card__front:before {
  background: white !important;
  border-radius: 10px !important;
}
.guest-card .guest-card__username {
  font-family: "Lora", serif !important;
  font-size: 17px !important;
}
.guest-card .guest-card__job {
  font-size: 10px !important;
}
.guest-card .guest-card__info {
  height: 24%;
}
.guest-card .guest-card__avatar {
  background-color: #bbbbbb;
  height: 75% !important;
  z-index: 99;
  border-radius: 10px !important;
}

.modal__error .modal__overlay-content {
  flex-direction: column;
}

.networking-content__guests .guests-sort-line__guests {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr !important;
}

.page-main__content .input-container input {
  background-color: white !important;
  border-radius: 30px !important;
  margin-left: 3px;
}
.page-main__content .conversation-details__dialog {
  border: 5px solid white !important;
}
.page-main__content .conversation-details__input-panel__send-btn {
  color: #0072bc !important;
}
.page-main__content .conversation-details__dialog .dialog__outcome-message .dialog__message__content {
  background-color: black !important;
  border: solid 1px black !important;
}
.page-main__content .conversation-details__dialog .dialog__income-message .dialog__message__content {
  color: black;
  border: solid 1px white !important;
  background-color: white !important;
}
.page-main__content .conversations__header__title {
  color: black !important;
}
.page-main__content .conversations__list-item {
  background-color: white !important;
  color: black !important;
}
.page-main__content .conversations__list-item .conversations__list-item__user-last-msg {
  color: #67686a !important;
}
.page-main__content .conversations__list-item.active {
  background-color: #0072bc !important;
  color: white !important;
}
.page-main__content .conversations__list-item.active .conversations__list-item__user-last-msg {
  color: white !important;
}
.page-main__content .conversations__list-item.active::after {
  border-left: solid 7px #0072bc !important;
}
.page-main__content .conversation-details__input-panel {
  border-radius: 30px !important;
  height: 50px !important;
  background-color: white !important;
}
.page-main__content .file-attach-input-container {
  height: 50px !important;
  background-color: white !important;
  color: black !important;
  border-radius: 30px !important;
}
.page-main__content .file-attach-input-container input {
  height: 50px !important;
  background-color: white !important;
  color: black !important;
  padding-left: 20px !important;
  border-radius: 30px !important;
}
.page-main__content .file-attach-input-container span.conversation-details__input-panel__file-attach {
  display: none !important;
}

.ajax-modal button#ajaxModalCloseBtn {
  font-size: 10px !important;
  color: black !important;
}
.ajax-modal .ajax-modal__overlay-title {
  margin-bottom: 10px !important;
  color: black !important;
  font-weight: 500 !important;
  margin-left: 10px !important;
  padding-top: 10px;
}
.ajax-modal .ajax-modal__speaker-block p:first-of-type {
  display: none !important;
}
.ajax-modal .ajax-modal__holder-centered {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.ajax-modal .ajax-modal__holder-centered label {
  font-size: 13px !important;
}
.ajax-modal .ajax-modal__holder-centered .input-container textarea {
  background-color: #f0f0f0 !important;
  height: 13vh;
  min-height: 120px;
  color: black !important;
}
.ajax-modal .ajax-modal__holder-centered .button {
  height: 50px !important;
  border-radius: 30px !important;
  width: 50%;
  margin-right: 0 !important;
  background-color: crimson !important;
}
.ajax-modal .ajax-modal__holder-centered .button:first-of-type {
  background-color: #0072bc !important;
  margin-right: 10px !important;
}

.dashboard-main {
  background-color: white;
  gap: 20px !important;
  padding: 20px;
}
.dashboard-main .round-block {
  padding: 0 !important;
  border-radius: 0 !important;
  background: none !important;
}
.dashboard-main .dashboard-events-section.dashboard-events-section--next .dashboard-events-item__label {
  color: white !important;
}
.dashboard-main .dashboard-events-section.dashboard-events-section--next a.dashboard-events-item {
  background-color: #0072bc !important;
  color: white !important;
}
.dashboard-main .dashboard-events-section.dashboard-events-section--next a.dashboard-events-item .dashboard-events-item__date {
  background-color: #f0f7fb !important;
  color: black !important;
}
.dashboard-main .dashboard-events-item__info {
  padding-left: 30px !important;
}
.dashboard-main a.dashboard-events-item {
  background-color: #f0f0f0 !important;
  box-shadow: none !important;
  color: black !important;
}
.dashboard-main a.dashboard-events-item .dashboard-events-item__name {
  font-family: "Lora", serif !important;
}
.dashboard-main a.dashboard-events-item .dashboard-events-item__date {
  font-family: "Lora", serif !important;
  color: black !important;
  padding: 70px;
}
.dashboard-main .select2 .select2-selection.dark {
  border-radius: 30px !important;
  background-color: #f0f0f0 !important;
  color: black !important;
}
.dashboard-main .select2 .select2-selection.dark .select2-selection__rendered {
  color: black !important;
}
.dashboard-main input#searchFilter {
  border-radius: 30px !important;
  background-color: #f0f0f0 !important;
  color: black !important;
}
.dashboard-main .select2-dropdown.dark {
  border-color: #e7e7e7 !important;
  background-color: #e7e7e7 !important;
}
.dashboard-main .dashboard-profile {
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 20px;
  margin-top: -10px;
}
.dashboard-main li.select2-results__option.select2-results__option--highlighted {
  background-color: #0072bc !important;
  color: white !important;
}
.dashboard-main .dashboard-events__wrap:after {
  display: none;
}
.dashboard-main .dashboard-events__wrap:before {
  display: none;
}
.dashboard-main section.dashboard-events {
  padding-top: 10px;
}
.dashboard-main .dashboard-profile__user-avatar {
  width: 100%;
  height: auto;
  max-height: 300px;
  margin-bottom: 20px;
}
.dashboard-main .round-block img {
  border-radius: 10px;
  object-fit: cover;
  height: 100%;
  width: 100%;
  border: none;
}
.dashboard-main .btn-holder {
  width: 100%;
}
.dashboard-main .dashboard-profile__user-info {
  width: 100% !important;
  text-align: left !important;
}
.dashboard-main .dashboard-profile__user-info .user-name {
  font-family: "Lora", serif !important;
  color: black !important;
  font-size: 1.2rem !important;
}
.dashboard-main .dashboard-profile__user-info .user-email,
.dashboard-main .dashboard-profile__user-info .user-phone {
  color: black !important;
  font-size: 10px !important;
}
.dashboard-main .dashboard-profile__menu a {
  transition: all 0.3s !important;
  width: auto !important;
  background-color: white !important;
  text-align: center !important;
  text-transform: uppercase !important;
  color: black !important;
}
.dashboard-main .dashboard-profile__menu a:hover {
  background-color: #0072bc !important;
  color: white !important;
}
.dashboard-main .section-title {
  text-align: left;
  width: 100%;
  font-family: "Lora", serif !important;
}
.dashboard-main .dashboard-events-item__logo {
  display: none !important;
}

.dashboard-profile__menu a .menu_item_my {
  color: #0072bc !important;
}

.roles-list__item a {
  background-color: #0072bc !important;
  border-radius: 10px;
}
.roles-list__item a:hover {
  background-color: #009ee0 !important;
}

.ajax-modal-wrap .ajax-modal .ajax-modal__holder-centered {
  margin-bottom: 0 !important;
}
.ajax-modal-wrap.qr .ajax-modal {
  min-width: auto !important;
  width: 380px !important;
}
.ajax-modal-wrap.qr p {
  padding-left: 10px !important;
}
.ajax-modal-wrap.qr .ajax-modal__overlay {
  width: 380px !important;
}
.ajax-modal-wrap.qr img {
  margin-top: 10px;
  border-radius: 10px;
  padding: 40px;
  background-color: #f8f8f8;
}
.ajax-modal-wrap .ajax-modal.xl {
  max-width: 1000px !important;
}
.ajax-modal-wrap.profile .ajax-modal.xl .ajax-modal__overlay {
  width: 100% !important;
  max-width: 100% !important;
}
.ajax-modal-wrap.profile .mizerie {
  width: 100%;
  position: relative;
  height: 100%;
  position: absolute;
  z-index: 99999;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ajax-modal-wrap.profile .mizerie .loader-mizerie {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  display: flex;
  pointer-events: none;
  background-color: white;
  flex-direction: column;
}
.ajax-modal-wrap.profile .mizerie .loader-mizerie p.loader-message {
  display: inline-flex !important;
  transition: all 0.3s;
}
.ajax-modal-wrap.profile .mizerie .loader-mizerie .lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.ajax-modal-wrap.profile .mizerie .loader-mizerie .lds-ripple div {
  position: absolute;
  border: 4px solid #0072bc;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.ajax-modal-wrap.profile .mizerie .loader-mizerie .lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.ajax-modal-wrap.profile .mizerie button {
  border: 0;
  order: 3;
  height: 50px;
  cursor: pointer;
  -webkit-appearance: button;
  border-radius: 30px;
  width: 50%;
  max-width: 350px;
  text-transform: uppercase;
  background-color: #0072bc;
  color: white;
}
.ajax-modal-wrap.profile .mizerie button strong {
  font-weight: 500;
}
.ajax-modal-wrap.profile .croppie-container {
  width: 100%;
  height: auto;
}
.ajax-modal-wrap.profile .ajax-modal__holder-centered__col60 {
  width: 50% !important;
}
.ajax-modal-wrap.profile .ajax-modal__holder-centered__col40 {
  width: 50% !important;
}
.ajax-modal-wrap.profile .input-container input {
  border-radius: 30px !important;
  height: 50px !important;
  color: black !important;
  background-color: #f0f0f0 !important;
  font-size: 13px;
}
.ajax-modal-wrap.profile .select2 .select2-selection {
  border-radius: 30px !important;
  background-color: #f0f0f0 !important;
  color: black !important;
}
.ajax-modal-wrap.profile .select2 .select2-selection .select2-selection__rendered {
  color: black !important;
}
.ajax-modal-wrap.profile .select2-dropdown {
  border-color: #e7e7e7 !important;
  background-color: #e7e7e7 !important;
}
.ajax-modal-wrap.profile .button.full-width {
  width: 100% !important;
}
.ajax-modal-wrap.profile .ajax-modal__holder-centered__col60 a {
  width: 100%;
  height: 87%;
  position: relative;
}
.ajax-modal-wrap.profile .ajax-modal__holder-centered__col60 img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  object-fit: cover;
  height: 100%;
  border-radius: 10px;
}
.ajax-modal-wrap.password .ajax-modal, .ajax-modal-wrap.social .ajax-modal, .ajax-modal-wrap.close .ajax-modal {
  min-width: auto !important;
}
.ajax-modal-wrap.password .alert-ajax, .ajax-modal-wrap.social .alert-ajax, .ajax-modal-wrap.close .alert-ajax {
  background-color: crimson;
  color: white;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  padding-left: 40px;
}
.ajax-modal-wrap.password .alert-ajax span, .ajax-modal-wrap.social .alert-ajax span, .ajax-modal-wrap.close .alert-ajax span {
  color: white;
  width: 26px;
  height: 26px;
  background-color: rgba(255, 255, 255, 0.368627451);
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 10px;
  top: 13px;
}
.ajax-modal-wrap.password .ajax-modal .ajax-modal__overlay-title, .ajax-modal-wrap.social .ajax-modal .ajax-modal__overlay-title, .ajax-modal-wrap.close .ajax-modal .ajax-modal__overlay-title {
  margin-left: 0 !important;
}
.ajax-modal-wrap.password .ajax-modal__holder-centered__col100, .ajax-modal-wrap.social .ajax-modal__holder-centered__col100, .ajax-modal-wrap.close .ajax-modal__holder-centered__col100 {
  padding: 0 !important;
}
.ajax-modal-wrap.password button#formSubmitButton, .ajax-modal-wrap.social button#formSubmitButton, .ajax-modal-wrap.close button#formSubmitButton {
  width: 100% !important;
}
.ajax-modal-wrap.password .ajax-modal__holder-centered.no-scroll, .ajax-modal-wrap.social .ajax-modal__holder-centered.no-scroll, .ajax-modal-wrap.close .ajax-modal__holder-centered.no-scroll {
  overflow-y: unset !important;
  padding: 3px;
}
.ajax-modal-wrap.password .ajax-modal__holder-centered, .ajax-modal-wrap.social .ajax-modal__holder-centered, .ajax-modal-wrap.close .ajax-modal__holder-centered {
  overflow-y: unset !important;
}
.ajax-modal-wrap.password .input-container input, .ajax-modal-wrap.social .input-container input, .ajax-modal-wrap.close .input-container input {
  border-radius: 30px !important;
  height: 50px !important;
  color: black !important;
  background-color: #f0f0f0 !important;
  font-size: 13px;
}
.ajax-modal-wrap.password .ajax-modal__overlay,
.ajax-modal-wrap.password .ajax-modal__bg, .ajax-modal-wrap.social .ajax-modal__overlay,
.ajax-modal-wrap.social .ajax-modal__bg, .ajax-modal-wrap.close .ajax-modal__overlay,
.ajax-modal-wrap.close .ajax-modal__bg {
  max-width: 380px;
}
.ajax-modal-wrap.notifications .dashboard-events-item__info {
  padding-top: 16px;
}
.ajax-modal-wrap.notifications .ajax-modal__holder-centered {
  align-items: flex-start !important;
}
.ajax-modal-wrap.notifications form > div {
  margin-top: 0 !important;
  width: 100%;
}
.ajax-modal-wrap.notifications .dashboard-events-item {
  background-color: #f0f0f0 !important;
  color: black !important;
}
.ajax-modal-wrap.notifications .holder-checkbox {
  align-items: center;
}
.ajax-modal-wrap.notifications .holder-checkbox label {
  margin-bottom: 0 !important;
}
.ajax-modal-wrap.notifications .dashboard-events-item__name {
  color: black !important;
  font-family: "Lora", serif !important;
}
.ajax-modal-wrap.notifications .input-container {
  justify-content: left !important;
}
.ajax-modal-wrap.notifications .input-container .holder-checkbox input {
  border-radius: 50% !important;
  padding: 9px !important;
}
.ajax-modal-wrap.notifications .input-container .holder-checkbox input:hover {
  background-color: white !important;
}
.ajax-modal-wrap.notifications .input-container .holder-checkbox input:checked {
  background-color: #0072bc;
}
.ajax-modal-wrap.notifications label {
  color: black !important;
}
.ajax-modal-wrap.notifications .checkbox-containers {
  border-top: 1px solid white !important;
}
.ajax-modal-wrap.notifications .dashboard-events-item__logo {
  display: none !important;
}

.checkbox-2.w--redirected-checked {
  background-color: #000000 !important;
  border-radius: 30px !important;
  width: 20px !important;
  height: 20px !important;
}

.checkbox-2 {
  width: 20px !important;
  height: 20px !important;
  border-radius: 20px !important;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  border: 0 !important;
  background-size: 60% !important;
}

.div_session {
  transition: all 0.4s;
  box-shadow: none !important;
}
.div_session:hover {
  transform: scale(1.01);
}

.holder-carousel .testimonial {
  background-color: white !important;
  box-shadow: none !important;
}

.text_mesaj_expanded, .text_mesaj_expanded.user {
  background: #000;
  border: #000;
  color: #fff;
}

.button_60.active, .button_60:hover {
  background-color: #0072bc;
}


#video_off.button_60, #mute_my_microphone.button_60
{
  background-color: #0072bc !important;
  color: #fff !important;
}

#video_of.button_60 .icon_buton.top
{
  color: #fff !important;
}

#video_off.button_60.active, #mute_my_microphone.button_60.active
{
  background: none !important;
}

.text_field_chatbox.expanded {
  background-color: #fff;
}

.info {
  background-color: #0072bc;
}

.submit_button_chatbox, .link_chat_top.maximize {
  font-family: "Font Awesome 7 Pro" !important;
}

.speaker-modal-events {
  background-color: #fff;
  color: #2f3252;
  border-radius: 5px;
}
.speaker-modal-events__item {
  background-color: #fff;
  color: #2f3252;
  margin-bottom: 0;
  display: block;
}
.speaker-modal-events__info {
  color: #000;
  margin-top: 10px;
  margin-left: 0;
}
.speaker-modal-events__info ul li {
  width: 100%;
}
.speaker-modal-events__info i.fa, .speaker-modal-events__info li svg {
  color: #009ee0;
}
.speaker-modal-events__centered {
  background-color: #fff;
  width: 100%;
  text-align: center;
}
.speaker-modal-events__calendar {
  background-color: #0072bc;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.speaker-modal-events__calendar:hover {
  background-color: #009ee0;
}

.speaker-modal-right-content__title {
  background-color: #ffc20e;
  color: #000;
  font-size: 18px;
  padding: 20px;
  border-radius: 5px;
}

.speaker-modal__overlay-title {
  background-color: #ffc20e;
  border-radius: 5px;
  color: #000;
  font-size: 18px;
  text-align: center;
}
.speaker-modal__action-button {
  background-color: #fff;
  border: 2px #0072bc solid;
  color: #0072bc;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  height: 45px;
}
.speaker-modal__action-button:hover {
  background-color: #009ee0;
  border: 2px #009ee0 solid;
  color: #fff;
}
.speaker-modal__speaker-info .flat-icon-button {
  background-color: #fff;
  margin-top: 10px;
}
.speaker-modal__speaker-info .flat-icon-button svg {
  color: #0072bc;
}
.speaker-modal__speaker-info .flat-icon-button:not(.active).has-tooltip::after {
  background-color: #009ee0;
}

@media screen and (min-width: 1100px) {
  .networking-content__guests {
    margin-bottom: 80px;
  }
}

.page-main__left-menu-bar .live {
  background-color: #2fd326;
}

.live_button_sesiune {
  background-color: #2fd326;
}

.notification {
  background-color: #009ee0;
}

.container_chat .div_mesaj.user .text_mesaj_expanded {
  background-color: #000;
}

.view-all-conversations {
  background-color: #009ee0;
}

div.icon-button {
  font-family: "Fa solid 900", sans-serif !important;
}

.page-header.top {
  background-color: #e7e7e7;
}

.indicator_notiifcare {
  background: none;
}

.link_chat_top.maximize {
  display: none;
}

.holder_chat.active.minimized .link_chat_top.minimize {
  display: none;
}

.holder_chat.active.minimized .link_chat_top.maximize {
  display: block;
}

.link_chat_top.close {
  color: #242542;
  position: relative;
  top: auto;
  right: auto;
}

.wrapper-poll-answers {
  padding-top: 5px;
}

.holder_info.left {
  padding-right: 5px;
}

#show_agenda_filters.button_60:hover,
#close_agenda_filters.button_60:hover {
  color: #fff !important;
  background-color: #fff;
}

.button_60.ext {
  color: #858798;
}

.button_60.ext .info {
  color: inherit;
}

.button_60.ext:hover, .interactions_right_menu_button:hover, #right_expand.menu-toggle-expand:hover {
  background-color: #0072bc !important;
  color: #fff;
}

.holder_nav_menu a.button_60 .holder_info.center {
  left: auto;
  right: 65px;
}

.holder_nav_menu.expanded a.button_60 .holder_info.center {
  display: none;
}

.holder_nav_menu.expanded a.button_60 .holder_info.center .info.right:after {
  display: none;
}

.expanded nav.nav_menu.w-nav-menu .button_60 {
  margin-right: 5px;
}

.notifications-checkbox-container
{
  display: flex;
  align-items: center;
  width: 33%;
  align-content: center;
  align-self: center;
}

.notifications-checkbox-container input
{
  width: 17px;
  height: 17px;
  align-self: center;
  display: flex;
  flex-shrink: 0;
}

.notifications-checkbox-container label.ala
{
  cursor: pointer;
  width: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  align-content: center;
}

.notifications-checkbox-container label.ala span.label
{
  display: flex;
  align-self: center;
  margin-left: 7px;
  align-items: center;
  font-weight: normal;
  line-height: 13px;
}

/*# sourceMappingURL=stup.css.map */
