/* HELLO LUKEY HOW ARE YOU?*/

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
}

.PublicPage {
    margin-bottom: 60px;
    margin: 0;
    height: 100vh;
    background: linear-gradient(to right, white, #2D9EEF);
    font-family: Arial;
}

.UserPage {
    margin-bottom: 60px;
    margin: 0;
    height: 100hv;
    background-color: #fafafa;
    font-family: Arial;
    margin-bottom: 200px;
}

#navbar {
    
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    position: fixed;
    top: 0;
    width: 100%;
    height: 45px;
    opacity: 4;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(20px);
    z-index: 10000;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    color: white;
    padding: 20px;
}




.underNav {
    padding-bottom: 100px;
}

.right-items-nav {
    margin-left: auto;
}

.nav-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

/*---------------------Welcome Screen--------------------------*/
.WelcomeBody1{
    height: 650px;
    background-color: white;
    border-radius: 50px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.WelcomeBody1 div{
    height: 100%;
    align-items: center;
}
.WelcomeBody1 h1{
    padding-top: 50px;
    font-size: 60px;
    font-weight: bold;
}

.HomePageEmpowrLogo {
    height: auto;
    width: 300px;
}

.KnowledgeBaseScreenshot {
    height: auto;
    width: 700px;
}

.WelcomeBody1 div {
}

.WelcomeBody2 {
    margin-top: 100px;
    height: 650px;
    background-color: white;
    border-radius: 50px;
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: 1.2fr 3fr;
}

    .WelcomeBody2 > div:nth-of-type(1) {
        height: 100%;
        padding-left: 40px;
        padding-top: 100px;
        display: grid;
        flex-direction: row;
    }
    .WelcomeBody2 > div:nth-of-type(1) h1{
        font-weight: bold;
    }
    .WelcomeBody2 > div:nth-of-type(2){
        height: 100%;
    }
    .WelcomeBody2 > div:nth-of-type(2) > img:nth-of-type(2){
        margin-top: 200px;
    }
    .WelcomeBody2 img{
        border-radius: 10px;
        border: 2px solid black;
    }

.WelcomeBody2 img{
    height: auto;
    width: 300px;
}

.WelcomeBody3 {
    margin-top: 100px;
    height: 650px;
    background-color: white;
    border-radius: 50px;
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: 2fr 3fr;
    
}

    .WelcomeBody3 div > h1:nth-of-type(1){
        padding-left: 30px;
        font-size: 55px;
        font-weight: bold;
    }
    .WelcomeBody3 div > h1:nth-of-type(2) {
        padding-left: 105px;
        font-size: 55px;
        font-weight: bold;
    }
    .WelcomeBody3 div > h1:nth-of-type(3) {
        padding-left: 180px;
        font-size: 55px;
        font-weight: bold;
    }
    .WelcomeBody3 div > h1:nth-of-type(4) {
        padding-left: 10px;
        font-size: 65px;
        font-weight: bold;
        color: #2D9EEF;
    }

    .WelcomeBody3 img {
        height: auto;
        width: 600px;
        border-radius: 10px;
        border: 2px solid black;
    }

/*-----------------------Left Navigation Bar-------------------*/
.leftnavbar {
    z-index: 10;
    left: 0;
    margin-top: -55px;
    padding-left: 0;
    height: 100%;
    width: 240px;
    position: fixed;
    background-color: none;
    display: flex;
}


.innerleftnav {
    background-color: white;
    height: 100%;
    width: 190px;
    border-bottom-right-radius: 5px; /* Rounds the corners */
    padding-bottom: 100px;
    /* Adds a subtle shadow effect */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    padding-top: 20px;
}

    .innerleftnav::-webkit-scrollbar {
        display: none;
    }

.leftnavbarclosebutton {
    display: none;
    background-color: white;
    width: 70px;
    height: 70px;
    cursor: pointer;
    right: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.nav-group-container {
    padding-left: 20px;
}

    .nav-group-container h1 {
        color: black;
        text-decoration: none;
        font-size: 18px;
    }

    .nav-group-container h2 a {
        color: black;
        text-decoration: none;
        font-size: 16px;
    }

    .nav-group-container div {
        border-radius: 5px;
        margin: 10px;
        display: flex;
        padding-left: 30px;
    }

        .nav-group-container div:hover {
            background-color: lightgray;
        }

    .nav-group-container hr {
        margin-left: -10px;
        margin-right: 10px;
        height: 3px;
    }

/*---------------------------------------------------------------*/
/*------------------HOME PAGE (INDEX PAGE)-----------------------*/
.welcomeSection {
    margin-top: 40px;
    width: 100%;
    height: 500px;
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 40px;
    padding-right: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two columns with equal width */
    gap: 10px; /* Adjust the gap between columns */
    justify-content: center;
}

.welcomeSectionColumns {
    background-color: lightblue;
    height: 220px;
    max-width: 500px;
    margin-top: 100px;
    padding-left: 20px;
}

.teamMembers {
    margin-top: 150px;
    margin-bottom: 100px;
    background-color: white;
    width: 100%;
    height: 1000px;
}
/*---------------------------------------------------------------*/


/*------------------------LOGIN PAGE-----------------------------*/
.loginForm {
    background-color: white;
    height: 700px;
    max-width: 500px;
    margin-top: 70px;
    padding-left: 50px;
    padding-top: 50px;
    padding-right: 50px;
}

.loginLogo {
    height: 600px;
    max-width: 500px;
    margin-top: 70px;
}

.loginContainer {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two columns with equal width */
    gap: 10px; /* Adjust the gap between columns */
    justify-content: center;
}

.loginTextBox {
    height: auto;
    width: 100%;
    border: none;
    border-bottom: 2px solid #808080;
    outline: none;
}

.loginSubmitBox {
    width: 100%;
    height: 50px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 25px;
    margin-bottom: 25px;
}

/*-------------------------------------------------------------------*/

/*----------------------Knowledge Base-----------------------------*/

.KnowledgeItem {
    border: none;
    border-bottom: 3px solid #e1e1e1;
    max-height: 100px;
    width: 100%;
    padding: 10px;
    padding-left: 17px;
    text-align: left;
    margin-right: 0;
    background-color: #f1f1f1;
}
    .KnowledgeItem:hover{
        background-color: lightblue;
    }

.line {
    border-left: 3px solid #e1e1e1;
    height: 1000px;
}

.KnowledgeList {
    max-width: 300px;
    min-width: 300px;
    flex-direction: column;
}

.KnowledgeBox {
    width: 100%;
    height: 1000px;
    overflow-y: auto;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
}
    .KnowledgeBox::-webkit-scrollbar {
        display: none;
    }

.FullKnowledgeArea {
    border: 3px solid #e1e1e1;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.create-Knowledge {
    background-color: white;
    border: 1px solid black;
    height: 100px;
    width: 300px;
}

/*Knowledge check pop up window*/
.testClass {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(to right, #E0F7FA, #EDE7F6);
    border: 1px solid #000;
    padding: 20px;
    z-index: 1000; /* Higher value means it appears in front of elements with lower z-index values */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    height: 700px;
    width: 600px;
    border-radius: 25px;
}

.KnowledgeBaseBack {
    border: 2px solid #e1e1e1;
    background-color: white;
    height: 100%;
    width: 1000px;
    display: flex;
    border-radius: 15px;
    padding-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 100px;
}

.KnowledgeBaseBack form{
    width: 100%;
}

.KnowledgeBaseBack h1{
    font-size: 28px;
}

.KnowledgeBaseBack h2{
    padding-top: 20px;
    font-size: 20px;
}

.top-bar {
    width: 100%;
    height: 40px;
    background-color: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
}

    .top-bar h1 {
        font-size: 25px;
        font-weight: bold;
        padding-top: 10px;
    }

    .top-bar button{
        border-radius: 8px;
        background-color: #f1f1f1;
        padding-left: 4px;
        padding-right: 4px;
    }

.KnowledgeBaseHomeBack {
    border-top: 3px solid #e1e1e1;
    background-color: white;
    height: 100%;
    width: 100%;
    display: flex;
}



.createNewButton {
    border: 1px solid #000;
    background-color: white;
    width: 250px;
    height: 30px;
    border-radius: 20px;
    margin-left: 40px;
    margin-top: 5px;
    top: 5px;
    font-size: 22px;
    text-align: center;
    align-items: center;
    color: black;
    font-size: 18px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    text-decoration: none;
}
.createNewButton:hover{
    color: inherit;
}




.create-Knowledge-Form {
}

.KC-FormFont {
}

.KC-TextBox {
}

.KC-SubmitButton {
}

.tagBar {
    align-items: center;
    display: flex;
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.IndividualTag {
    background-color: lightblue;
    border-radius: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 15px;
    padding-right: 15px;
}



.tag-container {
    border: 2px solid #ccc;
    padding: 10px;
    border-radius: 50px;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    height: 50px;
    flex-wrap: nowrap;
    align-items: center;
}
    .tag-container::-webkit-scrollbar {
        display: none;
    }

    .tag-container .tag {
        padding: 5px;
        border: 1px solid #ccc;
        margin: 5px;
        display: flex;
        align-items: center;
        border-radius: 3px;
        background: #f2f2f2;
        cursor: pointer;
        height: 30px;
        white-space: nowrap;
        display: block;
    }

    .tag-container input {
        flex: 1;
        font-size: 16px;
        padding: 5px;
        outline: none;
        border: 0;
    }
/*---------------------*/


/*-------------------------------------------------------------------*/

.blackScreen {
    background-color: black;
    width: 900px;
    height: 400px;
}

.KnowledgeBoxDescription {
    background-color: lightblue;
    width: auto;
    min-height: 400px;
    height: auto;
    margin-bottom: 20px;
    margin-top: 50px;
    padding: 20px;
    padding-bottom: 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    overflow-wrap: break-word;

}

.lightblueBox {
    background-color: lightblue;
    width: auto;
    height: 300px;
    margin-bottom: 20px;
    margin-top: 50px;
    padding: 20px;
    padding-bottom: 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    overflow-wrap: break-word;
}

    .lightblueBox div {
        width: 100%;
        max-height: 205px;
        overflow-wrap: break-word;
    }


.AddTextEditor {
    background-color: #f0f0f0; /* Change this to your desired background color */
    border: 1px solid #ccc; /* Optional: border around the editor */
    width: 900px;
}

.ql-container {
    background-color: #ffffff; /* Background of the content area */
}

.ql-editor {
    background-color: #ffffff; /* Background of the editor */
    min-height: 200px; /* Set minimum height */
}

.titlepage {
    border-bottom: 3px solid black;
    width: 900px;
    margin-bottom: 10px;
}


/*-----------------PROFILE-------------------------------*/
.ProfileBack{
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
}

.ProfileBox {
    margin-bottom: 350px;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    max-width: 600px;
    border: 2px solid #e1e1e1;
}

.ProfileContainer {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 10px;
    align-items: center;
    
}

.ProfileColumn input {
    background-color: #f9f9f9;
    margin: 0;
    padding: 8px 0;
    border: none;
    border-bottom: 1px solid #ddd;
    outline: none;
    width: 100%;
}

/*Delete after management has a dropdown*/
.ProfileColumn p {
    background-color: #f9f9f9;
    margin: 0;
    padding: 8px 0;
    border: none;
    border-bottom: 1px solid #ddd;
    outline: none;
}

.ProfileSubmitButton {
    margin-top: 20px;
    width: 100%;
    height: 50px;
    font-size: 25px;
    margin-bottom: 25px;
    border-radius: 8px;
}
/*---------------------------------------*/

.Userdropbtn {
    color: black;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: auto;
    height: 10px;
    background-color: transparent;
}

.Userdropdown {
    position: relative;
    display: inline-block;
}

.Userdropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .Userdropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        cursor: pointer;
    }

.Userdropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}


/*-------------------------------------------------------*/

/*-----------------Contacts-------------------------------*/
.ContactBox {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    max-width: 900px;
    margin: 0 auto;
    border: 2px solid #e1e1e1;
    position: relative;
}

.ContactColumnNames {
    border-radius: 8px;
    max-width: 900px;
    margin: 0 auto;
    padding-left: 20px;
}

.ContactContainer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr .05fr;
    gap: 10px;
    align-items: center;
}

.ContactColumn p {
    background-color: #f9f9f9;
    margin: 0;
    padding: 8px 0;
    border: none;
    border-bottom: 1px solid #ddd;
    outline: none;
}

.EmployeeOptions {
    cursor: pointer;
}

.EmployeeDropDown {
    position: absolute;
    background-color: #f1f1f1;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    display: none;
}

    .EmployeeDropDown div {
        width: 130px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
        .EmployeeDropDown div:hover {
            background-color: #f9f9f9;
            cursor: pointer;
        }

.PopupEditEmployee {
    display: none;
    position: absolute;
    top: 50%;
    left: 30%;
    z-index: 9;
    width: auto;
    height: auto;
    background-color: #e1e1e1;
    border: solid;
    padding: 15px;
}

.PopupDeleteEmployee {
    display: none;
    position: absolute;
    top: 50%;
    left: 0%;
    z-index: 9;
    width: auto;
    height: auto;
    background-color: #e1e1e1;
    border: solid;
    padding: 15px;
}


/*---------------------------------------*/
/*----------Add Employee-----------------*/
.addEmployeeContainer {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.AddEmployeeForm {

    height: 450px;
    width: 500px;
    margin-top: 70px;
    padding-left: 50px;
    padding-top: 50px;
    padding-right: 50px;
    border: 2px solid #e1e1e1;
    border-radius: 8px;
    background-color: white;
    margin-bottom: 300px;
}

.ContactsHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .ContactsHeader div {
        border-radius: 5px;
        background-color: lightgrey;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .ContactsHeader p a {
        color: black;
        text-decoration: none;
        font-size: 16px;
    }

/*-------------------Roles---------------------------*/
.RolesContainer {
    background-color: red;
    display: inline-block; /* Wraps around content */
    gap: 10px;
    height: auto;
    padding: 10px; /* Adds spacing around buttons */
}

.RolesButtonContainer {
    display: flex;
    gap: 5px;
}

.DisplayRolesButtonContainer {
    background-color: grey;
    height: auto;
    width: fit-content; /* Ensures it only takes as much space as needed */
    padding-left: 30px;
    display: grid;
    gap: 10px;
    flex-direction: column;
}

.RoleCompanyNameContainer {
    display: grid;
    gap: 15px;
    flex-direction: column;
    padding-left: 40px;
}

.MainRoleContainer {
    display: flex;
    flex-direction: column; /* Keeps buttons stacked */
    padding-left: 40px;
    gap: 15px;
}

.RoleButton {
    height: 40px;
    width: auto;
    border-radius: 7px;
    background-color: #F5F7FA;
    padding-left: 25px;
    padding-right: 25px;
}

.RoleToggleContainer {
    display: flex;
    align-items: center;
    gap: 5px;
}

.toggle-button {
    width: 20px;
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
}
/*------------------inbox----------------------------*/
.DashboardBackgroundBorder {
    background-color: white;
    width: auto;
    height: 800px;
    display: grid;
    grid-template-areas:
        'header header header'
        'inbox inbox todobox'
        'inbox inbox messagebox';
    border: 2px solid #e1e1e1;
}


.DashboardListItem {
    height: 50px;
    width: 100%;
    padding: 10px;
    padding-left: 17px;
    border: 1px solid black;
    text-align: left;
    margin-right: 0;
}

.DashboardNavBar {
    grid-area: header;
    height: 50px;
    width: 100%;
    border: 1px solid black;
    text-align: left;
}

.ToDoBox {
    grid-area: todobox;
    background-color: none;
    height: 300px;
    width: 400px;
    margin-top: 50px;
    margin-left: 25px;
    overflow-y: auto;
    padding: 10px;
    border: 2px solid black;
}

.ToDoItem {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.ToDoActionButton {
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #f9f9f9;
}

#todotable {
    margin-top: 10px;
    border: 1px solid black;
    border-collapse: collapse;
    width: 100%;
}

#todotable, th, td, tr {
    border-left: none;
    border-right: none;
    padding-top: 4px;
    padding-bottom: 4px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

#PopUpEditToDoScreen {
    display: none;
    position: fixed;
    z-index: 10;
    left: 65%;
    top: 30%;
    width: 250px;
    height: 150px;
    background-color: #e1e1e1;
    border: solid;
    padding: 15px;
}

#EditToDoSaveButton, #EditToDoCancelButton {
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #f9f9f9;
}

.MessageBox {
    grid-area: messagebox;
    background-color: none;
    height: 300px;
    width: 400px;
    margin-left: 25px;
    overflow-y: auto;
    padding: 10px;
    border: 2px solid black;
}

.DashboardInbox {
    grid-area: inbox;
    background-color: none;
    height: 650px;
    width: 700px;
    margin-top: 50px;
    margin-left: 20px;
    border: 2px solid;
    
}

    .DashboardInbox table {
        width: 100%;
        table-layout: fixed;
        
    }

    .DashboardInbox th {
        padding-top: 15px;
        padding-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis; /* Show ellipsis for overflowing text */
        white-space: nowrap; /* Prevent text from wrapping */
        border: none;
        padding-left: 20px;
        padding-right: 20px;
    }

    .DashboardInbox tr {
        display: grid;
        gap: 10px;
        grid-template-columns: 2.8fr 2fr 1.5fr;
        align-items: center;
        justify-items: left;   
    }

.DashboardInboxTable{
    height: 570px;
    overflow-y: auto;
}
    .DashboardInboxTable::-webkit-scrollbar {
        display: none;
    }
    .DashboardInboxTable table thead {
        position: sticky;
        top: 0;
        background-color: white;
    }

    .DashboardInboxTable table tr th a {
        background-color: white;
        border: none;
        width: auto;
    }

#KB-PopUpDeleteScreen {
    display: none;
    position: fixed;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 250px;
    height: 150px;
    background-color: grey;
    border: solid;
}


.DashboardInboxNavigation {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 30px;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.DashboardInbox div a {
    height: 50px;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f9f9f9;
    border: 1px solid black;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: black;
    font-size: 18px;
}

/*------------Inbox---------------------*/

.Inbox {
    display: flex;
    justify-content: center;
    gap: 0;
}

.InboxCreateSection {
    height: 210px;
    width: 200px;
    margin-right: auto;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    margin-left: 150px;
    margin-top: 72px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    border-left: 2px solid #e1e1e1;
    border-top: 2px solid #e1e1e1;
    border-bottom: 2px solid #e1e1e1;
}

.InboxCreateTask h2{
    width: 100%;
}

.InboxCreateTask, .InboxCreateAnnouncement {
    width: 100%;
    height: 50px;
    background-color: white;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    text-align: center;
    justify-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    border: 1px solid #e1e1e1;
}

    .InboxCreateTask:hover, .InboxCreateAnnouncement:hover {
        background-color: #e1e1e1;
        color: black;
    }


.InboxBack {
    background-color: #f9f9f9;
    border-radius: 8px;
    width: 650px;
    height: 800px;
    margin: 0 auto;
    border: 2px solid #e1e1e1;
    margin-left: -300px;
}

.UserInboxBack {
    background-color: #f9f9f9;
    border-radius: 8px;
    width: 650px;
    height: 800px;
    margin: 0 auto;
    border: 2px solid #e1e1e1;
    margin-left: 300px;
}

.InboxNavigation {
    height: 70px;
    width: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.InboxTaskButton {
    height: auto;
    width: auto;
    background-color: white;
    border-top-left-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-right: 1px solid #e1e1e1;
}

.InboxMessageButton {
    height: auto;
    width: auto;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.InboxAnnouncementButton {
    height: auto;
    width: auto;
    background-color: white;
    border-top-right-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-left: 1px solid #e1e1e1;
}
    .InboxTaskButton:hover, .InboxMessageButton:hover, .InboxAnnouncementButton:hover {
        background-color: #e1e1e1;
    }

/*--------------------------*/
.InboxBox {
    background-color: none;
    height: 750px;
    width: auto;
    display: 'block';
}

    .InboxBox table {
        width: 100%;
        table-layout: fixed;
    }

    .InboxBox th {
        padding-top: 15px;
        padding-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis; /* Show ellipsis for overflowing text */
        white-space: nowrap; /* Prevent text from wrapping */
        border: none;
        padding-left: 20px;
        padding-right: 20px;
        
    }

    .InboxBox tr {
        display: grid;
        gap: 10px;
        grid-template-columns: 2.8fr 2fr 1.5fr;
        align-items: center;
        border: 1px solid #e1e1e1;
    }

.InboxBoxTable {
    height: 728px;
    overflow-y: auto;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;

}

    .InboxBoxTable::-webkit-scrollbar {
        display: none;
    }

    .InboxBoxTable table thead {
        top: 0;
        background-color: white;
        position: sticky;
    }

    .InboxBoxTable table tr th a {
        background-color: white;
        border: none;
        width: auto;
        text-decoration: none;
        color: black;

    }
/*-----------------------*/
/*--------------------------*/
.InboxMessageBox {
    background-color: none;
    height: 750px;
    width: auto;
    display: none;
    position: relative;
}

    .InboxMessageBox table {
        width: 100%;
        table-layout: fixed;
    }

    .InboxMessageBox th {
        padding-top: 15px;
        padding-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis; /* Show ellipsis for overflowing text */
        white-space: nowrap; /* Prevent text from wrapping */
        border: none;
        padding-left: 20px;
        padding-right: 20px;
    }

    .InboxMessageBox tr {
        display: grid;
        gap: 10px;
        grid-template-columns: 1fr;
        align-items: center;
        border: 1px solid #e1e1e1;
    }

.InboxMessageTable {
    height: 728px;
    overflow-y: auto;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

    .InboxMessageTable::-webkit-scrollbar {
        display: none;
    }

    .InboxMessageTable table thead {
        top: 0;
        background-color: white;
        position: sticky;
    }
        

    .InboxMessageTable table tr th {
        background-color: none;
        border: none;
        width: auto;
        cursor: pointer;
    }

/*-----------------------*/
/*--------------------------*/
.InboxAnnouncementBox {
    background-color: none;
    height: 750px;
    width: auto;
    display: none;
}

    .InboxAnnouncementBox table {
        width: 100%;
        table-layout: fixed;
    }

    .InboxAnnouncementBox th {
        padding-top: 15px;
        padding-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis; /* Show ellipsis for overflowing text */
        white-space: nowrap; /* Prevent text from wrapping */
        border: none;
        padding-left: 20px;
        padding-right: 20px;
        
    }

    .InboxAnnouncementBox tr {
        display: grid;
        gap: 10px;
        grid-template-columns: 1fr;
        align-items: center;
        border: 1px solid #e1e1e1;
    }

.InboxAnnouncementTable {
    height: 728px;
    overflow-y: auto;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;

}

    .InboxAnnouncementTable::-webkit-scrollbar {
        display: none;
    }

    .InboxAnnouncementTable table thead {
        top: 0;
        background-color: white;
        position: sticky;
    }

    .InboxAnnouncementTable table tr th button {
        background-color: white;
        display: flex;
        flex-direction: column;
        padding: 10px;
        border: none;
        text-align: left;
        background: none;
        width: 100%;
        border-radius: 8px;
        padding: 10px;
        border: 1px solid #e1e1e1;
        max-height: 100px;
    }

.AnnouncementTopRow {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.AnnouncementTopRow div:first-child {
    text-align: left;
}
.AnnouncementTopRow div:last-child {
    text-align: right;
}

.AnnouncementDescription {
    margin-top: 10px;
    overflow: hidden;
    white-space: normal; /* Allows the text to wrap */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* Limit to 3 lines, adjust as needed */
    max-height: 4.5em;
}

.PopUpAnnouncementField {
    position: fixed;
    width: 600px;
    min-height: 50px;
    border-radius: 15px;
    padding: 20px;
    background-color: white;
    display: none;
    z-index: 100;
    top: 30%;
    left: 35%;
    border: 5px solid #e1e1e1;
}
    .PopUpAnnouncementField div {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 15px;
    }
    .PopUpAnnouncementField div div:first-child{
        text-align:left;
    }
    .PopUpAnnouncementField div h1{
        font-size: 25px;
    }
    .PopUpAnnouncementField div div:last-child {
        text-align: right;
    }
    .PopUpAnnouncementField div h2{
        font-size: 25px;
    }
    .PopUpAnnouncementField button{
        text-align: center;
        border-radius: 5px;
    }


/*-----------------------*/
/*-------Employee Inbox---------*/
.EmployeeMessageBack {
    display: none;
    background-color: white;
    border-bottom-right-radius: 8px;
    right: 0;
    height: 727px;
    width: 475px;
    position: absolute;
    border: 1px solid #e1e1e1;
}

.EmployeeMessageTop {
    margin-top: 54px;
    width: 474px;
    height: 50px;
    background-color: #e1e1e1;
    display: flex;
    align-items: center;
}
    .EmployeeMessageTop p {
        margin-top: 10px;
        margin-left: 10px;
        font-size: 20px;
    }

.EmployeeMessageField {
    background-color: white;
    width: 474px;
    height: 572px;
    display: flex;
    flex-direction: column-reverse; /* Start from the bottom */
    justify-content: flex-start;
    padding: 10px;
    overflow-y: auto;
}
    .EmployeeMessageField::-webkit-scrollbar {
        display: none;
    }



.MessageReceiverText, .MessageSenderText {
    margin-bottom: 10px; 
    padding: 10px;
    font: 400 .9em 'Open Sans', sans-serif;
    text-align: left;
    border-radius: 10px;
    width: 200px;

}

.MessageReceiverText {
    background-color: #A8DDFD;
    border: 1px solid #97C6E3;
}

.MessageSenderText {
    background-color: #f8e896;
    border: 1px solid #dfd087;
    margin-left: auto;
}

.EmployeeMessageTextField {
    background-color: green;
    width: 474px;
    height: 50px;
    border-bottom-right-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e1e1e1;
}
    .EmployeeMessageTextField input {
        all: unset;
        width: 350px;
        margin-right: 10px;
        border-radius: 5px;
        background-color: white;
        padding: 5px;

    }
    .EmployeeMessageTextField button{

    }

/*-------------------------------*/
/*--------------Send Announcement--------*/
.CreateAnnouncementContainer {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: hidden;
}

.CreateAnnouncementBack {
    padding-top: 40px;
    border: 2px solid #e1e1e1;
    border-radius: 8px;
    background-color: white;
    height: 500px;
    width: 1100px;
    display: grid;
    gap: 50px;
    margin-bottom: 200px;
}

.CreateAnnouncementBack form {
    display: flex;
    align-items: center;
    justify-content: center;
}



/*------------Create Task---------------*/
.SearchEmployee {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    width: 250px;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ddd;
    z-index: 1;
    margin-left: 40px;
}

    .SearchEmployee div {
        width: 220px;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .SearchEmployee div:hover {
            background-color: lightblue;
        }
.AssignToEmployees{
    display: block;
}

.CreateTaskDescription {
    width: 900px;
    display: flex;
    flex-direction: column;
    overflow-wrap: break-word;
}

    .CreateTaskDescription div {
        max-height: 205px;
        overflow-wrap: break-word;
    }

.CreateTaskContainer {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: hidden;
}

.CreateTaskBack {
    padding-top: 40px;
    border: 2px solid #e1e1e1;
    border-radius: 8px;
    background-color: white;
    height: 700px;
    width: 1100px;
    display: grid;
    gap: 50px;
    margin-bottom: 200px;
}

.CreateTaskBack h1{
    font-size: 28px;
    margin-bottom: 20px;
}

.CreateTaskBack form{
    display:flex;
    align-items: center;
    justify-content: center;
}

.CreateTaskTitle {
    height: auto;
    width: 100%;
    border: none;
    border-bottom: 2px solid #808080;
    outline: none;
    font-size: 25px;
}


.CreateTaskSubmission{
    padding-bottom: 2000px;
}

.TaskErrorMessage{
    height: 20px;
}

.TaskDueDate {
    padding-top: 40px;
    padding-bottom: 40px;
}

.CreateAssignToTask{
    padding-top: 40px;
    display: flex;
    align-items: center;

}

.TaskContainer {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.TaskBack {
    padding-top: 40px;
    border: 2px solid #e1e1e1;
    border-radius: 8px;
    background-color: white;
    min-height: 800px;
    width: 600px;
    padding-left: 50px;
    padding-right: 50px;
}

.TaskDescription{
    width: auto;
    overflow-wrap: break-word;
}

.TaskAssigned {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-rows: auto 50px 50px;
}

    .TaskAssigned p {
        margin: 0;
        padding: 5px;
    }

.TaskAssignedTo {
    background-color: lightblue;
    padding: 5px;
    border-radius: 5px;
    margin: 2px;
}

.TaskAssigned .TAlabel1 {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    align-items: center;
    padding: 5px;
}

.TaskAssigned .TAlabel2 {
    grid-column: 1;
    grid-row: 2;
    display: flex;
    align-items: center;
    padding: 5px;
}

.TaskAssigned .TAlabel3 {
    grid-column: 1;
    grid-row: 3;
    display: flex;
    align-items: center;
    padding: 5px;
}

/* Second column (content) */
.TaskAssigned .TAcontent1 {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-wrap: wrap; /* Allows tags to wrap */
    gap: 5px;
    padding: 5px;
}

.TaskAssigned .TAcontent2, .TaskAssigned .TAcontent3 {
    grid-column: 2;
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 5px;
}

.TaskAssigned .TAcontent2 {
    grid-row: 2;
}

.TaskAssigned .TAcontent3 {
    grid-row: 3;
}

.TaskReplyDescription {
    width: 100%;
    padding-bottom: 10px;
}

.TaskReplies {
    padding-bottom: 100px;
}

.TaskReplyButton{
    border-radius: 10px;
    border: .5px solid black;
}

.EmployeeReply {
    padding-bottom: 40px;
}
    .EmployeeReply h1 {
        font-size: 15px;
        
    }

.EmployeeReplies {
    min-height: 50px;
    width: auto;
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid black;
    border-radius: 5px;
    margin-bottom: 10px;
}

/*-------------ERROR LOGS------------------*/
.ErrorBox {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    width: 100%;
    margin: 0 auto;
    border: 2px solid #e1e1e1;
}

.ErrorTable {
    width: 100%;
}


.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

    .dropbtn:hover, .dropbtn:focus {
        background-color: #3e8e41;
    }

#myInput {
    box-sizing: border-box;
    background-image: url('searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
}

    #myInput:focus {
        outline: 3px solid #ddd;
    }

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: block;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
}

    .dropdown-content p {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.dropdown a:hover {
    background-color: #ddd;
}
