@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
#wcm-block{
    width: 100vw;
    height: 100dvh;
    background-color: hsl(0deg 0% 100% / 10%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000;
    backdrop-filter: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-weight: bold;
    font-family: "Montserrat", sans-serif !important;
}
.wcm-modal{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    background-color: white;
    color: black;
    padding: 20px 16px;
    overflow: hidden;
    border-radius: 36px;
    min-width: 360px;
    max-width: 360px;
    min-height: 300px;
    max-height: 435px;
}
@media (max-width: 512px){
    #wcm-block{
        align-items: flex-end;
    }
    .wcm-modal{
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
    }
}

.txt-md{
    font-size: .90rem;
    line-height: 1.5rem;
    font-weight: bold;
}
.img {
    width: 42px;
    height: 42px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wcm-wllist{
    padding: 7px 16px 7px 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: rgb(0 0 0 / 3%);
    border-radius: 16px;
    color: #141414;
    cursor: pointer;
}
.wcm-wlgrid{
    width: 100px;
    max-width: 100px;
    max-height: 100px;
    flex-direction: column;
    padding: 10px 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: rgb(0 0 0 / 3%);
    border-radius: 16px;
    color: #141414;
    cursor: pointer;
}
.wcm-wllist:hover {
    background-color: rgb(0 0 0 / 6%);
}
.wcm-wllist h3{
    font-size: 13.4px;
}
.wcm-wlgrid h3{
    font-size: .70rem;
    text-align: center;
}
#wcm-wllogo {
    width: 100px;
    height: 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#wcm-wllogo svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#wcm-wllogo .img {
    border-radius: 28px;
    width: 80px;
    height: 80px;
    position: relative;
}

#z8c3l,
#l6zra{
    width: 25px;
    height: 25px;
    display: none;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 50%;
    position: absolute;
    bottom: 5px;
    right: 3px;
    background-color: red;
    z-index: 10000000000;
}
#l6zra{ background-color: mediumaquamarine;}
#wcm-wllogo svg rect {
    fill: none;
    stroke: #667dff;
    stroke-width: 4px;
    stroke-linecap: round;
    animation: 1s linear 0s infinite normal none running dash;
}

@keyframes dash {
    100% {
        stroke-dashoffset: 0px;
    }
}

.buttonClass{
    padding: 8px 14px;
    border-radius: 28px;
    /* background-color: rgb(20 20 20 / 80%); */
    border: 1px solid lightgray;
    cursor: pointer;
}

.wcm-input select{
    border-radius: 20px;
    background-color: rgb(0 0 0 / 3%);
    /* background-color: pink; */
    outline: none;
    padding: 8px;
    border-right-width: 8px;
    border-right-color: transparent;
}
.wcm-input textarea{
    background-color: rgb(0 0 0 / 3%);
    border-radius: 16px;
    padding: 8px 12px;
    outline: none;
    resize: none;
    -webkit-text-security: disc;
    width: 280px;
    height: 100px;
}
.searchbar{
    border-radius: 12px;
    padding: 8px 14px;
    background-color: rgb(0 0 0 / 3%);
}
.searchbar input{
    width: 100%;
    background-color: transparent;
    outline: none;
}