.online_submit_button {
    background-color: #0063b2;
    width: 240px;
    border: none;
    color: white !important;
    padding: 10px 24px;
    margin: 10px;
    text-decoration: none;
    font-size: 22px;
    cursor: pointer;
    border-radius: 10px;
    transition-duration: 0.4s;
    height: 60px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25); /* subtle shadow for depth */
    vertical-align: middle;
    font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
}

.online_submit_button:hover {
    background-color: #00AEEF;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35); /* stronger shadow on hover */
    transform: scale(1.03); /* slight pop effect */
}

.link_btn {
    display: inline-block;
    line-height: 60px; /* Vertically center text */
    padding: 0px;
}

.pc_side_btn {
    width: 90%;
    margin:0px;
    height:40px;
    line-height: 40px;
    font-size: 18px;
}