Viewing File: /home/ubuntu/walnutminds-ecom-frontend-base/src/components/Profile/Profile.css
.profile-sec{
padding: 4em 0;
}
.profile-sidebar{
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 10px;
height: 100%;
}
.profile-sidebar ul{
padding: 0;
margin: 0;
}
.profile-sidebar ul li{
list-style: none;
}
.profile-sidebar ul li a{
padding: 1.2em 2em;
display: flex;
align-items: center;
gap: 1em;
font-size: 1.15em;
text-decoration: none;
font-weight: 600;
color: var(--tertiary-color);
}
.profile-sidebar .active a{
background-color: var(--primary-color);
color: var(--light-color);
border-radius: 10px;
position: relative;
}
.profile-sidebar .active a::after{
content: ' ';
background-color: var(--light-color);
width: 7px;
height: 7px;
right: 12px;
border-radius: 10px;
position: absolute;
}
.profile-sidebar .active a span svg{
fill: #fff;
}
.profile-sidebar ul li a span svg{
width: 1.5em;
}
.profile-details-sec{
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 10px;
padding: 2em 3em;
height: 100%;
}
.profile-details-title h4{
font-size: 1.8em;
font-weight: 600;
color: var(--tertiary-color);
}
.profile-details-title p {
font-size: 1em;
font-weight: 600;
color: var(--quaternary-color);
}
.profile-details-sec .login-form{
background-color: unset;
border: none;
border-radius: 0;
padding: 0;
box-shadow: unset;
}
.image-input{
display: none !important;
}
.input-edit-img img{
background: #000;
border-radius: 50%;
padding: 0.5em;
}
.profile-img{
position: relative;
}
.input-edit-img{
position: absolute;
top: 0;
right: -10px;
cursor: pointer;
}
.profile-img label{
cursor: pointer;
}
.my-order-box{
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 0px 10px 10px 0px;
padding: 2em;
}
.order-details{
display: flex;
justify-content: space-between;
align-items: center;
}
.order-details h5{
font-size: 1.1em;
color: var(--quaternary-color);
text-transform: uppercase;
margin: 0;
}
.order-details h5 span{
padding-right: 0.5em;
}
.order-details h4{
font-size: 1em;
color: var(--quaternary-color);
text-transform: uppercase;
margin: 0;
}
.order-details h4 span{
font-size: 1.1em;
color: var(--tertiary-color);
font-weight: 600;
padding-right: 0.5em;
text-transform: unset;
}
.product-img{
display: flex;
gap: 2em;
align-items: center;
}
.order-product-details-sec{
display: flex;
justify-content: space-between;
}
.product-tracking-details{
display: flex;
flex-direction: column;
gap: 1.5em;
justify-content: center;
}
.order-product-img{
background-color: #FFD76E;
padding: 3em 5em;
border-radius: 10px;
}
.order-product-details{
display: flex;
flex-direction: column;
gap: 2.3em;
}
.order-product-details h5{
font-size: 1.3em;
margin: 0;
color: var(--tertiary-color);
font-weight: 400;
}
.order-product-details h4 {
font-size: 1.5em;
margin: 0;
color: var(--tertiary-color);
font-weight: 600;
}
.order-product-details h4 span{
font-size: 0.9em;
margin: 0;
color: var(--quaternary-color);
font-weight: 400;
padding-left: 1em;
}
.invoice-details a:first-child{
color: #8C4818;
font-size: 1.1em;
margin: 0;
text-decoration: none;
}
.invoice-details a span{
padding-right: 0.5em;
}
.invoice-details a:first-child:hover{
color: #8C4818;
}
.invoice-details a{
color: #5200FF;
font-size: 1.1em;
font-weight: 400;
text-decoration: none;
}
.invoice-details a:hover{
color: #5200FF;
}
.invoice-details{
display: flex;
gap: 2em;
align-items: center;
}
.order-btn{
background-color: transparent;
padding: 0.6em 1.5em !important;
text-align: center;
transition: all 0.5s ease-in-out;
position: relative;
overflow: hidden;
border-radius: 50px !important;
color: #184a35;
display: inline-block !important;
border: 1px solid #184a35 !important;
font-size: 1.1em !important;
font-weight: 500 !important;
text-decoration: none;
}
.order-btn:hover{
color: #184a35;
}
.edit-order-btn{
background-color:transparent;
padding: 0.6em 1.5em !important;
text-align: center;
transition: all 0.5s ease-in-out;
position: relative;
overflow: hidden;
border-radius: 50px !important;
color: #ff3d3d;
display: inline-block !important;
border: 1px solid #ff3d3d !important;
font-size: 1.1em !important;
font-weight: 500 !important;
text-decoration: none;
}
.edit-order-btn:hover{
color: #ff3d3d;
}
.left-border-color{
border-left: 4px solid #FFCE31;
}
.order-bg-color{
background-color: #0DCCC7 !important;
}
.edit-order-btn span{
padding-right: 0.8em;
}
/* manage address */
.address-tab .nav-pills .nav-link.active{
color: var(--light-color);
background-color: var(--primary-color);
padding: 1em 2em;
font-weight: 600;
cursor: pointer;
}
.address-tab .nav-pills .nav-link{
color: var(--tertiary-color);
background-color:#E1E1E1;
padding: 1em 2em;
font-weight: 600;
cursor: pointer;
}
.address-tab .nav{
gap: 2em;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.address-radio-btn label{
background: var(--light-color);
border-radius: 10px;
padding: 2em 2em;
border: 1px solid rgba(0, 0, 0, 0.1);
margin: 2em 0 0;
width: 100%;
}
.address-details{
display: flex;
flex-direction: column;
gap: 1.1em;
}
.address-details h4{
font-size: 1.3em;
font-weight: 700;
margin: 0;
color: var(--tertiary-color);
}
.address-details p{
font-size: 1.2em;
line-height: 1.8;
margin: 0;
max-width: 260px;
color: var(--tertiary-color);
font-weight: 400;
}
.saved-address-box{
display: flex;
justify-content: space-between;
min-height: 10em;
}
.address-btn{
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: end;
}
.address-button{
background-color: var(--primary-color)!important;
padding: 0.6em 1.5em !important;
text-align: center;
transition: all 0.5s ease-in-out;
position: relative;
overflow: hidden;
border-radius: 50px !important;
color: var(--light-color);
display: inline-block !important;
border: 1px solid var(--primary-color) !important;
font-size: 1.1em !important;
font-weight: 500 !important;
text-decoration: none;
}
.address-button:hover{
color: var(--light-color);
}
.label-bg label{
background-color: var(--light-color) !important;
}
.login-form form input[type="checkbox"]{
height: 1.5em;
width: 1.5em;
}
.form-check-custom .form-check{
display: flex;
gap: 1em;
align-items: center;
}
.form-check-custom .form-check label{
margin: 0;
color: var(--quaternary-color);
font-size: 1em;
}
.address-radio-btn input{
opacity: 0;
position: absolute;
}
.address-radio-btn{
position: relative;
}
.address-radio-btn input[type="radio"]:checked+label::before {
content: "\f058";
-webkit-transition: -webkit-transform .3s ease-in-out;
transition: -webkit-transform .3s ease-in-out;
-o-transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
color: var(--primary-color);
}
/* .address-radio-btn label::before {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 24px;
padding: 0;
content: "\f111";
color: rgba(0, 0, 0, 0.2);
-webkit-transition: -webkit-transform .3s ease-in-out;
transition: -webkit-transform .3s ease-in-out;
-o-transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
position: absolute;
right: 10px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
top: 40px;
left: 15px;
} */
/* .address-label-box input[type="radio"]:checked:after{
background-color: var(--primary-color);
} */
/* .address-label-box input[type="radio"]:after {
background-color: #fff;
border-radius: 25px;
box-shadow: inset 0 0 0 1px hsla(0, 0%, 0%, .4),
0 1px 1px hsla(0, 0%, 100%, .8);
content: '';
display: block;
height: 15px;
left: -1px;
position: relative;
top: 0px;
width: 15px;
} */
.account-delete-sec h4{
font-size: 1.2em;
font-weight: 400;
margin: 0;
color: var(--tertiary-color);
max-width: 650px;
margin: 0 0 1.5em;
}
.account-delete-sec h4 span{
font-size: 1.2em;
font-weight: 400;
color: #FF0000;
text-transform: uppercase;
}
.form-check-custom input[type="checkbox"] {
height: 1.5em;
width: 1.5em;
background-color: var(--light-color);
}
.form-check-custom .form-check-input:checked{
background-color: var(--primary-color);
border-color: var(--primary-color);
}
.form-check-custom input:focus{
box-shadow: none;
border-color: unset !important;
}
/* two step authetication sec */
.two-step-authetication-sec ul{
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 3em;
}
.two-step-authetication-sec ul li{
list-style: none;
}
.two-step-authetication-sec{
max-width: 660px;
}
.two-step-list{
display: grid;
gap: 2em;
grid-template-columns: 24px auto;
align-items: baseline;
}
.two-step-count{
background-color: #464646;
border-radius: 50%;
width: 2em;
height: 2em;
display: flex;
align-items: center;
justify-content: center;
color: var(--secondary-color);
}
.two-step-authetication-sec p{
font-size: 1.1em;
margin: 0 0 1.5em;
color: var(--quaternary-color);
font-weight: 400;
line-height: 1.8;
}
.two-step-content h5{
font-size: 1.4em;
font-weight: 500;
color: var(--tertiary-color);
margin: 0;
}
.two-step-content{
display: flex;
flex-direction: column;
align-items: baseline;
gap: 1em;
}
.two-step-content p a{
text-decoration: none;
color: #037DBC;
padding-right: 0.5em;
}
/* payment method */
.payment-radio-btn label{
background: #F5F5F5;
border-radius: 10px;
padding: 2em;
border: 1px solid rgba(0, 0, 0, 0.1);
display: flex;
align-items: center;
justify-content: space-between;
}
.payment-radio-box{
display: flex;
flex-direction: column;
gap: 2em;
margin: 2em 0 0;
flex-wrap: wrap;
}
.payment-radio-btn p{
margin: 0;
font-size: 1.2em;
color: #203C3D;
align-items: center;
}
.payment-radio-btn input {
opacity: 0;
position: absolute;
}
.payment-radio-btn {
position: relative;
}
.payment-radio-btn input[type="radio"]:checked+label::before {
content: "\f058";
-webkit-transition: -webkit-transform .3s ease-in-out;
transition: -webkit-transform .3s ease-in-out;
-o-transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
color: var(--primary-color);
}
.payment-radio-btn label::before {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 24px;
padding: 0;
content: "\f111";
color: rgba(0, 0, 0, 0.2);
-webkit-transition: -webkit-transform .3s ease-in-out;
transition: -webkit-transform .3s ease-in-out;
-o-transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
position: absolute;
right: 23px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
top: 21px;
z-index: 9;
}
/* .payment-radio-box input[type="radio"]:after{
background-color: #fff;
border-radius: 25px;
box-shadow: inset 0 0 0 1px hsl(0deg 0% 0% / 40%), 0 1px 1px hsl(0deg 0% 100% / 80%);
content: '';
display: block;
height: 15px;
left: -1px;
position: relative;
top: 0px;
width: 15px;
}
.payment-radio-box input[type="radio"]:checked:after{
background-color: var(--primary-color);
} */
.payment-radio-btn a{
color: #FF6A0B !important;
display: flex;
align-items: center;
gap: 0.5em;
text-decoration: none;
font-size: 1.2em;
}
.payment-card-box{
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 10px;
padding: 2em;
}
.payment-card-btn{
display: flex;
align-items: center;
gap: 2em;
margin: 2em 0 0;
}
.btn-card{
background-color: var(--primary-color) !important;
padding: 0.6em 1.5em !important;
text-align: center;
transition: all 0.5s ease-in-out;
position: relative;
overflow: hidden;
border-radius: 50px !important;
color: var(--secondary-color) !important;
display: inline-block !important;
border: 1px solid var(--primary-color) !important;
font-size: 1.1em !important;
font-weight: 500 !important;
}
.payment-card-box .input-group input{
border-right: none;
box-shadow: none;
}
.payment-card-box .input-group .input-group-text{
background: var(--secondary-color);
}
.payment-card-box .input-group{
box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
/* profile wallet */
.wallet-box{
display: flex;
justify-content: space-between;
padding: 2.5em 2em;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 10px;
margin: 2em 0 0;
}
.wallet-amount{
display: flex;
flex-direction: column;
gap: 1em;
}
.wallet-amount h4{
font-size: 2.2em;
margin: 0;
color: var(--tertiary-color);
font-weight: 700;
}
.wallet-amount p {
font-size: 1.1em;
margin: 0;
color: var(--tertiary-color);
font-weight: 400;
}
.wallet-btn{
display: flex;
align-items: center;
gap: 1em;
}
.black-btn{
background-color: var(--tertiary-color) !important;
padding: 0.6em 1.5em !important;
text-align: center;
transition: all 0.5s ease-in-out;
position: relative;
overflow: hidden;
border-radius: 50px !important;
color: var(--light-color) !important;
display: inline-block !important;
border: 1px solid var(--tertiary-color) !important;
font-size: 1.1em !important;
font-weight: 500 !important;
text-decoration: none;
}
.wallet-btn a span{
padding-right: 1em;
align-items: center;
gap: 1em;;
}
.wallet-table-sec table tr{
border-width:0 ;
}
.wallet-table-sec table tbody{
border: none !important;
}
.wallet-table-sec table tr td , .wallet-table-sec table tr th{
border-width: 0;
box-shadow: none;
text-align: center;
}
.wallet-table-sec table thead{
background-color: var(--primary-color);
border-radius: 50px;
}
.wallet-table-sec table{
border-collapse:separate;
border-spacing: 0 1.5em;
}
.wallet-table-sec table tr th{
font-size: 1.2em;
color: var(--light-color);
font-weight: 600;
padding: 1em;
}
.wallet-table-sec table tr td{
font-size: 1.1em;
vertical-align: middle;
}
.wallet-table-sec h5{
font-size: 1.2em;
color: var(--tertiary-color);
font-weight: 400;
margin: 0;
}
.table-bold{
color: var(--tertiary-color) ;
font-weight: 600;
}
.wallet-status-success{
display: flex;
align-items: center;
flex-direction: column;
gap: 0.5em;
color: #5AC72D !important;
}
.wallet-status-decline {
display: flex;
align-items: center;
flex-direction: column;
gap: 0.5em;
color: #FF0000 !important;
}
.add-money-sec{
display: flex;
align-items: center;
justify-content: space-between;
}
.add-money-input{
display: flex;
align-items: baseline;
gap: 2em;
}
.currency{
background-color: #203C3D;
color: var(--secondary-color);
width: 55px;
height: 47px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
font-size: 1.7em;
}
.add-money-input input{
height: 2.9em;
width: 370px;
}
.add-money-input input:focus{
box-shadow: none;
border: 1px solid #5200FF;
}
.add-money-btn button{
background-color: var(--tertiary-color) !important;
padding: 0.6em 1.5em !important;
text-align: center;
transition: all 0.5s ease-in-out;
position: relative;
overflow: hidden;
border-radius: 50px !important;
color: var(--light-color) !important;
display: inline-block !important;
border: 1px solid var(--tertiary-color) !important;
font-size: 1.1em !important;
font-weight: 500 !important;
text-decoration: none;
}
.account-balance h4{
color: var(--tertiary-color);
font-size: 1.1em;
font-weight: 500;
}
.account-balance h4 span{
color:#FF6421 ;
font-weight: 600;
padding-right: 1em;
font-size: 1.15em;
}
.wallet-withdraw-money-sec .payment-radio-btn{
width: 100%;
}
.wallet-withdraw-money-sec .payment-radio-box{
flex-direction: row;
}
.billing-details h5{
font-size: 1.5em;
font-weight: 500;
color: var(--tertiary-color);
}
.billing-details p {
font-size: 1.2em;
font-weight: 400;
color: var(--quaternary-color);
}
.card-edit-icon span img{
max-width: 1em;
}
.deliver-status-card{
display: flex;
align-items: center;
justify-content: space-between;
background-color: var(--light-color);
border: 1px solid #f4f4f4;
padding: 2em;
border-radius: 10px;
margin-bottom: 30px;
}
.step-1 .order-notes{
margin: 0 0 2em !important;
color: #000 !important;
font-size: 1.3em !important;
font-weight: 500;
}
.order-notes span{
line-height: 1.8;
color: var(--quaternary-color);
font-size: 0.9em;
font-weight: 500;
padding-left: 0.5em;
}
.deliver-status-card h4{
margin: 0;
display: flex;
flex-direction: column;
gap: 0.5em;
color: var(--quaternary-color);
font-size: 1.2em;
font-weight: 500;
}
.deliver-status-card h4 span{
color: var(--tertiary-color);
font-size: 0.9em;
}
.delivery-title h3{
font-size: 1.3em;
font-weight: 600;
margin: 0 0 1em;
color: var(--tertiary-color);
}
.delivery-payment h4{
margin: 0 0 0.8em;
display: flex;
gap: 0.5em;
color: var(--quaternary-color);
font-size: 1.1em;
font-weight: 500;
}
.delivery-payment h4 span{
color: var(--tertiary-color);
font-size: 0.9em;
}
.delivery-payment h4:last-child{
margin: 0;
}
.delivery-address{
display: flex;
}
.deliver-shipping{
flex: 1;
}
.deliver-coupon{
flex: 1;
}
.delivery-payment{
flex: 1;
}
.deliver-shipping h4{
gap: 0.5em;
color: var(--tertiary-color);
font-size: 1.2em;
font-weight: 500;
}
.deliver-shipping p{
line-height: 1.8;
color: var(--quaternary-color);
font-size: 1.1em;
font-weight: 500;
}
.deliver-coupon p{
line-height: 1.8;
color: var(--quaternary-color);
font-size: 1em;
font-weight: 500;
max-width: 223px;
}
.deliver-coupon h3{
border-radius: 50px;
background-color: var(--primary-color);
font-size: 1.3em;
padding: 0.5em 1em;
letter-spacing: 0.3em;
color: var(--secondary-color);
}
.deliver-coupon {
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: space-around;
text-align: end;
gap: 1em;
}
.deliver-status-sec {
display: flex;
align-items: center;
justify-content: space-between;
}
.deliver-status-sec h3{
font-size: 1.5em;
color: var(--primary-color);
margin: 0;
}
.other-product-details{
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding: 2em 0 0 ;
}
.other-product-box{
display: flex;
justify-content: space-between;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 2em 0 2em;
}
.other-product-box .checkout-product-box{
border-bottom: 0;
padding: 0;
}
.delivery-status-dropdown a{
text-decoration: none;
border-radius: 50px !important;
}
.deliver-status-card img{
max-width: 2em;
}
.two-step-auth-header{
display: flex;
align-items: center;
justify-content: space-between;
}
.two-step-auth-header .form-switch .form-check-input{
height:1.8em;
width: 4em;
}
.two-step-auth-header .form-check-input:checked {
background-color: var(--primary-color)!important;
border-color: var(--primary-color)!important;
}
.two-step-auth-header .form-check-input:focus{
box-shadow: none!important;
outline: none!important;
}
.address-action-btn{
display: flex;
align-items: center;
gap: 1em;
text-decoration: none!important;
}
.address-action-btn .delete-btn{
background-color: transparent!important;
border: 0!important;
padding: 0!important;
cursor: pointer;
}
.address-action-btn .delete-btn svg{
fill: #cd5c5c;
width: 1.5em;
}
.payment-card-box .form-control.StripeElement.StripeElement--empty{
height: 3em;
}
.payment-card-box .__PrivateStripeElement{
top: 9px;
}
.select-bank-type .form-control{
background: var(--secondary-color);
box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
border-radius: 5px;
height: 3em;
}
.select-bank-type .form-control:focus{
box-shadow: none;
}
.select-address-type-btn{
display: flex;
gap: 1em;
margin: 1em 0 2.5em;
}
.select-address-type-btn button{
background-color: var(--primary-color) ;
padding: 0.6em 2em ;
text-align: center;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
position: relative;
overflow: hidden;
border-radius: 15px;
color: var(--light-color);
display: inline-block;
border: 1px solid var(--primary-color) ;
font-size: 1.2em;
font-weight: 600;
}
.select-address-type-btn button:hover , .select-address-type-btn button:focus , .select-address-type-btn button:active{
box-shadow: none;
background-color: var(--secondary-color);
color: var(--light-color);
border: 1px solid var(--secondary-color);
}
.profile-details-title{
margin-bottom: 1em;
}
.delivery-status .step-1{
padding: 0 2em 2em 2em;
}
Back to Directory
File Manager