input[type=number]::-webkit-inner-spin-button {
    content: "\2B09";
}

.custom-input-css {
    padding: 5px 10px;
    border: 1px solid #c4c6c8;
    border-radius: 3px;
}

.custom-button-design {
    background-color: white;
    border-radius: 3px;
    height: 75px;
    width: 75px;
    border: 1px solid #c4c6c8;
}

.custom-button-design-1 {
    color: black;
    background-color: white;
    border-radius: 3px;
    padding: 5px 20px;
    border: 1px solid #c4c6c8;
}

.custom-button-design-2 {
    color: white;
    background-color: #02cf47;
    border-radius: 3px;
    padding: 10px 40px;
    border: 1px solid #02cf47;
}

.custom-button-design-click {
    background-color: #02cf47;
    border-radius: 3px;
    height: 75px;
    width: 75px;
    border: 1px solid #02cf47;
}

.custom-button-design-click-1 {
    color: white;
    background-color: #02cf47;
    border-radius: 3px;
    padding: 5px 20px;
    border: 1px solid #02cf47;
}

button:focus {
    outline:0;
}

.label-style-1{
    font-size: 1em;
    font-weight: bold;
    color: #02cf47;
    display: block;
}

.input-style-1{
    margin: auto 0.5%;
    max-width: 100px;
}

.icon-style-2 {
    max-width: 200px;
}

.icon-style{
    margin-left: 10px;
    width: 20px;
}

.icon-style-2{
    width: 20px;
    margin-right: 5px;
}

.custom-date-input-1 {
    display: inline;
}

.step-icon-style {
    display: inline;
    width: 40px;
}

.step-text-style {
    margin-left: 0.5%;
    display: inline;
}

.steps-style{
    display: inline;
}

.transport-button-text-style{
    margin: auto auto;
    text-align: center;
    font-size: 12.5px;
    color:grey;
}