/* dahsboard */

.navbar{
    background-color: #3c4b64;
}

.content .order h3{
    margin-right: 10px;
}
.order input{
    width: 50%;
    margin-right: 10px;
}
.w-5.h-5{
    width: 15px;
}


/* details */
body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
}
button.filter-button {
    padding: 0px 26px !important;
    border-radius: 9px;
    border: 1px solid #343a40;
    background: #343a40;
    color: #fff;
    font-size: 16px;
    letter-spacing: .5px;
}
button.btn.filter-button {
    padding: 7px 25px !important;
    font-size: 15px;
}
.col-md-3.text-end {
    text-align: end;
}
.flex{
display: flex;
margin-top: 100px;
margin-bottom: 50px;
}
tr td {
    font-size: 13px;
}
/* .container {
background: #fff;
padding: 20px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
} */
h2, h3, h4 {
color: #333;
}
.details_mains {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 9px 0px #00000042;
}
a {
    text-decoration: none;
    color: #333;

}
a:hover {
  text-decoration: none !important;
}
h3#orders\ mt-5 {
    margin-top: 77px;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.table-dark {
    color: #fff;
    background-color: #343a40;
    font-size: 13px;
}

.delivery-details, .payment-details {
margin-top: 15px;
padding: 10px;
padding-left: 30px;
border: 1px solid grey;
border-radius: 10px;
}

.table-responsive {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.header-container i{
border: 1px solid grey;
padding: 20px;
border-radius: 14px;
color: orange;
}
button.btn.btn-dark.logout {
    border-radius: 9px;
    padding: 7px 22px;
    font-size: 16px;
    background: #000000;
}
button a{
  color: white;
}
.fs-5 {
    font-size: 18px;
    font-weight: 600;
}
strong.fs-6 {
    font-size: 15px;
}
.header-container {
display: flex;
gap: 10px;
align-items: center;
}

.header-text {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.header {
font-size: 18px;
font-weight: bold;
margin: 0;
}
.subtext {
font-size: 14px;
color: gray;
margin: 0;
}
.tags {
margin-top: 10px;
}
.tag {
display: inline-block;
padding: 5px 10px;
border-radius: 5px;
font-size: 14px;
margin-right: 5px;
margin-bottom: 8px;
}
.pending { background: #3c4b64; color: white; }
.date { background: #3c4b64; color: white; }
.express { background: orange; color: white; }
.true { background: #dc3545; color: white; }
.box {
margin-top: 15px;
border: 1px solid grey;
padding: 10px;
border-radius: 10px;
}

.box i{
padding-right: 10px;
font-size: 20px;
padding-bottom: 10px;
}
.box-price{
display: flex;
justify-content: space-between;
}

.delivery-details i{
color: orange;
padding-right: 10px;
}

.payment-details i{
color: orange;
padding-right: 10px;
}
.total{
display: flex;
justify-content: space-between;
margin-top: -18px;
}

.shipment-details {
background: white;
padding: 20px;
border-radius: 8px;
box-shadow: 0px 4px 9px 0px #00000042;

}
.buttons {
display: flex;
gap: 10px;
margin-bottom: 15px;
}
.print {
background-color: yellow;
border: none;
padding: 5px 10px;
cursor: pointer;
font-weight: bold;
}
.cancel {
background-color: red;
color: white;
border: none;
padding: 5px 10px;
cursor: pointer;
font-weight: bold;
}
.details {
font-size: 14px;
margin-bottom: 10px;
}
.status-check{
border-left: 3px solid orange;
padding-left: 10px;
}
.status {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 10px;
}
.icon-container {
    width: 45px;
    height: 42px;
    background-color: orange;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
}
.details_mains p {
    margin-bottom: 7px;
}

section.backimages {
    background-image: url(../images/logn-back.jpg);
   background-size: cover;
   background-repeat: no-repeat;
   height: 100vh;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1250px;
    }
}

@media (max-width:767px) {

    .page-link {
        padding: .5rem .5rem !important;
        margin-left: -1px;
        line-height: 1.25;
        border: 1px solid #dee2e6;
        font-size: 10px !important;
    }
    button.btn.filter-button {
        padding: 7px 11px !important;
        font-size: 15px;
    }
}

.btn:hover {
  color: #fff !important;
}

/* api style */
.highlight-url {
    color: blue;
    font-weight: bold;
}

.highlight-token {
    color: red;
    font-weight: bold;
}

.highlight-param {
    color: green;
    font-weight: bold;
}

pre {
    background-color: #272822;
    color: #f8f8f2;
    padding: 10px;
    border-radius: 5px;
    overflow-x: auto;
}

.string {
    color: #e6db74;
}

/* Yellow */
.number {
    color: #ae81ff;
}

/* Purple */
.boolean {
    color: #66d9ef;
}

/* Cyan */
.null {
    color: #f92672;
}

/* Red */
.key {
    color: #a6e22e;
}

h1{
    font-weight: bold;
}
