/* Site header overrides (was inline in header.php) */

body,
th,
td,
label,
option,
input,
p {
    font-size: var(--app-font-size, 16px) !important;
}

body.has-custom-font .box-title {
    font-size: var(--app-font-size) !important;
}

.img-logo {
    width: 25%;
}

.dropdown-item.active {
    color: #000;
    background-color: #EEFDE9;
}

.mb-0 {
    margin-bottom: 0px;
}

.input-text-s-header {
    max-width: 190px;
}

.pt5-pr5 {
    padding-top: 5px;
    padding-right: 5px;
}

.pl5 {
    padding-left: 5px;
}

.search-box {
    width: fit-content;
    height: fit-content;
    position: relative;
    padding-top: 3px;
}

.input-search {
    height: 25px;
    width: 25px;
    border-style: none;
    padding: 10px;
    outline: none;
    border-radius: 25px;
    transition: all .5s ease-in-out;
    background-color: #35A20B;
    padding: 12px 12px 12px 13px;
    color: #fff;
}

.input-search::placeholder {
    color: #FFF;
    letter-spacing: 2px;
}

.btn-search {
    width: 25px;
    height: 25px;
    border-style: none;
    font-size: 16px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    color: #ffffff;
    background-color: transparent;
    pointer-events: painted;
}

.btn-search:focus ~ .input-search {
    width: 160px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.input-search:focus {
    width: 160px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.icon-search {
    margin-left: -1px;
}

.logo-second {
    width: 5%;
    margin-left: 5px;
    border-radius: 50px;
}
