
body{
    background-color:#e1e5f6!important;
    font-family: "Rethink Sans", sans-serif!important;
		color:#3C3C3C;
}

h1{
    font-size:3rem;
}

p{
    font-size:14px;
}

header{
	background:#fff;
	padding:1.5rem 0;
}
footer{
	background:#000;
	padding:1.5rem 0;
	color:#fff;
}
label, legend{
	font-weight:normal;
	margin-bottom:0.5rem;
	margin-top:0rem;
	font-size: 2rem;
}
.login_page{
	background:url("../img/WSBW26_Background.png") center center no-repeat;
	background-size:cover;
	width:100%;
	height:calc(100vh - 111px);
	padding:10%;
}
.login_form{
	background:#fff;
	padding:5%;
	border-radius:12px;
	max-width: 800px;
  float: right;
}
.login_form h3{
	color:#2F16B4;
}
.login_form .input{
	display:flex;
}
.login_form label{
	color:#3C3C3C;
	width:130px;
	margin-right:1rem;
}
.button, 
.button:hover, 
button, 
button:hover, 
input[type='button'], 
input[type='button']:hover, 
input[type='reset'], 
input[type='reset']:hover, 
input[type='submit'],
input[type='submit']:hover {
    background-color: #fff;
    border-color: #3C3C3C;
		border-size:1px;
		border-radius:8px;
		color:#3C3C3C;
}

.passfield{
	position:relative;
}
#togglePassword, #togglePasswordconfirm, #togglePasswordnew {
    position: absolute;
    right: 10px;
    top: 12px;
    cursor: pointer;
}
.edituser #togglePassword,
.edituser #togglePasswordconfirm,
.edituser #togglePasswordnew{
	top: 42px;
}
.navsidebar{
	background:#fff;
	border-radius:12px;
	padding:16px;
}
.navsidebar h2{
	color:#2F16B4;
}
.navsidebar  ul{
	margin:0;
	padding:0;
}
.navsidebar ul li{
	display:block;
}
.navsidebar ul li a{
	color:#3C3C3C;
}
.box{
	background:#fff;
	border-radius:12px;
	padding: 2rem;
	margin-bottom:2rem;
}
main{
	padding:2rem 0;
    min-height: calc(100vh - 122px);
}
.logged_out main{
	padding:0;
}
.page_title{
	color:#2F16B4;
	font-size: 3rem;
}
.file_event{
	border:1px solid #3C3C3C;
	padding:2px;
	display: inline-block;
	margin-bottom: 0;
	border-radius:3px;
}

.header_main{
	display: flex;
  overflow-x: auto;
    align-items: center;
}
.header_main .logo { width: 33%; }
.header_main .menu { width: 66%; }
.header_main .user { width: 33%; }

.header_main .menu ul{
	padding:0;
	margin:0;
	list-style:none;
}
.header_main .menu ul li{
	display:inline-block;
	margin:0 1rem;
}
.header_main .menu ul li a{
	color:#3C3C3C;
	text-decoration:none;
}
.header_main .menu ul li a:hover{
	text-decoration:underline;
}
.header_main .user{
	display:flex;
	cursor:pointer;
	justify-content: flex-end;

}
.header_main .user .name,.header_main .user .logout{ 
    font-size: 1.4rem;
}
.header_main .user .arrow{ 
    transform: rotate(90deg);
    width: 20px;
    height: 20px;
    background-size: 8px;
    background-position: bottom center;
}
.header_main .user .dropdown{
	background: #2F16B4;
  border-radius: 16px;
  padding: 10px 20px;
  position: absolute;
  top: 45px;
	display:none;
	z-index:1;
}
.header_main .user .dropdown ul{
	margin:0;
	padding:0;
	list-style:none;
}
.header_main .user .dropdown ul li{
	margin-bottom:10px;
}
.header_main .user .dropdown ul li a{
	text-decoration:none;
	color:#fff;
}
.header_main .user .dropdown ul li a:hover{
	text-decoration:underline;
}

