/* FLOATING INPUT */

.user-input-wrp {
    position: relative;
    margin: 0px 0 20px;
}

.user-input-wrp .fa {
    position: absolute;
    left: 1px;
    top: 15px;
    width: 15px;
    border-right: 1px solid #999;
    padding-right: 25px;
}

.user-input-wrp .inputText {
    width: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid #bbb;
    box-shadow: none !important;
    height: 40px;
    padding-left: 35px;
    background: transparent;
}

.user-input-wrp.big .inputText {
    height: 50px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .user-input-wrp.active p,
    .user-input-wrp .inputText {
        margin-bottom: 20px;
    }
    .user-input-wrp.big.active p,
    .user-input-wrp.big .inputText {
        margin-bottom: 20px;
    }
}

.user-input-wrp .inputText:focus {
    border: none;
    border-color: #444;
    border-width: medium medium 2px;
    border-bottom: 1px solid;
}

.user-input-wrp .floating-label {
    position: absolute;
    pointer-events: none;
    top: 10px;
    left: 35px;
    transition: 0.2s ease all;
    color: #666;
    font-size: 14px;
    font-weight: normal;
}

.user-input-wrp.big .floating-label {
    font-size: 17px;
}

.user-input-wrp.active .floating-label,
.user-input-wrp input:focus~.floating-label,
.user-input-wrp input:not(:focus):valid~.floating-label {
    top: -10px;
    left: 0;
    font-size: 13px;
    color: #333;
    border-radius: 20px;
    opacity: 1;
}

.user-input-wrp.active p {
    padding-left: 35px;
    margin-top: 10px;
    display: inline-block;
}

.fixed-btn-wrap,
.fixed-whwrap {
    position: fixed;
    right: 0;
    bottom: 20px;
    width: 100%;
    max-width: 220px;
    z-index: 10;
}

.whatsapp-sm-xs {
    display: inline-block;
    position: fixed;
    right: 10px;
    bottom: 20px;
    --value: 50px;
    width: var(--value);
    height: var(--value);
    line-height: 45px;
    border-radius: var(--value);
    background: #0ea647;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 28px;
    border: none;
    z-index: 10;
}

.fixed-bottom-strip {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.fixed-bottom-strip button {
    width: 100%;
    border-radius: 0;
}

.whatsapp-md-lg {
    display: inline-block;
    position: fixed;
    right: 10px;
    bottom: 10px;
    border-radius: var(--value);
    background: #0ea647;
    color: #fff;
    border-radius: 30px;
    padding: 10px 20px 10px;
    border: none;
    z-index: 10;
}

@media(max-width: 991px) {
    .whatsapp-md-lg {
        display: none;
    }
}

.btn-trade,
.btn-whatsapp-toggle-new,
.btn-whatsapp-toggle {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 20;
    background: rgb(29, 110, 18);
    border-radius: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    user-select: none;
    line-height: 1;
    overflow: hidden;
    min-width: 40px;
    max-width: 350px;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    border: none;
}

.btn-whatsapp-toggle {
    position: relative;
    right: 0;
    bottom: 0;
}

.btn-whatsapp-toggle:hover {
    color: #fff;
}

.btn-trade,
.btn-whatsapp-toggle-new {
    position: relative;
    right: auto;
    bottom: auto;
    color: #fff !important;
    outline: none;
    padding: 6px 6px 6px 15px;
    margin-top: 15px;
}

.btn-trade {
    padding: 8px 15px;
    background: #8c532e;
    margin-right: 10px;
}

.btn-whatsapp-toggle-new img {
    width: 25px;
}

@media(max-width: 767px) {
    .fixed-btn-wrap {
        display: none;
    }
    .btn-whatsapp-toggle-xs {
        position: fixed;
        right: 4px;
        bottom: 150px;
        --value: 50px;
        width: var(--value);
        height: var(--value);
        border-radius: var(--value);
        line-height: var(--value);
        font-size: 24px;
        background: #25D366;
        text-align: center;
        color: #fff;
        z-index: 99;
    }
}

.btn-whatsapp-toggle span {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 14px;
    padding: 15px 20px 15px 15px;
    font-family: Arial, Sans-serif;
    vertical-align: sub;
    max-width: 260px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    padding: 15px 5px 15px 15px;
}

.btn-whatsapp-toggle img {
    padding: 10px 14px;
    position: relative;
    z-index: 2;
    height: 43px;
    padding: 10px 12px;
    width: auto;
    border-radius: 0 15px 0 0;
    background: rgba(0, 0, 0, 0.05);
    float: right;
    transition: background-color 0.5s ease;
}

.whatsapp-toggle-box {
    position: fixed;
    z-index: 9999;
    right: 5px;
    bottom: -1000px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    width: 350px;
    font-size: 14px;
    line-height: 1.4;
    transition: 0.4s ease-in-out;
}

.whatsapp-toggle-box.active {
    bottom: 10px;
}

.whatsapp-toggle-box-header {
    text-align: center;
    color: #fff;
    padding: 15px;
    background: #13602a;
}

.whatsapp-toggle-box-header p {
    text-align: center;
}

.logo-wtb {
    max-width: 100px;
}

.close-whatsapp {
    position: absolute;
    left: 15px;
    top: 15px;
    border-radius: 8px;
    width: 35px;
    height: 35px;
    padding: 10px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1);
}

.close-whatsapp:hover {
    background: rgba(0, 0, 0, 0.1);
}

.avatar {
    display: grid;
    grid-template-columns: 60px auto;
    grid-column-gap: 10px;
    padding: 10px;
}

.avatar img {
    width: 100%;
}

.avatar p,
.avatar h4 {
    margin: 0;
}

.avatar span {
    position: relative;
    font-size: 12px;
    color: #0dc152;
}

.avatar span::after {
    content: "";
    right: -8px;
    bottom: 8px;
    width: 4px;
    height: 4px;
    border-radius: 6px;
    background: #0dc152;
    position: absolute;
}

.form-area {
    padding: 25px;
    background: #f5f5f5;
}

.btn-send {
    display: block;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 10px;
    width: 100%;
    color: #fff;
    background: #13602a;
}