:root {
	--live: #5592bd;
	--red: #e10000;
	--play: green;
	--check: red;
	--orange: #ff8800
}
.main-header {
	background: var(--orange);
	color: #fff;
	height: 50px;
	line-height: 50px;
	text-align: left;
	margin: 0;
	padding: 0;
}
.main-header i {
	color: #fff;
}
.container-fluid {
	padding: 0;
	margin: 0 0 0 0;
}


#tout {
	position: fixed;
	top: 50px;
	left: 0;
	overflow: hidden;
    overflow-Y: auto;
	height: CALC(100SVH - 100px);
	width: 100%;
	background: #fff;
}
.jour {
	font-weight: bolder;
	
}
.bloc {
	border-left: 1px solid #a8cbfd;
	border-right: 1px solid #a8cbfd;
	border-bottom: 1px solid #a8cbfd;
	padding: 5px 0 5px 10px;
	margin-left: 10px;
	margin-right: 10px;
	background: #fff;
	position: relative;
	height: 45px;
	line-height: 17px;	
}
.bloc.live {
	padding: 10px 0 10px 50px;
	height: 60px;
	margin-bottom: 20px;
	box-shadow: 0 0 2px 2px var(--live);
	line-height: 20px;
	border-radius: 6px;
}
.blocc.red {
	color: var(--red);
}
.bloc .circle {
	position: absolute;
	width: 35px;
	height: 35px;
	line-height: 42px;
	border-radius: 50%;
	left: 5px;
	top: 10px;
	text-align: center;
}
.bloc.play .circle {
	left: 5px;
	margin-top: -5px;
}

.bloc.red .circle {
	background: #ff7373;
	box-shadow: 0 0 2px 2px var(--red);
	top: 10px;
	width: 25px;
	height: 25px;
	line-height: 32px;
}
.bloc.live .circle i {
	color: var(--live);
	font-size: 20px;
}
.bloc.play .circle:before {
	font: var(--fa-font-solid);
 	 content: '\f04b';
 	 font-size: 20px;
 	 color: var(--orange); 	 
}
.bloc.play.active .circle:before {
	font: var(--fa-font-solid);
 	 content: '\f251';
 	 font-size: 20px;
 	 color: #fff;
}
.bloc.red .circle i {
	color: var(--red);
	font-size: 20px;
}


.bloc .bureau {
	float: left;
	width: 30px;
	position: relative;
	margin-right: 10px;
	text-align: center;
	margin-left: -10px;
}
.bloc .bureau:after {
	border-left: 1px solid #dedede;
	position: absolute;
	top: 5px;
	right: 0;
	height: 25px;
	content: "";
}
.bloc .bureau SPAN {
	display: block;
	margin-top: 10px;
	font-size: 11px;
}
.bloc .left {
	float: left;
	width: CALC(100% - 120px);
}
.bloc .agence {
	font-weight: bolder;
	font-size: 12px;
	text-transform: uppercase;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;  	
}
.bloc:not(.live, .play) .agence {
	padding-top: 10px;  
}
.bloc .date {
	font-size: 10px;	
}
.bloc .date SPAN {
	float: left;
}
.bloc .date .heure {
	float: right;
	padding-right: 10px;
}

.bloc .heure {
	float: left;
	width: 40px;
	text-align: center;
	line-height: 13px;
	margin-top: 5px;
}
.bloc .heure SPAN {
	display: block;
	font-size: 10px;
}

.bloc .clock {
	float: right;
	position: relative;
	width: 50px;
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
}
.bloc .clock:before {
	position: absolute;
	content: "";
	border-left: 1px solid #dedede;
	height: 25px;
	top: 5px;
	left: 0;
}
.bloc.live .left, .bloc.play .left {
	width: CALC(100% - 90px);
}
.bloc.live .clock, .bloc.play .clock {
	margin-top: -5px;
	height: 60px;
	width: 80px;
	font-weight: bolder;
	font-size: 14px;
	padding-top: 20px;
	color: var(--live);
}
.bloc.live .clock:before {
	border-left: 1px solid var(--live);
	top: 15px;
}
.bloc.play .clock:before {
	border-left: 1px solid var(--orange);
	top: 12px;
}
.bloc.play.active .clock {
	color: #fff;
}
.bloc.play.active .clock:before {
	border-left: 1px solid #fff;
	top: 12px;
}
.bloc.red .clock:before {
	border-left: 1px solid var(--red);
}
.bloc .ligne {
	height: 60px;
	border-bottom: 1px solid #dedede;
}
.bloc.foot {
	margin-bottom: 20px;
	/*background: #a8cbfd;*/
	padding-top: 8px;
	text-align: left;
	font-size: 14px;
	color: #434f7a;
	font-weight: bolder;
	border: 1px solid #a8cbfd;
	border-top: 0;
	line-height: 16px;
	border-radius: 0 0 6px 6px;
}
.bloc.foot i {
	font-style: normal;
}
.bloc.foot SPAN {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
}

