.bgsvg{
    /* background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 1000'%3E%3Cg %3E%3Ccircle fill='%23ffffff' cx='50' cy='0' r='50'/%3E%3Cg fill='%23fbfbfb' %3E%3Ccircle cx='0' cy='50' r='50'/%3E%3Ccircle cx='100' cy='50' r='50'/%3E%3C/g%3E%3Ccircle fill='%23f7f7f8' cx='50' cy='100' r='50'/%3E%3Cg fill='%23f3f3f4' %3E%3Ccircle cx='0' cy='150' r='50'/%3E%3Ccircle cx='100' cy='150' r='50'/%3E%3C/g%3E%3Ccircle fill='%23efeff0' cx='50' cy='200' r='50'/%3E%3Cg fill='%23eaebec' %3E%3Ccircle cx='0' cy='250' r='50'/%3E%3Ccircle cx='100' cy='250' r='50'/%3E%3C/g%3E%3Ccircle fill='%23e6e7e8' cx='50' cy='300' r='50'/%3E%3Cg fill='%23e1e3e4' %3E%3Ccircle cx='0' cy='350' r='50'/%3E%3Ccircle cx='100' cy='350' r='50'/%3E%3C/g%3E%3Ccircle fill='%23dddee0' cx='50' cy='400' r='50'/%3E%3Cg fill='%23d8dadb' %3E%3Ccircle cx='0' cy='450' r='50'/%3E%3Ccircle cx='100' cy='450' r='50'/%3E%3C/g%3E%3Ccircle fill='%23d3d5d7' cx='50' cy='500' r='50'/%3E%3Cg fill='%23cfd1d3' %3E%3Ccircle cx='0' cy='550' r='50'/%3E%3Ccircle cx='100' cy='550' r='50'/%3E%3C/g%3E%3Ccircle fill='%23caccce' cx='50' cy='600' r='50'/%3E%3Cg fill='%23c4c7ca' %3E%3Ccircle cx='0' cy='650' r='50'/%3E%3Ccircle cx='100' cy='650' r='50'/%3E%3C/g%3E%3Ccircle fill='%23bfc2c5' cx='50' cy='700' r='50'/%3E%3Cg fill='%23babdc0' %3E%3Ccircle cx='0' cy='750' r='50'/%3E%3Ccircle cx='100' cy='750' r='50'/%3E%3C/g%3E%3Ccircle fill='%23b4b8bb' cx='50' cy='800' r='50'/%3E%3Cg fill='%23aeb2b6' %3E%3Ccircle cx='0' cy='850' r='50'/%3E%3Ccircle cx='100' cy='850' r='50'/%3E%3C/g%3E%3Ccircle fill='%23a9adb1' cx='50' cy='900' r='50'/%3E%3Cg fill='%23a2a7ac' %3E%3Ccircle cx='0' cy='950' r='50'/%3E%3Ccircle cx='100' cy='950' r='50'/%3E%3C/g%3E%3Ccircle fill='%239ca1a6' cx='50' cy='1000' r='50'/%3E%3C/g%3E%3C/svg%3E"); */

    background-color: #e7ebf0;
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='124' height='124' viewBox='0 0 20 20'%3E%3Cg fill-opacity='0.11'%3E%3Cpolygon fill='%23313852' points='20 10 10 0 0 0 20 20'/%3E%3Cpolygon fill='%23313852' points='0 10 0 20 10 20'/%3E%3C/g%3E%3C/svg%3E"); */
    /* background-attachment: fixed;
    background-size: contain; */
    /* www.svgbackgrounds.com */

    font-family: 'Roboto', sans-serif;
    --svsegreen: #00cb75ff;
    --svseorange: rgb(255, 137, 59);
}

a{
    text-decoration: none;
}

.bg-dark{
    color: whitesmoke;
}
a.bg-dark:hover{
    color: var(--svsegreen);
}
a > div.feature-icon{
    background-color: white;
}

.roundedmore{
    border-radius: 2rem;
    border: 0;
    box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.1);
}

.text-mutedmore{
    color: lightgrey;
}

.form-control::placeholder{
    color: lightgray;
}

.bg-green{
    background-color: var(--svsegreen);
    border-color: var(--svsegreen);
}
.text-green{
    color: var(--svsegreen);
}

.bg-orange{
    background-color: var(--svseorange);
    border-color: var(--svseorange);
}

.btn-secondary{
    background-color: #8b96a0;
    border-color: #8b96a0;
}
.btn-purple{
    background-color: var(--bs-purple);
    border-color: var(--bs-purple);
}
.btn-orange{
    background-color: var(--bs-orange);
    border-color: var(--bs-orange);
}

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    width: 4rem;
    /* width: 100%; */
    margin-bottom: 1rem;
    font-size: 2rem;
    color: #fff;
    border-radius: .75rem;
}

.vdivider {
    border-left: 1px solid lightgray;
    /* height: 200px; */
    /* position:absolute; */
    left: 50%;
}