body {
    
    font-family: "Montserrat", sans-serif;
    background-color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    color: #444;
}
section {
    background-color: #ff9ff56b;
    padding: 1rem;
    border-radius: 0.3rem;
}
.col-form-label,
.form-select,
.form-control {
    color: #345e88cf;
    font-size: 14px;
}

#editor-container {

    height: 100%;
}
.table {
    color: #6581ab;
}
.table th {
        font-weight: bold;
            color: #3474adb8;
            border-style: none !important;
        }
        .reach-out {
            background-color: #f9f0816b;
            padding: 1rem;
        }
.show-number-btn {
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #0d6efd;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 17px;
}
.show-contacts-btn {
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #0d6efd;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 17px;
}
img.loginImage {
    width: 267px;
    height: auto;
}

/* custom changes to Bootstream theme */
.bg-dark { background-color: #f7437c !important; }  /*nav background-color*/
.bg-light {
    /*footer bg color*/

    background-color: rgb(193 241 132 / 78%) !important;
}

.btn-primary {
    color: #fff;
    background-color: #1c75f9c4;
    border-color: #1c75f9c4;
}
/* start of saved_list.php needed css */
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}
.criteria-selection,
.actions {
    margin-bottom: 20px;
}
/* dashboard */
.stats-container {
    background-color: #f7437c4a;
    font-weight: 600;
    padding: 1.4rem;
    border-radius: 10px;
}

.email-row.table-success {
    background-color: #d4edda;
    padding: 10px;
    border-radius: 4px;
}

.dash-emails,
.contacts-stats {
    width: 800px;
    margin: 20px auto;
    text-align: left;
    padding: 2rem;
    border-radius: 10px;
    border: 1px solid #000;
}

.dash-emails {

    /* background-color: #e5dd8a94; */

}

.contacts-stats {
    
        /* background-color: #0dcaf033; */
        
        }
        
        .contact-row:hover {
            background-color: #f7437c3b;
            transition: background-color 0.2s ease;
            cursor: pointer;
        }
        
        s
.button {
    background-color: #0073e6;
    color: white;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    margin-right: 5px;
}

#contacts-table table {
    width: 100%;
    border-collapse: collapse;
}

#contacts-table th,
#contacts-table td {
    padding: 10px;
    border: 1px solid #ddd;
}

#contacts-table th {
    background-color: #f2f2f2;
}

.contacts-count {
    color: #f7437c;
    font-weight: 600;
}

.searchTable {
    width: 100%;
    border: none !important;
}

.searchTable td,
.searchTable th {
    border: none !important;
    border-bottom: 1px solid #ddd !important;
}

/* Remove Bootstrap's default borders */
.table>:not(caption)>*>* {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}

/* end of saved_list.php's css code */
#sidebar {
    min-width: 250px;
    max-width: 250px;
    min-height: 100vh;
    background: #343a40;
    color: #fff;
    transition: all 0.3s;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #212529;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: #fff;
    text-decoration: none;
}

#sidebar ul li a:hover {
    color: #343a40;
    background: #fff;
}

#content {
    width: 100%;
    
    min-height: 100vh;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 26px rgb(0 0 0 / 28%);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* Login page styles */
.login-container {
    max-width: 400px;
    margin: 30px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.login-container h2 {
    margin-bottom: 20px;
    text-align: center;
}

.login-container input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.login-container button {
    width: 100%;
    padding: 10px;
    background-color: #f169b3;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.login-container button:hover {
    background-color: #0056b3;
}

.error {
    color: #dc3545;
    margin-bottom: 10px;
}


.navbar-dark .navbar-nav .nav-link.active{
    color: #f9ff0c;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255);
}

.btn-group .btn {
    padding: 0.375rem 0.5rem;  /* Adjust padding to make buttons slightly narrower */
}

@media (max-width: 576px) {  /* For mobile devices */
    .btn-group {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .btn-group .btn {
        flex: 1 0 40%;  /* Two buttons per row on very small screens */
        margin: 0.25rem;
    }
}
