@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&display=swap');
#finder_body {
    background-color: transparent !important;
}
#finder_content {
}
.tab-pane {
    background-color: transparent;
}
.form-horizontal {
    padding: 20px 10px;
}

.nav-tabs {
    background: rgba( 244, 246, 246 , 0.2);   
    
}

.nav-tabs>li>a {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    box-shadow: inset 0 -2px 0 #fff !important;
    font-size: 15px;
}

#finder_tab_nav a:hover {
    color: #fff !important;
    box-shadow: inset 0 -2px 0 #fff !important;
}

.panel-body {
}
.tab-content {
     background: rgba(0,0,0,0.1);
}

#tab-form, #vipcopyright {
    width: auto;
}

.form-group label {
    color: #fff;
    font-size: 16px !important;
    font-family: 'Poppins', sans-serif;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus {
    color: #fff !important;
    box-shadow: inset 0 -2px 0 #fff !important;
}

label .control-label {
    color: #fff !important;
}

select, select.form-control {
    color: #fff !important;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

select option {
    color: #000;
}

input[type="text"] {
    color: #fff !important;
    font-size: 16px;
}
input[type="text"]::placeholder {
    color: #fff;
}
#finder_content .nav>li.disabled>a {
    color: #fff;
}

.btn {
    background-color: #000 !important;
}

.btn:hover {
    color: #000 !important;
    background-color: #fff !important;
}


.finder_row, #tab-list, #tab-online-vendors-list {
    max-width: 100%;
}