/* GENERAL */

#main{	padding-bottom: 100px;}
.inline.btn-link{padding:0; display: inline;}
.delete-form{display: inline;}
.error-msg{padding: 10px 20px;}
.btn-success, .btn-danger{margin-top: 20px;}
.btn-danger{margin-right: 8px}
.pull-right .btn-success{margin-top: 0;}
.bg-info,.bg-success,.bg-warning,.bg-danger{padding: 10px;}
.inline-input{ max-width:300px; display:inline-block;}
.pagebreak { page-break-before: always; page-break-inside: avoid; }
.underline {text-decoration: underline;}

/* LOGIN FORM */

.login-form{ background-color: #f8f8f8; margin-top: 10%;}
.login-form form{ padding: 40px 20px; }
.login-form input{margin-bottom: 20px;}
.login-form .btn{margin-bottom: 0;}

@media screen and (min-width: 768px) {
	.login-form-lite{ margin-top: 10px; }
}
.yellow-container{
	position: relative;
	padding: 20px;
	border: 1px solid #FFDC4A;
	border-radius: 10px;
}
.yellow-container-bottom{
	margin-top: 10px;
}
.yellow-container div.link-div{
	position: relative;
	z-index: 0;
	width: 100%;
	text-align: right;
}
.yellow-container p{
	font-size: 14px;
}
.yellow-container div.link-div a{
	color: white;
	background: #6F62E5;
  border-radius: 5px;
  padding: 10px;
}
.yellow-div{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #FFDC4A;
	opacity: .2;
	z-index: 0;
}

/* TABLES */

table{font-size: 13px;}
table td.center, table th.center{text-align: center;}
table tr.year{background: #f9f9f9; border-bottom: 2px solid #DDDDDD;}

table.table-striped > tbody > tr > td.unwarned{background-color: #ED3C3C;}
table.table-striped > tbody > tr > td.warned{background-color: #5ABB5A;}
table tfoot{ background: #ddd; }

/* HOSTESSES LIST */

.filter-letter{margin: 20px 0;}
.archived a, .archived a:hover{ color:#aaa;}

.gsm-box{margin: 10px 0; padding:15px; display:none; text-align: center;}
.gsm-box textarea{width:100%; max-width: 700px; margin:10px auto 20px;}

.table-hostess{margin-top: 20px;}

/* HOSTESSES SHOW */

.host-title img{ vertical-align: inherit; }

.contact-info{}
.contact-info h3{margin-bottom: 20px;}
.contact-info .hostess-pic{ max-width: 100%; height: auto;}
.contact-info ul{list-style-type: none;}
.contact-info ul li{margin-bottom: 5px;}
.hostess-pic{ margin:10px auto 35px; display: block; max-width:100%; height: auto;}
.warning-ssn{ padding: 10px 15px; }

/* HOSTESSES CREATE AND EDIT */

.hotesses-form p{overflow: hidden;}
.hotesses-form p, .hotesses-form hr{clear:both;}
.hotesses-form-cont{margin-top: 50px;}

.hotesses-photo-cont .hostess-pic{ margin:30px auto 50px; }

.ssn input{float:left; margin-right: 1.3%;}
.ssn #sex{width:10%; }
.ssn #year{width:12%; }
.ssn #month{width:12%; }
.ssn #dept{width:14%; }
.ssn #common{width:14%; }
.ssn #order{width:14%; }
.ssn #cle{width:12%; }
.ssn span{float:left; height: 34px; line-height:34px; margin-right: 1.4%;}
#bday, #bmonth, #byear, .bday, .bmonth, .byear,
#pday, #pmonth, #pyear, .pday, .pmonth, .pyear,
#mday, #mmonth, #myear, .mday, .mmonth, .myear,
#startday, #startmonth, #startyear,
#endday, #endmonth, #endyear{width: 20%; float: left; margin-right: 2%;}
.date-err, .date-err-permit, .date-err-medic{display: none; clear:both; padding: 10px 15px; margin: 5px 0;}
.moredate{margin-top: 0;}

.neg.btn-success{
	margin-top: 0;
}

/* SEARCH */

.search-form input[type="submit"]{margin-bottom: 20px;}

/* EVENTS LIST */

.event-form-cont{clear:both;}
.events .btn-toolbar{margin-bottom: 10px;}
.events select[name="day"],
.events select[name="year"],
.events select[name="month"]{display: inline-block; vertical-align: middle; height: 31px;}
.events select[name="year"]{width:100px;}
.events select[name="month"]{width:140px;}
.events select[name="day"]{ width: 80px;}
.salary-input{width:25%; display: inline; margin-right: 5%;}
.salary-label{margin-right: 10%;}
.form-event{/*overflow: hidden;*/ margin-bottom: 20px;}
.clean-page p{font-size: 14px; line-height: 22px;}
/*.cont-assedic p{font-size: 10px; line-height: 13px; margin:0 0 3px 0;}
.cont-assedic{ max-width:98%;font-size: 10px; line-height: 13px; font-family: "Arial", sans-serif; page-break-after: always; page-break-inside: avoid; /*page-break-before: always;*/ position:relative;}
/*.cont-assedic table, .cont-assedic table tr, .cont-assedic table td{font-size: 10px;}*/
.cont-assedic{ page-break-after: always; page-break-inside: avoid; }

/* LOCATIONS INDEX */

.search-autocomplete.navbar-form{margin-top: 0; margin-bottom: 0;}
.search-autocomplete.navbar-form .form-control{width: 340px;}

/* LOCATIONS SHOW */

.show-location .bg-info{padding:25px;}
.show-location ul{padding:0; list-style-type: none;}
.show-location ul li{margin: 0 0 15px 0;}

/* AUTOCOMPLETE */

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }

/* OPERATIONS */
.add-team .btn-success{ margin: -3px 0 0;}
.create-team.form-event, .edit-team.form-event{overflow:inherit;}
.create-team .btn-success, .edit-team .btn-success{ margin: 25px 0 0;}
.delete-form .btn-danger{ margin: 5px 0 0;}
.table-striped > tbody > tr.boss > td{background: #f2dede;}
.debrief-table.table-striped > tbody > tr > td.true{ background: green; }
.debrief-table.table-striped > tbody > tr > td.false{ background: red; }
.printed{font-style: italic; font-size: 10px;}
/*.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th*/

/*WYSIWYG*/

/*PRINT*/

.clean-page .no-print{ display:none; }

@media print { 
 	.clean-page p{font-size: 30px !important; line-height: 22px;}
}
@page { margin: 1.2cm 0.4cm; }

@media (min-width: 1400px) {
	.container {
		width: 1400px;
	}
}
/*LIVE*/


.emission-info{
	margin: 20px 0;
}

.emission-info .col-xs-4 img{
	max-width: 100%;
	height: auto;
}

.emission-info .total{
	font-size: 20px;
}

.tabs-container.tabs-csv {
	margin-bottom: 24px;
}

.tabs-csv .nav-tabs{
	border: none;
}

.tabs-csv .nav-tabs>li>a{
	background-color: #009eff;
	border: 2px solid #009eff;
	color: white;
	font-weight: bold;
	border-radius: 4px;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.tabs-csv .nav-tabs>li.active>a,
.tabs-csv .nav-tabs>li>a:hover,
.tabs-csv .nav-tabs>li>a:focus,
.tabs-csv .nav-tabs>li.active>a:focus, 
.tabs-csv .nav-tabs>li.active>a:hover{
	background-color: white;
	border: 2px solid #009eff;
	color: #009eff;
}

.pane .table, .tab-pane .table{
	list-style-type: none;
	margin: 20px 0;
	padding: 0;
}

.pane .person, .tab-pane .person{
	padding: 10px 0;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
	border-top: none;
	font-size: 16px;
}

.pane .person.came, .tab-pane .person.came{
	opacity: 0.6;
}

.pane .person.unconfirmed, .tab-pane .person.unconfirmed{
	color: red;
}

.pane .person .places, .tab-pane .person .places{
	font-weight: bold;
	
}

.pane .person .icons, .tab-pane .person .icons{
	
}

.pane .person .icons img, .tab-pane .person .icons img{
	margin: 0 1px;
}

.person-modal{
	display: none;
}

.modal-csv .modal-header{
	min-height: 55px;
}

.modal-csv .modal-body{
	font-weight: bold;
	font-size: 16px;
}

.modal-csv .modal-body .input-container{
	margin: 20px 0;
}

.modal-csv .modal-body .input-container .coming{
	width: 50px;
}

.modal-csv .modal-body .input-container .id{
	display: none;
}

.modal-csv .modal-body .remaining{
	margin: 0;
}
.modal-csv.old-version .modal-body .remaining{
	margin-left: 20px;
}

.modal-csv .modal-body .comment{
	margin-left: 20px;
	font-size: 14px;
}

/* Icons */

.add, 
.subtract{
	color: white;
	font-weight: bold;
	font-size: 30px;
	background-color: #009eff;
	border-radius: 4px;
	width: 34px;
	height: 34px;
	line-height: 29px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.autocomplete-toolbar{
	margin-top: 25px;
}

/* Select operations */

.select-event .dropdown-toggle{
	width: 100%;
	text-align: left;
}

.select-event .dropdown-menu{
	max-height: 300px;
	overflow-y: scroll;
	width: 100%;
}

.select-event .caret{
	float: right;
	line-height: 30px;
	margin-top: 7px;
}


/* DATATABLES SALARIES */

table.dataTable.table-salaries {
	margin-top: 30px;
}

table.dataTable.table-salaries thead th {
	font-size: 11px;
	vertical-align: middle;
}

table.dataTable.table-salaries tbody td {
	font-size: 12px;
}

table.dataTable.table-salaries thead th,
table.dataTable.table-salaries thead td {
    padding: 4px 18px 4px 8px;
}

.window-process {
	background: #2b2b2b;
	height: 300px;
	padding: 20px;
	color: #f5e79e;
	overflow-x: auto;
}
.nav-tabs-hostess {
	margin-bottom: 24px;
}
.badge.badge-candidats {
	background: red;
	position: absolute;
	top: -4px;
	right: -4px;
}
.modal-backdrop.in {
	z-index: 1;
}
.modal-dialog {
	width: 80vw !important;
}
.modal-content {
	width: auto !important;
	height: auto !important;
	margin: 70px !important;
	padding: 20px !important;
}
#modalAdmitted form, #modalRefused form {
	display: inline-flex;
}
.table-next-emissions tbody tr:first-child {
	font-weight: bold;
}

.navbar-myspace {
    background-color: white;
    border-color: white;
}
.navbar-myspace .navbar-brand {
    color: black;
}
.navbar-myspace .navbar-nav>li>a {
    color: black;
	display: flex;
    align-items: center;
}
.navbar-myspace .navbar-nav>li>a:hover, .navbar-myspace .navbar-nav>li>a:focus {
    color: black;
    background-color: transparent;
}
.body-myspace {
	background-color: #F8F8F8;
}
.media { margin-bottom: 10px; }
.media .glyphicon { font-size: 12px; margin-right: 5px; }
.panel-heading { background-color: #f9f9f9; }
h4 { margin-bottom: 20px; }
.body-myspace .list-unstyled {
	background-color: white;
	padding: 20px;
  border-radius: 10px;
}
.body-myspace .media {
    display: flex;
    align-items: baseline;
}
.body-myspace .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #E604FF;
    border-radius: 50%; 
    margin-right: 6px;
}
.body-myspace .media-body {
	width: 100%;
}
.body-myspace .media-body div {
	display: flex;
	justify-content: space-between;
}
.body-myspace .see_more_operations {
	text-align: center;
}
.body-myspace .see_more_operations a {
	text-align: center;
	color: #E604FF;
	text-decoration: underline;
	cursor: pointer;
}
.body-myspace .event-dot .fc-title:before {
    content: "● ";
    color: #E604FF;   
    font-size: 12px;
}
.body-myspace .fc-event .fc-title {
  white-space: normal !important;
  overflow: visible !important;
  font-size: 12px;   /* ajusta el tamaño si quieres */
  line-height: 1.2;
}
.body-myspace .fc-event {
    height: auto !important;
}
/* Tabs */
.booking-tabs {
  margin: 15px 0;
  background: #F0EFF2;
  padding: 6px;
  border-radius: 20px;
  margin-right: 5px;
}
.booking-tabs .tab-btn {
  border: none;
  background: none;
  padding: 6px;
  border-radius: 20px;
  margin-right: 5px;
  cursor: pointer;
}
.booking-tabs .tab-btn.active {
  background: #fff;
  color: #000;
  font-weight: 600;
}

.table-bookings {
  margin-bottom: 0;
}
.table-bookings th {
  border: none !important;
  font-weight: 400;
  color: #8C8C8C;
  padding: 0px 26px 15px 26px !important;
}
.table-bookings td {
  vertical-align: middle;
  border-top: 1px solid #eee;
}

.table-bookings .factures_info,
.table-bookings .factures_files {
  display: flex;
  gap: 8px;
  margin: 8px 0;
  align-items: center;
}

.table-bookings .factures-info-td,
.table-bookings .factures-status-td {
  padding: 0 8px;
}

.table-bookings .live-action-dots-btn {
  width: 16px;
  height: 16px;
  padding: 0;
  margin: auto;
}

.table-bookings .live-action-dots-btn:hover {
  cursor: pointer;
}

.table-bookings .live-action-dots {
  width: 16px;
  height: 16px;
}

.table-bookings {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.table-bookings tbody {
  border-radius: 10px;
  overflow: hidden;
  background: white;
}

.table-bookings tbody td {
  background: white;
  height: 100%;
  padding: 15px 25px !important;
  font-weight: 400;
  font-size: 14px;
}

.table-bookings tbody td.table-column-semi-bold {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}

.table-bookings tbody td.table-column-semi-bold strong {
  font-weight: 600;
  font-size: 14px;
  margin-right: 15px;
  text-transform: none;
}

.table-bookings tbody tr:first-child td {
  border-top: none;
}

.table-bookings tbody tr:first-child td:first-child {
  border-top-left-radius: 10px;
}

.table-bookings tbody tr:first-child td:last-child {
  border-top-right-radius: 10px;
}

.table-bookings tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.table-bookings tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.table-bookings tbody td .factures_files a {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
}

.table-bookings tbody td .factures_files a:hover,
.table-bookings tbody td .factures_files a:active,
.table-bookings tbody td .factures_files a:focus {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
}

.factures_status.accepted,
.factures_status.refused,
.factures_status.in_progress,
.factures_status.not_valid {
  width: 75px;
  height: 30px;
  font-size: 12px;
  color: #000 !important;
  text-align: center;
  line-height: 30px;
  border-radius: 50px;
}

.type-modal-edit-label-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.table-bookings .factures-status-td > *:first-child  {
  margin-top: 0px;
}

.table-bookings .factures-status-td > *:not(:first-child) {
  margin-top: 8px;
}

.factures_status.accepted {
  background: rgba(0, 137, 49, 0.30);
}

.factures_status.refused {
  background: rgba(213, 1, 1, 0.30);
}

.factures_status.in_progress {
  background: #F1F1F1;
}

.factures_status.not_valid {
  background: rgba(255, 146, 4, 0.30);
}

.factures-status-with-info {
  display: flex;
  gap: 5px;
}

.factures-status-info {
  background: none;
  border: none;
}

.factures-status-info:hover {
  background: none;
}

/* Base popover container */
.lap {
  position: fixed;
  z-index: 1000;
}
.lap.hidden {
  display: none !important;
}

/* Popup box */
.lap .lap-content {
  width: 85px;
  background: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .18);
  padding: 16px 0 0 0;
}

.lap .lap-content-delete {
  width: 160px;
  padding: 20px 0;
}

/* Title and items */
.lap .lap-header {
  font-weight: 600;
  font-size: 14px;
  padding: 0 16px 8px;
  margin-bottom: 10px;
}

.lap-header-delete {
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px;
}

.lam-item {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  gap: 17px;
}

.lam-item-toggle {
  min-width: 90px;
  max-width: 200px;
  height: 30px;
  line-height: 30px;
  background: white;
  border: solid 1px black;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 0 10px;
}  

.lam-item-toggle.lam-item-toggled {
  background: black;
  color: white;
  border: solid 1px white;
}

.lam-item-toggle.lam-item-toggled {
  color: #fff;
}

.lam-item-toggle.lam-item-toggled svg,
.lam-item-toggle.lam-item-toggled svg * {
  fill: #fff !important;
  stroke: #fff !important;
}

.lam-item-toggle.lam-item-toggled img {
  filter: invert(1) brightness(1.4) contrast(1.1);
}

.lam-item-toggle img,
.lam-item-toggle svg,
.lam-item-toggle svg * {
  transition: fill .2s ease, stroke .2s ease, filter .2s ease, color .2s ease;
}

.lam-item-button-confirm {
    width: 150px;
    height: 40px;
    background: white;
    border: solid 1px #D50101;
    color: #D50101;
    line-height: 40px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    gap: 7px;
    align-items: center;
    justify-self: center;
    padding: 0;
    justify-content: center;
}

.lam-item span {
  display: none;
}

@media screen and (min-width: 768px) {
  .lap .lap-content {
    width: 212px;
  }

  .lap .lap-content-delete {
    width: 335px;
  }

  .lam-item span {
    display: block;
  }
}

.lap-content-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

#live-action-delete { z-index: 1001; }

/* Popover container */
.fsp {
  position: fixed;
  z-index: 9999;
  width: 195px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  padding: 12px 14px;
}

/* Hidden by default */
.fsp.hidden { display: none; }

.fsp-content { font-size: 14px; line-height: 1.4; color: #202020; }

/* Smooth transitions */
.fsp, .fsp * { transition: all .15s ease; }

/* Optional pointer cursor for the info button */
.factures-status-info { cursor: pointer; }

.lam-header {
  font-weight: 600;
  font-size: 14px;
  padding: 0 16px 8px;
  margin-bottom: 10px;
}

.lam-item.create {
  padding: 12px 16px;
}

.lam-item.edit {
  padding: 0 16px 12px 16px;
}

.lam-item.danger {
  color: #d33;
  border-top: solid 1px #E6E6E6;
  padding-bottom: 5px;
  padding: 16px;
}

.lam-item.danger .lam-item-danger {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.lam-item.danger:hover {
  background: rgba(156, 156, 159, 0.1);
}

.hidden {
  display: none !important;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translate(-50%, -48%) scale(0.97); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}






.btn-contrat, .btn-contrat:active, .btn-contrat:focus {
  border: 1px solid #E604FF;
  color: #E604FF;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  background: transparent;
  transition: all 0.2s;
  text-decoration: none;
}
.btn-contrat:hover {
  background: #E604FF;
  color: #fff;
  text-decoration: none;
}

.pagination {
  display: flex;
  justify-content: flex-end;
}
.pagination-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  background: #fff;
  border-radius: 100px;
  padding-right: 10px;
  width: 315px;
}
.page-btn {
  box-shadow: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
}

.page-btn .btn-inactive {
    display: none;
}
.page-btn .btn-active {
    display: block;
}
 
.page-btn:disabled {
  cursor: not-allowed;
}

.page-btn:disabled .btn-inactive {
    display: block;
    margin: 8px;
}
.page-btn:disabled .btn-active {
    display: none;
}

#page-info {
  font-size: 13px;
  font-weight: 600;
}
.my-bookings{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-data {
	margin-top:15px;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
}
.main-data ul {
	list-style: none;
}
.button-email a.btn{
	font-size: 14px;
	font-weight: 400;
	color: white;
	text-align: center;
	background: #6F62E5;
	border-radius: 100px;
}
.flex {
	display: flex !important;
}
.justify-center {
	justify-content: center !important;
}
.flex-end {
	align-items: end !important;
}
.message-bottom {
  width: 100%;
  text-align: right;
  color: #656565;
  font-size: 12px;
}
.body-myspace .close {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
	display: flex;
}
.body-myspace .modal-header {
  border-bottom: none;
}
.body-myspace .modal-header svg {
  margin-right: 10px;
}
.body-myspace .modal-content {
  max-width: 600px !important;
}
.body-myspace .modal-dialog {
  max-width: 600px !important;
}
.body-myspace .modal-dialog .modal-body h1 {
  font-size: 16px;
	font-weight: 600;
	text-align: center;
}
.body-myspace .modal-dialog .modal-body .btn {
  background: #6F62E5;
	color: white;
	border-radius: 100px;
	min-width: 300px;
}
.body-myspace .navbar-header {
	float: left;
}
.body-myspace .navbar-right {
	float: right;
}
.body-myspace .nav>li>a {
  padding: 10px 0px;
}
.body-myspace .navbar-brand {
  padding: 5px 0 0 30px;
  display: flex;
  align-items: end;
  height: 70px;
}
.body-myspace .navbar-brand div {
  margin-bottom: 7px;
  margin-left: 5px;
}
.body-myspace .fc-toolbar h2 {
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 5px;
}
.body-myspace .panel-default {
  border: none;
  background: none;
}
.body-myspace .fc-toolbar .fc-left {
    margin-left: 240px;
}
.body-myspace .fc-toolbar .fc-right {
    margin-right: 240px;
}
.body-myspace .fc-toolbar button {
  background: none;
  border: none;
  box-shadow: none;
}

.body-myspace .fc-unthemed .fc-content, 
.body-myspace .fc-unthemed .fc-divider, 
.body-myspace .fc-unthemed .fc-list-heading td, 
.body-myspace .fc-unthemed .fc-list-view, 
.body-myspace .fc-unthemed .fc-popover, 
.body-myspace .fc-unthemed .fc-row, 
.body-myspace .fc-unthemed tbody, 
.body-myspace .fc-unthemed td, 
.body-myspace .fc-unthemed th, 
.body-myspace .fc-unthemed thead {
  border-color: #F1F1F1;
  background: none;
  color: #656565;
}
.body-myspace .fc-unthemed th {
  font-weight: 400;
}
.body-myspace .fc-unthemed thead {
  background: white;
}
.body-myspace .fc-scroller {
  margin-top: 20px;
  background: white;
  height: auto !important;
  overflow: hidden !important;
}
.body-myspace h4 { margin-bottom: 10px; }

#page-info-past, #page-info-future {
  font-size: 14px;
  color: #8C8C8C;
}
.button-email {
  margin-top: 40px;
}
.modal-body label {
  font-weight: 400;
}
.fc-day-top {
  text-align: center;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: none;
  color: #656565;
}

.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-helper-skeleton td {
  border-right: 1px solid #F1F1F1;
  border-left: 1px solid #F1F1F1;
}

.fc-today {
  background-color: #F0EFF2 !important; /* color rosa claro */
}

.body-myspace .login-form {
  background-color: white;
  border-radius: 10px;
  max-width: 320px;
  margin: 0 auto !important;
}
.body-myspace .login-page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(50vh);
}
.body-myspace .relogin-page {
  height: calc(80vh);
}
.body-myspace .login-form h1 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 48px;
}
.body-myspace .login-form p {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin: 22px;
}
.body-myspace .login-form form {
  padding: 20px;
}
.body-myspace .login-form label {
  font-weight: 400;
}
.body-myspace .login-form .error {
  color: #8C8C8C;
  margin: -10px -10px 10px;
  text-align: center;
}
.body-myspace .login-form .error-red {
  color: #D50101;
  margin: -10px -10px 10px;
  text-align: center;
}
.body-myspace .login-form .btn {
  color: white;
  background: #6F62E5;
  border-radius: 10px;
  width: 100%;
}
.body-myspace .login-form .relogin {
  width: 100%;
  margin: 25px 0;
  text-align: center;
}
.body-myspace .login-form .relogin a {
  color: #6F62E5;
  text-decoration: underline;
}
.body-myspace .legals {
  display: flex;
  flex-flow: nowrap;
  text-wrap-mode: nowrap;
  margin-top: 80px;
}
.body-myspace .legals a {
  color: #8C8C8C;
  text-decoration: underline;
  display: flex;
  align-items: center;
}

.body-myspace .filters-flex {
  display: flex;
  align-items: center;
}

.body-myspace .filters-flex .filters {
  display: none;
  margin-right: 20px;
}

.body-myspace #my-factures .filters-flex .filters {
  display: block;
}

.body-myspace .custom-dropdown {
  position: relative;
  display: inline-block;
  font-family: sans-serif;
}

.body-myspace .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 14px;
  min-width: 180px;
}

.body-myspace #my-factures .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.body-myspace .dropdown-toggle .dropdown-toggle-div {
  display: flex;
  align-items: center;
}

.body-myspace .calendar-icon,
.body-myspace .arrow-icon {
  color: #444;
}

.body-myspace .dropdown-toggle:hover {
  border-color: #aaa;
}

.body-myspace .dropdown-menu {
  position: absolute;
  top: 110%;
  left: 0;
  background: #fff;
  border: 1px solid #E604FF;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  display: none;
  flex-direction: column;
  padding: 4px 0;
  width: 181px;
  z-index: 10;
}

.body-myspace .dropdown-item {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

.body-myspace .dropdown-item:hover {
  background: #f9f0ff;
}

.body-myspace .dropdown-item input[type="radio"] {
  display: none;
}

.body-myspace .radio-custom {
  width: 18px;
  height: 18px;
  border: 2px solid black;
  border-radius: 50%;
  position: relative;
}

.body-myspace .dropdown-item input[type="radio"]:checked + .radio-custom::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: black;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.body-myspace .custom-dropdown.open .dropdown-menu {
  display: flex;
}

.body-myspace .image-upload-wrapper {
    position: relative;
    border: 2px dashed #ccc;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.body-myspace .image-upload-wrapper input[type="file"] {
    opacity: 0;
    position: absolute;
    inset: 0;
    cursor: pointer;
}

.body-myspace .dropzone-placeholder {
    text-align: center;
    color: black;
    font-size: 0.9rem;
    pointer-events: none; /* El clic pasa al input debajo */
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.body-myspace .tempfile {
    width: 180px;
    height: 220px;
    justify-content: space-around;
}

.body-myspace .tempfile .tempfilesvg {
    padding: 10px;
    background: #F8F8F8;
    border-radius: 50px;
}

.body-myspace .preview-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.body-myspace .myspace-tabs.nav-tabs {
  border-bottom: none;
}
.body-myspace .myspace-tabs.nav>li {
  position: relative;
}
.body-myspace .myspace-tabs.background-tabs {
  display: none;
}
.body-myspace .myspace-tabs.nav>li>a {
  padding: 10px 40px 10px 0;
}
.body-myspace .myspace-tabs.nav-tabs>li>a {
  margin-right: 0;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
.body-myspace .myspace-tabs.nav>li>a:hover, .body-myspace .myspace-tabs.nav>li>a:focus {
  text-decoration: underline;
  background-color: transparent;
}
.body-myspace .myspace-tabs.nav-tabs>li.active>a, .body-myspace .myspace-tabs.nav-tabs>li.active>a:hover, .body-myspace .myspace-tabs.nav-tabs>li.active>a:focus {
  background-color: transparent;
  cursor: pointer;
  text-decoration: underline;
}

.body-myspace .yellow-space {
  position: relative;
  padding: 15px 40px;
  border-radius: 10px;
  border: 1px solid #FFE642;
  margin-top: 20px;
}

.body-myspace .yellow-space-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 230, 66, 0.1);
}

@media (max-width: 1399px) {
  .body-myspace .legals {
    margin-top: 60px;
  }
  .body-myspace .fc-toolbar .fc-left {
    margin-left: 180px;
  }
  .body-myspace .fc-toolbar .fc-right {
    margin-right: 180px;
  }
}
@media (max-width: 1199px) {
  .body-myspace .fc-toolbar .fc-left {
    margin-left: 100px;
  }
  .body-myspace .fc-toolbar .fc-right {
    margin-right: 100px;
  }
}

@media (max-width: 767px) {
  .yellow-container div.link-div{
    text-align: center;
  }
  .main-data ul {
    padding: 0;
  }
  .table-responsive {
    border: none;
    overflow: hidden;
  }
  .pagination-wrapper {
    width: 100%;
  }
  .booking-tabs {
    margin: 10px 0;
    padding: 3px;
    margin-right: 0;
  }
  .booking-tabs .tab-btn {
    padding: 3px;
    border-radius: 20px;
    font-size: 12px;
  }
  .strong-xs {
    font-weight: 600;
  }
  .body-myspace .fc-toolbar .fc-left {
    margin-left: 0;
  }
  .body-myspace .fc-toolbar .fc-right {
    margin-right: 0;
  }
  /* Oculta todos los eventos dentro de la celda */
  .fc-event {
    display: none !important;
  }

  /* Día con evento: círculo rosa en el número */
  .fc-day-number {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
  }

  .fc-day-top.day-has-event .fc-day-number, .fc-day.day-has-event .fc-day-number {
    background: #E604FF;
    color: #fff;
    font-weight: bold;
  }
  .fc-basic-view .fc-body .fc-row {
    height: auto !important;
    min-height: auto;
  }
  .fc-widget-content {
	  text-align: center;
  }
  .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: none;
  }
  .fc-scroller {
  	max-height: 161px;
  }

  .table-bookings,
  .table-bookings thead,
  .table-bookings tbody,
  .table-bookings th,
  .table-bookings td,
  .table-bookings tr {
    display: block;
    width: 100%;
	  position: relative;
  }

  .table-bookings thead {
    display: none; /* ocultamos encabezado */
  }

  .table-bookings tr {
    background: #fff;
    margin-bottom: 12px;
    padding: 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }

  .table-bookings tbody td {
    padding: 0 !important;
  }

  .table-bookings .factures-info-td,
  .table-bookings .factures-files-td,
  .table-bookings .factures-status-td {
    display: flex;
    flex-direction: column;
    padding: 0;
    justify-content: flex-start;
    width: auto;
    min-height: 30px;
    padding: 0px !important;
  }

  .body-myspace #main.container {
    padding-left: 5px;
    padding-right: 5px;
  }
                                
  .factures-action-td {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    width: 16px !important;
    padding: 0 !important;
    height: 16px !important;
    width: 16px !important;
  }

  .factures-date-td {
    font-size: 16px;
    color: #656565;
    margin-bottom: 5px;
  }
  
  .table-bookings tbody td.table-column-semi-bold {
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #656565;
    margin-bottom: 5px;
  }

  .table-bookings tbody td.table-column-semi-bold strong {
    font-weight: 600;
    font-size: 14px;
    margin-right: 0;
    text-transform: none;
    color: #656565;
  }

  .table-bookings tbody td.table-column-semi-bold span {
    display: inline !important;
  }

  .table-bookings .factures_info, .table-bookings .factures_files {
    margin: 10px 10px 10px 0 !important;
  }

  .factures-status-td {
    margin-top: 8px;
  }

  .table-bookings td {
    border-top: none !important;
    display: block;
    font-size: 14px;
    width: 90%;
    padding: 4px 0 !important;
	  white-space: normal !important;
  }

  /* El primer TD (Date + hora) se muestra como título */
  .table-bookings td[data-label="Date"],
  .table-bookings td[data-label="Début"],
  .table-bookings td[data-label="Fin"] {
    font-weight: 600;
    font-size: 15px;
  }

  .table-bookings td[data-label="Opération"] {
    font-size: 13px;
    color: #555;
  }

  /* Botón de acción como icono a la derecha */
  .table-bookings td[data-label="Action"] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
  }

  .btn-contrat {
	  position: relative;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    line-height: 38px;
    padding: 0;
  }

  .visible-xs.btn-contrat {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }


  .btn-contrat .full {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #E604FF;
    opacity: .1;
    border-radius: 50%;
  }

  .btn-contrat:hover {
    background: transparent;
  }

  .btn-contrat:hover .full {
    opacity: .2;
  }

  .td-button {
	  position: absolute !important;
    right: 0;
    top: 50%;
    width: auto !important;
    -webkit-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%);
  }

  .body-myspace .modal-dialog .modal-body .btn {
	  min-width: 100%;
  }

  .modal-body {
    padding: 0;
  }

  .form-group{
    display: flex;
    align-items: flex-start;
  }

  .body-myspace .legals {
    text-wrap-mode: wrap;
    margin-top: 20px;
  }

  .body-myspace .legals a {
    text-align: center;
  }
  .body-myspace .navbar-right {
    margin-right: 30px;
  }

  .body-myspace .filters-flex {
    align-items: end;
    flex-direction: column-reverse;
    width: 100%;
  }
  .body-myspace .filters-flex .filters {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .body-myspace .custom-dropdown,
  .body-myspace #my-factures .dropdown-toggle {
    width: 100%;
  }
  .body-myspace .myspace-tabs.nav>li {
    margin-right: 10px;
    border-radius: 50px;
  }
  .body-myspace .myspace-tabs.nav-tabs>li .background-tabs {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #E604FF;
    opacity: .1;
    border-radius: 50px;
    height: 30px;
    line-height: 30px;
  }
  .body-myspace .myspace-tabs.nav>li>a {
    padding: 0 15px;
    line-height: 30px;
  }
  .body-myspace .myspace-tabs.nav-tabs>li>a {
    font-size: 14px;
    font-weight: 400;
  }
  .body-myspace .myspace-tabs.nav>li>a:hover, .body-myspace .myspace-tabs.nav>li>a:focus {
    text-decoration: none;
  }
  .body-myspace .myspace-tabs.nav-tabs>li.active>a, .body-myspace .myspace-tabs.nav-tabs>li.active>a:hover, .body-myspace .myspace-tabs.nav-tabs>li.active>a:focus {
    text-decoration: none;
    color: white;
  }
  .body-myspace .myspace-tabs.nav-tabs>li.active .background-tabs {
    opacity: 1;
  }
}

