:root {
    --white: #ffffff;
    --primary-color: #198754;
    --gray-10: #f1f1f1;
    --gray-20: #efefef;
    --gray-30: #c7c7c7;
    --black: #000000;
}

h4 {
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 30px !important;
}
body
 {
    background-color: var(--gray-10) !important;
    margin: 0 !important;
}
a:hover {
    color: var(--primary-color) !important;
}
a.active:hover {
    color: var(--white) !important;
}
.bluk_mail .card-header 
 {
    padding: 10px 20px !important;
}
.spacer {
    padding: 40px !important;
}
img.lineIcon {
    width: 20px;
}
.dashboard {
    display: flex;
    height: 100vh;
    width: 100%;
}
.topbar { 
    width: 84%;
    flex-grow: 1;
    transition: all 0.3s ease; 
}
/* r */
select.form-select.form-select-sm {
    width: 43%;
    
}
 select.no-arrow {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: transparent;
        border: 1px solid #ccc;
        padding: 4px 8px;
        border-radius: 4px;
        background-color: white;
    }

    /* Optional: Remove dropdown indicator space */
    select.no-arrow::-ms-expand {
        display: none;
    }
    
/* rks */
.topbar_main { 
    height: 56px; 
    padding: 0 40px; 
    background-color: var(--white);
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
} 
.dashboard_body {
    padding: 40px 70px;
}
#relay_SMTP ul li button {
    font-size: 14px;
    color: var(--black);
    line-height: 18px;
    font-weight: 600;
}
#relay_SMTP ul li .nav-link.active {
    color: var(--primary-color);
}
.sidebar {
    width: 18%;
    background: var(--white); 
    transition: width 0.3s ease, min-width 0.3s ease, max-width 0.3s ease;
    overflow: scroll;
    height: 100%;
}
.logo span {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 52px !important;
    display: block;
    text-align: center;
    border-bottom: 1px solid var(--gray-20);
    padding: 12px 20px;
    font-weight: bold;
} 
.sidebar_menu ul {
    padding: 0;
    margin: 0;
}
.sidebar_menu ul li {
    list-style: none;
}
#collapseExample ul li a.active 
 {
    padding: 10px 20px;
    color: var(--white);
}
.collapse_item a {
    padding: 14px 20px;
    display: block;
    color: var(--black);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}
a.active {
    background: var(--primary-color);
    color: var(--white);
    border-radius: 10px;
    display: flex;
}
img.arrow_bottom {
    width: 10px;
    margin-left: 12px;
}
.collapse_item {
    margin-bottom: 4px;
    padding: 0 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--gray-20);
}
img.profile_img {
    width: 30px;
    border-radius: 100px;
    margin-right: 16px;
}
.proflie .dropdown button {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}
#collapseExample ul li {
    border-bottom: 1px solid var(--gray-20);
    padding: 12px 40px;
}
#collapseExample ul li a {
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    color: var(--black);
    font-weight: 500;
}


 
main {
  margin-top: 30px;
  height: 100%;
}  
.file-wrapper {
  text-align: center;
  width: 300px;
  height: 5em;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  overflow: hidden;
  background: gray;
}
form {
    margin: 0;
}
button.btn-close:focus {
    box-shadow: unset;
}

.file-wrapper input {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity: 0.0;
    filter: alpha(opacity=0); 
    font-size: 300px;
    height: 200px;
}
th , td {
    font-size: 13px;
}
 
.setup_smtp .card-header {
    padding: 0 0 0 24px;
} 

input::placeholder {
    font-size: 12px;
}
        input,
        textarea,
        select {
            width: 100%;
            padding: 8px;
            margin-bottom: 15px;
        }
 

        label {
            font-weight: bold;
            display: block;
            margin-bottom: 5px;
        }


        /* setup_smtp css start here */
        .setup_smtp .card-header {
            padding: 0 0 0 24px; 
        }
        .card-header button.btn.btn-primary {
            background: #198754;
            border-radius: 0;
            border: 1px solid #198754;
            border-radius: 0 6px 0px 0px;
            padding: 10px 24px;
            font-size: 16px;
            font-weight: 700;
            letter-spacing: 1px;
        }
        .card-header {
            padding: 0 !important;
            padding: 0 0 0 24px !important;
        } 
        .status span {
            font-size: 13px;
            line-height: 18px;
            font-weight: 600;
        }
        /* setup_smtp css close here */


        /* bulk mail start */
        input , select {
        border: 1px solid #dee2e6 !important;
        border-radius: 8px !important;
        padding: 7px !important;
        margin-bottom: 4px;
    }
   .topbar form label , .dataTables_length label , .dataTables_info , a#emailsTable_previous , a#emailsTable_next {
        font-size: 12px;
        line-height: 20px;
        margin: 0;
        font-weight: 500;
    }
    .topbar form h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 20px;
}
.dataTables_length select , #emailsTable_filter input
 {
    border: 1px solid #dee2e6 !important;
    border-radius: 8px !important;
    padding: 2px !important;
}
#emailsTable_wrapper a.paginate_button.current {
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
    border: 1px solid var(--primary-color) !important;
    padding: 1px 10px !important;
}
.card_outer img {
    position: absolute;
    width: 26px;
    right: 20px;
    bottom: 7px;
}
.card_outer .card-header 
 {
    padding: 4px 0 !important;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}
.card_outer a.btn.btn-link {
    padding: 0;
}
input:focus-visible 
 {
    outline: 1px solid var(--primary-color);
}
.email_template button {
    margin-bottom: 10px;
    margin-left: 20px;
}
.saved_template 
 {
    gap: 10px;
}
button.btn.btn-success.templateButton {
    background: url();
    color: var(--bs-btn-hover-bg);
    font-weight: 500;
}

.savedTemplate_card p {
    margin: 0 !important;
}
/* bluk mail css close */