body{
font-family:Arial;
background:#f4f6fb;
margin:0;
}

.topbar{
background:white;
/* padding:5px; */
border-bottom:1px solid #ddd;
}

.orange{
color:#f36f21;
}

.blue{
color:#2aa7df;
}

.stepbar{
background:#2f7db8;
padding:10px;
display:flex;
justify-content:center;
gap:30px;
}

.circle{
width:40px;
height:40px;
border-radius:50%;
background:white;
display:flex;
align-items:center;
justify-content:center;
font-weight:bold;
}

.active{
background:#ff6a00;
color:white;
}

.form-box{
width:900px;
margin:60px auto;
background:white;
padding:40px;
border-radius:6px;
}

.section{
background:#2f7db8;
color:white;
padding:15px;
margin-top:30px;
}

.row{
display:flex;
gap:20px;
margin-top:15px;
}

.row input{
flex:1;
padding:12px;
border:1px solid #ccc;
border-radius:4px;
}

.continue{
background:#ff6a00;
color:white;
border:none;
padding:15px 40px;
margin-top:30px;
cursor:pointer;
font-size:16px;
}
.success-box{
width:450px;
margin:120px auto;
background:white;
padding:40px;
text-align:center;
border-radius:8px;
box-shadow:0 0 15px rgba(0,0,0,0.1);
}
.success-box a{
display:inline-block;
margin-top:20px;
background:#ff6a00;
color:white;
padding:12px 25px;
text-decoration:none;
border-radius:5px;
}
/* STEP BAR */

.step-progress{
background:#2d7fb3;
background-image:url("https://www.transparenttextures.com/patterns/hexellence.png");
padding:60px 0;
display:flex;
align-items:center;
justify-content:center;
gap:20px;
}

.step{
width:60px;
height:60px;
border-radius:50%;
background:#0b5c90;
color:white;
display:flex;
align-items:center;
justify-content:center;
font-size:24px;
font-weight:bold;
}

.step.active{
background:white;
color:#ff6a00;
}

.line{
width:80px;
height:3px;
background:white;
}
/* ADMIN BACKGROUND */

.admin-bg{
background:#f4f6fb;
font-family:Arial;
}

/* LOGIN CARD */

.admin-card{
width:350px;
margin:120px auto;
background:white;
padding:40px;
border-radius:8px;
box-shadow:0 0 15px rgba(0,0,0,0.1);
text-align:center;
}

.admin-title{
margin-bottom:20px;
}

.admin-card input{
width:100%;
padding:12px;
margin:10px 0;
border:1px solid #ccc;
border-radius:4px;
}

/* LOGIN BUTTON */

.login-btn{
width:100%;
padding:12px;
background:#ff6a00;
color:white;
border:none;
border-radius:4px;
cursor:pointer;
font-size:16px;
}

.login-btn:hover{
background:#e65c00;
}

/* DASHBOARD */

.dashboard{
width:95%;
margin:40px auto;
}

/* TABLE */

.admin-table{
width:100%;
border-collapse:collapse;
background:white;
box-shadow:0 0 10px rgba(0,0,0,0.1);
}

.admin-table th{
background:#2f7fb5;
color:white;
padding:12px;
}

.admin-table td{
padding:10px;
border-bottom:1px solid #ddd;
text-align:center;
}

/* DOWNLOAD BUTTON */

.download-btn{
display:inline-block;
margin-bottom:20px;
background:#ff6a00;
color:white;
padding:10px 20px;
text-decoration:none;
border-radius:4px;
}

.download-btn:hover{
background:#e65c00;
}

.error{
color:red;
margin-bottom:10px;
}
.site-logo{

height:70px;
cursor:default;

}

.logo{
margin-top:10px;
}
.logo img{
height:120px;
cursor:pointer;
}
.header{
width:100%;
background:#ffffff;
padding:20px 50px;
border-bottom:4px solid #2aa7df;
display:flex;
align-items:center;
}

.logo{
display:flex;
align-items:center;
gap:15px;
}
.logo-area{
display:flex;
align-items:center;
gap:18px;
}
.logo-img{
height:95px;
}
.logo-text{
display:flex;
flex-direction:column;
line-height:1;
}

.site-title{
font-family:Arial, Helvetica, sans-serif;
font-weight:700;
font-size:42px;
}
.capital{
color:#f36f21;
}

.cashnet{
color:#2aa7df;
}