.bg-base-color {
    background-color: rgb(255, 255, 255);
}
.bg-base-color\/0 {
    background-color: rgba(255, 255, 255, 0);
}
.bg-base-color\/5 {
    background-color: rgba(255, 255, 255, 0.05);
}
.bg-base-color\/10 {
    background-color: rgba(255, 255, 255, 0.1);
}
.bg-base-color\/20 {
    background-color: rgba(255, 255, 255, 0.2);
}
.bg-base-color\/25 {
    background-color: rgba(255, 255, 255, 0.25);
}
.bg-base-color\/30 {
    background-color: rgba(255, 255, 255, 0.3);
}
.bg-base-color\/40 {
    background-color: rgba(255, 255, 255, 0.4);
}
.bg-base-color\/50 {
    background-color: rgba(255, 255, 255, 0.5);
}
.bg-base-color\/60 {
    background-color: rgba(255, 255, 255, 0.6);
}
.bg-base-color\/70 {
    background-color: rgba(255, 255, 255, 0.7);
}
.bg-base-color\/75 {
    background-color: rgba(255, 255, 255, 0.75);
}
.bg-base-color\/80 {
    background-color: rgba(255, 255, 255, 0.8);
}
.bg-base-color\/90 {
    background-color: rgba(255, 255, 255, 0.9);
}
.bg-base-color\/95 {
    background-color: rgba(255, 255, 255, 0.95);
}
.bg-base-color\/100 {
    background-color: rgba(255, 255, 255, 1);
}

.hover\:bg-base-color:hover {
    background-color: rgb(255, 255, 255);
}
.hover\:bg-base-color\/0:hover {
    background-color: rgba(255, 255, 255, 0);
}
.hover\:bg-base-color\/5:hover {
    background-color: rgba(255, 255, 255, 0.05);
}
.hover\:bg-base-color\/10:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.hover\:bg-base-color\/20:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.hover\:bg-base-color\/25:hover {
    background-color: rgba(255, 255, 255, 0.25);
}
.hover\:bg-base-color\/30:hover {
    background-color: rgba(255, 255, 255, 0.3);
}
.hover\:bg-base-color\/40:hover {
    background-color: rgba(255, 255, 255, 0.4);
}
.hover\:bg-base-color\/50:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.hover\:bg-base-color\/60:hover {
    background-color: rgba(255, 255, 255, 0.6);
}
.hover\:bg-base-color\/70:hover {
    background-color: rgba(255, 255, 255, 0.7);
}
.hover\:bg-base-color\/75:hover {
    background-color: rgba(255, 255, 255, 0.75);
}
.hover\:bg-base-color\/80:hover {
    background-color: rgba(255, 255, 255, 0.8);
}
.hover\:bg-base-color\/90:hover {
    background-color: rgba(255, 255, 255, 0.9);
}
.hover\:bg-base-color\/95:hover {
    background-color: rgba(255, 255, 255, 0.95);
}
.hover\:bg-base-color\/100:hover {
    background-color: rgba(255, 255, 255, 1);
}

.focus\:bg-base-color:focus {
    background: rgb(255, 255, 255);
}
.focus\:bg-base-color\/0:focus {
    background-color: rgba(255, 255, 255, 0);
}
.focus\:bg-base-color\/5:focus {
    background-color: rgba(255, 255, 255, 0.05);
}
.focus\:bg-base-color\/10:focus {
    background-color: rgba(255, 255, 255, 0.1);
}
.focus\:bg-base-color\/20:focus {
    background-color: rgba(255, 255, 255, 0.2);
}
.focus\:bg-base-color\/25:focus {
    background-color: rgba(255, 255, 255, 0.25);
}
.focus\:bg-base-color\/30:focus {
    background-color: rgba(255, 255, 255, 0.3);
}
.focus\:bg-base-color\/40:focus {
    background-color: rgba(255, 255, 255, 0.4);
}
.focus\:bg-base-color\/50:focus {
    background-color: rgba(255, 255, 255, 0.5);
}
.focus\:bg-base-color\/60:focus {
    background-color: rgba(255, 255, 255, 0.6);
}
.focus\:bg-base-color\/70:focus {
    background-color: rgba(255, 255, 255, 0.7);
}
.focus\:bg-base-color\/75:focus {
    background-color: rgba(255, 255, 255, 0.75);
}
.focus\:bg-base-color\/80:focus {
    background-color: rgba(255, 255, 255, 0.8);
}
.focus\:bg-base-color\/90:focus {
    background-color: rgba(255, 255, 255, 0.9);
}
.focus\:bg-base-color\/95:focus {
    background-color: rgba(255, 255, 255, 0.95);
}
.focus\:bg-base-color\/100:focus {
    background-color: rgba(255, 255, 255, 1);
}

.disabled\:bg-base-color:disabled {
    background: rgb(255, 255, 255);
}
.disabled\:bg-base-color\/0:disabled {
    background-color: rgba(255, 255, 255, 0);
}
.disabled\:bg-base-color\/5:disabled {
    background-color: rgba(255, 255, 255, 0.05);
}
.disabled\:bg-base-color\/10:disabled {
    background-color: rgba(255, 255, 255, 0.1);
}
.disabled\:bg-base-color\/20:disabled {
    background-color: rgba(255, 255, 255, 0.2);
}
.disabled\:bg-base-color\/25:disabled {
    background-color: rgba(255, 255, 255, 0.25);
}
.disabled\:bg-base-color\/30:disabled {
    background-color: rgba(255, 255, 255, 0.3);
}
.disabled\:bg-base-color\/40:disabled {
    background-color: rgba(255, 255, 255, 0.4);
}
.disabled\:bg-base-color\/50:disabled {
    background-color: rgba(255, 255, 255, 0.5);
}
.disabled\:bg-base-color\/60:disabled {
    background-color: rgba(255, 255, 255, 0.6);
}
.disabled\:bg-base-color\/70:disabled {
    background-color: rgba(255, 255, 255, 0.7);
}
.disabled\:bg-base-color\/75:disabled {
    background-color: rgba(255, 255, 255, 0.75);
}
.disabled\:bg-base-color\/80:disabled {
    background-color: rgba(255, 255, 255, 0.8);
}
.disabled\:bg-base-color\/90:disabled {
    background-color: rgba(255, 255, 255, 0.9);
}
.disabled\:bg-base-color\/95:disabled {
    background-color: rgba(255, 255, 255, 0.95);
}
.disabled\:bg-base-color\/100:disabled {
    background-color: rgba(255, 255, 255, 1);
}


.bg-main-color {
    background-color: rgb(96, 165, 250) !important;
}
.bg-main-color\/0 {
    background-color: rgba(96, 165, 250, 0) !important;
}
.bg-main-color\/5 {
    background-color: rgba(96, 165, 250, 0.05) !important;
}
.bg-main-color\/10 {
    background-color: rgba(96, 165, 250, 0.1) !important;
}
.bg-main-color\/20 {
    background-color: rgba(96, 165, 250, 0.2) !important;
}
.bg-main-color\/25 {
    background-color: rgba(96, 165, 250, 0.25) !important;
}
.bg-main-color\/30 {
    background-color: rgba(96, 165, 250, 0.3) !important;
}
.bg-main-color\/40 {
    background-color: rgba(96, 165, 250, 0.4) !important;
}
.bg-main-color\/50 {
    background-color: rgba(96, 165, 250, 0.5) !important;
}
.bg-main-color\/60 {
    background-color: rgba(96, 165, 250, 0.6) !important;
}
.bg-main-color\/70 {
    background-color: rgba(96, 165, 250, 0.7) !important;
}
.bg-main-color\/75 {
    background-color: rgba(96, 165, 250, 0.75) !important;
}
.bg-main-color\/80 {
    background-color: rgba(96, 165, 250, 0.8) !important;
}
.bg-main-color\/90 {
    background-color: rgba(96, 165, 250, 0.9) !important;
}
.bg-main-color\/95 {
    background-color: rgba(96, 165, 250, 0.95) !important;
}
.bg-main-color\/100 {
    background-color: rgba(96, 165, 250, 1) !important;
}

