
a{
    cursor: pointer;
}
h4, h5{
    margin-top: 1rem;
    margin-bottom: 0;
}



.min-w-25{
    min-width: 25px;
}
.min-w-50{
    min-width: 50px;
}
.min-w-75{
    min-width: 75px;
}
.min-w-100{
    min-width: 100px;
}
.min-w-125{
    min-width: 125px;
}
.min-w-150{
    min-width: 150px;
}
.min-w-200{
    min-width: 200px;
}
.min-w-250{
    min-width: 250px;
}
.min-w-300{
    min-width: 300px;
}

.w-0{
    width: 0;
}

.w-px-25{
    width: 25px;
}
.w-px-35{
    width: 35px;
}
.w-px-50{
    width: 50px;
}
.w-px-75{
    width: 75px;
}
.w-px-100{
    width: 100px;
}
.w-px-125{
    width: 125px;
}
.w-px-150{
    width: 150px;
}
.w-px-200{
    width: 200px;
}
.w-px-250{
    width: 250px;
}
.w-px-300{
    width: 300px;
}

.h-px-25{
    height: 25px;
}
.h-px-35{
    height: 35px;
}
.h-px-50{
    height: 50px;
}
.h-px-75{
    height: 75px;
}
.h-px-100{
    height: 100px;
}
.h-px-125{
    height: 125px;
}
.h-px-150{
    height: 150px;
}
.h-px-200{
    height: 200px;
}
.h-px-250{
    height: 250px;
}
.h-px-300{
    height: 300px;
}

.min-h-px-25{
    min-height: 25px;
}
.min-h-px-50{
    min-height: 50px;
}
.min-h-px-75{
    min-height: 75px;
}
.min-h-px-100{
    min-height: 100px;
}

