.color-1 {
    color: #cc4198 !important;
}

.color-2 {
    color: #519796 !important;
}

.bg-1 {
    background-color: #6cc9c8 !important;
}

.btn-primary {
    background-color: #cc4198;
    color: white;
    border-radius: unset;
    padding: 0.7em 1em;
}

.btn-primary:hover {
    background-color: #7a245bb7;
    color: white;
    border-radius: unset;
    padding: 0.7em 1em;
}

.dropdown-toggle::after {
    display: none;
}

#dropdown-content {
    display: none;
}

.nav-link {
    color: black;
}

.nav-link:hover {
    color: #cc4198;
}

.side-link {
    letter-spacing: 2px;
    color: white;
}

.side-link:hover {
    color: #cc4198;
}

.side-link.active {
    color: #cc4198;
}

.modal .form-control,
.modal .form-select {
    background-color: #ecf0f1;
    font-size: 16px;
    border-color: #ecf0f1;
    /* Change the border color to pink */
    border-width: 3px;
    /* Make the border thicker */
    box-shadow: none;
}

.modal .form-control:focus,
.modal .form-select:focus {
    border-color: #cc4198;
    /* Change the border color to pink */
    border-width: 3px;
    /* Make the border thicker */
    box-shadow: none;
}