@charset "UTF-8";

:root,
[data-bs-theme="light"] {
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-heading-color: inherit;
}

[data-bs-theme="dark"] {
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ol,
ul {
    padding-left: 2rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

textarea.no-resize {
    resize: none;
}

small, .small {
    font-size: 0.875em;
}

.x-small {
    font-size: 0.675em;
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none;
}
a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a.active {
    font-weight: bold;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

a.disabled {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
}

a.block:link {
    display: block;
}

a.white:link {
    display: block;
    text-decoration: none;
    color: #FFFFFF;
}
a.white:visited {
    display: block;
    text-decoration: none;
    color: #FFFFFF;
}
a.white:hover {
    display: block;
    text-decoration: underline;
    color: #FFFFFF;
    background: #3a4346;
}
a.white:active {
    display: block;
    text-decoration: none;
    color: #FFFFFF;
}
a.white.focus {
    display: block;
    text-decoration: none;
    font-weight: normal;
    color: #FFFFFF;
    background: #3a4346;
}

a.none:link {
    display: block;
    text-decoration: none;
    color: var(--bs-link-color), var(--bs-link-opacity);
}
a.none:visited {
    display: block;
    text-decoration: none;
    color: var(--bs-link-color), var(--bs-link-opacity);
}
a.none:hover {
    display: block;
    text-decoration: none;
    color: var(--bs-link-color), var(--bs-link-opacity);
    font-weight: bold;
}
a.none:active {
    display: block;
    text-decoration: none;
    color: var(--bs-link-color), var(--bs-link-opacity);
}

a.main:link {
    display: block;
    text-decoration: none;
    color: var(--bs-link-color);
}
a.main:visited {
    display: block;
    text-decoration: none;
    color: var(--bs-link-color);
}
a.main:hover {
    display: block;
    text-decoration: none;
    color: var(--bs-link-color);
    font-weight: bold;
}
a.main:active {
    display: block;
    text-decoration: none;
    color: var(--bs-link-color);
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}

h4, .h4 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    h4, .h4 {
        font-size: 1.5rem;
    }
}

#toTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    padding: .75rem;
    z-index: 1032;
    border-radius: var(--bs-border-radius);
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: var(--bs-link-color);
    color: var(--bs-link-color);
    cursor: pointer;
    font-size: 1.25rem;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 1px;
}

.leftMenu {
    -webkit-transition: width 1s ease;
    -moz-transition: width 1s ease;
    -o-transition: width 1s ease;
    transition: width 1s ease;
    vertical-align: middle;
    min-height: 90%;
    height: auto;
    width: 0;
    overflow: hidden;
    position: absolute;
    box-shadow: 0 4px 8px 0 rgba(var(--bs-emphasis-color-rgb), 0.2), 0 6px 20px 0 rgba(var(--bs-emphasis-color-rgb), 0.19);
    z-index: 1031;
    overflow-y: auto;
    margin-left: -1px;
    background-color: var(--bs-body-bg);
}
.leftMenu.in {
    margin-left: 0;
    width: 100%;
}

.left-body-menu {
    padding: 0.25rem;
    width: 250px;
    height: 100%;
    overflow: hidden;
    background-color: #FFF;
    float: left;
}

.right-body {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.box {
    width: 100%;
    height: 100%;
    margin: 0.25rem;
    padding: 0.25rem;
    text-align: center;
    border: solid 1px var(--bs-border-color);
    border-radius: 0.25rem;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    max-width: 100%;
    height: auto;
}

.img-box {
    overflow: hidden;
    border-radius: 10px;
    align-items: center;
    align-content: center;
    justify-content: center;
    display: flex;
}

.img-aspect {
    display: inline-block;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.thumbnail {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    position: relative;
}

.thumbnail::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}

.options-capture {
    position: absolute;
    height: 25px;
    background-color: #ccc;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.home_img {
    background-image: url("../images/dating_home-0v0RD1p.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    overflow: hidden;
    width: 100%;
    height: 120%;
    min-height: 750px;
}

.full-screen {
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    overflow: hidden;
    width: 100%;
    height: 120%;
    min-height: 750px;
}

.max-w-90 {
    max-width: 90px !important;
}

.max-w-100 {
    max-width: 100px !important;
}

.max-w-110 {
    max-width: 110px !important;
}

.max-w-300 {
    max-width: 300px !important;
}

.max-w-600 {
    max-width: 600px !important;
}

.max-w-1024 {
    max-width: 1024px !important;
}

.w-110 {
    width: 110px !important;
}

.w-1024 {
    width: 1024px !important;
}

.w-p-30 {
    width: 30% !important;
}

.w-p-40 {
    width: 40% !important;
}

.w-p-60 {
    width: 60% !important;
}

.w-p-70 {
    width: 70% !important;
}

.w-p-100 {
    width: 100% !important;
}

.max-h-p-50 {
    max-width: 50% !important;
}

.max-h-50 {
    max-height: 50px !important;
}
.max-h-100 {
    max-height: 100px !important;
}
.min-h-100 {
    min-height: 100px !important;
}

.min-h-p-90 {
    min-height: 90% !important;
}

.h-25 {
    height: 25px !important;
}

.h-110 {
    height: 110px !important;
}

.h-200 {
    height: 200px !important;
}

.h-300 {
    min-height: 300px !important;
}

.h-500 {
    min-height: 500px !important;
}

.h-auto {
    height: auto !important;
}
.h-i-sm {
    min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm);
}
.h-i {
    min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm);
}
.h-i-lg {
    min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: var(--bs-border-radius-sm);
}

.h-30 {
    height: 30px !important;
}
.h-50 {
    height: 50px !important;
}
.h-70 {
    height: 70px !important;
}

.h-100 {
    height: 100px !important;
}
.h-230 {
    height: 230px !important;
}
.h-270 {
    height: 270px !important;
}
.h-p-5 {
    height: 5% !important;
}
.h-p-10 {
    height: 10% !important;
}
.h-p-80 {
    height: 80% !important;
}
.h-p-85 {
    height: 85% !important;
}
.h-p-90 {
    height: 90% !important;
}
.h-p-100 {
    height: 100% !important;
}

.p-26 {
    padding: 26px;
}

.pb-5 {
    padding-bottom: 0.25rem !important;
}
.pb-50 {
    padding-bottom: 2.625rem !important;
}

.mb-5 {
    margin-bottom: 0.25rem !important;
}

.m-2 {
    margin: 2px !important;
}
.ml-3 {
    margin-left: 1rem !important;
}
.ml-10 {
    margin-left: 1.5rem !important;
}

.ml-5 {
    margin-left: 0.25rem !important;
}

.mr-5 {
    margin-right: 0.25rem !important;
}

.mt-5 {
    margin-top: 0.25rem !important;
}

.mt-10 {
    margin-top: 0.625rem !important;
}

.mt-20 {
    margin-top: 1.250rem !important;
}

.mt--20 {
    margin-top: -20px !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-10 {
    margin-bottom: 0.625rem !important;
}

.mb-15 {
    margin-bottom: 0.938rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 1px !important;
}
.p-2 {
    padding: 2px !important;
}

.p-3 {
    padding: 0.25rem !important;
}
.p-5 {
    padding: 5px !important;
}

.pb-40 {
    padding-bottom: 40px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-40 {
    padding-top: 40px;
}
.pr-0 {
    padding-right: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pl-0 {
    padding-left: 0 !important;
}

.b-b-m {
    border-bottom: solid 1px var(--bs-border-color);
}

.b-f-m {
    border: solid 1px var(--bs-border-color);
}

.b-r-5 {
    border-radius: 5px !important;
}

.b-r-10 {
    border-radius: 10px !important;
}

.b-r-l-10 {
    border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
}

.b-r-r-10 {
    border-bottom-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.b-r-b-10 {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.b-s-f {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-emphasis-color-rgb), 0.25);
}

.d-s-l {
    filter: drop-shadow(0.25rem 0 0.25rem rgba(var(--bs-emphasis-color-rgb), 0.25));
}

.d-s-t {
    filter: drop-shadow(0 -0.25rem 0.25rem rgba(var(--bs-emphasis-color-rgb), 0.25));
}

.d-s-b {
    filter: drop-shadow(0 0.25rem 0.25rem rgba(var(--bs-emphasis-color-rgb), 0.25));
}

.o-x-a {
    overflow-x: auto;
}

.bg-w {
    background-color: #FFF;
}

.bg-r {
    background-color: #F00;
}

.bg-dark-blue {
    background-color: #13306c;
}

.bg-main {
    background-color: var(--bs-body-bg);
}
.bg-meadow {
    background-color: #1eaf9e;
}

.z-i-1030 {
    z-index: 1030;
}

.z-i-1031 {
    z-index: 1031;
}

.f-l {
    float: left !important;
}

.f-r {
    float: right !important;
}

.f-c-danger {
    color: #F00;
}

.f-c-m {
    color: var(--bs-link-color);
}

.r-l-20 {
    rotate: -20deg !important;
}

.r-r-20 {
    rotate: 20deg !important;
}

.f-c-r {
    color: #F00;
}
.f-c-y {
    color: #FF0;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-y-scroll {
    overflow-y: scroll !important;
}

.overflow-hidden {
    overflow: hidden;
}

.prof-box {
    width: 120px;
    height: 230px !important;
    margin: 5px;
    padding: 5px;
    /*border: solid 1px var(--bs-border-color);*/
    border-radius: 5px;
    overflow: hidden;
}
.prof-box:hover {
    background-color: var(--bs-secondary-bg);
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-emphasis-color-rgb), 0.25);
}

.pos-check {
    position: absolute !important;
    margin-left: -6px;
    margin-top: 4px;
}

.check-active {
    color: #ABFF00 !important;
}

.check-dev {
    color: #cccccc;
}

.col-scroll {
    position: absolute;
    overflow-y: scroll;
}

.checking {
    opacity: 0.75;
    background: #000000;
    position: absolute;
    width: 110px;
    height: 110px;
    display: flex;
    z-index: 10;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
}

.order-by {
    background-color: red;
    height: 28px;
}

.order-by-icons {
    position: fixed;
    top: 0;
    background-color: blue;
    height: 28px;
}

.mobile-header {
    width: 100%;
    height: 60px !important;
    padding: 0.25rem;
    background-color: var(--bs-body-bg);
}

.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.vertical-center-50 {
    min-height: 50%;
    min-height: 50vh;
    display: flex;
    align-items: center;
}

.top-0 {
    position: relative;
    top: 0;
}
.inl-block {
    display: inline-block;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.p-a {
    position: absolute;
}

@media (max-width: 1024px) {
    .mobile {
        display: block;
    }
    .web {
        display: none;
    }
}

@media (min-width: 1024px) {
    .mobile {
        display: none;
    }
    .web {
        display: block;
        background-color: var(--bs-body-bg);
    }
}

.dis-block {
    display: block !important;
}

.f-s-14 {
    font-size: 14px !important;
}

.f-s-25 {
    font-size: 25px !important;
}

.accordion-button .no-chevron {
    background-image: none !important;
}
a.accordion-button::after {
    background-image: none !important;
}
a.accor:link {
    text-decoration: none !important;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
select {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
    position: absolute !important;
}

.container,
.container-fluid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.col {
    flex: 1 0 0;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 576px) {
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (min-width: 768px) {
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: var(--bs-border-radius);
    --bs-alert-link-color: inherit;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
    color: var(--bs-alert-link-color);
}

.alert-dismissible {
    padding-right: 3rem;
}
.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}

.alert-primary {
    --bs-alert-color: var(--bs-primary-text-emphasis);
    --bs-alert-bg: var(--bs-primary-bg-subtle);
    --bs-alert-border-color: var(--bs-primary-border-subtle);
    --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
    --bs-alert-color: var(--bs-secondary-text-emphasis);
    --bs-alert-bg: var(--bs-secondary-bg-subtle);
    --bs-alert-border-color: var(--bs-secondary-border-subtle);
    --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
    --bs-alert-color: var(--bs-success-text-emphasis);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
    --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
    --bs-alert-color: var(--bs-info-text-emphasis);
    --bs-alert-bg: var(--bs-info-bg-subtle);
    --bs-alert-border-color: var(--bs-info-border-subtle);
    --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
    --bs-alert-color: var(--bs-warning-text-emphasis);
    --bs-alert-bg: var(--bs-warning-bg-subtle);
    --bs-alert-border-color: var(--bs-warning-border-subtle);
    --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
    --bs-alert-color: var(--bs-light-text-emphasis);
    --bs-alert-bg: var(--bs-light-bg-subtle);
    --bs-alert-border-color: var(--bs-light-border-subtle);
    --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
    --bs-alert-color: var(--bs-dark-text-emphasis);
    --bs-alert-bg: var(--bs-dark-bg-subtle);
    --bs-alert-border-color: var(--bs-dark-border-subtle);
    --bs-alert-link-color: var(--bs-dark-text-emphasis);
}



/*.navbar-dark,*/
/*.navbar[data-bs-theme=dark] {*/
/*    --bs-navbar-color: rgba(255, 255, 255, 0.55);*/
/*    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);*/
/*    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);*/
/*    --bs-navbar-active-color: #fff;*/
/*    --bs-navbar-brand-color: #fff;*/
/*    --bs-navbar-brand-hover-color: #fff;*/
/*    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);*/
/*    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");*/
/*}*/

/*[data-bs-theme=dark] .navbar-toggler-icon {*/
/*    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");*/
/*}*/

.d-flex {
    display: flex !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

[data-bs-theme=dark] {
    --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none;
    }
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.profPic {
    padding: 5px;
    border: solid 1px var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}

footer {
    background-color: var(--bs-footer-bg);
    color: var(--bs-footer-text);
}
a.footer-link:link {
    display: block;
    color: var(--bs-footer-text);
    text-decoration: none;
    padding: 2px 3px 2px 10px;
}
a.footer-link:visited {
    text-decoration: none;
    color: var(--bs-footer-text);
}
a.footer-link:hover {
    text-decoration: none;
    color: var(--bs-footer-text);
    font-weight: bold;
}
a.footer-link:active {
    text-decoration: underline;
    color: var(--bs-footer-text);
    font-weight: bold;
}

footer > .bottom {
    padding: 5px 0 5px 0;
}

.backoffice-footer {
    z-index: 1031;
    padding: 0.25rem;
    background-color: #FFF;
    color: var(--bs-link-hover-color);
    min-height: 30px;
    overflow: hidden;
    border-top: 1px solid var(--bs-border-color);
}

/* led light */
.led-green {margin:0 auto;width:15px;height:15px;background-color:#ABFF00;border-radius:50%;box-shadow:rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px;}
.led-blue {margin:0 auto;width:15px;height:15px;background-color:#24E0FF;border-radius:50%;box-shadow:rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #006 0 -1px 9px, #3F8CFF 0 2px 12px;}
.led-red {margin: 0 auto;width: 15px;height: 15px;background-color: #F00;border-radius: 50%;box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 12px;-webkit-animation:blinkRed 2s infinite;-moz-animation:blinkRed 2s infinite;-ms-animation:blinkRed 2s infinite;-o-animation:blinkRed 2s infinite;animation:blinkRed 2s infinite;}
@-webkit-keyframes blinkRed {
    from {background-color: #F00;}
    50% {background-color: #A00;box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
    to {background-color: #F00;}
}
@-moz-keyframes blinkRed {
    from {background-color: #F00;}
    50% {background-color: #A00;box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
    to {background-color: #F00;}
}
@-ms-keyframes blinkRed {
    from {background-color: #F00;}
    50% {background-color: #A00;box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
    to {background-color: #F00;}
}
@-o-keyframes blinkRed {
    from {background-color: #F00;}
    50% {background-color: #A00;box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
    to {background-color: #F00;}
}
@keyframes blinkRed {
    from {background-color: #F00;}
    50% {background-color: #A00;box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
    to {background-color: #F00;}
}
.led-yellow {margin:0 auto;width:15px;height:15px;background-color:#FF0;border-radius:50%;box-shadow:rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 12px;-webkit-animation:blinkYellow 2s infinite;-moz-animation:blinkYellow 2s infinite;-ms-animation:blinkYellow 2s infinite;-o-animation:blinkYellow 2s infinite;animation:blinkYellow 2s infinite;}
@-webkit-keyframes blinkYellow {
    from {background-color:#FF0;}
    50% {background-color:#AA0;box-shadow:rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0;}
    to {background-color:#FF0;}
}
@-moz-keyframes blinkYellow {
    from {background-color:#FF0;}
    50% {background-color:#AA0;box-shadow:rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0;}
    to {background-color:#FF0;}
}
@-ms-keyframes blinkYellow {
    from {background-color:#FF0;}
    50% {background-color:#AA0;box-shadow:rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0;}
    to {background-color:#FF0;}
}
@-o-keyframes blinkYellow {
    from {background-color:#FF0;}
    50% {background-color:#AA0;box-shadow:rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0;}
    to {background-color:#FF0;}
}
@keyframes blinkYellow {
    from {background-color:#FF0;}
    50% {background-color:#AA0;box-shadow:rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0;}
    to {background-color:#FF0;}
}
