@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto/Roboto-Bold.eot');
    src: local('Roboto Bold'), local('Roboto-Bold'),
    url('../font/Roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
    url('../font/Roboto/Roboto-Bold.woff2') format('woff2'),
    url('../font/Roboto/Roboto-Bold.woff') format('woff'),
    url('../font/Roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto/Roboto-Regular.eot');
    src: local('Roboto'), local('Roboto-Regular'),
    url('../font/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('../font/Roboto/Roboto-Regular.woff2') format('woff2'),
    url('../font/Roboto/Roboto-Regular.woff') format('woff'),
    url('../font/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto/Roboto-Black.eot');
    src: local('Roboto Black'), local('Roboto-Black'),
    url('../font/Roboto/Roboto-Black.eot?#iefix') format('embedded-opentype'),
    url('../font/Roboto/Roboto-Black.woff2') format('woff2'),
    url('../font/Roboto/Roboto-Black.woff') format('woff'),
    url('../font/Roboto/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto/Roboto-Thin.eot');
    src: local('Roboto Thin'), local('Roboto-Thin'),
    url('../font/Roboto/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
    url('../font/Roboto/Roboto-Thin.woff2') format('woff2'),
    url('../font/Roboto/Roboto-Thin.woff') format('woff'),
    url('../font/Roboto/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto/Roboto-Light.eot');
    src: local('Roboto Light'), local('Roboto-Light'),
    url('../font/Roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'),
    url('../font/Roboto/Roboto-Light.woff2') format('woff2'),
    url('../font/Roboto/Roboto-Light.woff') format('woff'),
    url('../font/Roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto/Roboto-Medium.eot');
    src: local('Roboto Medium'), local('Roboto-Medium'),
    url('../font/Roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
    url('../font/Roboto/Roboto-Medium.woff2') format('woff2'),
    url('../font/Roboto/Roboto-Medium.woff') format('woff'),
    url('../font/Roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


.btn-light {
    --bs-btn-border-color: #e3e3e3;
}

a {
    text-decoration: none;
}

.col-inst-1, .col-inst-2, .col-inst-3, .col-inst-4, .col-inst-5, .col-inst-6, .col-inst-7, .col-inst-8, .col-inst-9, .col-inst-10 {
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-height: 1px;
    margin: 0;
    box-sizing: border-box;
}

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

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

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

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

.card-filter-checkboxes {
    resize: vertical;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0.125rem;
}

.card-filter-checkboxes > .panel-inner {
    max-height: 100px;
}

div.fixedWidth {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.panel-resize {
    resize: vertical;
    max-height: 1000px;
    height: 150px;
}

.card-filter-checkboxes .line {
    white-space: nowrap;
}

.accordion-toggle {
    cursor: pointer;
}

.accordion-toggle:before {
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    content: "\f063";
    font-weight: 300;
    cursor: pointer;
}

.accordion-toggle.collapsed:before {
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    cursor: pointer;
    content: "\f062";
    font-weight: 300;
    cursor: pointer;
}

.table#logs > tbody > tr > th,
.table#logs > tbody > tr > td,
.table[rel='line-break'] > tbody > tr > th,
.table[rel='line-break'] > tbody > tr > td {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: normal;
    white-space: normal;
    line-break: strict;
}

.table > tbody .fa:not(.btn-group li .fa, .input-group-text .fa),
.table > tbody .fas:not(.btn-group li .fas, .input-group-text .fas),
.table > tbody .far:not(.btn-group li .far, .input-group-text .far),
.table > tbody .fal:not(.btn-group li .fal, .input-group-text .fal),
.table > tbody .fat:not(.btn-group li .fat, .input-group-text .fat),
.table > tbody .fass:not(.btn-group li .fass, .input-group-text .fass),
.table > tbody .fasr:not(.btn-group li .fasr, .input-group-text .fasr),
.table > tbody .fasl:not(.btn-group li .fasl, .input-group-text .fasl),
.table > tbody .fa-brands:not(.btn-group li .fa-brands, .input-group-text .fa-brands) {
    border: var(--bs-border-width) solid var(--bs-gray-300);
    padding: 0.315rem;
    border-radius: var(--bs-border-radius);
    vertical-align: middle;
    font-size: 1rem;
    background-color: var(--bs-white);
}

span.pagebanner {
    padding: 0.25rem;
    float: left;
}

#advancedForm {
    margin-top: -1rem;
    margin-bottom: -1rem;
}

@media (min-width: 768px) {
    .col-inst-1 {
        width: 100%;
    }

    .col-inst-2 {
        width: 50%;
    }

    .col-inst-3 {
        width: 33.333333%;
    }

    .col-inst-4 {
        width: 25%;
    }

    .col-inst-5 {
        width: 20%;
    }

    .col-inst-6 {
        width: 16.666666%;
    }

    .col-inst-7 {
        width: 14.2857%;
    }

    .col-inst-8 {
        width: 12.5%;
    }

    .col-inst-9 {
        width: 11.111111%;
    }

    .col-inst-10 {
        width: 10%;
    }

    .structure-resize {
        width: 300%;
        position: relative;
    }
}

@media (max-width: 768px) {
    .col-inst-1, .col-inst-2, .col-inst-3, .col-inst-4, .col-inst-5, .col-inst-6, .col-inst-7, .col-inst-8, .col-inst-9, .col-inst-10 {
        width: 100%;
    }
}

@media print {
    a[href]:after {
        display: none;
    }

    .print-hidden {
        display: none;
    }

    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-sm-12,
    .col-md-12,
    .col-lg-12,
    .col-xl-12 {
        width: 100%;
    }

    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xl-9 {
        width: 75%;
    }

    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xl-6 {
        width: 50%;
    }

    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xl-3 {
        width: 25%;
    }

    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xl-1 {
        width: 8.33333333%;
    }

    [class*="col-sm-"] {
        float: left;
    }

    [class*="col-md-"] {
        float: left;
    }

    [class*="col-lg-"] {
        float: left;
    }
}

/* cookie consent */

#cookie-consent-configurator .choose-colours .input-hidden {
    position: absolute;
    left: -9999px;
}

#cookie-consent-configurator .choose-colours input[type=radio] + label {
    padding: 3px;
    border: 1px solid transparent;
}

#cookie-consent-configurator .choose-colours input[type=radio]:checked + label {
    border-color: #1f323c;
}

#cookie-consent-configurator .choose-colours input[type=radio]:hover + label {
    border-color: rgba(31, 50, 60, .5);
    cursor: pointer;
}

#cookie-consent-configurator .theme-preview-container {
    height: 35px;
    width: 50px;
    padding: 8px
}

