/* Load the font */
@font-face {
    font-family: diner-med;
    src: url('../fonts/GEDinarTwo/GEDinarTwoMedium.otf') format("woff2");
    font-display: swap
}
@font-face {
    font-family: midland-semi;
    src: url('../fonts/Midland/MidlandLuxury-SemiBold.otf') format("woff2");
    font-display: swap
}
@font-face {
    font-family: mon-reg;
    src: url('../fonts/Montserrat/Montserrat-Arabic Light 300.otf') format("woff2");
    font-display: swap
}
.midland-semi {
    font-family: midland-semi !important
}
.linning-numns {
    unicode-bidi: plaintext !important;
    font-family: sans-serif !important;
}
.mon-reg {
    font-family: mon-reg !important
}
/* Apply only for Arabic (rtl) */
html[dir="rtl"], 
html[dir="rtl"] body {
    font-family: 'diner-med', sans-serif !important;
}
.grecaptcha-badge {
    visibility: hidden;
    display: none;
}
.WA_Chat_Widget * {
    padding: 0;
    box-sizing: border-box;
    margin: 0
}
.WA_Chat_Widget .WA_FloatingButton,
.shaddow {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .185)
}
.WA_Chat_Widget .WA_FloatingButton {
    position: fixed;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    padding: .5rem
}
.WA_Chat_Widget .WA_FloatingButton svg {
    width: 40px;
    height: 40px;
    fill: #4fce5d
}
.WA_Chat_Widget[data-position^=top-] .WA_FloatingButton {
    top: 20px
}
.WA_Chat_Widget[data-position^=bottom-] .WA_FloatingButton {
    bottom: 20px
}
.WA_Chat_Widget[data-position$="-left"] .WA_FloatingButton {
    left: 20px
}
.WA_Chat_Widget[data-position$="-right"] .WA_FloatingButton {
    right: 20px
}
.WA_Chat_Widget[data-position$="-center"] .WA_ChatBox,
.WA_Chat_Widget[data-position$="-center"] .WA_FloatingButton {
    left: 50%;
    transform: translateX(-50%)
}
.WA_Chat_Widget[data-position^=top-] .WA_ChatBox {
    top: 110px
}
.WA_Chat_Widget[data-position^=bottom-] .WA_ChatBox {
    bottom: 110px
}
.WA_Chat_Widget[data-position$="-left"] .WA_ChatBox {
    left: 30px
}
.WA_Chat_Widget[data-position$="-right"] .WA_ChatBox {
    right: 30px
}
.WA_Chat_Widget .WA_ChatBox {
    position: fixed;
    width: 360px;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .1);
    display: none
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header {
    width: auto;
    background: #095e54;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .avatarBox {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .avatarBox img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .infoBox .name {
    color: #fff;
    font-weight: 600
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .infoBox .answer_time {
    color: #e4e4e4;
    font-size: 14px
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .WA_Close {
    background: 0 0;
    color: #fff;
    border: none;
    outline: 0;
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: calc(100% - 20px);
    display: flex;
    justify-content: flex-end
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Header .WA_Close svg {
    fill: #ffff
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body {
    padding: 20px;
    background: #e6ddd4;
    position: relative;
    font-size: 14px;
    color: #000
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(./bg-pattern.png);
    opacity: .1;
    z-index: 0;
    pointer-events: none;
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Footer {
    padding: 20px;
    background-color: #fff;
    width: 100%
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Footer .btn {
    width: 100%;
    outline: 0;
    border: none;
    padding: 10px;
    border-radius: 1000px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none
}
.WA_Chat_Widget .WA_ChatBox .WA_ChatBox_Footer .btn.btn-whatsapp {
    background: #095e54;
    color: #fff;
    display: block;
    text-align: center
}
@media screen and (max-width:768px) {
    .WA_Chat_Widget .WA_FloatingButton {
        width: 50px;
        height: 50px
    }
    .WA_Chat_Widget .WA_ChatBox {
        width: 290px
    }          
}