.bg-light-gray {
    background: #f2f2f2;
}

.color-white{
color: white;
}
.flexbox-employee {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;

    border-bottom: 1px solid rgb(239, 239, 239);
    font-weight: 600;
    font-size: 14px;
    color: #e7e7ee;
    background-color: #093574;
    text-align: left;
}
.modal{
    @media (min-width: 60em) {
        height:75%;
         margin:5% auto;
         max-height: 57em;

        }
}
.grid-7{
    display: grid;
    grid-template-areas: "a" "b" "c" "d" "e" "f" "g" "h" "i";
    gap: 1rem;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.box-a {
    grid-area: a;
}
.box-b {
    grid-area: b;
}
.box-c {
    grid-area: c;
}
.box-d {
    grid-area: d;
}
.box-e {
    grid-area: e;
}
.box-f {
    grid-area: f;
}
.box-g {
    grid-area: g;
}
.box-h {
    grid-area: h;
}
.box-i {
    grid-area: h;
}
.filter-status-dt {
    margin-left: 1rem;
    width:  200px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.gradient-bg-success {
    background: rgb(255, 255, 255) !important;
    border: 1px solid #1a04e2 ;
}

.gradient-bg-success p {
    color: black !important;
}
.align-right{
    text-align: right;
}
.flexbox {
    display:flex;
    justify-content: center;
    align-items: center;
    gap: .50rem;
    width: 100%;
}
.scrollbar {
    overflow: scroll;
}
.w-circle-icon i {
    position: relative;
    top: 8px;
    font-size: 24px;
}
.w-circle-icon {
    width: 45px;
    height: 45px;
    text-align: center;
}
.dropdown-menu
{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.tab-list.active {
    color:#0056b3;
}

.booking-nav .nav-item {
    transform: scale(.95);
    transition: scale 5s ease-in
}

.booking-nav .nav-item:hover{
    transform: scale(1);
    transition: scale 5s ease-in
}

.fw-bolder {
    font-weight: bold !important;
}

.fw-light {
    font-weight: 400 !important;
}

.branches-image-gallery {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px,1fr));
    gap: 1em;
}

.image-container .img-section{
    position: relative;
}

.image-container .img-section img{
    width: 100%;
}

.image-container .img-section i{
    position: absolute;
    right: 5px;
    top: 0;
    cursor: pointer;
}

.text-end {
    text-align: end;
}

.flexbox-ads{
    display:flex;
    justify-content:end;
    gap: 1rem;
}

.nav-link.tab-list.text-dark {
    pointer-events: none;
    transform: none !important;
}
.nav-link.tab-list.text-dark:hover {
    transform: none !important;
}

.flex-grow-1 {
    flex-grow: 1;
}

.subscription-div.flex-display .listing-item {
    min-width: 300px;
}
@media only screen and (max-width: 767px){
.footer {
    position: absolute;
    right: 0px;
    left: 0;
    width: 100%;
}
.flexbox {
    display: grid;
    justify-content: inherit;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
}
}
@media (min-width: 576px) {
    .grid-7{
        grid-template-areas:
            "a b"
            "c d"
            "e f"
            "g h"
           ;
    }

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


@media (min-width:768px) {
    #title {
        padding-left: 80px;
    }
    .grid-5{
        grid-template-areas:
            "a b c"
            "d e f"
            "g h";
    }

    .flexbox-employee {
        display:flex;
        width: 100%;
        gap: 1em;
        justify-content: start;
        padding-left: 15px;
    }

    .flexbox-employee > * {
        width: 300px;
    }

    .flex-filter {

        display: flex;
        justify-content: end;
        gap: 1em;
    }


}

@media (min-width: 1100px) {
    .grid-5{
        grid-template-areas:
            "a b c d e f g h";
    }

    .grid-5 > div > .card {
        width: 100%;
        height: 130px;
    }

    .grid-5 > div > .card > .media {
        display: flex;
        gap: 1rem;
        align-items: center;
    }

    .media-body{
        display: flex;
        flex-direction: column;
    }
}


@media (min-width: 1110px) {
    .grid-5 > div > .card {
        height: 150px;
    }

}
@media (max-width: 767px) {
    .table-responsive .dropdown-menu {
        position: static !important;
    }
}

@media (min-width: 768px) {
    .table-responsive {
        overflow: visible;
    }
}
.track-submain {
    background-image: url('/images/defaults/dolebldng.png');
    /* background-repeat: no-repeat;
    background-position: left top;
    background-color: -webkit-linear-gradient(top left, #0305ba, #ff0103);

    background-size: 65% 100%;
    background-repeat: no-repeat;
    background-position: center bottom;

    padding: 0px;
    border-radius: 6px;
    text-align: left;

    height: 100vh;
    background-size: 100vw 100vh;
    margin-bottom: 50px; */
}
/* @media (min-width: 1500px) {
    .track-sub-main{
        max-width: 2000px !important;
  }
} */
/* .card-track{

        position: fixed;

        left: 13%;
    top: 43%;
        transform: translate(-50%, -50%)
} */
.track-main {

    background-image: url('/images/defaults/dole_bg.png');
    background-repeat: no-repeat;
    background-position: left top;



    background-repeat: no-repeat;
    background-position: center bottom;
    /* background-size: 65vh 80vw; */
    padding: 0px;
    border-radius: 6px;
    text-align: left;
    height: 100vh;
    background-size: 100vw 100vh;
    margin-bottom: 50px;
}

/* .companies-hoverable:hover::before {
    content: attr(title);
    background-color: black;
    color: white;
    padding: 5px;
    position: absolute;
    z-index: 9999;
    border-radius: 5px;
    white-space: pre-wrap;
}

.companies-hoverable:hover .tooltip-container {
    display: block;
} */

.tooltip-container {
    display: none;
    background-color: black;
    color: white;
    padding: 5px;
    position: absolute;
    z-index: 9999;
    border-radius: 5px;
    white-space: pre-wrap; /* Allow for line breaks */
    cursor: text; /* To indicate the text is selectable */
    user-select: text;
}

.tooltip-trigger {
    cursor: pointer;
    color: blue;
}
.companies-table {
    vertical-align: middle;
    text-align: left;
}