#cookie-consent-configurator .theme-preview-button {
    height: 10px;
    width: 15px;
    margin-top: 10px;
    margin-left: 20px;
}

code.copy {
    padding: 0;
    color: #444;
    font-size: 13px;
    line-height: 19px;
    overflow-x: hidden;
    white-space: pre;
    display: block;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

span[data-input-type='textarea'] {
    white-space: pre-line;
}

.table tr {
    white-space: nowrap;
}

.table thead.sorted a, th.sortable a div {
    display: inline;
}

.table > thead th.sortable a:before {
    font-family: 'Font Awesome 6 Pro';
    content: "\f0dc";
    font-weight: lighter;
    font-size: 0.75rem;
    padding: 2px;
}

.table > thead th.sortable.order1 a:before {
    font-family: 'Font Awesome 6 Pro';
    content: "\f0dd";
    font-size: 0.75rem;
    padding: 2px;
    vertical-align: top;
    font-weight: 300;
}

.table > thead th.sortable.order2 a:before {
    font-family: 'Font Awesome 6 Pro';
    content: "\f0de";
    font-size: 0.75rem;
    font-weight: 300;
    vertical-align: top;
}

.form-signin {
    max-width: 400px;
    padding: 15px;
    margin: auto;
}

.form-signin #checkboxes label {
    text-transform: uppercase;
    font-size: 0.875rem;
}

.form-signin .signin-links {
    text-transform: uppercase;
    text-align: center;
    font-size: 0.875rem;
}

.form-signin .input-group .input-group-text {
    background-color: transparent;
    border-top-right-radius: 0;
}

.form-signin .input-group:has(.only-pass) .input-group-text {
    border-top-right-radius: 6px;
}

.form-signin-container {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
}