.hover\:bg-main-color:hover {
    background-color: rgb(96, 165, 250) !important;
}
.hover\:bg-main-color\/0:hover {
    background-color: rgba(96, 165, 250, 0) !important;
}
.hover\:bg-main-color\/5:hover {
    background-color: rgba(96, 165, 250, 0.05) !important;
}
.hover\:bg-main-color\/10:hover {
    background-color: rgba(96, 165, 250, 0.1) !important;
}
.hover\:bg-main-color\/20:hover {
    background-color: rgba(96, 165, 250, 0.2) !important;
}
.hover\:bg-main-color\/25:hover {
    background-color: rgba(96, 165, 250, 0.25) !important;
}
.hover\:bg-main-color\/30:hover {
    background-color: rgba(96, 165, 250, 0.3) !important;
}
.hover\:bg-main-color\/40:hover {
    background-color: rgba(96, 165, 250, 0.4) !important;
}
.hover\:bg-main-color\/50:hover {
    background-color: rgba(96, 165, 250, 0.5) !important;
}
.hover\:bg-main-color\/60:hover {
    background-color: rgba(96, 165, 250, 0.6) !important;
}
.hover\:bg-main-color\/70:hover {
    background-color: rgba(96, 165, 250, 0.7) !important;
}
.hover\:bg-main-color\/75:hover {
    background-color: rgba(96, 165, 250, 0.75) !important;
}
.hover\:bg-main-color\/80:hover {
    background-color: rgba(96, 165, 250, 0.8) !important;
}
.hover\:bg-main-color\/90:hover {
    background-color: rgba(96, 165, 250, 0.9) !important;
}
.hover\:bg-main-color\/95:hover {
    background-color: rgba(96, 165, 250, 0.95) !important;
}
.hover\:bg-main-color\/100:hover {
    background-color: rgba(96, 165, 250, 1) !important;
}

.focus\:bg-main-color:focus {
    background: rgb(96, 165, 250) !important;
}
.focus\:bg-main-color\/0:focus {
    background-color: rgba(96, 165, 250, 0) !important;
}
.focus\:bg-main-color\/5:focus {
    background-color: rgba(96, 165, 250, 0.05) !important;
}
.focus\:bg-main-color\/10:focus {
    background-color: rgba(96, 165, 250, 0.1) !important;
}
.focus\:bg-main-color\/20:focus {
    background-color: rgba(96, 165, 250, 0.2) !important;
}
.focus\:bg-main-color\/25:focus {
    background-color: rgba(96, 165, 250, 0.25) !important;
}
.focus\:bg-main-color\/30:focus {
    background-color: rgba(96, 165, 250, 0.3) !important;
}
.focus\:bg-main-color\/40:focus {
    background-color: rgba(96, 165, 250, 0.4) !important;
}
.focus\:bg-main-color\/50:focus {
    background-color: rgba(96, 165, 250, 0.5) !important;
}
.focus\:bg-main-color\/60:focus {
    background-color: rgba(96, 165, 250, 0.6) !important;
}
.focus\:bg-main-color\/70:focus {
    background-color: rgba(96, 165, 250, 0.7) !important;
}
.focus\:bg-main-color\/75:focus {
    background-color: rgba(96, 165, 250, 0.75) !important;
}
.focus\:bg-main-color\/80:focus {
    background-color: rgba(96, 165, 250, 0.8) !important;
}
.focus\:bg-main-color\/90:focus {
    background-color: rgba(96, 165, 250, 0.9) !important;
}
.focus\:bg-main-color\/95:focus {
    background-color: rgba(96, 165, 250, 0.95) !important;
}
.focus\:bg-main-color\/100:focus {
    background-color: rgba(96, 165, 250, 1) !important;
}

.disabled\:bg-main-color:disabled {
    background: rgb(96, 165, 250) !important;
}
.disabled\:bg-main-color\/0:disabled {
    background-color: rgba(96, 165, 250, 0) !important;
}
.disabled\:bg-main-color\/5:disabled {
    background-color: rgba(96, 165, 250, 0.05) !important;
}
.disabled\:bg-main-color\/10:disabled {
    background-color: rgba(96, 165, 250, 0.1) !important;
}
.disabled\:bg-main-color\/20:disabled {
    background-color: rgba(96, 165, 250, 0.2) !important;
}
.disabled\:bg-main-color\/25:disabled {
    background-color: rgba(96, 165, 250, 0.25) !important;
}
.disabled\:bg-main-color\/30:disabled {
    background-color: rgba(96, 165, 250, 0.3) !important;
}
.disabled\:bg-main-color\/40:disabled {
    background-color: rgba(96, 165, 250, 0.4) !important;
}
.disabled\:bg-main-color\/50:disabled {
    background-color: rgba(96, 165, 250, 0.5) !important;
}
.disabled\:bg-main-color\/60:disabled {
    background-color: rgba(96, 165, 250, 0.6) !important;
}
.disabled\:bg-main-color\/70:disabled {
    background-color: rgba(96, 165, 250, 0.7) !important;
}
.disabled\:bg-main-color\/75:disabled {
    background-color: rgba(96, 165, 250, 0.75) !important;
}
.disabled\:bg-main-color\/80:disabled {
    background-color: rgba(96, 165, 250, 0.8) !important;
}
.disabled\:bg-main-color\/90:disabled {
    background-color: rgba(96, 165, 250, 0.9) !important;
}
.disabled\:bg-main-color\/95:disabled {
    background-color: rgba(96, 165, 250, 0.95) !important;
}
.disabled\:bg-main-color\/100:disabled {
    background-color: rgba(96, 165, 250, 1) !important;
}

.text-main-color {
    color: rgb(96, 165, 250) !important;
}

.hover\:text-main-color:hover {
    color: rgb(96, 165, 250) !important;
}

.focus\:text-main-color:focus {
    color: rgb(96, 165, 250) !important;
}

.disabled\:text-main-color:disabled {
    color: rgb(96, 165, 250) !important;
}

.border-main-color {
    border-color: rgb(96, 165, 250) !important;
}

.hover\:border-main-color:hover {
    border-color: rgb(96, 165, 250) !important;
}

.focus\:border-main-color:focus {
    border-color: rgb(96, 165, 250) !important;
}

.disabled\:border-main-color:disabled {
    border-color: rgb(96, 165, 250) !important;
}


.bg-main-color-dark {
    background-color: rgb(82, 154, 242) !important;
}
.bg-main-color-dark\/0 {
    background-color: rgba(82, 154, 242, 0) !important;
}
.bg-main-color-dark\/5 {
    background-color: rgba(82, 154, 242, 0.05) !important;
}
.bg-main-color-dark\/10 {
    background-color: rgba(82, 154, 242, 0.1) !important;
}
.bg-main-color-dark\/20 {
    background-color: rgba(82, 154, 242, 0.2) !important;
}
.bg-main-color-dark\/25 {
    background-color: rgba(82, 154, 242, 0.25) !important;
}
.bg-main-color-dark\/30 {
    background-color: rgba(82, 154, 242, 0.3) !important;
}
.bg-main-color-dark\/40 {
    background-color: rgba(82, 154, 242, 0.4) !important;
}
.bg-main-color-dark\/50 {
    background-color: rgba(82, 154, 242, 0.5) !important;
}
.bg-main-color-dark\/60 {
    background-color: rgba(82, 154, 242, 0.6) !important;
}
.bg-main-color-dark\/70 {
    background-color: rgba(82, 154, 242, 0.7) !important;
}
.bg-main-color-dark\/75 {
    background-color: rgba(82, 154, 242, 0.75) !important;
}
.bg-main-color-dark\/80 {
    background-color: rgba(82, 154, 242, 0.8) !important;
}
.bg-main-color-dark\/90 {
    background-color: rgba(82, 154, 242, 0.9) !important;
}
.bg-main-color-dark\/95 {
    background-color: rgba(82, 154, 242, 0.95) !important;
}
.bg-main-color-dark\/100 {
    background-color: rgba(82, 154, 242, 1) !important;
}

.hover\:bg-main-color-dark:hover {
    background-color: rgb(82, 154, 242) !important;
}
.hover\:bg-main-color-dark\/0:hover {
    background-color: rgba(82, 154, 242, 0) !important;
}
.hover\:bg-main-color-dark\/5:hover {
    background-color: rgba(82, 154, 242, 0.05) !important;
}
.hover\:bg-main-color-dark\/10:hover {
    background-color: rgba(82, 154, 242, 0.1) !important;
}
.hover\:bg-main-color-dark\/20:hover {
    background-color: rgba(82, 154, 242, 0.2) !important;
}
.hover\:bg-main-color-dark\/25:hover {
    background-color: rgba(82, 154, 242, 0.25) !important;
}
.hover\:bg-main-color-dark\/30:hover {
    background-color: rgba(82, 154, 242, 0.3) !important;
}
.hover\:bg-main-color-dark\/40:hover {
    background-color: rgba(82, 154, 242, 0.4) !important;
}
.hover\:bg-main-color-dark\/50:hover {
    background-color: rgba(82, 154, 242, 0.5) !important;
}
.hover\:bg-main-color-dark\/60:hover {
    background-color: rgba(82, 154, 242, 0.6) !important;
}
.hover\:bg-main-color-dark\/70:hover {
    background-color: rgba(82, 154, 242, 0.7) !important;
}
.hover\:bg-main-color-dark\/75:hover {
    background-color: rgba(82, 154, 242, 0.75) !important;
}
.hover\:bg-main-color-dark\/80:hover {
    background-color: rgba(82, 154, 242, 0.8) !important;
}
.hover\:bg-main-color-dark\/90:hover {
    background-color: rgba(82, 154, 242, 0.9) !important;
}
.hover\:bg-main-color-dark\/95:hover {
    background-color: rgba(82, 154, 242, 0.95) !important;
}
.hover\:bg-main-color-dark\/100:hover {
    background-color: rgba(82, 154, 242, 1) !important;
}

