/*member-register*/
.account__content1{
    margin-inline: auto;
    background-color: var(--bg-color-6);
    border-radius: 4px;
    padding: 20px;
}
.plus{
    margin-top: 35px !important;
}
.trk-btn--primary1{
    background-color: rgb(3, 50, 79)!important;
}
.prime-customer-item:not(:first-child) label {
    display: none;
}
.prime-customer-item:not(:first-child) {
    margin-top: -20px;
}
.prime-customers-divider {
    display: none;
}
@media (max-width: 576px) {
    .prime-customers-divider {
        display: block; 
        width: 70%;
        margin: 20px auto;
        border: none;
        border-top: 1.5px solid #cfd4da;
        opacity: 1;
    }
}
/*End member-register*/
/* Visitor Register */
.account__form .row > .col-md-12:first-child {
    display: flex;
    flex-direction: column;
}
.account__form .row > .col-md-12:first-child select {
    width: 50%;
}
@media (max-width: 767px) {
    .account__form .row > .col-md-12:first-child select {
        width: 100%;
    }
}
select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 14px;
    padding-right: 42px; 
}
.thankyou-pad {
    padding-top: 60px !important;
}
@media (max-width: 767px) {

    .error-wrapper img
   {
        width: 81% !important;
    }
     .error-wrapper h3,
    .error-wrapper p {
        width: 100% !important;
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
    }

}

/* End-Visitor Register */
/* ================================
   404 / Error Breadcrumb Styling
   ================================ */

.brikz-404-breadcrumb {
    background-color: #021738; /* Blue background */
    padding: 80px 0;
}

.brikz-404-title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.brikz-404-list {
    gap: 10px;
}

.brikz-404-list li,
.brikz-404-list li a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.brikz-404-list li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.brikz-404-list i {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
}
/* ================================
   Error Page Button Styling
   ================================ */

.theme-btn-1 {
    display: inline-block;
    background-color: #021738;
    color: #ffffff;
    padding: 14px 34px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    border: 1px solid #021738;
    text-decoration: none;
    transition: all 0.3s ease;
}

.theme-btn-1:hover {
    background-color: #041f5a; /* slightly lighter blue */
    border-color: #041f5a;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(2, 23, 56, 0.25);
}

.theme-btn-1:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(2, 23, 56, 0.3);
}