.form-signin-container .two-factor-auth-text {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.form-signin-container .fa-envelope,
.form-signin-container .fa-message-sms {
    font-size: 7rem;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[name="j_username"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[name="j_password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin .input-group input[name="j_password"] {
    border-right: 0;
}

.form-signin .input-group input[name="j_password"].only-pass {
    margin-bottom: 10px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.form-signin .welcome {
    text-align: center;
}

.deletedInput {
    text-decoration: line-through;
}

.separator {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.scrollable-height-panel {
    max-height: 500px;
    overflow-y: auto;
    margin: -5px;
    padding: 5px;
    overflow-x: hidden;
}

/* Fix Google styles */
.modal-dialog.google-visualization-charteditor-dialog {
    z-index: 1200;
    width: auto;
    height: auto;
    margin: 0;
    pointer-events: all;
}

.modal-dialog.google-visualization-charteditor-dialog * {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}

.google-visualization-charteditor-name-input {
    padding: 2px !important;
}

/* Fix Bootstrap styles after Google */
#embed-modal .modal-dialog {
    padding: 0;
    background: transparent;
    position: relative;
    border: 0;
}

.x-scroll {
    overflow-x: auto;
}

.alert {
    --bs-alert-margin-bottom: 0.5rem;
    --bs-alert-margin-top: 0.25rem;
    margin-bottom: var(--bs-alert-margin-bottom);
    margin-top: var(--bs-alert-margin-top);
}


/* alignment classes used on structure fields and hints */

.name_1 {
    font-weight: bold !important;
    color: #656565;
}

.name_2 {
    font-style: italic !important;
    color: #656565;
}

.name_3 {
    text-decoration: underline !important;
    font-style: normal;
    color: #656565;
}

.name_4 {
    color: #da000b !important;
    font-style: normal;
}

.name_5 {
    color: #161ab0 !important;
    font-style: normal;
}

.name_6 {
    color: #656565 !important;
    font-style: normal;
}

.name_6:after {
    content: ' *';
    display: inline;
    color: red;
}

.name_7 {
    color: #ff9515 !important;
    font-style: normal;
}


.input_1 {
    border: 1px solid #74A0FF;
    border-radius: 3px;
    background-color: #C1DDFF;
    box-shadow: inset 0 0 3px 0 rgba(44, 78, 245, .50);
    color: #062464;
}

.input_1:hover,
.input_1:focus {
    border: 1px solid #74A0FF;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.input_2 {
    /*  padding: 3px !important;*/
    border: 1px solid #EC7A49;
    border-radius: 3px;
    background-color: #FADABA;
    color: #592D03;
}

.input_2:hover,
.input_2:focus {
    border: 1px solid #ec5a3d !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.input_3 {
    /* padding: 3px !important; */
    border: 1px solid #149D1B;
    border-radius: 3px;
    background-color: #C9FAB9;
    color: #0A4404;
}

.input_3:hover,
.input_3:focus {
    border: 1px solid #149D1B;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.input_4 {
    /*  padding: 3px !important; */
    border: 1px solid #9D0B79;
    border-radius: 3px;
    background-color: #FABFEC;
    color: #62014A;
}

.input_4:hover,
.input_4:focus {
    border: 1px solid #9D0B79;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.input_5 {
    /* padding: 3px !important; */
    border: 1px solid #000000;
    border-radius: 3px;
    background-color: #595959;
    color: #ffffff;
}

.input_5:hover,
.input_5:focus {
    border: 1px solid #000000;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

/*------ Hint Colors ------- */
.hint_0 {
    margin: 0.2rem 0;
    font-family: Roboto, Arial, sans-serif;
    font-size: 0.875rem;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    color: #004b8b;
    padding: 7px;
}

.hint_1 {
    margin: 0.2rem 0;
    font-family: Roboto, Arial, sans-serif;
    font-size: 0.875rem;
    background-color: #fdf7b7;
    border: 1px solid #e9c87d;
    color: #826200;
    padding: 7px;
}

.hint_2 {
    margin: 0.2rem 0;
    background: #d2e0c7;
    border: 1px solid #b4caae;
    color: #5c6453;
    display: block;
    padding: 7px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 0.875rem;
}

.hint_3 {
    margin: 0.2rem 0;
    background: #F0B5A1;
    border: 1px solid #DFA59B;
    color: #7D2A1C;
    display: block;
    padding: 7px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 0.875rem;
}

.hint_4 {
    margin: 0.2rem 0;
    background: #DEEDF9;
    border: 1px solid #adcce8;
    color: #4579AA;
    display: block;
    padding: 7px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 0.875rem;
}

.hint_5 {
    margin: 0.2rem 0;
    font-family: Roboto, Arial, sans-serif;
    font-size: 0.875rem;
    color: #333333;
    background: #F8F8F8;
    padding: 7px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #bdbdbd;
}

.hint_6 {
    margin: 0.2rem 0;
    font-family: Roboto, Arial, sans-serif;
    font-size: 0.875rem;
    border: 1px solid #e9c87d;
    color: #805904;
    padding: 5px 5px 3px 25px !important;
    background: #fdf7b7 url("../../images/icons/16x16/warning_16x16.png") no-repeat 5px 4px;
}

.noselect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.text-ellipsis-1 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
}

.text-ellipsis-2 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
}

.text-ellipsis-3 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
}

ola\:rule::before {
    content: "\f06e";
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    color: darkred;
}

ola\:rule::after {
    content: "\f2a8";
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    color: darkred;
}

div[data-struct][criteria='active'] {
    background-color: #f8f9fa;
}

div[data-struct][criteria='active'] .form-control,
div[data-struct][criteria='active'] .input-group,
div[data-struct][criteria='active'] .form-select,
div[data-struct][criteria='active'] .card-filter {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity));
}

.resize-both {
    resize: both !important;
}

.product-view h1 {
    font-size: 26px;
    text-transform: uppercase;
    color: #2b2b2b;
}

.product-view h2 {
    font-size: 22px;
    color: #2b2b2b;
    text-transform: uppercase;
}

.product-item * {
    background: #fff;
}

.product-view .product-label {
    position: relative;
    padding: 0 10px 0 0;
    background: inherit;
    z-index: 2;
    color: #404040;
}

.product-view .product-photo {
    margin: 2px 0;
}

