.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    background-color: #000;
}

.bg-green {
    background-color: #26c536 !important;
}

.error {
    color: red;
}

.text-danger {
    color: red;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

/*
Webflow
*/

::-moz-selection {
    /* Firefox */
    color: #ffffff;
    background: #e6007a;
}
::selection {
    color: #ffffff;
    background: #e6007a;
}

/* width */
::-webkit-scrollbar {
    width: 12px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #ffffff;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #e6007a;
    height: 25vh;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #e6007a;
}
.SCROLLABLE-Div-Class-Name {
    overflow-x: hidden;
}