.focus\:bg-main-color-dark:focus {
    background: rgb(82, 154, 242) !important;
}
.focus\:bg-main-color-dark\/0:focus {
    background-color: rgba(82, 154, 242, 0) !important;
}
.focus\:bg-main-color-dark\/5:focus {
    background-color: rgba(82, 154, 242, 0.05) !important;
}
.focus\:bg-main-color-dark\/10:focus {
    background-color: rgba(82, 154, 242, 0.1) !important;
}
.focus\:bg-main-color-dark\/20:focus {
    background-color: rgba(82, 154, 242, 0.2) !important;
}
.focus\:bg-main-color-dark\/25:focus {
    background-color: rgba(82, 154, 242, 0.25) !important;
}
.focus\:bg-main-color-dark\/30:focus {
    background-color: rgba(82, 154, 242, 0.3) !important;
}
.focus\:bg-main-color-dark\/40:focus {
    background-color: rgba(82, 154, 242, 0.4) !important;
}
.focus\:bg-main-color-dark\/50:focus {
    background-color: rgba(82, 154, 242, 0.5) !important;
}
.focus\:bg-main-color-dark\/60:focus {
    background-color: rgba(82, 154, 242, 0.6) !important;
}
.focus\:bg-main-color-dark\/70:focus {
    background-color: rgba(82, 154, 242, 0.7) !important;
}
.focus\:bg-main-color-dark\/75:focus {
    background-color: rgba(82, 154, 242, 0.75) !important;
}
.focus\:bg-main-color-dark\/80:focus {
    background-color: rgba(82, 154, 242, 0.8) !important;
}
.focus\:bg-main-color-dark\/90:focus {
    background-color: rgba(82, 154, 242, 0.9) !important;
}
.focus\:bg-main-color-dark\/95:focus {
    background-color: rgba(82, 154, 242, 0.95) !important;
}
.focus\:bg-main-color-dark\/100:focus {
    background-color: rgba(82, 154, 242, 1) !important;
}

.disabled\:bg-main-color-dark:disabled {
    background: rgb(82, 154, 242) !important;
}
.disabled\:bg-main-color-dark\/0:disabled {
    background-color: rgba(82, 154, 242, 0) !important;
}
.disabled\:bg-main-color-dark\/5:disabled {
    background-color: rgba(82, 154, 242, 0.05) !important;
}
.disabled\:bg-main-color-dark\/10:disabled {
    background-color: rgba(82, 154, 242, 0.1) !important;
}
.disabled\:bg-main-color-dark\/20:disabled {
    background-color: rgba(82, 154, 242, 0.2) !important;
}
.disabled\:bg-main-color-dark\/25:disabled {
    background-color: rgba(82, 154, 242, 0.25) !important;
}
.disabled\:bg-main-color-dark\/30:disabled {
    background-color: rgba(82, 154, 242, 0.3) !important;
}
.disabled\:bg-main-color-dark\/40:disabled {
    background-color: rgba(82, 154, 242, 0.4) !important;
}
.disabled\:bg-main-color-dark\/50:disabled {
    background-color: rgba(82, 154, 242, 0.5) !important;
}
.disabled\:bg-main-color-dark\/60:disabled {
    background-color: rgba(82, 154, 242, 0.6) !important;
}
.disabled\:bg-main-color-dark\/70:disabled {
    background-color: rgba(82, 154, 242, 0.7) !important;
}
.disabled\:bg-main-color-dark\/75:disabled {
    background-color: rgba(82, 154, 242, 0.75) !important;
}
.disabled\:bg-main-color-dark\/80:disabled {
    background-color: rgba(82, 154, 242, 0.8) !important;
}
.disabled\:bg-main-color-dark\/90:disabled {
    background-color: rgba(82, 154, 242, 0.9) !important;
}
.disabled\:bg-main-color-dark\/95:disabled {
    background-color: rgba(82, 154, 242, 0.95) !important;
}
.disabled\:bg-main-color-dark\/100:disabled {
    background-color: rgba(82, 154, 242, 1) !important;
}

.text-main-color-dark {
    color: rgb(82, 154, 242) !important;
}

.hover\:text-main-color-dark:hover {
    color: rgb(82, 154, 242) !important;
}

.focus\:text-main-color-dark:focus {
    color: rgb(82, 154, 242) !important;
}

.disabled\:text-main-color-dark:disabled {
    color: rgb(82, 154, 242) !important;
}

.border-main-color-dark {
    border-color: rgb(82, 154, 242) !important;
}

.hover\:border-main-color-dark:hover {
    border-color: rgb(82, 154, 242) !important;
}

.focus\:border-main-color-dark:focus {
    border-color: rgb(82, 154, 242) !important;
}

.disabled\:border-main-color-dark:disabled {
    border-color: rgb(82, 154, 242) !important;
}


.bg-main-color-light {
    background-color: rgb(116, 177, 252) !important;
}
.bg-main-color-light\/0 {
    background-color: rgba(116, 177, 252, 0) !important;
}
.bg-main-color-light\/5 {
    background-color: rgba(116, 177, 252, 0.05) !important;
}
.bg-main-color-light\/10 {
    background-color: rgba(116, 177, 252, 0.1) !important;
}
.bg-main-color-light\/20 {
    background-color: rgba(116, 177, 252, 0.2) !important;
}
.bg-main-color-light\/25 {
    background-color: rgba(116, 177, 252, 0.25) !important;
}
.bg-main-color-light\/30 {
    background-color: rgba(116, 177, 252, 0.3) !important;
}
.bg-main-color-light\/40 {
    background-color: rgba(116, 177, 252, 0.4) !important;
}
.bg-main-color-light\/50 {
    background-color: rgba(116, 177, 252, 0.5) !important;
}
.bg-main-color-light\/60 {
    background-color: rgba(116, 177, 252, 0.6) !important;
}
.bg-main-color-light\/70 {
    background-color: rgba(116, 177, 252, 0.7) !important;
}
.bg-main-color-light\/75 {
    background-color: rgba(116, 177, 252, 0.75) !important;
}
.bg-main-color-light\/80 {
    background-color: rgba(116, 177, 252, 0.8) !important;
}
.bg-main-color-light\/90 {
    background-color: rgba(116, 177, 252, 0.9) !important;
}
.bg-main-color-light\/95 {
    background-color: rgba(116, 177, 252, 0.95) !important;
}
.bg-main-color-light\/100 {
    background-color: rgba(116, 177, 252, 1) !important;
}

.hover\:bg-main-color-light:hover {
    background-color: rgb(116, 177, 252) !important;
}
.hover\:bg-main-color-light\/0:hover {
    background-color: rgba(116, 177, 252, 0) !important;
}
.hover\:bg-main-color-light\/5:hover {
    background-color: rgba(116, 177, 252, 0.05) !important;
}
.hover\:bg-main-color-light\/10:hover {
    background-color: rgba(116, 177, 252, 0.1) !important;
}
.hover\:bg-main-color-light\/20:hover {
    background-color: rgba(116, 177, 252, 0.2) !important;
}
.hover\:bg-main-color-light\/25:hover {
    background-color: rgba(116, 177, 252, 0.25) !important;
}
.hover\:bg-main-color-light\/30:hover {
    background-color: rgba(116, 177, 252, 0.3) !important;
}
.hover\:bg-main-color-light\/40:hover {
    background-color: rgba(116, 177, 252, 0.4) !important;
}
.hover\:bg-main-color-light\/50:hover {
    background-color: rgba(116, 177, 252, 0.5) !important;
}
.hover\:bg-main-color-light\/60:hover {
    background-color: rgba(116, 177, 252, 0.6) !important;
}
.hover\:bg-main-color-light\/70:hover {
    background-color: rgba(116, 177, 252, 0.7) !important;
}
.hover\:bg-main-color-light\/75:hover {
    background-color: rgba(116, 177, 252, 0.75) !important;
}
.hover\:bg-main-color-light\/80:hover {
    background-color: rgba(116, 177, 252, 0.8) !important;
}
.hover\:bg-main-color-light\/90:hover {
    background-color: rgba(116, 177, 252, 0.9) !important;
}
.hover\:bg-main-color-light\/95:hover {
    background-color: rgba(116, 177, 252, 0.95) !important;
}
.hover\:bg-main-color-light\/100:hover {
    background-color: rgba(116, 177, 252, 1) !important;
}