.product-view .product-photo > img:hover {
    cursor: pointer;
}

.product-view .price {
    color: #DC0000;
    font-size: 20px;
}

.product .thumbnail {
    min-height: 300px;
}

.product .thumbnail-photo {
    height: 180px;
}

.product .thumbnail-photo > img {
    max-height: 180px;
    margin: 0 auto;
}

.product-table .product {
    height: 100px;
}

.product-table .product .product-name {
    font-size: 18px;
    color: #555;
    white-space: pre-wrap;
}

.product-table .product .table-photo > img {
    max-height: 100px;
    margin: 0 auto;
}

.product .product-info {
    padding: 5px;
    text-align: center;
}

.product .product-info .product-name {
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
}

.product .product-info .product-price,
[rel='product-list'] .product-price {
    color: #c81f3f;
    font-size: 22px;
    font-family: fantasy;
}

div[rel*='shop-carousel'] .carousel-control-next,
div[rel*='shop-carousel'] .carousel-control-prev {
    width: 7%;
}

h1.product-category-title {
    font-size: 22px;
    text-transform: uppercase;
}

.hover-overlay .mask {
    --image-hover-transition:all 0.4s ease-in-out;
    transition:var(--image-hover-transition);
}

.hover-overlay .mask:hover {
    opacity:1
}

.hover-zoom {
    --image-hover-zoom-transition:all 0.4s linear;
    --image-hover-zoom-transform:scale(1.1)
}

.hover-zoom img,
.hover-zoom video {
    transition:var(--image-hover-zoom-transition);
}

.hover-zoom:hover img,
.hover-zoom:hover video {
    transform:var(--image-hover-zoom-transform);
}

#product-option {
    margin-bottom: 10px;
}

.pricing-table ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.pricing-table .title {
    color: #2b2b2b;
    font-size: 18px;
    padding: 15px;
    text-align: center;
}

.pricing-table .price {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    background-color: #ecf0f1;
    padding: 15px;
    text-align: center;
}

.pricing-table ul li {
    color: #77939a;
    background-color: #ffffff;
    padding: 10px;
    border-bottom: 1px solid #ecf0f1;
}

.pricing-table .price .currency-symbol {
    position: relative;
    top: -17px;
    color: #77939a;
}

.pricing-table .price strong {
    font-size: 44px;
    line-height: 44px;
    display: inline-block;
}

.pricing-table .price sup {
    position: relative;
    top: -20px;
}

.pricing-table .price em {
    position: relative;
    bottom: -2px;
    font-size: 14px;
    font-weight: normal;
    color: #a3b6bb;
}

#product-img .photo {
    border: 1px dotted #a2a2a2;
    border-radius: 5px;
    background-color: #ffffff;
    margin: 2px;
}

#product-img .photo img {
    margin: 0 auto;
    height: 180px;
    max-width: 100%;
}

#product-img .photo .fa-times {
    color: #ff0000;
    font-size: 17px;
    margin: 2px;
    cursor: pointer;
}

#product-img .fa-check-circle {
    font-size: 19px;
    float: right;
    margin: 2px;
    color: #268608;
}

#product-img .photo .fa-tags {
    color: #003bb3;
    font-size: 15px;
    margin: 2px;
    cursor: pointer;
}

.geeks img {
    width: 100%;
    transition: 0.5s all ease-in-out;
}

.geeks:hover img {
    transform: scale(1.5);
}

.carousel .thumbnail {
    margin: 0;
}

.carousel-control {
    width: 10%;
    opacity: 0.8;
    text-shadow: none;
}

.carousel-control:hover, .carousel-control:focus {
    opacity: 1;
}

.carousel-inner {
    margin-bottom: 10px;
}




.bg-blue-100 {
    --bs-bg-opacity: 1;
    background-color: #cfe2ff !important;
}

.bg-blue-200 {
    --bs-bg-opacity: 1;
    background-color: #9ec5fe !important;
}

.bg-blue-300 {
    --bs-bg-opacity: 1;
    background-color: #6ea8fe !important;
}

.bg-blue-400 {
    --bs-bg-opacity: 1;
    background-color: #3d8bfd !important;
}

.bg-blue-500 {
    --bs-bg-opacity: 1;
    background-color: #0d6efd !important;
}

.bg-blue-600 {
    --bs-bg-opacity: 1;
    background-color: #0a58ca !important;
}

.bg-blue-700 {
    --bs-bg-opacity: 1;
    background-color: #084298 !important;
}

.bg-blue-800 {
    --bs-bg-opacity: 1;
    background-color: #052c65 !important;
}

.bg-blue-900 {
    --bs-bg-opacity: 1;
    background-color: #031633 !important;
}

.bg-indigo-100 {
    --bs-bg-opacity: 1;
    background-color: #e0cffc !important;
}

.bg-indigo-200 {
    --bs-bg-opacity: 1;
    background-color: #c29ffa !important;
}

