
body {
    padding-top: 0;
}

h6, label, #countdown {
    /* color: #52c5a8; */
}
.yalda_logo {
    width: 100%;
    max-width: 470px;
}
.yalda_logo img {
    width: 100%;
}
header .Login_Register {
    width: 50%;
    background: #E9F5DB;
    padding: 110px;
  }
  header .Login_Register .topic h3 {
    color: #788D57;
    position: relative;
    display: flex;
    justify-content: center;
  }
.Login_Register .login_card {
    width: 100%;
    position: relative;

}
.header_img {
    overflow: hidden;
    /* border-radius: 50% 50% 50% 0; */
    height: 650px;
    max-width: 650px;
    max-height: 650px;
    border-radius: 50% 50% 50% 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.snow {
    display: none;
}
.Login_Register .login_card .topic {
    display: flex;
}
.Login_Register .login_card .topic h6 {
    line-height: 32px;
    font-size: 20px;
}
.Login_Register .login_card .topic img {
    max-width: 120px;
}
.Login_Register .login_card input[type="text"],.Login_Register .login_card input[type="number"]{
    text-align: right;
    background: #FFFFFF;
    padding: 12px;
    border: 1px solid #DF9D92;
    border-radius: 10px;
    max-width: 252px;
    margin-bottom: 8px;
    font-size: 12px;
    height: 40px;
}
.Login_Register .login_card button[type="submit"]{
    background: #DF9D92;
    height: 40px;
    max-height: 40px;
    color: #fff;
    /* border: 1px solid #FFFFFF; */
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 12px;
    max-width: 73px;
}
.call_action {
    background: #DF9D92;
    height: 40px;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Login_Register .login_card button[type="submit"]::after {
    content: "";
    position: absolute;
    top: -4px;
    right: -6px;
    width: 30px;
    height: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: +999;
}
.Login_Register .login_card input[type="text"]::placeholder,.Login_Register .login_card input[type="number"]::placeholder{
    color: rgba(0, 0, 0, 0.4);
}
.Login_Register .login_card input[type="text"]:focus, .cart_item .cart_info .count input[type="text"]:focus-visible,
.Login_Register .login_card input[type="number"]:focus, .cart_item .cart_info .count input[type="number"]:focus-visible {
    /* border: 1px solid #e4cf6e; */
    outline: none;
}



/* user accounts */
.user_account .profile_card {
    border-radius: 20px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.09);
}
.user_account .profile_card .prof_image {
    max-width: 50px;
    max-height: 50px;
    overflow: hidden;
}
.user_account .profile_card .prof_image img {
    width: 100%;
}
.user_account .profile_card .info h6 {
    font-size: 14px;
    text-align: right;
    font-weight: bold;
}
.user_account ul.right_bar {
    border-radius: 20px;
}
.user_account ul.right_bar li.nav-item a {
    color: #bdbdbd;
    border: none;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 16px;
    margin-bottom: 18px;
}
.user_account ul.right_bar li.nav-item a.active {
    color: rgb(43, 43, 43);
    border-color: #00c0ff;
}
.user_account ul.right_bar li.nav-item{
    width: 100%;
}
.user_account ul.right_bar li.nav-item a.active i{
    color: #00c0ff;
}
.user_account ul.right_bar li.nav-item a i{
    font-size: 22px;
    margin-left: 36px;
    color: rgb(43, 43, 43);
}
.off_product .product_card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 16px;
}
.off_product .product_card .header .right span {
    font-size: 12px;
}
.off_product .product_card .body {
    height: 200px;
    text-align: center;
    margin-top: 36px;
    position: relative;
}
.off_product .product_card .body .bg_shape {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-right: 100px solid red;
    border-bottom: 50px solid transparent;
    z-index: 0;
}
.off_product .product_card .body img {
    max-height: 140px;
    z-index: +999;
}
.off_product .product_card .footer {
    position: relative;
}
.off_product .product_card .footer .off {
    position: absolute;
    bottom: -14px;
    right: -6px;
    padding: 4px;
    background-color: #ff5c5c;
    border-radius: 8px;
    font-size: 14px;
    color: #ffffff;
}
.off_product .product_card .footer .price {
    color: #d78f1b;
}

.user_account table td {
    border: 0;
    padding: 3px;
    font-size: 14px;
}
.user_account .order_card {
    background: #fff;
    padding: 24px;
    box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.05);
    border-radius: 20px;

}
.user_account .order_card .send h6 {
    line-height: 26px;
}

.user_account .account_details_card {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.user_account .account_details_card .item {
    padding: 8px;
    flex-basis: calc(50% - 4px);
} 

/* section user_edit start */
.user_edit label {
    font-size: 14px;
    color: #8a8a8a;
    margin-top: 12px;
}
.user_edit input {
    color: #000000 !important;
    font-weight: 400;
    font-size: 15px;
}


/* contact us */
.File_card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-radius: 18px;
    border: 1px dashed #dfdfdf;
    background: #fff;
}

.File_card i {
    font-size: 24px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px dashed #0096ff;
    padding: 12px;
    color: #0096ff;
}

.File_card h6 {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
}

.File_card input[type='file'] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 5px;
    max-width: 54px;
    z-index: 1;
}


label {
    position: relative;
}

label.required::after {
    content: '*';
    color: red;
    margin-right: 4px;
    font-size: 12px;
}