.focus\:bg-main-color-light:focus {
    background: rgb(116, 177, 252) !important;
}
.focus\:bg-main-color-light\/0:focus {
    background-color: rgba(116, 177, 252, 0) !important;
}
.focus\:bg-main-color-light\/5:focus {
    background-color: rgba(116, 177, 252, 0.05) !important;
}
.focus\:bg-main-color-light\/10:focus {
    background-color: rgba(116, 177, 252, 0.1) !important;
}
.focus\:bg-main-color-light\/20:focus {
    background-color: rgba(116, 177, 252, 0.2) !important;
}
.focus\:bg-main-color-light\/25:focus {
    background-color: rgba(116, 177, 252, 0.25) !important;
}
.focus\:bg-main-color-light\/30:focus {
    background-color: rgba(116, 177, 252, 0.3) !important;
}
.focus\:bg-main-color-light\/40:focus {
    background-color: rgba(116, 177, 252, 0.4) !important;
}
.focus\:bg-main-color-light\/50:focus {
    background-color: rgba(116, 177, 252, 0.5) !important;
}
.focus\:bg-main-color-light\/60:focus {
    background-color: rgba(116, 177, 252, 0.6) !important;
}
.focus\:bg-main-color-light\/70:focus {
    background-color: rgba(116, 177, 252, 0.7) !important;
}
.focus\:bg-main-color-light\/75:focus {
    background-color: rgba(116, 177, 252, 0.75) !important;
}
.focus\:bg-main-color-light\/80:focus {
    background-color: rgba(116, 177, 252, 0.8) !important;
}
.focus\:bg-main-color-light\/90:focus {
    background-color: rgba(116, 177, 252, 0.9) !important;
}
.focus\:bg-main-color-light\/95:focus {
    background-color: rgba(116, 177, 252, 0.95) !important;
}
.focus\:bg-main-color-light\/100:focus {
    background-color: rgba(116, 177, 252, 1) !important;
}

.disabled\:bg-main-color-light:disabled {
    background: rgb(116, 177, 252) !important;
}
.disabled\:bg-main-color-light\/0:disabled {
    background-color: rgba(116, 177, 252, 0) !important;
}
.disabled\:bg-main-color-light\/5:disabled {
    background-color: rgba(116, 177, 252, 0.05) !important;
}
.disabled\:bg-main-color-light\/10:disabled {
    background-color: rgba(116, 177, 252, 0.1) !important;
}
.disabled\:bg-main-color-light\/20:disabled {
    background-color: rgba(116, 177, 252, 0.2) !important;
}
.disabled\:bg-main-color-light\/25:disabled {
    background-color: rgba(116, 177, 252, 0.25) !important;
}
.disabled\:bg-main-color-light\/30:disabled {
    background-color: rgba(116, 177, 252, 0.3) !important;
}
.disabled\:bg-main-color-light\/40:disabled {
    background-color: rgba(116, 177, 252, 0.4) !important;
}
.disabled\:bg-main-color-light\/50:disabled {
    background-color: rgba(116, 177, 252, 0.5) !important;
}
.disabled\:bg-main-color-light\/60:disabled {
    background-color: rgba(116, 177, 252, 0.6) !important;
}
.disabled\:bg-main-color-light\/70:disabled {
    background-color: rgba(116, 177, 252, 0.7) !important;
}
.disabled\:bg-main-color-light\/75:disabled {
    background-color: rgba(116, 177, 252, 0.75) !important;
}
.disabled\:bg-main-color-light\/80:disabled {
    background-color: rgba(116, 177, 252, 0.8) !important;
}
.disabled\:bg-main-color-light\/90:disabled {
    background-color: rgba(116, 177, 252, 0.9) !important;
}
.disabled\:bg-main-color-light\/95:disabled {
    background-color: rgba(116, 177, 252, 0.95) !important;
}
.disabled\:bg-main-color-light\/100:disabled {
    background-color: rgba(116, 177, 252, 1) !important;
}

.text-main-color-light {
    color: rgb(116, 177, 252) !important;
}

.hover\:text-main-color-light:hover {
    color: rgb(116, 177, 252) !important;
}

.focus\:text-main-color-light:focus {
    color: rgb(116, 177, 252) !important;
}

.disabled\:text-main-color-light:disabled {
    color: rgb(116, 177, 252) !important;
}

.border-main-color-light {
    border-color: rgb(116, 177, 252) !important;
}

.hover\:border-main-color-light:hover {
    border-color: rgb(116, 177, 252) !important;
}

.focus\:border-main-color-light:focus {
    border-color: rgb(116, 177, 252) !important;
}

.disabled\:border-main-color-light:disabled {
    border-color: rgb(116, 177, 252) !important;
}


.bg-accent-color {
    background-color: rgb(254, 87, 34) !important;
}
.bg-accent-color\/0 {
    background-color: rgba(254, 87, 34, 0) !important;
}
.bg-accent-color\/5 {
    background-color: rgba(254, 87, 34, 0.05) !important;
}
.bg-accent-color\/10 {
    background-color: rgba(254, 87, 34, 0.1) !important;
}
.bg-accent-color\/20 {
    background-color: rgba(254, 87, 34, 0.2) !important;
}
.bg-accent-color\/25 {
    background-color: rgba(254, 87, 34, 0.25) !important;
}
.bg-accent-color\/30 {
    background-color: rgba(254, 87, 34, 0.3) !important;
}
.bg-accent-color\/40 {
    background-color: rgba(254, 87, 34, 0.4) !important;
}
.bg-accent-color\/50 {
    background-color: rgba(254, 87, 34, 0.5) !important;
}
.bg-accent-color\/60 {
    background-color: rgba(254, 87, 34, 0.6) !important;
}
.bg-accent-color\/70 {
    background-color: rgba(254, 87, 34, 0.7) !important;
}
.bg-accent-color\/75 {
    background-color: rgba(254, 87, 34, 0.75) !important;
}
.bg-accent-color\/80 {
    background-color: rgba(254, 87, 34, 0.8) !important;
}
.bg-accent-color\/90 {
    background-color: rgba(254, 87, 34, 0.9) !important;
}
.bg-accent-color\/95 {
    background-color: rgba(254, 87, 34, 0.95) !important;
}
.bg-accent-color\/100 {
    background-color: rgba(254, 87, 34, 1) !important;
}

.hover\:bg-accent-color:hover {
    background-color: rgb(254, 87, 34) !important;
}
.hover\:bg-accent-color\/0:hover {
    background-color: rgba(254, 87, 34, 0) !important;
}
.hover\:bg-accent-color\/5:hover {
    background-color: rgba(254, 87, 34, 0.05) !important;
}
.hover\:bg-accent-color\/10:hover {
    background-color: rgba(254, 87, 34, 0.1) !important;
}
.hover\:bg-accent-color\/20:hover {
    background-color: rgba(254, 87, 34, 0.2) !important;
}
.hover\:bg-accent-color\/25:hover {
    background-color: rgba(254, 87, 34, 0.25) !important;
}
.hover\:bg-accent-color\/30:hover {
    background-color: rgba(254, 87, 34, 0.3) !important;
}
.hover\:bg-accent-color\/40:hover {
    background-color: rgba(254, 87, 34, 0.4) !important;
}
.hover\:bg-accent-color\/50:hover {
    background-color: rgba(254, 87, 34, 0.5) !important;
}
.hover\:bg-accent-color\/60:hover {
    background-color: rgba(254, 87, 34, 0.6) !important;
}
.hover\:bg-accent-color\/70:hover {
    background-color: rgba(254, 87, 34, 0.7) !important;
}
.hover\:bg-accent-color\/75:hover {
    background-color: rgba(254, 87, 34, 0.75) !important;
}
.hover\:bg-accent-color\/80:hover {
    background-color: rgba(254, 87, 34, 0.8) !important;
}
.hover\:bg-accent-color\/90:hover {
    background-color: rgba(254, 87, 34, 0.9) !important;
}
.hover\:bg-accent-color\/95:hover {
    background-color: rgba(254, 87, 34, 0.95) !important;
}
.hover\:bg-accent-color\/100:hover {
    background-color: rgba(254, 87, 34, 1) !important;
}