.bg-indigo-300 {
    --bs-bg-opacity: 1;
    background-color: #a370f7 !important;
}

.bg-indigo-400 {
    --bs-bg-opacity: 1;
    background-color: #8540f5 !important;
}

.bg-indigo-500 {
    --bs-bg-opacity: 1;
    background-color: #6610f2 !important;
}

.bg-indigo-600 {
    --bs-bg-opacity: 1;
    background-color: #520dc2 !important;
}

.bg-indigo-700 {
    --bs-bg-opacity: 1;
    background-color: #3d0a91 !important;
}

.bg-indigo-800 {
    --bs-bg-opacity: 1;
    background-color: #290661 !important;
}

.bg-indigo-900 {
    --bs-bg-opacity: 1;
    background-color: #140330 !important;
}

.bg-purple-100 {
    --bs-bg-opacity: 1;
    background-color: #e2d9f3 !important;
}

.bg-purple-200 {
    --bs-bg-opacity: 1;
    background-color: #c5b3e6 !important;
}

.bg-purple-300 {
    --bs-bg-opacity: 1;
    background-color: #a98eda !important;
}

.bg-purple-400 {
    --bs-bg-opacity: 1;
    background-color: #8c68cd !important;
}

.bg-purple-500 {
    --bs-bg-opacity: 1;
    background-color: #6f42c1 !important;
}

.bg-purple-600 {
    --bs-bg-opacity: 1;
    background-color: #59359a !important;
}

.bg-purple-700 {
    --bs-bg-opacity: 1;
    background-color: #432874 !important;
}

.bg-purple-800 {
    --bs-bg-opacity: 1;
    background-color: #2c1a4d !important;
}

.bg-purple-900 {
    --bs-bg-opacity: 1;
    background-color: #160d27 !important;
}

.bg-pink-100 {
    --bs-bg-opacity: 1;
    background-color: #f7d6e6 !important;
}

.bg-pink-200 {
    --bs-bg-opacity: 1;
    background-color: #efadce !important;
}

.bg-pink-300 {
    --bs-bg-opacity: 1;
    background-color: #e685b5 !important;
}

.bg-pink-400 {
    --bs-bg-opacity: 1;
    background-color: #de5c9d !important;
}

.bg-pink-500 {
    --bs-bg-opacity: 1;
    background-color: #d63384 !important;
}

.bg-pink-600 {
    --bs-bg-opacity: 1;
    background-color: #ab296a !important;
}

.bg-pink-700 {
    --bs-bg-opacity: 1;
    background-color: #801f4f !important;
}

.bg-pink-800 {
    --bs-bg-opacity: 1;
    background-color: #561435 !important;
}

.bg-pink-900 {
    --bs-bg-opacity: 1;
    background-color: #2b0a1a !important;
}

.bg-red-100 {
    --bs-bg-opacity: 1;
    background-color: #f8d7da !important;
}

.bg-red-200 {
    --bs-bg-opacity: 1;
    background-color: #f1aeb5 !important;
}

.bg-red-300 {
    --bs-bg-opacity: 1;
    background-color: #ea868f !important;
}

.bg-red-400 {
    --bs-bg-opacity: 1;
    background-color: #e35d6a !important;
}

.bg-red-500 {
    --bs-bg-opacity: 1;
    background-color: #dc3545 !important;
}

.bg-red-600 {
    --bs-bg-opacity: 1;
    background-color: #b02a37 !important;
}

.bg-red-700 {
    --bs-bg-opacity: 1;
    background-color: #842029 !important;
}

.bg-red-800 {
    --bs-bg-opacity: 1;
    background-color: #58151c !important;
}

.bg-red-900 {
    --bs-bg-opacity: 1;
    background-color: #2c0b0e !important;
}

.bg-orange-100 {
    --bs-bg-opacity: 1;
    background-color: #ffe5d0 !important;
}

.bg-orange-200 {
    --bs-bg-opacity: 1;
    background-color: #fecba1 !important;
}

.bg-orange-300 {
    --bs-bg-opacity: 1;
    background-color: #feb272 !important;
}

.bg-orange-400 {
    --bs-bg-opacity: 1;
    background-color: #fd9843 !important;
}

.bg-orange-500 {
    --bs-bg-opacity: 1;
    background-color: #fd7e14 !important;
}

.bg-orange-600 {
    --bs-bg-opacity: 1;
    background-color: #ca6510 !important;
}

.bg-orange-700 {
    --bs-bg-opacity: 1;
    background-color: #984c0c !important;
}

.bg-orange-800 {
    --bs-bg-opacity: 1;
    background-color: #653208 !important;
}

.bg-orange-900 {
    --bs-bg-opacity: 1;
    background-color: #331904 !important;
}

.bg-yellow-100 {
    --bs-bg-opacity: 1;
    background-color: #fff3cd !important;
}

.bg-yellow-200 {
    --bs-bg-opacity: 1;
    background-color: #ffe69c !important;
}

