#app * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

#app .store-btn{
    background-color: transparent;
}

#app .store-btn:hover{
    color: #fff !important;
}

#app .message-content img {
    max-width: 50% !important;
    width: auto;
    height: auto;
    border-radius: 20px;
    border: 1px solid #00000044;
    cursor: pointer;
    display: block;
    margin-right: auto;
}
#app .message-content li {
    padding: 20px 30px;
}
#app input[type="file"] {
    height: auto;
}
#app .p-0 {
    padding: 0 !important;
}
#app .m-0 {
    margin: 0 !important;
}
#app .message {
    position: fixed;
    bottom: 0;
    right: 25px;
    width: 460px;
    z-index: 33;
    background: #fff;
    box-shadow: 0px 3px 10px #ccc;
    border-start-start-radius: 12px;
    border-start-end-radius: 12px;
    overflow: hidden;
}
#app .top-message {
    padding: 12px;
    border-bottom: 1px solid #ddd;
    background: #fff;
}
#app .msg-container {
    list-style: none;
    background: #fff;
    padding: 20px;
    max-height: 450px;
    min-height: 375px;
    overflow-y: auto;
}
#app .send,
#app .recive {
    margin-bottom: 10px;
    padding: 0 15px;
    width: fit-content;
    border-radius: 15px;
    word-break: break-all;
    max-width: 80%;
    /*background: #F7FAFC;*/
}
#app .send {
    /*background: #F7FAFC;*/
    margin-inline-start: auto;
    text-align: end;
    color: #98999A;

}
#app .send p{
    background: #F7FAFC;
    word-break: break-word;
    color: #98999A;
    margin-bottom: 10px;
    padding: 8px 15px;
    width: fit-content;
    border-radius: 40px;
    font-size: 15px;
    margin: inherit;
}
#app .bg-white{
    background: #fcfcfc;
}

#app .recive {
    background: #F5F8FB;
    color: #000;
    text-align: start;
    margin-inline-end: auto;
}
.send .time {
    text-align: start;
    display: block;
}
#app .recive .time {
    text-align: end;
    display: block;
}
#app .txt{
    display: flex;
    gap: 6px;
    align-items: center;
    flex: 1;
}
#app .txt h2 {
    font-size: 14px !important;
    color: #150B54 !important;
}
#app .txt img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
    /* Send Bar */
#app .message-send {
    padding: 10px;
    border-top: 1px solid #ddd;
    background: #fff;
}

#app .btn-msg-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    flex: 1;
    gap: 10px;
}
#app #myBtn {
    background-color: #150B54;
    color: #fff;
    padding: 8px;
    width: 84px;
    border-radius: 5px;
    border: 0;
    outline: none;
    /*font-weight: bold;*/
    flex-shrink: 0;
    font-size: 15px;
    cursor: pointer;
    /*font-weight: bold;*/
    /*margin-right:10px;*/
}
#app .form-buttons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
#app .upload-input {
    position: relative;
    min-width: 50px;
    color: #00b2ff;
    cursor: pointer;
}
#app #file {
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    flex-grow: 1;
    font-size: 0;
    cursor: pointer;
}
#app .img-name {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

#app .img-name .icon {
    color: #150B54;
    order: 3;
    cursor: pointer;
}

#app .img-name img{
    max-width: 60px;
    border-radius: 50%;
}

#app .cp {
    cursor: pointer;
}
#app .msg-input {
    position: relative;
    width: 90%;
    line-height: 0;
}
#app textarea {
    resize: none;
}
#app textarea:read-only {
    background-color: #ccc !important;
}
#app textarea:read-only .msg-input {
    background-color: #ccc !important;
}
#app .delete-file {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: rgb(199, 19, 19);
    width: 48px;
    height: 56px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
#app .form-control {
    border: 0px solid #00b2ff;
    border-radius: 5px;
    width: 100%;
    outline: none;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px !important;
    background-color: #f9f9f9;
    height: 42px !important;
}
#app  textarea.form-control{
    border-radius: 5px !important;
}
.form-control:focus{
    box-shadow: none !important;
}
#app .my-img {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    padding: 2px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 50%;
}
#app .my-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

#app .img-preview {
    width: 100%;
    height: 100vh;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #211f1fc9;
    z-index: 1000;
    top: 0;
    left: 0;
    text-align: center;
}
.order-body .flex-sm-gap-main{
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
#app .img-preview img {
    width: 450px;
    height: 450px;
    object-fit: cover;
    display: block;
    border-radius: 0!important;
    display: block;
    margin: auto;
}
#app .img-preview .close {
    position: absolute;
    color: #fff;
    top: 50px;
    left: 50px;
    cursor: pointer;
}
#app .message-content li.send p{
    word-break: break-word;
    color: #fff;

}

