/**************************************************common*********************************************/
* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

.footer {
    background-color: #333;
    color: #fff;
    text-align: left;
    padding: 2px;
    height: 20px;
    font-size: 14px;
    margin-top: 1%;
    position: relative;
}

.button_login:hover {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 11);
    background-color: #146cad;
    color: white;
}

.button_login {
    cursor: pointer;
    width: 34%;
}



/************************************************  index.css  ********************************************/
.index_position {
    position: relative;
}

.index_dec {
    color: white;
    text-decoration: none;
}

.index_foot {
    padding: 0px;
}

.banner {
    width: 100%;
    height: 150vh;
    position: relative;
    background: linear-gradient(rgba(0, 40, 54, 0.2), rgba(17, 216, 296, 0.7));
    overflow: hidden;
}

.slider {
    width: 100%;
    height: 110vh;
    position: absolute;
    top: 0;
}

#slideImg {
    width: 100%;
    height: 100%;
    animation: zoom 3s linear infinite;
}

@keyframes zoom {
    0% {
        transform: scale(1.3);
    }

    15% {
        transform: scale(1);
    }

    85% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.3);
    }
}

.overlay {
    width: 100%;
    height: 111vh;
    background: linear-gradient(rgba(0, 70, 104, 0.7), rgba(135, 216, 240, 1.9));
    top: 0;
    position: absolute;
}

.menu_icon {
    flex: 1;
    align-items: center;
    text-align: right;
}

.content {
    width: 60;
    margin: 160px auto 0;
    color: white;
    text-align: center;

}

.content h1 {
    font-size: 150px;
    color: #2a2a85;
}

.content h3 {
    width: 80%;
    margin: 20px auto 10px;
    font-weight: 100;
    line-height: 25px;
    color: #5b4343;
    font-size: 48px;
}

.content {
    color: #5b4343;
}

.content img {
    width: 100%;
}

.login-name {
    display: flex;
    float: right;
    align-items: center;
    color: white;
    cursor: pointer;
    transition: 0.7s;
}


.login-name img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    margin-top: 10px;
}

div hex3 {
    height: 100px;
    width: 10%;
}

div hex4 {
    height: 100px;
    width: 10%;
}

div hex5 {
    height: 100px;
    width: 10%;
}

div hex6 {
    height: 100px;
    width: 10%;
}

.hex3 {
    width: 118px;
    height: 97px;
    position: relative;
    margin-top: -230px;
    margin-left: 21%;
}

.hex3 img {
    height: 115%;
}

.hex4 {
    width: 118px;
    height: 97px;
    position: relative;
    margin-top: -194px;
    margin-left: 37%;
}

.hex4 img {
    height: 115%;
}

.hex5 {
    width: 118px;
    height: 97px;
    position: relative;
    margin-top: -193px;
    margin-left: 54%;
}

.hex5 img {
    height: 115%;
}

.hex6 {
    width: 118px;
    height: 97px;
    position: relative;
    margin-top: -193px;
    margin-left: 70%;
}

.hex6 img {
    height: 115%;
}

.button_1 {
    display: inline-block;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    height: 32px;
    width: max-content;
    text-decoration: none;
    cursor: pointer;
    border: none;
    align-items: center;
    border-radius: 5px;
    background-color: #232176;
    color: #fff;
    transition: 0.7s;
    margin-top: -330px;
    margin-left: 20%;
    position: relative;
}

.button_1:hover {
    background-color: #0baecf;
    color: black;
    border: #87D8F0;
    transform: scale(1.2);
}

.button_1-outline {
    background-color: black;
    border: 2px solid #007bff;
    color: #007bff;
}

.button_1-outline:hover {
    background-color: #007bff;
    color: #fff;
}

.button_2 {
    display: inline-block;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    height: 32px;
    width: max-content;
    text-decoration: none;
    cursor: pointer;
    border: none;
    align-items: center;
    border-radius: 5px;
    background-color: #232176;
    color: #fff;
    transition: 0.7s;
    margin-top: -330px;
    margin-left: 36.5%;
    position: relative;
}

.button_2:hover {
    background-color: #0baecf;
    color: black;
    border: #87D8F0;
    transform: scale(1.2);
}

.button_2-outline {
    background-color: black;
    border: 2px solid #007bff;
    color: #007bff;
}

.button_2-outline:hover {
    background-color: #007bff;
    color: #fff;
}

.button_3 {
    display: inline-block;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    height: 32px;
    width: max-content;
    text-decoration: none;
    cursor: pointer;
    border: none;
    align-items: center;
    border-radius: 5px;
    background-color: #232176;
    color: #fff;
    transition: 0.7s;
    margin-top: -330px;
    margin-left: 52.5%;
    position: relative;
}

.button_3:hover {
    background-color: #0baecf;
    color: black;
    border: #87D8F0;
    transform: scale(1.2);
}

.button_3-outline {
    background-color: black;
    border: 2px solid #007bff;
    color: #007bff;
}

.button_3-outline:hover {
    background-color: #007bff;
    color: #fff;
}

.button_4 {
    display: inline-block;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    height: 32px;
    width: max-content;
    text-decoration: none;
    cursor: pointer;
    border: none;
    align-items: center;
    border-radius: 5px;
    background-color: #232176;
    color: #fff;
    transition: 0.7s;
    margin-top: -330px;
    margin-left: 69%;
    position: relative;
}

.button_4:hover {
    background-color: #0baecf;
    color: black;
    border: #87D8F0;
    transform: scale(1.2);
}

.button_4-outline {
    background-color: black;
    border: 2px solid #007bff;
    color: #007bff;
}

.button_4-outline:hover {
    background-color: #007bff;
    color: #fff;
}

