/* Reset styles for anchor tags */
a {
    text-decoration: none !important;
}

label.required::after {
    content: " *";
    color: red;
}

.text-white {
    color: #fff !important;
}

a .text-white {
    color: #fff !important;
}

.bg-petros {
    background-color: #0E5632 !important;
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-medium {
    font-weight: 500 !important
}

.fw-semibold {
    font-weight: 500 !important
}

.fw-bold {
    font-weight: 600 !important
}

.fw-bolder {
    font-weight: 700 !important
}

.small,
small {
    font-size: .875em
}

/* Width classes */
.w-25 {
    width: 25% !important;
}

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

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

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

.w-auto {
    width: auto !important;
}

/* Pixel-based width classes */
.w-1px {
    width: 1px !important;
}

.w-2px {
    width: 2px !important;
}

.w-3px {
    width: 3px !important;
}

.w-4px {
    width: 4px !important;
}

.w-5px {
    width: 5px !important;
}

/* Add other pixel-based width classes here */

/* Height classes */
.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

/* Pixel-based height classes */
.h-1px {
    height: 1px !important;
}

.h-2px {
    height: 2px !important;
}

.h-3px {
    height: 3px !important;
}

.h-4px {
    height: 4px !important;
}

.h-5px {
    height: 5px !important;
}

/* Add other pixel-based height classes here */

/* Max-height classes */
.mh-unset {
    max-height: unset !important;
}

.mh-25 {
    max-height: 25% !important;
}

.mh-50 {
    max-height: 50% !important;
}

.mh-75 {
    max-height: 75% !important;
}

.mh-100 {
    max-height: 100% !important;
}

/* Responsive width classes */
.w-lg-25 {
    width: 25% !important;
}

.w-lg-50 {
    width: 50% !important;
}

.w-lg-75 {
    width: 75% !important;
}

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

/* Border styles */
.border-dashed {
    border-style: dashed !important;
    border-color: var(--bs-border-dashed-color);
}

.border-dotted {
    border-style: dotted !important;
}

.border-transparent {
    border-color: transparent !important;
}

.border-gray-100 {
    border-color: var(--bs-gray-100) !important;
}

/* Add other border color classes here */

/* Rounded corners */
.rounded-circle {
    border-radius: 50% !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;
}

/* Flexbox utilities */
.flex-root {
    flex: 1;
}

.flex-column-auto {
    flex: none;
}

.flex-column-fluid {
    flex: 1 0 auto;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

.flex-stack {
    justify-content: space-between;
    align-items: center;
}

/* Add additional flex and utility classes here */
.mw-unset {
    max-width: unset !important
}

.mw-25 {
    max-width: 25% !important
}

.mw-50 {
    max-width: 50% !important
}

.mw-75 {
    max-width: 75% !important
}

.mw-100 {
    max-width: 100% !important
}

.mw-auto {
    max-width: auto !important
}

.mw-1px {
    max-width: 1px !important
}

.mw-2px {
    max-width: 2px !important
}

.mw-3px {
    max-width: 3px !important
}

.mw-4px {
    max-width: 4px !important
}

.mw-5px {
    max-width: 5px !important
}

.mw-6px {
    max-width: 6px !important
}

.mw-7px {
    max-width: 7px !important
}

.mw-8px {
    max-width: 8px !important
}

.mw-9px {
    max-width: 9px !important
}

.mw-10px {
    max-width: 10px !important
}

.mw-15px {
    max-width: 15px !important
}

.mw-20px {
    max-width: 20px !important
}

.mw-25px {
    max-width: 25px !important
}

.mw-30px {
    max-width: 30px !important
}

.mw-35px {
    max-width: 35px !important
}

.mw-40px {
    max-width: 40px !important
}

.mw-45px {
    max-width: 45px !important
}

.mw-50px {
    max-width: 50px !important
}

.mw-55px {
    max-width: 55px !important
}

.mw-60px {
    max-width: 60px !important
}

.mw-65px {
    max-width: 65px !important
}

.mw-70px {
    max-width: 70px !important
}

.mw-75px {
    max-width: 75px !important
}

.mw-80px {
    max-width: 80px !important
}

.mw-85px {
    max-width: 85px !important
}

.mw-90px {
    max-width: 90px !important
}

.mw-95px {
    max-width: 95px !important
}

.mw-100px {
    max-width: 100px !important
}

.mw-125px {
    max-width: 125px !important
}

.mw-150px {
    max-width: 150px !important
}

.mw-175px {
    max-width: 175px !important
}

.mw-200px {
    max-width: 200px !important
}

.mw-225px {
    max-width: 225px !important
}

.mw-250px {
    max-width: 250px !important
}

.mw-275px {
    max-width: 275px !important
}

.mw-300px {
    max-width: 300px !important
}

.mw-325px {
    max-width: 325px !important
}

.mw-350px {
    max-width: 350px !important
}

.mw-375px {
    max-width: 375px !important
}

.mw-400px {
    max-width: 400px !important
}

.mw-425px {
    max-width: 425px !important
}

.mw-450px {
    max-width: 450px !important
}

.mw-475px {
    max-width: 475px !important
}

.mw-500px {
    max-width: 500px !important
}

.mw-550px {
    max-width: 550px !important
}

.mw-600px {
    max-width: 600px !important
}

.mw-650px {
    max-width: 650px !important
}

.mw-700px {
    max-width: 700px !important
}

.mw-750px {
    max-width: 750px !important
}

.mw-800px {
    max-width: 800px !important
}

.mw-850px {
    max-width: 850px !important
}

.mw-900px {
    max-width: 900px !important
}

.mw-950px {
    max-width: 950px !important
}

.mw-1000px {
    max-width: 1000px !important
}

.mw-lg-unset {
    max-width: unset !important
}

.mw-lg-25 {
    max-width: 25% !important
}

.mw-lg-50 {
    max-width: 50% !important
}

.mw-lg-75 {
    max-width: 75% !important
}

.mw-lg-100 {
    max-width: 100% !important
}

.mw-lg-auto {
    max-width: auto !important
}

.mw-lg-1px {
    max-width: 1px !important
}

.mw-lg-2px {
    max-width: 2px !important
}

.mw-lg-3px {
    max-width: 3px !important
}

.mw-lg-4px {
    max-width: 4px !important
}

.mw-lg-5px {
    max-width: 5px !important
}

.mw-lg-6px {
    max-width: 6px !important
}

.mw-lg-7px {
    max-width: 7px !important
}

.mw-lg-8px {
    max-width: 8px !important
}

.mw-lg-9px {
    max-width: 9px !important
}

.mw-lg-10px {
    max-width: 10px !important
}

.mw-lg-15px {
    max-width: 15px !important
}

.mw-lg-20px {
    max-width: 20px !important
}

.mw-lg-25px {
    max-width: 25px !important
}

.mw-lg-30px {
    max-width: 30px !important
}

.mw-lg-35px {
    max-width: 35px !important
}

.mw-lg-40px {
    max-width: 40px !important
}

.mw-lg-45px {
    max-width: 45px !important
}

.mw-lg-50px {
    max-width: 50px !important
}

.mw-lg-55px {
    max-width: 55px !important
}

.mw-lg-60px {
    max-width: 60px !important
}

.mw-lg-65px {
    max-width: 65px !important
}

.mw-lg-70px {
    max-width: 70px !important
}

.mw-lg-75px {
    max-width: 75px !important
}

.mw-lg-80px {
    max-width: 80px !important
}

.mw-lg-85px {
    max-width: 85px !important
}

.mw-lg-90px {
    max-width: 90px !important
}

.mw-lg-95px {
    max-width: 95px !important
}

.mw-lg-100px {
    max-width: 100px !important
}

.mw-lg-125px {
    max-width: 125px !important
}

.mw-lg-150px {
    max-width: 150px !important
}

.mw-lg-175px {
    max-width: 175px !important
}

.mw-lg-200px {
    max-width: 200px !important
}

.mw-lg-225px {
    max-width: 225px !important
}

.mw-lg-250px {
    max-width: 250px !important
}

.mw-lg-275px {
    max-width: 275px !important
}

.mw-lg-300px {
    max-width: 300px !important
}

.mw-lg-325px {
    max-width: 325px !important
}

.mw-lg-350px {
    max-width: 350px !important
}

.mw-lg-375px {
    max-width: 375px !important
}

.mw-lg-400px {
    max-width: 400px !important
}

.mw-lg-425px {
    max-width: 425px !important
}

.mw-lg-450px {
    max-width: 450px !important
}

.mw-lg-475px {
    max-width: 475px !important
}

.mw-lg-500px {
    max-width: 500px !important
}

.mw-lg-550px {
    max-width: 550px !important
}

.mw-lg-600px {
    max-width: 600px !important
}

.mw-lg-650px {
    max-width: 650px !important
}

.mw-lg-700px {
    max-width: 700px !important
}

.mw-lg-750px {
    max-width: 750px !important
}

.mw-lg-800px {
    max-width: 800px !important
}

.mw-lg-850px {
    max-width: 850px !important
}

.mw-lg-900px {
    max-width: 900px !important
}

.mw-lg-950px {
    max-width: 950px !important
}

.mw-lg-1000px {
    max-width: 1000px !important
}

.btn-group .btn
{
    background-color: rgb(var(--primary-rgb)) !important;
    border-color: rgb(var(--primary-rgb)) !important;
    color: #fff !important;
}

.dropdown-menu .dt-button-collection
{
    background-color: rgb(var(--light-rgb)) !important;
    border-color: rgb(var(--light-rgb)) !important;
    color: #fff !important;
}

div.dt-buttons div.dropdown-menu .dt-button {
    background-color: rgb(var(--light-rgb)) !important;
    border-color: rgb(var(--light-rgb)) !important;
    color: rgb(var(--primary-rgb)) !important;
}