@media (max-width: 991px) {
    #app .msg-input {
        width: 70%;
    }
    #app .message{
        width: 350px;
    }
}

#app .flex-sm-gap{
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: 16px !important;
}
#app .dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #65c44e;
}
#app .fa-camera , .fa-face-smile{
    color: #ccc;
    margin-right: 6px;
}
.fa-face-smile{
    color: #fff6a8;
}
.fa-camera{
    color: #777;
}
#app .hideme{
    display: none !important;
}
.wrapper {
    position: relative;
    display: inline-block;
}

.regular-input {
    padding: 0.5rem 1rem;
    border-radius: 3px;
    border: 1px solid #ccc;
    width: 20rem;
    height: 12rem;
    outline: none;
}

.regular-input:focus {
    box-shadow: 0 0 0 3px rgba(66,153,225,.5);
}
.emoji-invoker , .mycam{
    transition: all 0.3s ease-in-out;

    cursor: pointer;
}
.emoji-invoker{
    font-size: 24px !important;
}
.mycam{
    font-size: 28px !important;
}
.emoji-invoker:hover {
    transform: scale(1.2) !important;
}

.up-input:hover + .mycam {
    transform: scale(1.2) !important;
}
.emoji-picker {
    position: absolute;
    z-index: 1;
    font-family: Montserrat;
    border: 1px solid #ccc;
    height: 360px;
    overflow: scroll;
    box-sizing: border-box;
    border-radius: 10px;
    background: #fff;
    box-shadow: 1px 1px 8px #c7dbe6;
    bottom: 56px;
    padding: 14px !important;
    overflow-x: hidden;
    width: 350px;
}
.emoji-picker__search {
    display: flex;
    padding: 6px;
}
.emoji-picker__search > input {
    flex: 1;
    border-radius: 10rem;
    border: 1px solid #ccc;
    outline: none;
    padding: 7px 15px !important;
}
.emoji-picker h5 {
    margin-bottom: 0;
    color: #b1b1b1;
    text-transform: uppercase;
    font-size: 0.8rem;
    cursor: default;
}
.emoji-picker .emojis {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
}
.emoji-picker .emojis:after {
    content: "";
    flex: auto;
}
.emoji-picker .emojis span {
    padding: 7px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 32px;
}
.emoji-picker .emojis span:hover {
    background: #ececec;
    cursor: pointer;
}
.spe-border-m{
    border: 1px solid #ddd !important;
}
.flex-sm-gap{
    display: inline-block;
}
.start-record , .stop-record , .rounded-btn-main{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0d4194;
    color: #fff;
    margin-right: 12px !important;
    font-size: 20px;
    cursor: pointer;
    border: none;
    outline: none;
}
.mobideicon{
    display: none;
}
.relative-parent{
    position: relative;
}
.abs-recording{
    position: absolute;
    top: -66px;
    left: 250px;
    padding: 14px !important;
    border-radius: 8px;
    font-size: 17px;
}

.recording {
    font-family: verdana,sans-serif;
    color: firebrick;
    display: inline-block;
    line-height: 1.5em;
    position: relative;
    font-size: 12px;
    padding: 5px !important;
    padding-right: 30px !important;
    background-color: #6193e0;
    border-radius: 6px;
}
.recording::before {
    content: '🔴';
    position: absolute;
    right: 10px;
    animation: recording 600ms alternate infinite;
    font-size: 10px;
}

@keyframes recording {
    from { opacity: 1; }
    to { opacity: 0.2; }
}
@media (max-width: 991px) {
    .rounded-btn-main{
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
 .mobideicon{
     position: fixed;
     bottom: 90px;
     right: 40px;
     width: 70px;
     height: 70px;
     border-radius: 50%;
     background-color: #0d4194;
     color: #fff;
     display: flex;
     align-items: center;
     justify-content: center;
     border: 1px solid #fff;
     z-index: 99;
 }
    .mobileShow{
        display: none;
    }
    .start-record , .stop-record , .rounded-btn-main{
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    #app .message-send{
        padding: 6px !important;

    }
    #app .upload-input{
        min-width: auto;
    }
    #app .flex-sm-gap{
        flex-wrap: nowrap;
        margin-left: 5px !important;
    }
    #app .send, #app .recive{
        max-width: 95%;
        font-size: 13px;
    }
    .sound-style audio{
        width: 100% !important;
    }
    #app .top-message{
        padding: 10px !important;
    }
    #app .txt h2{
        font-size: 16px !important;
    }
    #app .msg-container{
        max-height: 400px;
    }
    .emoji-picker{
        width: 300px;
    }
    .order-body .flex-sm-gap-main{
        justify-content: center;
    }
    .recording{
        min-width: 120px;
    }

}
.go-chat{
    padding: 14px !important;
}