body{
    color: #ffffff !important;
}
a{
    color: #fff !important;
    text-decoration: none;
}
ul {
    list-style: none;
    background: #000;
    padding: 10px !important;
    border-radius: 10px;
}
p{
    margin:0;
    margin-bottom: 0 !important;
    padding: 0;
}
.container{
    width: 80%;
    margin: 0 auto;
}
.container-fluid{
    max-width: 630px !important;
}
.conversation{
    padding: 10px 20px;
    border-radius: 20px;
    margin: 10px 0;
    text-align: left;
}
.profile{
    background: #ffffff;
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 50px;
    margin-right: 15px;
    margin-bottom: 0;
    color: #0dcaf0;
    font-size: 27px;
    text-align: center;
}
.profile-big{
    background: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    margin-bottom: 0;
    color: #0dcaf0;
    font-size: 40px;
    text-align: center;
    margin:0 auto;
}
.message_content{
    padding: 20px 12px 0 12px;
    background: #2d313b;
    border-radius: 25px;
    border: 3px solid #000;
    margin-top: 38px;
}
.msg{
    width: 100%;
    display: inline-block;
    margin: 0;
}
.sender-msg{
    background: #68d7fc;
    padding: 10px 20px;
    border-radius: 20px;
    float: right;
    text-align: right;
    font-size: 17px;
    direction: rtl;
    color: #000;
    max-width: 80%;
    overflow-wrap: break-word;
}
.recever-msg{
    background: #a8a8a8;
    padding: 10px 20px;
    border-radius: 20px;
    float: left;
    text-align: left;
    font-size: 17px;
    direction: rtl;
    color: #000;
    max-width: 80%;
    overflow-wrap: break-word;
}
.send_msg_input{
    width: 100%;
    background: #ffffff;
    outline: 0;
    border: 2px solid #000;
    padding: 10px 20px;
    color: #000;
    border-radius: 20px 0 0 20px;
    direction: rtl;
    height: 47px;
}
.send_msg_submit{
    width: 100%;
    background: #00a8ff;
    text-align: center;
    outline: 0;
    border: 2px solid #000;
    padding: 10px 0;
    color: #000;
    border-radius: 0 20px 20px 0;
}
.title{
    width: 79%;
    background: #adadad;
    padding: 20px 0;
    border-radius: 25px;
    border: 2px solid #000;
    position: fixed;
    top:0;
}
.m-c{
    display: table;
    margin:0 auto;
}
.add{
        width: 100%;
    display: table;
    text-align: center;
    margin-top: 50px;
}
.add_buttom{
    display: inline;
    padding: 10px 20px;
    background: #21b4ff;
    color: #000;
    border: 2px solid #000;
    border-radius: 20px;

}
.add_conversation,.login{
        background: #2d313b;
    padding: 40px;
    border: 3px solid #000;
    border-radius: 25px;
}
.add_conversation_members{
        width: 100%;
    padding: 15px 20px;
    background: #fff;
    outline: 0;
    border: 2px solid #000;
    border-radius: 20px;
    font-size: 20px;
}
.add_conversation_submit{
        font-size: 25px;
    margin-top: 20px;
    padding: 10px 20px;
    background: #33cbff;
    outline: 0;
    border: 2px solid #000;
    border-radius: 25px;
}
.login-input{
    border: 1px solid #0dcaf0 !important;
    color: #0dcaf0 !important;
}
.replay{
        background: #a8a8a826;
    padding: 10px 20px;
    border-radius: 10px;
    float: left;
    width: 100%;
    text-align: left;
    font-size: 17px;
    direction: rtl;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    overflow-wrap: break-word;
}
.reaction{
        text-align: right;
    background: #00000052;
    float: right;
    padding: 2px 5px;
    border-radius: 10px;
}
.unseen_box{
    background:#1f3d6c78;
}
.file_upload{
    font-size: 25px;
    background: transparent;
    text-align: center;
    outline: 0;
    border: 0;
}
.submit_file{
    width: 100%;
    background: #00a8ff;
    text-align: center;
    outline: 0;
    border: 2px solid #000;
    padding: 10px 0;
    color: #000;
    border-radius: 20px;
}
.mentions{
    background: #0099ff1a;
}
.online{
    border: 3px solid #008eff;
}
.unseen_count{
    background: #0084ff;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    padding: 2px;
    width: 20px;
    height: 20px;
}



.player{
        width:100%;
        max-width:360px;
        background:#1c1c1c;
        padding:20px;
        border-radius:20px;
        box-shadow:0 0 25px rgba(255,255,255,0.05);
    }

    .cover{
        width:100%;
        border-radius:15px;
        overflow:hidden;
        margin-bottom:20px;
    }

    .cover img{
        width:100%;
        display:block;
    }

    .ptitle{
        font-size:17px;
        font-weight:600;
        margin-bottom:5px;
        color:#fff !important;
    }

    .artist{
        font-size:14px;
        opacity:0.7;
        margin-bottom:20px;
    }

    .progress{
        width:100%;
    }

    input[type="range"]{
        width:100%;
        appearance:none;
        height:5px;
        border-radius:5px;
        background:#444;
        outline:none;
        direction: ltr;
    }

    input[type="range"]::-webkit-slider-thumb{
        appearance:none;
        width:15px;
        height:15px;
        background:#68d7fc;
        border-radius:50%;
        cursor:pointer;
    }

    .controls{
        /* margin-top:20px; */
        display:flex;
        justify-content:space-around;
        align-items:center;
    }

    .pbtn{
        background:#68d7fc;
        padding:12px;
        width:40px;
        height:40px;
        border-radius:50%;
        display:flex;
        justify-content:center;
        align-items:center;
        font-size:15px;
        cursor:pointer;
        transition:0.2s;
    }

    .pbtn:active{
        transform:scale(0.9);
    }

    .small-pbtn{
        background:none;
        color:#fff;
        font-size:20px;
    }