* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
min-width: 310px;
}
html {
scroll-behavior: auto !important;
}
.form-step {
display: none;
transform-origin: top;
animation: animate 0s;
}
.form-step-active {
display: block;
}
.input-group {
margin: 2rem 0;
}
@keyframes animate {
from {
transform: scale(1, 0);
}
to {
transform: scale(1, 1);
opacity: 1;
}
}
.form-step2 {
display: none;
transform-origin: top;
animation: animate 0s;
}
.form-step-active2 {
display: block;
}
.input-group {
margin: 2rem 0;
}
@keyframes animate {
from {
transform: scale(1, 0);
}
to {
transform: scale(1, 1);
opacity: 1;
}
}
@media (min-width : 50px) {
.product-grid {
display: grid;
grid-template-columns: repeat(1, 1fr);
margin-bottom: 12px;
gap: 0px;
}}
@media (min-width : 400px) {
.product-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
margin-bottom: 0px;
gap: 10px;
}}
.nav-bar .centered {
text-align: center;
flex: 1;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 80%;
}
.nav-bar .centered a {
display: inline-block;
font-weight: 500;
color: #ffffff;
text-decoration: none;
}
.nav-bar .centered a:hover {
color: rgb(255, 255, 255);
}
.valuo-tel {
display: flex;
align-items: center;
justify-content: space-between;
width: 82%;
gap: 20px;
}
@media (min-width: 600px) {
.valuo-tel {
 width: 92%;
}}
.div-pc-body {
display: none;
}
.div-tel-body {
display: block;
}
@media (min-width: 600px) {
.div-tel-body {
display: none;
}
.div-pc-body {
display: block;
}
}
.logout-alert-logout {
display: none;
position: fixed;
top: 0; 
left: 0;
width: 100%; 
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
backdrop-filter: blur(3px);
z-index: 9999;
justify-content: center;
align-items: center;
}
.logout-box-logout {
background: rgb(255, 255, 255);
padding: 20px;
border-radius: 12px;
box-shadow: 0 5px 15px rgba(0,0,0,0.3);
text-align: center;
min-width: 330px;
}
.text-alert-logout {
font-size: 19px;
letter-spacing: 1px;
color: #000000;
}
@media (max-width: 350px) {
.logout-box-logout {
min-width: 300px;
}
}
@media (max-width: 340px) {
.text-alert-logout {
font-size: 16px;
}
}
.modal-buttons-logout {
margin-top: 8px;
}
.btn-confirm-logout {
padding: 0.5em;
margin: 0 5px;
border: none;
width: 35%;
letter-spacing: 1px;
font-size: 20px;
border-radius: 10px;
background-color: #4CAF50;
color: white;
}
.btn-confirm-logout:hover {
background-color: #0a850e;
color: white;
}
.btn-cancel-logout {
padding: 0.5em;
margin: 0 5px;
border: none;
width: 35%;
letter-spacing: 1px;
font-size: 20px;
border-radius: 10px;
background-color: #f44336;
color: white;
}
.btn-cancel-logout:hover {
background-color: #d31103;
color: white;
}
.sidebar ul {
list-style-type: none;
padding: 0;
}
.sidebar ul li {
padding: 10px 15px;
white-space: nowrap;
}
.sidebar ul li a:hover {
background-color: #f1f1f1;
}
.icon {
font-size: 30px;
position: fixed;
top: 20px;
right: 20px;
}
.close-icon {
font-size: 30px;
align-items: center;
position: absolute;
top: 12px;
left: 20px;
}
.view-icon {
font-size: 26px;
align-items: center;
position: absolute;
top: 15px;
right: 20px;
left: 190px;
}
.overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.18);
z-index: 1150;
}
navtel {
background: #fff;
}
navtel ul li {
text-align: right;
list-style: none;
font-size: 1.5em;
padding: 0 10px;
margin: 0 20px;
margin-bottom: 15px;
position: relative;
}

navtel ul li:after {
content: '';
width: 0;
height: 3px;
background: #4070f4;
position: absolute;
left: 0;
bottom: -10px;
transition: 0.5s;
max-width: 100%;
}
navtel ul li:hover::after {
width: 100%;
}
.nav-bar {
display: flex;
position: fixed;
width: 100%;
z-index: 1000;
justify-content: center;
align-items: center;
height: 70px;
background-color: #4070f4;
border-radius: 0px 0px 30px 30px;
box-shadow: 0px 4px 8px #02010175;
}