@media screen and (max-width: 912px) {
    .banner {
        width: 100%;
        height: 150vh;
        position: relative;
        background: linear-gradient(rgba(0, 40, 54, 0.2), rgba(17, 216, 296, 0.7));
        overflow: hidden;
    }

    .hex6 {
        width: 80px;
        height: 65px;
        margin-top: -9px;
        margin-left: 75%;
        transform: translateX(-50%);
    }

    .hex5 {
        width: 80px;
        height: 65px;
        margin-top: -315px;
        margin-left: 75%;
        transform: translateX(-50%);
    }

    .hex4 {
        width: 80px;
        height: 65px;
        margin-top: -9px;
        margin-left: 25%;
        transform: translateX(-50%);
    }

    .hex3 {
        width: 80px;
        height: 65px;
        margin-top: -313px;
        margin-left: 25%;
        transform: translateX(-50%);
    }

    .overlay {
        width: 100%;
        height: 111vh;
        background: linear-gradient(rgba(0, 70, 104, 0.7), rgba(135, 216, 240, 1.9));
        top: 0;
        position: absolute;
    }

    .button_1 {
        padding: 5px;
        font-size: 8px;
        height: 28px;
        width: 30%;
        position: relative;
        margin-left: 11%;
    }

    .button_2 {
        padding: 5px;
        font-size: 8px;
        height: 28px;
        width: 30%;
        position: relative;
        margin-left: 11%;
    }

    .button_3 {
        padding: 5px;
        font-size: 8px;
        height: 28px;
        width: 30%;
        position: relative;
        margin-left: 63%;
    }

    .button_4 {
        padding: 5px;
        font-size: 8px;
        height: 28px;
        width: 30%;
        position: relative;
        margin-left: 63%;
    }

    .footer {
        background-color: #333;
        color: #fff;
        text-align: left;
        padding: 2px;
        height: 20px;
        font-size: 14px;
        margin-top: -3%;
        position: relative;
    }
}

.index_body {
    width: 100%;
    height: 80vh;
}

.index_login {
    color: white;
    text-decoration: none;
}

.index_img {
    cursor: auto;
    border: 2px solid #2a2a85;
    border-radius: 25px;
}

.index_img2 {
    height: 149%;
    width: 100%;
}

.position {
    position: relative;
}

.index_dec {
    color: white;
    text-decoration: none;
}

/**********************************************login_page*********************************************************/
#login_option1 {
    font-weight: bold;
    color: black;
    text-decoration: underline;
    color: white;
}

#content_center {
    width: 100%;

}

#login_option2 {
    color: white;
}

#col_md_8 {
    padding-left: 10%;
}

#lable_effect {
    text-shadow: 2px 2px 12px rgba(20, 171, 163, 150);
}

.form-control {
    border-radius: 11.25rem;
    border: 2px solid #ced4da;
    border-radius: 1.25rem;
}

#otp {
    border-radius: 11.25rem;
    border: 2px solid #ced4da;
    border-radius: 1.25rem;
}

#card_header {
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 11);
    background-color: #146cad;
    color: white;
    border: 2px solid white;
    border-radius: 0.29rem;
}

#card_header_1 {
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 11);
    background-color: #146cad;
    color: white;
    border: 2px solid white;
    border-radius: 0.29rem;
}

.full_body {
    background: linear-gradient(rgba(0, 70, 104, 0.7), rgba(135, 216, 240, 1.9));
    height: 100%;
}

#email_address {
    border-radius: 11.25rem;
    border: 2px solid #ced4da;
}

#password {
    border-radius: 11.25rem;
    border: 2px solid #ced4da;
}

#login_button {
    color: #146cad;
}

/****************************************************resister page *****************************************************************/
.full_back {
    background: linear-gradient(rgba(0, 70, 104, 0.7), rgba(135, 216, 240, 1.9));
    height: 100%;
}

#navbarSupportedContent {
    display: flex !important;
}

#login_option3 {
    color: white;
}

#login_option4 {
    font-weight: bold;
    color: black;
    text-decoration: underline;
    color: white;
}

/******************************************************reset password ***************************************************************/
#justify_content_center {
    margin-top: 142px;
    width: 100%;
}

.full_backpage {
    background: linear-gradient(rgba(0, 70, 104, 0.7), rgba(135, 216, 240, 1.9));
    height: 78%;
}

/****************************************************recover*************************************************************************/
#recover {
    cursor: pointer;
}

/**********************************************      view_all_details      ***********************************************************************/

.full_body_view {
    background: linear-gradient(rgba(0, 40, 54, 0.2), rgba(17, 216, 296, 0.7));
    padding: 1.6%;
    height: 100vh;
}

.back_button {
    COLOR: BLACK;
    text-decoration-line: none;
    font-weight: normal;
    font-size: 21px;
}

.back_button_h1 {
    font-weight: bold;
    font-size: 25px;
    padding: 10px;
    text-align: left;
}

.Logo_1_view {
    height: 24%;
    width: 20%;
    float: left;
}


.logo_heading_view {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 11);
    background-color: #146cad;
    color: white;
    display: flex;
    justify-content: center;
    font-size: 7vh;
    height: 70px;
    padding-top: 12px;

}

.table_container {
    max-height: 85vh;
    height: 85vh;
    width: 97%;
    overflow-y: scroll;
    text-align: center;
    position: absolute;
    justify-content: center;
    margin-top: 25px;
    margin-left: 10px;
}

.search_button {
    margin-left: 80%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    width: 16%;
    /* Adjust the width as needed */
    background-color: #f8f8f8;
    margin-bottom: 15px;
}

.table_th_body {
    color: #232176;
}

.table_body {
    border-collapse: collapse;
    width: 100%;
}

.td_1 {
    border: 2px solid #146cad;
    padding: 2px;
    width: 5%;
    text-align: center;

}

.td_2 {
    border: 2px solid #146cad;
    padding: 2px;
    width: 14%;
    text-align: center;

}

.td_3 {
    border: 2px solid #146cad;
    padding: 2px;
    width: 14%;
    text-align: center;

}

.td_4 {
    border: 2px solid #146cad;
    padding: 2px;
    width: 14%;
    text-align: center;


}

.td_5 {
    border: 2px solid #146cad;
    padding: 2px;
    width: 10%;
    text-align: center;

}

.td_6 {
    border: 2px solid #146cad;
    padding: 5px;
    width: 10%;
    text-align: center;

}

.td_7 {
    border: 2px solid #146cad;
    padding: 2px;
    width: 10%;
    text-align: center;

}

.td_8 {
    border: 2px solid #146cad;
    padding: 2px;
    width: 12%;
    text-align: center;

}

