.bg-custom {
    background-color: #04f196;
}

.custom-side-bar {
    overflow-x: hidden;
    box-sizing: border-box;
    overflow-y: scroll;

}
.badge-select {
    background-color: #007bff; /* Blue background */
    color: white; /* White text */
    padding: 5px 10px; /* Padding around the text */
    margin: 2px; /* Spacing between badges */
    border-radius: 10px; /* Rounded corners */
    font-size: 14px; /* Font size */
}
#badges-container {
    margin-bottom: 10px;
}


.password-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}

.scroll-custom::-webkit-scrollbar {
    width: 4px;
}

.scroll-custom::-moz-scrollbar {
    width: 4px;
}

.scroll-custom::-ms-scrollbar {
    width: 4px;
}

.scroll-custom::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.scroll-custom::-moz-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.scroll-custom::-ms-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.scroll-custom::-webkit-scrollbar-button {
    display: none;
}

.scroll-custom::-moz-scrollbar-button {
    display: none;
}

.scroll-custom::-ms-scrollbar-button {
    display: none;
}

.w-5 {
    width: 5%;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-30 {
    width: 30%;
}

.w-35 {
    width: 35%;
}

.w-40 {
    width: 40%;
}

.w-45 {
    width: 45%;
}

.w-50 {
    width: 50%;
}

.w-55 {
    width: 55%;
}

.w-60 {
    width: 60%;
}

.w-65 {
    width: 65%;
}

.w-70 {
    width: 70%;
}

.w-75 {
    width: 75%;
}

.w-80 {
    width: 80%;
}

.w-85 {
    width: 85%;
}

.w-90 {
    width: 90%;
}

.w-95 {
    width: 95%;
}

.w-100 {
    width: 100%;
}

.btn-remove-default {
    background-color: transparent;
    border: 1px solid gray;
    color: #000;
    padding: 0px;
}

.btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 8px;
    text-align: center;
}

.red-1 {
    background-color: #ED1C05;
}

.orange-1 {
    background-color: #F7AC2A;
}

.orange-2 {
    background-color: #ED6700;
}

.green-1 {
    background-color: #1CED05;
}

.blue-1 {
    background-color: #14C2FC;
}

.gray-1 {
    background-color: #9E9E9E;
}

.purple-1 {
    background-color: #9C27B0;
}