
.logo img{ width: 100px; }

.text-green-main{ color: #267344; }

.bg-green-main{ background-color: #267344; }

.form-data input:not(.form-check-input),.form-data select {
    border: 1px solid #ddd;
    background: none;
    height: 40px;
    margin-bottom: 20px;
    width: 100%;
    padding: 0 20px;
    color: #363f4d;
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #267344;
    --bs-btn-border-color: #267344;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60,153,110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #267344;
    --bs-btn-disabled-border-color: #267344;
}

.search-popdown {
    position: fixed;
    z-index: 20000;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease,transform .5s ease,visibility 0s linear .5s;
    transform: translate3d(0,-100%,0);
    color: #000000;
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.search-popdown.show {
    opacity: 1;
    visibility: visible;
    transition: opacity .5s ease,transform .5s ease,visibility 0s linear 0s;
    transform: translateZ(0)
}

.search__popdown__upper {
    text-align: center;
    background: #f7f7f7;
    color: #282424;
    height: 0px;
}

.search__popdown__outer {
    width: 100%;
    height: 100%
}

.search__popdown__main {
    width: 100%;
    height: 162px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.search__popdown__close {
    text-align: left;
    width: 80px;
    height: 100%
}

.search-popdown .icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
}

.search__popdown__close__inner {
    height: 100%;
    display: flex;
    align-items: center
}

.popdown__close__inner,.search__popdown__close__inner {
    font-size: 16px;
    cursor: pointer;
    padding: 20px 0
}

.search__popdown__form {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
    text-align: right;
    margin: 0
}

.search__popdown__form input {
    margin: 0;
    text-align: right;
    font-size: calc(15.51022px*1.0);
    width: 100%;
    border: 0;
}

@media (min-width: 480px) {
    .search__popdown__form input {
        font-size:calc((15.51022px + (221.24544vw - 1061.97811px)/920)*1.0);
    }
}

@media (min-width: 1400px) {
    .search__popdown__form input {
        font-size:calc(17.72268px*1.0);
    }
}