.focus\:bg-accent-color:focus {
    background: rgb(254, 87, 34) !important;
}
.focus\:bg-accent-color\/0:focus {
    background-color: rgba(254, 87, 34, 0) !important;
}
.focus\:bg-accent-color\/5:focus {
    background-color: rgba(254, 87, 34, 0.05) !important;
}
.focus\:bg-accent-color\/10:focus {
    background-color: rgba(254, 87, 34, 0.1) !important;
}
.focus\:bg-accent-color\/20:focus {
    background-color: rgba(254, 87, 34, 0.2) !important;
}
.focus\:bg-accent-color\/25:focus {
    background-color: rgba(254, 87, 34, 0.25) !important;
}
.focus\:bg-accent-color\/30:focus {
    background-color: rgba(254, 87, 34, 0.3) !important;
}
.focus\:bg-accent-color\/40:focus {
    background-color: rgba(254, 87, 34, 0.4) !important;
}
.focus\:bg-accent-color\/50:focus {
    background-color: rgba(254, 87, 34, 0.5) !important;
}
.focus\:bg-accent-color\/60:focus {
    background-color: rgba(254, 87, 34, 0.6) !important;
}
.focus\:bg-accent-color\/70:focus {
    background-color: rgba(254, 87, 34, 0.7) !important;
}
.focus\:bg-accent-color\/75:focus {
    background-color: rgba(254, 87, 34, 0.75) !important;
}
.focus\:bg-accent-color\/80:focus {
    background-color: rgba(254, 87, 34, 0.8) !important;
}
.focus\:bg-accent-color\/90:focus {
    background-color: rgba(254, 87, 34, 0.9) !important;
}
.focus\:bg-accent-color\/95:focus {
    background-color: rgba(254, 87, 34, 0.95) !important;
}
.focus\:bg-accent-color\/100:focus {
    background-color: rgba(254, 87, 34, 1) !important;
}

.disabled\:bg-accent-color:disabled {
    background: rgb(254, 87, 34) !important;
}
.disabled\:bg-accent-color\/0:disabled {
    background-color: rgba(254, 87, 34, 0) !important;
}
.disabled\:bg-accent-color\/5:disabled {
    background-color: rgba(254, 87, 34, 0.05) !important;
}
.disabled\:bg-accent-color\/10:disabled {
    background-color: rgba(254, 87, 34, 0.1) !important;
}
.disabled\:bg-accent-color\/20:disabled {
    background-color: rgba(254, 87, 34, 0.2) !important;
}
.disabled\:bg-accent-color\/25:disabled {
    background-color: rgba(254, 87, 34, 0.25) !important;
}
.disabled\:bg-accent-color\/30:disabled {
    background-color: rgba(254, 87, 34, 0.3) !important;
}
.disabled\:bg-accent-color\/40:disabled {
    background-color: rgba(254, 87, 34, 0.4) !important;
}
.disabled\:bg-accent-color\/50:disabled {
    background-color: rgba(254, 87, 34, 0.5) !important;
}
.disabled\:bg-accent-color\/60:disabled {
    background-color: rgba(254, 87, 34, 0.6) !important;
}
.disabled\:bg-accent-color\/70:disabled {
    background-color: rgba(254, 87, 34, 0.7) !important;
}
.disabled\:bg-accent-color\/75:disabled {
    background-color: rgba(254, 87, 34, 0.75) !important;
}
.disabled\:bg-accent-color\/80:disabled {
    background-color: rgba(254, 87, 34, 0.8) !important;
}
.disabled\:bg-accent-color\/90:disabled {
    background-color: rgba(254, 87, 34, 0.9) !important;
}
.disabled\:bg-accent-color\/95:disabled {
    background-color: rgba(254, 87, 34, 0.95) !important;
}
.disabled\:bg-accent-color\/100:disabled {
    background-color: rgba(254, 87, 34, 1) !important;
}

.text-accent-color {
    color: rgb(254, 87, 34) !important;
}

.hover\:text-accent-color:hover {
    color: rgb(254, 87, 34) !important;
}

.focus\:text-accent-color:focus {
    color: rgb(254, 87, 34) !important;
}

.disabled\:text-accent-color:disabled {
    color: rgb(254, 87, 34) !important;
}

.border-accent-color {
    border-color: rgb(254, 87, 34) !important;
}

.hover\:border-accent-color:hover {
    border-color: rgb(254, 87, 34) !important;
}

.focus\:border-accent-color:focus {
    border-color: rgb(254, 87, 34) !important;
}

.disabled\:border-accent-color:disabled {
    border-color: rgb(254, 87, 34) !important;
}


.bg-accent-color-dark {
    background-color: rgb(254, 87, 34) !important;
}
.bg-accent-color-dark\/0 {
    background-color: rgba(254, 87, 34, 0) !important;
}
.bg-accent-color-dark\/5 {
    background-color: rgba(254, 87, 34, 0.05) !important;
}
.bg-accent-color-dark\/10 {
    background-color: rgba(254, 87, 34, 0.1) !important;
}
.bg-accent-color-dark\/20 {
    background-color: rgba(254, 87, 34, 0.2) !important;
}
.bg-accent-color-dark\/25 {
    background-color: rgba(254, 87, 34, 0.25) !important;
}
.bg-accent-color-dark\/30 {
    background-color: rgba(254, 87, 34, 0.3) !important;
}
.bg-accent-color-dark\/40 {
    background-color: rgba(254, 87, 34, 0.4) !important;
}
.bg-accent-color-dark\/50 {
    background-color: rgba(254, 87, 34, 0.5) !important;
}
.bg-accent-color-dark\/60 {
    background-color: rgba(254, 87, 34, 0.6) !important;
}
.bg-accent-color-dark\/70 {
    background-color: rgba(254, 87, 34, 0.7) !important;
}
.bg-accent-color-dark\/75 {
    background-color: rgba(254, 87, 34, 0.75) !important;
}
.bg-accent-color-dark\/80 {
    background-color: rgba(254, 87, 34, 0.8) !important;
}
.bg-accent-color-dark\/90 {
    background-color: rgba(254, 87, 34, 0.9) !important;
}
.bg-accent-color-dark\/95 {
    background-color: rgba(254, 87, 34, 0.95) !important;
}
.bg-accent-color-dark\/100 {
    background-color: rgba(254, 87, 34, 1) !important;
}

.hover\:bg-accent-color-dark:hover {
    background-color: rgb(254, 87, 34) !important;
}
.hover\:bg-accent-color-dark\/0:hover {
    background-color: rgba(254, 87, 34, 0) !important;
}
.hover\:bg-accent-color-dark\/5:hover {
    background-color: rgba(254, 87, 34, 0.05) !important;
}
.hover\:bg-accent-color-dark\/10:hover {
    background-color: rgba(254, 87, 34, 0.1) !important;
}
.hover\:bg-accent-color-dark\/20:hover {
    background-color: rgba(254, 87, 34, 0.2) !important;
}
.hover\:bg-accent-color-dark\/25:hover {
    background-color: rgba(254, 87, 34, 0.25) !important;
}
.hover\:bg-accent-color-dark\/30:hover {
    background-color: rgba(254, 87, 34, 0.3) !important;
}
.hover\:bg-accent-color-dark\/40:hover {
    background-color: rgba(254, 87, 34, 0.4) !important;
}
.hover\:bg-accent-color-dark\/50:hover {
    background-color: rgba(254, 87, 34, 0.5) !important;
}
.hover\:bg-accent-color-dark\/60:hover {
    background-color: rgba(254, 87, 34, 0.6) !important;
}
.hover\:bg-accent-color-dark\/70:hover {
    background-color: rgba(254, 87, 34, 0.7) !important;
}
.hover\:bg-accent-color-dark\/75:hover {
    background-color: rgba(254, 87, 34, 0.75) !important;
}
.hover\:bg-accent-color-dark\/80:hover {
    background-color: rgba(254, 87, 34, 0.8) !important;
}
.hover\:bg-accent-color-dark\/90:hover {
    background-color: rgba(254, 87, 34, 0.9) !important;
}
.hover\:bg-accent-color-dark\/95:hover {
    background-color: rgba(254, 87, 34, 0.95) !important;
}
.hover\:bg-accent-color-dark\/100:hover {
    background-color: rgba(254, 87, 34, 1) !important;
}