.link_a {
    color: #232176;
    text-decoration: none;
    margin-right: 14px;
}

@media screen and (max-width: 912px) {
    .logo_heading_view {

        height: 65px;

        width: 97%;
        overflow-y: scroll;
        text-align: center;
        position: absolute;
        font-size: 32.2px;
        justify-content: center;
        margin-top: 1px;
        margin-left: 95px;
        max-width: 72%;
    }

    .search_button {
        margin-left: -65%;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 16px;
        width: 34%;
        background-color: #f8f8f8;
        margin-bottom: 15px;
    }

    .Logo_1_view {
        height: 4vh;
        width: 25%;
        margin-top: 13px;
        float: left;
        max-height: 65px;
    }

    .table_container {
        max-height: 75vh;
        height: 83vh;
        width: 97%;
        overflow-y: scroll;
        text-align: center;
        position: absolute;
        justify-content: center;
        margin-top: 28%;
    }

    .back_button {
        COLOR: BLACK;
        text-decoration-line: none;
        font-weight: normal;
        font-size: 17px;
    }
}

@media screen and (max-width: 1024px) {
    .logo_heading_view {
        height: 47px;
        width: 97%;
        overflow-y: scroll;
        text-align: center;
        position: absolute;
        font-size: 4vh;
        justify-content: center;
        margin-top: 1px;
        margin-left: 24%;
        max-width: 74%;
    }

    .search_button {
        margin-left: -65%;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 16px;
        width: 34%;
        background-color: #f8f8f8;
        margin-bottom: 15px;
    }

    .Logo_1_view {
        height: 4vh;
        width: 25%;
        margin-top: 19px;
        float: left;
        max-height: 65px;
    }

    .table_container {
        max-height: 75vh;
        height: 83vh;
        width: 97%;
        overflow-y: scroll;
        text-align: center;
        position: absolute;
        justify-content: center;
        margin-top: 21%;
    }

    .back_button {
        COLOR: BLACK;
        text-decoration-line: none;
        font-weight: normal;
        font-size: 17px;
    }
}

/*******************************************************admin-home-page**********************************************/
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    text-decoration: none;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Show the dropdown content when the image is clicked */
.dropdown.show {
    display: block;
    text-decoration: none;
}

.show {
    display: block;
}

.managernameselection {
    width: 99.4%;
    height: 22px;
    margin-top: 4px;
    margin-bottom: 5px;
    border-radius: 0px;
    border: 0.2px solid black;
}

.full_background {
    background: linear-gradient(rgba(0, 40, 54, 0.2), rgba(17, 216, 296, 0.7));
    height: 116vh;
}

.user_name {
    color: #232176;
    text-decoration: none;
    margin-right: 14px;
}

.admin_img {
    cursor: auto;
    border: 2px solid #2a2a85;
    border-radius: 25px;
    transform: none;
}

.menu {
    width: 26px;
    height: 29px;
    transform: none;
}

#myDropdown {
    margin-top: 14%;
    color: #232176;
    margin-left: 85px;
    transform: none;
}

.view-detail {
    color: #232176;
    transform: none;
}

.Logo_1 {
    height: 30%;
    width: 23%;
    margin-top: 111px;
    float: left;
    margin-left: 272px;
}

.graphics {
    height: 45%;
    width: 28%;
    margin-right: 1px;
    margin-top: 36px;
    float: right;
}

.container_home {
    width: 66%;
    align-items: center;
    margin-top: 29%;
    margin-left: 16%;
}

.logo_heading {
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 11);
    background-color: #146cad;
    color: white;
    text-align: center;

}

.topic_head {
    font-weight: bold;
    color: #232176;

}

.brandName {
    font-weight: bold;
    width: 99%;
    margin-bottom: 4px;
    margin-top: 5px;
}

.topic_input {
    font-weight: bold;
    width: 99%;
    margin-bottom: 5px;
}

.important_star {
    color: red;
}

.submit_button {
    display: flex;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    background-color: #ED1C24;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.submit_BLOCK {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

@media screen and (max-width: 1024px) {
    .Logo_1 {
        height: 30%;
        width: 29%;
        margin-top: 53px;
        float: left;
        margin-left: 60px;
    }

    .graphics {
        height: 45%;
        width: 35%;
        margin-right: 63px;
        margin-top: 29px;
        float: right;
    }

    .logo_heading {
        text-transform: uppercase;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 11);
        background-color: #146cad;
        color: white;
        text-align: center;
    }

    .topic_head {
        font-weight: bold;
        color: #232176;
        font-size: 9px;
    }

    .brandName {
        font-weight: bold;
        width: 86%;
        margin-bottom: 7px;
        margin-top: 8px;
        margin-left: 19px;
    }

    .important_star {
        color: red;
    }

    .topic_input {

        width: 86%;
        margin-bottom: 11px;
        margin-left: 19px;
    }

    .managernameselection {
        width: 88%;
        margin-left: 19px;
        margin-top: 4px;
        margin-bottom: 11px;
    }

    .login-name img {
        width: 35px;
        height: 35px;
        margin-right: 20px;
        margin-top: 20px;
    }

    .login-name {
        display: flex;
        float: right;
        align-items: center;
        color: white;
        cursor: pointer;
        transition: 0.7s;
    }


    /* Style the links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }


    /* Show the dropdown content when the image is clicked */
    .dropdown.show {
        display: block;
        text-decoration: none;
    }

    #myDropdown {
        margin-top: 38%;
        color: #232176;
        margin-left: 80px;
        transform: none;
        font-size: 11px;
    }
}

/*******************************************            manger-home-page            ************************************************************/
.home {
    position: absolute;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: var(--body-color);
    transition: var(--tran-05);
    overflow-y: auto;
}

.full_background_manager {
    background: linear-gradient(rgba(0, 40, 54, 0.2), rgba(17, 216, 296, 0.7));
    height: 143vh;
}

.menu_1 {
    width: 26px;
    height: 29px;

}

.tester_transparent {
    cursor: auto;
    border: 2px solid #2a2a85;
    border-radius: 25px;

}

.menu_bar {
    color: #232176;
}

