a:link,
a:visited {
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
/* CSS Multiple Whatsapp Chat */
#MarketOtmatHelpDesk {
    box-sizing: border-box !important;
    outline: none !important;
    position: fixed;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    bottom: 90px;
    right: 30px;
    overflow: hidden;
    z-index: 9999;
    animation-name: showchat;
    animation-duration: 1s;
    transform: scale(1);
}

a.MarketOtmatHelpDeskChat {
    background: #002651;
    color: #ffffff;
    position: fixed;
    display: flex;
    font-weight: 500;
    justify-content: space-between;
    z-index: 98;
    bottom: 25px;
    right: 30px;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

a.MarketOtmatHelpDeskChat:hover {
    background: #6272c7;
    color: #ffffff;
}

a.MarketOtmatHelpDeskChat svg {
    transform: scale(1.2);
    margin: 0 10px 0 0;
}

.MarketOtmatHelpDeskUstKisim {
    background: #002651;
    color: #fff;
    padding: 20px;
}
.MarketOtmatHelpDeskUstKisim h3 {
    margin: 0 0 10px;
}
.MarketOtmatHelpDeskUstKisim p {
    font-size: 14px;
    line-height: 1.7;
    margin: -10px;
}
.MarketOtmatHelpDeskUstKisim .MarketOtmatHelpDeskBaslik {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 0.5;
}

.MarketOtmatHelpDeskGorsel {
    position: relative;
}
.MarketOtmatHelpDeskGorsel::after {
    content: "";
    bottom: 0px;
    right: 0px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background-color: #4ad504;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    border: 2px solid #095e54;
    left: 40px;
    top: 38px;
}
.MarketOtmatHelpDeskGorsel img {
    border-radius: 100%;
    width: 50px;
    float: left;
    margin: 0 10px 0 0;
}
.MarketOtmatHelpDeskBasla .blanter-msg {
    display: flex;
}

a.MarketOtmatHelpDeskKapat {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
    font-size: 30px;
}

@media screen and (max-width: 480px) {
    #MarketOtmatHelpDesk {
        width: auto;
        left: 5%;
        right: 5%;
        font-size: 80%;
    }
}
.hide {
    display: none;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}

.show {
    display: block;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}
.MarketOtmatHelpDeskContent .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="number"]{
    height: 30px;
    border-radius: 0px;
    background: #ffffff;
}

.MarketOtmatHelpDeskContent textarea {
    height: 60px;
}

select{
    font-size: 13px !important;
}
