.center-div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
}

.btn {
    border-radius: 20px;
}

.common-title {
    border-radius: 30px;
    color: black !important;
    background-color: #f2ede3 !important;
    font-weight: bold;
    width: 100%
}

.custom-btn {
    border-radius: 20px !important;
}

.navbar-border {
    border-bottom: 2px solid rgba(221, 221, 221, 0);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}

.sidebar-border {
    border-right: 2px solid rgba(221, 221, 221, 0);
    box-shadow: 3px 0 5px rgba(0, 0, 0, 0.15);
}

.sidebar-title {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 0 !important;
}

.sidebar-item {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Align icon and text to the left */
    padding: 10px 15px;
    background-color: #ffffff;
    border-radius: 25px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease-in-out;
    font-weight: bold;
    font-size: 18px !important;
    width: 80%; /* Make it smaller */
    margin: 0 auto; /* Centers the white box */
}

.sidebar-item i {
    margin-right: 10px; /* Add spacing between icon and text */
}

.sidebar-item:hover {
    background-color: #f5f5f5;
}

.mm-active .active {
    color: black !important;
}

.mm-active .active i {
    color: black !important;
}

body {
    background-color: #f4f1ee !important;
}

.card {
    border-radius: 25px !important;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.15) !important;
}

.twitter-bs-wizard .twitter-bs-wizard-nav .nav-link.active .step-number {
    border: 2px solid black !important;
    background-color: black !important;
    color: white;
}

.twitter-bs-wizard .twitter-bs-wizard-nav .step-number {
    border: 2px solid black !important;
    background-color: white !important;
    color: black;
}

.nerd-primary {
    background-color: #f2ede3 !important;
    color: black !important;
    box-shadow: 3px 0 3px rgba(0, 0, 0, 0.15) !important;
}

.nerd-warning {
    background: #ed6262 !important;
    color: white !important;
    box-shadow: 3px 0 3px rgba(0, 0, 0, 0.15) !important;
}