.events_main .item{
	background:#fff;
	border:1px solid #D2D2D2;
	border-radius:12px;
	padding:5px;
	margin-bottom:15px;
}
.events_main .item h2{
	color: #2F16B4;
  font-size: 16px;
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.events_main .item img{
	border-radius:12px 0 0 12px;
}
.events_main .item p.published{
	color:#18B89B;
	font-size:14px;
}
.events_main .item p.draft{
	color:#3C3C3C;
	font-size:14px;
}
.events_main .item p.closed{
	color:#3C3C3C;
	font-size:14px;
}input[type="radio"] { 
    cursor:pointer;
}
.list_logs{
	background:#fff;
	border:1px solid #D2D2D2;
	border-radius:12px;
	padding:2rem;
}
.events_main h2,
.list_logs h2{
	font-size:20px;
	color:#2F16B4;
	font-weight:bold;
}

.events_main.pad-20 .event-list a{width:100%}
table thead{
	background:#2F16B4;
	color:#fff;
}
table thead th,
table tbody td{

    font-size: 1.5rem;
    padding: 0.5rem 0.5rem !important;
    text-align: left;
}

.blue_button,
.blue_button:hover{
	background:#2F16B4!important;
	border-radius:100px;
	color:#fff!important;
	padding:0 3.0rem!important;
}
.add_button{
	
}

.sidebar {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    overflow-y: auto;
    padding-top:0;
}

.sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar a {
    display: block;
    padding: 10px 12px;
    color: #333;
    text-decoration: none;
    
}

.sidebar a.active {
    border-left:5px solid #4e35dd;
}

.content {
    margin-left: 260px;
    padding: 40px;
}

.save_button,
.save_button:hover{
	background:url("../img/icons/pencil.svg") 10px center no-repeat #fff;
	color:#4e35dd;
	border:1px solid #4e35dd;
	border-radius:30px;
	padding-left:5rem;
}
.publish_button,
.publish_button:hover{
	background:url("../img/icons/check_white.svg") 10px center no-repeat #4e35dd;
	color:#fff;
	border-radius:30px;
	padding-left:5rem;
}
.email_button,
.email_button:hover{
	background:url("../img/icons/mail.svg") 10px center no-repeat #4e35dd;
	color:#fff;
	border-radius:30px;
	padding-left:5rem;
}
table a{
	color:#3C3C3C;
}

.event_packages .checkbox{
	width:50%;
	float:left;
}
.inline_elements .approve,
.inline_elements .approve_sponsor{
	background-color: #18B89B;
    color: #fff;
    padding: 6px 8px;
    border-radius: 4px; 
    line-height: 2.6rem; 
}
.inline_elements .reject,
.inline_elements .reject_sponsor{
	background-color:#FC5E61;
	color:#fff;
	padding:4px 8px;
	border-radius:4px;
}
.inline_elements{
	display:flex;
	width:100%;
	align-items: end;
	gap: 12px; 
}
.inline_elements .input{
	 width: 100%;
}
.inline_elements .actions_editor {
    margin-left: auto; /* PUSHES BUTTONS TO THE RIGHT */
    display: flex;
    gap: 6px;
}
.inputField{margin-bottom:3rem}
.event_permissions{
	display:flex;
	gap:35px;
	margin-bottom:15px;
}
.event_permissions h4 {
    width: 150px;
    font-size: 2rem;
    margin-bottom: 0px
}

.event_permissions label {
    font-size: 1.6rem;
    margin-bottom: 0
}

.event_permissions {
    border-bottom: 1px solid #d1d5dc;
    padding-bottom: 10px;
    margin-bottom: 10px
}
 

.event_permissions input{
	margin-right:10px;
}

.ck-editor__editable_inline {
    min-height: 100px;
		margin-bottom:30px;
}

.upload-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #dcdcdc;
    padding: 10px 12px;
    border-radius: 4px;
    width: 122px;
    background: #fff;
		margin-bottom:15px;
}

.upload-label {
    color: #777;
    font-size: 14px;
}

.upload-btn {
    background: #f5f5f5;
    border: 1px solid #ccc;
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
		margin-bottom:0;
}

.upload-btn:hover {
    background: #eaeaea;
}

/* hide the real file input */
.file-input {
    display: none;
}
.image_preview img{
	border:0.1rem solid #d1d1d1;
}

