


	html {
		font-family: sans-serif;
		/* font-family: "Roboto"; */
		line-height: 1.15;
		-webkit-text-size-adjust: 100%;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		scroll-behavior: smooth !important;
	}

	::-webkit-scrollbar {
		width: 6px !important;
	}

	::-webkit-scrollbar-track {
		/* background-color: #6c757d !important; */
		background-color: #222d32 !important;
		/* background-color: #ffc107 !important; */
		/* background-color: #0d1214 !important; */
	}

	::-webkit-scrollbar-thumb {
		/* border-radius-bottom: 5px !important; */
		background-color: #00695C !important;
		border-bottom-right-radius: 5px !important;
		border-bottom-left-radius: 5px !important;
	}

.position-relative {
	position: relative!important;
}



.devises .input-group-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.375rem 0.75rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	color: black;
	text-align: center;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	border-radius: none;
	padding-left: 0 !important;
	padding-right: 2 !important;
}

.table th, .table td {
	padding: 0.75rem;
	vertical-align: inherit !important;
	border-top: 1px solid #dee2e6;
}

.ribbon-wrapper {
	height: 210px;
	overflow: hidden;
	position: absolute;
	right: -2px;
	top: -2px;
	width: 210px;
	/* background-color: red; */
	z-index: 1;
}


.ribbon-wrapper.ribbon-lg .ribbon {
	right: -60px;
	top: 45px;
	width: 200px;
	z-index: 5;
}

.ribbon-wrapper .ribbon {
	box-shadow: 0 0 3px rgba(0,0,0,.3);
	font-size: .7rem;
	line-height: 100%;
	padding: 0.375rem 0;
	position: relative;
	right: -2px;
	text-align: center !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,.4);
	text-transform: uppercase;
	top: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	/* width: 40px; */
}



.highcharts-figure,
.highcharts-data-table table {
    min-width: 800px !important;
    max-width: 1000px !important;
}

.highcharts-data-table table {
    max-width: 800px !important;
}

	.noborder th {
		border-left: 0px solid #dee2e6 !important;
	}

	table tr.inventaire th{
		font-weight: normal !important;
	}
	.link-dashboard{
		color: #000;
	}
	.link-dashbord2{
		color: #fff;
	}
	.link-dashboard:hover{
		text-decoration: none;
		color: #05a1b9;
	}
	.link-dashbord2:hover{
		text-decoration: none;
		color: #fff;
	}
	#pdf-iframe {
        width: 100%;
        height: 100vh; /* Establece la altura al 100% de la altura visible del viewport */
        border: none; /* Opcional: Elimina el borde del iframe */
    }

	 .app-breadcrumb {
		text-transform: none !important;
  }

	 .app-header__logo {
		/* font-family: "Roboto"; */
		font-family: sans-serif;
	}

	.btn-outline-primary:hover i{
		color: #FFF !important;
	}

	.tile-title-w-btn .title{
		font-weight: 400 !important;
	}

	.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
		--bs-gutter-x: 1.5rem;
		--bs-gutter-y: 0;
		width: 100%;
		padding-right: 0px !important;
		padding-left: 0px !important;
		margin-right: auto;
		margin-left: auto;
  }

  
	 .app-search__input {
		background: transparent;
		pointer-events: none;
		color: #FFF;
		cursor: pointer;
		border: 0;
		/* padding: 10px 0px; */
		padding-right: 0px;
		padding-left: 0px;
		border-radius: 2px;
		/* background-color: rgba(255, 255, 255, 0.8);
		-webkit-transition: background-color 0.3s ease;
		transition: background-color 0.3s ease; */
  }

  #txt-no-facture-reparation:focus{
	/* border: 0; */
	pointer-events: none;
  }

  .app-search__input:disabled,.app-search__input:focus {
	background: transparent;
	border: 0;
	pointer-events: none;
  }


  /* .row  > .user{
	padding: 0 auto;
  } */

.user  .tabs-rapports{
  margin: 0px !important;
}

