/* auth pages Css  */
.auth-section {
    min-height: 100vh;
    padding: 70px 0;
    position: relative;
}
.auth-section .container {
    position: relative;
    z-index: 1;
}
.form-wrapper {
    position: relative;
    padding: 40px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}
.divider____wrap::before {
    content: '';
    position: absolute;
    background: #2a2620;
    width: 40%;
    height: 1px;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.divider____wrap::before {
    content: '';
    position: absolute;
    background: #c5c5c5;
    width: 40%;
    height: 1px;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.divider____wrap::after {
    content: '';
    position: absolute;
    background: #c5c5c5;
    width: 40%;
    height: 1px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.auth____google____btn {
    color: var(--primary-color);
    background: transparent;
    border-color: #24211d;
    box-shadow: none;
}
.login_____form {
    border: 1px solid #c5c5c5;
    padding: 20px;
}
.signup____check {
    border: 1px solid var(--secondary-color);
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-color);
}
.email____input i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #8c8c8c;
    z-index: 2;
}
.otp____input {
    height: 64px;
    padding: 0;
}
.passowrd_____checklist .password-check {
    width: 18px;
    height: 18px;
    border-radius: 0px;
    background-color: transparent;
    border: 1px solid var(--extra-color-5);
    cursor: pointer;
}
.passowrd_____checklist .password-check:checked {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.passowrd_____checklist .password-check:focus {
    box-shadow: none;
    border-color: var(--secondary-color);
}
.passowrd_____checklist .form-check-label {
    cursor: pointer;
}
/* profile page Css  */
.profile-tabs .nav-pills .nav-link.active {
    background: transparent;
    color: var(--secondary-color);
}
.profile-tabs .nav-pills .nav-link.active img.img-fluid {
    filter: brightness(0) saturate(100%) invert(95%) sepia(93%) saturate(3%) hue-rotate(162deg) brightness(106%) contrast(100%);
}
.profile-tabs .nav-item {
    margin: 0px 20px;
}
.profile-tabs .nav-pills .nav-link {
    padding: 15px 20px;
    background: transparent;
    border-radius: 9px;
}
.profile-tabs .nav-pills .nav-link.active {
    background: var(--secondary-color);
    color: var(--body-color);
    border: 0;
}
.profile-tabs .nav-pills .nav-link:hover {
    color: var(--extra-color-5);
}
.profile____top {
    min-height: 95px;
}

.profile______wrapper {
    min-height: 160px;
}

.profile-user-img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.profile____image img {
    max-width: 150px;
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.sidebar____wrapper {
    position: relative;
    overflow: hidden;
    padding: 30px;
    border-radius: 26px;
    /* border: 1px solid #ffffff10; */
    transition: 0.6s ease;
    /* box-shadow:
		0 30px 80px -30px rgba(0, 0, 0, 0.6),
		inset 0 1px 0 1px rgba(255, 255, 255, 0.06); */
    background: rgba(240, 238, 230, 0.4);
}
.sidebar____wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../img/profile-bg.webp') center/cover no-repeat;
    /* opacity: 0.2; */
    z-index: 0;
}
.sidebar____wrapper > * {
    position: relative;
    z-index: 1;
}
.form-switch .form-check-input {
    width: 20px;
    height: 11px;
    margin-top: 0;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #000;
    box-shadow: none;
    margin-left: auto;
}
.form-switch .form-check-input:checked {
    background-color: #000;
    border-color: #000;
}
.form-switch .form-check-input:focus {
    box-shadow: none;
}
.form-switch .form-check-input:checked::before {
    background-color: #fff;
}
.transparent_____btn {
    background: transparent;
    color: var(--secondary-color);
    border-color: var(--secondary-color);
    padding: 8px 30px;
}
.address_____default {
    background: #2d4b88;
    border-radius: 30px;
    padding: 7px 16px;
    font-size: 8px;
    color: var(--body-color);
    border: navajowhite;
}
.address_____action {
    padding: 8px 30px;
}
.address_____add_____icon {
    width: 50px;
    height: 50px;
    border: 3px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.address_____add_____icon i {
    font-size: 34px;
    font-weight: 300;
}
.address_____security i {
    font-size: 14px;
}
.profile-divider {
    margin: 2rem 0;
    background: #efefef;
    opacity: 1;
}
.order_____box {
    border: 1px solid #e4e3e0;
    box-shadow: none;
}
.order____box____icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--secondary-color);
    border-radius: 50%;
}
.orders______list {
    --bs-table-bg: transparent;
    --bs-table-color: inherit;
    --bs-table-border-color: rgba(255, 255, 255, 0.12);
}
.orders______list th,
.orders______list td {
    padding: 18px 15px;
    vertical-align: middle;
}
.circle_____span {
    width: 8px;
    height: 8px;
    display: block;
    background: #2b5fc7;
    border-radius: 50%;
}
.orders______list thead {
    background: #efefef;
}

.orders______list thead tr th:first-child {
    border-top-left-radius: 5px;
}

.orders______list thead tr th:last-child {
    border-top-right-radius: 5px;
}
.orders______list thead tr th {
    border-bottom: 0;
}
.shipped_____circle {
    background: #8a42cc;
}
.deliverd_____circle {
    background: #29a657;
}
.orders______list tbody tr:last-child td {
    border-bottom: 0;
}
/* Radio Button Base Reset */
.product____list____wrapper input[name='selected_product'].form-check-input {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1.5px solid #cccccc;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
    display: block;
    background-color: #ffffff;
    transition: border-color 0.2s ease-in-out;
}
.product____list____wrapper input[name='selected_product'].form-check-input:hover {
    border-color: #000000;
}
.product____list____wrapper input[name='selected_product'].form-check-input:checked {
    border: 2px solid #000000;
    background-color: #ffffff;
}
.product____list____wrapper input[name='selected_product'].form-check-input:checked::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
}
.product____list____wrapper input[name='selected_product'].form-check-input:focus {
    box-shadow: none;
    outline: none;
}
.info____icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e4e3e0;
    border-radius: 50%;
}
.logout____icon {
    background: var(--secondary-color);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.profile_____image img.img-fluid {
    max-width: 60px;
    height: 60px;
    object-fit: cover;
}
.feedback____stars li {
    cursor: pointer;
    color: #ccc;
}

.feedback____stars li.active i {
    color: var(--secondary-color);
}
.address_____card {
    cursor: pointer;
}
.address_____card.active {
    border-color: var(--secondary-color);
}
/* profile page Css  */
