.card-shadow {
  box-shadow: 0 0.1em 0.25em rgba(0, 0, 0, 0.1), 0 0.1em 0.2em rgba(0, 0, 0, 0.1);
}
.login-page {
  padding-top: 0px;
  background-image: url("../images/whitey.png");
  background-repeat: repeat;
  background-attachment: fixed;
}
.login-container {
  margin-top: 60px;
}
.login-form-header {
  padding: 15px 30px;
}
.login-form-header .logo {
  text-align: center;
}
.login-input .login-frm-input {
  height: 50px;
}
.login-input .icon-left {
  height: 48px;
  line-height: 47px !important;
}
.login-form-footer .btn {
  padding: 10px 20px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.btn-login {
  padding: 10px 20px !important;
  background-color: #fff !important;
  border: #bbb 1px solid !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.btn-login:hover {
  background-color: #184775 !important;
  border: #184775 1px solid !important;
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19) !important;
  color: #fff !important;
}
.btn-login:focus {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12) !important;
}
.login-page-footer {
  margin-top: 30px;
  text-align: center;
}
.boxed-login .login-form-container {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  padding: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.boxed-login .login-form-header {
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  padding: 15px 0px 0px 0px;
  margin-left: -25px;
  margin-right: -25px;
  margin-top: -25px;
  margin-bottom: 25px;
}
.boxed-login .login-form-header .logo {
  text-align: center;
}
.boxed-login .login-form-footer {
  padding: 25px;
  margin-top: 25px;
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: -25px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.boxed-login .login-form-footer .btn {
  padding: 10px 20px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.social-login {
  padding: 40px 0px;
}
.social-login > .login-container {
  margin-top: 0px !important;
}
.social-login .login-form-footer {
  margin-bottom: 25px !important;
}
.error-code {
  margin-bottom: 30px;
  font-size: 150px;
  text-align: center;
  font-family: 'Kranky', cursive;
}
.error-code > div {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 0px 30px;
  border-radius: 100px 60px 40px 0px;
  -moz-border-radius: 100px 60px 40px 0px;
  -webkit-border-radius: 100px 60px 40px 0px;
  line-height: normal;
}
.error-code > div > span {
  color: #184775;
}
.error-code > div:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 60px solid #fff;
  border-right: 60px solid transparent;
  position: absolute;
  left: 0px;
  bottom: -40px;
}
.error-message {
  margin-bottom: 40px;
  text-align: right;
}
.error-message h4 {
  font-size: 32px;
  font-weight: 300;
  color: #e57373;
}
.error-body {
  margin-bottom: 60px;
}
.error-footer-container {
  margin-top: 30px;
  padding: 15px;
  color: #666;
}
.error-footer-container a {
  color: #868686;
}
.error-footer-container a:hover,
.error-footer-container a:focus {
  text-decoration: none;
}
.error-footer-container .footer-right {
  text-align: right;
}
.error-footer-container .footer-right .footer-meta i {
  color: #00bcd4;
}


/* dashboard css */

   *,
    html,
    body {
        font-family: "Work Sans", sans-serif;
        font-style: normal;
        font-optical-sizing: auto;
        /*        background-color: #f6eee3;*/
    }

    .text-primary {
        color: #184775 !important;
    }

    .container {
        max-width: 100%;
        margin: 0 !important;
    }

    @media only screen and (max-width:768px) {
        .container {
            padding-left: 10px !important;
            padding-right: 10px !important;
            margin: 0 !important;
        }
    }

    .fade {
        opacity: 1;
    }

    /* Card Hover Effect */

    .custom-card {
        border: none;
        border-top: 3px solid #184775;
        /* transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; */
    }

        .custom-card:hover {
            border-top: 3px solid #0c5776;
            transform: translateY(-5px);
            box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
        }


    .form-select {
        line-height: 3rem;
        font-size: 1.5rem;
    }

    .form-control{
        font-size:1.3rem;
    }

    /*  */

    .card {
        opacity: 0;
        /* Start hidden */
        transform: translateY(30px);
        /* Move down slightly */
        /* transition: opacity 0.0s ease-out, transform 0.0s ease-out; */
    }

    .card p{
        font-size:13px;
    }

         p span {
            font-size: 13px !important;
        }

         .card h5{
             font-size:13px;
          
             padding-top:8px;
         }


    .form-label{
        font-size:13px;
    }

    .card-title{
        padding-top:4px;
        display:flex;
        align-items:end;
        justify-content:center;
    }

    .card.show {
        opacity: 1;
        transform: translateY(0);
    }

    /* order status code tab */
    /* Responsive Order Status Tabs */

    .nav-pills .card {
        background: #f8f9fa;
        cursor: pointer;
    }


        .nav-pills .card:hover {
            background: #184775;
            color: white;
            transform: scale(1.01);
        }

        .nav-pills .card.active {
            background: #2b2e41;
            color: white;
            transform: scale(1.01);
        }

    .tab-content .card {
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        border: none;
    }

    .order-status-tab .card {
        border-top: 1px solid #c1c2cc !important;
        margin-top: 2px;
    }

    .card-header {
        background-color: #184775;
    }


    /* Mobile View Adjustments */

    @media (max-width: 768px) {
        .d-flex {
            flex-direction: column !important;
        }

        .nav-pills {
            flex-direction: row !important;
            flex-wrap: wrap;
        }

            .nav-pills .card {
                flex: 1 1 48%;
                margin: 2px;
            }

        .tab-content {
            margin-top: 10px;
        }
    }

    @media screen and (min-width: 768px) {
        .order-status-tab {
            width: 25% !important;
        }
    }

    @media screen and (max-width: 768px) {
        .order-status-tab {
            width: 100% !important;
        }
    }

    table th {
        font-size: 12px;
        text-align: center;
        font-weight: 600;
    }

    table td {
        font-size: 12px;
        text-align: center;
    }

    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px #f1f1f1;
        border-radius: 20px;
        background-color: #F1F1F1;
        overflow-x: auto;
    }

    .col .card:hover {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        transform: scale(1.02);
        transition: all 0.3s ease-in-out;
    }

    .img-modern-shadow {
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        /* Soft shadow with depth */
        border-radius: 12px;
        /* Optional for rounded corners */
        background-color: #fff;
        /* Ensures a clean base */
        padding: 8px;
        /* Adds spacing to enhance the shadow effect */
    }

    .bg-gradient-primary {
        background: linear-gradient(135deg, #0c5776 0%, #184775 100%);
    }
