.tru {
    background-image: linear-gradient(180deg, #af1281, #360167);
    background-size: cover;
    background-position: center;
    background-color: #360167;
    padding: 20px 0;
}

.news-marquee {
    overflow: hidden;
    white-space: nowrap;
    margin-left: 30px;
    padding-left: 10px;
    padding-right: 10px;
    color: #ff0000;
    height: 300px;
}

.news-item {
    display: block;
    margin-bottom: 30px;
}

.titleNews {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 10px;
}

/* Header styles */
.tr-navigationbar {
    background-color: #000;
    color: #fff;
    height: 50px;
    font-size: 16px;
    display: flex;
}

.tr-navigationbar div:hover {
    background-color: #9C0F7D;
}

.tr-navigationbar > .active {
    background-color: #9C0F7D;
}

.tr-navigationbar > .active > a {
    color: black;
}

.nav-list-item {
    display: inline-block;
    width: auto;
    list-style: none;
    height: 50px;
    padding-top: 10px;
}

.tr-navigationbar a {
    padding-left: 20px;
    color: #fff;
    text-decoration: none;
}

.tr-navigationbar a:hover {
    color: black;
}

.logout {
    margin-left: auto;
    margin-right: 50px;
    height: 50px;
}

.brand {
    width: 100%;
    display: flex;
}

.toggle-btn {
    display: none;
}
@media (max-width: 480px) {
    .titleNews {
        font-size: 20px;
    }

    #quote {
        font-size: 18px;
    }

    #author {
        font-size: 14px;
    }

    .news-marquee {
        height: 200px;
        font-size: 12px;
    }

    .form-group_user label {
        font-size: 12px;
    }

    .form-group_user input {
        font-size: 12px;
    }

    .btn {
        font-size: 12px;
        padding: 5px 10px;
    }

    .card-title {
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px) {

    .brand .headImage {
        margin-top: 15px;
    }

    .glow {
        margin-left: 70px;

    }

    .toggle-btn {
        display: block;
        margin-left: 70px;
        cursor: pointer;
    }

    .toggle-btn .bar {
        display: block;
        width: 25px;
        height: 3px;
        background-color: white;
        margin: 5px 0;
        margin-left: -35px;
    }

    .tr-navigationbar {
        display: none;
        background-color: black;
        position: relative;
        z-index: 2;
    }
    .nav-list-item {
        display: block;
        background-color: black;
        color: white;
        border-bottom: 1px solid white;
        padding: 10px;
    }
    /* Employee Add Goal Page*/
    .tblgoal .td {
        margin-left: -50px;
    }

    .back-id-card {
        margin-top: 20px;
        align-items: center;
    }

    .front-id-card, .back-id-card {
        padding-left: 60px;
    }
    /*leavs page*/
    .tableDiv {
        height: 411px;
        width: 200px;
    }

    .inputLeaves {
        width: 45%;
    }
    .pd-2 {
        border: 1px solid black ;
        border-radius: 50px;
        width: 100%;
    }

    .mb-2 {
        margin-left: -40%;
    }
    .table-responsive {
        display: inline-block;
        width: 100%; /* Adjust width as needed */
        overflow-x: auto; /* Enable horizontal scrolling if necessary */
    }
    /*payment page */
    .paymentPage {
        width: 20px;
    }
    .payInput {
        margin-right: 120px;
        width: 220px;
    }
    .payment-table {
        margin-left: -40px;
        width: 10%;
    }

    .welcome_container {
        width:100%;
        padding: 20px;
        max-width: none;
    }
    /* employee leave*/
    .task_row {
        width: 100px;
        max-width: none;
    }
    .employee_detail_row{
        width:100%;
        padding: 20px;
        max-width: none;
    }
    .employeeLeave {
        width: 100%;
    }

    /* .table_career {
        margin-top: 30px;
        margin-right: 100px;
    } */

    .table-main-body {
        background-color: red;
        width: 100%;
    }

    /* employee  welcome page*/
    .task_ticket {
        width: 20px;
    }
    /* goal*/
    .goalform {
        width: 100%;
    }

    .table-width {
        width: 1000%
    }

}

/*** HEADER Navigation Links Styling ENDS here */

/* table style start*/

.table-lengh select{
    width: 70px;
}
.table-lengh input{
    width: 70px;
}
.btnsub{
    text-align: center;
}
/* table style end*/

