.form-actions-wrapper .btn-primary {
    width: 100%;
    border-radius: var(--primary-btn-radius);
    margin: 40px 0px;
}
.icon-form .form-actions-wrapper .btn-primary {
    margin: 32px 0px 24px;
}
.icon-form .form-actions-wrapper:last-child .btn-primary:last-child,
.form-actions-wrapper:last-child p {
    margin-bottom: 0px;
    text-align: center;
}
span.field-invalid.text-danger, span.field_error.text-danger {
    margin-bottom: 0px !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    display: block;
    font-family: var(--default-text-font);
}
.signup-form span.field-invalid.text-danger, .login-form span.field-invalid.text-danger, .forgot-pass-form #userEmail ~ .field-invalid,
.forgot-pass-form .pass-field-wrapper ~ .field-invalid, #requestAQuoteForm .field_error, #user-pass-form .field-invalid, #user-info-form .field-invalid {
    position: absolute;
    top: 100%;
    left: 12px;
}
#customer-tab .signup-form .pass-field-wrapper ~ span.field-invalid.text-danger,
#vendor-tab .signup-form input[name="vendor_tax_id"] ~ span.field-invalid.text-danger {
    position: unset;
}
.auth-page-grid .entry-content {
    height: 100vh;
    align-items: center;
    background-image: url(https://drillerdeals.com/wp-content/uploads/2024/09/full-bg-1.jpg);
    display: flex;
    flex-wrap: wrap;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.page-template-signup .site-header, .page-template-signup .site-footer,
.page-template-auth .site-header, .page-template-auth .site-footer, .page-template-auth .site__footer {
    display: none;
}
.page-template-auth .page-grid.auth-page-grid {
    margin: 0px;
}
.auth-card {
    max-width: 594px;
    width: 100%;
    margin: auto;
    background-color: var(--base-white);
    border-radius: var(--card-radius);
    box-shadow: var(--auth-card-shadow);
    padding: 40px 60px;
}
.auth-card.signup-page .fade {
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}
.auth-card.verify-account-page {
    max-width: 519px;
    padding: 47px 86px 46px 87px;
}
.verify-account-page .message-box:last-child p {
    margin-bottom: 0px;
}
.auth-page-title .standard-card-title {
    margin-bottom: 24px;
    margin-top: 0px !important;
}
.standard-card-title {
    margin: 0px;
    text-align: center;
}
.verify-account-page .auth-page-title .standard-card-title {
    margin-bottom: 8px;
}
.icon_box.account-verification.verified {
    background-color: var(--success-color);
}
.auth-card .tabs-list {
    display: flex;
    list-style: none;
    width: 100%;
    padding: 12px 0px !important;
    margin-bottom: 0px !important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.auth-card .tabs-list .tab-link.tab-item {
    cursor: pointer;
    flex: 0 0 50%;
    width: 50%;
    text-align: center;
    padding: 8px 24px;
    color: var(--tab-inactive-color);
    border-bottom: 1px solid var(--card-inner-border-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    transition: all 0.3s ease-in-out;
}
.auth-card .tabs-list .tab-link.tab-item.current, .auth-card .tabs-list .tab-link.tab-item:hover {
    color: var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
}
.tabs-content-wrapper {
    padding-top: 32px;
    width: 100%;
}
.tab-content-item {
    opacity: 0;
    transition: opacity 0.3s ease-in-out; /* Smooth transition */
    display: none; /* Keep tab content hidden by default */
}
.tab-content-item.current {
    opacity: 1;
    display: block !important; /* Display active tab content */
}
.custom-form .form-group {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 32px;
    row-gap: 32px;
}
.custom-form .form-group:nth-last-child(2) {
    margin-bottom: 0px;
}
.custom-form .form-group .form-field-wrapper {
    padding: 0px 12px;
    position: relative;
}
.custom-form .form-group .form-field-wrapper.full-field {
    flex: 0 0 100%;
    width: 100%;
}
.custom-form .form-group .form-field-wrapper.half-field {
    flex: 0 0 50%;
    width: 50%;
}
.form-field-wrapper .form-label {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    margin-bottom: 14px;
    color: var(--card-field-label-color);
}
.custom-form .form-group .form-field-wrapper .form-field, .product-filters .form-field-wrapper .form-field {
    width: 100%;
    outline: none;
    box-shadow: none;
    border: none;
    background-color: var(--card-field-bg);
    border-radius: var(--card-field-radius);
    height: var(--card-field-height);
    padding: var(--card-field-padding);
    color: var(--card-field-color);
}
.pass-field-wrapper {
    position: relative;
}
.form-field-wrapper .visibility-icon {
    position: absolute;
    right: 16px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    margin-right: 0px;
    line-height: 1;
    cursor: pointer;
    height: fit-content;
}
.custom-form .form-group .form-field-wrapper .form-field::placeholder {
  color: var(--card-field-placeholder-color);
  opacity: 1; /* Firefox */
}
.custom-form .form-group .form-field-wrapper .form-field::-ms-input-placeholder { /* Edge 12-18 */
  color: var(--card-field-placeholder-color);
}
.form-check-label .check-field-label {
    color: var(--card-secondary-label);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.form-check-label a.default-link {
    color: var(--terms-color);
}
.form-check-label a.default-link:hover {
    color: var(--primary-color);
}
.login-page .after-form-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.login-page .after-form-wrapper p#back_to_tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 24px;
    color: var(--primary-color);
    position: relative;
    line-height: 13px;
    cursor: pointer;
}
.login-page .after-form-wrapper p#back_to_tabs span.back_icon {
    line-height: 0;
    position: absolute;
    left: 0;
    transition: transform 0.3s ease;
}
.login-page .after-form-wrapper p#back_to_tabs:hover span.back_icon {
    animation: moveIcon 0.6s infinite alternate ease-in-out;
}
@keyframes moveIcon {
    0% {
        transform: translateX(0); /* Initial position */
    }
    100% {
        transform: translateX(-10px); /* Move left */
    }
}
.after-form-wrapper p {
    text-align: center;
    margin-bottom: 0px !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    color: var(--card-secondary-label);
}
.after-form-wrapper p a.default-link {
    font-size: 14px;
}
.auth-popup-container .message-container, .form-wrapper.icon-form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.page .site-main .icon-form p {
    margin-bottom: 12px;
}
.icon-form .form-actions-wrapper p {
    margin-bottom: 0px !important;
    text-align: center;
}
.message-container .icon_box, .form-wrapper.icon-form .icon_box{
    width: 70px;
    height: 70px;
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--danger-alert-bg);
    margin-bottom: 24px;
}
.icon-form .message-box {
    max-width: 368px;
}
.standard-card-subtitle {
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0px 0px 24px !important;
    color: var(--primary-color);
}
.auth-page-subtitle .standard-card-subtitle {
    text-align: center;
}
.message-box p {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: var(--card-secondary-label);
}
.form-actions-wrapper {
    width: 100%;
}
.form-actions-wrapper a.btn.btn-primary {
    margin-bottom: 24px;
    margin-top: 0px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.after-form-wrapper button.default-link {
    background-color: transparent;
    padding: 0;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    color: var(--primary-color);
}
.form-actions-wrapper:last-child a.btn.btn-primary {
    margin-bottom: 0px;
}
.form-actions-wrapper a.btn {
    text-decoration: none !important;
}
.custom-form .form-group.mb-16 {
    margin-bottom: 16px;
}
/* Login Css */
.login__block {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.vendor__type {
    position: relative;
    cursor: pointer;
}
.vendor__type input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.login__block-item {
    width: 220px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2px solid transparent;
    background: #F3F4F7;
    border-radius: 17px;
    padding: 10px;
    transition: 0.3s all linear;
}
.login__block-item img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.page .site-main h4.login__block-type {
    margin: 0 auto !important;
    text-align: center;
    color: var(--base-black);
    font-size: 16px;
}
.vendor__type input[type="radio"]:checked + .login__block-item,
.vendor__type input[type="radio"]:hover + .login__block-item{
    background: #FFF0F3;
    border-color: var(--orange);
}
.page .site-main .vendor__type input[type="radio"]:checked + .login__block-item h4.login__block-type,
.page .site-main .vendor__type input[type="radio"]:hover + .login__block-item h4.login__block-type{
    color: var(--orange);
}
.vendor__type input[type="radio"]:checked + .login__block-item:before,
.vendor__type input[type="radio"]:hover + .login__block-item:before{
    content: '';
    position: absolute;
    top: 12px;
    right: 13px;
    display: block;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21" fill="none"><path d="M10 0.0743408C4.46667 0.0743408 0 4.54101 0 10.0743C0 15.6077 4.46667 20.0743 10 20.0743C15.5333 20.0743 20 15.6077 20 10.0743C20 4.54101 15.5333 0.0743408 10 0.0743408ZM10 2.07434C14.4667 2.07434 18 5.60767 18 10.0743C18 14.541 14.4667 18.0743 10 18.0743C5.53333 18.0743 2 14.541 2 10.0743C2 5.60767 5.53333 2.07434 10 2.07434ZM14.293 6.36731L8 12.6603L5.70703 10.3673L4.29297 11.7814L8 15.4884L15.707 7.78137L14.293 6.36731Z" fill="%23E4002B"/></svg>');
    background-size: contain;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.signup-page.success .auth-page-title .standard-card-title {
    margin-bottom: 10px;
}
.signup-page.success .message-box p {
    margin-bottom: 0;
}
.signup-page.success .standard-card-subtitle {
    margin: 44px 0 12px !important;
}
.signup-page.success .form-actions-wrapper {
    margin-top:32px;
}
#addCategoryForm label.form-label.w-fit svg {
    width: 15px;
    position: absolute;
    margin-left: 5px;
    top: 0px;
	outline: none;
}
.forgot-pass-page .tab-content-item,
.reset-pass-page .tab-content-item{
    opacity: 1;
    display: block;
}
@media(max-width:767px){
    .login__block {
        flex-direction: column;
    }
    .login__block-item {
        width: 100%;
    }
    .auth-card{
        padding:30px;
    }
}