.img_graphic {

    height: 30%;
    width: 24%;
    margin-right: -5px;
    margin-top: 86px;
    margin-bottom: 16px;
    float: right;
}

.logo_heading_manager {
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 11);
    background-color: #146cad;
    color: white;
    width: 100%;

    text-align: center;
    display: table;
    margin-bottom: 21px;
}

.logo_heading_tester {
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 11);
    background-color: #146cad;
    color: white;
    width: 100%;

    text-align: center;
    display: table;
    margin-bottom: 21px;
}


.logo_heading_approver {
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 11);
    background-color: #146cad;
    color: white;
    width: 100%;
    text-align: center;
    display: table;
    font-size: 14px;
    margin-bottom: 21px;
}

.table_container_man {
    max-height: 75vh;
    height: 85vh;
    width: 97%;
    overflow-y: scroll;
    text-align: center;
    position: absolute;
    justify-content: center;
    margin-top: 25px;
    margin-left: 14px;
    padding-right: 10px;
}

.Logo_2 {
    height: 30%;
    width: 23%;
    margin-top: 147px;
    float: left;
    margin-left: 272px;
}

.Logo_3 {
    height: 30%;
    width: 23%;
    margin-top: 147px;
    float: left;
    margin-left: 272px;
}

#myDropdown_1 {
    margin-top: 14%;
    color: #232176;
    margin-left: 85px;
    transform: none;
}

@media screen and (max-width: 1024px) {
    .home {
        position: absolute;
        top: 0;
        height: 100vh;
        width: 100%;
        background-color: var(--body-color);
        transition: var(--tran-05);
        overflow-y: auto;
    }

    .full_background {
        background: linear-gradient(rgba(0, 40, 54, 0.2), rgba(17, 216, 296, 0.7));
        height: 108vh;
    }

    .full_background_manager {
        background: linear-gradient(rgba(0, 40, 54, 0.2), rgba(17, 216, 296, 0.7));
        height: 133vh;
    }

    .menu_1 {
        width: 26px;
        height: 29px;

    }

    .tester_transparent {
        cursor: auto;
        border: 2px solid #2a2a85;
        border-radius: 25px;

    }

    .menu_bar {
        color: #232176;
    }

    .img_graphic {

        height: 45%;
        width: 35%;
        margin-right: 63px;
        margin-top: 29px;
        float: right;
    }

    .logo_heading_manager {
        text-transform: uppercase;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 11);
        background-color: #146cad;
        color: white;
        width: 100%;
        text-align: center;
        display: table;
        margin-bottom: 21px;

        margin-left: 7px;
        font-size: 20px;
    }

    .logo_heading_tester {
        text-transform: uppercase;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 11);
        background-color: #146cad;
        color: white;
        width: 100%;

        text-align: center;
        display: table;
        margin-bottom: -49px;
        margin-left: 7px;
        font-size: 20px;
    }

    .table_container_man {
        max-height: 85vh;
        height: 85vh;
        width: 97%;
        overflow-y: scroll;
        text-align: center;
        position: absolute;
        justify-content: center;
        margin-top: 25px;
        margin-left: 14px;
        padding-right: 10px;
    }

    .Logo_2 {
        height: 30%;
        width: 29%;
        margin-top: 53px;
        float: left;
        margin-left: 60px;
    }

    .Logo_3 {
        height: 30%;
        width: 29%;
        margin-top: 107px;
        float: left;
        margin-left: 60px;
    }

    #myDropdown_1 {
        margin-top: 38%;
        color: #232176;
        margin-left: 80px;
        transform: none;
        font-size: 11px;
    }

    .link_a {
        color: #232176;
        text-decoration: none;
        margin-right: 14px;
        font-size: 1.5vh;
    }

}

/****************************************************************0    ASSIGN PROJECT     *************************************************************/
.container_assign {
    position: relative;
    max-width: 900px;
    width: 100%;
    border-radius: 6px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.container_assign header {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #ED1C24;
}

.container_assign header::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 3px;
    width: 27px;
    border-radius: 8px;
    background-color: #4070f4;
}

.container_assign form {
    position: relative;
    margin-top: 16px;
    min-height: 490px;
    background-color: #fff;
    overflow: hidden;
}

.container_assign form .form {
    position: absolute;
    background-color: #fff;
    transition: 0.3s ease;
}

.container_assign form .form.second {
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
}

form.secActive .form.second {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}

form.secActive .form.first {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-100%);
}

.container_assign form .title {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    margin: 6px 0;
    color: #333;
}

.container_assign form .fields {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

form .fields .input-field {
    display: flex;
    width: calc(100% / 2 - 15px);
    flex-direction: column;
    margin: 4px 0;
}

.input-field label {
    font-size: 12px;
    font-weight: 500;
    color: #2e2e2e;
}

.input-field input,
select {
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    border-radius: 5px;
    border: 2px solid #146cad;
    padding: 0 15px;
    height: 42px;
    margin: 8px 0;
}

.input-field input :focus,
.input-field select:focus {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
}

.input-field select,
.input-field input[type="date"] {
    border: 2px solid #146cad;
}

.input-field input[type="date"]:valid {
    color: #333;
}

.container_assign form button,
.backBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    max-width: 200px;
    width: 100%;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 5px;
    margin: 25px 0;
    border: 2px solid #146cad;
    transition: all 0.3s linear;
    cursor: pointer;
}

.container_assign form .btnText {
    font-size: 14px;
    font-weight: 400;
}

form button:hover {
    border: 2px solid #146cad;
}

form button i,
form .backBtn i {
    margin: 0 6px;
}

form .backBtn i {
    transform: rotate(180deg);
}

form .buttons {
    display: flex;
    align-items: center;
}

form .buttons button,
.backBtn {
    margin-right: 14px;
}

@media (max-width: 750px) {
    .container_assign form {
        overflow-y: scroll;
    }

    .container_assign form::-webkit-scrollbar {
        display: none;
    }

    form .fields .input-field {
        width: calc(100% / 2 - 15px);
    }
}

@media (max-width: 550px) {
    form .fields .input-field {
        width: 100%;
    }
}

.select2-container_assign--default .select2-selection--multiple {
    background-color: white;
    border: 2px solid #146cad;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
}