.bloc.jour {
	background: #a8cbfd;
	padding-top: 8px;
	text-align: left;
	font-size: 14px;
	color: #434f7a;
	font-weight: bolder;
	border: 1px solid #a8cbfd;
	line-height: 30px;
	border-radius: 6px 6px 0 0;

}
.j {
	margin-bottom: 20px;
}
.bloc.jour i {
	float: right;
	font-style: normal;
	padding-right: 10px;
}
.none {
	display: none;
}

.bloc.short {
    background:#dedede;
}

.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 50px;
	background: #fff;
	width: 100%;
	border-top: 1px solid #dedede;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.footer DIV {
	text-align: center;	
}
.footer DIV A {
	color: #000;
	display: block;
}
.footer .active a {
	color: #ff4500;
	font-weight: bolder;
}
.footer i, .footer SPAN {
	display: block;
    text-align: center;
    width: 100%;
}
.footer i {
	margin-top: 12px;
}
.footer SPAN {
	font-size: 9px;
	text-transform: uppercase;
}


.side-menu li {
	border-bottom: 1px solid #eaeaea;
	line-height: 35px;
	height: 35px;
	position: relative;
}
.side-menu LI A {
	color: #498ab8;
	padding-left: 10px;
	display: block;
	font-size: 12px;
}
.side-menu li:after {
	font: var(--fa-font-solid);
	content: "\f105";
	position: absolute;
	right: 10px;	
	top: 10px;
}
@media(max-width: 767px) {
	.app-sidebar {
		margin-top: 65px;
		height: CALC(100SVH - 115px);
		overflow: hidden;
		overflow-Y: auto;
	}
}

.main-header-left SPAN {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bolder;
	margin-left: 20px;
}



.soc {
	height: CALC(100SVH - 125px);
	overflow: hidden;
	overflow-Y: auto;
	margin-top: 10px;
}
.agencee {
	border: 1px solid #dedede;
	margin: 10px 5px 0 5px;
	padding: 10px 10px;
	background: #fff;
	clear: both;
	float: left;
	width: CALC(100% - 10px);
	position: relative;
}
.agencee.active {
	background: #a8cbfd;
}
.agencee DIV {
	float: left;
}
.agencee i {
	float:  right;
	margin-top: 5px;
	margin-right: 20px;
}
.agencee.check:after {
	content: "\f4fc";
	font: var(--fa-font-solid);
	position: absolute;
	top: 13px;
	right: 10px;
	color: #000;
}

.float {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.float #tot {
	background: #a8cbfd;
	width: CALC(100% - 75px);
	line-height: 50px;
	text-align: center;
	font-weight: bolder;	
	float: left;
}
.float #tot.all {
	width: 100%;
}
#stop {
	float: right;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: red;
	width: 75px;
	z-index: 200;
	color: #fff;
	font-weight: bolder;
	cursor: pointer;
}


.modal-content {
	position: relative;
}
.modal LABEL {
	font-weight: bolder;
	width: 100%;
	clear: left;
	font-size: 20px;
}
.modal .heure {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.modal INPUT[type=time] {
	text-align: center
}
input[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
}
.modal-header {
	font-size: 16px;
	font-weight: bolder;
}
.modal-header i {
	font-size: 20px;
	margin-top: 5px;
	text-align: right;
}
.modal .btn-danger, .modal .btn-info {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}
.modal .btn-info {
	display: none;
}


.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

/*timer-----------------------------------------------*/
.timer {
	background: var(--orange);
	margin-top: -2px;
	margin-bottom: 50px;
	padding: 0 10px 0 10px;	
}
.timer.arret {
	padding-bottom: 10px;
}
.timer .time SPAN {
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
}
.timer .time SPAN:first-child {
	font-weight: bolder;
	font-size: 20px;
}
.timer .time SPAN:last-child {
	border-top: 1px solid #fff;
	font-size: 10px;
	text-transform: uppercase;
}
.timer SELECT {
	margin-bottom: 15px;
	border: 0;
	height: 30px;
}
.search {
	margin: 10px;
	position: relative;
	height: 30px;
}
.search i {
	position: absolute;
	left: 7px;
	top: 13px;
	color: #868686;
}
.search input {
	padding-left: 30px;
	border: 0;
}
.timer .live {
	background: #fff;
	margin-top: 15px;
	border: 0;
}
.timer .live .top {
	border: 1px solid #dedede;
	line-height: 30px;
	padding-left: 10px;
	color: var(--orange);
	font-weight: bolder;
	text-transform: uppercase;
	font-size: 11px;
}
.timer .live .top SPAN {
	float: right;
	text-align: right;
	padding-right: 10px;
}
.timer .live .agence {
	font-weight: bolder;
	font-size: 14px;
	padding-left: 10px;
	line-height: 40px;
}
.timer #live .button, .timer #live2 .button {
	line-height: 40px;
}
.timer #live .button DIV, .timer #live2 .button DIV {
	float: left;
	width: 50%;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.timer #live .button .pause {
	background: var(--orange);
}
.timer #live .button .resume, .timer #live2 .button .resume, .demarrer {
	background: #7ece00;
}
.timer #live .button .stop, .timer #live2 .button .stop {
	background: #ff4345;
}
.timer #live .button #but_2 {
	display: none;
}
.timer #live2 {
	display: none; 
}
.circle {
    cursor: pointer;
}
#list {
	position: fixed;
	overflow: hidden;
	overflow-Y: auto;
	height: CALC(100SVH - 375px);
	width: 100%;
	top: 325px;
}