.transition-0 {
    transition: 0s cubic-bezier(0.22, 0.61, 0.36, 1)!important;
}
.transition-01 {
    transition: .1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.transition-02 {
    transition: .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.transition-025 {
    transition: .25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.transition-03 {
    transition: .3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.transition-04 {
    transition: .4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.transition-05 {
    transition: .5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.m-05{
    margin: .125rem !important;
}
.mt-05{
    margin-top : .125rem!important;
}
.mb-05{
    margin-bottom : .125rem!important;
}
.mr-05{
    margin-right : .125rem!important;
}
.ml-05{
    margin-left : .125rem!important;
}
.mx-05{
    margin-left: .125rem !important;
    margin-right: .125rem !important;
}
.my-05 {
    margin-top: .125rem !important;
}

.m--1{
    margin: -0.25rem !important;
}
.mt--1{
    margin-top : -.25rem!important;
}
.mb--1{
    margin-bottom : -.25rem!important;
}
.mr--1{
    margin-right : -.25rem!important;
}
.ml--1{
    margin-left : -.25rem!important;
}
.mx--1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
}
.my--1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
}


.m--2{
    margin: -0.5rem !important;
}
.mt--2{
    margin-top : -.5rem!important;
}
.mb--2{
    margin-bottom : -.5rem!important;
}
.mr--2{
    margin-right : -.5rem!important;
}
.ml--2{
    margin-left : -.5rem!important;
}
.mx--2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
}
.my--2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
}

.m--3{
    margin: -1rem !important;
}
.mt--3{
    margin-top : -1rem!important;
}
.mb--3{
    margin-bottom : -1rem!important;
}
.mr--3{
    margin-right : -1rem!important;
}
.ml--3{
    margin-left : -1rem!important;
}
.mx--3{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
}
.my--3{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
}

.m--4{
    margin: -1.5rem !important;
}
.mt--4{
    margin-top : -1.5rem!important;
}
.mb--4{
    margin-bottom : -1.5rem!important;
}
.mr--4{
    margin-right : -1.5rem!important;
}
.ml--4{
    margin-left : -1.5rem!important;
}
.mx--4{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
}
.my--4{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
}


.hover-border-dark:hover{
    border-color: #252C46 !important;
}
.hover-border-success:hover{
    border-color: #19d895 !important;
}
.hover-border-danger:hover{
    border-color: #ff6258 !important;
}
.hover-border-primary:hover{
    border-color: #2196f3 !important;
}
.hover-border-warning:hover{
    border-color: #ffaf00 !important;
}
.hover-border-danger:hover {
    border-color: #ff6258!important;
}
.hover-border-success:hover {
    border-color: #19d895!important;;
}
.hover-border-primary:hover {
    border-color: #2196f3!important;;
}

.hover-bg-gray:hover{
    background-color: #DEDEDF;
}
.hover-bg-unset:hover {
    background-color: unset!important;
}
.hover-bg-danger:hover {
    background-color: #ff6258!important;
}
.hover-bg-success:hover {
    background-color: #19d895!important;;
}
.hover-bg-inverse-primary:hover{
    background: rgba(33, 150, 243, 0.2)!important;;
}
.hover-bg-inverse-success:hover{
    background: rgba(25, 216, 149, 0.2)!important;;
}
.hover-bg-inverse-danger:hover{
    background: rgba(255, 98, 88, 0.2)!important;;
}
.hover-bg-inverse-secondary:hover,
.hover-mark:hover{
    background: rgba(192, 194, 195, 0.2)!important;;
}

.hover-translatey-up{
    transition: .2s;
}
.hover-translatey-up:hover{
    transform: translateY(-.25rem);
}

.max-w-100{
    max-width: 100px;
}
.max-w-125{
    max-width: 125px;
}
.max-w-150{
    max-width: 150px;
}
.max-w-175{
    max-width: 175px;
}
.max-w-200{
    max-width: 200px;
}
.max-w-250{
    max-width: 250px;
}
.max-w-300{
    max-width: 300px;
}
.max-w-400{
    max-width: 400px;
}
.max-w-500{
    max-width: 500px;
}

.max-h-100{
    max-height: 100px;
}
.max-h-150{
    max-height: 150px;
}
.max-h-200{
    max-height: 200px;
}
.max-h-300{
    max-height: 300px;
}
.max-h-400{
    max-height: 400px;
}
.max-h-500{
    max-height: 500px;
}
.max-h-750{
    max-height: 750px;
}
.max-h-1000{
    max-height: 1000px;
}

.z-index-9{
    z-index: 9;
}
.z-index-99{
    z-index: 99;
}
.z-index-999{
    z-index: 999;
}
.z-index-9999{
    z-index: 9999;
}

.flex-between{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-start{
    display: flex;
    align-items: center;
    justify-content: start;
}
.flex-end{
    display: flex;
    align-items: center;
    justify-content: end;
}

.pointer-event-none{
    pointer-events: none;
}
.cursor-pointer{
    cursor: pointer;
}

.corner-notifications{
    position: fixed;
    right: 1rem;
    top: 1rem;
    z-index: 9999;
}


#sidebar.active-mobile{
display: block!important;
position: absolute;
top: 0;
left: 0;
z-index: 999;
width: 100%;
max-height: 85vh;
box-shadow: 0 0 50rem 50rem rgba(0, 0, 0, 0.65);
border-bottom-right-radius: 1.5rem;
border-bottom-left-radius: 1.5rem;
height: auto;
overflow: auto;
}
#sidebar.active-mobile .sidemenu{
height: auto!important;
}
#sidebar.active-mobile .mobile-navbar-close{
display: block!important;
position: absolute;
top: 0;
width: 100%;
}
#sidebar.active-mobile .mobile-navbar-close .btn{
color: black!important;
font-size: 1.25rem;
}

.form-switch-custom{
cursor: pointer;
width: 2em;
background-image: url("https://www.asbestregisseur.be/svg/switch.svg");
background-position: left center;
border-radius: 2em;
transition: background-position .15s ease-in-out;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin-top: 0.25rem;
height: 1em;
vertical-align: top;
background-color: #fff;
background-repeat: no-repeat;
background-size: contain;
border: 1px solid rgba(0,0,0,.25);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-print-color-adjust: exact;
color-adjust: exact;
}
.form-switch-custom:checked[type=checkbox] {
background-color: #0d6efd;
border-color: #0d6efd;
background-position: right center;
background-image: url("https://www.asbestregisseur.be/svg/switch-checked.svg");
}
.form-switch-custom:active {
filter: brightness(90%);
}
.form-switch-custom:focus {
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='%2386b7fe'/%3e%3c/svg%3e);
border-color: #86b7fe;
outline: 0;
box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
.form-switch-custom:disabled {
pointer-events: none;
filter: none;
opacity: .5;
}