.select2-container_assign--default.select2-container_assign--focus .select2-selection--multiple {
    border: 2px solid #146cad;
    outline: 0;
}

.select2-container_assign--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}

.body_background {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(0, 40, 54, 0.2), rgba(17, 216, 296, 0.7));
}

.select2-container--default .select2-selection--multiple {
    border: 2px solid #146cad;
}

#assign_submit {
    background-color: red;
    color: white;
    width: 12%;
}

@media (max-width: 1024px) {
    #assign_submit {
        background-color: red;
        color: white;
        width: 20%;
    }

    .select2-container--default .select2-selection--multiple {
        border: 2px solid #146cad;
    }
}

/************************************************  back page****************************************************************/
.back_page {
    background: linear-gradient(rgba(0, 40, 54, 0.2), rgba(17, 216, 296, 0.7));
    width: 100%;
    height: 110%;
}

.back_page_mechanical{
    background: linear-gradient(rgba(0, 40, 54, 0.2), rgba(17, 216, 296, 0.7));
    width: 100%;
    height: 157vh;
}
.project_details {
    border-collapse: collapse;
    width: 100%;
}

.project_details th,
.project_details td {
    border: 1px solid #100a0a;
    text-align: left;
    padding: 8px;
}

.project_details th {
    background-color: #0056b3;
    color: white;
}

.top-row {
    display: flex;
}

.left-box,
.right-box {
    width: 50%;
    height: 100px;
    /* Adjust height as needed */
    border: 1px solid black;
    /* Example border */
}

.bottom-row {
    display: flex;
    margin-top: 10px;
    /* Adjust margin as needed */
}

.bottom-left-box,
.bottom-right-box {
    height: 87vh;
    /* Adjust height as needed */
    border: 1px solid black;
    /* Example border */
    text-align: center;
    border: none;

}

.bottom-left-box-f,
.bottom-right-box-f {
    height: 87vh;
    border: 1px solid black; 
    text-align: center;
    border: none;
    margin-left: 10px;

}

.bottom-left-box-y,
.bottom-right-box-y {
    height: 87vh;
    /* Adjust height as needed */
    border: 1px solid black;
    /* Example border */
    text-align: center;
    border: none;

}

.bordered-table {
    border-collapse: collapse;
    /* Collapse borders into a single border */
    width: 99%;
    /* Full width of the container */
    margin-left: 2px;
}

.bordered-table th,
.bordered-table td {
    border: 2px solid black;
    /* Border for table headers and data cells */
    padding: 8px;
    /* Add padding to the cells */
    text-align: left;
    /* Align text to the left */
    background-color: #f9f9ff;
}

.bordered-table th {
    background-color: #0056b3;
    color: white;
    /* Background color for table headers */
}

.audio_head {
    margin-top: 21px;
    margin-bottom: 16px;
}

@media (max-width: 1024px) {
    .back_page {
        background: linear-gradient(rgba(0, 40, 54, 0.2), rgba(17, 216, 296, 0.7));
        width: 100%;
        height: 167vh;
    }
    .back_page_mechanical {
        background: linear-gradient(rgba(0, 40, 54, 0.2), rgba(17, 216, 296, 0.7));
        width: 100%;
        height: 235vh;
    }

    .project_details {
        border-collapse: collapse;
        width: 100%;
    }

    .project_details th,
    .project_details td {
        border: 1px solid #100a0a;
        text-align: left;
        padding: 8px;
        padding-left: 12px;
    }

    .project_details th {
        background-color: #0056b3;
        color: white;
    }

    .top-row {
        display: flex;
    }

    .left-box,
    .right-box {
        width: 50%;
        height: 100px;
        /* Adjust height as needed */
        border: 1px solid black;
        /* Example border */
    }

    .bottom-row {
        display: flex;
        margin-top: 10px;
        /* Adjust margin as needed */
    }

    .bottom-left-box,
    .bottom-right-box {
        height: 140.5vh;
        /* Adjust height as needed */
        border: 1px solid black;
        /* Example border */
        text-align: center;
        border: none;

    }

    .bordered-table {
        border-collapse: collapse;
        width: max-content;
        /* margin-left: 2px; */
        max-width: 160%;
    }

    .bordered-table th,
    .bordered-table td {
        border: 2px solid black;
        /* Border for table headers and data cells */
        padding: 8px;
        /* Add padding to the cells */
        text-align: left;
        /* Align text to the left */
        background-color: #f9f9ff;
    }

    .bordered-table th {
        background-color: #0056b3;
        color: white;
        /* Background color for table headers */
    }

    .audio_head {
        margin-top: 21px;
        margin-bottom: 16px;
    }

    .bottom-left-box-f,
    .bottom-right-box-f {
        height: 207vh;
        /* Adjust height as needed */
        border: 1px solid black;
        /* Example border */
        text-align: center;
        border: none;

    }

    .bottom-left-box-y,
    .bottom-right-box-y {
        height: 259vh;
        /* Adjust height as needed */
        border: 1px solid black;
        /* Example border */
        text-align: center;
        border: none;

    }
}

/********************************************************/
.search_button_table {
    margin-left: 80%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    width: 16%;
    /* Adjust the width as needed */
    background-color: #f8f8f8;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
    margin-top: -46px;
}