.focus\:bg-accent-color-dark:focus {
    background: rgb(254, 87, 34) !important;
}
.focus\:bg-accent-color-dark\/0:focus {
    background-color: rgba(254, 87, 34, 0) !important;
}
.focus\:bg-accent-color-dark\/5:focus {
    background-color: rgba(254, 87, 34, 0.05) !important;
}
.focus\:bg-accent-color-dark\/10:focus {
    background-color: rgba(254, 87, 34, 0.1) !important;
}
.focus\:bg-accent-color-dark\/20:focus {
    background-color: rgba(254, 87, 34, 0.2) !important;
}
.focus\:bg-accent-color-dark\/25:focus {
    background-color: rgba(254, 87, 34, 0.25) !important;
}
.focus\:bg-accent-color-dark\/30:focus {
    background-color: rgba(254, 87, 34, 0.3) !important;
}
.focus\:bg-accent-color-dark\/40:focus {
    background-color: rgba(254, 87, 34, 0.4) !important;
}
.focus\:bg-accent-color-dark\/50:focus {
    background-color: rgba(254, 87, 34, 0.5) !important;
}
.focus\:bg-accent-color-dark\/60:focus {
    background-color: rgba(254, 87, 34, 0.6) !important;
}
.focus\:bg-accent-color-dark\/70:focus {
    background-color: rgba(254, 87, 34, 0.7) !important;
}
.focus\:bg-accent-color-dark\/75:focus {
    background-color: rgba(254, 87, 34, 0.75) !important;
}
.focus\:bg-accent-color-dark\/80:focus {
    background-color: rgba(254, 87, 34, 0.8) !important;
}
.focus\:bg-accent-color-dark\/90:focus {
    background-color: rgba(254, 87, 34, 0.9) !important;
}
.focus\:bg-accent-color-dark\/95:focus {
    background-color: rgba(254, 87, 34, 0.95) !important;
}
.focus\:bg-accent-color-dark\/100:focus {
    background-color: rgba(254, 87, 34, 1) !important;
}

.disabled\:bg-accent-color-dark:disabled {
    background: rgb(254, 87, 34) !important;
}
.disabled\:bg-accent-color-dark\/0:disabled {
    background-color: rgba(254, 87, 34, 0) !important;
}
.disabled\:bg-accent-color-dark\/5:disabled {
    background-color: rgba(254, 87, 34, 0.05) !important;
}
.disabled\:bg-accent-color-dark\/10:disabled {
    background-color: rgba(254, 87, 34, 0.1) !important;
}
.disabled\:bg-accent-color-dark\/20:disabled {
    background-color: rgba(254, 87, 34, 0.2) !important;
}
.disabled\:bg-accent-color-dark\/25:disabled {
    background-color: rgba(254, 87, 34, 0.25) !important;
}
.disabled\:bg-accent-color-dark\/30:disabled {
    background-color: rgba(254, 87, 34, 0.3) !important;
}
.disabled\:bg-accent-color-dark\/40:disabled {
    background-color: rgba(254, 87, 34, 0.4) !important;
}
.disabled\:bg-accent-color-dark\/50:disabled {
    background-color: rgba(254, 87, 34, 0.5) !important;
}
.disabled\:bg-accent-color-dark\/60:disabled {
    background-color: rgba(254, 87, 34, 0.6) !important;
}
.disabled\:bg-accent-color-dark\/70:disabled {
    background-color: rgba(254, 87, 34, 0.7) !important;
}
.disabled\:bg-accent-color-dark\/75:disabled {
    background-color: rgba(254, 87, 34, 0.75) !important;
}
.disabled\:bg-accent-color-dark\/80:disabled {
    background-color: rgba(254, 87, 34, 0.8) !important;
}
.disabled\:bg-accent-color-dark\/90:disabled {
    background-color: rgba(254, 87, 34, 0.9) !important;
}
.disabled\:bg-accent-color-dark\/95:disabled {
    background-color: rgba(254, 87, 34, 0.95) !important;
}
.disabled\:bg-accent-color-dark\/100:disabled {
    background-color: rgba(254, 87, 34, 1) !important;
}

.text-accent-color-dark {
    color: rgb(254, 87, 34) !important;
}

.hover\:text-accent-color-dark:hover {
    color: rgb(254, 87, 34) !important;
}

.focus\:text-accent-color-dark:focus {
    color: rgb(254, 87, 34) !important;
}

.disabled\:text-accent-color-dark:disabled {
    color: rgb(254, 87, 34) !important;
}

.border-accent-color-dark {
    border-color: rgb(254, 87, 34) !important;
}

.hover\:border-accent-color-dark:hover {
    border-color: rgb(254, 87, 34) !important;
}

.focus\:border-accent-color-dark:focus {
    border-color: rgb(254, 87, 34) !important;
}

.disabled\:border-accent-color-dark:disabled {
    border-color: rgb(254, 87, 34) !important;
}


.bg-accent-color-light {
    background-color: rgb(254, 87, 34) !important;
}
.bg-accent-color-light\/0 {
    background-color: rgba(254, 87, 34, 0) !important;
}
.bg-accent-color-light\/5 {
    background-color: rgba(254, 87, 34, 0.05) !important;
}
.bg-accent-color-light\/10 {
    background-color: rgba(254, 87, 34, 0.1) !important;
}
.bg-accent-color-light\/20 {
    background-color: rgba(254, 87, 34, 0.2) !important;
}
.bg-accent-color-light\/25 {
    background-color: rgba(254, 87, 34, 0.25) !important;
}
.bg-accent-color-light\/30 {
    background-color: rgba(254, 87, 34, 0.3) !important;
}
.bg-accent-color-light\/40 {
    background-color: rgba(254, 87, 34, 0.4) !important;
}
.bg-accent-color-light\/50 {
    background-color: rgba(254, 87, 34, 0.5) !important;
}
.bg-accent-color-light\/60 {
    background-color: rgba(254, 87, 34, 0.6) !important;
}
.bg-accent-color-light\/70 {
    background-color: rgba(254, 87, 34, 0.7) !important;
}
.bg-accent-color-light\/75 {
    background-color: rgba(254, 87, 34, 0.75) !important;
}
.bg-accent-color-light\/80 {
    background-color: rgba(254, 87, 34, 0.8) !important;
}
.bg-accent-color-light\/90 {
    background-color: rgba(254, 87, 34, 0.9) !important;
}
.bg-accent-color-light\/95 {
    background-color: rgba(254, 87, 34, 0.95) !important;
}
.bg-accent-color-light\/100 {
    background-color: rgba(254, 87, 34, 1) !important;
}

.hover\:bg-accent-color-light:hover {
    background-color: rgb(254, 87, 34) !important;
}
.hover\:bg-accent-color-light\/0:hover {
    background-color: rgba(254, 87, 34, 0) !important;
}
.hover\:bg-accent-color-light\/5:hover {
    background-color: rgba(254, 87, 34, 0.05) !important;
}
.hover\:bg-accent-color-light\/10:hover {
    background-color: rgba(254, 87, 34, 0.1) !important;
}
.hover\:bg-accent-color-light\/20:hover {
    background-color: rgba(254, 87, 34, 0.2) !important;
}
.hover\:bg-accent-color-light\/25:hover {
    background-color: rgba(254, 87, 34, 0.25) !important;
}
.hover\:bg-accent-color-light\/30:hover {
    background-color: rgba(254, 87, 34, 0.3) !important;
}
.hover\:bg-accent-color-light\/40:hover {
    background-color: rgba(254, 87, 34, 0.4) !important;
}
.hover\:bg-accent-color-light\/50:hover {
    background-color: rgba(254, 87, 34, 0.5) !important;
}
.hover\:bg-accent-color-light\/60:hover {
    background-color: rgba(254, 87, 34, 0.6) !important;
}
.hover\:bg-accent-color-light\/70:hover {
    background-color: rgba(254, 87, 34, 0.7) !important;
}
.hover\:bg-accent-color-light\/75:hover {
    background-color: rgba(254, 87, 34, 0.75) !important;
}
.hover\:bg-accent-color-light\/80:hover {
    background-color: rgba(254, 87, 34, 0.8) !important;
}
.hover\:bg-accent-color-light\/90:hover {
    background-color: rgba(254, 87, 34, 0.9) !important;
}
.hover\:bg-accent-color-light\/95:hover {
    background-color: rgba(254, 87, 34, 0.95) !important;
}
.hover\:bg-accent-color-light\/100:hover {
    background-color: rgba(254, 87, 34, 1) !important;
}

.focus\:bg-accent-color-light:focus {
    background: rgb(254, 87, 34) !important;
}
.focus\:bg-accent-color-light\/0:focus {
    background-color: rgba(254, 87, 34, 0) !important;
}
.focus\:bg-accent-color-light\/5:focus {
    background-color: rgba(254, 87, 34, 0.05) !important;
}
.focus\:bg-accent-color-light\/10:focus {
    background-color: rgba(254, 87, 34, 0.1) !important;
}
.focus\:bg-accent-color-light\/20:focus {
    background-color: rgba(254, 87, 34, 0.2) !important;
}
.focus\:bg-accent-color-light\/25:focus {
    background-color: rgba(254, 87, 34, 0.25) !important;
}
.focus\:bg-accent-color-light\/30:focus {
    background-color: rgba(254, 87, 34, 0.3) !important;
}
.focus\:bg-accent-color-light\/40:focus {
    background-color: rgba(254, 87, 34, 0.4) !important;
}
.focus\:bg-accent-color-light\/50:focus {
    background-color: rgba(254, 87, 34, 0.5) !important;
}
.focus\:bg-accent-color-light\/60:focus {
    background-color: rgba(254, 87, 34, 0.6) !important;
}
.focus\:bg-accent-color-light\/70:focus {
    background-color: rgba(254, 87, 34, 0.7) !important;
}
.focus\:bg-accent-color-light\/75:focus {
    background-color: rgba(254, 87, 34, 0.75) !important;
}
.focus\:bg-accent-color-light\/80:focus {
    background-color: rgba(254, 87, 34, 0.8) !important;
}
.focus\:bg-accent-color-light\/90:focus {
    background-color: rgba(254, 87, 34, 0.9) !important;
}
.focus\:bg-accent-color-light\/95:focus {
    background-color: rgba(254, 87, 34, 0.95) !important;
}
.focus\:bg-accent-color-light\/100:focus {
    background-color: rgba(254, 87, 34, 1) !important;
}

