.veriff-description {
    display: none !important;
}

.forceHide {
    display: none !important;
}

.forceShow {
    display: flex !important;
}

.msgNotice {
    position: fixed;
    color: #fff;
    bottom: 0;
    padding: 10px;
    width: 100%;
    left: 0;
    z-index: 9999;
    animation: msgMove 1s;
    text-transform: uppercase;
    font-weight: bolder;
}

.boxclose:before {
    content: "x";
}

#particles-js {
    /* position: fixed;
    z-index: -5;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background: linear-gradient(-45deg, #58077f, #7b0951, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite; */
} 

#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

#light {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 600px;
    margin-left: -300px;
    margin-top: -180px;
    border: 2px solid #FFF;
    background: #FFF;
    z-index: 1002;
    overflow: visible;
}

#boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 3px;
    background: #222222;
    font-size: 31px;
    font-weight: bold;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
    text-decoration: none;
}

@keyframes msgMove {
    0% {
        bottom: -50%;
    }

    to {
        bottom: 0;
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

#google_translate_element2 {
    display: none !important;
}

.skiptranslate {
    display: none !important;
}

/* #kt_header,
#kt_wrapper {
    zoom: 0.9;
} */

#msgBox {
        width: 100%;
        background: #fff;
        /* display: none; */
    }
.w-20{
    width: 20%;
}
    #msgBox .msger {
        max-width: 100vw;
        margin: 0;
        height: calc(100% - 50px);
        border: 2px solid #ddd;
        /* border-radius: 5px; */
        background: #fff;
        /* box-shadow: 0 15px 15px -5px rgba(0, 0, 0, .2) */
    }

    #msgBox .msg,
    #msgBox .msg-info {
        margin-bottom: 10px;
        display: flex
    }

    #msgBox .msger-header {
        display: flex;
        justify-content: space-between;
        padding: 10px;
        border-bottom: 2px solid #ddd;
        background: #eee;
        color: #666
    }

    #msgBox .msger-chat {
        height: 50vh;
        overflow-y: auto;
        padding: 10px
    }

    #msgBox .msger-chat::-webkit-scrollbar {
        width: 6px
    }

    #msgBox .msger-chat::-webkit-scrollbar-track {
        background: #ddd
    }

    #msgBox .msger-chat::-webkit-scrollbar-thumb {
        background: #bdbdbd
    }

    #msgBox .msg {
        align-items: flex-end
    }

    #msgBox .msg:last-of-type {
        margin: 0
    }

    #msgBox .msg-img {
        width: 50px;
        height: 50px;
        margin-right: 10px;
        background: center/contain no-repeat #ddd;
        border-radius: 50%
    }

    #msgBox .msg-bubble {
        max-width: 450px;
        padding: 5px;
        border-radius: 15px;
        background: #ececec
    }

    #msgBox .msg-info {
        justify-content: space-between;
        align-items: center
    }

    #msgBox .msg-info-name {
        margin-right: 10px;
        font-weight: 700
    }

    #msgBox .msg-info-time {
        font-size: .85em
    }

    #msgBox .left-msg .msg-bubble {

        border-bottom-left-radius: 0
    }

    #msgBox .right-msg {
        flex-direction: row-reverse
    }

    #msgBox .right-msg .msg-bubble {
        background: #579ffb;
        color: #fff;
        border-bottom-right-radius: 0
    }

    #msgBox .right-msg .msg-img {
        margin: 0 0 0 10px
    }

    #msgBox .msger-inputarea {
        display: flex;
        padding: 10px;
        /* border: 2px solid #ddd;
        border-radius: 5px; */
        background: #fff;
        /* box-shadow: 0 15px 15px -5px rgba(0, 0, 0, .2) */
            /* border-top: 2px solid #ddd; */
            /* background: #eee; */
            /* border: 2px solid #ddd;
        box-shadow: 0 15px 15px -5px rgba(0, 0, 0, .2) */
    }
    #msgBox .file-zone {
        display: none;
        padding: 10px;
        /* border: 2px solid #ddd;
        border-radius: 5px; */
        background: #fff;
        /* box-shadow: 0 15px 15px -5px rgba(0, 0, 0, .2) */
            /* border-top: 2px solid #ddd; */
            /* background: #eee; */
            /* border: 2px solid #ddd;
        box-shadow: 0 15px 15px -5px rgba(0, 0, 0, .2) */
    }

    #msgBox .msger-inputarea * {
        padding: 5px;
        border: none;
        border-radius: 3px;
        font-size: 1em
    }

    #msgBox .msger-input:focus-visible {
        outline: none;
    }
    #msgBox .msger-input {
        flex: 1;
        background: #ddd
    }

    #msgBox .msger-send-btn {
        margin-left: 10px;
        background: #653274;
        color: #fff;
        font-weight: 700;
        cursor: pointer;
    }

 

    #msgBox .msger-chat {
        background-color: #fcfcfe
    }
    #msgBox .float-right {
        float: right !important;
    }