.user .tabs-rapports {
	margin-top: 0px !important;
 }

	.widget-small .info {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: 0 5px 0 10px !important;
		-ms-flex-item-align: center;
		align-self: center;
  }

  .widget-small h4 a{
	text-decoration: none;
  }

  .daterangepicker .ranges ul {
		width: 180px !important;
	}

	.daterangepicker .ranges li.active {
		background-color: #00695C !important;
		color: #fff;
	}
		
	 .ui-autocomplete {
		z-index: 1510 !important;
	} 

	.bordertable{
		border: 0px !important;
	}

	/* .bordertable td {
		border: none;
	  } */

.scrollable-column {
		height: 300px; /* Adjust the height as needed */
		overflow-y: auto; /* Enable vertical scrolling */
  }

  /* // Large devices (desktops, 992px and up) */
@media (min-width: 768px) { 
	.scrollable-column {
		height: 450px; /* Adjust the height as needed */
		overflow-y: auto; /* Enable vertical scrolling */
  }
	
}
	
    .text-danger2{
		color:#830801 !important;
	}

	#txt-devise-default option {
		 color: #000;
		 font-weight: 400;
		 /* font-size: 1.3rem; */
	}


	.alert > p {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.btn-primary:hover {
		color: #FFF;
		background-color: #20c981 !important;
		border-color: #20c981 !important;
	}

	.btn{padding: 0.15rem 0.5rem !important;}
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        box-sizing: border-box;
        display: inline-block;
        min-width: 1.5em;
        padding: 0px !important;
        margin-left: 2px;
        text-align: center;
        text-decoration: none !important;
        cursor: pointer;
        cursor: hand;
        color: #333 !important;
        border: 1px solid transparent;
        border-radius: 2px;
    }
    .table-sm td, .table-sm th {
        padding: .3rem !important;
    }
    .headerUpdate {
        background: #007bff;
        color: #ffffff;
        border: none;
    }
    .modal {
        border: none;
    }
    .textcenter {
        text-align: center !important;
    }
    .textright {
        text-align: right !important;
    }
    .textleft {
        text-align: left !important;
    }
    .bootstrap-select>.dropdown-toggle {
        border: 2px solid #ced4da !important;
    }


    /* .notBlock {
    display: none;
} */

	#load {
		position: fixed;
		top: 0;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		background: rgba(254, 254, 255, 0.65);
		z-index: 2000;
		display: none;
	}

	.loader {
		width: 48px;
		height: 48px;
		display: inline-block;
		position: relative;
		border: 5px solid;
		border-color:#20c981 #0000 #000 #0000;
		border-radius: 50%;
		box-sizing: border-box;
		animation: 1s rotate linear infinite;
	}
	.loader:before , .loader:after{
		content: '';
		top: 0;
		left: 0;
		position: absolute;
		border: 10px solid transparent;
		border-bottom-color:#000;
		transform: translate(-10px, 19px) rotate(-35deg);
	 }
	.loader:after {
		border-color: #20c981 #0000 #0000 #0000 ;
		transform: translate(32px, 3px) rotate(-35deg);
	 }
	  @keyframes rotate {
		100%{    transform: rotate(360deg)}
	 }

	 

    .prevPhoto {
        display: flex;
        justify-content: space-between;
        width: 450px;
        height: 280px;
        border: 1px solid #CCC;
        position: relative;
        cursor: pointer;
        background: url(../images/uploads/portada_categoria.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        margin: auto;
    }
    .prevPhoto label {
        cursor: pointer;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }
    .prevPhoto img {
        width: 100% !important;
        height: 100% !important;
    }
    .upimg, .notBlock {
        display: none !important;
    }
    .errorArchivo {
        font-size: 16px;
        font-family: arial;
        color: #cc0000;
        text-align: center;
        font-weight: bold;
        margin-top: 10px;
    }
    .delPhoto {
        color: #FFF;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        background: red;
        position: absolute;
        right: -10px;
        top: -10px;
        z-index: 10;
    }
    #imgCategoria {
        text-align: center;
    }
    #imgCategoria img {
        width: 200px;
        margin: auto;
    }
    /*upload foto product */

    #containerImages {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }
    #containerImages>div {
        margin-right: 10px;
        margin-bottom: 8px;
    }
    .prevImage {
        border: 1px solid #ccc;
        width: 120px;
        height: 148px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .prevImage img {
        width: 100%;
    }
    .prevImage .loading {
        width: 30px;
        height: 30px;
    }
    .inputUploadfile {
        display: none;
    }
    .btnUploadfile, .btnDeleteImage {
        border: 0;
        background-color: #009688;
        text-align: center;
        padding: 2px 3px;
        color: #FFF;
        font-size: 9pt;
        cursor: pointer;
        width: 100%;
    }
    .btnDeleteImage {
        background-color: #dc3545;
    }
    #celFotos img {
        width: 150px;
        margin-right: 10px;
    }
    .tox .tox-statusbar {
        display: none !important;
    }



	 .custom-control {
		position: relative;
		display: block;
		min-height: 1.3125rem;
		padding-left: 1.5rem;
	 }
	 
	 .custom-control-inline {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin-right: 1rem;
	 }
	 
	 .custom-control-input {
		position: absolute;
		z-index: -1;
		opacity: 0;
	 }
	 
	 .custom-control-input:checked ~ .custom-control-label::before {
		color: #FFF;
		border-color: #00695C;
		background-color: #00695C;
	 }
	 
	 .custom-control-input:focus ~ .custom-control-label::before {
		-webkit-box-shadow: none;
				  box-shadow: none;
	 }
	 
	 .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
		border-color: #00695C;
	 }
	 
	 .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
		color: #FFF;
		background-color: #4affee;
		border-color: #4affee;
	 }
	 
	 .custom-control-input:disabled ~ .custom-control-label {
		color: #6c757d;
	 }
	 
	 .custom-control-input:disabled ~ .custom-control-label::before {
		background-color: #e9ecef;
	 }
	 
	 .custom-control-label {
		position: relative;
		margin-bottom: 0;
		vertical-align: top;
	 }
	 
	 .custom-control-label::before {
		position: absolute;
		top: 0.15625rem;
		left: -1.5rem;
		display: block;
		width: 1rem;
		height: 1rem;
		pointer-events: none;
		content: "";
		background-color: #FFF;
		border: #adb5bd solid 2px;
	 }
	 
	 .custom-control-label::after {
		position: absolute;
		top: 0.15625rem;
		left: -1.5rem;
		display: block;
		width: 1rem;
		height: 1rem;
		content: "";
		background: no-repeat 50% / 50% 50%;
	 }
	 
	 .custom-checkbox .custom-control-label::before {
		border-radius: 0.25rem;
	 }
	 
	 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23FFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
	 }
	 
	 .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
		border-color: #00695C;
		background-color: #00695C;
	 }
	 
	 .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23FFF' d='M0 2h4'/%3e%3c/svg%3e");
	 }
	 
	 .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
		background-color: rgba(0, 150, 136, 0.5);
	 }
	 
	 .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
		background-color: rgba(0, 150, 136, 0.5);
	 }
	 
	 .custom-radio .custom-control-label::before {
		border-radius: 50%;
	 }
	 
	 .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFF'/%3e%3c/svg%3e");
	 }
	 
	 .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
		background-color: rgba(0, 150, 136, 0.5);
	 }
	 
	 .custom-switch {
		padding-left: 2.25rem;
	 }
	 
	 
	 .custom-switch .custom-control-label::before {
		left: -2.25rem;
		width: 1.75rem;
		pointer-events: all;
		border-radius: 0.5rem;
	 }
	 
	 .custom-switch .custom-control-label::after {
		top: calc(0.15625rem + 4px);
		left: calc(-2.25rem + 4px);
		width: calc(1rem - 8px);
		height: calc(1rem - 8px);
		background-color: #adb5bd;
		border-radius: 0.5rem;
		-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
		transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
		-o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
		transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
		transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	 }
	 
	 @media (prefers-reduced-motion: reduce) {
		.custom-switch .custom-control-label::after {
		  -webkit-transition: none;
		  -o-transition: none;
		  transition: none;
		}
	 }
	 
	 .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
		background-color: #FFF;
		-webkit-transform: translateX(0.75rem);
			 -ms-transform: translateX(0.75rem);
				  transform: translateX(0.75rem);
	 }
	 
	 .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
		background-color: rgba(0, 150, 136, 0.5);
	 }
	 
	 .custom-select {
		display: inline-block;
		width: 100%;
		height: calc(1.5em + 0.75rem + 4px);
		padding: 0.375rem 1.75rem 0.375rem 0.75rem;
		font-size: 0.875rem;
		font-weight: 400;
		line-height: 1.5;
		color: #495057;
		vertical-align: middle;
		background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
		background-color: #FFF;
		border: 2px solid #ced4da;
		border-radius: 0.25rem;
		-webkit-appearance: none;
			-moz-appearance: none;
				  appearance: none;
	 }
	 
	 .custom-select:focus {
		border-color: #00695C;
		outline: 0;
		-webkit-box-shadow: 0 0 0 0 rgba(0, 150, 136, 0.25);
				  box-shadow: 0 0 0 0 rgba(0, 150, 136, 0.25);
	 }
	 
	 .custom-select:focus::-ms-value {
		color: #495057;
		background-color: #FFF;
	 }
	 
	 .custom-select[multiple], .custom-select[size]:not([size="1"]) {
		height: auto;
		padding-right: 0.75rem;
		background-image: none;
	 }
	 
	 .custom-select:disabled {
		color: #6c757d;
		background-color: #e9ecef;
	 }
	 
	 .custom-select::-ms-expand {
		display: none;
	 }
	 
	 .custom-select-sm {
		height: calc(1.5em + 0.5rem + 4px);
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
		padding-left: 0.5rem;
		font-size: 0.765625rem;
	 }
	 
	 .custom-select-lg {
		height: calc(1.5em + 1rem + 4px);
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		padding-left: 1rem;
		font-size: 1.09375rem;
	 }
	 
	 .custom-file {
		position: relative;
		display: inline-block;
		width: 100%;
		height: calc(1.5em + 0.75rem + 4px);
		margin-bottom: 0;
	 }
	 
	 .custom-file-input {
		position: relative;
		z-index: 2;
		width: 100%;
		height: calc(1.5em + 0.75rem + 4px);
		margin: 0;
		opacity: 0;
	 }
	 
	 .custom-file-input:focus ~ .custom-file-label {
		border-color: #00695C;
		-webkit-box-shadow: none;
				  box-shadow: none;
	 }
	 
	 .custom-file-input:disabled ~ .custom-file-label {
		background-color: #e9ecef;
	 }
	 
	 .custom-file-input:lang(en) ~ .custom-file-label::after {
		content: "Browse";
	 }
	 
	 .custom-file-input ~ .custom-file-label[data-browse]::after {
		content: attr(data-browse);
	 }
	 
	 .custom-file-label {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1;
		height: calc(1.5em + 0.75rem + 4px);
		padding: 0.375rem 0.75rem;
		font-weight: 400;
		line-height: 1.5;
		color: #495057;
		background-color: #FFF;
		border: 2px solid #ced4da;
		border-radius: 4px;
	 }
	 
	 .custom-file-label::after {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 3;
		display: block;
		height: calc(1.5em + 0.75rem);
		padding: 0.375rem 0.75rem;
		line-height: 1.5;
		color: #495057;
		content: "Browse";
		background-color: #e9ecef;
		border-left: inherit;
		border-radius: 0 4px 4px 0;
	 }
	 
	 .custom-range {
		width: 100%;
		height: calc(1rem + 0);
		padding: 0;
		background-color: transparent;
		-webkit-appearance: none;
			-moz-appearance: none;
				  appearance: none;
	 }
	 
	 .custom-range:focus {
		outline: none;
	 }
	 
	 .custom-range:focus::-webkit-slider-thumb {
		-webkit-box-shadow: 0 0 0 1px #FFF, none;
				  box-shadow: 0 0 0 1px #FFF, none;
	 }
	 
	 .custom-range:focus::-moz-range-thumb {
		box-shadow: 0 0 0 1px #FFF, none;
	 }
	 
	 .custom-range:focus::-ms-thumb {
		box-shadow: 0 0 0 1px #FFF, none;
	 }
	 
	 .custom-range::-moz-focus-outer {
		border: 0;
	 }
	 
	 .custom-range::-webkit-slider-thumb {
		width: 1rem;
		height: 1rem;
		margin-top: -0.25rem;
		background-color: #00695C;
		border: 0;
		border-radius: 1rem;
		-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
		transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
		-o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
		transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
		transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
		-webkit-appearance: none;
				  appearance: none;
	 }
	 
	 @media (prefers-reduced-motion: reduce) {
		.custom-range::-webkit-slider-thumb {
		  -webkit-transition: none;
		  -o-transition: none;
		  transition: none;
		}
	 }
	 
	 .custom-range::-webkit-slider-thumb:active {
		background-color: #4affee;
	 }
	 
	 .custom-range::-webkit-slider-runnable-track {
		width: 100%;
		height: 0.5rem;
		color: transparent;
		cursor: pointer;
		background-color: #dee2e6;
		border-color: transparent;
		border-radius: 1rem;
	 }
	 
	 .custom-range::-moz-range-thumb {
		width: 1rem;
		height: 1rem;
		background-color: #00695C;
		border: 0;
		border-radius: 1rem;
		-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
		transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
		-o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
		transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
		transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
		-moz-appearance: none;
			  appearance: none;
	 }
	 
	 @media (prefers-reduced-motion: reduce) {
		.custom-range::-moz-range-thumb {
		  -webkit-transition: none;
		  -o-transition: none;
		  transition: none;
		}
	 }
	 
	 .custom-range::-moz-range-thumb:active {
		background-color: #4affee;
	 }
	 
	 .custom-range::-moz-range-track {
		width: 100%;
		height: 0.5rem;
		color: transparent;
		cursor: pointer;
		background-color: #dee2e6;
		border-color: transparent;
		border-radius: 1rem;
	 }
	 
	 .custom-range::-ms-thumb {
		width: 1rem;
		height: 1rem;
		margin-top: 0;
		margin-right: 0;
		margin-left: 0;
		background-color: #00695C;
		border: 0;
		border-radius: 1rem;
		-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
		transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
		-o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
		transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
		transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
		appearance: none;
	 }
	 
	 @media (prefers-reduced-motion: reduce) {
		.custom-range::-ms-thumb {
		  -webkit-transition: none;
		  -o-transition: none;
		  transition: none;
		}
	 }
	 
	 .custom-range::-ms-thumb:active {
		background-color: #4affee;
	 }
	 
	 .custom-range::-ms-track {
		width: 100%;
		height: 0.5rem;
		color: transparent;
		cursor: pointer;
		background-color: transparent;
		border-color: transparent;
		border-width: 0.5rem;
	 }
	 
	 .custom-range::-ms-fill-lower {
		background-color: #dee2e6;
		border-radius: 1rem;
	 }
	 
	 .custom-range::-ms-fill-upper {
		margin-right: 15px;
		background-color: #dee2e6;
		border-radius: 1rem;
	 }
	 
	 .custom-range:disabled::-webkit-slider-thumb {
		background-color: #adb5bd;
	 }
	 
	 .custom-range:disabled::-webkit-slider-runnable-track {
		cursor: default;
	 }
	 
	 .custom-range:disabled::-moz-range-thumb {
		background-color: #adb5bd;
	 }
	 
	 .custom-range:disabled::-moz-range-track {
		cursor: default;
	 }
	 
	 .custom-range:disabled::-ms-thumb {
		background-color: #adb5bd;
	 }
	 
	 .custom-control-label::before,
	 .custom-file-label,
	 .custom-select {
		-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
		transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
		-o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
		transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
		transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	 }
	 
	 @media (prefers-reduced-motion: reduce) {
		.custom-control-label::before,
		.custom-file-label,
		.custom-select {
		  -webkit-transition: none;
		  -o-transition: none;
		  transition: none;
		}
	 }
	 
	 
	/* .{
		font-weight: normal;
	} */
