
.logo{
    
    font-size: 24px;
    display: flex;
    font-family: Roboto;
}
.logo img{
    margin-left: 0%;
    top: 0;

}
.bgred{
    color: red;
}
.logoright{
    margin: 0;
    
}
.logo ul{
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
    margin-left: 40%;
    font-size: 18px;
    padding-top: 20px;
}
li{
    display: inline;
    padding: 15px;
}
.conatiner2{
    padding: 10px;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 25px;
    width: 30%;
    margin-left: 10px;
}
.btn{
    background-color: #f90505;
    font-size: 15px;
    height: 40px;
    color: white;
    border-radius: 20%;
    width: 300px;
}
.Head2{
    display: flex;
    gap: 35%;
}
.conatiner3 { display: flex; 
    justify-content: center; 
    align-items: center;
     gap: 20px; /* Adjust the gap between the images */ } 
.image { width: 300px;
     /* Adjust the width of the images */ 
     height: auto; 
    }
    .carousel-scroll[_ngcontent-vww-c97] {
        display: flex
    ;
        transition: .5s ease;
        margin: 30px 0;
    }
   .subchild{
    text-align: center;
    font-size: 30px;
    color: rgb(51, 51, 51);
   }
    .subchild-sec{
        text-align: center;
        margin-left: 80px;
        margin-right: 80px;
        font-size: large;
        padding-bottom: 25px;
    }
    .htm-main[_ngcontent-vww-c97], .nosave-main[_ngcontent-vww-c97] {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .fourthchild{
        width: 90%;
        margin-left: 50px;
        padding-bottom: 30px;
    }
    .form-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        background-color: white;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        width: 70%;
        margin-left: 190px;
    }
    .section-container {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
        width: 100%;
    }
    .toggle-container {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 10px;
    }
    .switch {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 34px;
    }
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }
    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        transition: .4s;
        border-radius: 50px;
    }
    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        border-radius: 50px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: .4s;
    }
    input:checked + .slider {
        background-color: #4CAF50;
    }
    input:checked + .slider:before {
        transform: translateX(26px);
    }
    .filling-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .filling-box {
        display: none;
        width: 100%;
        height: 30px;
        padding: 5px;
        margin-top: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 16px;
        transition: all 0.3s ease;
    }
    .filling-box.editable {
        display: block;
    }
    .edit-button {
        margin-top: 10px;
        background-color: #4CAF50;
        color: white;
        border: none;
        padding: 10px;
        cursor: pointer;
        border-radius: 5px;
        transition: background-color 0.3s ease;
    }
    .edit-button:disabled {
        background-color: #ccc;
        cursor: not-allowed;
    }
    .form-actions {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 20px;
    }
    .submit-button, .reset-button {
        background-color: #2196F3;
        color: white;
        border: none;
        padding: 10px;
        cursor: pointer;
        border-radius: 5px;
        transition: background-color 0.3s ease;
    }
    .submit-button:disabled {
        background-color: #ccc;
        cursor: not-allowed;
    }
    #personal_details{
        text-decoration: none;
    
    }

