/* FedEx Section */
.fedex-section {
  background: linear-gradient(180deg, #FEF786 0%, #DDAD19 100%);
  padding: 50px 0;
}
.fedex-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.fedex-box {
  flex: 1;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  overflow: hidden;
  min-width: 420px;
}
.fedex-box:last-child {
    flex: 0;
}
.fedex-header {
  background: #000;
  color: #fff !important;
  text-align: center;
  padding: 15px;
  font-weight: bold;
  font-size: 20px;
  margin: 0;
}
.fedex-body {
  padding: 20px;
  text-align: center;
}
.fedex-desc {
  font-size: 16px;
  margin-bottom: 20px;
}
.fedex-steps {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  margin: 20px 0;
  flex-wrap: wrap;
}
.fedex-step {
  flex: 1 1 100px;
  max-width: 200px;
}
.fedex-step img {
  width: 60px;
  margin-bottom: 10px;
}
.fedex-step p {
  font-size: 14px;
  color: #333;
}
.fedex-note {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  text-align: left;
}
.fedex-note a {
  color: #0073e6;
  text-decoration: none;
}
.fedex-note a:hover {
  text-decoration: underline;
}
.fedex-list {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  margin: 0 0 20px 20px;
}
.fedex-list li::marker {
  font-size: 42px;   /* Increase marker size */
  font-weight: bold; /* Make marker bold if you like */
  color: #e1b626;    /* Optional: match your FedEx theme color */
  line-height: 1;
}

.dashboard-container {
    padding: 50px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.dashboard-welcome {
    text-align: center;
    margin-bottom: 30px;
}

.dashboard-welcome h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.dashboard-welcome p {
    font-size: 18px;
    color: #555;
}

.dashboard-title {
    text-align: center;
    font-size: 34px !important;
    margin-bottom: 40px;
}

.dashboard-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.dashboard-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    text-align: center;
    padding: 30px 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.dashboard-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

.dashboard-card-icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.dashboard-card h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.dashboard-card p {
    font-size: 16px;
    color: #666;
}

.dashboard-logout {
    text-align: center;
    margin-top: 50px;
}
button.swal2-confirm.swal2-styled,
#customer-login-form button,
button.btn.btn-success,
.btn.btn-primary,
.dashboard-logout-btn {
    display: inline-block;
    padding: 8px 40px;
    background: linear-gradient(180deg, #FEF786 0%, #DDAD19 100%);
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    transition: background 0.3s ease;
    color: #000;
    border: 1px solid #D4A000;
    border-radius: 50px;
}
button.swal2-confirm.swal2-styled:hover,
#customer-login-form button:hover,
button.btn.btn-success:hover,
.btn.btn-primary:hover,
.dashboard-logout-btn:hover {
    background: linear-gradient(90deg, #DDAD19 0%, #FEF786 100%) !important;
    color: #000;
}
h2.swal2-title {
    font-size: 24px;
    color: #000;
}
.dashboard-form {
    background: #fff;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 8px;
    max-width: 800px;
    margin: 0 auto;
}

.dashboard-form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.dashboard-form-group {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
}

.dashboard-form-group label {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
}

.dashboard-form-group input,
.dashboard-form-group select {
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

.dashboard-submit-btn {
    background: #0056b3;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.dashboard-submit-btn:hover {
    background: #004095;
}

.dashboard-success {
    background: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #3c763d;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
}
.account-page {
    padding: 30px;
}
#customModal3 .modal-content {
    height: 85vh;
	overflow-y: scroll;
}
#customModal3 .modal-dialog {
    max-width: 720px;
}
.panel-body {
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
	min-height: 271px;
}

.dashboard-container h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
}

#personal-info-list li {
    margin-bottom: 8px;
    font-size: 16px;
}

.edit-form {
    display: none; /* hidden initially */
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
}

.edit-form h3 {
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.form-control {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}


/* Backdrop */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s linear;
  z-index: 1040;
}
div#kitsTable_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* Modal Dialog */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 4% auto;
  max-width: 500px;
  transition: transform 0.3s ease-out;
  transform: translateY(-50px);
}

/* Modal Content */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0;
  padding: 1rem;
}

/* Fade effect */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translateY(-50px);
}

.modal.show .modal-dialog {
  transform: translateY(0);
}