.top-head {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.back-opt {
    font-weight: bold;
    font-size: 25px;
    padding: 10px;
    text-align: left;
}

.approver_transparent {
    cursor: auto;
    border: 2px solid #2a2a85;
    border-radius: 25px;

}

.testing_button {
    background: red;
    border-radius: 9px;
    height: 33px;
    width: 82%;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

.notification-icon {
    color: red;
    text-align: center;
    font-weight: 900;
    font-size: 14px;
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@media (max-width: 1024px) {
    .top-head {
        font-weight: bold;
        font-size: 14px;
        text-align: center;
    }

    .back-opt {
        font-weight: bold;
        font-size: 25px;
        padding: 10px;
        text-align: left;
    }

    .approver_transparent {
        cursor: auto;
        border: 2px solid #2a2a85;
        border-radius: 25px;

    }

    .testing_button {
        background: red;
        border-radius: 9px;
        height: 33px;
        width: 99%;
        color: white;
        font-size: 12px;
    }

    .search_button_table {
        margin-left: 80%;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 16px;
        width: 16%;
        /* Adjust the width as needed */
        background-color: #f8f8f8;
        margin-bottom: 15px;
        display: inline-block;
        vertical-align: top;
        margin-top: -46px;
    }

    .table_th_body {
        color: #232176;
    }

    .td_1 {
        border: 2px solid #146cad;
        padding: 2px;
        width: 5%;
        text-align: center;
    }

    .td_2 {
        border: 2px solid #146cad;
        padding: 2px;
        width: 14%;
        text-align: center;
    }

    .td_3 {
        border: 2px solid #146cad;
        padding: 2px;
        width: 14%;
        text-align: center;
    }

    .td_4 {
        border: 2px solid #146cad;
        padding: 2px;
        width: 14%;
        text-align: center;
    }

    .td_5 {
        border: 2px solid #146cad;
        padding: 2px;
        width: 10%;
        text-align: center;
    }

    .td_6 {
        border: 2px solid #146cad;
        padding: 5px;
        width: 10%;
        text-align: center;
    }

    .td_7 {
        border: 2px solid #146cad;
        padding: 2px;
        width: 10%;
        text-align: center;
    }

    .td_8 {
        border: 2px solid #146cad;
        padding: 2px;
        width: 12%;
        text-align: center;
    }

    .root_head {
        font-size: 13px;
        margin-top: 20px;
    }

    .bts_status {
        width: 29%;
        height: 28px;
    }
}

.root_head {
    margin-top: 14px;
}

.form-container_table {
    vertical-align: top;
    display: flex;
    justify-content: left;
    align-items: left
}

.root_head_review {
    margin-top: 14px;
}

.bts_status_review {
    width: 14%;
    height: 28px;
}

.search_button_table_review {
    margin-left: 54%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    width: 15%;
    background-color: #f8f8f8;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}

@media (max-width: 1024px) {
    .search_button_table_review {
        margin-left: 19%;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 15px;
        width: 20%;
        background-color: #f8f8f8;
        margin-bottom: 23px;
        display: inline-block;
        vertical-align: top;
        margin-top: -1px;
    }

    .bts_status_review {
        width: 24%;
        height: 29px;
    }

    .rejected_back {
        background: linear-gradient(rgba(0, 40, 54, 0.2), rgba(17, 216, 296, 0.7));
        width: 114%;
    }
}

.rejected_back {
    background: linear-gradient(rgba(0, 40, 54, 0.2), rgba(17, 216, 296, 0.7));
    width: 100%;
}


/*****************************************************tester1.php**************************************************/
.table_test {
    border-collapse: collapse;
    width: 100%;
    height: 53%;
    margin: 20px auto;
    border: 1px solid black;
    padding: 8px;
}

.table_test th {
    background-color: #f2f2f2;
    border: 1px solid black;
    padding: 8px;

}

.table_test td {
    border: 1px solid black;
    padding: 8px;

}



.suboption {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    width: 67%;
    border: 2px solid #ccc;
    border-radius: 5px;
    z-index: 9999;
    /* Ensure it appears above other elements */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    /* Optional: Add a shadow effect */
}

.additional-options {
    display: block;
    margin-top: 10px;
    /* Adjust the margin as needed */
}

.custom-label {

    font-weight: bold;
}

.update_cancel {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.cancel_button {
    background-color: #f44336;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    width: 28%;
    height: 26px;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 11);
    /* background-color: #146cad; */
    color: white;
}

.home_reject {
    background: linear-gradient(rgba(0, 40, 54, 0.2), rgba(17, 216, 296, 0.7));
    height: 110vh;
    padding: 13px;
}

.main_div_suboption {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 20px;
}

.div_suboption {
    display: none;
    padding-left: 20px;
    border-left: 2px solid #ccc;
}

.head_suboption {
    align-items: right;


}

.table-container_issue {
    overflow-x: auto;
    /* Enable horizontal scrolling if needed */
}

.back_issue {
    color: black;
    font-size: 25px;
    padding: 10px;
    text-align: left;
    display: inline;
}

.back_button_issue {
    COLOR: BLACK;
    text-decoration-line: none;
    font-weight: normal;
    font-size: 21px;
}

.responsive-table {
    border-collapse: collapse;
    width: 100%;
    height: 103px;
    margin-top: 20px;
}

.responsive-table th,
.responsive-table td {
    border: 1px solid black;
    padding: 8px;
    text-align: center;
}

/* Add media queries for responsiveness */

/* Add media queries for responsiveness */
.showProject-container {
    display: flex;
    justify-content: center;

}


/* Basic styles for the project container */


/* Heading styles */
.showProject h1 {
    font-size: 30px;
}

/* Details styles */
.showProject p {
    font-size: 16px;
    margin-bottom: 5px;
}

.Heading1 {
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 11);
    background-color: #146cad;
    color: white;
    text-align: center;
    margin-top: 17px;
    margin-bottom: -136px;
}

.main_div_suboption {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 20px;
}

.div_suboption {
    display: none;
    padding-left: 20px;
    border-left: 2px solid #ccc;
}

.head_suboption {
    align-items: right;


}

.popuprem {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Popup content */
.popuprem-content {
    position: absolute;
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #eae1e1;
    width: 50%;
    /* Could be more or less, depending on screen size */
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.popupmec {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Popup content */
.popupmec-content {
    position: absolute;
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #eae1e1;
    width: 50%;
    /* Could be more or less, depending on screen size */
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.popupshp {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Popup content */
.popupshp-content {
    position: absolute;
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #eae1e1;
    width: 50%;
    /* Could be more or less, depending on screen size */
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.popupper {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Popup content */
.popupper-content {
    position: absolute;
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #eae1e1;
    width: 50%;
    /* Could be more or less, depending on screen size */
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.popups {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Popup content */
.popups-content {
    position: absolute;
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #eae1e1;
    width: 50%;
    /* Could be more or less, depending on screen size */
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.popupr {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Popup content */
.popupr-content {
    position: absolute;
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #eae1e1;
    width: 50%;
    /* Could be more or less, depending on screen size */
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.popup {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Popup content */
.popup-content {
    position: absolute;
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #eae1e1;
    width: 50%;
    /* Could be more or less, depending on screen size */
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* The close button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.popupp {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Popup content */
.popupp-content {
    position: absolute;
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #eae1e1;
    width: 50%;
    /* Could be more or less, depending on screen size */
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* The close button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    .suboption {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        padding: 20px;
        width: 67%;
        border: 2px solid #ccc;
        border-radius: 5px;
        z-index: 9999;
        /* Ensure it appears above other elements */
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
        /* Optional: Add a shadow effect */
    }

    .Heading1 {
        text-transform: uppercase;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 11);
        background-color: #146cad;
        color: white;
        text-align: center;
        margin-top: 17px;
        margin-bottom: -136px;
    }

    .showProject h1 {
        font-size: 29px;

        margin-top: 15px;
    }

    .home_reject {
        background: linear-gradient(rgba(0, 40, 54, 0.2), rgba(17, 216, 296, 0.7));
        height: 110vh;
        padding: 13px;
    }

    .table-container_issue {
        overflow-x: auto;
        /* Enable horizontal scrolling if needed */
    }

    .back_issue {
        color: black;
        font-size: 25px;
        padding: 10px;
        text-align: left;
        display: inline;
    }

    .back_button_issue {
        COLOR: BLACK;
        text-decoration-line: none;
        font-weight: normal;
        font-size: 21px;
    }

    .showProject-container {
        display: flex;
        margin-top: 15px;
        justify-content: center;
    }

    .responsive-table {
        border-collapse: collapse;
    }

    .responsive-table th,
    .responsive-table td {
        border: 1px solid black;
        padding: 6px;
        font-size: 1.4vh;
        text-align: center;
    }
}


/***********************************************tester-rejected-issue   ****************************************************/
.reject_set_btn {
    font-weight: bold;
    font-size: 25px;
    padding: 10px;
    text-align: left;
    float: left
}

.reject_set_button {
    COLOR: BLACK;
    text-decoration-line: none;
    font-weight: normal;
    font-size: 21px;
}

.section2 {
    width: 100%;
    display: flex;
}

.Ncontainer {
    width: 100%;
    /* height: 126%; */
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    max-height: calc(100vh);
    height: 100vh;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    /* Adjust height based on navbar height */
}

.center-heading {
    text-align: center;
    font-weight: bold;
}

.data-table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid black;



}


.data-table td {
    border: 2px solid #146cad;
    padding: 8px;
    text-align: left;
    color: black;

}

.data-table th {
    background-color: #f2f2f2;
    border: 2px solid #146cad;
    color: #146cad;
    border: 2px solid #146cad;
    padding: 8px;
    text-align: left;
}

.search_button_3 {
    margin-bottom: 5px;
    margin-top: 5px;
    float: right;
    margin-right: 10%;
}

.table_container_reject {
    max-height: 89vh;
    height: 89vh;
    overflow-y: scroll;
    text-align: center;
    position: relative;
    background: linear-gradient(rgba(0, 40, 54, 0.2), rgba(17, 216, 296, 0.7));
    color: #146cad;
}

.reject_tester_name {
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
    text-align: right;
    margin-bottom: 10px;
}

.reject_tester_img {
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 11);
    background-color: #146cad;
    color: white;
    text-align: center;
}



.reject_perform {
    background-color: red;
    color: white;
    width: 78%;
    border-radius: 22px;
    padding: 3px;
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    .reject_perform {
        background-color: red;
        color: white;
        width: 107%;
        border-radius: 22px;
        /* padding: 1px; */
        font-size: 12px;
    }
}

/****************************************notification*****************************/
.full_background_tester_home {
    background: linear-gradient(rgba(0, 40, 54, 0.2), rgba(17, 216, 296, 0.7));
    height: 150vh;
}

.team_name_audio {
    margin-left: 14px;
}

.team_name_picture {
    margin-left: 14px;
}

.team_name_reliability {
    margin-left: 14px;
}

.team_name_software {
    margin-left: 14px;
}

.team_name_mechanical {
    margin-left: 14px;
}

.team_name_shipping {
    margin-left: 14px;
}

.team_name_remote {
    margin-left: 14px;
}

.team_name_performance {
    margin-left: 14px;
}
.team_name_manager{
    margin-left: 14px;
}

/****************************************************manager_view_details*************************************************************/
/* project_details.css */

.manager_view_project_details {
    border-collapse: collapse;
    width: 100%;
}

.manager_view_project_details th,
.manager_view_project_details td {
    border: 1px solid #100a0a;
    text-align: left;
    padding: 8px;
}

.manager_view_project_details th {
    background-color: #146cad;
    color: white;
}

.manager_view_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    display: none;
}

.manager_view_popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

.manager_view_popup-content h2 {
    margin-bottom: 20px;
}

.manager_view_popup-content button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

button.manager_view_close-project-btn {
    background-color: #d9534f;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    margin: 20px 0;
    margin-left: 86%;
}

button.manager_view_close-project-btn:hover {
    background-color: #c9302c;
}

.manager_view_details {
    background: linear-gradient(rgba(0, 40, 54, 0.2), rgba(17, 216, 296, 0.7));
    height: 107vh;
}

.manager_container {
    max-width: 100%;
    height: auto;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #d5a3a3;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0.1, 0.5);
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px
}



.detail_button_testing_type {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0%;

}

.detail_button_testing_type a {
    padding: 5px 7px;
    text-decoration: none;
    font-size: 14px;
    color: white;
    /* Text color */
    border-radius: 4px;
    /* Rounded corners */
    margin-left: 45px;
    /* Margin around buttons */
}

.detail_button_testing_type a:nth-child(1) {
    background-color: #007bff;
    /* Blue color for Audio Testing */
}

.detail_button_testing_type a:nth-child(2) {
    background-color: #28a745;
    /* Green color for Picture Testing */
}

.detail_button_testing_type a:nth-child(3) {
    background-color: #dc3545;
    /* Red color for Reliability Testing */
}

.detail_button_testing_type a:nth-child(4) {
    background-color: #ffc107;
    /* Yellow color for Software Testing */
}

.testing_type a:nth-child(5) {
    background-color: #3e3b2e;
    /* Yellow color for Software Testing */
}

.detail_button_testing_typetesting_type a:nth-child(6) {
    background-color: #ff9f66;
    /* Yellow color for Software Testing */
}

.detail_button_testing_typetesting_type a:nth-child(7) {
    background-color: #ff5f00;
    /* Yellow color for Software Testing */
}

.detail_button_testing_typetesting_type a:nth-child(8) {
    background-color: #002379;
    /* Yellow color for Software Testing */
}

/* Add styles for other links as needed */
#chartContainer {
    background-color: transparent !important;
}

.managerviewchart {
    height: 450px;
    width: 100%;
}

.para_manager_view {
    font-size: 16px;
    margin-bottom: 10px;
}

#audioTesting {

    display: inline-block;
    padding: 8px 16px;
    margin-top: 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 17px;
    transition: background-color 0.3s;
    margin-left: 0px;
}

#audioTesting :hover {
    background-color: #0056b3;
}

#pictureTesting {

    display: inline-block;
    padding: 8px 16px;
    margin-top: 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 17px;
    transition: background-color 0.3s;
    margin-left: 16px;
}

#pictureTesting :hover {
    background-color: #0056b3;
}

#reliabilityTesting {

    display: inline-block;
    padding: 8px 16px;
    margin-top: 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 17px;
    transition: background-color 0.3s;
    margin-left: 16px;
}

#reliabilityTesting :hover {
    background-color: #0056b3;
}

#softwareTesting {

    display: inline-block;
    padding: 8px 16px;
    margin-top: 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 17px;
    transition: background-color 0.3s;
    margin-left: 16px;
}

#softwareTesting :hover {
    background-color: #0056b3;
}

#mechanicalTesting {

    display: inline-block;
    padding: 8px 14px;
    margin-top: 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 17px;
    transition: background-color 0.3s;
    margin-left: 16px;
}

#mechanicalTesting :hover {
    background-color: #0056b3;
}

#shippingTesting {

    display: inline-block;
    padding: 8px 16px;
    margin-top: 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 17px;
    transition: background-color 0.3s;
    margin-left: 16px;
}

#shippingTesting :hover {
    background-color: #0056b3;
}

#remoteTesting {

    display: inline-block;
    padding: 8px 16px;
    margin-top: 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 17px;
    transition: background-color 0.3s;
    margin-left: 16px;
}

