/* font kit start here */
@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Black.woff2') format('woff2'),
        url('../fonts/Barlow-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;

}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-ExtraBold.woff2') format('woff2'),
        url('../fonts/Barlow-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Bold.woff2') format('woff2'),
        url('../fonts/Barlow-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Regular.woff2') format('woff2'),
        url('../fonts/Barlow-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Medium.woff2') format('woff2'),
        url('../fonts/Barlow-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-SemiBold.woff2') format('woff2'),
        url('../fonts/Barlow-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}



/* font kit end here */
body {
    font-family: 'Barlow';
    margin: 0px;
    padding: 0px;
}

.home_main {
    background-image: url(../images/Lines.png);
}

a {
    text-decoration: none;
}

.form-control:focus,
.form-select:focus {
    border-color: #24245A;
    box-shadow: none;
}

/* login header css start */
.login_header {
    padding: 40px 0px;
    position: absolute;
    width: -webkit-fill-available;
    z-index: 9;
}

.login_header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login_header_right a {
    color: #24245A;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
}


/* login header css end */

/* login css start */
section.login_sec {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #24245A, #406190); 
    backdrop-filter: blur(10px);

}

.login_inner_sec {
    width: 100%;
    max-width: 600px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent white */
    padding: 40px;
    border-radius: 10px;
    backdrop-filter: blur(50px); /
}

.login_inner_sec button {
    background-color: #24245A;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    padding: 15px 20px;
    border-radius: 5px;
    border: none;
    margin-top: 10px;
    width: 100%;
}

.login_inner_sec button:hover {
    background: linear-gradient(135deg, #406190, #24245A); 
    color: #fff;
    transition: all 0.5s ease;
}

.login_inner_sec form {
    margin-top: 20px;
}

.login_inner_sec h2{
    color: #000;
    font-size: 30px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: center;
    margin-bottom: 20px;
}


.email_logout_notification .logout_link{
    color: #24245A;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #0059a6;
    padding: 10px;
    border-radius: 10px;
}

.email_logout_notification .email_logout_notification_inner_header{
    background-color: transparent;
    border: 1px solid #0059a6;
    padding: 18px;
    font-size: 16px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
}

.email_logout_notification .email_logout_notification_inner_header i{
    font-size: 16px;
}

.email_dashboard_content h3{
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    color: #24245A;
}

.email-list {
    background-color: #f2f6fc;
    padding: 20px;
    border-radius: 10px;
}

.email-item{        
    background-color: transparent;
    padding: 10px;
    cursor: pointer;
    box-shadow: inset 0 -1px 0 0 rgba(100,121,143,0.12);
    
}

.email-item .email_content_text {
    width: 100%;
    /* max-width: calc(100% - 50%); */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: #24245A;
}

.email-item:last-child{
    margin-bottom: 0px;
}

.email-item h5{
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    color: #24245A;
}

.email-item .email{
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: #24245A;
}

.email-item .email-subject{
    font-size: 16px;
    font-weight: 400;
    line-height: 16.8px;
    color: #24245A;
    margin: 0;
    width: 100%;
    max-width: 160px;
}

.email-item .email-preview{
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: #24245A;
}

.email-item .email-time {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    position: absolute;
    top: 11px;
    right: 14px;
}

.notification-dropdown {
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    width: 300px;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    right: -2px;
    border-radius: 10px;
    padding: 10px;
}

.notification-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notification-list li {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.notification-list li:last-child {
    border-bottom: none;
}

.logs_email_table_outer h2{
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    color: #24245A;

}  

.logs_email_table_outer input{
    border: 1px solid #24245A;
    border-radius: 0px;
    padding: 10px;
    width: 200px;
    height: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    color: #24245A;
    background-color: #fff;
}

/* .logs_email_table_outer table tr td.log-type{
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    color: #24245A;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    border: 1px solid #24245A;
    border-radius: 10px;
    width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;    
} */

.filter_email_sec input {
    border: none;
    border-radius: 30px;
    width: 100%;
    height: 47px;
    font-size: 16px;
    font-weight: 400;
    color: #24245A;
    background-color: #e9eef7;
    margin-bottom: 10px;
}

.filter_email_sec input:focus-visible{
    outline: none;
}

.filter_email_sec input::placeholder{
    color: #24245A;
}



.logs_email_table_outer .pagination{
    justify-content: end;
}

.logs_email_table_outer .pagination .page-item .page-link{
    border: 1px solid #24245A;
    color: #24245A;
    background-color: transparent;
}

.logs_email_table_outer .pagination .page-item .page-link:hover{
    background-color: #24245A;
    color: #fff;
}

.logs_email_table_outer .pagination .page-item .page-link:focus{
    box-shadow: none;
}

.logs_email_table_outer .pagination .page-item .page-link:disabled{
    background-color: #24245A;
    color: #fff;
}

.logs_email_table_outer .pagination .page-item .page-link:active{
    background-color: #24245A;
    color: #fff;
}
/* login css end */
/* signup css start */



/******* admin dashboard css start *******/
.admin_dashboard {
    background-color: #e2fff04d;
    min-height: 100vh;
}

.admin_dashboard .left_side_menu {
    background: linear-gradient(135deg, #406190, #24245A); 
    position: fixed;
    top: 0;
    left: 0;
    padding: 30px 0px;
    z-index: 9;
    width: 250px;
    height: 100%;
}



section.admin_dashboard .content-page {
    width: calc(100% - 250px);
    margin-left: auto;
    position: relative;
}

.admin_dashboard .sidebar_logo {
    text-align: center;
}

.dashboard_sidebar_links {
    margin: 40px 0px 10px;
    height: calc(100vh - 210px);
    overflow: auto;
}

.dashboard_sidebar_links::-webkit-scrollbar {
    background-color: transparent;
    width: 5px;
}

.dashboard_sidebar_links::-webkit-scrollbar-thumb {
    background-color: #406190;
    border-radius: 5px;
}

.dashboard_sidebar_links ul.links_list {
    padding: 0px 17px;
}

.dashboard_sidebar_links ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    letter-spacing: 0.05em;
    padding: 8px 10px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 7px !important;
    color: #ffffff;
    width: 100%;
    box-shadow: none;
    background-color: transparent;
}

.dashboard_content_header h3 {
    color: #24245A;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
}

.dashboard_content_header h3 span {
    color: #F47458;
}

.dashboard_content_inner {
    padding: 20px 35px 50px;
}

.voice_assistant_sec img {
    height: 50px;
    object-fit: contain;
    position: fixed;
    bottom: 20px;
    right: 30px;
    border-radius: 50%;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    animation: pulse 2s infinite;
    z-index: 10;
}

.voice_assistant_sec img:hover {
    transform: scale(1.2) rotate(15deg);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1.4);
    }
    50% {
        transform: scale(1.2);
    }
}

.dashboard_sidebar_links ul li a.active_sidebar_link{
    background-color: #e9eef7;
    color: #24245A;
    border-radius: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19.2px;
}

/* .new_email_list_outer .email_content_text{
    width: 100%;
    max-width: 100px;
} */

.new_email_flex_outer {
    display: flex;
    align-items: center;
    gap: 17px;
    width: 100%;
    max-width: 57%;
}

.email-item h5{
    width: 100%;
    max-width: 170px;
    margin-right: 40px;
}

.email-body table {
    margin: 20px 0;
}

.email-body table tr td {  
     padding: 10px;
     }





.unread-email h5, .unread-email .email-subject {
    font-weight: bold;
    color: black;
}

    




.notification-dot {
        width: 10px;
        height: 10px;
        background-color: red;
        border-radius: 50%;
        position: absolute;
        top: 5px;
        right: 5px;
    }
    