@keyframes show-toast{
    0%{bottom: -100%;}
    20%{bottom: 100px;}
    80%{bottom: 100px;}
    100%{bottom: -100%;}
}

.show-notification{
    position: fixed;
    bottom: 100%;
    right: 20px;
    animation-name: show-toast;
    animation-duration: 6s;
}

.main-search.fancy .field-holder input[type="text"] {
   color: black !important;
}

table > tbody > tr > td {
    border: none !important;
}

#opening_hours select{
    padding: 5px 10px !important;
}

.btn-success.add_hour{
    padding: 7px, 15px, 7px, 15px;
}

@media only screen and (max-width: 480px) {
    a.get-start-btn {
        display: block;
        margin-top: 15px !important;
        margin-left: 0 !important;
    }

    .main-search-bar {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
        background-position: left !important;
}

    .user-dashboard {
        width: 100% !important;
    }
}

table td, table th{
    line-height: 1rem !important;
}