/* Modal Header/Footer */
.modal-header, .modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* Modal Title */
.modal-title {
  margin: 0;
  line-height: 1.5;
  font-size: 1.25rem;
}

/* Close Button */
.close {
  background: none;
  border: none;
  font-size: 1.5rem;
}

/* Button Styling (simple) */
.btn {
  padding: 0.5rem 1rem;
  margin: 0 0.25rem;
  cursor: pointer;
}

.btn-primary {
  background-color: #007bff;
  color: white;
  border: none;
}

.btn-secondary {
  background-color: gray;
  color: white;
  border: none;
}
button.close {
    font-size: 22px;
    padding: 0;
    border: none;
    background: transparent !important;
    color: #000 !important;
}
form#personal-info-form {padding: 20px 20px !important;}
#customer-login-form  input,
.dashboard-container form input {
    border: 1px solid #cccc;
    border-radius: 20px;
    margin: 3px 0;
    color: #000;
}
#customer-login-form  label,
.dashboard-container form label {
    color:#000;
    font-size: 14px;
    font-weight: 600;
}
form#customer-login-form {
    max-width: 600px;
    background: #f4f4f4;
    padding: 50px 50px;
    margin: auto;
    border: 1px solid #ccc;
}
form#customer-login-form button {
    margin-top: 30px;
    width: 100%;
}
.top-navigation ul {
    padding: 0;
    display: flex;
    justify-content: space-evenly;
}
.top-navigation ul li.active a {
    background: linear-gradient(180deg, #FEF786 0%, #DDAD19 100%);
    font-size: 16px;
    transition: background 0.3s ease;
}
.top-navigation ul li a {
    padding: 12px 50px;
    font-size: 16px;
    border: 1px solid #D4A000;
    border-radius: 50px;
    color: #000;
}
.top-navigation ul li a:hover {
    background: linear-gradient(90deg, #DDAD19 0%, #FEF786 100%) !important;
}
.bottom-navigation {
    text-align: center;
}
.dataTable thead {
    background: linear-gradient(180deg, #FEF786 0%, #DDAD19 100%);
}
.dataTable td {
    padding: 15px 10px !important;
}
.dataTables_paginate {
    border: 1px solid #ccc;
    margin-top: 10px;
    padding: 0 !important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 5px 10px !important;
    background: #fff !important;
    border: none !important;
    color: #000 !important;
}
body .dataTables_wrapper .dataTables_paginate a.paginate_button:hover,body .dataTables_wrapper .dataTables_paginate a.paginate_button.current {
    background: linear-gradient(180deg, #FEF786 0%, #DDAD19 100%) !important;
    color: #000 !important;
}
.heading-title {
    margin: 40px 0px 0px;
}
.heading-title h2 {
    margin-bottom: 10px;
}
button.swal2-cancel.swal2-styled {
    padding: 12px 50px;
}



@media only screen and (max-width: 765px) {
form#customer-login-form {
    max-width: 100% !important;
    padding: 30px 20px;
    border-radius: 10px;
}

[data-id="19929dd0"] {
    margin: 50px 0;
}

form#customer-login-form h4 {
    margin-bottom: 36px;
}

.top-navigation ul {flex-direction: column !important;gap: 10px;}

.top-navigation ul li a {
    padding: 8px 20px !important;
    width: 100%;
    display: block;
}

.account-page {
    padding: 0 5px 0;
    margin: 30px 0 0;
}

ul#personal-info-list {
    padding: 4px 0 14px;
}

.dashboard-container h2 {
    font-size: 24px;
    margin: 0 0 12px;
}

.modal.show .modal-dialog {
    max-width: 95% !important;
}

div#kitsTable_wrapper {
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 12px;
}

div#kitsTable_wrapper div#kitsTable_paginate {
    margin-top: 33px;
    margin-bottom: 20px;
}

	body.page-id-1304 div#main-header {
    margin-bottom: -172px !important;
}

body.page-id-1304 [data-id="6001cae"]  .elementor-widget-container {
    margin: 0px !important;
}

body.page-id-1304  h1.elementor-heading-title {font-size: 42px !important;}

body.page-id-1304 [data-id="6001cae"] .elementor-motion-effects-container ~ .e-con-inner {
    padding-bottom: 40px !important;
}

	
}
