.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1580px;
}

th,
td,
h1,
button,
label,
input,
span,
p {
    font-family: 'Nunito Sans', sans-serif;
}

/* .form-group.sea {
    display: none;
} */
.username-bg {
    padding: 12px 20px;
    font-size: 20px;
    text-transform: capitalize;
}

.site-logo {
    width: 300px;
    height: auto;
}

.cts-btn-group a {
    margin-right: 20px;
}

.main-heading {
    color: black;
    font-size: 42px;
    font-weight: 800;
}

.TopSearch {
    margin-bottom: 20px;
}

.cst-new-tbn {
    background-color: #fff;
    color: #173C93 !important;
    padding: 14px 26px;
    font-weight: 700;
    border: 1px solid #173C93;
    background-color: aliceblue;
    border-radius: 0px;
    text-transform: uppercase;
}

.cst-new-red-tbn {
    
    color: #f3f3f3 !important;
    padding: 14px 26px;
    font-weight: 700;
    border: 1px solid #b92727;
    background-color: #ee9f9f;
    border-radius: 0px;
    text-transform: uppercase;
}

.fill-cst-new-tbn {
    background-color: #173C93;
    color: #fff;
}

.cst-bt-grp {
    gap: 10px;
}

.manifest-tble.table .thead-dark th {
    background-color: #173C93;
}

.manifest-tble.table {
    text-align: center;
}

.fill-ylw-cst-new-tbn {
    background-color: #F4C821;
    border-color: #F4C821;
}

.srch-frm input.form-control {
    min-height: 55px;
    border-radius: 0px;
}

form.srch-frm {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 70%;
}

table tr td,
table tr th {
    vertical-align: middle !important;
}

footer {
    padding-top: 10px;
    padding-bottom: 10px;
}

footer p {
    margin-bottom: 0px;
}

footer p a {
    color: #173C93;
    text-decoration: underline;
}

td.action-btns a {
    width: 40px;
    height: 40px;
    padding-left: 11px;
    padding-top: 7px;
}

.table .thead-dark th {
    white-space: nowrap;
}

.actios-csv-data {
    display: flex;
}

div#packages table {
    text-align: center;
    font-size: 12px;
}

div#packages table th,
div#packages table td {
    padding: 12px 7px;
}

div#packages table th {
    background-color: #173C93;
}

.actios-csv-data button {
    width: 30px;
    height: 30px;
    padding-left: 8px;
    padding-top: 2px;
}

.manifestTabs ul {
    border: none !important;
}

.manifestTabs ul .nav-link {
    color: #173C93 !important;
    padding: 14px 26px;
    font-weight: 700;
    background-color: aliceblue;
    border: 1px solid #173C93 !important;
    border-radius: 0px;
}

.manifestTabs ul .nav-link.active {
    background-color: #173C93;
    color: white !important;
}

.manifestTabs .tab-content {
    margin-top: 2px;
}

.manifestTabs a.btn.btn-outline-info {
    background-color: #fff;
    color: #173C93 !important;
    padding: 10px 24px;
    font-weight: 700;
    border: 1px solid #173C93;
    background-color: aliceblue;
    border-radius: 0px;
}

.manifestTabs a.btn.btn-outline-info i {
    font-size: 13px;
}

.manifestTabs {
    margin-top: 40px;
}

.actios-csv-data button i {
    font-size: 14px;
}

.modal .modal-dialog form .form-group {
    text-align: left;
}

.modal .modal-dialog form .form-group label {
    font-size: 14px;
}

/* .modal .modal-dialog form button.btn {
    background-color: #F4C821;
    border-color: #F4C821;
    color: #173C93 !important;
    padding: 14px 26px;
    font-weight: 700;
    border-radius: 0px;
} */

form#edit_form button#edit_form_btn {
    background-color: #F4C821;
    border-color: #F4C821;
    color: #173C93 !important;
    padding: 14px 26px;
    font-weight: 700;
    border-radius: 0px;
}

.manifest-table th {
    background-color: #173C93 !important;
}

.manifest-table tr {
    text-align: center;
}

.db-actns {
    display: flex;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 650px;
    }
}

/* PDF FILE STYLING ARE HERE  */

.pdf_header {
    width: 90%;
    border: 1px solid gray;
    margin: 5%;
}

.pdf_header .table_head {
    padding: 50px 50px 0px 50px;

}

.pdf_header .table_head td {
    border-bottom: 1px solid #000;
    /* Adjust color and thickness as needed */

}

.pdf_header .td_border_remove {
    border-bottom: none !important;
}

@media print {
    .pdf_header {
        border: 1px solid gray;
    }

    .pdf_header .table_head td {
        border-bottom: 1px solid #000;
    }

    .pdf_header .td_border_remove {
        border-bottom: none !important;
    }

    .hd1,
    .btn-print {
        display: none;
    }
}


.page-item.active .page-link {
    background-color: #173C93;
    border-color: #173C93;
}

.page-link:hover {
    color: #173C93;
}

.page-link {
    color: #173C93;
}
.btn-success.focus, 
.btn-success:focus,
.btn-success:active {
    border-color: #173C93;
    box-shadow: none;
}


.butn-menifest:hover {
    background: #173C93 !important;
    color: #fff !important;
}

.butn-menifest-blue:hover {
    background: #F4C821 !important;
    color: #173C93 !important;
}

.modal-footer .btn.butn-menifest:hover {
    background: #173C93 !important;
    color: #fff !important;
}



.gnrl-btn {
    font-size: 12px;
    padding: 12px 16px;
}

.cst-new-tbn:hover {
    background-color: #173C93;
    color: #fff !important;
}

.fill-ylw-cst-new-tbn:hover {
    background-color: #173C93;
    color: #fff !important;
    border-color: #F4C821;
}

.edit-btn-cst {
    font-size: 12px;
    padding: 12px 16px;
}


/* Normal state */
.action-btn.btn-outline-primary.rounded-circle {
    border-color: #173C93; /* Set border color to #173C93 */
    color: #173C93; /* Set text color to #173C93 */
    background-color: transparent; /* Ensure the background is transparent */
}

/* Hover state */
.action-btn.btn-outline-primary.rounded-circle:hover {
    background-color: #173C93; /* Set the background to #173C93 */
    color: white; /* Change text color to white on hover */
    border-color: #173C93; /* Keep the border color consistent */
}








.gear-menu-container {
    display: inline-block;
    position: relative;
}

.gear-btn {
    background-color: white;
    border: 2px solid #173C93;
    color: #173C93;
    border-radius: 50%; /* Ensures circular shape */
    width: 40px; /* Set equal width and height */
    height: 40px;
    display: flex;
    align-items: center; /* Vertically center the icon */
    justify-content: center; /* Horizontally center the icon */
    font-size: 16px; /* Adjust icon size */
    transition: all 0.3s ease;
}

.gear-btn:hover {
    background-color: #173C93;
    color: white;
}


/* Hide menu by default */
.gear-menu {
    display: none; /* Initially hidden */
    position: absolute;
    top: 50%;
    right: 100%; /* Position the menu to the left of the gear icon */
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
    min-width: 150px; /* Ensure consistent width */
}

.gear-menu a, .gear-menu button {
    width: 100%;
    text-align: left;
    margin: 5px 0;
    padding: 8px 12px;
    font-size: 14px;
    white-space: nowrap;
}

.gear-menu a i, .gear-menu button i {
    margin-right: 8px;
}

/* Add a slight adjustment to the gear button */
.gear-menu-container {
    position: relative;
}

.packages-toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 8px 12px;
  }