.bg-yellow-300 {
    --bs-bg-opacity: 1;
    background-color: #ffda6a !important;
}

.bg-yellow-400 {
    --bs-bg-opacity: 1;
    background-color: #ffcd39 !important;
}

.bg-yellow-500 {
    --bs-bg-opacity: 1;
    background-color: #ffc107 !important;
}

.bg-yellow-600 {
    --bs-bg-opacity: 1;
    background-color: #cc9a06 !important;
}

.bg-yellow-700 {
    --bs-bg-opacity: 1;
    background-color: #997404 !important;
}

.bg-yellow-800 {
    --bs-bg-opacity: 1;
    background-color: #664d03 !important;
}

.bg-yellow-900 {
    --bs-bg-opacity: 1;
    background-color: #332701 !important;
}

.bg-green-100 {
    --bs-bg-opacity: 1;
    background-color: #d1e7dd !important;
}

.bg-green-200 {
    --bs-bg-opacity: 1;
    background-color: #a3cfbb !important;
}

.bg-green-300 {
    --bs-bg-opacity: 1;
    background-color: #75b798 !important;
}

.bg-green-400 {
    --bs-bg-opacity: 1;
    background-color: #479f76 !important;
}

.bg-green-500 {
    --bs-bg-opacity: 1;
    background-color: #198754 !important;
}

.bg-green-600 {
    --bs-bg-opacity: 1;
    background-color: #146c43 !important;
}

.bg-green-700 {
    --bs-bg-opacity: 1;
    background-color: #0f5132 !important;
}

.bg-green-800 {
    --bs-bg-opacity: 1;
    background-color: #0a3622 !important;
}

.bg-green-900 {
    --bs-bg-opacity: 1;
    background-color: #051b11 !important;
}

.bg-teal-100 {
    --bs-bg-opacity: 1;
    background-color: #d2f4ea !important;
}

.bg-teal-200 {
    --bs-bg-opacity: 1;
    background-color: #a6e9d5 !important;
}

.bg-teal-300 {
    --bs-bg-opacity: 1;
    background-color: #79dfc1 !important;
}

.bg-teal-400 {
    --bs-bg-opacity: 1;
    background-color: #4dd4ac !important;
}

.bg-teal-500 {
    --bs-bg-opacity: 1;
    background-color: #20c997 !important;
}

.bg-teal-600 {
    --bs-bg-opacity: 1;
    background-color: #1aa179 !important;
}

.bg-teal-700 {
    --bs-bg-opacity: 1;
    background-color: #13795b !important;
}

.bg-teal-800 {
    --bs-bg-opacity: 1;
    background-color: #0d503c !important;
}

.bg-teal-900 {
    --bs-bg-opacity: 1;
    background-color: #06281e !important;
}

.bg-cyan-100 {
    --bs-bg-opacity: 1;
    background-color: #cff4fc !important;
}

.bg-cyan-200 {
    --bs-bg-opacity: 1;
    background-color: #9eeaf9 !important;
}

.bg-cyan-300 {
    --bs-bg-opacity: 1;
    background-color: #6edff6 !important;
}

.bg-cyan-400 {
    --bs-bg-opacity: 1;
    background-color: #3dd5f3 !important;
}

.bg-cyan-500 {
    --bs-bg-opacity: 1;
    background-color: #0dcaf0 !important;
}

.bg-cyan-600 {
    --bs-bg-opacity: 1;
    background-color: #0aa2c0 !important;
}

.bg-cyan-700 {
    --bs-bg-opacity: 1;
    background-color: #087990 !important;
}

.bg-cyan-800 {
    --bs-bg-opacity: 1;
    background-color: #055160 !important;
}

.bg-cyan-900 {
    --bs-bg-opacity: 1;
    background-color: #032830 !important;
}


.bg-gray-100 {
    --bs-bg-opacity: 1;
    background-color: #f8f9fa !important;
}

.bg-gray-200 {
    --bs-bg-opacity: 1;
    background-color: #e9ecef !important;
}

.bg-gray-300 {
    --bs-bg-opacity: 1;
    background-color: #dee2e6 !important;
}

.bg-gray-400 {
    --bs-bg-opacity: 1;
    background-color: #ced4da !important;
}

.bg-gray-500 {
    --bs-bg-opacity: 1;
    background-color: #adb5bd !important;
}

.bg-gray-600 {
    --bs-bg-opacity: 1;
    background-color: #6c757d !important;
}

.bg-gray-700 {
    --bs-bg-opacity: 1;
    background-color: #495057 !important;
}

.bg-gray-800 {
    --bs-bg-opacity: 1;
    background-color: #343a40 !important;
}

.bg-gray-900 {
    --bs-bg-opacity: 1;
    background-color: #212529 !important;
}

.text-gray-100 {
    --bs-bg-opacity: 1;
    color: #f8f9fa !important;
}