/* ===== Live list (scoped with 'live-' prefix) ===== */
.live-navbar {
  height: 50px;
  background: white;
  padding: 0 15px;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.live-navbar-left {
  margin-left: 15px;
}

.live-navbar-right {
  align-items: center;
  display: flex;
  gap: 15px;
}

.live-navbar-right a {
  padding: 0;
}

.live-navbar-right span {
  font-weight: 400;
  font-size: 14px;
}

.live-footer {
  height: 40px;
  width: 100%;
  background: #F0EFF2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 25px;
}

.live-footer #date-time {
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

.live-page-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin:18px 0;
}
.live-page-title{
  margin:0;
  font-weight:600;
  font-size:18px;
  color:#000;
}
.live-page-title .badge{
  margin:0;
  font-weight:600;
  font-size:18px;
  color:#9d9D9C;
  background:#FFF;
  padding:0;
}
.live-events-list{
  display:flex;
  flex-direction:column;
  gap:14px
}
.live-event-card{
  background:#fff;
  border-radius:10px;
  padding:15px 30px;
}
.live-event-logo-container{
  padding-top: 20px;
}
.live-event-logo{
  width:40px;
  height:40px;
  border-radius:50%;
  object-fit:cover;
  background:#f1f1f1;
  display:block
}
.live-event-title-container{
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
.live-event-title{
  font-size:16px;
  font-weight:600;
  color:#000;
  text-decoration:none;
}
.live-event-title:hover{
  text-decoration:underline;
}
.live-event-meta{
  display:flex;
  flex-direction: column;
  gap:5px;
  color:#6b7280;
  margin-top:4px;
  font-weight: 400;
  font-size:14px;
}
.live-event-meta .live-label{
  color:#6b7280;
  margin-right:4px
}
.live-event-tools-container{
  display:flex;
  align-items:center;
  justify-content:flex-end;
}
.live-event-copy {
  display: flex;
  gap: 5px;
  cursor: pointer;
}
.live-event-tools a{
  color:#000;
}
.live-event-tools a img{
  vertical-align: baseline;
  margin-bottom: -2px;
  margin-right: 5px;
}
.live-event-tools a:hover{
  opacity:1;
  text-decoration:none;
  color:#000;
}
.live-event-actions{
  display:flex;
  gap:8px;
  align-items:center;
  margin-top:12px;
  justify-content: flex-end;
}
.live-btn-delete{
  border:1px solid #000;
  color:#000;
  background:#fff;
  border-radius:50px;
  width:150px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  outline: none !important;
}
.live-btn-delete .black-content{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.live-btn-delete .red-content{
  justify-content: center;
  align-items: center;
  gap: 2px;
  display: flex;
}
.live-btn-delete:hover,
.live-btn-delete:active,
.live-btn-delete:focus {
  background:#fff;
  color: black;
  border: solid 1px black;
  box-shadow: none;
}
.live-btn-delete-confirm{
  background:#fff;
  color: #CC2229;
  border: solid 1px #CC2229;
}
.live-btn-delete-confirm:hover,
.live-btn-delete-confirm:active,
.live-btn-delete-confirm:focus {
  background:#fff;
  color: #CC2229;
  border: solid 1px #CC2229;
  box-shadow: none;
}
.live-delete-form {
  display: none;
}
/* Sticky container: sticks when it reaches the viewport bottom */
.live-validate-stickywrap {
  position: sticky;            /* Stick within the scroll container */
  bottom: 0;                   /* Stick to bottom edge */
  z-index: 10;
  background: rgba(255,255,255,0.92);
  -webkit-backdrop-filter: saturate(180%) blur(8px);
  backdrop-filter: saturate(180%) blur(8px);
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  display: flex;
  justify-content: center;
}
/* Keep the button compact */
.live-validate-stickywrap .live-btn-validate {
  margin: 0;
}
.live-btn-dark{
  background:#000;
  color:#fff !important;
  border-radius:50px;
  width:109px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  outline: none !important;
}
.live-btn-validate {
  width: 140px;
  margin-left: auto;  margin-right: auto;
}
.live-btn-dark img{
  display: none;
}
.live-btn-dark:hover
.live-btn-dark:focus
.live-btn-dark:active{
  color:#fff !important;
}
.live-btn-dark:hover img,
.live-btn-dark:active img,
.live-btn-dark:focus img{
  display: block;
}
.live-event-updated{
  margin-top:8px;
  color:#9ca3af;
  font-size:12px
}

@media (max-width:768px){
  .live-event-card__grid{
    grid-template-columns:48px 1fr
  }
  .live-event-tools{
    margin-top:8px
  }
}

.live-add-btn {
  /* clickable square of 40px */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
  border: 0;
  line-height: 0;
  cursor: pointer;
  margin-left: 12px;     /* small gap from title if needed */
  outline: none !important;
}

.live-add-btn:hover .live-add-icon,
.live-add-btn:active .live-add-icon,
.live-add-btn:focus .live-add-icon {
  display: none;
}

.live-add-btn:hover .live-add-icon-black,
.live-add-btn:active .live-add-icon-black,
.live-add-btn:focus .live-add-icon-black {
  display: block;
}

.live-add-icon {
  /* force the SVG image to be exactly 40x40 */
  display: block;
  width: 40px;
  height: 40px;
}
.live-add-icon-black {
  /* force the SVG image to be exactly 40x40 */
  display: none;
  width: 40px;
  height: 40px;
}

.live-add-csv-icon {
  display: block;
  width: 20px;
  height: 20px;
}

.live-button-right-icon {
  display: block;
  width: 16px;
  height: 16px;
}

.live-spinner {
  display: none;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  margin-right: 4px;
  border-left-color: #000;
  animation: spin 1s ease infinite;
}

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

  100% {
    transform: rotate(360deg);
  }
}

/* ====== "+" hover swap (black icon on hover) ====== */
.live-add-btn{ display:inline-flex; align-items:center; gap:8px; }
.live-add-icon-black{ display:none; }
.live-add-btn:hover .live-add-icon{ display:none; }
.live-add-btn:hover .live-add-icon-black{ display:inline; }

/* ====== Layout toggling ======
    We add/remove .create-mode on <body>.
    - In create-mode: hide the list section and show the create section.
    - Header and footer remain visible by default. */
.live-create-section{ display:none; }
body.create-mode .live-page-head,
body.create-mode .live-events-list,
body.create-mode .live-other-content { display:none !important; }
body.create-mode .live-create-section{ display:block; }

/* ====== Create form container (centered column like the mock) ====== */
.live-create-wrap{
  margin: 1px 0 0 0; /* space from header and above footer */
  background:#fff;
  display:flex;
  flex-direction:column;
}
.live-create-header{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 16px; background:#fff;
}
.live-create-title{ margin:0; font-size:16px; font-weight:700; }
.live-create-close{
  appearance: none;
  border: 0;
  background: transparent;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  cursor: pointer;
  line-height: 14px;
  height: 14px;
  display: flex;
  gap: 9px;
  padding: 0;
}
.live-create-body{ padding:16px; }
.live-create-body h1{ font-size:18px; font-weight:700; margin:0 0 16px; }

/* ====== Form typography ====== */
.live-form h3{ font-size:14px; font-weight:700; margin:0 0 10px; }
.live-form p{ margin:0 0 12px; }
.live-form small{ color:#777; }

/* ====== Inputs (rounded pills) ====== */
.live-input,
.live-input[type="date"],
.live-csvbuttons-new .bfh-colorpicker .bfh-colorpicker-toggle
{
  width:100%; 
  height:40px; 
  padding:10px 12px;
  border:1px solid #E6E6E6 !important; 
  border-radius:10px; 
  background:#fff;
  font-size:12px; 
  outline:none !important;
  box-shadow: none !important;
}

/* ====== Buttons ====== */
.live-btn-primary{
  padding: 0;
  margin: 0;
  height: auto;
  border: none;
  background: none;
  cursor: pointer;
  outline: none !important;
  height: 40px;
}

.live-btn-file-import{
  height: 40px;
  width: 156px;
  border-radius: 50px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  font-weight: 400;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.live-btn-file-import img{
  margin-right: 5px;
}

/* ====== File input helpers ====== */
.live-file{ display:none !important; }
.live-file-block{ 
  display:inline-block; 
  padding: 10px 10px;
}
.live-file-name{
  font-size:10px;
  font-weight: 400;
  color:#5C5C5C;
  margin-left:8px;
}

/* ====== Sticky-ish footer for the card (stays at bottom of card) ====== */
.live-form-footer{
  padding:16px; display:flex; justify-content:flex-end; background:#fff;
}

@media (max-width:480px){
  .live-create-wrap{ margin:12px 12px 24px; }
}

.live-create-wrap h3 {
  font-weight: 600;
  font-size: 14px;
  color: #000000;
}

.hotesses-form-live-create p label,
.hotesses-form-live-title-input label {
  font-weight: 400;
  font-size: 10px;
  color: #5C5C5C;
}

.hotesses-form-live-title-input {
  width: 300px;
  padding: 0 10px;
}

.hotesses-form-live-date-input {
  width: 180px;
  padding: 0 10px;
}

.hotesses-form-live-file-input {
  padding: 0 10px;
}

.hotesses-form-live-file-input-text {
  padding: 0 15px;
}

.hotesses-form-live-file-input-text div {
  font-weight: 400;
  font-size: 10px;
  color: #000;
}

.hotesses-form-live-file-input-text-info {
  line-height: 16px;
  height: 16px;
  display: flex;
  gap: 10px;
}

.hotesses-form-live-file-input-text-info-text {
  padding: 15px 27px;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}

.hotesses-form-live-check-input {
  padding: 0 10px 25px 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.live-close-grey {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 12px;
  right: 12px;
  margin: 0;
  padding: 0;
  offset: none !important;
  background: transparent !important;
  border: none !important;
}

.live-close-grey img {
  position: absolute;
  top: 0;
  right: 0;
}

.live-create-body .row {
  margin: 0 !important;
}

/* English comments as you prefer */
/* Basic wrapper */
.checkwrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}

/* Hide native checkbox but keep it accessible */
.checkwrap__input {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

/* Icon slot (holds both svgs) */
.checkwrap__icon {
  position: relative;
  inline-size: 24px;
  block-size: 24px;
  display: inline-grid;
  place-items: center;
}

/* Start with "box only" visible */
.svg-box { opacity: 1; transition: opacity .15s ease; }
.svg-check { position: absolute; inset: 0; opacity: 0; transition: opacity .15s ease; }

/* When checked, swap visibility */
.checkwrap__input:checked + .checkwrap__icon .svg-box { opacity: 0; }
.checkwrap__input:checked + .checkwrap__icon .svg-check { opacity: 1; }

/* Optional: color theming using currentColor */
.checkwrap { color: #111; }                /* normal */

/* Focus ring for keyboard users */
.checkwrap__input:focus-visible + .checkwrap__icon {
  outline: 2px solid #3b82f6; /* blue */
  outline-offset: 3px;
  border-radius: 6px;
}

/* Disabled state */
.checkwrap__input:disabled + .checkwrap__icon { opacity: .5; }
.checkwrap__label {   
  font-weight: 400;
  font-size: 10px;
  color: #5C5C5C;
  margin-bottom: 10px;
}

/* Highlight input with error */
.live-input.is-invalid {
  border-color: #c00 !important;
  outline: none;
}
/* Error message under input */
.live-input-error {
  display: block;
  color: #c00;
  font-size: 12px;
  margin-top: 4px;
  min-height: 14px;
}
/* Pointer cursor on whole validate block */
#validateBlock { cursor: pointer; }

.live-csvbuttons-new {
  padding: 10px;
  background-color: rgba(255, 213, 4, 0.1);
  border-radius: 20px;
  max-width: 334px;
}

.live-csvbuttons-new .bfh-colorpicker {
  width: 300px;
  padding: 0 10px;
}

.live-csvbuttons-new .bfh-colorpicker .bfh-colorpicker-toggle {
  padding: 0;
}

.live-csvbuttons-new .bfh-colorpicker .bfh-colorpicker-toggle input {
  border: none;    
  offset: none;
  box-shadow: none;
  height: 38px;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 200px;
}

.live-csvbuttons-new .bfh-colorpicker .bfh-colorpicker-toggle .input-group-addon {
  background: transparent;
  border: none;
}

.live-create-csv-btn {
  display: flex;
  gap: 10px;
  cursor: pointer;
  margin-top: 10px;
  width: fit-content;
  justify-self: end;
}

.live-btn-add-csv {
  height: 20px;
}

.live-create-csv-button-block {
  max-width: 334px;
}

.live-csvbutton {
  background-color: #E6E6E6;
  margin-bottom: 10px;
  position: relative;
}




/* ===============================
   Overlay + centered modal (Figma-like)
   =============================== */

/* Lock page scroll when modal is open */
body.modal-open { overflow: hidden; }

/* Dark overlay behind the modal */
.lac-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);             /* semi-dark */
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);                   /* subtle blur */
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease;
  z-index: 1001;                                 /* sits behind the modal */
}
.lac-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

/* Modal panel (card) */
.lac-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -48%) scale(.98);  /* small pop-in animation */
  width: 375px;                                  /* Figma base width */
  max-width: 375px;                               /* stay responsive */
  max-height: 90vh;                              /* avoid overflow on small screens */
  overflow: auto;
  background: #FFFFFF;
  box-shadow: 0 24px 60px rgba(0,0,0,.18);
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  z-index: 1002;                                 /* above overlay */
}
.lac-modal.is-open {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

/* Header: title centered, subtle divider */
.lac-modal__header {
  position: relative;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lac-modal__title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  text-align: left;                              /* center if you prefer */
}

/* Close “X” button (top-right) */
.lac-modal__close {
  height: 14px;
  line-height: 14px;
  padding: 0;
  border: none !important;
  background: white !important;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  outline: none !important;
  display: flex;
  gap: 10px;
}

.lac-modal__close:hover { background: rgba(0,0,0,.06); }

/* Body: vertical rhythm like the mock */
.lac-modal__body {
  padding: 10px 16px 25px 16px;
}

/* Footer note */
.lac-modal__footer {
  padding: 8px 16px 14px;
  border-top: 1px solid #F0EFF2;
  background: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* ===============================
   Form elements
   =============================== */

/* Field block spacing */
.lac-field { margin-bottom: 12px; }

/* Labels mimic table-column-semi-bold tone */
.lac-field > label,
.table-column-semi-bold {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  margin-bottom: 6px;
}

/* Generic text inputs */
.lac-modal .form-control,
.lac-modal input[type="text"],
.lac-modal input[type="number"],
.lac-modal input[type="file"],
.lac-modal input[type="date"],
.lac-modal textarea,
.lac-modal select {
  width: 100%;
  height: 40px;
  padding: 10px 12px;
  font-size: 12px;
  color: #000;
  background: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  outline: none;
  box-shadow: none;
  appearance: none;
}
.lac-modal textarea.form-control { height: 80px; resize: vertical; }

/* Focus state (subtle, to match clean UI) */
.lac-modal .form-control:focus {
  border-color: #CFCFCF;
}

/* Helper text */
.lac-modal small {
  display: block;
  margin-top: 6px;
  color: #8C8C8C;
  font-size: 12px;
}

.lac-team select {
  appearance: auto !important;
}

/* Filename preview under the file input */
.lac-file-name {
  margin-top: 6px;
  font-size: 12px;
  color: #5C5C5C;
  word-break: break-word;
}

/* ===============================
   Type selector (radio as pills)
   =============================== */

.lac-types {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* Pill look */
.lac-type {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: #fff;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  color: #000;
}

/* Active pill when selected */
.lac-type input[type="radio"]:checked + span,
.lac-type input[type="radio"]:checked ~ span {
  /* no-op to keep label text visible when using <label><input/><span/></label> */
}
.lac-type input[type="radio"]:checked ~ * {
  color: #000;
}
.lac-type:has(input[type="radio"]:checked) {
  background: #fff;
}

/* Hover feedback */
.lac-type:hover { border-color: #CFCFCF; }


/* ===============================
   Amount line (input)
   =============================== */

.lac-amount {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
}
.lac-amount input {
  width: 100px !important;
}
.lac-operation {
  display: flex;
  align-items: center;
}
.lac-operation input {
  margin-right: 10px;
  position: relative;
}
.lac-operation .event_name{
  font-weight: bold;
}
.lac-hostess {
  display: flex;
  align-items: center;
}
.lac-hostess input {
  width: 100px !important;
  margin-right: 10px;
}
.error_red {
  color: red;
}

/* ===============================
   Comment (textarea)
   =============================== */

.lac-comment textarea {
  width: 100% !important;
  height: 80px !important;
}



/* ===============================
   Actions (bottom buttons)
   =============================== */

.lac-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 14px;
}

/* Primary submit (black, pill) */
.lac-actions .btn.btn-primary,
.lac-actions .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 317px;
  border: none;
  border-radius: 50px;
  background: #000;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  offset: none !important;
  margin: auto;
}

.lac-actions .btn.btn-secondary,
.lac-actions .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 317px;
  border: none;
  border-radius: 50px;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  offset: none !important;
  margin: auto;
}

.lac-actions-remove {
  flex-direction: row;
}

.lac-actions-remove .btn.btn-secondary,
.lac-actions-remove .btn-secondary,
.lac-actions-remove .btn.btn-primary,
.lac-actions-remove .btn-primary {
  width: 150px;
}

/* Secondary “add another invoice” style (pink accent) */
.lac-actions .btn-secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 32px;
  border: none;
  background: transparent;
  color: #E604FF;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
}
.lac-actions .btn-secondary-link:hover { text-decoration: underline; }

