Webkit Browsers */ ::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: #f4f4f4;
}

::-webkit-scrollbar-thumb {
    background-color: orange;
    border-radius: 10px;
    border: 3px solid #f4f4f4;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgb(
        112 171 17 / var(--tw-bg-opacity)
    ); /* Darker shade of orange */
}

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: rgb(112 171 17 / var(--tw-bg-opacity)) #f4f4f4;
}

/* .bg-lightOrange {
    background-color: #ec2100;
}

.bg-lightOrange p,
.bg-lightOrange a {
    color: #fff;
} */
