/*
   DE-VERIFICAT
   Nu s-au putut incadra automat. De trecut prin ele manual —
   unele sunt probabil moarte.
   Generat din CSS-ul suplimentar, 22 august 2026.
*/



a:link, a:visited {
    text-decoration: none;
    outline: none;
}



h1, h2, h3, h4, h5, h6 {
   
    margin-bottom: 0em !important;
   
}

.button_on_daily {
    background-color: #e5e5e5;
    color: #666666!important;
    border-radius: 5px;
    line-height: 3.4em!important;
	font-family: "Rubik",sans-serif;
	font-weight: bold !important;
}


/* Red */
.on {
  color: #383d40;
}

.on:hover {
  background: #f44336;
  color: white;
}




html {
	background: #fff;
}


.page_organizer {
	
	padding: 0px !important;
}

.ml {
    margin-left: 5px;
}





#linkOnEvent {
font-family: Neue Plak,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,sans-serif !IMPORTANT;
    font-size: 18px !important;
    text-transform: none !important;
    font-weight: unset !important;
}

.single-event {
  flex: 1 0 calc(50% - 10px);
  margin: 5px;
}


[itemprop="streetAddress"] a {
    color: blue !important;
    text-decoration: underline !important;
}




#main_page_event {
    background-color: #f1f1f1;
    position: relative;
}



.buttonOrase {
    background-color: #333333 !important;
    color: #ffff !important;
    border-radius: 4px;
    font-weight: unset !important;
  
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: bold !important;
	    margin: 4px !important;
	line-height: 3.4em !important;
}
	

			  .card_calendar2 {
   height: 110px;
    width: 20px;

  }


.desktop-tablet_content_on {

    padding: 30px;

}


@media only screen and (max-width: 501px) {
    .desktop-tablet_content_on {
        display: none;
    }
}


@media only screen and (max-width: 501px) {
    .mobile-content_on {

        padding: 15px;

    }


}

/* This will hide the .mobile-content class on screens larger than 767px, which typically includes tablets and desktops. */
@media only screen and (min-width: 502px) {
    .mobile-content_on {
        display: none;
    }
}






 .borderr15, .evobr15 {
    border-radius: unset;
}







.borderr25, .evobr25 {
    border-radius: 5px;
}



.tac, .evotac {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.login h1 a {
  background-image: url('https://aws-waf-logs-onevent.s3.eu-north-1.amazonaws.com/logo_on/OnEvent_blk_mail.png') !important; /* Adaugă URL-ul imaginii tale aici */
 
}

.button, button, input[type=submit], input[type=reset], input[type=button] {

    text-transform: unset !important;
}





.tds-link {
    color: #000080 !important;
    text-decoration: underline !important;
}

@media screen and (min-width: 550px) {
    .medium-11 {
        max-width: 51.6666666667%;

    }
}

.loginOnEvent {
	padding: 5px 10px; 
	background-color: #4caf50; 
	color: white; border: none; 
	border-radius: 2px; 
	cursor: pointer; 
	display: inline-block;
	text-align: center;
	text-decoration: none;
}

.logoutOnEvent {
	padding: 5px 10px; 
	    background-color: #f2694f !important;
    color: white !important;
    border-radius: 2px;
	color: white; border: none; 
	cursor: pointer; 
	display: inline-block;
	text-align: center;
	text-decoration: none;
}

.marb5, .evomarb5 {
    margin-bottom: 2px !important;
    color: rgb(85, 85, 85) !important;
}


.marb10, .evomarb10 {
    margin: 10px !important;
}

.ttu, .evottu {
  
    text-align: center !important;
}





.edit_special {
    background-color: #efefef !important;
 
}




.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-datepicker th, .ui-datepicker .ui-datepicker-title {
    font-size: 14px;
}

.ui-datepicker {
    transition: transform 0.3s ease-in-out; /* Animația de mărire */
}

.trumbowyg-editor, .trumbowyg-textarea {
    background: #f4f4f4 !important;
}

#ui-datepicker-div {
    width: 300px; /* Crește lățimea calendarului */
    height: auto; /* Setează înălțimea automată în funcție de conținut */
}

#_evcal_ec_f3a1_cus {
    font-size: 18px; 
    line-height: 1.5; 
    padding: 10px; 
}





.custom-link-button {
	padding: 10px 1px !important;
    background: none;
    border: none;
    color: #93aaeb;
    text-decoration: underline;
    cursor: pointer;
    font-size: 13px;
    padding: 0;
}

.custom-link-button:hover {
    color: #005bb5; 
	font-size: 15px !important;
}

/* Cardul fiecărui document */
.document-card {
  width: 300px;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  text-align: center;
}

/* Titlul documentului */
.document-card h3 {
  margin: 0 0 10px;
  color: #333;
}

/* Statusul documentului */
.document-card p {
  margin: 0 0 15px;
  font-size: 14px;
  color: #666;
}

