.main-container{
    width: calc(100% - 220px);
    margin-left: 220px;
    padding:10px;
    background-color: #f1f1f1;
    height: 100vh;
    overflow: scroll;
}
.sub-container{
    background-color: #fff;
    padding: 16px 16px;
}
.common-heading{
    margin-top: 10px;
    margin-bottom: 24px;
}
.common-heading h2{
    font-size: 22px;
}
.employee-detail-view .sub-heading{
    margin-bottom: 0px;
    border: 1px solid #e8e8e8;
    background-color: #e7e7e7;
}
.sub-heading{
    margin-bottom: 20px;
    padding: 12px 14px;
    background-color: #f5f5f5;
}
.sub-heading h2{
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
}
.list-unstyled{
    list-style:none;
    margin: 0px;
    padding: 0px;
}
.bg-green{
    background-color: #31a93e !important;
}
/* btn */
.btn-black {
    background-color: #191919;
    color: #fff;
    text-decoration: none;
    height: 36px;
    display: flex;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 0px 14px;
    border: 1px solid #191919;
    box-shadow: none !important;
    cursor: pointer;
    min-width: 120px;
}
.btn-black:hover{
    background-color: #353535;
    border: 1px solid #353535;
    color: #ffff;
    text-decoration: none;
}
.btn-black.outline{
    border: 1px solid #191919;
    background-color: transparent;
    color: #000;
}
.btn-black.outline:hover{
    background-color: #f1f1f1;
}
.btn-white{
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
    height: 36px;
    display: flex;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 0px 14px;
    box-shadow: none !important;
    cursor: pointer;
    min-width: 120px;
}
.btn-white:hover{
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
    text-decoration: none;
}
/* search */
.search {
    display: flex;
}
.search-input {
    position: relative;
}
.search-input img {
    position: absolute;
    left: 5px;
    top: 8px;
}
.search input {
    background-color: #fff;
    border: 1px solid #dddfe3;
    border-radius: 4px;
    height: 36px;
    width: 250px;
    padding: 0px 12px;
    padding-left: 32px;
    outline: 0 !important;
    box-shadow: none !important;
    margin-right: 12px;
}
.search input::placeholder {
    font-size: 14px;
}

/* table */
.table thead tr th{
    background-color: #000;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 12px;
}
.table tbody tr td{
    padding: 12px 12px;
    vertical-align: middle;
    font-size: 14px;
}
.table tbody tr td.active-class span{
    background-color: #30a93d;
    color: #fff;
    margin: 0px;
    border-radius: 20px;
    padding: 4px 10px;
}
.table tbody tr td.inactive-class span{
    background-color: red;
    color: #fff;
    margin: 0px;
    border-radius: 20px;
    padding: 4px 10px;
}
/* divide-column */
.divide-column{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    align-items: center;
}
.column-one{
    display: flex;
}
.column-two{
    display: flex;
    align-items: end;
}
.column-one h2{
    font-size: 24px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}
.breadcrumb-item+.breadcrumb-item {
    text-transform: capitalize;
}