.bloc.play {
	padding: 5px 0 10px 60px;
	height: 50px;
	line-height: 10px;
}
#list .bloc {
	margin-bottom: 5px;
	border-radius: 0;
	border: 1px solid var(--orange);
	padding-left: 50px;
}
.bloc.active {	
	background: var(--orange);
	color: #fff;
}
.bloc.play .left .agence {
	margin-top: 0;
	line-height: 18px;
}

.sem {
	position: fixed;
	top: 105px;
	left: 0;
	border-top: 1px solid #fff;
	width: 100%;
	padding: 5px 10px;
	background: var(--orange);
	color: #fff;
	margin-top: -10px;
	z-index: 2222;
}
.sem SPAN {
	float: right;
	font-weight: bolder;
}
.index {
	background: #fff;
	height: CALC(100SVH - 178px);
	overflow: hidden;
	overflow-Y: auto;
	position: fixed;
	top: 128px;
	width: 100%;
}

.week {
	background: var(--orange);
	height: 50px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    align-content: center;
}
.week DIV {    
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 6px;
    line-height: 12px;
    font-size: 11px;
}
.week DIV SPAN:first-child {
	display: block;
    width: 100%;
    font-size: 12px;
}
.week.load {
    opacity: 0.5;
}
.week .gris {
	color: #ffbe75;
	cursor: auto;
}
.week .active.gris {
	color: #fff;
}
.week .active {
	background: #fff;
	color: #000;
	font-weight: bolder;
}

.j {
	float: left;
	width: 100%;
}
.blocc {
	float: left;
	width: 100%;
	border-bottom: 1px solid #dedede;
	padding: 10px 0 10px 10px;
	background: #fff;
}
.blocc.live {
	background: #9dc0d9;
}
.blocc > DIV {
	float: left;
}
.blocc .bureau {
	float: left;
	width: 40px;
	position: relative;
	margin-right: 10px;
	text-align: center;
	margin-left: -10px;
}
.blocc .bureau:after, .blocc .heure:after {
	border-left: 1px solid #dedede;
	position: absolute;
	top: 5px;
	right: 0;
	height: 25px;
	content: "";
}
.blocc .bureau SPAN {
	display: block;
	margin-top: 10px;
	font-size: 11px;
}
.blocc .agence {
	width: CALC(100% - 150px);
	font-weight: bolder;
	font-size: 12px;
	text-transform: uppercase;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;  
  	margin-top: 10px;	
}
.blocc .heure {
	width: 50px;
	line-height: 13px;
	margin-top: 5px;
	position: relative;
	margin-right: 10px;
	text-align: center;
	margin-left: -10px;
}
.blocc .heure SPAN {
	display: block;
	font-size: 10px;
}

.blocc .clock {
	float: right;
	position: relative;
	width: 50px;
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
}
.blocc .clock:before {
	position: absolute;
	content: "";
	border-left: 1px solid #dedede;
	height: 25px;
	top: 5px;
	left: 0;
}
.blocc.jour {
	clear: left;
	float: left;
}
.blocc.jour.first {
	margin-top: 0;
}
.blocc.jour i {
	float: right;
	padding-right: 10px;
	font-style: normal;
}