/* ===============================
   Validation / error helpers
   =============================== */

.lac-modal .is-invalid {
  border-color: #CC2229 !important;             /* red border for invalid inputs */
}
.lac-modal .input-error {
  color: #CC2229;
  font-size: 12px;
  margin-top: 4px;
  min-height: 14px;
}

/* “Autre” with inline text input (optional, if you add it) */
.lac-type--other {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: black;
}

/* --- Optional nicety: smooth reveal for the Autre input --- */
.lac-type--other .lac-other-input[hidden] { display: none !important; } /* keep default hidden behavior */
.lac-type--other .lac-other-input {
  /* basic size matches pills feel (already styled by your .lac-type--other rule) */
  width: 145px !important;
  position: absolute;
  bottom: -40px;
  left: 35px;
}

.lac-field .type-label {
  font-weight: 400;
  color: #5C5C5C;
  font-size: 10px;
  margin: 10px 0;
}

.lac-field .type-label-first {
  font-weight: 400;
  color: #5C5C5C;
  font-size: 10px;
  margin: 0 0 10px 0;
}

.lac-operation strong {
  font-weight: 600;
  font-size: 12px;
  color: black;
}

.lac-operation span.operation-name {
  font-weight: 400;
  font-size: 12px;
  color: black;
  text-transform: uppercase;
}

