/* _content/BodyChiselers/Areas/Identity/Pages/Account/ForgotPassword.cshtml.rz.scp.css */
/* Forgot Password Page Styles */
.forgot-password-container[b-u8lx2sqjwe] {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
}

.forgot-password-row[b-u8lx2sqjwe] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.forgot-password-col[b-u8lx2sqjwe] {
    flex: 1;
    min-width: 300px;
}

/* Form Styles */
.forgot-password-form-wrapper[b-u8lx2sqjwe] {
    width: 100%;
    max-width: 400px;
}

.forgot-password-form[b-u8lx2sqjwe] {
    padding: 2rem;
    background-color: white;
    border-radius: 1.5rem;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.forgot-password-input-group[b-u8lx2sqjwe] {
    position: relative;
    width: 100%;
    margin: 1rem 0;
}

.forgot-password-input-group i[b-u8lx2sqjwe] {
    font-size: 1.4rem;
    color: #757575;
    margin-right: 0.5rem;
}

.forgot-password-input-group input[b-u8lx2sqjwe] {
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    background-color: #efefef;
    border-radius: .5rem;
    border: 1px solid white;
    outline: none;
    transition: all 0.3s ease;
}

.forgot-password-input-group input:focus[b-u8lx2sqjwe] {
    border: 1px solid #4EA685;
    background-color: white;
}

.forgot-password-form button[b-u8lx2sqjwe] {
    cursor: pointer;
    width: 100%;
    padding: .8rem 0;
    border-radius: .5rem;
    border: none;
    background-color: #4EA685;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    outline: none;
    transition: all 0.3s ease;
}

.forgot-password-form button:hover[b-u8lx2sqjwe] {
    background-color: #57B894;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Content Styles */
.forgot-password-content-row[b-u8lx2sqjwe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
}

.forgot-password-content-row .text[b-u8lx2sqjwe] {
    color: white;
    max-width: 400px;
}

.forgot-password-content-row .text h2[b-u8lx2sqjwe] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.forgot-password-content-row .text p[b-u8lx2sqjwe] {
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.forgot-password-content-row .img img[b-u8lx2sqjwe] {
    max-width: 250px;
    height: auto;
    border-radius: 1rem;
    margin-top: 1rem;
}

/* Form specific styles */
.forgot-password-form .text-center h2[b-u8lx2sqjwe] {
    color: black;
    margin-bottom: 0.5rem;
}

.forgot-password-form .text-center p[b-u8lx2sqjwe] {
    color: #757575;
    margin-bottom: 1.5rem;
}

.forgot-password-form .text-decoration-none[b-u8lx2sqjwe] {
    color: #4EA685;
    text-decoration: none;
    font-weight: 600;
}

.forgot-password-form .text-decoration-none:hover[b-u8lx2sqjwe] {
    text-decoration: underline;
}

.forgot-password-form .mb-4[b-u8lx2sqjwe] {
    margin-bottom: 1.5rem;
}

.forgot-password-form .mb-3[b-u8lx2sqjwe] {
    margin-bottom: 1rem;
}

.forgot-password-form .mt-4[b-u8lx2sqjwe] {
    margin-top: 1.5rem;
}

/* Validation styles */
.text-danger[b-u8lx2sqjwe] {
    color: #dc3545;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.small[b-u8lx2sqjwe] {
    font-size: 0.875rem;
}

.d-block[b-u8lx2sqjwe] {
    display: block;
}

.mt-1[b-u8lx2sqjwe] {
    margin-top: 0.25rem;
}

.me-2[b-u8lx2sqjwe] {
    margin-right: 0.5rem;
}

/* Responsive */
@media (max-width: 768px) {
    .forgot-password-row[b-u8lx2sqjwe] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .forgot-password-col[b-u8lx2sqjwe] {
        min-width: 100%;
    }
    
    .forgot-password-form-wrapper[b-u8lx2sqjwe] {
        max-width: 100%;
        margin: 0 1rem;
    }
    
    .forgot-password-content-row .text[b-u8lx2sqjwe] {
        max-width: 100%;
        padding: 0 1rem;
    }
}
/* _content/BodyChiselers/Areas/Identity/Pages/Account/ForgotPasswordConfirmation.cshtml.rz.scp.css */
/* Forgot Password Confirmation Page Styles */
.forgot-password-confirmation-container[b-vut8i31s9u] {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
}

.forgot-password-confirmation-row[b-vut8i31s9u] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.forgot-password-confirmation-col[b-vut8i31s9u] {
    flex: 1;
    min-width: 300px;
}

/* Content Styles */
.forgot-password-confirmation-content-row[b-vut8i31s9u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
}

.forgot-password-confirmation-content-row .text[b-vut8i31s9u] {
    color: white;
    max-width: 400px;
}

.forgot-password-confirmation-content-row .text h2[b-vut8i31s9u] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.forgot-password-confirmation-content-row .text p[b-vut8i31s9u] {
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.forgot-password-confirmation-content-row .img img[b-vut8i31s9u] {
    max-width: 250px;
    height: auto;
    border-radius: 1rem;
    margin-top: 1rem;
}

/* Icon styles */
.forgot-password-confirmation-form .fa-4x[b-vut8i31s9u] {
    font-size: 2rem !important;
    color: #4EA685 !important;
    margin-bottom: 1rem;
}

.forgot-password-confirmation-form .text-center h2[b-vut8i31s9u] {
    color: black;
    margin-bottom: 0.5rem;
}

.forgot-password-confirmation-form .text-center p[b-vut8i31s9u] {
    color: #757575;
    margin-bottom: 1.5rem;
}

.forgot-password-confirmation-form .btn-lg[b-vut8i31s9u] {
    padding: 1rem 2rem !important;
    font-size: 1.1rem !important;
    background-color: #4EA685 !important;
    color: white !important;
    border: none !important;
    border-radius: 0.5rem !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.forgot-password-confirmation-form .btn-lg:hover[b-vut8i31s9u] {
    background-color: #57B894 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
}

/* Utilities */
.text-muted[b-vut8i31s9u] {
    color: #757575 !important;
}

.small[b-vut8i31s9u] {
    font-size: 0.875rem;
}

.mt-4[b-vut8i31s9u] {
    margin-top: 1.5rem;
}

/* Responsive */
@media (max-width: 768px) {
    .forgot-password-confirmation-row[b-vut8i31s9u] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .forgot-password-confirmation-col[b-vut8i31s9u] {
        min-width: 100%;
    }
    
    .forgot-password-confirmation-form-wrapper[b-vut8i31s9u] {
        max-width: 100%;
        margin: 0 1rem;
    }
    
    .forgot-password-confirmation-content-row .text[b-vut8i31s9u] {
        max-width: 100%;
        padding: 0 1rem;
    }
}
/* _content/BodyChiselers/Areas/Identity/Pages/Account/Login.cshtml.rz.scp.css */
/* Login Page Styles */
.login-container[b-igrjyr7855] {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-row[b-igrjyr7855] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.login-col[b-igrjyr7855] {
    flex: 1;
    min-width: 300px;
    max-width: 400px;
    width: 50%;
}

/* Form Styles */
.login-form-wrapper[b-igrjyr7855] {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.login-form[b-igrjyr7855] {
    padding: 2rem;
    background-color: white;
    border-radius: 1.5rem;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.login-input-group[b-igrjyr7855] {
    position: relative;
    width: 100%;
    margin: 1rem 0;
}

.login-input-group i[b-igrjyr7855] {
    font-size: 1.4rem;
    color: #757575;
    margin-right: 0.5rem;
}

.login-input-group input[b-igrjyr7855] {
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    background-color: #efefef;
    border-radius: .5rem;
    border: 1px solid white;
    outline: none;
    transition: all 0.3s ease;
}

.login-input-group input:focus[b-igrjyr7855] {
    border: 1px solid #4EA685;
    background-color: white;
}

.login-form button[b-igrjyr7855] {
    cursor: pointer;
    width: 100%;
    padding: .8rem 0;
    border-radius: .5rem;
    border: none;
    background-color: #4EA685;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    outline: none;
    transition: all 0.3s ease;
}

.login-form button:hover[b-igrjyr7855] {
    background-color: #57B894;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Content Styles */
.login-content-row[b-igrjyr7855] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
}

.login-content-row .text[b-igrjyr7855] {
    color: white;
    max-width: 400px;
}

.login-content-row .text h2[b-igrjyr7855] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.login-content-row .text p[b-igrjyr7855] {
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.login-content-row .img img[b-igrjyr7855] {
    max-width: 250px;
    height: auto;
    border-radius: 1rem;
}

/* Social Login */
.login-social-list[b-igrjyr7855] {
    margin-top: 2rem;
    border-radius: 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
    text-align: center;
    overflow: hidden;
}

.login-social-list .d-flex[b-igrjyr7855] {
    justify-content: center;
    gap: 1rem;
}

.login-social-list > div[b-igrjyr7855] {
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.login-social-list > div i[b-igrjyr7855] {
    font-size: 20px;
}

.login-social-list > div:hover[b-igrjyr7855] {
    transform: scale(1.1);
}

.facebook-bg[b-igrjyr7855] { background-color: #4267B2; }
.google-bg[b-igrjyr7855] { background-color: #DB4437; }
.twitter-bg[b-igrjyr7855] { background-color: #1DA1F2; }
.insta-bg[b-igrjyr7855] { background-color: #E1306C; }

/* Form specific styles */
.login-form .text-center h2[b-igrjyr7855] {
    color: black;
    margin-bottom: 0.5rem;
}

.login-form .text-center p[b-igrjyr7855] {
    color: #757575;
    margin-bottom: 1.5rem;
}

.login-form .d-flex[b-igrjyr7855] {
    justify-content: space-between;
    align-items: center;
}

.login-form .form-check[b-igrjyr7855] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.login-form .form-check-input[b-igrjyr7855] {
    width: auto;
}

.login-form .form-check-label[b-igrjyr7855] {
    color: black;
    font-weight: 500;
}

.login-form .text-decoration-none[b-igrjyr7855] {
    color: #4EA685;
    text-decoration: none;
    font-weight: 600;
}

.login-form .text-decoration-none:hover[b-igrjyr7855] {
    text-decoration: underline;
}

.login-form .mb-4[b-igrjyr7855] {
    margin-bottom: 1.5rem;
}

.login-form .mb-3[b-igrjyr7855] {
    margin-bottom: 1rem;
}

.login-form .mt-4[b-igrjyr7855] {
    margin-top: 1.5rem;
}

/* Validation styles */
.text-danger[b-igrjyr7855] {
    color: #dc3545;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.small[b-igrjyr7855] {
    font-size: 0.875rem;
}

.d-block[b-igrjyr7855] {
    display: block;
}

.mt-1[b-igrjyr7855] {
    margin-top: 0.25rem;
}

.me-2[b-igrjyr7855] {
    margin-right: 0.5rem;
}

/* Responsive */
@media (max-width: 768px) {
    .login-row[b-igrjyr7855] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .login-col[b-igrjyr7855] {
        min-width: 100%;
    }
    
    .login-form-wrapper[b-igrjyr7855] {
        max-width: 100%;
        margin: 0 1rem;
    }
    
    .login-content-row .text[b-igrjyr7855] {
        max-width: 100%;
        padding: 0 1rem;
    }
}
/* _content/BodyChiselers/Areas/Identity/Pages/Account/Logout.cshtml.rz.scp.css */
/* Logout Page Styles */
.logout-container[b-bs8tzqn3g3] {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
}

.logout-row[b-bs8tzqn3g3] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.logout-col[b-bs8tzqn3g3] {
    flex: 1;
    min-width: 300px;
}

/* Content Styles */
.logout-content-row[b-bs8tzqn3g3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
}

.logout-content-row .text[b-bs8tzqn3g3] {
    color: white;
    max-width: 400px;
}

.logout-content-row .text h2[b-bs8tzqn3g3] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.logout-content-row .text p[b-bs8tzqn3g3] {
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.logout-content-row .img img[b-bs8tzqn3g3] {
    max-width: 250px;
    height: auto;
    border-radius: 1rem;
    margin-top: 1rem;
}

/* Form Styles */
.logout-form[b-bs8tzqn3g3] {
    padding: 2rem;
    background-color: white;
    border-radius: 1.5rem;
    width: 100%;
    max-width: 400px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* Icon styles */
.logout-form .fa-5x[b-bs8tzqn3g3] {
    font-size: 3rem !important;
    margin-bottom: 1rem;
}

.logout-form .fa-4x[b-bs8tzqn3g3] {
    font-size: 2rem !important;
    color: #dc3545 !important;
    margin-bottom: 1rem;
}

.logout-form .fa-sign-out-alt[b-bs8tzqn3g3] {
    color: #ffc107 !important;
}

.logout-form .fa-arrow-left[b-bs8tzqn3g3] {
    color: #4EA685 !important;
}

.logout-form .fa-home[b-bs8tzqn3g3] {
    color: #4EA685 !important;
}

.logout-form .fa-sign-in-alt[b-bs8tzqn3g3] {
    color: white !important;
}

.logout-form .text-center h2[b-bs8tzqn3g3] {
    color: black;
    margin-bottom: 0.5rem;
}

.logout-form .text-center p[b-bs8tzqn3g3] {
    color: #757575;
    margin-bottom: 1.5rem;
}

.logout-form .btn-lg[b-bs8tzqn3g3] {
    padding: 1rem 2rem !important;
    font-size: 1.1rem !important;
    background-color: #dc3545 !important;
    color: white !important;
    border: none !important;
    border-radius: 0.5rem !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.logout-form .btn-lg:hover[b-bs8tzqn3g3] {
    background-color: #c82333 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
}

/* Utilities */
.text-muted[b-bs8tzqn3g3] {
    color: #757575 !important;
}

.small[b-bs8tzqn3g3] {
    font-size: 0.875rem;
}

.mt-3[b-bs8tzqn3g3] {
    margin-top: 1rem;
}

.mt-4[b-bs8tzqn3g3] {
    margin-top: 1.5rem;
}

/* Responsive */
@media (max-width: 768px) {
    .logout-row[b-bs8tzqn3g3] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .logout-col[b-bs8tzqn3g3] {
        min-width: 100%;
    }
    
    .logout-form[b-bs8tzqn3g3] {
        max-width: 100%;
        margin: 0 1rem;
    }
    
    .logout-content-row .text[b-bs8tzqn3g3] {
        max-width: 100%;
        padding: 0 1rem;
    }
}
/* _content/BodyChiselers/Areas/Identity/Pages/Account/Register.cshtml.rz.scp.css */
/* Register Page Styles */
.register-container[b-17nsgj0kac] {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
}

.register-row[b-17nsgj0kac] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.register-col[b-17nsgj0kac] {
    flex: 1;
    min-width: 300px;
}

/* Form Styles */
.register-form-wrapper[b-17nsgj0kac] {
    width: 100%;
    max-width: 400px;
}

.register-form[b-17nsgj0kac] {
    padding: 2rem;
    background-color: white;
    border-radius: 1.5rem;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.register-input-group[b-17nsgj0kac] {
    position: relative;
    width: 100%;
    margin: 1rem 0;
}

.register-input-group i[b-17nsgj0kac] {
    font-size: 1.4rem;
    color: #757575;
    margin-right: 0.5rem;
}

.register-input-group input[b-17nsgj0kac] {
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    background-color: #efefef;
    border-radius: .5rem;
    border: 1px solid white;
    outline: none;
    transition: all 0.3s ease;
}

.register-input-group input:focus[b-17nsgj0kac] {
    border: 1px solid #4EA685;
    background-color: white;
}

.register-form button[b-17nsgj0kac] {
    cursor: pointer;
    width: 100%;
    padding: .8rem 0;
    border-radius: .5rem;
    border: none;
    background-color: #4EA685;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    outline: none;
    transition: all 0.3s ease;
}

.register-form button:hover[b-17nsgj0kac] {
    background-color: #57B894;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Content Styles */
.register-content-row[b-17nsgj0kac] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
}

.register-content-row .text[b-17nsgj0kac] {
    color: white;
    max-width: 400px;
}

.register-content-row .text h2[b-17nsgj0kac] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.register-content-row .text p[b-17nsgj0kac] {
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.register-content-row .img img[b-17nsgj0kac] {
    max-width: 250px;
    height: auto;
    border-radius: 1rem;
    margin-top: 1rem;
}

/* Social Registration */
.register-social-list[b-17nsgj0kac] {
    margin-top: 2rem;
    border-radius: 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
    text-align: center;
    overflow: hidden;
}

.register-social-list .d-flex[b-17nsgj0kac] {
    justify-content: center;
    gap: 1rem;
}

.register-social-list > div[b-17nsgj0kac] {
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.register-social-list > div i[b-17nsgj0kac] {
    font-size: 20px;
}

.register-social-list > div:hover[b-17nsgj0kac] {
    transform: scale(1.1);
}

.facebook-bg[b-17nsgj0kac] { background-color: #4267B2; }
.google-bg[b-17nsgj0kac] { background-color: #DB4437; }
.twitter-bg[b-17nsgj0kac] { background-color: #1DA1F2; }
.insta-bg[b-17nsgj0kac] { background-color: #E1306C; }

/* Form specific styles */
.register-form .text-center h2[b-17nsgj0kac] {
    color: black;
    margin-bottom: 0.5rem;
}

.register-form .text-center p[b-17nsgj0kac] {
    color: #757575;
    margin-bottom: 1.5rem;
}

.register-form .d-flex[b-17nsgj0kac] {
    justify-content: space-between;
    align-items: center;
}

.register-form .form-check[b-17nsgj0kac] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.register-form .form-check-input[b-17nsgj0kac] {
    width: auto;
}

.register-form .form-check-label[b-17nsgj0kac] {
    color: black;
    font-weight: 500;
}

.register-form .text-decoration-none[b-17nsgj0kac] {
    color: #4EA685;
    text-decoration: none;
    font-weight: 600;
}

.register-form .text-decoration-none:hover[b-17nsgj0kac] {
    text-decoration: underline;
}

.register-form .mb-4[b-17nsgj0kac] {
    margin-bottom: 1.5rem;
}

.register-form .mb-3[b-17nsgj0kac] {
    margin-bottom: 1rem;
}

.register-form .mt-4[b-17nsgj0kac] {
    margin-top: 1.5rem;
}

/* Validation styles */
.text-danger[b-17nsgj0kac] {
    color: #dc3545;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.small[b-17nsgj0kac] {
    font-size: 0.875rem;
}

.d-block[b-17nsgj0kac] {
    display: block;
}

.mt-1[b-17nsgj0kac] {
    margin-top: 0.25rem;
}

.me-2[b-17nsgj0kac] {
    margin-right: 0.5rem;
}

/* Responsive */
@media (max-width: 768px) {
    .register-row[b-17nsgj0kac] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .register-col[b-17nsgj0kac] {
        min-width: 100%;
    }
    
    .register-form-wrapper[b-17nsgj0kac] {
        max-width: 100%;
        margin: 0 1rem;
    }
    
    .register-content-row .text[b-17nsgj0kac] {
        max-width: 100%;
        padding: 0 1rem;
    }
}
/* _content/BodyChiselers/Areas/Identity/Pages/Account/RegisterConfirmation.cshtml.rz.scp.css */
/* Register Confirmation Page Styles */
.register-confirmation-container[b-cpirkf0ijb] {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
}

.register-confirmation-row[b-cpirkf0ijb] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.register-confirmation-col[b-cpirkf0ijb] {
    flex: 1;
    min-width: 300px;
}

/* Content Styles */
.register-confirmation-content-row[b-cpirkf0ijb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
}

.register-confirmation-content-row .text[b-cpirkf0ijb] {
    color: white;
    max-width: 400px;
}

.register-confirmation-content-row .text h2[b-cpirkf0ijb] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.register-confirmation-content-row .text p[b-cpirkf0ijb] {
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.register-confirmation-content-row .img img[b-cpirkf0ijb] {
    max-width: 250px;
    height: auto;
    border-radius: 1rem;
    margin-top: 1rem;
}

/* Icon styles */
.register-confirmation-form .fa-4x[b-cpirkf0ijb] {
    font-size: 2rem !important;
    color: #4EA685 !important;
    margin-bottom: 1rem;
}

.register-confirmation-form .text-center h2[b-cpirkf0ijb] {
    color: black;
    margin-bottom: 0.5rem;
}

.register-confirmation-form .text-center p[b-cpirkf0ijb] {
    color: #757575;
    margin-bottom: 1.5rem;
}

.register-confirmation-form .text-decoration-none[b-cpirkf0ijb] {
    color: #4EA685;
    text-decoration: none;
    font-weight: 600;
}

.register-confirmation-form .text-decoration-none:hover[b-cpirkf0ijb] {
    text-decoration: underline;
}

.register-confirmation-form .mb-4[b-cpirkf0ijb] {
    margin-bottom: 1.5rem;
}

.register-confirmation-form .mt-3[b-cpirkf0ijb] {
    margin-top: 1rem;
}

.register-confirmation-form .mt-4[b-cpirkf0ijb] {
    margin-top: 1.5rem;
}

/* Button styles */
.register-confirmation-form .btn-lg[b-cpirkf0ijb] {
    padding: 1rem 2rem !important;
    font-size: 1.1rem !important;
    background-color: #4EA685 !important;
    color: white !important;
    border: none !important;
    border-radius: 0.5rem !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.register-confirmation-form .btn-lg:hover[b-cpirkf0ijb] {
    background-color: #57B894 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
}

/* Utilities */
.text-muted[b-cpirkf0ijb] {
    color: #757575 !important;
}

.fw-bold[b-cpirkf0ijb] {
    font-weight: 600 !important;
}

.me-1[b-cpirkf0ijb] {
    margin-right: 0.25rem !important;
}

/* Responsive */
@media (max-width: 768px) {
    .register-confirmation-row[b-cpirkf0ijb] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .register-confirmation-col[b-cpirkf0ijb] {
        min-width: 100%;
    }
    
    .register-confirmation-form-wrapper[b-cpirkf0ijb] {
        max-width: 100%;
        margin: 0 1rem;
    }
    
    .register-confirmation-content-row .text[b-cpirkf0ijb] {
        max-width: 100%;
        padding: 0 1rem;
    }
}
/* _content/BodyChiselers/Areas/Identity/Pages/Account/ResendEmailConfirmation.cshtml.rz.scp.css */
/* Resend Email Confirmation Page Styles */
.resend-email-container[b-5pz6chmmfn] {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
}

.resend-email-row[b-5pz6chmmfn] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.resend-email-col[b-5pz6chmmfn] {
    flex: 1;
    min-width: 300px;
}

/* Form Styles */
.resend-email-form-wrapper[b-5pz6chmmfn] {
    width: 100%;
    max-width: 400px;
}

.resend-email-form[b-5pz6chmmfn] {
    padding: 2rem;
    background-color: white;
    border-radius: 1.5rem;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.resend-email-input-group[b-5pz6chmmfn] {
    position: relative;
    width: 100%;
    margin: 1rem 0;
}

.resend-email-input-group i[b-5pz6chmmfn] {
    font-size: 1.4rem;
    color: #757575;
    margin-right: 0.5rem;
}

.resend-email-input-group input[b-5pz6chmmfn] {
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    background-color: #efefef;
    border-radius: .5rem;
    border: 1px solid white;
    outline: none;
    transition: all 0.3s ease;
}

.resend-email-input-group input:focus[b-5pz6chmmfn] {
    border: 1px solid #4EA685;
    background-color: white;
}

.resend-email-form button[b-5pz6chmmfn] {
    cursor: pointer;
    width: 100%;
    padding: .8rem 0;
    border-radius: .5rem;
    border: none;
    background-color: #4EA685;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    outline: none;
    transition: all 0.3s ease;
}

.resend-email-form button:hover[b-5pz6chmmfn] {
    background-color: #57B894;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Content Styles */
.resend-email-content-row[b-5pz6chmmfn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
}

.resend-email-content-row .text[b-5pz6chmmfn] {
    color: white;
    max-width: 400px;
}

.resend-email-content-row .text h2[b-5pz6chmmfn] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.resend-email-content-row .text p[b-5pz6chmmfn] {
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.resend-email-content-row .img img[b-5pz6chmmfn] {
    max-width: 250px;
    height: auto;
    border-radius: 1rem;
    margin-top: 1rem;
}

/* Form specific styles */
.resend-email-form .text-center h2[b-5pz6chmmfn] {
    color: black;
    margin-bottom: 0.5rem;
}

.resend-email-form .text-center p[b-5pz6chmmfn] {
    color: #757575;
    margin-bottom: 1.5rem;
}

.resend-email-form .text-decoration-none[b-5pz6chmmfn] {
    color: #4EA685;
    text-decoration: none;
    font-weight: 600;
}

.resend-email-form .text-decoration-none:hover[b-5pz6chmmfn] {
    text-decoration: underline;
}

.resend-email-form .mb-4[b-5pz6chmmfn] {
    margin-bottom: 1.5rem;
}

.resend-email-form .mb-3[b-5pz6chmmfn] {
    margin-bottom: 1rem;
}

.resend-email-form .mt-4[b-5pz6chmmfn] {
    margin-top: 1.5rem;
}

/* Validation styles */
.text-danger[b-5pz6chmmfn] {
    color: #dc3545;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.small[b-5pz6chmmfn] {
    font-size: 0.875rem;
}

.d-block[b-5pz6chmmfn] {
    display: block;
}

.mt-1[b-5pz6chmmfn] {
    margin-top: 0.25rem;
}

.me-1[b-5pz6chmmfn] {
    margin-right: 0.25rem;
}

/* Responsive */
@media (max-width: 768px) {
    .resend-email-row[b-5pz6chmmfn] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .resend-email-col[b-5pz6chmmfn] {
        min-width: 100%;
    }
    
    .resend-email-form-wrapper[b-5pz6chmmfn] {
        max-width: 100%;
        margin: 0 1rem;
    }
    
    .resend-email-content-row .text[b-5pz6chmmfn] {
        max-width: 100%;
        padding: 0 1rem;
    }
}
/* _content/BodyChiselers/Areas/Identity/Pages/Account/ResetPassword.cshtml.rz.scp.css */
/* Reset Password Page Styles */
.reset-password-container[b-zmxnncjwao] {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
}

.reset-password-row[b-zmxnncjwao] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.reset-password-col[b-zmxnncjwao] {
    flex: 1;
    min-width: 300px;
}

/* Form Styles */
.reset-password-form-wrapper[b-zmxnncjwao] {
    width: 100%;
    max-width: 400px;
}

.reset-password-form[b-zmxnncjwao] {
    padding: 2rem;
    background-color: white;
    border-radius: 1.5rem;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.reset-password-input-group[b-zmxnncjwao] {
    position: relative;
    width: 100%;
    margin: 1rem 0;
}

.reset-password-input-group i[b-zmxnncjwao] {
    font-size: 1.4rem;
    color: #757575;
    margin-right: 0.5rem;
}

.reset-password-input-group input[b-zmxnncjwao] {
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    background-color: #efefef;
    border-radius: .5rem;
    border: 1px solid white;
    outline: none;
    transition: all 0.3s ease;
}

.reset-password-input-group input:focus[b-zmxnncjwao] {
    border: 1px solid #4EA685;
    background-color: white;
}

.reset-password-form button[b-zmxnncjwao] {
    cursor: pointer;
    width: 100%;
    padding: .8rem 0;
    border-radius: .5rem;
    border: none;
    background-color: #4EA685;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    outline: none;
    transition: all 0.3s ease;
}

.reset-password-form button:hover[b-zmxnncjwao] {
    background-color: #57B894;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Content Styles */
.reset-password-content-row[b-zmxnncjwao] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
}

.reset-password-content-row .text[b-zmxnncjwao] {
    color: white;
    max-width: 400px;
}

.reset-password-content-row .text h2[b-zmxnncjwao] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.reset-password-content-row .text p[b-zmxnncjwao] {
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.reset-password-content-row .img img[b-zmxnncjwao] {
    max-width: 250px;
    height: auto;
    border-radius: 1rem;
    margin-top: 1rem;
}

/* Form specific styles */
.reset-password-form .text-center h2[b-zmxnncjwao] {
    color: black;
    margin-bottom: 0.5rem;
}

.reset-password-form .text-center p[b-zmxnncjwao] {
    color: #757575;
    margin-bottom: 1.5rem;
}

.reset-password-form .text-decoration-none[b-zmxnncjwao] {
    color: #4EA685;
    text-decoration: none;
    font-weight: 600;
}

.reset-password-form .text-decoration-none:hover[b-zmxnncjwao] {
    text-decoration: underline;
}

.reset-password-form .mb-4[b-zmxnncjwao] {
    margin-bottom: 1.5rem;
}

.reset-password-form .mb-3[b-zmxnncjwao] {
    margin-bottom: 1rem;
}

.reset-password-form .mt-4[b-zmxnncjwao] {
    margin-top: 1.5rem;
}

/* Validation styles */
.text-danger[b-zmxnncjwao] {
    color: #dc3545;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.small[b-zmxnncjwao] {
    font-size: 0.875rem;
}

.d-block[b-zmxnncjwao] {
    display: block;
}

.mt-1[b-zmxnncjwao] {
    margin-top: 0.25rem;
}

.me-2[b-zmxnncjwao] {
    margin-right: 0.5rem;
}

/* Responsive */
@media (max-width: 768px) {
    .reset-password-row[b-zmxnncjwao] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .reset-password-col[b-zmxnncjwao] {
        min-width: 100%;
    }
    
    .reset-password-form-wrapper[b-zmxnncjwao] {
        max-width: 100%;
        margin: 0 1rem;
    }
    
    .reset-password-content-row .text[b-zmxnncjwao] {
        max-width: 100%;
        padding: 0 1rem;
    }
}
/* _content/BodyChiselers/Areas/Identity/Pages/Account/ResetPasswordConfirmation.cshtml.rz.scp.css */
/* Reset Password Confirmation Page Styles */
.reset-password-confirmation-container[b-qjhvjdq8g1] {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
}

.reset-password-confirmation-row[b-qjhvjdq8g1] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.reset-password-confirmation-col[b-qjhvjdq8g1] {
    flex: 1;
    min-width: 300px;
}

/* Content Styles */
.reset-password-confirmation-content-row[b-qjhvjdq8g1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
}

.reset-password-confirmation-content-row .text[b-qjhvjdq8g1] {
    color: white;
    max-width: 400px;
}

.reset-password-confirmation-content-row .text h2[b-qjhvjdq8g1] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.reset-password-confirmation-content-row .text p[b-qjhvjdq8g1] {
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.reset-password-confirmation-content-row .img img[b-qjhvjdq8g1] {
    max-width: 250px;
    height: auto;
    border-radius: 1rem;
    margin-top: 1rem;
}

/* Icon styles */
.reset-password-confirmation-form .fa-5x[b-qjhvjdq8g1] {
    font-size: 3rem !important;
    color: #28a745 !important;
    margin-bottom: 1rem;
}

.reset-password-confirmation-form .text-center h2[b-qjhvjdq8g1] {
    color: black;
    margin-bottom: 0.5rem;
}

.reset-password-confirmation-form .text-center p[b-qjhvjdq8g1] {
    color: #757575;
    margin-bottom: 1.5rem;
}

.reset-password-confirmation-form .btn-lg[b-qjhvjdq8g1] {
    padding: 1rem 2rem !important;
    font-size: 1.1rem !important;
    background-color: #28a745 !important;
    color: white !important;
    border: none !important;
    border-radius: 0.5rem !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.reset-password-confirmation-form .btn-lg:hover[b-qjhvjdq8g1] {
    background-color: #1e7e34 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
}

/* Utilities */
.text-muted[b-qjhvjdq8g1] {
    color: #757575 !important;
}

.small[b-qjhvjdq8g1] {
    font-size: 0.875rem;
}

.mt-4[b-qjhvjdq8g1] {
    margin-top: 1.5rem;
}

/* Responsive */
@media (max-width: 768px) {
    .reset-password-confirmation-row[b-qjhvjdq8g1] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .reset-password-confirmation-col[b-qjhvjdq8g1] {
        min-width: 100%;
    }
    
    .reset-password-confirmation-form-wrapper[b-qjhvjdq8g1] {
        max-width: 100%;
        margin: 0 1rem;
    }
    
    .reset-password-confirmation-content-row .text[b-qjhvjdq8g1] {
        max-width: 100%;
        padding: 0 1rem;
    }
}
/* _content/BodyChiselers/Views/Cart/Index.cshtml.rz.scp.css */
.cart-item[b-z4icyccjmq] {
    transition: box-shadow 0.2s ease;
}

.cart-item:hover[b-z4icyccjmq] {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
/* _content/BodyChiselers/Views/Home/Index.cshtml.rz.scp.css */
body[b-fgqu963tsk] {
    margin: 0 0 100px 0;
    padding: 0;
    line-height: 1.6;
    color: #333;
    background-color: #f9f9f9;
}

/* General Reset */
h1[b-fgqu963tsk], h2[b-fgqu963tsk], p[b-fgqu963tsk], a[b-fgqu963tsk], button[b-fgqu963tsk] {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

/* Hero Section */
.hero[b-fgqu963tsk] {
    min-height: 100vh;
    width: 100%;
    background: url('../images/pexels-anush-gorak.jpg') no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    padding: 20px;
}

    .hero h1[b-fgqu963tsk] {
        font-size: 3rem;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .hero p[b-fgqu963tsk] {
        font-size: 1.2rem;
        margin-bottom: 30px;
        max-width: 600px;
    }

    .hero .button[b-fgqu963tsk] {
        background-color: transparent;
        color: white;
        border: 1px solid white;
        padding: 10px 20px;
        font-size: 1rem;
        cursor: pointer;
        border-radius: 5px;
        transition: background-color 0.3s;
    }

        .hero .button:hover[b-fgqu963tsk] {
            border: 3px solid white;
        }

/* Best Sellers Section */
.best-sellers[b-fgqu963tsk] {
    padding: 50px 20px;
    background-color: black;
    text-align: center;
}

    .best-sellers h2[b-fgqu963tsk] {
        font-size: 2rem;
        margin-bottom: 20px;
    }
/*  .best-sellers .products {
        display: grid;
        grid-template-columns: repeat();
        max-width:100%;
    }

    .best-sellers .product {
        background-color: #f1f1f1;
        padding: 20px;
        border-radius: 5px;
        text-align: center;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }*/

.card[b-fgqu963tsk] {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-body[b-fgqu963tsk] {
    flex-grow: 1;
    text-align: center;
}

    .card-body h5[b-fgqu963tsk], .card-body p[b-fgqu963tsk] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 0;
    }


.best-sellers a[b-fgqu963tsk] {
    display: block;
    margin: 20px 0 10px;
    text-decoration: none;
}

    .best-sellers a:hover[b-fgqu963tsk] {
        text-decoration: underline;
    }

/* Top Reviews Section */
.top-reviews[b-fgqu963tsk] {
    padding: 50px 20px;
    background-color: #000;
    text-align: center;
}

    .top-reviews h2[b-fgqu963tsk] {
        font-size: 2rem;
        margin-bottom: 20px;
    }

/* Footer Section */
.footer[b-fgqu963tsk] {
    padding: 20px;
    background-color: #333;
    color: white;
    text-align: center;
}

    .footer p[b-fgqu963tsk] {
        font-size: 0.9rem;
    }
/* _content/BodyChiselers/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-6ykmnaqrmx] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-6ykmnaqrmx] {
  color: #0077cc;
}

.btn-primary[b-6ykmnaqrmx] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-6ykmnaqrmx], .nav-pills .show > .nav-link[b-6ykmnaqrmx] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-6ykmnaqrmx] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-6ykmnaqrmx] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-6ykmnaqrmx] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-6ykmnaqrmx] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-6ykmnaqrmx] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