table th a{
	color:#fff;
}
.width100{
	width:100%;
}
.hidden{
	display:none;
}
input, textarea {
   margin-bottom: 0rem!important;
   border: 0.1rem solid #d1d5dc!important;
}
.textarea, .chosen-single{
	margin-bottom: 0rem!important;
}
input:focus, textarea:focus {
	border: 0.1rem solid #2F16B4!important;
}
input:read-only, 
textarea:read-only {
    background-color: #f5f5f5; /* Un gri deschis pentru a sugera inactivitatea */
    color: #777;               /* Text mai È™ters */
    border: 1px dashed #ccc;    /* BordurÄƒ punctatÄƒ pentru un indiciu vizual extra */
    cursor: not-allowed;       /* SchimbÄƒ cursorul pentru a arÄƒta cÄƒ nu se poate scrie */
}
.container{
	max-width:134rem;
}
.container > .container{padding: 0 !important;}
.avatar-upload{
    display:flex;
    align-items:center;
    gap:20px;
     
    border-radius:8px; 
}

.avatar-preview img{
    width:110px;
    border-radius:12px;
    object-fit:contain;
		height:110px;
		border:0.1rem solid #d1d5dc !important;
		padding:5px;
}

.avatar-controls{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.btn-avatar {
    background: #2F16B4;
    color: white;
    padding: 0.2rem 1rem;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
}

.btn-avatar:hover{
    background:#2F16B4;
}

.avatar-input{
    display:none;
}

.avatar-hint{
    font-size:14px;
    color:#9fb3c8;
}
.events_main{
	 background: white;

            border-radius: 12px;
           
}
.pad-30{
	padding:30px;
}
.pad-20{
	padding:20px;
}
.header {
            display: flex;
            justify-content: space-between;
            align-items: center;
           
        }

        .header h1 {
            color: var(--primary-blue);
            margin: 0;
            font-size: 24px;
        }

        .btn-view-all {
            background-color: var(--primary-blue);
            color: white;
            padding: 10px 20px;
            border-radius: 20px;
            text-decoration: none;
            font-weight: 500;
            font-size: 14px;
        }

        .event-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-around;
    gap: 2rem;
        }

        .event-item {
            display: flex;
            align-items: center;
            padding:0 0 1rem 0;

margin:0 0 1rem 0;

border-bottom: 1px solid #DEDEDE;
        }
.event-item .status-dot{
	margin-right:15px;
}
        .event-banner {
            
    width: 200px;
    height: 112px;
            border-radius: 4px;
            margin-right: 25px;
            object-fit: cover;
        }

        .event-details {
            flex-grow: 1;
    max-width: calc(100% - 305px)
        }

        .event-title {
            display: flex;
            align-items: center;
            font-size: 18px;
            font-weight: 500;
            color: var(--text-dark);
            margin-bottom: 12px;
        }

        .status-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;         /* Dimensiunea cercului exterior */
  height: 18px;
  background-color: #c6eae1; /* Verde deschis (fundal) */
  border-radius: 50%;
  position: relative;

}