.disabled\:bg-accent-color-light:disabled {
    background: rgb(254, 87, 34) !important;
}
.disabled\:bg-accent-color-light\/0:disabled {
    background-color: rgba(254, 87, 34, 0) !important;
}
.disabled\:bg-accent-color-light\/5:disabled {
    background-color: rgba(254, 87, 34, 0.05) !important;
}
.disabled\:bg-accent-color-light\/10:disabled {
    background-color: rgba(254, 87, 34, 0.1) !important;
}
.disabled\:bg-accent-color-light\/20:disabled {
    background-color: rgba(254, 87, 34, 0.2) !important;
}
.disabled\:bg-accent-color-light\/25:disabled {
    background-color: rgba(254, 87, 34, 0.25) !important;
}
.disabled\:bg-accent-color-light\/30:disabled {
    background-color: rgba(254, 87, 34, 0.3) !important;
}
.disabled\:bg-accent-color-light\/40:disabled {
    background-color: rgba(254, 87, 34, 0.4) !important;
}
.disabled\:bg-accent-color-light\/50:disabled {
    background-color: rgba(254, 87, 34, 0.5) !important;
}
.disabled\:bg-accent-color-light\/60:disabled {
    background-color: rgba(254, 87, 34, 0.6) !important;
}
.disabled\:bg-accent-color-light\/70:disabled {
    background-color: rgba(254, 87, 34, 0.7) !important;
}
.disabled\:bg-accent-color-light\/75:disabled {
    background-color: rgba(254, 87, 34, 0.75) !important;
}
.disabled\:bg-accent-color-light\/80:disabled {
    background-color: rgba(254, 87, 34, 0.8) !important;
}
.disabled\:bg-accent-color-light\/90:disabled {
    background-color: rgba(254, 87, 34, 0.9) !important;
}
.disabled\:bg-accent-color-light\/95:disabled {
    background-color: rgba(254, 87, 34, 0.95) !important;
}
.disabled\:bg-accent-color-light\/100:disabled {
    background-color: rgba(254, 87, 34, 1) !important;
}

.text-accent-color-light {
    color: rgb(254, 87, 34) !important;
}

.hover\:text-accent-color-light:hover {
    color: rgb(254, 87, 34) !important;
}

.focus\:text-accent-color-light:focus {
    color: rgb(254, 87, 34) !important;
}

.disabled\:text-accent-color-light:disabled {
    color: rgb(254, 87, 34) !important;
}

.border-accent-color-light {
    border-color: rgb(254, 87, 34) !important;
}

.hover\:border-accent-color-light:hover {
    border-color: rgb(254, 87, 34) !important;
}

.focus\:border-accent-color-light:focus {
    border-color: rgb(254, 87, 34) !important;
}

.disabled\:border-accent-color-light:disabled {
    border-color: rgb(254, 87, 34) !important;
}


.bg-header {
    background-color: rgb(255, 255, 255);
}
.bg-header\/0 {
    background-color: rgba(255, 255, 255, 0);
}
.bg-header\/5 {
    background-color: rgba(255, 255, 255, 0.05);
}
.bg-header\/10 {
    background-color: rgba(255, 255, 255, 0.1);
}
.bg-header\/20 {
    background-color: rgba(255, 255, 255, 0.2);
}
.bg-header\/25 {
    background-color: rgba(255, 255, 255, 0.25);
}
.bg-header\/30 {
    background-color: rgba(255, 255, 255, 0.3);
}
.bg-header\/40 {
    background-color: rgba(255, 255, 255, 0.4);
}
.bg-header\/50 {
    background-color: rgba(255, 255, 255, 0.5);
}
.bg-header\/60 {
    background-color: rgba(255, 255, 255, 0.6);
}
.bg-header\/70 {
    background-color: rgba(255, 255, 255, 0.7);
}
.bg-header\/75 {
    background-color: rgba(255, 255, 255, 0.75);
}
.bg-header\/80 {
    background-color: rgba(255, 255, 255, 0.8);
}
.bg-header\/90 {
    background-color: rgba(255, 255, 255, 0.9);
}
.bg-header\/95 {
    background-color: rgba(255, 255, 255, 0.95);
}
.bg-header\/100 {
    background-color: rgba(255, 255, 255, 1);
}

.hover\:bg-header:hover {
    background-color: rgb(255, 255, 255);
}
.hover\:bg-header\/0:hover {
    background-color: rgba(255, 255, 255, 0);
}
.hover\:bg-header\/5:hover {
    background-color: rgba(255, 255, 255, 0.05);
}
.hover\:bg-header\/10:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.hover\:bg-header\/20:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.hover\:bg-header\/25:hover {
    background-color: rgba(255, 255, 255, 0.25);
}
.hover\:bg-header\/30:hover {
    background-color: rgba(255, 255, 255, 0.3);
}
.hover\:bg-header\/40:hover {
    background-color: rgba(255, 255, 255, 0.4);
}
.hover\:bg-header\/50:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.hover\:bg-header\/60:hover {
    background-color: rgba(255, 255, 255, 0.6);
}
.hover\:bg-header\/70:hover {
    background-color: rgba(255, 255, 255, 0.7);
}
.hover\:bg-header\/75:hover {
    background-color: rgba(255, 255, 255, 0.75);
}
.hover\:bg-header\/80:hover {
    background-color: rgba(255, 255, 255, 0.8);
}
.hover\:bg-header\/90:hover {
    background-color: rgba(255, 255, 255, 0.9);
}
.hover\:bg-header\/95:hover {
    background-color: rgba(255, 255, 255, 0.95);
}
.hover\:bg-header\/100:hover {
    background-color: rgba(255, 255, 255, 1);
}

.focus\:bg-header:focus {
    background: rgb(255, 255, 255);
}
.focus\:bg-header\/0:focus {
    background-color: rgba(255, 255, 255, 0);
}
.focus\:bg-header\/5:focus {
    background-color: rgba(255, 255, 255, 0.05);
}
.focus\:bg-header\/10:focus {
    background-color: rgba(255, 255, 255, 0.1);
}
.focus\:bg-header\/20:focus {
    background-color: rgba(255, 255, 255, 0.2);
}
.focus\:bg-header\/25:focus {
    background-color: rgba(255, 255, 255, 0.25);
}
.focus\:bg-header\/30:focus {
    background-color: rgba(255, 255, 255, 0.3);
}
.focus\:bg-header\/40:focus {
    background-color: rgba(255, 255, 255, 0.4);
}
.focus\:bg-header\/50:focus {
    background-color: rgba(255, 255, 255, 0.5);
}
.focus\:bg-header\/60:focus {
    background-color: rgba(255, 255, 255, 0.6);
}
.focus\:bg-header\/70:focus {
    background-color: rgba(255, 255, 255, 0.7);
}
.focus\:bg-header\/75:focus {
    background-color: rgba(255, 255, 255, 0.75);
}
.focus\:bg-header\/80:focus {
    background-color: rgba(255, 255, 255, 0.8);
}
.focus\:bg-header\/90:focus {
    background-color: rgba(255, 255, 255, 0.9);
}
.focus\:bg-header\/95:focus {
    background-color: rgba(255, 255, 255, 0.95);
}
.focus\:bg-header\/100:focus {
    background-color: rgba(255, 255, 255, 1);
}

