.chat-mesacy{
word-break: break-all;
word-break: break-word;
}
.blog-post-img{
width: 100% !important;
height: 100% !important;
}
.messmyclass {
    margin: 10px 0px;
}

.images {  
    cursor: zoom-in;
}

.popup {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        display: none;
        text-align: center;
        z-index: 3;
    }

    .popup_bg {
        background: rgba(0,0,0,0.6);
        position: absolute;
        z-index: 4;
        height: 100%;
        width: 100%;
    }

    .popup_img {
        position: relative;
        z-index: 5;
        height: 90%;
        border-radius: 5px;
        top: 8%;
        max-width: 100%;
        display: inline-block;
        margin: 0 auto;
    }
.slaydimage {
    max-width: 95%;
    max-height: 84%;
    /*max-width: -webkit-fill-available;*/
    border: solid 5px silver;
    border-radius: 5px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.control_prev {
    width: 50px;
    display: block;
    background-color: white;
    position: absolute;
    height: 60px;
    opacity: 0.2;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    left: 0%;
}
.control_next {
    width: 50px;
    display: block;
    background-color: white;
    position: absolute;
    height: 60px;
    opacity: 0.2;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    right: 5%;
}
    .control_next:hover, .control_prev:hover {
        opacity: 0.3;
    }
    
    .left-treug {
        border: 20px solid transparent;
        border-right: 30px solid #060606;
        position: absolute;
        left: -10px;
        top: 10px;
    }
.righ-treug {
    border: 20px solid transparent;
    border-left: 30px solid #060606;
    position: absolute;
    right: -10px;
    top: 10px;
}

/* input type number */
.input-number {
    display: flex;
    align-items: center;
    background: #FFFFFF;
   
    box-sizing: border-box;
    border-radius: 6px;
    color: #424348;
    font-size: 20px;
    text-align: center;
width: calc(60px * 3);
    margin: 20px auto;
    overflow: hidden;
}

.input-number__input {
    background: #E5E8EE;
    width: 80px;
    height: 32px;
    border: none;
    padding: 8px;
    text-align: center;
font-size: 20px;
}

.input-number__minus,
.input-number__plus {
    width: 70px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    background-color: #10a3dd;
}