/*goal style start*/
.cl {
    padding: 20px;

}
.radius {
    border-radius: 10px;

}
.div_tbl{
    background-color: #d8d6da;
}
.btn_size{
    width: 80px;
    height: 40px;
    background-color: white;
    margin-top: 20px;
}
.form-label {
    font-size: large;
    padding-left: 80px;
}
.tbl_head{
    color: black;
    width: 500px;
    font: bold;
}
.btnbt {
    margin-left: 100px;
}
.div_goals {
    background-image: url("../images/goal_2.png");
    background-color: #857891;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}


.head {
    text-align: center;
    text-emphasis-color: black;

}
.goalform {
    padding-top: 20px;
}
.txtarea {
   resize: none;
}
.inpt {
    width: 80%;
}
.inpt1 {
    width: 80%;
    background-color: #8d78a1;
    color: white;
}
.lbl_goal {
    font-family: impact(sans-serif);
    color: black;
    position: relative;
}
/* goal style end*/

/* goal-_catagory table start*/


.maincategory_container .row {
    display: flex;
    padding-bottom: 5%;
    padding-right: 10%;
}


.heading {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.panel {
    border: 2px solid rgb(66, 65, 65);
    border-radius: 40px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(90, 87, 87, 0.05);
    font-size: large;
    padding-right: 10%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    font-weight: normal;


}

.panel-media {
    position: flex;
    text-align: center;
}



.btn_goal{
    background-color: white;
    margin: 10%;
    width: 90px;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 5px #999;
}

.tgoal {
    padding: 2%;
}
 .td_goal {
    padding-left: 50px;
 }

.text {
    padding-right: 8%;
    align-items: start;
}


.tr_tbl1:nth-child(odd) {
    background-color:#D6EEEE;
  }



/*goal style end*/

.quotes {
    text-align: justify;
    margin: auto;
}

.quotes>p {
    font-weight: bold;
    font-style: italic;
    font-size: large;
    font-family: sans-serif;
}

.quotes-wall {
    width: 100%;
    height: 100%;
}

.quote-box {
    text-align: center;
    color: white;
}

.quote-box #quote {
    font-size: 30px;
    font-weight: bold;
}

.quote-box #author {
    font-style: italic;
}


/** ticket css */
.task_ticket {
    width: 400px;
    position: relative;
    margin-bottom: 170px;
}

.task_ticket-stand {
    height: 460px;
    width: 237px;
    border: 1px black;
    border-radius: 75px 75px 25px 25px;
    position: relative;
    margin-left: 79px;
    padding-top: 5px;
}

.task_ticket-stand-fold {
    background-color: rgb(67, 13, 161);
    height: 20px;
    width: 240px;
    border-radius: 25px 25px 0px 0px;
    position: relative;
    margin-top: 240px;
}

.task_ticket-timer {
    background-color: rgb(236, 90, 32);
    height: 40px;
    width: 150px;
    margin: auto;
    z-index: 20;
    margin-top: -15px;
    text-align: center;
    padding-top: 7px;
    border-radius: 20px;
    font-weight: bold;
}

.task_ticket-tr-card {
    background-color: rgb(236, 235, 238);
    height: 580px;
    width: 340px;
    border-radius: 20px 20px 20px 20px;
    margin-left: -53px;
    margin-top: 30px;
    box-shadow: 0 25px 25px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: absolute;
}

.task_ticket-card-details {
    margin: 10px;
    text-align: justify;
}

/** Ticket CSS Ends */