.opacity-1 {
    opacity: 1 !important;
}
.opacity-85 {
    opacity: 0.85 !important;
}
.opacity-75 {
    opacity: 0.75 !important;
}
.opacity-66 {
    opacity: 0.66 !important;
}
.opacity-50 {
    opacity: 0.5 !important;
}
.opacity-33 {
    opacity: 0.33 !important;
}
.opacity-25 {
    opacity: 0.25 !important;
}
.opacity-0 {
    opacity: 0 !important;
}

.hover-opacity-1:hover{
    opacity: 1!important;
}

.bg-gray{
    background-color: #DEDEDF;
}

.bg-inverse-success {
background: rgba(25, 216, 149, 0.2);
}
.bg-inverse-danger {
background: rgba(255, 98, 88, 0.2);
}
.bg-inverse-primary{
background-color: #13AFF933!important;
}
.bg-inverse-warning {
background: rgba(255, 175, 0, 0.2);
}
.bg-inverse-secondary{
background: #C0C2C333!important;
}

.dots-loader {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.dots-loader div {
position: absolute;
width: 13px;
height: 13px;
border-radius: 50%;
background: #01689b;
animation-timing-function: cubic-bezier(0, 1, 1, 0);
top: 50%;
transform: translateY(-50%);
}
.dots-loader div:nth-child(1) {
left: 8px;
animation: lds-ellipsis1 0.6s infinite;
}
.dots-loader div:nth-child(2) {
left: 8px;
animation: lds-ellipsis2 0.6s infinite;
}
.dots-loader div:nth-child(3) {
left: 32px;
animation: lds-ellipsis2 0.6s infinite;
}
.dots-loader div:nth-child(4) {
left: 56px;
animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes lds-ellipsis3 {
0% {
transform: scale(1);
}
100% {
transform: scale(0);
}
}
@keyframes lds-ellipsis2 {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(24px, 0);
}
}

.hover-shadow, .hover-shadow-inset{
transition: 0.2s;
}
.hover-shadow:hover{
box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%), 0px 1px 3px 0px rgb(0 0 0 / 8%);
}
.hover-shadow-inset:hover{
box-shadow: inset 0px 3px 6px 0px rgb(0 0 0 / 10%), 0px 1px 3px 0px rgb(0 0 0 / 8%);
}
.hover-shadow-active{
box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%), 0px 1px 3px 0px rgb(0 0 0 / 8%);
}
.hover-shadow-inset-active{
box-shadow: inset 0px 3px 6px 0px rgb(0 0 0 / 10%), 0px 1px 3px 0px rgb(0 0 0 / 8%);
}

.hover-text-shadow:hover{
    text-shadow: 0 0 0.05rem rgba(0, 0, 0, .45);
}

.text-primary-light{
    color: #56baed!important;
}
a.text-primary-light:hover{
    color: #4e9cdb!important;
}


.btn-primary-light{
    color: white;
    background-color: #56baed;
    border-color: #56baed;
}
.btn-primary-light:hover{
    background-color: #4e9cdb;
    border-color: #4e9cdb;
}

.shadow-light {
box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%) !important;
}
.shadow-inset {
box-shadow: inset -0.4rem -0.4rem 1rem rgb(0 0 0 / 15%) !important;
}
.shadow-regular{
box-shadow: 0 0rem 1rem rgb(0 0 0 / 20%) !important;
}
.shadow-hover:hover{
box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}
.shadow-inset-hover:hover{
box-shadow: inset -0.4rem -0.4rem 1rem rgb(0 0 0 / 15%) !important;
}

.rounded-right-0{
border-top-right-radius: 0!important;
border-bottom-right-radius: 0!important;
}
.rounded-left-0{
border-top-left-radius: 0!important;
border-bottom-left-radius: 0!important;
}
.rounded-top-0{
border-top-left-radius: 0!important;
border-top-right-radius: 0!important;
}
.rounded-bottom-0{
border-bottom-left-radius: 0!important;
border-bottom-right-radius: 0!important;
}

.rounded-4{
border-radius: .4rem!important;
}
.rounded-5{
border-radius: .5rem!important;
}
.rounded-6{
border-radius: .6rem!important;
}
.rounded-7{
border-radius: .7rem!important;
}
.rounded-8{
border-radius: .8rem!important;
}
.rounded-9{
border-radius: .9rem!important;
}
.rounded-10{
border-radius: 1rem!important;
}

