﻿body {
}

.ul {
    display: flex;
    -webkit-box-pack: start;
    justify-content: start;
    gap: 1rem;
    padding: 2rem 1rem;
    list-style-type: none
}

.li {
    flex-direction: row;
    -webkit-box-align: center;
    display: inline-flex;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 0.5rem;
}

.feature_header {
    display: flex;
    -webkit-box-pack: start;
    justify-content: start;
    gap: 1rem;
    padding: 2rem 1rem;
    list-style-type: none;
    flex-direction: row
}

.feature_item {
    flex-direction: row;
    -webkit-box-align: center;
    display: inline-flex;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-text-size-adjust: 100%;
    box-sizing: inherit;
    -webkit-appearance: none;
    border-radius: 5px;
    cursor: pointer;
    transition: color .2s ease;
    border: 1px solid;
    padding: 6px;
    border-radius: 50px;
    margin: 0;
    height: 40px;
    gap: 0.5rem
}

/*@media(max-width:905px) {
    .content-desktop {
        display: none;
    }
}*/

.flatpickrStyle {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
}