.lac-operation span.operation-date {
  font-weight: 400;
  font-size: 12px;
  color: black;
  text-transform: lowercase;
}

/* ---- Radio buttons negros ---- */
.lac-modal input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  background-color: #fff;
  transition: border-color 0.2s, background-color 0.2s;
  margin: 0;
}

/* Punto interno cuando está seleccionado */
.lac-modal input[type="radio"]:checked::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Hover opcional */
.lac-modal input[type="radio"]:hover {
  border-color: #000;
}

/* Si quieres que cambie de color al hacer focus con teclado */
.lac-modal input[type="radio"]:focus {
  outline: none;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.3);
}

.lac-accepted-label {
  font-weight: 400;
  font-size: 10px;
  width: 100%;
  margin: 10px 0;
  text-align: right;
}

/* --- Upload field wrapper --- */
.upload-box {
  display: flex !important;
  align-items: center;
  justify-content: start;
  gap: 12px;
  border: 1px dashed #d5d5d5;
  border-radius: 8px;
  padding: 4px 8px;
  background-color: #fff;
  cursor: pointer;
  transition: border-color 0.2s, background-color 0.2s;
}

/* Hover effect */
.upload-box:hover {
  border-color: #000;
  background-color: #f9f9f9;
}

/* Default text inside box */
.upload-box span {
  font-size: 12px;
  color: #000;
  user-select: none;
}