.registration-form {
    width: 350px;
    margin: 50px auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.scard {
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
    background-color: white;
}

.card-body {
    width: 100%;
    background-color: white;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(600px);
    box-shadow: 10px 10px 10px;
    font-weight: bold;
}

.card-body > span {
    text-align: center;
}

.card-title {
    font-size: 20px;
    text-align: center;
    bottom: 10px;
    color: #7c05eb;
}

.span {
    font-size: 20px;
    text-align: center;
    justify-content: center;
    bottom: 10px;
    color: #360167;
}

.form-group_user {
    width: 310px;
    margin-top: 20px;
    position: relative;
    background: transparent;
    border-bottom: 2px solid #000;
    border-block-end: 2px pink solid;
    border: none;
    outline: none;
    font-size: 1em;
    color: #360167;
    /* transition: .5px; */
}


.input {

    margin-top: -10px 0;
    position: relative;
    background: transparent;
    border-bottom: 2px solid #fff;
    border: none;
    outline: none;
    border-block-end: 2px pink solid;
    font-size: 1em;
    color: #000;
    /* transition: .5px; */

}

.tbl_captcha {
    width: 100%;
    background-color: black;
    border: 1px solid white;
    margin-top: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
    color: white;
}

.span_captcha {
    font-size: 12px;
    color: #9C0F7D;
    margin: auto;
}

.tbl_captcha .td-hover:hover {
    background-color: #9C0F7D;
}

/* welcome admin css start*/

.welcome_container{
    margin-top: 20px;
    padding: 20px;
}
.emp-image {
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 55px;
}
.profile-tr {
    text-align: center;
}
.save-btn {
    margin-left: 20px;
    margin-top: 18px;
    background-color: rgb(160, 201, 218);
    width: 70px;

}

.welcome_container .emp{
    font-size: x-large;
    font-weight: bold;
    word-spacing: 30px;
    padding: 5px;
    margin-bottom: 20px;
}

.task_row {
    padding: 20px;
    margin-bottom: 20px;

}
.task_row > h3 {
    text-align: center;
    text-emphasis: circle rgb(16, 16, 16);
    text-emphasis-position: under;
    text-shadow: 1px 1px  #000;

}

  .welcome_container {
    box-shadow: 5px 5px 10px 10px;
}

.box{
    display: inline-flex;
    width: 15px;
    height: 15px;
    margin-left: 25px;
    padding-top: 10px;
    border: 2px solid #333;
    border-radius: 5px;
    text-align: center;

}

.task-border {
    margin-top: 50px;
    border-top: 2px solid rgb(161, 210, 230);
    border-bottom: 2px solid rgb(196, 233, 248);
    padding-top: 2px;
    padding-bottom: 2px;
}
.welcome-task {
    margin-top: 30px;
}

.task-heading {
    text-align: center;
    text-shadow: 1px 1px #000;
}

/* welcome admin css end*/

/* key_pharase admin css start */

.key_container {
    display: flex;
    justify-content: center;
}

.key_container .view-key-phrase {
    margin-bottom: 10px;
}


.key {
    max-width: 700px;
    margin-top: 50px;
    align-items: center;
    /* background-image: linear-gradient(180deg, #af1281, #360167); */
    box-shadow: 0px 0px 5px 0px #af1281, 0px 0px 5px 0px #360167;
    border-radius: 100px;
    padding-top: 90px;
}

.key_employee {
    display: block;
    margin-left: 80px;
    padding-top: -100px;
    padding-top: -10px;
}

.key_employee .key_code{
    margin-left: 140px;
    margin-top: -25px;
    padding-top: -10px;

}

.key_phrase {
    display: block;
    margin-left: 05px;
    padding-top: 30px;
    padding-top: -10px;
}

.key_phrase .Phrase_key {
    margin-left: 135px;
    margin-top: -25px;
    padding-top: -10px;
}

.key_status {
    margin-left: 0px;
    padding-top: 20px;
    word-spacing: 100px;
}

.key_submit {
    margin-top: -30px;
    padding-left: 280px;
    margin-bottom: 50px;
    padding-bottom:-150px ;
}

@media screen and (max-width: 768px) {
    .key {
        margin: 20px;
        padding: 30px;
        border-radius: 20px;
    }
}

/* key_pharase admin css end*/
/* apply leaves */
.wel {
    margin-left: 25px;
}
.edit-btn{
    margin-left: 30px;
}
.pd-2,label {
    height:25px;
    padding-bottom: 25px;

}
.pd-2 {
    border: 1px solid black ;
    border-radius: 50px;
    height: auto;
    width: 550px;
    padding: 15px;

}
.leave-total {
    margin-top: 10px;
    background-color: #ded3e7;
    width: 190px;
}
.public {
    text-align: center;
}
.mb-2 {
    text-align: center;
    margin-top: 25px;
    width: 160px;
    height: 50px;

}
.form-select {
    width: 35%;
    margin-bottom: 25px;
    margin-top: 10px;
    background-color: #ded3e7;
}

.container {
    margin-bottom: 50px;
}
table {
    font-family: arial, sans-serif;
}

/* employee regisration css*/
.employee_h2 {
    margin: 40px;
}
.registr {
    padding-top: 50px;
}
.tbl-registr {
    padding-left: 20px;

}
.btn-register {
    justify-content: center;
    margin-top: 12px;
    width: 150px;
    height: 50px;
}
/* employee regisration css end*/
/* payment css in transaction section start */
.payment-form {
    width: 500px;
    height: 550px;
    padding: 50px;

}

.payment-table {
    border-color: 1px solid black;

}

.for-button {
    text-align: center;
}

.payment-table td{
    padding: 8px;
}

.payment-table button {
    width: 130px;
    height: 50px;
}

/* payment css in transaction section end */

/** ID card css starts from here */
/** Front */

.top-marging {
    margin-top: 4%;

}
.id-card {
    width: 250px;
    background-color: #000000;
    border-radius: 10px;
    color: white;
    position: relative;
    height: 400px;
}
.id-card-background {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.id-card .logo {
    height: 25px;
    width: 25px;
    border-radius: 5px;
    position: absolute;
    top: 9px;
    left: 20px;
}
.id-card .logotext {
    height: 20px;
    width: 150px;
    position: absolute;
    top: 10px;
    left: 60px;
}
.profile-image {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 3px solid green;
    margin-top: 40px;
}
.id-card .id {
    margin-top: 10px;
    font-weight: bolder;
    font-size: 18px;
}
.id-card .name {
    margin-top: -18px;
    font-weight: bolder;
    font-size: 18px;
}
.id-card .post {
    margin-top: -18px;
    font-weight: bolder;
    font-size: 18px;
}
.sub-table {
    margin-left: 20px;
    table-layout:fixed;
}
.id-card .profile-detail {
    width: 15px;
    height: 15px;
}
.id-card .profile-input {
    text-align: left;
    width: 195px;
    word-break: break-all;
    font-size: 12px;
    color: white;
    padding-left: 10px;
}
.id-card .profile-medical > span {
    font-size: 12px;
    padding-left: 10px;
}
.emergency-contact {
    font-size: 8px;
    color: #7ED957;
    padding-top: -20px;
    margin-top: -5px;
    margin-left: -70px;
}
.blood-group {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 60px;
    height: 60px;
    font-size: 14px;
    font-weight: bolder;
    color: white;
    padding-top: 20px;
    padding-left: -10px;
    margin-top: -60px;
    margin-left: 170px;
}
.id-card .web-address {
    margin-top: -10px;
    font-weight: bolder;
    font-size: 12px;
}
/** Fron end */
/** back Start */

.id-card-background-back {
    width: 100%;
    height: 100%;
}
.back-logo {
    height: 40px;
    width: 40px;
    border-radius: 10px;
    margin-left: 50px;
    margin-top: 10px;
}
.company-name {
    margin-left: 120px;
    margin-top: -40px;
    font-size: small;
}
.company-details {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
    font-size: small;
    line-height: 15px;
}
.id-card .company-contact-details {
    width: 250px;
    height: 133px;
}
.company-contact-details .company-contacts {
    width: 160px;
    height: 40px;
    font-size: small;
    text-align: right;
    margin-left: 80px;
    padding-right: 12px;
    color: #7ED957;
}
.company-contact-details .company-web {
    width: 160px;
    height: 40px;
    font-size: small;
    text-align: left;
    margin-left: 20px;
    margin-top: 20px;
    color: #7ED957;
}
.company-web .web-image {
    width: 25px;
    height: 25px;
}
.company-contact-details .company-location {
    width: 250px;
    height: 30px;
    font-size: 10px;
    text-align: right;
    margin-left: -20px;
    margin-top: 20px;
}
.company-location .location-image {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
/** ID Card CSS ends here */

/** profile css start**/
.image {
    height: 180px;
    width: 180px;
    border-radius: 50%;
    border: 3px solid green;
    margin-left: 40px;
}

.container .employee-profile {
    margin-top: 80px;
}

.profile-container {
    justify-content: center;
}

.main-profile {
    text-align: center;
}

.ready-profile {
    margin-left: 50px;
    margin-top: 30px;
}

.profile-label {
    padding-bottom: 50px;
}

 .pr-image{
    width: 30px;
    height: 30px;

}

.profile-edit {
    width: 80px;
    text-align: center;
}

/**profile css end**/
/*git page css*/
.git-span {
    color: purple;
}
.git-table .git-table {
    text-align: center;
}
.git-table .gitpage-dot {
    font-size: 20px;
}

.addSubtasklogo {
    height: 50px;
    width: 50px;
    cursor: pointer;
}

.test {
    background-color: red;
}


.progress-bar {
    position: relative;
    width: 100%;
    height: 20px;
    background-color: #1b0b0b;
    border-radius: 10px;
    overflow: hidden;
}
.dot {
    position: absolute;
    height: 20px;
    background-color: rgb(21, 254, 21);
    transform: translateX(-50%);
}
.dot:nth-child(1) {
    width: 50%;
}

.dot:nth-child(2) {
    width: 100%;
}

/* .dot:nth-child(3) {
    width: 150%;
}

.dot:nth-child(4) {
    width: 200%;
}  */

