/* body {
    Light Orignal
    background-color: #013d5d;
    Dark
    background-color: #003450;
} */
.bg-dark-blue{
    background-color: #003450;
}

.bg-light-blue {
    background-color: #013d5d !important;
}
.logo-img {
    height: 70px;
}

.alooki-logo-container {
    margin-left: 2rem;
    overflow: hidden;
}

.alooki-logo-img {
    height: 40px;
    width: auto;
}

span.title {
    font-size: 20px;
    font-weight: 500;
}
.card, .card-light {
    margin-bottom: 10px;
}
.card .card-body, .card-light .card-body {
    padding: 0 10px;
}
.card-pricing {
    padding: 10px 5px;
}
.table-dark {
    --bs-table-bg: #003450;
    border-color: #fff;
}
.table {
    margin-bottom: 0;
}
/* th.parts {
    width: 20%;
}
th.regular, th.walmart, th.costco {
    width: 26.66%;
} */
.table thead th {
    padding: 6px 24px !important;
}
@media (max-width: 767px) {
    .date, .time {
        font-size: 13px;
    }
}
@media screen and (max-width: 991.5px) {
    .navbar-header {
        transform: none !important;
    }
}
@media screen and (min-width: 992px) {
    .sidebar_minimize .main-header,.sidebar_minimize .main-panel {
        width: 100%;
    }
}
.table>tbody>tr>td, .table>tbody>tr>th {
    font-size: 11px;
    padding: 5px 5px !important;
}

.bg-light-red{
    background-color: #FD886F !important;
}

.progress-bar-container {
    position: relative;
    width: 100%
}

.progress-bar{
    width: 100%;
    height: 1.5rem;
    border-radius: 1rem;
    border-style: solid;
    border-color: #B9B9B9;
    border-width: 0.2rem;
}

.progress-bar::-webkit-progress-bar{
    background-color: #D3D3D3;
    padding: 0.1rem;
}

.progress-bar::-webkit-progress-value{
    background-color: #5B9902;
    border-radius: 1rem;
}

.progress-bar-text {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: black;
    font-weight: bold;
    line-height: 1.5rem; /* Aligns text vertically */
    z-index: 10;
  }

.status-bar-title{
    font-size: 0.8rem;
}

.line-run-state {
    background-color: #31CE36;
}

.line-stopped-state {
    background-color: #F25961;
}

.stat-text {
    color: black;
}

.btn-outside-shift {
    background-color: #D3D3D3;
}

.tow-indicator-label {
    font-size: 14px;
}

/*########################line summary page styles############################*/

.line-summary-stat-bar-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 3rem;
    width: 50%;
}

.line-summary-center-stat {
    /*d-flex flex-row px-5 w-100*/
    display: flex;
    flex-direction: row;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 3rem;
    padding-bottom: 1rem;
    width: 100%;
    justify-content: center; /* Horizontally centers content */
    align-items: center;    /* Vertically centers content */
}

.line-summary-inner-page {
    display: flex;
    flex-direction: column;
    padding-left: 5rem;
    padding-right: 5rem;
    width: 100%;
    align-items: center;
}

.line-summary-magnify {
    transform: scale(1.2);
    margin-top: 5rem;
}

@media screen and (max-width: 1500px){
    .line-summary-center-stat {
        /*d-flex flex-row px-5 w-100*/
        display: flex;
        flex-direction: column;
        padding-left: 0rem;
        padding-right: 0rem;
        padding-top: 3rem;
        padding-bottom: 1rem;
        width: 100%;
        justify-content: center; /* Horizontally centers content */
        align-items: center;    /* Vertically centers content */
    }
}

@media screen and (max-width: 1100px){
    .bird-total-text {
        font-size: 16px !important;
        color: #D3D3D3 ;
    }

    .bird-total-label {
        font-size: 14px !important;
        font-weight: bold;
        color: #D3D3D3;
    }
}

@media screen and (max-width: 790px){
    .line-summary-stat-bar-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 3rem;

    }
}

@media screen and (max-width: 500px){
    .line-summary-stat-bar-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 3rem;

    }

    .bird-total-text {
        font-size: 14px !important;
        color: #D3D3D3;
    }

    .bird-total-label {
        font-size: 16px !important;
        font-weight: bold;
        color: #D3D3D3;
    }
}

/*########################stats bar############################*/

.stat-bar-container {
    display: flex;
    /*flex-direction: row;
    width: 100%;*/
    padding-left: 20rem;
    padding-right: 20rem;


  align-items: center;
  /*gap: 60px;
  flex-wrap: wrap;*/
}

.center-stat {
    /*d-flex flex-row px-5 w-100*/
    display: flex;
    flex-direction: row;
    padding-left: 4rem;
    padding-right: 4rem;
    width: 100%;
}