/* Icon styling */
.upload-box svg {
  flex-shrink: 0;
  opacity: 0.9;
}

/* When file is selected, change style */
.upload-box.filled {
  border-color: #000;
  background-color: #fff;
  font-weight: 400;
}

.upload-text {
  font-size: 12px;
  font-weight: 400;
}

.image-link {
  position: relative;
  display: inline-block;
}

.image-link img.preview {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 10px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  background: #fff;
  z-index: 10;
}

.image-link:hover img.preview {
  display: block;
}

.edit-expense-form {
  border-bottom: 1px solid #E6E6E6; 
}

.lac-modal__body .edit-expense-form:last-of-type {
  border-bottom: none !important;
}

.upload-box.error {
  outline: 2px solid #dc3545;
  border-radius: 6px;
}
.field-error {
  margin-top: 6px;
  font-size: 13px;
  color: #dc3545;
}

/* Error border for both amount and upload boxes */
input.error,
.upload-box.error {
  outline: 2px solid #dc3545;
  border-radius: 6px;
  box-shadow: none;
}

/* Optional: subtle red tint for clarity */
input.error {
  border-color: #dc3545 !important;
}

.live-show-header {
  height: 40px;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding: 0 20px;
}

.live-show-header-title {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.live-back {
  border: none;
  background: none;
  offset: none;
  height: 40px;
  width: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
}

.live-show-selector {
  width: 175px;
  height: 40px;
  display: flex;
  justify-content: space-evenly;
  border-radius: 50px;
  align-items: center;
  background: #F0EFF2;
}

.live-show-selector-item {
  width: 79px;
  height: 30px;
  font-weight: 400;
  font-size: 14px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.live-show-selector-item.show-selector-selected {
  background-color: white;
  font-weight: 600;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); 
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.live-edit {
  border: none;
  background: none;
  offset: none;
  height: 20px;
  width: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

.live-show-header-title {
  font-size: 18px;
  font-weight: 600;
  color: black;
  padding: 0 20px;
}

.live-show-header-date {
  font-size: 14px;
  font-weight: 400;
  color: #656565;
  margin-top: 5px;
  margin-bottom: 24px;
  padding: 0 20px;
}

.live-show-main-container {
  background-color: white;
  padding: 20px;
}

.live-show-main-container .emission-info {
  background-color: #F8F8F8;
  border-radius: 20px;
  margin: 0 0 24px 0;
  padding: 0 0 20px 0;
}

.live-show-main-container .emission-info-header {
  font-size: 14px;
  font-weight: 600;
  color: #656565;
  margin-top: 13px;
  margin-bottom: 5px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.live-show-main-container .emission-info-header-times {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  padding: 0 0 17px 32px;
  display: flex;
  align-items: center;
  gap: 25px;
  border-bottom: solid 1px #F0EFF2;
  margin: 0 10px 10px 10px;
}

.live-show-main-container .emission-info-content {
  padding: 0 20px;
}

.emission-info-content .emission-info-content-item {
  display: flex;
  line-height: 24px;    
  min-height: 24px;
  height: auto;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

.live-show-button-line-right {
  display: flex;
  justify-content: flex-end;
  margin: 14px 0;
}

.live-show-buttons-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
  color: black;
}

.live-show-export-button {
  width: 150px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px black;
  border-radius: 50px;
  outline: none !important;
  gap: 10px;
  color: black !important;
  text-decoration: none !important;
}

.live-show-export-button:hover {
  color: white !important;
  background-color: black;
}

.live-show-export-button:hover img {
  filter: brightness(0) invert(1);
}

.live-show-search-line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
  color: black;
  flex-wrap: wrap;
  gap: 12px;
}

.search-container {
  position: relative;
  width: 334px;
  height: 45px;
  background-color: #F5F5F5;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  gap: 5px;
}

.search-container .live-search-icon {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 21px;
  height: 21px;
}

.search-container .live-show-search-button {
  width: 85px !important;
  height: 30px !important;
  border: solid 1px black;
  border-radius: 50px;    
  outline: none !important;
  color: black !important;
  text-decoration: none !important;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  background-color: white;
}

.search-container .live-show-search-button:hover {
  color: white !important;
  background-color: black;
}

.search-container input[type="text"] {
  width: 194px;
  background-color: transparent;
  border: none !important;
  padding: 0;
  margin: 0;
  outline: none !important;
  box-shadow: none !important;
  font-weight: 400;
  font-size: 12px;
  margin-left: 30px;
}

.search-container form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-container .form-group {
  margin: 0 !important;
  width: 224px !important;
}

.live-filter-btn {
  outline: none !important;
  border: none;
  background: none;
  width: 24px;
  height: 24px;
}

.live-filter-btn .live-filter-off-icon {
	display: none;
}
.live-filter-btn.off .live-filter-on-icon {
	display: none;
}
.live-filter-btn.off .live-filter-off-icon {
	display: inline;
}

.btn-toolbar.live-filter-off-icon {
  display: none;
}

.live-show-toolbar .btn-primary {
  height: 35px;
  border-radius: 50px !important;
  background-color: rgba(156, 156, 157, 0.1) !important;
  color: black !important;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  border: none !important;
  box-shadow: none;
  margin: 0 !important;
  min-width: 77px;
  justify-content: center;
  text-transform: none !important;
}

.live-show-toolbar .btn-primary.btn-all-letter {
  margin-top: 10px !important;
}

.live-show-toolbar .btn-primary-letter {
  height: 35px;
  width: 35px;
  border-radius: 50px !important;
  background-color: rgba(156, 156, 157, 0.1) !important;
  color: black !important;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  border: none !important;
  box-shadow: none;
  margin: 10px 10px 0 0 !important;
  justify-content: center;
}

.live-show-toolbar .btn-primary.active,
.live-show-toolbar .btn-primary-letter.active
{
  color: white !important;
  background-color: #000000 !important;
}

li[role="presentation"] .btn-all,
.live-show-toolbar .btn-all,
.live-show-toolbar .btn-letter-all
{
  background-color: white !important;
  color: #9C9C9D !important;
  border: solid 1px #9C9C9D !important;
}

li[role="presentation"].active .btn-all,
.live-show-toolbar .btn-all.active,
.live-show-toolbar .btn-letter-all.active
{
  background: black !important;
  color: white !important;
  border: solid 1px black !important;
}

.live-show-filters {
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.live-show-filters-edit {
  margin-bottom: 24px;
}

.tab-content {
  padding: 0 24px;
  background-color: #F8F8F8;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #656565;
}

.live-show-statistics {
  display: flex;
  justify-content: center;
}

.live-show-statistics .live-show-statistics-button {
  height: 40px;
  width: 335px;
  border-radius: 50px !important;
  background-color: black !important;
  color: white !important;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  border: solid 1px black !important;
  box-shadow: none;
  margin: 0 !important;
  justify-content: center;
  text-transform: none !important;
}

.live-show-statistics .live-show-statistics-button:hover {
  background-color: white !important;
  color: black !important;
}

.live-show-table .table {
  margin: 37px 0 27px 0;
}


.live-show-table .table>tbody>tr>td,
.live-show-table .table>tbody>tr>td span {
  border-top: none !important;
  color: #656565 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 0;
  line-height: 14px;
  margin-bottom: 10px;
}

.live-show-table .person {
  border-bottom: 1px solid #F0EFF2;
  display: flex;
  flex-direction: column;
  padding: 24px 0 14px 0;
  opacity: 1 !important;
}

.live-show-table .person-name-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.live-show-table .person-status {
  width: 84px;
  height: 24px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}

.live-show-table .person-status.status-green {
  color: #187B2A !important;
  background: rgba(153, 204, 162, 0.3);
}

.live-show-table .person-status.status-yellow {
  color: #FF8800 !important;
  background: rgba(255, 213, 4, 0.3);
  
}

.live-show-table .person-status.status-red {
  color: #CC2229 !important;
  background: rgba(204, 34, 41, 0.3);
  
}

.person-name-star {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  height: 24px;
}

.modal-csv:not(.old-version) .modal-content {
  max-width: 377px;
  margin: 0 !important;
}

.modal-csv:not(.old-version) .modal-dialog {
  justify-content: center;
  display: flex;
}

.modal-csv:not(.old-version) .live-create-header {
  padding: 0;
}

.modal-csv:not(.old-version)  .live-show-export-modal {
  padding: 0 18px;
}

.export-modal-title {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin: 24px 0;
}

.export-modal-input {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.export-modal-input label,
.export-modal-input input {
  margin: 0;
}

.modal-csv:not(.old-version) .modal-footer {
  border: none;
  margin: 40px 0 0 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.modal-csv:not(.old-version) .modal-footer .export-file-buttton {
  width: 140px;
  height: 40px;
  border: solid 1px black;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: black;
  background-color: white;
  gap: 8px;
}

.modal-csv:not(.old-version) .modal-footer .export-file-buttton:hover {
  cursor: pointer;
  background-color: black;
  color: white;
}

.modal-csv:not(.old-version) .modal-footer .export-file-buttton:hover {
  background-color: black;
  color: white;
}

.modal-csv:not(.old-version) .modal-footer .export-file-buttton:hover img {
  filter: invert(1);
}

input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  background-color: white;
  border: 1.5px solid black;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  outline: none !important;
}

input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: black;
  transform: translate(-50%, -50%);
}

.btn-group>.btn:hover, 
.btn-group-vertical>.btn:hover, 
.btn-group>.btn:focus, 
.btn-group-vertical>.btn:focus, 
.btn-group>.btn:active, 
.btn-group-vertical>.btn:active, 
.btn-group>.btn.active, 
.btn-group-vertical>.btn.active {
    z-index: 0;
}

.modal-my-modal-edit {
  display: flex;
  justify-content: flex-end;
}

#myModal:not(.old-version) .live-edit {
  color: black !important;
  text-transform: none;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}


#myModal:not(.old-version) .modal-body {
  padding: 14px;
}

#myModal:not(.old-version) .modal-body,
#myModal:not(.old-version) .modal-body .name,
#myModal:not(.old-version) .modal-body .places {
  font-size: 16px;
  font-weight: 600;
  color: black;
}

#myModal:not(.old-version) .modal-body-name {
  margin-top: 24px;
}

