header {
    background-color: white; /* Background color of the header */
    color: black; /* Text color */
    padding: 10px; /* Add padding for better visual appearance */
    display: flex; /* Use flexbox to arrange items */
    justify-content: space-between; /* Align items to the start and end */
    align-items: center; /* Center items vertically */

    height: 80px;
    position: fixed;
    z-index: 12;
    width: 100%;
    top: 0;
}

/* Style the image on the left */
header img {
    width: 50px; /* Set the width of the image */
    height: auto; /* Maintain the aspect ratio */
    margin-right: 10px; /* Add some spacing to the right of the image */
}

/* Style the item on the right */
header .header-item {
    font-size: 18px; /* Set the font size of the item */
    align-self: center; /* Center the item vertically */
    font-weight: 700;
    border: 2px solid #f5a425;
    padding: 7px 12px;
    font-size:13px;
}
header{
    border-bottom-style:solid;
    border-bottom-color:#0c1228;
    bottom-bottom-width:1px
}
.camb_text{
    margin-top:130px;
}
.flow-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #152036;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.line {
    flex-grow: 1;
    height: 4px;
    background-color: #152036;
}
.first{
    background-color:#f5a425;
}
.cont_form{
    border:1px solid #152036;
}
.app_head{
    width:100%;
    background-color: #E0E0E0;
    padding: 5px 5px;
    border-bottom: 1px solid #152036;
}
.input_cont{
    padding: 20px 20px 10px 20px;
}
.create{
    padding: 7px 50px;
    font-weight:700;
    background-color: #f5a425;
    color:white;
    box-shadow: 0 11px 15px -7px rgb(0 0 0 / 20%), 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%);
}
.create:hover{
    text-decoration:none;
    color:black;
    background-color: white;
}
.error{
    border:1px solid red;
}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
.second{
    background-color:#f5a425;
}