/* filter */
.filter-row{
    display: flex;
    margin-bottom: 14px;
}
.filter-row select{
    width: 170px;
    margin-right: 10px;
    font-size: 12px;
}
.filter-row select::placeholder{
    font-size: 12px;
}
.form-select:focus{
    outline: 0;
    box-shadow: none;
    border: 1px solid #dee2e6;
}
.form-floating>label{
    left: 12px !important;
}
.form-control:focus{
    outline: 0;
    box-shadow: none;
    border: 1px solid #dee2e6;
}
.form-floating {
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.format{
    display: block;
    font-size: 12px;
    padding: 2px 0px;
    opacity: 0.7;
}
/* list-view */
.list-view{
    padding: 0px 17px;
}
.employee-detail-view .list-view{
    border: 1px solid #e8e8e8;
    margin-bottom: 30px;
    padding-top: 20px;
}
.list-view ul{
    list-style:none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: unset;
    flex-wrap: wrap;
}
.list-view ul li{
    width: 20%;
    margin-bottom: 40px;
}
.list-view ul li label{
    display: block;
    font-size: 14px;
}
.list-view ul li span{
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 3px;
    display: block;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.nav-link.active {
    background-color: #007bff;
    color: white;
}

/* empty-state */
.empty-state{
    margin: 20px 0px;
}
.empty-state img{
    width:240px;
    margin: 0 auto;
    display: block;
}
.empty-state label{
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding-top: 16px;
}

.dropdown-menu  .fas {
    padding-right: 10px;
    opacity: 0.9;
    font-size: 15px;
}
.dropdown-menu li:hover{
    background-color: #f1f1f1;
}
.dropdown-menu li.delete:hover .fas,
.dropdown-menu li.delete:hover a{
    background-color: #f1f1f1;
    color: #e60808;
}
.clear{
    font-size: 12px;
    color: #0d6efd;
    font-weight: 400;
    cursor: pointer;
}
.search-input {
    position: relative;
    display: inline-block;
}

.search-input {
    position: relative;
    display: inline-block;
}

#searchInput {
    padding-right: 25px; /* Adjust padding to make room for the "X" button */
}

#clearButton {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    cursor: pointer;
    color: #666;
    display: none; /* Initially hidden */
}
/* Hide the default 'X' clear button in search input for Webkit browsers (Chrome, Safari, Edge) */
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}
.next-revison{
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.next-revison span{
    font-weight: 400;
    padding-left: 7px;
}
.makedefault{
    cursor: pointer;
}

/* Hide the default 'X' clear button for Firefox */
input[type="search"]::-moz-search-cancel-button {
    display: none;
}


.hike-table tbody {
    display: block;
    height: 280px; /* Set the desired height */
    overflow-y: scroll; /* Add vertical scrolling */
    overflow-x: hidden; /* Prevent horizontal scrolling if not needed */
}

.hike-table thead tr {
    display: table;
    width: 100%; /* Ensure thead aligns with tbody */
    table-layout: fixed; /* Optional: adjust cell widths */
}

.hike-table tbody tr {
    display: table;
    width: 100%; /* Ensure tbody rows align with thead */
    table-layout: fixed; /* Optional: adjust cell widths */
}
textarea[readonly], input[readonly] {
    background-color: #eaecef !important;
    color: #6c757d;
    cursor: not-allowed;
}
.download-page ul{
    margin: 0px;
}
.download-page ul li{
    display: flex;
    justify-content: space-between;
    border: 1px solid #ece8e8;
    padding: 14px 20px;
    border-radius: 4px;
    margin-bottom: 20px;
}
.download-page ul li:hover{
    background-color: #f1f1f1;
}
.download-page ul li label{
    font-size: 15px;
    font-weight: 500;
}
.download-page ul li span{
    font-size: 15px;
    text-decoration: underline;
    cursor: pointer;
}
.text-success {
    color: green;
    font-weight: 500;
    font-size: 14px;
}

.text-danger {
    color: #dc3545;
    font-weight: 400;
    font-size: 14px;
}
.deployment-info .fas{
    opacity: 0.6;
    cursor: pointer;
    margin-right: 20px;
}
.deployment-info .fas:last-child{
    margin: 0px;
}
.deployment-info .fas:hover{
    opacity: 1;
}
.edit-icon {
    color: #007bff;
    cursor: pointer;
    margin-right: 10px;
}

.edit-icon:hover {
    color: #0056b3;
}

.delete-icon {
    color: #dc3545;
    cursor: pointer;
}

.delete-icon:hover {
    color: #a71d2a;
}
.deployment-info td span{
    display: block;
    opacity: 0.54;
    font-size: 13px;
}
.serve-np{
    background-color: #cc3737;
    color: #fff;
    padding: 2px 7px;
    border-radius: 16px;
    font-size: 11px;
}

@media only screen and (max-width: 1000px) {
    .divide-column {
        flex-wrap: wrap;
    }
    .column-one{
        margin-bottom: 20px;
    }
    .column-one, .column-two{
        width: 100%;
    }
    .column-two {
        justify-content: end;
    }
    .column-two .btn-black {
        min-width: 130px;
        font-size: 13px;
    }
    .search {
        width: 100%;
    }
    .search-input {
        width: 98%;
    }
    #searchInput {
        width: 100%;
    }
    .employee-info .table thead tr th {
        min-width: 130px;
    }
    .list-view ul li {
        width: 48%;
        margin-bottom: 40px;
    }
    .state-option.dropdown-option h4 {
        font-size: 13px !important;
        padding: 8px 13px !important;
        margin-right: 10px !important;
    }
    .filter-row select {
        width: 160px;
        margin-right: 10px;
        margin-bottom: 12px;
    }
    .filter-row {
        flex-wrap: wrap;
    }
    .split-view {
        flex-wrap: wrap;
    }
    .state-option.dropdown-option {
        width: 100%;
    }
    .sidebar ul.below-sidebar {
        position: absolute;
        bottom: 30px;
    }
}
