/* ========= basic =========*/
a:link {
    text-decoration: none;
}

body {
    font-family: 'Acme', sans-serif;
    font-weight: lighter;
}

.text-black {
    color: black;
}

.text-white {
    color: white;
}

/* ========= end basic =========*/

/* ========= fieldset =========*/
fieldset.scheduler-border {
    border: solid 1px #DDD !important;
    padding: 0 10px 10px 10px;
    border-bottom: none;
}

legend.scheduler-border {
    width: auto !important;
    border: none;
    font-size: 16px;
}

.map-form {
    width: 100%;
    height: 70vh;
}

/* ========= end fieldset =========*/

:root {
    --darkgreen: #370ecd;
    --white: #fff;
}

.tabs-to-dropdown .nav-wrapper {
    padding: 15px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.12);
    background: #fff;
}

.tabs-to-dropdown .nav-wrapper a {
    color: var(--darkgreen);
}

.tabs-to-dropdown .nav-pills .nav-link.active {
    background-color: var(--darkgreen);
}

.tabs-to-dropdown .tab-content .container-fluid {
    /* padding-top: 70px;
    padding-bottom: 70px; */
}

.tabs-to-dropdown .dropdown-menu {
    border: none;
    box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.08);
}

.tabs-to-dropdown .dropdown-item:active {
    color: var(--white);
}