
body {
    background-color: #f4f6f9;
    font-family: Arial, sans-serif;
}

.sidebar {
    height: 100vh;
    background-color: #2c3e50;
    padding-top: 20px;
    color: #ecf0f1;
    position: sticky;
    top: 0px;
}

.sidebar a {
    color: #ecf0f1;
    padding: 15px;
    display: block;
    text-decoration: none;
    font-size: 1.1rem;
}

.sidebar a:hover {
    background-color: #1abc9c;
    color: #fff;
    text-decoration: none;
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
    color: #34495e;
}

.card {
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.card-header {
    background-color: #1abc9c;
    color: white;
    font-weight: bold;
}

.btn-custom {
    background-color: #1abc9c;
    color: white;
    border-radius: 25px;
    padding: 10px 20px;
}

.btn-custom:hover {
    background-color: #16a085;
    color: white;
}

.container-fluid {
    margin-top: 20px;
}

.table thead {
    background-color: #1abc9c;
    color: #fff;
}

.progress {
    margin-top: 20px;
    height: 20px;
}

.progress-bar {
    border-radius: 25px;
    background-color: #1abc9c;
}

.form-control, .form-select {
    border-radius: 5px;
    border: 1px solid #ced4da;
}

.list-group-item {
    border: 1px solid #ced4da;
}
.card-body.email-templates {
    height: 470px;
    overflow: auto;
}

.cke_notification {
    display: none;
}