.text-gray-200 {
    --bs-bg-opacity: 1;
    color: #e9ecef !important;
}

.text-gray-300 {
    --bs-bg-opacity: 1;
    color: #dee2e6 !important;
}

.text-gray-400 {
    --bs-bg-opacity: 1;
    color: #ced4da !important;
}

.text-gray-500 {
    --bs-bg-opacity: 1;
    color: #adb5bd !important;
}

.text-gray-600 {
    --bs-bg-opacity: 1;
    color: #6c757d !important;
}

.text-gray-700 {
    --bs-bg-opacity: 1;
    color: #495057 !important;
}

.text-gray-800 {
    --bs-bg-opacity: 1;
    color: #343a40 !important;
}

.text-gray-900 {
    --bs-bg-opacity: 1;
    color: #212529 !important;
}


.text-blue-100 {
    --bs-text-opacity: 1;
    color: #cfe2ff !important;
}

.text-blue-200 {
    --bs-text-opacity: 1;
    color: #9ec5fe !important;
}

.text-blue-300 {
    --bs-text-opacity: 1;
    color: #6ea8fe !important;
}

.text-blue-400 {
    --bs-text-opacity: 1;
    color: #3d8bfd !important;
}

.text-blue-500 {
    --bs-text-opacity: 1;
    color: #0d6efd !important;
}

.text-blue-600 {
    --bs-text-opacity: 1;
    color: #0a58ca !important;
}

.text-blue-700 {
    --bs-text-opacity: 1;
    color: #084298 !important;
}

.text-blue-800 {
    --bs-text-opacity: 1;
    color: #052c65 !important;
}

.text-blue-900 {
    --bs-text-opacity: 1;
    color: #031633 !important;
}

.text-indigo-100 {
    --bs-text-opacity: 1;
    color: #e0cffc !important;
}

.text-indigo-200 {
    --bs-text-opacity: 1;
    color: #c29ffa !important;
}

.text-indigo-300 {
    --bs-text-opacity: 1;
    color: #a370f7 !important;
}

.text-indigo-400 {
    --bs-text-opacity: 1;
    color: #8540f5 !important;
}

.text-indigo-500 {
    --bs-text-opacity: 1;
    color: #6610f2 !important;
}

.text-indigo-600 {
    --bs-text-opacity: 1;
    color: #520dc2 !important;
}

.text-indigo-700 {
    --bs-text-opacity: 1;
    color: #3d0a91 !important;
}

.text-indigo-800 {
    --bs-text-opacity: 1;
    color: #290661 !important;
}

.text-indigo-900 {
    --bs-text-opacity: 1;
    color: #140330 !important;
}

.text-purple-100 {
    --bs-text-opacity: 1;
    color: #e2d9f3 !important;
}

.text-purple-200 {
    --bs-text-opacity: 1;
    color: #c5b3e6 !important;
}

.text-purple-300 {
    --bs-text-opacity: 1;
    color: #a98eda !important;
}

.text-purple-400 {
    --bs-text-opacity: 1;
    color: #8c68cd !important;
}

.text-purple-500 {
    --bs-text-opacity: 1;
    color: #6f42c1 !important;
}

.text-purple-600 {
    --bs-text-opacity: 1;
    color: #59359a !important;
}

.text-purple-700 {
    --bs-text-opacity: 1;
    color: #432874 !important;
}

.text-purple-800 {
    --bs-text-opacity: 1;
    color: #2c1a4d !important;
}

.text-purple-900 {
    --bs-text-opacity: 1;
    color: #160d27 !important;
}

.text-pink-100 {
    --bs-text-opacity: 1;
    color: #f7d6e6 !important;
}

.text-pink-200 {
    --bs-text-opacity: 1;
    color: #efadce !important;
}

.text-pink-300 {
    --bs-text-opacity: 1;
    color: #e685b5 !important;
}

.text-pink-400 {
    --bs-text-opacity: 1;
    color: #de5c9d !important;
}

.text-pink-500 {
    --bs-text-opacity: 1;
    color: #d63384 !important;
}

.text-pink-600 {
    --bs-text-opacity: 1;
    color: #ab296a !important;
}

.text-pink-700 {
    --bs-text-opacity: 1;
    color: #801f4f !important;
}

.text-pink-800 {
    --bs-text-opacity: 1;
    color: #561435 !important;
}

.text-pink-900 {
    --bs-text-opacity: 1;
    color: #2b0a1a !important;
}

.text-red-100 {
    --bs-text-opacity: 1;
    color: #f8d7da !important;
}

.text-red-200 {
    --bs-text-opacity: 1;
    color: #f1aeb5 !important;
}

.text-red-300 {
    --bs-text-opacity: 1;
    color: #ea868f !important;
}

.text-red-400 {
    --bs-text-opacity: 1;
    color: #e35d6a !important;
}

.text-red-500 {
    --bs-text-opacity: 1;
    color: #dc3545 !important;
}