.sidebar {
height: 100%;
width: 0;
position: fixed;
right: 0;
top: 0;
background: linear-gradient(to bottom, #4070f4 100px, #ffffff 100px);
overflow-x: hidden;
transition: 1s;
padding-top: 70px;
box-shadow: -2px 0 5px rgba(0, 0, 0, 0.26);
z-index: 1200;
}

.sidebar-content {
background-color: #ffffff;
height: calc(100% - 1px);
overflow-y: auto;
padding: 0px;
}
.otp-input {
text-align: left;
direction: ltr;
}
.otp-input::placeholder {
text-align: right;
direction: rtl;
}
.tooltip-box {
position: absolute;
background: #ffffff;
color: #000000;
z-index: 1100;
margin: auto;
direction: rtl;
padding: 0.5em;
font-family: times;
font-weight: bold;
border-radius: 8px;
font-size: 22px;
width: 100%;
white-space: normal;
display: none;
text-align: center;
max-width: 300px;
box-shadow: 0 6px 18px rgba(0,0,0,0.35);
pointer-events: none; /* مهم: التولتيب لا يلتقط مؤشرات الفأرة */
}
a > input[readonly], a > input[disabled], input[readonly], input[disabled] {
text-overflow: ellipsis !important;
user-select: none;
}
@media (min-width: 500px) {
.tooltip-box {
max-width: 450px;
}}
.login-input {
text-align: left;
direction: ltr;
}
.login-input::placeholder {
text-align: right;
direction: rtl;
}
.singup-input {
text-align: left;
direction: ltr;
}
.singup-input::placeholder {
text-align: right;
direction: rtl;
}
:root{
--bg: #ffffffff;
--card-bg: #ffffff;
--divider-color: #ffffffff;
}
.div-pc {
display: flex;
align-items: center;
justify-content: center;
}
.div-pc .left-side,
.div-pc .right-side {
flex: 1;
background: var(--card-bg);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 30px;
box-sizing: border-box;
}
.div-pc .left-side {
text-align: center;
}
.div-pc .left-side img {
width: 160px;
height: 160px;
border-radius: 50%;
object-fit: cover;
margin-top: 0px;
box-shadow: 0 6px 18px rgba(0,0,0,0.08);
transition: transform 0.25s ease;
}
.div-pc .left-side img:hover{
transform: scale(1.05);
}
.div-pc .left-side p {
margin-top: 25px;
font-size: 22px;
letter-spacing: 1px;
color: #000000;
font-family:'Times New Roman', Times, serif;
font-weight: bold;
}
.div-pc .divider {
width: 1px;
height: 60%;
background: linear-gradient(to bottom, transparent, var(--divider-color), transparent);
align-self: center;
}
.div-pc .right-side {
overflow-y: auto;
padding: 40px;
}
.div-pc .right-side::-webkit-scrollbar { width: 6px; }
.div-pc .right-side::-webkit-scrollbar-thumb { background: var(--divider-color); border-radius: 4px; }
.form-box {
width: 100%;
border-radius: 30px;
}
.div-tel {
display: none;
padding: 20px 0em 20px 0em;
box-sizing: border-box;
}
.div-tel .form-area {
width: 100%;
box-sizing: border-box;
margin-bottom: 14px;
}
.div-tel .bottom-text {
margin-top: 25px;
font-size: 22px;
color: #000000;
letter-spacing: 1px;
font-family:'Times New Roman', Times, serif;
font-weight: bold;
}
@media (max-width: 1000px) {
.div-pc { display: none; }
.div-tel {
display: flex;
flex-direction: column;
align-items: stretch;
}
.form-box { max-width: 100%; }
}
.card-img{
width: 100px;
align-items: center;
height: 100px;
border-radius: 50%;
background: #ffffff;
margin-top: -60px;
margin-bottom: 10px;
box-shadow: 0 5px 8px rgba(0,0,0,0.4);
}
hr { 
border: 0; 
height: 1px; 
background-color: rgb(0, 0, 0);
margin: 20px 0;
}