/*Write your custom css in this file.*/
.custom-border{
    border-top: 1px solid #b3b3b3;
    margin-top: 25px;
    margin-bottom: 25px;
}

hr{
    border-top: 1px solid #65696a7a;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}