.buttons-on-page{
    border-radius:50%  !important;
    display: flex; 
    margin: 0 auto;  
}

.next-button{
    background-color: #00b8d4;
    border: 1px solid white !important;
    color: white !important;
}

.button-row, .p-icon{
    display: flex !important; 
    justify-content: center !important;
    
}

.check-button{
    border-radius:50%  !important;
    width: 150px;
    height: 150px;
    background-color: transparent;
    border: 1px solid white !important;
    color: white !important;
}

.continue-button{
    float: right !important;
    border: 1px solid white !important;
    color: white !important;
}

.h-second-section, .h-section{
    font-family: "Rubik", sans-serif;
}

.div-second-section{
    display: flex; 
    justify-content: center; 
}

.h4-second-custom{
    padding: 0 10px;
}

.second-input{
    border-color: #00b8d4 !important;
    background-color: transparent !important; 
    color: #ffbd6a !important;
}

.p-icon, .h-section{
    color:#ffbd6a;
}

.h-second-section{
    color: white !important;
}

.back-button{
    float: left !important;
    border: 1px solid white !important;
    color: white !important;
}

.fixedElement {
    background-color: transparent;
    position:fixed;
    top: 22%;
    width:100%;
    z-index:100;
}

.btn1{
   background-color:  #00b8d4 !important;
}

.first-button{
    background-color: #006400 !important;
    color: white !important;
}

.file-upload-style{
    background-color: transparent !important;
    border: 3px solid white !important;
}