#remoteTesting :hover {
    background-color: #0056b3;
}

#performanceTesting {

    display: inline-block;
    padding: 8px 12px;
    margin-top: 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 17px;
    margin-left: 16px;
    transition: background-color 0.3s;
}

#performanceTesting :hover {
    background-color: #0056b3;
}

.showProject-container {
    margin: 20px;
}


@media screen and (max-width: 1024px) {
    #performanceTesting {

        display: inline-block;
        padding: 8px 10px;
        margin-top: 20px;
        color: #fff;
        text-decoration: none;
        border-radius: 17px;
        margin-left: 16px;
        transition: background-color 0.3s;
    }

    #audioTesting {

        display: inline-block;
        padding: 8px 10px;
        margin-top: 20px;
        color: #fff;
        text-decoration: none;
        border-radius: 17px;
        transition: background-color 0.3s;
        margin-left: 0px;
    }

    #pictureTesting {

        display: inline-block;
        padding: 8px 10px;
        margin-top: 20px;
        color: #fff;
        text-decoration: none;
        border-radius: 17px;
        transition: background-color 0.3s;
        margin-left: 16px;
    }

    #reliabilityTesting {

        display: inline-block;
        padding: 8px 10px;
        margin-top: 20px;
        color: #fff;
        text-decoration: none;
        border-radius: 17px;
        transition: background-color 0.3s;
        margin-left: 16px;
    }

    #softwareTesting {

        display: inline-block;
        padding: 8px 10px;
        margin-top: 20px;
        color: #fff;
        text-decoration: none;
        border-radius: 17px;
        transition: background-color 0.3s;
        margin-left: 16px;
    }

    #mechanicalTesting {

        display: inline-block;
        padding: 8px 10px;
        margin-top: 20px;
        color: #fff;
        text-decoration: none;
        border-radius: 17px;
        transition: background-color 0.3s;
        margin-left: 16px;
    }

    #shippingTesting {

        display: inline-block;
        padding: 8px 10px;
        margin-top: 20px;
        color: #fff;
        text-decoration: none;
        border-radius: 17px;
        transition: background-color 0.3s;
        margin-left: 16px;
    }

    #remoteTesting {

        display: inline-block;
        padding: 8px 10px;
        margin-top: 20px;
        color: #fff;
        text-decoration: none;
        border-radius: 17px;
        transition: background-color 0.3s;
        margin-left: 16px;
    }

    .manager_view_project_details {
        border-collapse: collapse;
        width: 100%;
    }

    .manager_view_project_details th,
    .manager_view_project_details td {
        border: 1px solid #100a0a;
        text-align: left;
        padding: 8px;
    }

    .manager_view_project_details th {
        background-color: #146cad;
        color: white;
    }

    .manager_container {
        width: 154%;
        max-width: 154%;
        height: 81%;
        padding: 20px;
        background-color: #f9f9f9;
        border: 1px solid #d5a3a3;
        border-radius: 5px;
        box-shadow: 0 2px 4px rgba(0, 0, 0.1, 0.5);
        display: flex;
        flex-direction: column;
        margin-left: 5px;
        margin-right: 5px;
    }

    .manager_view_details {
        background: linear-gradient(rgba(0, 40, 54, 0.2), rgba(17, 216, 296, 0.7));
        height: 166.5vh; 
    }
    button.manager_view_close-project-btn {
        background-color: #d9534f;
        color: white;
        border: none;
        padding: 10px 20px;
        cursor: pointer;
        font-size: 16px;
        border-radius: 5px;
        margin: 20px 0;
        margin-left: 133%;
    }
    
    button.manager_view_close-project-btn:hover {
        background-color: #c9302c;
    }

}