/*facture-----------------------------*/
.but {
	float: left;
	width: 100%;
	background: var(--orange);
	margin-top: -2px;
	padding-bottom: 5px;
}
.but INPUT {
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 0;
	background: #fff;
	width: CALC(100% - 110px);
	margin: 0 10px 5px 10px;
	float: left;
}
.but A {
	float: right;
	width: 80px;
	margin-right: 10px;
}
@media(max-width: 991px) {
	.but a {
		display: none;
	}
	.but INPUT {
		width: CALC(100% - 20px);
	}
}
.btnn {
	float: left;
	width: CALC(100% - 20px);
	margin: 10px;
}
.btnn DIV {
	width: CALC(100% / 3);
	float: left;
	background: var(--live);
	line-height: 30px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	border-right: 1px solid #91b8d4;
	position: relative;
}
.btnn DIV:first-child {
	border-radius: 6px 0 0 6px;
}
.btnn DIV:last-child {
	border-radius: 0 6px 6px 0;
	border-right: 0;
}
.btnn .active::after {
	content: "\f560";
	font: var(--fa-font-solid);
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 9px;
}
.blocc.total {
	position: fixed;
	top: 145px;
	left: 0;
	height: 50px;
	background: var(--live);
	color: #fff;
}
.facturee {
	position: absolute;
	top: 165px;
	left: 0;
	height: CALC(100SVH - 210px);
	overflow: hidden;
	overflow-Y: auto;
	width: 100%;
    background-color: #fff;
}
.facturee DIV {
    display: grid;
    grid-template-columns: 1fr 30px;
    cursor: pointer;
    align-items: center;
    line-height: 20px;
}
.facturee DIV:hover {
    background-color: #dedede;
}
.facturee SPAN {
    display: inline-block;
    width: calc(100% - 30px);
}
.facturee div i {
  display: none;
  margin-right: 8px; /* ou 6px si tu veux plus compact */
  width: 16px;      /* facultatif : garde une largeur fixe */
  text-align: right;
}



.agenceRadio .form-check {
	border-bottom: 1px solid #dedede;
	line-height: 35px;	
	cursor: pointer;
}
.agenceRadio .form-check:hover {
	background-color: #dedede;
}


#societes A {
	display: block;
	line-height: 40px;
	border-bottom: 1px solid #dedede;
	padding-left: 10px;
	color: #000;
}
#societes .modal-body {
	overflow: hidden;
	overflow-Y: auto;
	height: CALC(100SVH - 100px);
}
.societe {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 10px;
}
.societe button {
    border: 1px solid #E1E5EF;
    background-color: #fff;
    border-radius: 4px;
    color: #4D5875;
}

.nom {
	background: var(--orange);
	line-height: 40px;
	color: #fff;
	font-weight: bolder;
	text-transform: uppercase;
	text-align: center;
	margin-top: -2px;
}
.nom i {
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	color: #fff;
}
#soc {
	position: fixed;
	top: 90px;
	left: 0;
	width: 100%;
	height: CALC(100SVH - 140px);
	overflow: hidden;
	overflow-Y: auto;
	padding-top: 10px;
	background: #fff;
}

.label {
	font-weight: bolder;
	margin-bottom: 40px;
	margin-left: 10px;
	margin-top: 10px;
	border-bottom: 1px solid #868686;
	width: CALC(100% - 20px);
}


.second {
	background: #fff;
	padding: 10px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.second DIV {
	float: left;
	width: CALC(50% - 10px);
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}
.second DIV:nth-child(odd) {
	margin-right: 20px;
}
.second DIV:nth-child(3) {
	clear: left;
	float: left;
}
.second input, .second SELECT {
	border: 0;	
	width: 100%;
	background: #fff;
	text-align: center;
}
.second .gr {
	width: CALC(100% - 100px);
}
.second .input {
	position: relative;
	margin-top: -2px;
	width: 60px;
	float: right;
}
.second .input SPAN {
	position: absolute;
	top: 0;
	right: 5px;
}
.first.second {
	display: none;
}

.card {
    box-shadow: 0 0 3px 3px #dedede;
    border-radius: 4px;
    border: 0;
    margin-top: 30px;
}
.card-header {
    border-bottom: 1px solid #dedede;
}
.card-footer button {
    width: 100%;
}

.agenceChoice {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 0;
}
.agenceChoice DIV {
    text-align: center;
    border: 1px solid #dedede;
    line-height: 35px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    padding: 10px;
}
.agenceChoice SPAN, .agenceChoice INPUT {
    display: grid;    
}
.agenceChoice INPUT {
    margin-left: calc(50% - 25px);
}
.agenceChoice .active:after {
    position: absolute;
    bottom: 2px;
    right: 2px;
    content: "\f560";
    font: var(--fa-font-solid);
    font-size: 10px;
}

.agenceChoice input {
    text-align: center;
    width: 50px;
    border: 1px solid #dedede;
}

.taux {
    width: 70px;
    text-align: center;
}

@media(max-width: 767px) {
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }
}

