.form-bg-shadow{
        --border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    --padding-top: 30px;
    --padding-bottom: 30px;
    --padding-left: 30px;
    --padding-right: 30px;
}

/******************************** Registration Application Form CSS **********************************************/
#shipment_volumes {
  width: 100%;
  padding: 10px 12px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="5"><polygon points="0,0 10,0 5,5" fill="%23999"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 5px;
}
#shipment_volumes option{
    background: #000;
}
/* Remove default focus outline and add custom focus */
#shipment_volumes:focus {
  border-color: #666;
  outline: none;
  box-shadow: 0 0 5px rgba(100, 100, 100, 0.3);
}

/* Optional: style the option text (note: limited control via CSS) */
#shipment_volumes option {
  padding: 10px;
  font-size: 14px;
}
.cf7-reg-form {
	margin-bottom:0 !important;
}

.cf7-reg-form .form-row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 10px;
}
.half-second{
      display: flex;
    flex-direction: column;
}

.contact-form .cf7-reg-form .form-row{
	flex-direction:column;
}

.contact-form .cf7-reg-form .form-row.submit{
	align-items:center;
}

.cf7-reg-form .form-group {
	flex: 1;
}

.cf7-reg-form .half {
	flex: 1 1 48%;
}

.cf7-reg-form .half br, .cf7-reg-form .full br{
	display:none;
}

.cf7-reg-form .wpcf7-list-item{
	margin:0 !important;
}


.cf7-reg-form input,
.cf7-reg-form textarea,
.cf7-reg-form select,
.cf7-reg-form input:focus,
.cf7-reg-form textarea:focus,
.cf7-reg-form select:focus{
	padding: 12px 15px;
	border: 1px solid #cfdfe8;
	border-radius: 8px;
	font-size: 15px;
	font-weight:500;
	color:#fff;
	font-family: "Source Sans Pro", Sans-serif;
	background: transparent;
	box-sizing: border-box;
}

.contact-form .cf7-reg-form input,
.contact-form .cf7-reg-form textarea,
.contact-form .cf7-reg-form select,
.contact-form .cf7-reg-form input:focus,
.contact-form .cf7-reg-form textarea:focus,
.contact-form .cf7-reg-form select:focus{
	border: 0;
	border-radius:0;
	color:#000;
	border-bottom: 1px solid #c2c2c2 !important;
}

.cf7-reg-form input::placeholder, .cf7-reg-form textarea::placeholder, .cf7-reg-form select::placeholder{
	color:#FFFFFF80;
	font-family: "Source Sans Pro", Sans-serif;
	font-size: 15px;
	font-weight:500;
}

.cf7-reg-form .step-one .wpcf7-form-control-wrap{
	margin-bottom:10px;
}

/* .cf7-reg-form textarea {
	height: 212px;
} */

.contact-form .cf7-reg-form textarea{
	height: 60px;
}

.cf7-reg-form label{
	font-size:15px;
	font-weight:500;
	color:#fff;
	font-family: "Source Sans Pro", Sans-serif;
}

.cf7-reg-form h3{
	font-size:20px;
	font-weight:500;
	color:#fff;
	font-family: "Raleway", Sans-serif;
}

.contact-form .cf7-reg-form label, .contact-form .cf7-reg-form h3{
	color:#000;
}

.contact-form .cf7-reg-form label a{
	color:#3f8dc5;
}

.cf7-reg-form .wpcf7-spinner{
	display:none;
}

.cf7-reg-form p{
	margin-bottom:0 !important;
}

.cf7-reg-form input[type="submit"] {
	padding: 12px 25px;
	background: #0b75c9;
	color: #fff;
	font-weight: bold;
	border: none;
	font-family: "Source Sans Pro", Sans-serif;
	border-radius: 8px;
	cursor: pointer;
}

.cf7-reg-form input[type="submit"]:hover {
	background-color: #095da3;
}

.cf7-reg-form .form-group.full p{
	display:flex;
}



.contact-form .cf7-reg-form .form-group{
	display:flex;
	gap:30px;
}

.contact-form .cf7-reg-form .form-group.full p{
	flex-direction:column;
	width:100%;
}

