.wpru-container 
{
    margin-top: 10px;
    display:flexbox;
    box-shadow: 10px 0px 71px 5px rgba(59,59,59,0.58);
    background-color: #F7F7F7;

}

.kau-action-name-row 
{
    display: flex;
    width: 100%;
    background: linear-gradient(90deg, rgba(133,57,230,1) 35%, rgba(204,86,183,1) 100%);

}

.kau-action-name-row div{
    justify-content: center;
    padding: 10px;
    color: #F7F7F7;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #F7F7F7;

}

.action-name-row{
    justify-content: center;
    display: flex;
    width: 100%;

    background: linear-gradient(90deg, rgba(133,57,230,1) 35%, rgba(204,86,183,1) 100%);
}  
.wpru-name,.wpru-action{
    display: flex;
    width:20%; 

}
.wpru-ru,.wpru-du{
    display: flex;
    width:30%; 

}



.kau-action-field-row 
{
    display: flex;
    width: 100%;
    padding-top: 25px;
}
.kau-action-field-row div{
    border: 2px solid #F7F7F7;
}   
.wpru-name-field{
    display: flex;
    width:20%; 

}
.wpru-ru-field,.wpru-du-field{
    display: flex;
    width:30%; 

}

.wpru-action-field{
    display: flex;
    width:20%; 
    background-color: #E24747;
    justify-content: center !important;
    text-align: center;

} 
.kau-action-field-row input{
    width: 100%;
    height: 50px;

}

.block {
    display: block;
    width: 100%;
    border: none;
    background-color: #E24747;
    color: #F7F7F7;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;

}

button:focus {outline:0;}

.block-submit {
    display: block;
    width: 100%;
    border: none;
    background-color: #478CE2;
    color: #F7F7F7;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;

}

.block-remove {
    display: block;
    width: 100% ;
    border: none ;
    background-color: #35AE5F;
    color: #F7F7F7;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;

}



input:focus {
    background-color: #ccccff !important;

}

.kau-wpru-btn{
    padding-top: 25px;
    display:flex;
    width: 100%; 
    justify-content:space-between; 
}
.wpru-ex{
    display:flex;
    width: 60%;  
}
.kau-wpru-submit, .kau-wpru-add{
    border: 2px solid #F7F7F7;
    display:flex;
    width: 20%; 
}
.kau-wpru-submit{
    justify-content: center !important;
    background-color: #478CE2;  
}
.kau-wpru-add{
    justify-content: center !important;
    background-color: #35AE5F !important;  
}

a{
    text-decoration: none !important;  
}

.wpru-heading,.wpru-alert{

    width: 100%;
    text-align: center;
    padding-bottom: 25px;
}


.kau-no-request{
    display: flex;
    margin-top: 20px;
    justify-content: center;
  
}


