body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    font-family: Arial, sans-serif;
      font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
}

/* ===== Main Layout ===== */
.main-layout {
    display: flex;
    min-height: 100vh;
}
label {
    display: inline-block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 13px;
    font-weight: 600;
}
/* ===== Sidebar ===== */
.sidebar {
    width: 260px;
    background: #17284f;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    padding: 15px 15px;
    overflow-y: auto;
    z-index: 1000;
}
input::placeholder,
textarea::placeholder {
     font-size: 13px;
}
.form-control::placeholder {
     font-size: 13px;
}
.form-select {
    font-size: 13px;
}
select.form-select {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;height: 38px !important;
}
textarea.form-control {
    height: 38px !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
a.btn.btn-success {
    font-size: 14px;
    border-radius: 5px;
}
a.btn.btn-danger.btn-sm {
    font-size: 11px;
    padding: 0px 10px;
    border-radius: 2px;
    font-weight: 600;
}
input.form-control {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    font-size: 13px;
    height: 38px;
}
textarea.form-control {
    font-size: 13px;
    height: 38px;
}
button.btn.btn-primary {
    background-color: #d97501;
    font-size: 14px;
    border: 1px solid #d97501;
    border-radius: 5px;
}
.sidebar-logo {
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding-bottom: 15px;
}

.sidebar-user {
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding-bottom: 15px;
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-menu li {
    margin-bottom: 8px;
}

.sidebar-menu li a {
    display: block;
    padding: 7px 14px;
    color: #e7e7e7;
    text-decoration: none;
    border-radius: 8px;
    transition: 0.3s ease;
    font-size: 15px;
}
.sidebar-menu li a:hover, .sidebar-menu li a.active
 {
    background: #d97501;
    color: #fff;
}
.logout-link {
    background: #dc3545;
    color: #fff !important;
}

.logout-link:hover {
    background: #dc3545 !important;
}

/* ===== Content Area ===== */
.content-area {
    margin-left: 260px;
    width: calc(100% - 260px);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.content-wrapper {
    flex: 1;
    padding: 0px;
}

/* ===== Footer ===== */
.custom-footer {
    background: #162e4b;
    color: #e3e2e2;
    padding: 7px 30px;
    margin-top: auto;
    font-size: 14px;
}

/* ===== Auth Pages ===== */
.auth-layout {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgb(218 116 4 / 61%), rgb(0 0 0)), url(https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=1600&q=80);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card {
    border-radius: 14px;
    border: none;
}

.table {
    background: #fff;
}

.btn {
    border-radius: 8px;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .sidebar {
        width: 220px;
    }

    .content-area {
        margin-left: 220px;
        width: calc(100% - 220px);
    }
}

@media (max-width: 767px) {
    .sidebar {
        position: relative;
        width: 100%;
        height: auto;
    }

    .content-area {
        margin-left: 0;
        width: 100%;
    }

    .main-layout {
        flex-direction: column;
    }

    .content-wrapper {
        padding: 20px 15px;
    }

    .custom-footer {
        padding: 20px 15px;
    }
}

.row.mb-4.Welcome {
    background: #ffffff;
    padding: 10px 0px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgb(217 117 1 / 18%) 0px 1px 3px 1px;
    position: relative;
}
.Shipment__List {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
    margin-bottom: 15px;
    padding: 10px 15px;background-color: #d9750114;
}
.row.mb-4.Welcome h3 {
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000000;
    font-family: "Roboto Condensed", sans-serif;
}

.row.mb-4.Welcome p {
    margin: 0px;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
}
a.btn.btn-success.Download {
    font-size: 14px;
    border-radius: 5px;
}
.Welcome h3 {
    font-size: 21px;
    font-weight: 600;
    color: #424242;
}
.data_list {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 10px 15px;
}
.table-responsive tr, td {
    font-size: 13px;
}
a.btn.btn-sm.btn-warning {
    font-size: 11px;
    padding: 0px 10px;
    border-radius: 2px;
    font-weight: 600;
}
a.btn.btn-info.btn-sm.text-white {
    font-size: 11px;
    padding: 0px 10px;
    border-radius: 2px;
    font-weight: 600;
    color: #000000 !important;
}