.contact-form .cf7-reg-form input[type="submit"]{
	margin-top:10px;
}

.contact-form .cf7-reg-form input[type="submit"]:focus{
	border-radius:8px;
	color: #fff;
}

.contact-form .cf7-reg-form .form-group.terms p{
	display:flex;
	flex-direction:row;
	align-items: center;
}

.contact-form .cf7-reg-form .form-group.terms br{
	display:none;
}

.contact-form .wpcf7 .wpcf7-form-control-wrap{
	width:auto;
}

.cf7-reg-form .form-group.full p .wpcf7-form-control-wrap{
	width:auto;
}

.cf7-reg-form .wpcf7 .wpcf7-form-control-wrap br{
	display:none;
}

.spaced-input {
    margin-bottom: 16px; /* Adjust spacing as needed */
    display: block;
    width: 100%;
}

.cf7-reg-form select, .cf7-reg-form textarea {
      padding: .75em !important;
}
.form-title{
    
    font-family: "Raleway", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF !important;
}
.terms-consent a{
    color: #000 !important;
    text-decoration: none !important;
}
/* input{
    width: 50% !important;
}
textarea{
    width: 50%;
} */


/* toggle switch css start */
    .switch {
            position: relative;
            display: inline-block;
            width: 50px;
            height: 24px;
        }
        .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }
        .slider {
            position: absolute;
            cursor: pointer;
            top: 0; left: 0; right: 0; bottom: 0;
            background-color: #ccc;
            transition: .4s;
            border-radius: 34px;
        }
        .slider:before {
            position: absolute;
            content: "";
            height: 18px;
            width: 18px;
            left: 3px;
            bottom: 3px;
            background-color: white; 
            transition: .4s;
            border-radius: 50%;
        }
        input:checked + .slider {
            background-color: #46b450;
        }
        input:checked + .slider:before {
            transform: translateX(26px);
        }
/* toggle switch css start  end*/


/* login form */

.login-wrapper {
  margin-top: 100px;
  margin-bottom: 100px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    z-index: 9999;
}

.login-container {
    background: #fff;
    padding: 30px 40px;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
}

.login-container h2 {
    margin-bottom: 25px;
    font-size: 24px;
    text-align: center;
    color: #333;
}

.login-container label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #333;
}

.login-container .form-field {
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
}

.login-container button[type="submit"] {
    width: 100%;
    padding: 12px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.login-container button[type="submit"]:hover {
    background-color: #005f8d;
}

#loginResponse {
    margin-top: 15px;
    font-weight: bold;
    color: red;
    text-align: center;
}


/* my account */

.dashboard-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 40px auto;
    background-color: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

/* Sidebar */
.dashboard-sidebar {
    width: 250px;
    background-color: #f7f7f7;
    border-right: 1px solid #ddd;
    padding: 30px 20px;
}

.my-account-heading {
    font-size: 22px;
    margin-bottom: 20px;
    color: #333;
    text-align: center;
}

.sidebar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-nav li {
    margin-bottom: 10px;
}

.sidebar-nav .tab-link {
    width: 100%;
    padding: 12px;
    font-size: 15px;
    text-align: left;
    border: none;
    background-color: #e9e9e9;
    color: #333;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
}

.sidebar-nav .tab-link:hover,
.sidebar-nav .tab-link.active {
    background-color: #0073aa;
    color: #fff;
}

/* Content */
.dashboard-content {
    flex: 1;
    padding: 30px;
    background-color: #fff;
}

.dashboard-content h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #222;
}

/* Table */
.table {
    width: 100%;
    border-collapse: collapse;
}

.table th,
.table td {
    text-align: left;
    padding: 12px 10px;
    border-bottom: 1px solid #eee;
}

.table th {
    width: 200px;
    color: #444;
    font-weight: 600;
}

.table td {
    color: #333;
}

/* Tab Content */
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* Responsive */
@media (max-width: 768px) {
    .dashboard-container {
        flex-direction: column;
    }

    .dashboard-sidebar {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

    .sidebar-nav .tab-link {
        text-align: center;
    }

    .dashboard-content {
        padding: 20px;
    }
}
