﻿.picker01 {
    background-color: white;
    border-radius: 2px;
    padding: 7px;
    height: 58px;
    margin-top: 7px;
}

.picker01btn {
    background-color: transparent;
    border-radius: 2px;
    padding: 7px;
    height: 58px;
    margin-top: 7px;
}

.row {
    padding: 10px;
}

._5176f8e1 {
    font-size: 0.75rem;
    font-weight: 700;
    color: #767676;
    display: block;
    text-transform: uppercase;
}

.selectpicker {
    /*padding: 5px;*/
    appearance: revert !important;
    padding: 0 0px 0 0px !important;
    height: 25px !important;
}

label {
    margin-bottom: 5px !important;
}

.inputtext {
    width: -webkit-fill-available;
    border: none !important;
    outline: none;
    height: 25px !important;
}

.row > * {
    padding-right: calc(var(--bs-gutter-x) * 0.2) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.2) !important;
}

.c3901770 {
    font-size: 1.1rem;
    width: -webkit-fill-available;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    height: -webkit-fill-available;
    text-transform: uppercase;
    color: #fff;
    border: unset;
    border-radius: .2rem;
    background-color: #33a137;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .c3901770:hover {
        cursor: pointer;
        background-color: #2b892f;
        color: #fff;
    }

.formstyle {
    margin-left: 149px;
    max-width: 970px;
    margin-top: 3.25%;
}

@media (max-width: 1399px) {
    .formstyle {
        margin-left: 59px;
        max-width: 970px;
        margin-top: 4%;
    }
}

@media (max-width: 1260px) {
    .formstyle {
        margin-left: 0px;
        max-width: inherit;
        margin-top: -1%;
    }
}


@media (max-width: 1260px) {
    .formstyle {
        margin-top: -1.5%;
    }
}

@media (max-width: 767px) {
    .formstyle {
        margin-top: -2%;
    }
}

@media (max-width: 500px) {
    .formstyle {
        margin-top: -2.5%;
    }
}

@media (max-width: 400px) {
    .formstyle {
        margin-top: -3.5%;
    }
}