.text-red-600 {
    --bs-text-opacity: 1;
    color: #b02a37 !important;
}

.text-red-700 {
    --bs-text-opacity: 1;
    color: #842029 !important;
}

.text-red-800 {
    --bs-text-opacity: 1;
    color: #58151c !important;
}

.text-red-900 {
    --bs-text-opacity: 1;
    color: #2c0b0e !important;
}

.text-orange-100 {
    --bs-text-opacity: 1;
    color: #ffe5d0 !important;
}

.text-orange-200 {
    --bs-text-opacity: 1;
    color: #fecba1 !important;
}

.text-orange-300 {
    --bs-text-opacity: 1;
    color: #feb272 !important;
}

.text-orange-400 {
    --bs-text-opacity: 1;
    color: #fd9843 !important;
}

.text-orange-500 {
    --bs-text-opacity: 1;
    color: #fd7e14 !important;
}

.text-orange-600 {
    --bs-text-opacity: 1;
    color: #ca6510 !important;
}

.text-orange-700 {
    --bs-text-opacity: 1;
    color: #984c0c !important;
}

.text-orange-800 {
    --bs-text-opacity: 1;
    color: #653208 !important;
}

.text-orange-900 {
    --bs-text-opacity: 1;
    color: #331904 !important;
}

.text-yellow-100 {
    --bs-text-opacity: 1;
    color: #fff3cd !important;
}

.text-yellow-200 {
    --bs-text-opacity: 1;
    color: #ffe69c !important;
}

.text-yellow-300 {
    --bs-text-opacity: 1;
    color: #ffda6a !important;
}

.text-yellow-400 {
    --bs-text-opacity: 1;
    color: #ffcd39 !important;
}

.text-yellow-500 {
    --bs-text-opacity: 1;
    color: #ffc107 !important;
}

.text-yellow-600 {
    --bs-text-opacity: 1;
    color: #cc9a06 !important;
}

.text-yellow-700 {
    --bs-text-opacity: 1;
    color: #997404 !important;
}

.text-yellow-800 {
    --bs-text-opacity: 1;
    color: #664d03 !important;
}

.text-yellow-900 {
    --bs-text-opacity: 1;
    color: #332701 !important;
}

.text-green-100 {
    --bs-text-opacity: 1;
    color: #d1e7dd !important;
}

.text-green-200 {
    --bs-text-opacity: 1;
    color: #a3cfbb !important;
}

.text-green-300 {
    --bs-text-opacity: 1;
    color: #75b798 !important;
}

.text-green-400 {
    --bs-text-opacity: 1;
    color: #479f76 !important;
}

.text-green-500 {
    --bs-text-opacity: 1;
    color: #198754 !important;
}

.text-green-600 {
    --bs-text-opacity: 1;
    color: #146c43 !important;
}

.text-green-700 {
    --bs-text-opacity: 1;
    color: #0f5132 !important;
}

.text-green-800 {
    --bs-text-opacity: 1;
    color: #0a3622 !important;
}

.text-green-900 {
    --bs-text-opacity: 1;
    color: #051b11 !important;
}

.text-teal-100 {
    --bs-text-opacity: 1;
    color: #d2f4ea !important;
}

.text-teal-200 {
    --bs-text-opacity: 1;
    color: #a6e9d5 !important;
}

.text-teal-300 {
    --bs-text-opacity: 1;
    color: #79dfc1 !important;
}

.text-teal-400 {
    --bs-text-opacity: 1;
    color: #4dd4ac !important;
}

.text-teal-500 {
    --bs-text-opacity: 1;
    color: #20c997 !important;
}

.text-teal-600 {
    --bs-text-opacity: 1;
    color: #1aa179 !important;
}

.text-teal-700 {
    --bs-text-opacity: 1;
    color: #13795b !important;
}

.text-teal-800 {
    --bs-text-opacity: 1;
    color: #0d503c !important;
}

.text-teal-900 {
    --bs-text-opacity: 1;
    color: #06281e !important;
}

.text-cyan-100 {
    --bs-text-opacity: 1;
    color: #cff4fc !important;
}

.text-cyan-200 {
    --bs-text-opacity: 1;
    color: #9eeaf9 !important;
}

.text-cyan-300 {
    --bs-text-opacity: 1;
    color: #6edff6 !important;
}

.text-cyan-400 {
    --bs-text-opacity: 1;
    color: #3dd5f3 !important;
}

.text-cyan-500 {
    --bs-text-opacity: 1;
    color: #0dcaf0 !important;
}

.text-cyan-600 {
    --bs-text-opacity: 1;
    color: #0aa2c0 !important;
}

.text-cyan-700 {
    --bs-text-opacity: 1;
    color: #087990 !important;
}

.text-cyan-800 {
    --bs-text-opacity: 1;
    color: #055160 !important;
}

.text-cyan-900 {
    --bs-text-opacity: 1;
    color: #032830 !important;
}
