﻿

.row-bottom {
    position: absolute;
    bottom: 77px;
}

.widget-searchbar {
    width: 950px;
    height: 65px;
    margin: 0 auto;
    z-index: 10;
}
/* Tabs */
.searchbar-tabs {
    border: 0;
}

    .searchbar-tabs .nav-item-searchbar {
        width: 130px;
        height: 35px;
    }

    .searchbar-tabs .nav-link {
        background: rgba(255,255,255,0.5);
        color: #343a40;
        border: none;
        border-radius: 0;
        padding: 5px;
        margin-right: 5px;
        font-family: Arial, sans-serif;
        font-weight: 400;
        font-size: 14pt;
        border-radius: 0 0 6px 6px;
        margin-right: 10px;
    }

        .searchbar-tabs .nav-link.active {
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(2px);
            color: #fff;
            border-radius: 0 0 6px 6px;
        }
/* Modal */
body.modal-open {
    padding-right: 0 !important;
}