.modal-body-places-title {
  display: flex;
  justify-content: center;
  margin: 24px 0;
}

#myModal:not(.old-version) .input-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin: 20px 0 10px 0;
}

#myModal:not(.old-version) .input-container-coming {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  width: 138px;
  border-radius: 50px;
  background-color: rgba(157, 157, 156, 0.1);
  padding: 0 1px;
}

#myModal:not(.old-version) .input-container-coming input{
  background-color: transparent;
  border: none;
  color: black;
  font-size: 16px;
  font-weight: 600;
  outline: none !important;
}

#myModal:not(.old-version) .input-container-coming span{
  width: 38px;
  height: 38px;
  border-radius: 38px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Quita los spinners en Chrome, Safari, Edge, Opera */
#myModal:not(.old-version) .input-container-coming input[type=number]::-webkit-inner-spin-button,
#myModal:not(.old-version) .input-container-coming input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Quita los spinners en Firefox */
#myModal:not(.old-version) .input-container-coming input[type=number] {
  -moz-appearance: textfield;
  text-align: center;
}

#myModal:not(.old-version) .comments p {
  color: #656565;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.modal-star-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}

.modal-star-container label{
  display:inline-flex;
  align-items:center;
  cursor:pointer;
  gap:6px;
  margin: 0;
}

.star-check:not(.old-version){
  position:absolute; opacity:0; width:0; height:0;
}

.star-icon{ width:24px; height:24px; display:inline-block; }

.star-icon.unchecked{ display:inline-block; }
.star-icon.checked{ display:none; }

.star-check:not(.old-version):checked ~ .unchecked{ display:none; }
.star-check:not(.old-version):checked ~ .checked{ display:inline-block; }

#myModal:not(.old-version) .modal-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
}

.btn-cancel-grey {
  width: 140px;
  height: 40px;
  background-color: rgba(157, 157, 156, 0.1);
  counter-reset: black;
  border-radius: 50px;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  border: none;
}

.btn-cancel-grey:hover {
  background-color: rgba(157, 157, 156, 0.2);
}

.modal-footer-buttons {
  display: flex;
  gap: 15px;
}

#tableFactures td,
#tableFactures td span {
  line-height: 34px;
}

#tableFactures td small {
  line-height: 11px;
  font-size: 11px;
}

#tableFactures td.factures-operation-info {
  line-height: normal;
  padding-top: 18px;
}

#tableFactures td.factures-message {
  padding-top: 12px;
}