.status-dot::after {
  content: '';
  display: block;
  width: 9px;         /* Dimensiunea punctului interior */
  height: 9px;
  background-color: #3b7580; /* Verde Ã®nchis (punctul central) */
  border-radius: 50%;
}
        .event-info {
            color: var(--text-gray);
            font-size: 14px;
            line-height: 1.6;
        }

        /* Status Colors & Badges */
        .status-active { background-color: #c6eae1; }
        .status-active::after { background-color: #3b7580; }
        .status-draft { background-color: #f2f2f2; }
        .status-draft::after { background-color: #2f2f2f; }
        .status-closed { background-color: #f6e5e3; }
        .status-closed::after { background-color: #ed6e67; }
				
				.status-pending { background-color: #f8e8e6; }
        .status-pending::after { background-color: #ed6e67; }
				.status-submitted { background-color: #fefbda; }
				.status-submited { background-color: #fefbda; }
        .status-submitted::after { background-color: #e59f4d; }
        .status-submited::after { background-color: #e59f4d; }
				.status-reviewed { background-color: #f8e8e6; }
        .status-reviewed::after { background-color: #ed6e67; }
				.status-modified { background-color: #fefbda; }
        .status-modified::after { background-color: #eec684; }
				.status-approved { background-color: #c6eae1; }
        .status-approved::after { background-color: #3b7580; }
				.status-published { background-color: #ccece4; }
        .status-published::after { background-color: #3b7580; }
				.status-under-review { background-color: #f8e8e6; }
        .status-under-review::after { background-color: #ed6e67; }

        .badge {
            padding: 6px 16px;
            border-radius: 15px;
            font-size: 14px;
            font-weight: 500;
            margin-left: 0;
            margin-right: 0;
        }

        .badge-active { background-color: #e9f9f1; color: #48c78e; }
        .badge-draft { background-color: #f5f5f5; color: #666; }
        .badge-closed { background-color: #fff0f0; color: #ff8a8a; }

        .arrow {
               font-size: 0px;
    background: url(/img/arrow.svg);
    height: 20px;
    width: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
        }
				.event-list a{
					
    display: block; 
    color: #3C3C3C;
    width: calc(50% - 2rem);
				}
				
				
.modifications-card {
  
  background: white;

  border-radius: 12px;

}

.modifications-card h3 {
  color: #2e3192; /* Albastru Ã®nchis din pozÄƒ */
  margin-bottom: 20px;
}

.modification-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #DEDEDE;
  cursor: pointer;
	width:100%;
}

.row-left, .row-right {
  display: flex;
  align-items: center;
  gap: 15px;
	width:100%;
    justify-content: space-between;
}

.name {  width: auto; }
.category { min-width }
.date {  font-size: 0.9em; }

 
/* Insigna (Badge) */
.badge {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.85em;
  font-weight: 500;
  min-width: 80px;
  text-align: center;
}

.badge-approved { background-color: #c6eae1; color: #3b7580; }
.badge-pending { background-color: #f8e8e6; color: #ed6e67; }
.badge-submitted { background-color: #fefbda; color: #e59f4d; }
.badge-submited { background-color: #fefbda; color: #e59f4d; }
.badge-reviewed { background-color: #f8e8e6; color: #ed6e67; }
.badge-approved { background-color: #c6eae1; color: #3b7580); }
.badge-modified { background-color: #fefbda; color: #eec684; }
.badge-published { background-color: #ccece4; color:#3b7580; }
.badge-under-review { background-color: #f8e8e6; color: #ed6e67; }
.trumbowyg-box .trumbowyg-editor{
	min-height: 245px!important;
  height: auto;
  width: 100%;
  display: block;
	cursor:text!important;
}
.form-text{
	margin-bottom: 0;
	display:block;
}

hr{margin:0 0 3rem;border: 1px solid #d1d5dc;}

a.chosen-single {
    background: white !important;
    padding: 0.5rem 1rem !important;
    box-shadow: none !important;
    height: auto !important;
    font-size: 1.6rem;
}
.bi-chevron-down::before{display:block}
[type=checkbox], [type=radio]{margin-right:1rem}
.header_main .user .dropdown ul li:last-child {
    margin-bottom: 0;
}

.emailfield{margin-bottom:1rem}

a.download {
    margin-top: 1rem;
    display: inline-block; 
    color: #3C3C3C;
    padding-bottom: 4px;
    font-size: .875em;
    border-radius: 0;
    line-height: 1.6rem;
    position: relative;
    border-bottom: 1px solid var(--bs-secondary-color)!important;
}
a.download:after{content:'';width: 17px;height: 16px;background: url(/img/upload.svg);display: inline-block;background-repeat: no-repeat;background-size: contain;background-position: center;margin-left: 5px;font-size: 1rem;vertical-align: middle;}

 

.input.file {
    position: relative;
}

  
.btn-avatar .input.file  input[type="file"]{opacity:1;height: auto;    width: auto;} 

.form_filter button{margin-bottom:0}
  a .templateLink{color:#FF6461 !important;font-size:1.5rem;text-decoration:underline;}
a:hover .templateLink {;text-decoration:none;}

.input.file input[type="file"][disabled="disabled"] {
    display: none;
}
a.disabled, .form-text.disabled {
    display: none;
}