.document-card button {
  background-color: #007bff;
  color: #fff;
}



/* Stil general pentru link-urile de acțiune */
.document-link {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    text-decoration: none;
    border-radius: 3px;
    margin: 5px 5px 0 0;
    color: white;
    text-align: center;
}

/* Stil pentru "Semnează document" */
.sign-document-link {
    background-color: #28a745;
}

.sign-document-link:hover {
    background-color: #218838;
}

/* Stil pentru "Verifică status semnătură" */
.check-status-link {
    background-color: #ffc107;
    color: #333;
}

.check-status-link:hover {
    background-color: #e0a800;
    color: #000;
}

/* Stil pentru gruparea link-urilor */
.action-links {
    margin-top: 10px;
}


@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}





#errorModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    justify-content: center;
    align-items: center;
}
#errorModal > div {
    background: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    width: 300px;
}
#errorMessage {
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.evoqr_big_icon i.fa:after {
    border-radius: 50%;
    margin-left: unset !important;
    margin-top: unset !important;
}

.evochecking_inpage {
    padding: unset !important;
}

.trumbowyg-editor, .trumbowyg-textarea {
  background: #f4f4f400 !important;
}







.disabled-card {
    background-color: #e0e0e0; /* Fundal gri deschis */
    color: #999; /* Text gri */
    pointer-events: none; /* Dezactivează toate interacțiunile */
    opacity: 0.6; /* Reduce vizibilitatea */
    border: 1px solid #ccc; /* Margine gri */
    transition: all 0.3s ease; /* Tranziție pentru un efect mai plăcut */
}

.disabled-card .action-links {
    display: none; /* Ascunde butoanele de acțiune */
}
.oras-sub-icon {
  display: block;
  margin-top: 4px;         
  font-size: 1.3em;
  font-weight: 600;
  color: #5e5c70;
  text-align: center;
  letter-spacing: 0.01em;
}





/* === Ghid Promovare Evenimente – OnEvent.ro === */

.ghid-on {
  background: #eef3fd;
}

.ghid-on h1 {
  font-size: 27px;
  font-weight: bold;

}


.ghid-on p {
  margin: auto;
  font-size: 17px;
  color: #444;
}


.flow-on {
  padding: 60px 20px;
  text-align: center;
}

.flow-on h2 {
  margin-bottom: 60px !important;
	font-size: 26px;
}

.channels-on h2 {
  margin-bottom: 60px !important;
	font-size: 26px;
}


.channels-on {
  background: #f8f8f8;
  padding: 60px 20px;
  text-align: center;
}
.card-box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  max-width: 1100px;
  margin: auto;
}


@media (max-width: 768px) {
  .ghid-wrapper {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .ghid-text {
    text-align: left;
  }
}

.promo-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1; /* păstrează proporția pe desktop */
}

.promo-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 0 20px;
  width: 100%;
  z-index: 2;
}

