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;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.footer-logo {
    height: 40px;
    /* width: 150px*/
}

/* Style to make the container round */
.round-icon {
    width: 40px; /* Set the desired width */
    height: 40px; /* Set the desired height */
    border-radius: 50%; /* Make the border radius 50% to create a circle */
    background-color: #007bff; /* Set background color */
    color: #fff; /* Set text color */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px; /* Set the font size */
    font-weight: bold; /* Set the font weight */
    text-transform: uppercase; /* Optionally, transform text to uppercase */
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

/*Customize css form margin*/
ml-1 {
    margin-left: 1px !important;
}

ml-2 {
    margin-left: 2px !important;
}

ml-5 {
    margin-left: 5px !important;
}

ml-10 {
    margin-left: 10px !important;
}

mr-1 {
    margin-right: 1px !important;
}

mr-2 {
    margin-right: 2px !important;
}

mr-5 {
    margin-right: 5px !important;
}

mr-10 {
    margin-right: 10px !important;
}

/*End Customize css form margin*/

/*/Customize width class/*/
.w-5px {
    width: 5px;
}

.w-10px {
    width: 10px;
}

.w-15px {
    width: 15px;
}

.w-20px {
    width: 20px;
}

.w-25px {
    width: 25px;
}

.w-30px {
    width: 30px;
}

.w-35px {
    width: 35px;
}

.w-40px {
    width: 40px;
}

.w-45px {
    width: 45px;
}

.w-50px {
    width: 50px;
}

.w-55px {
    width: 55px;
}

.w-60px {
    width: 60px;
}

.w-65px {
    width: 65px;
}

.w-70px {
    width: 70px;
}

.w-75px {
    width: 75px;
}

.w-80px {
    width: 80px;
}

.w-85px {
    width: 85px;
}

.w-90px {
    width: 90px;
}

.w-100px {
    width: 100px;
}

.w-110px {
    width: 110px;
}

.w-120px {
    width: 120px;
}

.w-130px {
    width: 130px;
}

.w-140px {
    width: 140px;
}

.w-150px {
    width: 150px;
}

.w-160px {
    width: 160px;
}

.w-170px {
    width: 170px;
}

.w-180px {
    width: 180px;
}

.w-190px {
    width: 190px;
}

.w-200px {
    width: 200px;
}

.w-210px {
    width: 210px;
}

.w-220px {
    width: 220px;
}

.w-230px {
    width: 230px;
}

.w-240px {
    width: 240px;
}

.w-250px {
    width: 250px;
}



.w-5 {
    width: 5%;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-30 {
    width: 30%;
}

.w-35 {
    width: 35%;
}

.w-40 {
    width: 40%;
}

.w-45 {
    width: 45%;
}

.w-55 {
    width: 55%;
}

.w-60 {
    width: 60%;
}

.w-65 {
    width: 65%;
}

.w-70 {
    width: 70%;
}

.w-75 {
    width: 75%;
}

.w-80 {
    width: 80%;
}

.w-85 {
    width: 85%;
}

.w-90 {
    width: 90%;
}

.w-95 {
    width: 95%;
}

/*/Customize height class/*/
.h-5px {
    height: 5px;
}

.h-10px {
    height: 10px;
}

.h-15px {
    height: 15px;
}

.h-20px {
    height: 20px;
}

.h-25px {
    height: 25px;
}

.h-30px {
    height: 30px;
}

.h-35px {
    height: 35px;
}

.h-40px {
    height: 40px;
}

.h-45px {
    height: 45px;
}

.h-50px {
    height: 50px;
}

.h-55px {
    height: 55px;
}

.h-60px {
    height: 60px;
}

.h-65px {
    height: 65px;
}

.h-70px {
    height: 70px;
}

.h-75px {
    height: 75px;
}

.h-80px {
    height: 80px;
}

.h-85px {
    height: 85px;
}

.h-90px {
    height: 90px;
}

.h-100px {
    height: 100px;
}

.h-110px {
    height: 110px;
}

.h-120px {
    height: 120px;
}

.h-130px {
    height: 130px;
}

.h-140px {
    height: 140px;
}

.h-150px {
    height: 150px;
}

.h-160px {
    height: 160px;
}

.h-170px {
    height: 170px;
}

.h-180px {
    height: 180px;
}

.h-190px {
    height: 190px;
}

.h-200px {
    height: 200px;
}

.h-250px {
    height: 250px;
}

.border-1px-red {
    border: 1px solid red;
}


/*set chield position bottom if parent position is relative*/
.child-position-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}

.child-flex-end {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

/*select-2 customization*/
.select2-container--default {
    width: 100% !important;
}

.select2-container--default, .select2-selection--multiple, .select2-selection__choice {
    padding: 3px;
    margin-left: 2px !important;
    margin-top: 1px !important;
}

/* Truncate text and show ellipsis (...) */
.description-column {
    max-width: 200px; /* Adjust as needed */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard-container {
    /*width: 80%;*/
    /*margin: auto;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.dashboard-box {
    min-width: 131px;
    margin: 8px;
    padding: 20px;
    text-align: center;
    border: 1px solid blue;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.chart-container {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    width: 100%;
}

#container {
    width: 45%;
    height: 400px;
}

#container-PlanvsActual {
    width: 45%;
    height: 400px;
}

.dashboard-box h2 {
    margin: 10px 0;
    font-size: 18px;
    color: #333;
}

.dashboard-box p {
    font-size: 24px;
    font-weight: bold;
    color: #555;
}

.icon-text {
    display: flex;
    align-items: center;
}

    .icon-text i {
        margin-right: 5px;
    }
.header-task {
    background-color: #343a40;
    color: white;
}

.header-row-task {
    background-color: #343a40;
    color: #9ACD32;
}

.sub-header-row-task {
    background-color: #343a40;
    color: #89C35C;
}
.planned-duration {
    background-color: #8eff8e; /* Light green color for planned durations */
    color: black; /* Black text color */
}

.actual-duration {
    background-color: #8ec6ff; /* Light blue color for actual durations */
    color: black; /* Black text color */
}

.no-planned-duration {
    background-color: white; /* White color for cells with no planned duration */
    color: black; /* Black text color */
}

.no-actual-duration {
    background-color: white; /* White color for cells with no actual duration */
    color: black; /* Black text color */
}
.border-danger {
    border: 2px solid red;
}
.bordered {
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.chart-container {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 5px;
}

.collapsible {
    background-color: #003366;
    color: white;
    cursor: pointer;
    padding: 5px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    margin-bottom: 10px; /* Adjust the gap as needed */
}

   /* .active, .collapsible:hover {
        background-color: #607d8b;
    }*/

.content {
    padding: 0 10px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}


/*.active,
.collapsible:hover {
    background-color: #003366;
}*/

.content {
    padding: 0 10px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

#tblData td {
    font-size: 12px; /* Adjust the font size as needed */
}

.collapsible-section {
    margin-bottom: 10px; /* Adjust the gap between sections */
}

.active + .content {
    display: block;
}

    .active + .content + .collapsible {
        border-bottom: none; /* Remove bottom border when collapsed */
    }

.collapsible .bi {
    color: White; /* Adjust the color as needed */
}



.plus-icon {
    width: 20px;
    height: 20px;
    background-color: springgreen;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

    .plus-icon::before, .plus-icon::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 3px;
        background-color: white;
    }

    .plus-icon::before {
        transform: rotate(90deg);
    }

.collapsible.active .plus-icon::before {
    display: none;
}

.description-column {
    max-width: 150px; /* Adjust as needed */
    overflow: hidden;
    /* Remove text-overflow: ellipsis */
}

.description-column {
    word-wrap: break-word;
    white-space: pre-wrap;
    max-height: 2.5em; /* Limit the height to roughly three lines */
    overflow: hidden;
    position: relative;
}

    .description-column .show-more {
        color: lightskyblue;
        font-size: 10px !important;
        cursor: pointer;
        display: block;
        margin-top: 5px;
    }


.dataTables_wrapper .dataTable .approval-status {
    display: flex;
    align-items: center;
}

.status-circle {
    display: inline-block;
    width: 15px; /* Increased size by 10% */
    height: 15px; /* Increased size by 10% */
    border-radius: 50%;
    margin-right: 5px;
}

.status-circle1 {
    display: inline-block;
    width: 25px; /* Increased size by 10% */
    height: 25px; /* Increased size by 10% */
    border-radius: 50%;
    margin-right: 5px;
}

.legend {
    position: relative;
    top: 65px;
    Left: 0%;
    bottom: 90%;
    margin: 0px;
}
.read-more-btn {
    background-color: #d3d3d3; /* Light grey background */
    color: #000; /* Black color for the dots */
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .read-more-btn i {
        font-size: 12px;
    }

.sticky-header th {
    position: sticky;
    top: 0;
    background-color: #d1ecf1;
    z-index: 1;
}

/*.table-responsive {
    overflow-y: auto;
    max-height: 200px;*/ /* Adjust this as needed */
/*}*/








