﻿.inquiry-form input, .inquiry-form textarea, .inquiry-form .wmkcfb-fileupload {
    width: 100%;
    border: 1px solid transparent;
    border-bottom: 1px solid #E9E9E9;
    padding: 10px;
    display: inline-flex;
    align-items: center;
}
.inquiry-form input::placeholder, .inquiry-form textarea::placeholder, .inquiry-form .wmkcfb-fileupload {
color:#666
}
.inquiry-form input.input-error, .inquiry-form textarea.input-error {
    border-bottom: 1px solid red
}
.inquiry-form input, .inquiry-form .wmkcfb-fileupload {
    height: 50px
}
.inquiry-form textarea {
    height: 200px;
    resize: none
}
.wmkcfeedback .select-menu {
    position: relative;
    width: 100%
}
.wmkcfeedback .select-menu input {
    margin: 0!important;
    width: 100%!important;
    cursor: pointer
}
.wmkcfeedback .select-menu .select-menu-div em {
    margin-right: 5px;
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease
}
.wmkcfeedback .select-menu .select-menu-div em.select-menu-i {
    transform: rotateX(180deg)
}
.wmkcfeedback .select-menu .select-menu-div em::after, .wmkcfeedback .select-menu .select-menu-div em::before {
    content: "";
    width: 10px;
    height: 2px;
    background: #999;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(45deg)
}
.wmkcfeedback .select-menu .select-menu-div em::after {
    transform: rotate(-45deg);
    left: 6px
}
.wmkcfeedback .select-menu .select-menu-ul {
    box-shadow: 0 1px 15px 0 rgba(15,19,39,.1);
    list-style: none;
    display: none;
    width: 100%;
    text-align: left;
    border: 1px solid #ddd;
    background: #FFFFFF;
    position: absolute;
    z-index: 9
}
.wmkcfeedback .select-menu .select-menu-ul li {
    color: #000;
    padding: 0px 20px;
    line-height: 2.5;
    cursor: pointer;
    font-size: var(--fontsize13);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}
.wmkcfeedback .select-menu .select-menu-ul li:hover {
    background: #f2faea
}
.wmkcfeedback .select-menu .select-menu-ul li:nth-child(2n) {
    background: #f5f4f4
}
.wmkcfeedback .select-menu .select-menu-ul li:nth-child(2n):hover {
    background: #f2faea
}
.wmkcfeedback .select-menu .select-menu-ul li.select-this {
    background: #f2faea
}
.wmkcfeedback .select-menu .select-menu-ul li.select-this:hover {
    background: #f2faea!important
}
.wmkcfeedback .send-btn[disabled] {
    background: #EEE!important;
    color: #999!important
}
.wmkcfeedback .send-btn[disabled]::before {
    content: none!important
}
.wmkcfeedback .loading {
    position: relative;
    width: 18px;
    height: 18px;
    margin-left: 8px;
    border: 2px solid #000;
    border-top-color: rgba(0,0,0,.2);
    border-right-color: rgba(0,0,0,.2);
    border-bottom-color: rgba(0,0,0,.2);
    border-radius: 100%;
    animation: feedbacksenloading infinite .75s linear
}
@keyframes feedbacksenloading {
0% {
transform:rotate(0)
}
100% {
transform:rotate(360deg)
}
}
.wmkcfeedback .feed-verification {
    position: relative;
    width: 100%;
    max-width: 320px
}
.wmkcfeedback .feed-verification input {
    width: 100%!important;
    margin: 0!important
}
.wmkcfeedback .feed-verification img {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width:1024px) {
.wmkcfeedback input, .wmkcfeedback .wmkcfb-fileupload {
    width: 100%
}
.wmkcfeedback .send-btn {
    height: 45px
}
.wmkcfeedback .feed-verification {
    max-width: 100%
}
.wmkcfeedback .select-menu {
    width: 100%
}
.wmkcfeedback .send-btn {
    width: 100%
}
}
.wmkcfeedback .send-btn {
    min-width: 200px;
    height: 50px;
    background: var(--color)!important;
    cursor: pointer;
    color: #F8F8F8!important;
    margin: 20px 0px;
    position: relative;
    transition: all .2s linear;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fontsize16);
    font-weight: var(--fontbold5);
}
.wmkcfeedback .send-btn::after, .wmkcfeedback .send-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    height: 100%;
    width: 0;
    background: var(--color);
    transition: all .2s linear;
    z-index: -1
}
.wmkcfeedback .send-btn::after {
    left: auto;
    right: 0
}
.wmkcfeedback .send-btn:hover::after, .wmkcfeedback .send-btn:hover::before {
    width: 50%;
    background: #dd6125!important;
}
.sidebar-item .wmkcfeedback .feed-verification {
    max-width: 100%
}
.wmkcfb-fileupload {
    background-image: url(https://img01.v15cdn.com/choose-file.webp)!important;
    background-repeat: no-repeat!important;
    background-position: right!important;
    background-size: auto 55%!important;
    cursor: pointer;
}