.disabled\:bg-header:disabled {
    background: rgb(255, 255, 255);
}
.disabled\:bg-header\/0:disabled {
    background-color: rgba(255, 255, 255, 0);
}
.disabled\:bg-header\/5:disabled {
    background-color: rgba(255, 255, 255, 0.05);
}
.disabled\:bg-header\/10:disabled {
    background-color: rgba(255, 255, 255, 0.1);
}
.disabled\:bg-header\/20:disabled {
    background-color: rgba(255, 255, 255, 0.2);
}
.disabled\:bg-header\/25:disabled {
    background-color: rgba(255, 255, 255, 0.25);
}
.disabled\:bg-header\/30:disabled {
    background-color: rgba(255, 255, 255, 0.3);
}
.disabled\:bg-header\/40:disabled {
    background-color: rgba(255, 255, 255, 0.4);
}
.disabled\:bg-header\/50:disabled {
    background-color: rgba(255, 255, 255, 0.5);
}
.disabled\:bg-header\/60:disabled {
    background-color: rgba(255, 255, 255, 0.6);
}
.disabled\:bg-header\/70:disabled {
    background-color: rgba(255, 255, 255, 0.7);
}
.disabled\:bg-header\/75:disabled {
    background-color: rgba(255, 255, 255, 0.75);
}
.disabled\:bg-header\/80:disabled {
    background-color: rgba(255, 255, 255, 0.8);
}
.disabled\:bg-header\/90:disabled {
    background-color: rgba(255, 255, 255, 0.9);
}
.disabled\:bg-header\/95:disabled {
    background-color: rgba(255, 255, 255, 0.95);
}
.disabled\:bg-header\/100:disabled {
    background-color: rgba(255, 255, 255, 1);
}


.text-header {
    color: rgb(33, 33, 33);
}

.hover\:text-header:hover {
    color: rgb(33, 33, 33);
}

.focus\:text-header:focus {
    color: rgb(33, 33, 33);
}

.disabled\:text-header:disabled {
    color: rgb(33, 33, 33);
}


.border-header {
    border-color: rgb(33, 33, 33);
}

.hover\:border-header:hover {
    border-color: rgb(33, 33, 33);
}

.focus\:border-header:focus {
    border-color: rgb(33, 33, 33);
}

.disabled\:border-header:disabled {
    border-color: rgb(33, 33, 33);
}


.bg-footer {
    background-color: rgb(169, 169, 169);
}
.bg-footer\/0 {
    background-color: rgba(169, 169, 169, 0);
}
.bg-footer\/5 {
    background-color: rgba(169, 169, 169, 0.05);
}
.bg-footer\/10 {
    background-color: rgba(169, 169, 169, 0.1);
}
.bg-footer\/20 {
    background-color: rgba(169, 169, 169, 0.2);
}
.bg-footer\/25 {
    background-color: rgba(169, 169, 169, 0.25);
}
.bg-footer\/30 {
    background-color: rgba(169, 169, 169, 0.3);
}
.bg-footer\/40 {
    background-color: rgba(169, 169, 169, 0.4);
}
.bg-footer\/50 {
    background-color: rgba(169, 169, 169, 0.5);
}
.bg-footer\/60 {
    background-color: rgba(169, 169, 169, 0.6);
}
.bg-footer\/70 {
    background-color: rgba(169, 169, 169, 0.7);
}
.bg-footer\/75 {
    background-color: rgba(169, 169, 169, 0.75);
}
.bg-footer\/80 {
    background-color: rgba(169, 169, 169, 0.8);
}
.bg-footer\/90 {
    background-color: rgba(169, 169, 169, 0.9);
}
.bg-footer\/95 {
    background-color: rgba(169, 169, 169, 0.95);
}
.bg-footer\/100 {
    background-color: rgba(169, 169, 169, 1);
}

.hover\:bg-footer:hover {
    background-color: rgb(169, 169, 169);
}
.hover\:bg-footer\/0:hover {
    background-color: rgba(169, 169, 169, 0);
}
.hover\:bg-footer\/5:hover {
    background-color: rgba(169, 169, 169, 0.05);
}
.hover\:bg-footer\/10:hover {
    background-color: rgba(169, 169, 169, 0.1);
}
.hover\:bg-footer\/20:hover {
    background-color: rgba(169, 169, 169, 0.2);
}
.hover\:bg-footer\/25:hover {
    background-color: rgba(169, 169, 169, 0.25);
}
.hover\:bg-footer\/30:hover {
    background-color: rgba(169, 169, 169, 0.3);
}
.hover\:bg-footer\/40:hover {
    background-color: rgba(169, 169, 169, 0.4);
}
.hover\:bg-footer\/50:hover {
    background-color: rgba(169, 169, 169, 0.5);
}
.hover\:bg-footer\/60:hover {
    background-color: rgba(169, 169, 169, 0.6);
}
.hover\:bg-footer\/70:hover {
    background-color: rgba(169, 169, 169, 0.7);
}
.hover\:bg-footer\/75:hover {
    background-color: rgba(169, 169, 169, 0.75);
}
.hover\:bg-footer\/80:hover {
    background-color: rgba(169, 169, 169, 0.8);
}
.hover\:bg-footer\/90:hover {
    background-color: rgba(169, 169, 169, 0.9);
}
.hover\:bg-footer\/95:hover {
    background-color: rgba(169, 169, 169, 0.95);
}
.hover\:bg-footer\/100:hover {
    background-color: rgba(169, 169, 169, 1);
}

.focus\:bg-footer:focus {
    background: rgb(169, 169, 169);
}
.focus\:bg-footer\/0:focus {
    background-color: rgba(169, 169, 169, 0);
}
.focus\:bg-footer\/5:focus {
    background-color: rgba(169, 169, 169, 0.05);
}
.focus\:bg-footer\/10:focus {
    background-color: rgba(169, 169, 169, 0.1);
}
.focus\:bg-footer\/20:focus {
    background-color: rgba(169, 169, 169, 0.2);
}
.focus\:bg-footer\/25:focus {
    background-color: rgba(169, 169, 169, 0.25);
}
.focus\:bg-footer\/30:focus {
    background-color: rgba(169, 169, 169, 0.3);
}
.focus\:bg-footer\/40:focus {
    background-color: rgba(169, 169, 169, 0.4);
}
.focus\:bg-footer\/50:focus {
    background-color: rgba(169, 169, 169, 0.5);
}
.focus\:bg-footer\/60:focus {
    background-color: rgba(169, 169, 169, 0.6);
}
.focus\:bg-footer\/70:focus {
    background-color: rgba(169, 169, 169, 0.7);
}
.focus\:bg-footer\/75:focus {
    background-color: rgba(169, 169, 169, 0.75);
}
.focus\:bg-footer\/80:focus {
    background-color: rgba(169, 169, 169, 0.8);
}
.focus\:bg-footer\/90:focus {
    background-color: rgba(169, 169, 169, 0.9);
}
.focus\:bg-footer\/95:focus {
    background-color: rgba(169, 169, 169, 0.95);
}
.focus\:bg-footer\/100:focus {
    background-color: rgba(169, 169, 169, 1);
}

.disabled\:bg-footer:disabled {
    background: rgb(169, 169, 169);
}
.disabled\:bg-footer\/0:disabled {
    background-color: rgba(169, 169, 169, 0);
}
.disabled\:bg-footer\/5:disabled {
    background-color: rgba(169, 169, 169, 0.05);
}
.disabled\:bg-footer\/10:disabled {
    background-color: rgba(169, 169, 169, 0.1);
}
.disabled\:bg-footer\/20:disabled {
    background-color: rgba(169, 169, 169, 0.2);
}
.disabled\:bg-footer\/25:disabled {
    background-color: rgba(169, 169, 169, 0.25);
}
.disabled\:bg-footer\/30:disabled {
    background-color: rgba(169, 169, 169, 0.3);
}
.disabled\:bg-footer\/40:disabled {
    background-color: rgba(169, 169, 169, 0.4);
}
.disabled\:bg-footer\/50:disabled {
    background-color: rgba(169, 169, 169, 0.5);
}
.disabled\:bg-footer\/60:disabled {
    background-color: rgba(169, 169, 169, 0.6);
}
.disabled\:bg-footer\/70:disabled {
    background-color: rgba(169, 169, 169, 0.7);
}
.disabled\:bg-footer\/75:disabled {
    background-color: rgba(169, 169, 169, 0.75);
}
.disabled\:bg-footer\/80:disabled {
    background-color: rgba(169, 169, 169, 0.8);
}
.disabled\:bg-footer\/90:disabled {
    background-color: rgba(169, 169, 169, 0.9);
}
.disabled\:bg-footer\/95:disabled {
    background-color: rgba(169, 169, 169, 0.95);
}
.disabled\:bg-footer\/100:disabled {
    background-color: rgba(169, 169, 169, 1);
}


.text-footer {
    color: rgb(255, 255, 255);
}

.hover\:text-footer:hover {
    color: rgb(255, 255, 255);
}

.focus\:text-footer:focus {
    color: rgb(255, 255, 255);
}

.disabled\:text-footer:disabled {
    color: rgb(255, 255, 255);
}


.border-footer {
    border-color: rgb(255, 255, 255);
}

.hover\:border-footer:hover {
    border-color: rgb(255, 255, 255);
}

.focus\:border-footer:focus {
    border-color: rgb(255, 255, 255);
}

.disabled\:border-footer:disabled {
    border-color: rgb(255, 255, 255);
}
