body{
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
*[class^="col"],*[class^="col-xs"]{
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    --bs-gutter-x: 1.5rem;
    padding-right: calc(var(--bs-gutter-x)/ 2) !important;
    padding-left: calc(var(--bs-gutter-x)/ 2) !important;
    max-width: 100%;
}

.justify-content-center {
    justify-content: center !important;
}
.align-self-center {
    align-self: center !important;
}
.row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.5rem;
    margin-left: -.5rem;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    /* margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2); */
}

.col-xs-1 {
    flex: 0 0 auto;
    width: 8.33333333333% !important;
}
.col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667% !important;
}
.col-xs-3 {
    flex: 0 0 auto;
    width: 25% !important;
}
.col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333333% !important;
}
.col-xs-5 {
    flex: 0 0 auto;
    width: 41.66666667% !important;
}
.col-xs-6 {
    flex: 0 0 auto;
    width: 50% !important;
}
.col-xs-7 {
    flex: 0 0 auto;
    width: 58.33333333% !important;
}
.col-xs-8 {
    flex: 0 0 auto;
    width: 66.66666667% !important;
}
.col-xs-9 {
    flex: 0 0 auto;
    width: 75% !important;
}
.col-xs-10 {
    flex: 0 0 auto;
    width: 83.333333333% !important;
}
.col-xs-11 {
    flex: 0 0 auto;
    width: 91.66666667% !important;
}
.col-xs-12 {
    flex: 0 0 auto;
    width: 100% !important;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333333% !important;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667% !important;
}
.col-3 {
    flex: 0 0 auto;
    width: 25% !important;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333% !important;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667% !important;
}
.col-6 {
    flex: 0 0 auto;
    width: 50% !important;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333% !important;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667% !important;
}
.col-9 {
    flex: 0 0 auto;
    width: 75% !important;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.333333333% !important;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66666667% !important;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 768px) {
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333333% !important;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667% !important;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25% !important;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333% !important;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667% !important;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50% !important;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333% !important;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667% !important;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75% !important;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.333333333% !important;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667% !important;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100% !important;
    }
}

@media (min-width: 110px) {
    h1.header-element {
        font-size: 1.5rem !important;
    }
}

h1.header,
h1.header-element {
    font-size: 2.2rem !important;
}

.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}

.label_input:not(:last-child) {
    margin-bottom: 0.5em;
}
.label_input {
    color: #363636;
    display: block;
    font-size: 1rem;
    font-weight: 700;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}

textarea {
    resize: vertical;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.d-none {
    display: none !important;
}
.d-block {
    display: block !important;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

.is-itech {
    background-color: #e65100;
    border-color: transparent !important;
    color: #fff !important;
    display: unset !important;
}

.p-0 {
    padding: 0 !important;
}

.w-100 {
    width: 100% !important;
}

.img-container > img, .logo-container > img{
    width: 100%;
    height: auto;
}
.img-container{
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .d-sm-block {
        display: block!important;
    }
}

input[type="checkbox"],
input[type="radio"] {
    vertical-align: baseline;
}

.control {
    box-sizing: border-box;
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: left;
}

.checkbox,
.radio {
    cursor: pointer;
    display: inline-block;
    line-height: 1.25;
    position: relative;
}

.checkbox input,
.radio input {
    cursor: pointer;
}

.text-center {
    text-align: center !important;
}

.control.has-icons-left .input_custom,
.control.has-icons-left .select select {
    padding-left: 2.5em;
}

.control.has-icons-left .icon.is-left {
    left: 0;
}

.icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem;
}

.control.has-icons-left .icon,
.control.has-icons-right .icon {
    color: #dbdbdb;
    height: 2.5em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.5em;
    z-index: 4;
}

.button_custom,
.input_custom {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    /* height: 2.5em; */
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(0.5em - 1px);
    /* padding-left: calc(0.75em - 1px); */
    padding-right: calc(0.75em - 1px);
    padding-top: calc(0.5em - 1px);
    position: relative;
    vertical-align: top;
    /* width: 100%; */
    /* width: calc(-1.7em + 100%); */
    width: calc(-2.5em + 100% + calc(0.75em - 1px));
}

.input_custom, .select select, .textarea {
    background-color: #fff;
    border-color: #dbdbdb;
    /* border-radius: 4px; */
    /* color: inherit; */
}

@media (min-width: 558px) {
    .fixed-span-sunday {
        top: 0px;
    }
}

@media (min-width: 576px) {
    .resized-fa-icon::before {
        font-size: 40px !important;
    }
}

@media (min-width: 110px) {
    .resized-fa-icon::before {
        font-size: 30px !important;
    }
    .fixed-span-sunday {
        top: 25px;
    }
}

.bold {
    font-weight: 700;
}
.not-provided {
    font-style: italic;
    color: lightslategray;
}

.text-dark {
    color: #212529 !important;
}
.text-400 {
    font-weight: 400;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}