.checkbox-wrapper-10 .tgl {
    display: none;
  }
  .checkbox-wrapper-10 .tgl,
  .checkbox-wrapper-10 .tgl:after,
  .checkbox-wrapper-10 .tgl:before,
  .checkbox-wrapper-10 .tgl *,
  .checkbox-wrapper-10 .tgl *:after,
  .checkbox-wrapper-10 .tgl *:before,
  .checkbox-wrapper-10 .tgl + .tgl-btn {
    box-sizing: border-box;
  }
  .checkbox-wrapper-10 .tgl::-moz-selection,
  .checkbox-wrapper-10 .tgl:after::-moz-selection,
  .checkbox-wrapper-10 .tgl:before::-moz-selection,
  .checkbox-wrapper-10 .tgl *::-moz-selection,
  .checkbox-wrapper-10 .tgl *:after::-moz-selection,
  .checkbox-wrapper-10 .tgl *:before::-moz-selection,
  .checkbox-wrapper-10 .tgl + .tgl-btn::-moz-selection,
  .checkbox-wrapper-10 .tgl::selection,
  .checkbox-wrapper-10 .tgl:after::selection,
  .checkbox-wrapper-10 .tgl:before::selection,
  .checkbox-wrapper-10 .tgl *::selection,
  .checkbox-wrapper-10 .tgl *:after::selection,
  .checkbox-wrapper-10 .tgl *:before::selection,
  .checkbox-wrapper-10 .tgl + .tgl-btn::selection {
    background: none;
  }
  .checkbox-wrapper-10 .tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .checkbox-wrapper-10 .tgl + .tgl-btn:after,
  .checkbox-wrapper-10 .tgl + .tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
  }
  .checkbox-wrapper-10 .tgl + .tgl-btn:after {
    left: 0;
  }
  .checkbox-wrapper-10 .tgl + .tgl-btn:before {
    display: none;
  }
  .checkbox-wrapper-10 .tgl:checked + .tgl-btn:after {
    left: 50%;
  }

  .checkbox-wrapper-10 .tgl-flip + .tgl-btn {
    padding: 2px;
    transition: all 0.2s ease;
    font-family: sans-serif;
    perspective: 100px;
  }
  .checkbox-wrapper-10 .tgl-flip + .tgl-btn:after,
  .checkbox-wrapper-10 .tgl-flip + .tgl-btn:before {
    display: inline-block;
    transition: all 0.4s ease;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 2em;
    font-weight: bold;
    color: #fff;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 4px;
  }
  .checkbox-wrapper-10 .tgl-flip + .tgl-btn:after {
    content: attr(data-tg-on);
    background: #02C66F;
    transform: rotateY(-180deg);
  }
  .checkbox-wrapper-10 .tgl-flip + .tgl-btn:before {
    background: #FF3A19;
    content: attr(data-tg-off);
  }
  .checkbox-wrapper-10 .tgl-flip + .tgl-btn:active:before {
    transform: rotateY(-20deg);
  }
  .checkbox-wrapper-10 .tgl-flip:checked + .tgl-btn:before {
    transform: rotateY(180deg);
  }
  .checkbox-wrapper-10 .tgl-flip:checked + .tgl-btn:after {
    transform: rotateY(0);
    left: 0;
    background: #7FC6A6;
  }
  .checkbox-wrapper-10 .tgl-flip:checked + .tgl-btn:active:after {
    transform: rotateY(20deg);
  }


.date-range-wrapper {
	position: relative;
	display: inline-block;
}

.date-range-picker {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	z-index: 999;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 12px;
	box-shadow: 0 12px 24px rgba(0,0,0,0.12);
	min-width: 240px;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 14px;
}

.date-range-picker label {
	display: flex;
	flex-direction: column;
	font-size: 12px;
	color: #444;
	gap: 4px;
}

.dr-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-bottom: 12px;
}

.date-range-picker input[type="date"] {
	width: 100%;
	padding: 6px 8px;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.date-range-picker input[type="date"]:focus {
	outline: 2px solid #4b85cf33;
	border-color: #4b85cf;
}

.dr-actions {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
}

.dr-actions button {
	cursor: pointer;
	border: 0;
	border-radius: 4px;
	font-size: 14px;
	padding: 6px 10px;
	line-height: 1.2;
}

.dr-cancel {
	background: #eee;
	color: #333;
}

.dr-apply {
	background: #4b85cf;
	color: #fff;
}
