html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Poppins', sans-serif;
    background: none;
}
img {
    max-width: 100%;
    height: auto;
}
a, button, input, textarea {
    outline: none !important;
    box-shadow: none !important;
}
.g-14.row {
    margin-right: -7px;
    margin-left: -7px;
}

.g-14>[class^="col"] {
    padding-right: 7px;
    padding-left: 7px;
}
/* ============== bootstrap select to work start ============== */
 /* .bootstrap-select.btn-group .dropdown-menu.inner { display: block; } */
.bootstrap-select.show>.dropdown-menu>.dropdown-menu {
    display: block;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden {
    display:none;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu li a {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}
/* ============== bootstrap select to work end ============== */
.widget-head {
    background: #fbfbfb;
    height: 40px;
    float: left;
    width: 350px;
    padding: 0 10px 0 10px;
    -webkit-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
            border-top-left-radius: 5px;    
}
.widget-head a.logo {
    margin: 6.5px 0 0 0;
    display: block;
    float: left;
}
.chat-sec {
    width: 350px;
    height: calc(100% - 165.5px);
    float: left;    
    background: rgba(63,37,148,1);
    background: -moz-linear-gradient(left, rgba(63,37,148,1) 0%, rgba(110,0,213,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(63,37,148,1)), color-stop(100%, rgba(110,0,213,1)));
    background: -webkit-linear-gradient(left, rgba(63,37,148,1) 0%, rgba(110,0,213,1) 100%);
    background: -o-linear-gradient(left, rgba(63,37,148,1) 0%, rgba(110,0,213,1) 100%);
    background: -ms-linear-gradient(left, rgba(63,37,148,1) 0%, rgba(110,0,213,1) 100%);
    background: linear-gradient(to right, rgba(63,37,148,1) 0%, rgba(110,0,213,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f2594', endColorstr='#6e00d5', GradientType=1 );   
    padding: 0 5px 0 5px;
}
.chat-sec .day {
    display: table;
    background: #622CB7;
    margin: 5px auto 0 auto;
    font-size: 11px;
    font-weight: 400;
    color: #9679CD;
    height: 26px;
    line-height: 26px;
    padding: 0 15px;
    -webkit-border-radius: 13px;
            border-radius: 13px;
}
.chat-sec .user-chat,
.chat-sec .slide-ec {
    padding: 5px 35px 0 35px;
    position: relative;
    min-height: 40px;
}
.chat-sec .user-chat img.userimage,
.chat-sec .slide-ec img.userimage {
    position: absolute;
    left: 0;
    top: 5px;
    width: 30px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}
.chat-sec .user-chat span,
.chat-sec .slide-ec span {
    background: #FFF;
    /* min-height: 40px; */
    display: table;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    padding: 6px 10px 7px 10px;
    margin: 0 0 5px 0;
    border-bottom-left-radius: 7px;
    font-size: 12px;
    color: #000;
    line-height: normal;
}
/* group template start */
.chat-sec .user-chat span.group,
.chat-sec .slide-ec span.group {
    padding: 8px;
    border: 0;
    padding: 0;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    background: none;
    overflow: hidden;
    word-break: initial;
    white-space: initial;
    width: 100%;
}
.chat-sec .user-chat span.group span,
.chat-sec .slide-ec span.group span {
    word-break: initial;
    white-space: initial;
}
.chat-sec .user-chat span.group video,
.chat-sec .user-chat span.group audio,
.chat-sec .user-chat span.group img,
.chat-sec .slide-ec span.group video,
.chat-sec .slide-ec span.group audio,
.chat-sec .slide-ec span.group img {
    width: 100%;
    float: left;
    margin-top: 0;
}
.chat-sec .user-chat span.group p,
.chat-sec .slide-ec span.group p {
    font-size: 13px;
    color: #000;
    margin: 0;
    line-height: normal;
    background: #FFF;
    padding: 15px;
}
.chat-sec .user-chat span.group .clearfix,
.chat-sec .slide-ec span.group .clearfix {
    margin-bottom: 0;
}
.chat-sec .user-chat span.group span,
.chat-sec .slide-ec span.group span {
    -webkit-border-radius: 0;
            border-radius: 0;
    padding: 0;
    display: block;
    margin: 0;
}
.chat-sec .user-chat span.group span.cell,
.chat-sec .slide-ec span.group span.cell {
    padding: 5px;
    padding-top: 0;
}
.chat-sec .user-chat span.group span.cell span.question,
.chat-sec .slide-ec span.group span.cell span.question {
    font-size: 13px;
    line-height: normal;
    padding-top: 4px;
}
.chat-sec .user-chat span.group span.cell span.btn-row,
.chat-sec .slide-ec span.group span.cell span.btn-row {
    width: 100%;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 5px 0 0 0;
    margin: 0 0 0 0;
    flex-wrap: wrap;
}
.chat-sec .user-chat span.group span.cell span.btn-row span,
.chat-sec .slide-ec span.group span.cell span.btn-row span {
    padding: 4px 6px;
    background: #5d42d3;
    text-align: center;
    /* -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; */
    margin: 0 2px 2px 0;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    /* max-width: 58px; */
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
            align-items: center;
}
.chat-sec .user-chat span.group span.cell span.btn-row span[aria-expanded="false"],
.chat-sec .user-chat span.group span.cell span.btn-row span[aria-expanded="true"],
.chat-sec .slide-ec span.group span.cell span.btn-row span[aria-expanded="false"],
.chat-sec .slide-ec span.group span.cell span.btn-row span[aria-expanded="true"] {
    position: relative;
}
.chat-sec .user-chat span.group span.cell span.btn-row span[aria-expanded="true"]::after,
.chat-sec .slide-ec span.group span.cell span.btn-row span[aria-expanded="true"]::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid #5d42d3;
    z-index: 9;
}
.chat-sec .user-chat span.group span.cell span.btn-row span:hover,
.chat-sec .slide-ec span.group span.cell span.btn-row span:hover {
    background: #422298;
}
.chat-sec .user-chat span.group span.cell span.btn-row span i,
.chat-sec .slide-ec span.group span.cell span.btn-row span i {
    color: #fff;
    font-size: 12px;
    display: block;
    margin: 0 5px 0 0;
}
.chat-sec .user-chat span.group .reply_buttons,
.chat-sec .slide-ec span.group .reply_buttons {
    padding-top: 8px;
}
/* Audio player start */
.audioplayer {
    padding: 8px 15px;
    background: rgba(0, 0, 0, 0.7) !important;
    width: 100%;
}
.audioplayer-playing .audioplayer-playpause a::before, 
.audioplayer-playing .audioplayer-playpause a::after {
    background-color: #5d42d3 !important;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    border-left: 10px solid #5d42d3 !important;
}
.audioplayer-bar-played {
    background: #5d42d3 !important;
}
/* group template end */






.chat-sec .user-chat p,
.chat-sec .slide-ec p {
    font-size: 11px;
    color: #7c4ee6;
    margin: 0 0 0 0;
    padding: 0;
    line-height: normal;
}
.chat-sec .bot-chat {
    padding: 6px 35px 0 35px;
    position: relative;
    min-height: 40px;
}
.chat-sec .bot-chat img.userimage {
    position: absolute;
    right: 0;
    top: 6px;
    width: 30px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}
.chat-sec .bot-chat span {
    background: rgba(216,31,65,1);
    background: -moz-linear-gradient(left, rgba(216,31,65,1) 0%, rgba(240,29,114,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(216,31,65,1)), color-stop(100%, rgba(240,29,114,1)));
    background: -webkit-linear-gradient(left, rgba(216,31,65,1) 0%, rgba(240,29,114,1) 100%);
    background: -o-linear-gradient(left, rgba(216,31,65,1) 0%, rgba(240,29,114,1) 100%);
    background: -ms-linear-gradient(left, rgba(216,31,65,1) 0%, rgba(240,29,114,1) 100%);
    background: linear-gradient(to right, rgba(216,31,65,1) 0%, rgba(240,29,114,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d81f41', endColorstr='#f01d72', GradientType=1 );
    display: table;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    padding: 6px 10px 7px 10px;
    border-bottom-right-radius: 7px;
    font-size: 13px;
    color: #fff;
    line-height: normal;
    float: right;
    margin: 0 0 6px 0;
}
.chat-sec .bot-chat p {
    font-size: 11px;
    color: #7c4ee6;
    margin: 0 0 0 0;
    padding: 0;
    line-height: normal;
    float: right;
}
.chat-sec button.btn {
    background: rgba(248,56,133,1);
    background: -moz-linear-gradient(left, rgba(248,56,133,1) 0%, rgba(239,29,113,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248,56,133,1)), color-stop(100%, rgba(239,29,113,1)));
    background: -webkit-linear-gradient(left, rgba(248,56,133,1) 0%, rgba(239,29,113,1) 100%);
    background: -o-linear-gradient(left, rgba(248,56,133,1) 0%, rgba(239,29,113,1) 100%);
    background: -ms-linear-gradient(left, rgba(248,56,133,1) 0%, rgba(239,29,113,1) 100%);
    background: linear-gradient(to right, rgba(248,56,133,1) 0%, rgba(239,29,113,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f83885', endColorstr='#ef1d71', GradientType=1 );
    color: #FFF;
    min-height: 26px;
    text-align: left;
    font-size: 12px;
    line-height: 12px;
    margin: 0 2px 2px 0; 
    float: left;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-transition: background 0.3s;
       -moz-transition: background 0.3s;
        -ms-transition: background 0.3s;
         -o-transition: background 0.3s;
            transition: background 0.3s;
}
.chat-sec button.btn:hover {
    background: rgba(239,29,113,1);
    background: -moz-linear-gradient(left, rgba(239,29,113,1) 0%, rgba(248,56,133,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(239,29,113,1)), color-stop(100%, rgba(248,56,133,1)));
    background: -webkit-linear-gradient(left, rgba(239,29,113,1) 0%, rgba(248,56,133,1) 100%);
    background: -o-linear-gradient(left, rgba(239,29,113,1) 0%, rgba(248,56,133,1) 100%);
    background: -ms-linear-gradient(left, rgba(239,29,113,1) 0%, rgba(248,56,133,1) 100%);
    background: linear-gradient(to right, rgba(239,29,113,1) 0%, rgba(248,56,133,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef1d71', endColorstr='#f83885', GradientType=1 );
}
.slide-sec {
    padding: 5px 0 0 0;
}
.slide-sec .owl-item.center {
    width: 239px !important;
}
/* .slide-sec .owl-carousel .owl-stage {
    left: -37px;
} */
.slide-sec .owl-item:not(:first-child):last-child {
    width: 60px !important;
}
.slide-sec .owl-item .item {
    overflow-x: hidden;
    -webkit-border-radius: 5px;
            border-radius: 5px;
}
.slide-sec .cell {
    -webkit-border-radius: 5px;
            border-radius: 5px;
    background: rgba(240,240,240,1);
    background: -moz-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,240,240,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff', GradientType=1 );
    border: 1px solid #c2c0c6;
    padding: 5px 0 1px 0;
    /* height: 264px;  */
    width: 270px;
    overflow: hidden;
    margin: 0 auto;
}
.slide-sec .cell .img-bx {
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide-sec .cell .img-bx img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
.slide-sec .cell span {
    color: #D61032;
    font-size: 14px;
    font-weight: 700;
    display: block;
    padding: 0 15px;
    margin: 5px 0 0 0;
    text-align: center;
}
.slide-sec .cell span sub {
    font-size: 12px;
    color: #4C4C4C;
    line-height: normal;
    bottom: 0;
    font-weight: 400;
    display: block;
}
.slide-sec .buttons {
    padding: 5px 30px 0 30px;
}
.slide-sec .buttons button {
    width: 100%;
    border: 1px solid #d1d1d1;
    color: #3e58a8;
    min-height: 30px;
    padding: 5px 5px;
    -webkit-border-radius: 17px;
            border-radius: 17px;
    background: #fff;
    font-size: 13px;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
    margin: 0 0 4px 0;
}
.slide-sec .buttons button:hover {
    font-weight: 700;
    color: #D51032;
}
/* .slide-sec .owl-dots {
    display: table;
    margin: 10px 51px 0 auto;
    float: right;
} */
/* .slide-sec .owl-dot {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #FFF !important;
    float: left;
    margin: 0 2px;
} */
/* .slide-sec .owl-dot.active {
    background: #FB3583 !important;
} */
.slide-sec p {
    font-size: 11px;
    color: #7c4ee6;
    margin: 6px 0 0 47px;
    padding: 0;
    line-height: normal;
    float: left;
}
.slide-sec .owl-nav {
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 999;
} 
.slide-sec .owl-prev,
.slide-sec .owl-next {
    width: 30px !important;
    height: 40px !important;
    position: absolute;
    top: 50%;
    margin-top: -17.5px;
    font-size: 0 !important;
    background: #f01f73 !important;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}
.slide-sec .owl-prev i,
.slide-sec .owl-next i {
    color: #fff;
    font-size: 21px;
}
.slide-sec .owl-prev:hover,
.slide-sec .owl-next:hover {
    background: #7f0ffd !important;
}
.slide-sec .owl-next {
    right: 1px;
    background-position: right top !important;
}
.slide-sec .owl-prev {
    left: 1px !important;
    background-position: left top !important;
}
.slide-sec .owl-next:hover {
    background-position: right bottom !important;
}
.slide-sec .owl-prev:hover {
    background-position: left bottom !important;
}
.blank-space1 {
    width: 100%;
    height: 15px;
}
.widget-footer {
    width: 350px;
    padding: 10px;
    background: #ECEAF5;
    float: left;
    -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
            border-bottom-left-radius: 5px;
}
.widget-footer .top {
    width: 100%;
    padding: 0 44px 0 0;
    position: relative;
}
.widget-footer .top input {
    width: 100%;
    height: 34px;
    border: 1px solid #acacac;
    -webkit-border-radius: 17px;
            border-radius: 17px;
    font-size: 14px;
    color: #565656;
    padding: 0 60px 0 15px;
}
.widget-footer .top textarea {
    width: 100%;
    height: 34px;
    border: 1px solid #acacac;
    -webkit-border-radius: 17px;
            border-radius: 17px;
    font-size: 14px;
    color: #565656;
    padding: 5px 60px 0 10px;
    resize: none;
    vertical-align: top;
    max-height: 48px;
    min-height: 34px;
}
.widget-footer .top input.highlight,
.widget-footer .top textarea.highlight {
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 15px -7px rgba(0,0,0,0.75) !important;
    -webkit-box-shadow: 0px 0px 15px -7px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: 0px 0px 15px -7px rgba(0,0,0,0.75) !important;
}
.widget-footer .top input[readonly],
.widget-footer .top textarea[readonly] {
    opacity: 0.6;
}
.widget-footer .top button.submit {
    width: 34px;
    height: 34px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: url(../images/send.jpg) center top no-repeat;   
    border: 0px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 13px;    
}
.widget-footer .top button.submit:hover {
    background: url(../images/send.jpg) center bottom no-repeat;
}
.widget-footer hr {
    height: 1px;
    background: #E1DDE9;
    margin: 8px 0;
    border: 0px;
}
.widget-footer .bottom {
    padding: 0;
    overflow: auto;
}
.widget-footer .bottom a {
    height: 28px;
    -webkit-border-radius: 14px;
            border-radius: 14px;
    display: inline-block;
    border: 1px solid #acacac;
    font-size: 10px;
    color: #404040;
    padding: 0 9px;
    margin: 0 4px 0 0;
    line-height: 28px;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
    text-decoration: none;
    float: left;
}
.widget-footer .bottom a:hover {
    border: 1px solid #43219C;
    background: #43219C;
    color: #fff;
}
.widget-footer .bottom a.online {
    border: 1px solid #0bcb3d;
    background: #0bcb3d;
    color: #fff;
}
.widget-footer .emoji {
    position: absolute;
    top: 7px;
    right: 55px;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    color: #4C4C4C;
    border: 0px;
    background: none;
}
.widget-footer .emoji svg {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    fill: #4c4c4c;
}
.widget-footer .emoji:hover svg {
    fill: #fcc21b;
}
.emoji-cell {
    width: 220px;
    height: 0;
    background: #FFF;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0;
    position: absolute;
    right: 44px;
    bottom: 44px;
    z-index: 9;
    padding: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.emoji-cell img {
    width: 20px;
    margin: 0 0 2px 0;
    float: left;
    transform: scale(1);
    cursor: pointer;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.emoji-cell img:hover {
    transform: scale(1.2);  
}
.emoji-cell.open {
    padding: 10px 10px 10px 10px;
    height: 174px;
}
.powered-by {
    font-size: 11px;
    text-align: center;
    background: #dcdcdc;
    padding: 5px 0;
    width: 350px;
    position: relative;
    left: -10px;
    bottom: -10px;
}
.powered-by img {
    width: 115px;
    margin-left: 5px;
}


/* Login */
.login-screen {
    position: absolute;
    height: 100%;
    width: 350px;
    z-index: 9;
    background: rgba(63,37,148,1);
    background: -moz-linear-gradient(left, rgba(63,37,148,1) 0%, rgba(110,0,213,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(63,37,148,1)), color-stop(100%, rgba(110,0,213,1)));
    background: -webkit-linear-gradient(left, rgba(63,37,148,1) 0%, rgba(110,0,213,1) 100%);
    background: -o-linear-gradient(left, rgba(63,37,148,1) 0%, rgba(110,0,213,1) 100%);
    background: -ms-linear-gradient(left, rgba(63,37,148,1) 0%, rgba(110,0,213,1) 100%);
    background: linear-gradient(to right, rgba(63,37,148,1) 0%, rgba(110,0,213,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f2594', endColorstr='#6e00d5', GradientType=1 );
    -webkit-border-radius: 5px;
            border-radius: 5px;
}
.login-screen::after {
    width: 100%;
    height: 228px;
    position: absolute;
    top: -2px;
    left: -1px;
    background: url(../images/bg-1.png) center top no-repeat;
    content: '';
}
.login-screen-head {
    /* background: #fbfbfb; */
    height: 40px;
    float: left;
    width: 100%;
    padding: 10px 10px 0 10px;
    -webkit-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
            border-top-left-radius: 5px;    
    position: relative;
    z-index: 9;
}
.login-screen-head a.logo {
    margin: 6.5px 0 0 0;
    display: block;
    float: left;
}
.login-screen .inner-cover {
    position: relative;
    height: calc(100% - 40px);
    /* overflow-y: hidden; */
    padding: 60px 0 0 0;
    z-index: 9;
    top: 0px;
}
.login-screen .inner {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 9;
}
.login-screen .bot-chat {
    padding: 5px 20px 30px 55px;
    position: relative;
    min-height: 40px;
}
.login-screen .bot-chat img.userimage {
    position: absolute;
    left: 20px;
    top: 5px;
    width: 30px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}
.login-screen .bot-chat span {  
    background: #FFF;
    /* min-height: 40px; */
    display: table;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    padding: 6px 10px 7px 10px;
    margin: 0 0 3px 0;
    border-bottom-left-radius: 7px;
    font-size: 13px;
    color: #000;
    line-height: normal;
}
.login-screen .forms {
    padding: 0 20px;
}
.login-screen .forms input {
    width: 100%;
    height: 40px;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    border: 0px;
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #000;
    padding: 0 15px;
}
.login-screen .forms p {
    font-size: 12px;
    color: #8E6DBE;
    line-height: 14px;
    margin: 10px 0 0 0;
    padding: 0;
}
.login-screen .inner .buttons {
    padding: 20px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-screen .inner .buttons button {
    width: 46.5%;
    float: left;
    margin: 0 5px;
    border: 0px;
    height: 40px;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    color: #fff;
    font-size: 13px;
}
.login-screen .inner .buttons button.chat {
    background: #DE1F4B;
}
.login-screen .inner .buttons button.fb {
    background: #4867aa;
}
.login-screen .inner .buttons button.chat:hover {
    background: #C5143D;
}
.login-screen .inner .buttons button.fb:hover {
    background: #38589c;
}
span.powered {
    font-size: 12px;
    display: block;
    color: #fff;
    opacity: 0.7;
}
.buttonwraper {
    padding: 5px 0 0 0;
}
.buttonwraper a.btn {
    background: #9c35ff;
    color: #fff;
    font-size: 14px;
}
.buttonwraper a.btn:hover {
    background: #DE1F4B;
}


.attachment {
    position: absolute;
    top: 4px;
    right: 80px;
    color: #4C4C4C;
    border: 0px;
    background: none;
    font-size: 16px;
}
.attachment:hover {
    color: #5d42d3;
}


/* =============================================== */
.attachment-cell {
    width: 180px;
    height: 35px;
    background: #FFF;
    position: absolute;
    top: -42px;
    left: 70px;
    padding: 0 0 0 0;
    background: #e0e0e0;
    box-shadow:  5px 5px 13px #bebebe,
                 -5px -5px 13px #ffffff;
}
.attachment-cell .col {
    width: 45px;
    height: 35px;
    float: left;
    border-right: 1px solid #ebebeb;
    text-align: center;
    line-height: 35px;
    cursor: pointer !important;
    overflow: hidden;
}
.attachment-cell .col i {
    font-size: 16px;
}
.attachment-cell .col:last-child {
    border-right: 0;
}
.attachment-cell .col:hover {
    background: #e0e0e0;
    box-shadow: inset 5px 5px 13px #bebebe,
                inset -5px -5px 13px #ffffff;
}
.attachment-cell .col input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer !important;
    height: 0;
}
.media-up-blk input {
    height: 1px;
    opacity: 0;
    display: contents;
}

.loader {
    width: 100%;
    height: calc(100% - 165px);
    background: rgba(0,0,0,0.3);
    position: absolute;
    z-index: 9;
    top: 40px;
}
.loader>div {
  height: 0;
  width: 0;
  padding: 15px;
  border: 6px solid #fff;
  border-right-color: #5D42D3;
  border-radius: 22px;
  -webkit-animation: rotate 1s infinite linear;
  /* left, top and position just for the demo! */
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -21px;
  margin-left: -21px;
}
@-webkit-keyframes rotate {
  /* 100% keyframe for  clockwise. 
     use 0% instead for anticlockwise */
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.drop-colaps,
.drop-colaps span {
    display: block;
}
.drop-colaps .card-body {
    padding: 5px 2.5px;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    margin: 7px 0 0 0;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.drop-colaps .card-body button {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: rgba(216,31,65,1);
    background: -moz-linear-gradient(left, rgba(216,31,65,1) 0%, rgba(240,29,114,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(216,31,65,1)), color-stop(100%, rgba(240,29,114,1)));
    background: -webkit-linear-gradient(left, rgba(216,31,65,1) 0%, rgba(240,29,114,1) 100%);
    background: -o-linear-gradient(left, rgba(216,31,65,1) 0%, rgba(240,29,114,1) 100%);
    background: -ms-linear-gradient(left, rgba(216,31,65,1) 0%, rgba(240,29,114,1) 100%);
    background: linear-gradient(to right, rgba(216,31,65,1) 0%, rgba(240,29,114,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d81f41', endColorstr='#f01d72', GradientType=1 );
    border: 0px;
    font-size: 12px;
    color: #fff;
    padding: 4px 0;
    margin: 0 2.5px;
    -webkit-border-radius: 2px;
            border-radius: 2px;
}
.drop-colaps .card-body button:hover {
    background: #5d42d3;
}
.modal-1 .modal-body {
    padding: 10px;
}
.modal-1 .modal-body video {
    width: 100%;
    height: 234px;
}
.modal-1 .modal-body .close {
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    padding: 0;
    position: absolute;
    top: -5px;
    right: -5px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EB1D68;
    opacity: 1 !important;
    z-index: 9;
}
.modal-1 .modal-body .close:hover {
    background: #5D42D3;
}
.modal-1 .modal-body .close img {
    width: 14px;
}
.modal-1 .modal-footer {
    padding: 10px;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.modal-1 .modal-footer .send-record-video {
    border: 0px;
    padding: 0 8px;
    border-radius: 4px;
    background: #5d42d3;
    margin: 0 0 0 0;
    color: #fff;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
}
.modal-1 .modal-footer .send-record-video:hover {
    background: #eb1d68;
}
.modal-1 .modal-footer .btn {
    background: #eb1d68;
    height: 26px;
    font-size: 12px;
    color: #fff;
    line-height: 26px;
    padding: 0;
    border: 0px;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 4px;
    margin: 0 0 0 0;
}
.modal-1 .modal-footer .btn:hover {
    background: #5d42d3;
}
.video-duration {
    padding: 0 8px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 10px;
    left: 10px;
    color: #FFF;
    font-size: 12px;
    z-index: 99;
    -webkit-border-radius: 2px;
            border-radius: 2px;
}
.video-error{
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    background: #ffffffeb;
    padding: 10px;
    font-size: 12px;
    color: #f00;
}


.slider-second .owl-dots {
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: center;
            justify-content: center;
    padding-bottom: 20px;
    padding-top: 5px;
}
.slider-second .owl-dot {
    width: 10px !important;
    height: 10px !important;
    -webkit-border-radius: 50% !important;
            border-radius: 50% !important;
    background: #9d45ff !important;
    margin: 0 2.5px;
}
.slider-second .owl-dot.active {
    background: #fff !important;
}
.slider-second .owl-dot span {
    display: none;
}

/* Popup video: Start */
* video container */
.videoContainer {
  width: 312px;
  height: 234px;
  position: relative;
  overflow: hidden;
  background: #181818;
  color: #ccc;
  border-radius: 0;
  /* border: 1px solid rgba(0, 0, 0, 0.8); */
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); */
  margin: 50px auto 0;
}

.videoContainer:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3); */
  z-index: 6;
  border-radius: 0;
  pointer-events: none;
}

/*** VIDEO CONTROLS CSS ***/
/* control holder */
.control {
  color: #ccc;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  z-index: 5;
  display: none;
  opacity: 1 !important;
}

/* control bottom part */
.btmControl {
  clear: both;
}

.control .btnPlay {
  float: left;
  width: 34px;
  height: 30px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
}

.control .icon-play {
  background: url(https://s.cdpn.io/6035/vp_sprite.png) no-repeat -11px 0;
  width: 6px;
  height: 9px;
  display: block;
  margin: 4px 0 0 8px;
}

.control .icon-pause {
  background: url(https://s.cdpn.io/6035/vp_sprite.png) no-repeat -34px -1px;
  width: 8px;
  height: 9px;
  display: block;
  margin: 4px 0 0 8px;
}

.control .selected {
  font-size: 15px;
  color: #ccc;
}

.control .sound {
  width: 30px;
  height: 30px;
  float: left;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-left: none;
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
  cursor: pointer;
  padding: 0;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.control .icon-sound {
  background: url(https://s.cdpn.io/6035/vp_sprite.png) no-repeat -19px 0;
  width: 13px;
  height: 10px;
  display: block;
  margin: 0;
}

.control .muted .icon-sound {
  width: 7px !important;
}

.control .btnFS {
  width: 30px;
  height: 30px;
  border-radius: 0 6px 6px 0;
  float: left;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-left: none;
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
  padding: 0;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.control .icon-fullscreen {
  background: url(https://s.cdpn.io/6035/vp_sprite.png) no-repeat 0 0;
  width: 10px;
  height: 10px;
  display: block;
  margin: 0;
}

/* PROGRESS BAR CSS */
/* Progress bar */
.progress-bar {
  width: calc(100% - 96px);
  height: 30px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-left: none;
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
  float: left;
}

.progress {
  width: 100%;
  height: 7px;
  position: relative;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
  /* fallback */
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 1px black;
  border-radius: 10px;
}

.progress span {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 10px;
}

.timeBar {
  z-index: 10;
  width: 0;
  background: -webkit-linear-gradient(top, #6bcce2 0%, #1da3d0 100%);
  box-shadow: 0 0 7px rgba(107, 204, 226, 0.5);
}

.bufferBar {
  z-index: 5;
  width: 0;
  background: rgba(255, 255, 255, 0.2);
}

/* VOLUME BAR CSS */
/* volume bar */
.volume {
  position: relative;
  cursor: pointer;
  width: 70px;
  height: 10px;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}

.volumeBar {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #eee;
  z-index: 10;
}
/* Popup video: End */

ul.message-list {
    margin: 5px 0 0 5px;
    padding: 0;
    list-style: none;
    color: red;
}
ul.message-list li {
    padding: 0 0 0 10px;
    position: relative;
}
ul.message-list li::after {
    width: 4px;
    height: 4px;
    background: red;
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}
.login-screen .form-control.selectoption {
    width: 100%;
    height: 40px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 0px;
    margin: 0 0 10px 0 !important;
    font-size: 14px;
    color: #000;
    padding: 0 15px;
    
        background-image: url('data:image/svg+xml;utf8,<svg width="8" height="5" viewBox="0 0 8 5" fill="black" xmlns="http://www.w3.org/2000/svg"><path d="M0.94 0L4 3.09042L7.06 0L8 0.951417L4 5L0 0.951417L0.94 0Z" fill="black"/></svg>');
        background-repeat: no-repeat;
        background-size: 11px;
        background-position: calc(100% - 11px) 14px;
        padding-right: 30px;
        -webkit-appearance: none;
    -moz-appearance: none;

    
}
/* ex-modal: Start */
.ex-modal {
    width: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 99px;
    z-index: 2;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 0;
    transition: 0.3s;
    overflow: hidden;
}
.ex-modal.on {
    height: calc(100vh - 200px);
    /* height: auto; */
}
.ex-modal .ex-close {
    width: 26px;
    height: 26px;
    background: rgb(223 223 223);
    position: absolute;
    top: 10px;
    right: 10px;
    border: 0;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ex-modal .ex-close i {
    font-size: 14px;
    color: #838383;
}
.ex-modal .ex-close:hover i {
    color: #000;
}
.ex-modal-top {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}
.ex-modal-top span {
    font-size: 16px;
    color: #000;
    display: block;
    text-align: left;
    font-weight: 600;
    padding: 0 46px 0 20px;
}
.ex-middle {
    padding-left: 10px;
    padding-right: 10px;
    height: calc(100% - 143px);
    padding-bottom: 10px;
}
.ex-middle label {
    font-size: 14px;
}
/*
.ex-middle input {
    width: calc(100% - 10px);
    height: auto;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
    line-height: 1;
    cursor: pointer !important;
    border: 0 !important;
    background: none !important;
    border-radius: 10px;
    left: 10px;
}
.ex-middle input::after {
    content: ''attr(cite)'';
    width: calc(100% + 10px);
    height: auto;
    position: relative;
    left: -10px;
    top: 0;
    background: #fff;
    border-radius: 10px;
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    border: 1px solid #e9e9e9;
    cursor: pointer;
}
.ex-middle input:checked[type=radio]::after, .ex-middle input:checked[type=checkbox]::after {
    background: #e7e7e7;
    color: #000;
}
.ex-middle input::before {
    content: '';
    width: 14px;
    height: 14px;
    background: url(../images/check-3.png) center no-repeat;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: -2px;
    z-index: 1;
    display: none;
}
.ex-middle input:checked[type=radio]::before, .ex-middle input:checked[type=checkbox]::before {
    display: block;
}
*/

.ex-middle label {
  display: block;
  position: relative;
  margin-top: 8px;
  cursor: pointer;
}

.ex-middle input[type="radio"], .ex-middle input[type="checkbox"]  {
  display: none;
}

.ex-middle label span::after {
  content: attr(cite);
  display: block;
  width: 100%;
  padding: 10px 25px 10px 30px;
  font-size: 14px;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  background: #fff;
  text-align: left;
}

.ex-middle label span::before {
  content: '';
  width: 14px;
  height: 14px;
  background: url(../images/check-3.png) center no-repeat;
  background-size: contain;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 10px;
  display: none;
  z-index: 2;
}


.ex-middle input[type="radio"]:checked + span::after, .ex-middle input[type="checkbox"]:checked + span::after {
  background: #939090;
  color: #ebebeb;
}

.ex-middle input[type="radio"]:checked + span::before, .ex-middle input[type="checkbox"]:checked + span::before {
  display: block;
}

@media (prefers-color-scheme: dark) {
    .ex-middle label span::before {
        background: url(../images/check-3-white.png) center no-repeat;
    }
    .ex-middle label span::after {
        background: #000000;
        color: #fff;
    }
    .ex-middle input[type="radio"]:checked + span::after {
          background: #939090;
          color: #ebebeb;
    }
}


.ex-modal.on.in-iframe {
    display: flex;
    flex-direction: column;
    max-width: 420px;
    left: 50%;
    transform: translateX(-50%);
    height: calc(100vh - 50px);
    bottom: 25px;
}
.ex-modal.in-iframe .ex-middle {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    flex: 1;
    gap: 10px;
}
.ex-modal.on.in-iframe .ex-middle .h-100 {
    flex: 1;
    height: calc(100% - 100px) !important;
}
.ex-modal.on.in-iframe .ex-middle .h-100 {
    flex: 1;
    height: calc(100% - 100px) !important;
}
.ex-modal.in-iframe .ex-middle .submit {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    height: 45px;
    width: 120px;
	margin: 0 auto 15px auto;
}
/* ex-modal: Start */

.scroll-visible-none.chat-sec .simplebar-track:not(.ex-modal.on .simplebar-track) {
    display: none;
}

.display-file-name {
    position: relative;
    right: 0;
    bottom: 0;
    padding: 4px !important;
    text-align: right;
    background: #26044a;
    color: #ffffff !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    float: none !important;
}

/* bot chat edit :start */
.botchat-edit {
    color: #000;
    transition: 0.5s;
    text-decoration: none;
    font-size: 9px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: -8px;
    border: 1px solid #afafaf !important;
}
.botchat-edit:hover {
	color: #000000;
	text-decoration: none;
}

.web-img-template {
	position: relative;
}
.web-img-template img {
	width: 100%;
}
.web-img-template .mediablock-edit {
    position: absolute;
    font-size: 9px;
    color: #000;
    background-color: #fff;
    border-radius: 100px;
    box-shadow: 0px 3px 10px 0px rgba(31, 31, 31, 0.14);
    display: inline-flex;
    justify-content: center;
    align-items: center;
	transition: 0.5s;
	width: 18px;
    height: 18px;
    top: -8px;
    right: 0;
    border: 1px solid #afafaf !important;
}
.web-img-template .mediablock-edit:hover {
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
}
.display-file-name {
	position: relative;
    right: 0;
    bottom: 0;
    padding: 4px !important;
    text-align: right;
	background: #26044a;
    color: #ffffff !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	float: none !important;
}
.name-edit {
	padding: 20px 0 10px 0;
}
.name-edit input {
	font-size: 14px !important;
    height: 40px;
    width: 100%;
    border: 1px solid #d9d9d9;
    padding: 0 15px;
}
/* bot chat edit :end */