.pl-0 {
    padding-left: 0;
}
.form-step {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 3rem;
}
ul.form-stepper {
    counter-reset: section;
    margin:  20px 0 40px;
    flex-wrap: wrap;
    justify-content: center;
}
ul.form-stepper .form-stepper-circle {
    position: relative;
}
ul.form-stepper .form-stepper-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.form-stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
ul.form-stepper > li:not(:last-of-type) {
    margin-bottom: 0.625rem;
    -webkit-transition: margin-bottom 0.4s;
    -o-transition: margin-bottom 0.4s;
    transition: margin-bottom 0.4s;
}
.form-stepper-horizontal > li:not(:last-of-type) {
    margin-bottom: 0 !important;
}
.form-stepper-horizontal li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    min-width: 120px;
    width: 140px;
    max-width: 140px;
    margin: 15px 0 0;
}
.form-stepper-horizontal li:not(:last-child):after {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    content: "";
    top: 32%;
}
.form-stepper-horizontal li:after {
    background-color: #dee2e6;
}
.form-stepper-horizontal li.form-stepper-completed:after {
    background-color: #4da3ff;
}
.form-stepper-horizontal li:last-child {
    flex: unset;
}
ul.form-stepper li a .form-stepper-circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0;
    line-height: 1.7rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 50%;
}
.form-stepper .form-stepper-active .form-stepper-circle {
    background-color: #ac003c  !important;
    color: #fff;
}
.form-stepper .form-stepper-active .label {
    color: #ac003c !important;
}
.form-stepper .form-stepper-active .form-stepper-circle:hover {
    background-color: #ac003c !important;
    color: #fff !important;
}
.form-stepper .form-stepper-unfinished .form-stepper-circle {
    background-color: #eee;
}
.form-stepper .label {
    font-size: 10px;
    margin: 10px 0 0;
}
.form-stepper a {
    cursor: default;
    width: 100px;
}

.view_title svg{
	margin: 0 0 10 0;
    vertical-align: middle;
    color: #ad333d;
    font-size: 17px;
}

/*view administrator*/
ul.form-stepper.view .form-stepper-active a {
	color: #ac003c !important;
	cursor: pointer;
}
ul.form-stepper.view .form-stepper-active a:hover, ul.form-stepper.view .form-stepper-active a:focus {
	text-decoration: none;
}
ul.form-stepper.view .form-stepper-active .form-stepper-circle {
	opacity: 0.2;
	color: #fff;
}
ul.form-stepper.view .form-stepper-active .label {
	color: #333 !important;
}
ul.form-stepper.view .form-stepper-active.here .form-stepper-circle {
	opacity: 1;
	color: #fff;
}
ul.form-stepper.view .form-stepper-active.here .label {
    color: #ac003c !important;
}

/*button_order*/
.button_order {
	color: #333;
	display: flex;
  align-items: center;
}
.button_order:hover, .button_order:focus {
	color: #333;
	text-decoration: none;
}
.button_order .arrows {
	margin-right: 5px;
	position: relative;
	display: flex;
	flex-direction: column;
}
.button_order .arrows svg {
	height: 10px;
	color: #333;
	
}
.button_order .arrows.filtered_check .fa-angle-up {
	color: #ac003c;
}

.button_order .arrows.filtered_unchecked .fa-angle-down {
	color: #ac003c;
}

.hide{
	display:none;
}
.urgente{
	    background-color: rgba(172, 0, 60, 0.4);
}

#spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner-content {
    text-align: center;
    color: #fff;
    font-size: 1.2em;
}

.spinner {
    border: 8px solid #e9ecef; /* Light grey */
    border-top: 8px solid #ac003c; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    margin: 0 auto 10px auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



.svg_table {
	width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
    object-fit: contain;
}