.font-size-unset{
font-size: unset!important;
}
.font-size-025{
font-size: .25rem!important;
}
.font-size-05{
font-size: .5rem!important;
}
.font-size-075{
font-size: .75rem!important;
}
.font-size-08{
font-size: .8rem!important;
}
.font-size-085{
font-size: .85rem!important;
}
.font-size-09{
font-size: .9rem!important;
}
.font-size-1{
font-size: 1rem!important;
}
.font-size-105{
font-size: 1.05rem!important;
}
.font-size-11{
font-size: 1.1rem!important;
}
.font-size-12{
font-size: 1.2rem!important;
}
.font-size-125{
font-size: 1.25rem!important;
}
.font-size-15{
font-size: 1.5rem!important;
}
.font-size-155{
font-size: 1.55rem!important;
}
.font-size-175{
font-size: 1.75rem!important;
}
.font-size-2{
font-size: 2rem!important;
}
.font-size-25{
font-size: 2.5rem!important;
}
.font-size-3{
font-size: 3rem!important;
}
.font-size-35{
font-size: 3.5rem!important;
}
.font-size-4{
font-size: 4rem!important;
}

.dot-glow{
display: inline-block;
width: 10px;
height: 10px;
min-width: 10px;
border-radius: 50rem;
transition: .3s;
}
.dot-glow-success{
box-shadow: 0 0 0 0.25rem #19d89533;
background-color: #19d895;
}
.dot-glow-danger{
box-shadow: 0 0 0 .25rem #ff625833;
background-color: #ff6258;
}
.dot-glow-secondary{
box-shadow: 0 0 0 .25rem #c0c2c333;
background-color: #c0c2c3;
}
.dot-glow-primary{
box-shadow: 0 0 0 .25rem #2196f333;
background-color: #2196f3;
}
.dot-glow-warning{
box-shadow: 0 0 0 .25rem #ffaf0033;
background-color: #ffaf00;
}


.corner-loader{
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 9999;
    font-size: 1.25rem;
}
.corner-loader-content{
    display: flex;
    align-items: center;
    padding: 1rem;
    background: rgba(255, 255, 2555, .2);
    border-radius: 0.25rem !important;
    backdrop-filter: blur(.25rem);
}
.corner-loader i{
    font-size: 1.5rem;
}
.loader {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
}
.loader:before,
.loader:after{
    content: '';
    border-radius: 50%;
    position: absolute;
    inset: 0;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset;
}
.loader:after {
    box-shadow: 0 2px 0 #2196f3 inset;
    animation: rotate 1s linear infinite;
}

:root {
    --step-node-size: 40px;
    --step-divider-size: 3px;
}

.steps-node{
    width: var(--step-node-size);
    height: var(--step-node-size);
    min-width: var(--step-node-size);
    min-height: var(--step-node-size);
    border-radius: 100%;
    border: 2px solid;
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
[data-steps-container="current"] .steps-node{
    border-color: #01689b;
    color: #01689b;
}
[data-steps-container="open"] .steps-node{
    border-color: #d0d0d0;
    color: white;
}
[data-steps-container="completed"] .steps-node{
    border-color: #01689b;
    background-color: #01689b;
    color: white;
    line-height: 1rem;
}
[data-steps-container="completed"] .steps-month,
[data-steps-container="completed"] .steps-day{
    font-size: .9rem!important;
}

.steps-label{
    font-size: 1rem;
    margin-left: .25rem;
    font-weight: 600;
    white-space: nowrap;
    line-height: 1.2rem;
}
.steps-desccription{
    color: #6c757d;
    margin-left: .25rem;
    transform: translateY(-.5rem);
    line-height: 1rem;
}
.steps-divider{
    min-height: 10px;
    width: var(--step-divider-size);
    margin: 0 calc( (var(--step-node-size) - var(--step-divider-size)) / 2 );
    background-color: #01689b;
}

[data-steps-container="open"] .steps-divider,
[data-steps-container="current"] .steps-divider{
    background-color: #d0d0d0;
}

.steps-indicator{
    height: 3px;
    border-radius: 50rem;
    width: 0%;
    background-color: #01689b;
    transition: .2s;
}
[data-steps-container]:hover .steps-indicator,
.steps-indicator[data-active]{
    width: 100%;
}

.nobr{
    white-space: nowrap;
}

@keyframes rotate {
    0% {  transform: rotate(0)}
    100% { transform: rotate(360deg)}
}