.promo-title {
  color: #fff;
  font-size: clamp(26px, 5vw, 44px);
  font-weight: bold;
  margin-bottom: 25px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

/* Responsive pe mobil și tabletă */
@media screen and (max-width: 768px) {
  .promo-wrapper {
    aspect-ratio: 1 / 1; /* banner pătrat pe mobil */
  }

  .promo-title {
    font-size: clamp(22px, 6vw, 34px);
  }

  .promo-btn {
    padding: 12px 24px;
    font-size: 15px;
  }
}

.buton-promovare {
  border: 1px solid #c4bbbb;

}

.sectoion_on {
    background: #182938 !important;
	padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.sectionPromo {
background-image: radial-gradient(#ecdd0f82, #cac4c4f0) !important;
}

.sectionPromo {
	padding-top: 0px !important;
	padding-bottom: 15px !important;

}

.sectionPromo2 {
	padding-top: 10px !important;
	padding-bottom: 0px !important;

}

.sectionPromo3 {
	padding-top: 0px !important;
	background: #f6cd00;
	padding-bottom: 10px !important;

}
.mt-16{ margin-top:16px; }

/* Asigură ancorarea fină către formular */
html{ scroll-behavior:smooth; }


/* ——— UTM Modal ——— */
.utm-modal{
  display:none;
  position:fixed; inset:0;
  z-index:1000;
  background:rgba(2,6,23,.55);
  backdrop-filter: blur(2px);
}

.utm-modal-content{
  background:#fff;
  width:min(560px, 92vw);
  margin:7vh auto;
  padding:20px 22px;
  border-radius:16px;
  box-shadow:0 25px 80px rgba(15,23,42,.25);
  text-align:center;
}

.utm-close{
  appearance:none; border:0; background:transparent;
  font-size:28px; line-height:1; cursor:pointer;
  float:right; color:#475569;
}
.utm-close:hover{ color:#ef4444; }

.utm-modal-content h3{
  margin:4px 0 12px; font-size:20px; font-weight:800; color:#0f172a;
}

/* rând link + buton */
.utm-result{ display:flex; gap:10px; align-items:center; margin:10px 0 6px; }
.utm-result input{
  flex:1; padding:10px 12px; border:1px solid #e5e7eb; border-radius:10px;
  background:#fff; font-size:15px;
}

/* QR */
.utm-qr img{ width:190px; height:190px; display:block; margin:14px auto 8px; border-radius:8px; }

/* (opțional) mic layout tweak pt mobil */
@media (max-width: 420px){
  .utm-result{ flex-direction:column; align-items:stretch; }
  .utm-result .oe-btn{ width:100%; justify-content:center; }
}


.dark .social-icons {
  color: #212020;
}







.top10-title {
  text-align: left;
  font-family: Rubik, sans-serif;
  line-height: 1.2;
  margin: 10px 0 20px;
}

.top10-line1 {
  margin-bottom: 0px;
}

.top10-tag {
  background-color: #000 !important;
  color: #fff !important;
  font-weight: 800;
  font-size: 34px;
  padding: 6px 14px;
  display: inline-block;
	border-radius: 6px 6px 0px 0px;
}


.top10-line2 {
  background-color: #000 !important;
  display: inline-block;
  padding: 6px 14px;
	border-radius: 0px 6px 6px 6px;
}

.top10-text {
  color: #e7a54c !important; /* portocaliu */
  font-weight: 700;
  font-size: 32px;
  margin-right: 10px;
}

.top10-highlight {
  color: #fff !important; /* alb */
  font-weight: 800;
  font-size: 32px;
}




/* ========== MOBIL ========== */
.top10-title-m {
  text-align: left;
  font-family: Rubik, sans-serif;
  line-height: 1.2;
  margin: 6px 0 16px;
}

/* rândul 1 */
.top10-line1-m {
  margin-bottom: 0;
}

.top10-tag-m {
  background-color: #000 !important;
  color: #fff !important;
  font-weight: 800;
  font-size: 22px;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 5px 5px 0 0;
}

/* rândul 2 */
.top10-line2-m {
  background-color: #000 !important;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 0 5px 5px 5px;
}


.top10-text-m {
  color: #e7a54c !important; /* portocaliu */
  font-weight: 700;
  font-size: 20px;
  margin-right: 8px;
}

.top10-highlight-m {
  color: #fff !important; /* alb */
  font-weight: 800;
  font-size: 20px;
}


.title-on {
  background-color: #262626  !important;
  display: inline-block;
  padding: 6px 14px;
	border-radius: 6px 6px 6px 6px;
}


.title-line {
  margin-bottom: 0px;
  padding-left: 5px;
}

.title-tag {
  background-color: #000 !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 19px;
  padding: 6px 14px;
  display: inline-block;
  border-radius: 6px 6px 6px 6px;
}
.subscribe-button{background:#0096f2;color:#fff}

.feedback-icon {
  width: 70px;
  height: auto;
  display: block;
  margin: 0 auto 10px;
  opacity: 0.9;
}

.feedback-title {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 12px;
}

.feedback-desc {
  font-size: 15px;
  color: #bdbdbd;
  line-height: 1.5;
  margin-top: 8px;
}

.about-cta {
  margin-top: 18px;
}


.faq-categorii ul li a {
    font-size: 18px !important;
    font-weight: 600;
    line-height: 1.6;
}

.faq-title {
    margin-left: 15px;
}



.message-wrapper {

    padding-bottom: unset !important; 
}




.evomarb10i {
  margin-top: 10px !important;

}

/* Elimină spațiul pentru elementul ascuns */
.evodfx.evofxdrr.evogap10.evofxaic {
    gap: 0 !important;
}
.input_field.evodfxi {
    flex: 1 0 100% !important;
}


.evopad10-20 {
  padding: 0px 0px 0px 10px !important;
}




.small-italic {
    font-size: 0.9em;
    font-style: italic;
    opacity: 0.9;
}





.promoStandard {
    background-color: #f5ed0c !important;   

    color: #000000 !important;
}

.promoPremium {
    background-color: #4edded !important;   

    color: #000000 !important;
}

.promoCorporate {
    background-color: #e73232 !important;   

    color: #000000 !important;
}


.evobgc3 {
  display: none;
}




/* ========================================
   MAILCHIMP PRIORITY FORM - BULLETPROOF CSS
   (Flatsome + EventON safe)
   Copy into: Appearance > Customize > Additional CSS
   ======================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* Container */
.eventon_desc_in .mailchimp-priority-form,
.mailchimp-priority-form{
  background:#f9f9f9 !important;
  padding:30px !important;
  border-radius:8px !important;
  margin:20px 0 !important;
  max-width:600px !important;
  width:100% !important;
  box-sizing:border-box !important;
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI','Roboto',sans-serif !important;
  line-height:1.5 !important;
}