.alert-banner{
    display: none;
    width: fit-content;
    justify-content: center;
    border-radius: 0.5rem;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    font-size: 16px;
    background-color: yellow;
    font-weight: bold;
    padding: .5rem 2rem .5rem 2rem;
    margin: 1rem auto 1rem auto;
}
@media screen and (max-width: 1540px){

    .stat-bar-container {
        display: flex;
        /*flex-direction: row;
        width: 100%;*/
        padding-left: 10rem;
        padding-right: 10rem;


      align-items: center;
      /*gap: 60px;
      flex-wrap: wrap;*/
    }
}

@media screen and (max-width: 1270px){
    .stat-bar-container {
        display: flex;
        /*flex-direction: row;
        width: 100%;*/
        padding-left: 6rem;
        padding-right: 6rem;


      align-items: center;
      /*gap: 60px;
      flex-wrap: wrap;*/
    }
}
@media screen and (max-width: 1120px){
    .stat-bar-container {
        display: flex;
        padding-left: 5rem;
        padding-right: 5rem;
        align-items: center;
    }
    .center-stat {
    /*d-flex flex-row px-5 w-100*/
        display: flex;
        flex-direction: column;
        padding-left: 6rem;
        padding-right: 0;
        padding-top: 1rem;
        padding-bottom: 1rem;
        width: 100%;
    }
}
@media screen and (max-width: 840px){
    .stat-bar-container {
        display: flex;
        flex-direction: column;
        padding-left: 5rem;
        padding-right: 5rem;

        align-items: center;
    }

    .center-stat {
    /*d-flex flex-row px-5 w-100*/
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
        padding-top: 2rem;
        padding-bottom: 1rem;

        border: solid;
    }
}
@media screen and (max-width: 670px){
    .stat-bar-container {
        display: flex;
        flex-direction: column;
        padding-left: 3rem;
        padding-right: 3rem;
        align-items: center;
    }

    .center-stat {
    /*d-flex flex-row px-5 w-100*/
        display: flex;
        flex-direction: row;
        padding-left: 2rem;
        padding-right: 0;
        padding-top: 1rem;
        padding-bottom: 1rem;
        width: 100%;
    }
}

.evis-race {
    position: relative;
    display: flex;
    flex-direction: row;
    background-color: #BABABA;
    height: 3rem;
    width: 100%;
    /*margin: 0.5rem 2rem 0.5rem 2rem;*/
    overflow: hidden;
    border: none;
}

.evis-shift-progress{
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #808080; /*#1f618d; #5B9902*/
    overflow: hidden;
}

.evis-total-birds{
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding-right: 1rem;
    font-size: 14px;
    font-weight: bold;
    color: black;
    background-color: #af601a;
    height: 65%;
}

.bird-total-text {
    font-size: 22px;
    color: #D3D3D3;
}

.bird-total-label {
    font-size: 18px;
    font-weight: bold;
    color: #D3D3D3;
}

.legend-text {
    font-size: 18px;
    font-weight: bold;
    color: #D3D3D3;
}

.legend-box {
    height: 18px;
    width: 18px;
    margin-right: 0.5rem;
}

.evis-totals-label {
    width: 20%;
}

.evis-bar-bg {
    background-color: #D3D3D3;
}

.evis-bar {
    font-weight: bold;
    background-color: #5B9902;
}

.ruler{
    background-color: #D3D3D3;
    width: 100%;
    height: 1.3rem;
    border: none;
}

.cell-border-left {
    border-left: 5px solid black !important;
}

.cell-border-right {
    border-right: 5px solid black !important;
}

.plan-cell, .completed-cell {
    font-size: 16px !important;
    font-weight: bold !important;
}

.custom-col {
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
}

@media screen and (max-width: 1680px){
    .custom-col {
        flex: 0 0 calc(100% / 4);
        max-width: calc(100% / 4);
    }
}

@media screen and (max-width: 1460px){
    .custom-col {
        flex: 0 0 calc(100% / 3);
        max-width: calc(100% / 3);
    }
}

@media screen and (max-width: 1170px){
    .custom-col {
        flex: 0 0 calc(100% / 2);
        max-width: calc(100% / 2);
    }
}

@media screen and (max-width: 740px){
    .custom-col {
        flex: 0 0 calc(100% / 1);
        max-width: calc(100% / 1);
    }
}

.total-weight{
    font-size: 16px !important;
    font-weight: bold !important;
    color: #FFFFFF;
}

.w-33 {
    width: 33.3333%;
  }

.w-40 {
    width: 40%;
    min-width: 300px;
}

.back-button{
    font-size: 26px !important;
    font-weight: bold !important;
    align-items: center !important;
    color: white !important;
    border-radius: 10px;
    padding: 4px;
    display: flex;
    justify-content: center;
}

.back-button-background {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 10px !important;
    padding-bottom: 10px;
    background-color: #003450;
    align-items: center !important;
    width: auto;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    margin-left: 45%;
    margin-right: 45%;
    margin-top: 1%;
    margin-bottom: 1%;
}
