:root {

    --msger-inputarea-height: 70px;

}

.user_image {

    width: 100%;
    height: 100%;
    object-fit: cover;

}

.left-block .open-left-block {
    position: absolute;
    top: 45%;
    right: -71px;
    z-index: 9;
}

.light-logo img{

    width:30%;
    height:100%;
    display:block ;
    margin:auto ;
    padding-top: 5px;

}

.price {
    font-weight: bold;
    font-size: 20px;
    line-height: normal;
    padding: 10px 0;
}


#msgContainer {
    position: absolute;
    display: block;
    /* z-index: 1; */
    width: 100%;
    display: block;
    margin: auto;
    /* margin-bottom: -15px; */
    border-radius: 10px;
    /* margin-top: -70px; */

}

#msgContainer .modal-header{

    padding: 5px;
    border: none;

}

#msgContainer .modal-header .close {
    opacity: 1;
    padding: 3px;
    border-radius: 10px;
    background: #0c426f;
    color: #FFF;
}

#msgContainer .modal-title {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-family: math;
    font-weight: 700;
}

#msgContainer .modal-body {

    padding-top: 0;
    padding-bottom: 5px;
    background : #FFF;
    margin-bottom: 5px;

}

#msgContainer p{

    margin-bottom: 5px;
    text-align : center ;

}

#LoginModal .title{
    width: 100%;
    padding: 10px 0;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #FFF ;

}

#LoginModal .box {

    border: 1px solid rgb(0, 0, 0, .2);
    /* padding: 20px; */
    border-radius: 20px;
    margin-top: 30px;

}

#LoginModal .basic .title{
    background: #0c426f ;
}

#LoginModal .standard .title{
    background: #bdbd3f;
}

#LoginModal .business .title{
    background: #5252f3;
}

#LoginModal .view{
    display: block;
    width: 100%;
    padding: 30px 20px 20px;
    background: var(--white-smoke);
}

#LoginModal .icon{
    display: flex;
    justify-content: center;
}

#LoginModal .icon img{
    width: 50px;
}

#LoginModal .cost{
    display: flex;
    justify-content:center;
    flex-direction: row;
    margin-top: 10px;
}

#LoginModal .amount{
    font-size: 2.8em;
    font-weight: bolder;
}

#LoginModal .detail{
    margin: auto 0 auto 5px;
    width: 70px;
    font-size: 0.7em;
    font-weight: bold;
    line-height: 15px;
    color: #7D7C7C;
}

#LoginModal .description{
    margin: 30px auto;
    font-size: 0.8em;
    color: #7D7C7C;
    padding: 0 20px 0;
}

#LoginModal ul{
    list-style: none;
}

#LoginModal li{
    margin-top: 10px;
}

#LoginModal  li::before{
    content: "";
    background-image: url("https://i.postimg.cc/ht7g996V/check.png");
    background-position: center;
    background-size: cover;
    opacity: 0.5;

    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

#LoginModal .button{
    margin: 0 auto 30px;
    padding: 0 20px 0;
    text-align: center;
}

#LoginModal  button{
    /* height: 40px;
    width: 250px; */
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #FFF;
    border: 2px solid #FFF;
    border-radius: 50px;
    background: #0c426f;
    opacity: 1;
}

#LoginModal button:hover{
    color: #0c426f ;
    transition: 0.5s;
    border: none;
    background: #FFF;
}

/* Responsiveness:Start */
@media screen and (max-width:970px) {
    #LoginModal .content{
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: 50px auto;
    }
    #LoginModal .standard, #LoginModal .business{
        margin-top: 25px;
    }
}
/* Responsiveness:End */
@media (min-width: 992px) {
    .modal-xl {
        max-width: 1200px;
    }
}

#LoginModal .modal-title {

    text-align: center;
    font-size: 20px;
     width: 100%;

}

.msger {
    /* display: flex; */
    flex-flow: column wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 0;
    height: calc(100% - 50px);
    /* border: 1px solid #0c426f ; */
    border-radius: 5px;
    /* background: var(--msger-bg); */
    box-shadow: none ;
    background: transparent ;

}

.msger-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: #FFF;
    color: #0c426f;
    font-size: 22px;
    font-weight: 700;
    /* border-bottom: 1px solid; */
    border-radius: 10px 10px 0 0 ;
    /* border-bottom: none; */
}

.msger-header-options span i {

    color : green ;

}

.preview-open .msger-chat {

    /*flex: 1;*/
    overflow-y: auto ;
    padding: 10px ;
    height: 70vh ;
    max-height: 54vh ;

}
.right-block {
    /* position: relative;
    display: flex;
    flex-direction: column; */
    height: 100%;
    /* width: 100%; */
}

.msger {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.msger-chat {
    flex: 1; /* Takes up available space */
    overflow-y: auto; /* Scrollable content */
    padding: 10px;
    margin-bottom: 10px;
    max-height: calc(85vh - var(--msger-inputarea-height));
    transition: max-height 0.3s;
}

.msger-chat::-webkit-scrollbar {
    width: 6px;
}
.msger-chat::-webkit-scrollbar-track {
     background: #ddd;
}
.msger-chat::-webkit-scrollbar-thumb {
    background: #bdbdbd;
}

.msg {
    display: flex;
    align-items: flex-end;
    margin-bottom: 2px;
}
.msg:last-of-type {
    margin: 0;
}
.msg-img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background: #ddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}
.msg-bubble {
    max-width: 650px;
    /* width: 80%; */
    padding: 5px;
    border-radius: 15px;
    background: var(--left-msg-bg);
}
.msg-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.msg-info-name {
    margin-right: 10px;
    font-weight: bold;
}
.msg-info-name img {

    width: 50px;
    height: 50px;

}
.msg-info-time {
    font-size: 0.85em;
}

.msg-text{

    text-align: justify;
    display: flex;
    align-items: center;

}

.msg-text .fa-edit{

    margin-right: 10px ;
    cursor : pointer ;
}

.left-msg .msg-bubble {
    border-bottom-left-radius: 0;
}

.right-msg {
    flex-direction: row-reverse;
}
.right-msg .msg-bubble {
    background: var(--right-msg-bg);
    color: #000;
    border-bottom-right-radius: 0;
}
.right-msg .msg-img {
 margin: 0 0 0 10px;
}

.msger-inputarea {

    position: fixed;
    bottom: 10px;
    width: calc(100% - 38rem);

}
.sidebar-collapse .msger-inputarea {

    position: fixed;
    bottom: 10px;
    width: calc(100% - 290px);

}


.msger-inputarea * {
    /* padding: 10px;
    border: none;
    border-radius: 3px;
    font-size: 1em; */
}
.msger-input {
    flex: 1;
    /*background: #ddd;*/
    background: #ffffff;

}
.msger-send-btn {
    /*margin-left: 10px;*/
    background: #0c426f;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.23s;
    padding: 0 20px;
    /*border-radius: 20px;*/
    font-weight: 400;
    border : 1px solid ;
}

.msger-send-btn:hover  {
    background: #FFF ;
    border : 1px solid #0c426f;
    color : #0c426f ;
    font-weight: 600;
}

.msger-send-btn:hover > .svg-style path {

    fill: #0c426f;
    margin: 13px;

}

.msger-chat {

    /* background-color: #eaeef3;
    background-image: url("../images/chat_bot2.png"); */
    /*border: 1px solid #0c426f;*/
    border-top: none;
    border-bottom: none;
    background-size : contain ;

}

.sb_pop_btn {

    background: #0c426f;
    border: none;
    border-radius: 20px;
    margin: auto;
    display: table;
    border: 1px solid #0c426f;
    color: #FFF;
    text-align: center;
    align-items: center;

}

.sb_pop_btn:hover {
    color: #0c426f;
    background: #FFF;
    border: 1px solid #0c426f;
}

#text::after{
    /*content: '';*/
    /*display: inline-block;*/
    /*background-color: white;*/
    /*margin-left: 2px;*/
    /*height: 25px;*/
    /*width: 4px;*/
    /*animation: cursor 0.4s infinite;*/
}

.otp_send_btn , .otp_resend_btn{

    border: 1px solid #FFF;
    padding: 5px;
    color:#FFF;
    border-radius: 10px;
    cursor: pointer;
    background: #0c426f;

}

.otp_send_btn:hover , .otp_resend_btn:hover {

    border: 1px solid #0c426f;
    padding: 5px;
    color:#0c426f !important;
    border-radius: 10px;
    cursor: pointer;
    background: #FFF;

}

.left-msg .msg-text p {
    /* background: #0b375c;
    padding: 10px;
    border-radius: 0 15px 15px;
    box-shadow: 0px 4px 0px 0px rgb(0, 0, 0, 0.1);
    margin-bottom: 5px;
    border-top: 1px solid rgb(0, 0, 0, 0.2);
    color: #ffffffd9; */
    background: #FFF;
    padding: 10px;
    border-radius: 0 15px 15px;
    box-shadow: 0px 4px 0px 0px rgb(0, 0, 0, 0.1);
    margin-bottom: 5px;
    border-top: 1px solid rgb(0, 0, 0, 0.2);
    color: #3e557f;
}

.right-msg .msg-text p {

    background: #0c426f;
    padding: 10px;
    border-radius: 15px 0 15px 15px;
    box-shadow: 0px 4px 0px 0px rgb(0, 0, 0, 0.1);
    margin-bottom: 5px;
    border-top: 1px solid rgb(0, 0, 0, 0.2);
    color : #FFF;

}

.svg-style {

    width: 42px;
    height: 40px;
    color: #FFF;

}

.svg-style path {

    fill: rgb(238 239 243);
    margin: 13px;

}


#language{

    border-right: 1px solid rgb(0, 0, 0, .3);
    border-radius: 0;
    background: #0c426f;
    color: #FFF;

}

.close_btn {

    margin-left: auto;
    float: right;
    background: #0c426f;
    color: #FFF;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #0c426f;

}

.close_btn:hover {
    margin-left: auto;
    float: right;
    background: #FFF;
    color: #0c426f;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #0c426f;
}

.ch_btn{

/*background: #FFF;*/
width: auto;
/*width: 50%;*/
padding: 5px;
/*text-align: center;*/
border-radius: 10px;
/*box-shadow: 1px 1px 1px 1px rgb(0, 0, 0, .1);*/

}

.translate-button , .read-response ,  .thumb-up , .thumb-down , .copy_text {

background: transparent;
border: none;
color: #276dcf;
/*text-shadow: 0 0 BLACK;*/
padding: 5px;
/*border : 1px solid #FFF ;*/


}

.ch_btn button:hover {

/*background: #0c426f;*/

background: transparent;
color: #0c426f;
border: none;
border-radius: 5px;
border : 1px solid #0c426f ;

}

.left-msg .msg-info-time {

float : right ;

}

#startBtn , #attachBtn {

    background: transparent ;
    border: none;
    color: #0c426f;
    cursor: pointer;
    height: 43px;
    width: 43px;
    /* border: 1px solid; */

}

#startBtn i {

    font-size: 21px;
    line-height: inherit;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;

}

#startBtn:hover , #attachBtn:hover{
    background: transparent;
    border: none;
    color: #0c426f;
    cursor: pointer;
    border: 1px solid;
    border-color: #0c426f;
}

.msger-chat , .msger-header  {

width:100% ;

}

#feedbackForm {

background: #FFF;
padding: 20px;
border-radius: 20px;

}

#closeFeedbackForm{

    background: transparent;
    border-radius: 20px;
    color: #0c426f !important;
    font-weight: 800;
    border: 1px solid;
    margin: 0px ;

}

.feedheader {

display: flex;
justify-content: space-between;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px solid rgb(0, 0, 0, .1);

}

.submitFeedback {

margin-top: 20px;
/*border: none;*/
color: #FFF;
background: #0c426f;
border: 1px solid #0c426f;
border-radius: 20px;

}

.submitFeedback:hover {

    background: #FFF;
    color: #0c426f;
    border: 1px solid #0c426f;
    border-radius: 20px;

}

#previewContainer{

    width: 100%;
    display: none;
    /* position: fixed; */
    padding: 10px;
    /* margin-left: 10px; */
    /* background: #eaeef3; */
    /* border-left: 1px solid #0c426f;
    border-right: 1px solid #0c426f; */
    /*margin-bottom: 10px;*/
    margin-top: -20px;

    z-index: 999;
    position: absolute;

}

#previewContainer a , #previewContainer img {

background: #FFF;
padding: 10px;
border-radius: 20px;
margin-bottom: 10px;
/* border: 1px solid #0c426fc4; */
box-shadow: inset -1px 1px 3px 3px rgb(0, 0, 0, .2);

}

.original-response a {

color : #FFF ;

}

.p-close-btn{

    position: relative;
    top: -13px;
    background: #0c426f;
    border: none;
    color: #fff;
    right: -9px;
    border-radius: 50px;
    font-size: 12px;
    border: 1px solid #0c426f;

}

.p-close-btn:hover{

color: #0c426f;
border: 1px solid #0c426f;
background: #FFF;

}

#pricingModal .modal-content {

background: #FFF ;
color: #fff ;

}

#pricingModal .modal-header {
/* background-color: #0c426f; */
color: #FFF;
}


#pricingModal .modal-content p{

    color: #000;

}

#pricingModal .close {

background: #FFF;
border-radius: 10px;
color: #0c426f;

}

#pricingModal .offers {
position: relative;
text-align: center;
background: #fff;
/*padding: 1%;*/
margin: 10px;
/*width: 300px;*/
height: auto;
top: 0;
color:#000;
border: 1px solid #eaeaea;
z-index: 1;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.offers-head {

padding: 20px;
border-bottom: 1px solid rgb(0, 0, 0, .1);
background: darkcyan;
color: #FFF;
margin-bottom: 10px;

}

.offers-body p {

margin-bottom: 5px;

}

.price-box {

margin-bottom: 10px;
border-bottom: 1px solid rgb(0, 0, 0, .2);
padding-bottom: 10px;

}


#pricingModal .offers:hover {
position: relative;
top: -20px;
box-shadow: 0px 14px 6px 0px #0000004d;
}

#pricingModal .offers:nth-child(2) {
    border-top: 2px solid #47cf73;
    box-shadow: 0 0 10px 0px #0000001c;
}

#pricingModal .offers:nth-child(2) h3{
    margin-top: 20px;
}

#pricingModal .offers:nth-child(2):hover {
    box-shadow: 0px 14px 6px 0px #0000004d;
}

#pricingModal .offers button {

    font-size: 15px;
    font-weight: 500;
    background: darkcyan ;
    color: #fff;
    margin: 30px auto 20px auto;
    padding: 5px 20px 5px 20px;
    border: 0;
    transition-duration: 0.5s;
    border-radius: 20px;

}

#pricingModal .offers button:hover {

 background: #47cf73 ;

}

/* #sidebar, #content {
height: 100%;
overflow:auto;
float:left;
transition: width .35s;
}

#sidebar {

background: white;
width: 20%;

margin-top: 36px;
padding: 10px;
margin-right : 20px ;
height: 429px;
max-height: 430px;


}

#sidebar .list-item {

border-bottom: 1px solid #0c426f;
padding: 8px;
border-radius: 5px;
box-shadow: -5px 5px 2px 3px rgb(0, 0, 0, .1);
margin-bottom: 10px;
background: #0c426f;
color: #fff;

}

#sidebar .list-item:hover {

border-bottom: 1px solid #0c426f;
padding: 8px;
border-radius: 5px;
box-shadow: -5px 5px 2px 3px rgb(0, 0, 0, .1);
margin-bottom: 10px;
background: #FFF;
color: #0c426f;

}

#sidebar .list-item a {

color: #FFF;
cursor: pointer;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;

}

#sidebar .list-item:hover a {

color: #0c426f;

}

#sidebar.collapsed {

width: 0;
margin-top: 0;
padding: 0;
margin-right : 0 ;
transition: .5s ease-in-out;

}

#sidebar.collapsed + #content {
width: 100%;
transition: .5s ease-in-out;
}

#content {
width: 80%;
}

#sideBtn {

width: 50px;
height: 50px;
border-radius: 50%;
border: none;
outline: none;
margin: 20px;
cursor: pointer;
background: #0c426f;
position: absolute;
left: 0;
} */


/* .box-body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.box-body::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.box-body::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #0c426f ;
} */

.sec-wrapper {

    margin : 0 ;
    position: relative;
    /*max-width: 1200px;*/

}

/* General Sidebar Styles */
#sidebar {
    width: 250px;
    background-color: #2c3e50;
    color: #ecf0f1;
    position: absolute ;
    height: 100%;
    /* top: 0; */
    left: 0;
    padding: 20px;
    transition: transform 0.3s ease;
    z-index: 100;
  }

  /* Sidebar header */
  .sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #34495e;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .sidebar-title {
    font-size: 18px;
    font-weight: bold;
    color: #ecf0f1;
  }

  .sidebar-minimize {
    background: none;
    border: none;
    color: #ecf0f1;
    font-size: 20px;
  }

  .fixed .content-wrapper {
        /* padding-top: 80px; */
        position: relative;
        height: 100%;
        margin-top: 0;
    }
    .right-block {
        /* width: calc(100% - 260);
        min-height: calc(100vh - 64px);
        overflow: auto;
        margin-left: 260px; */
        padding-top: 100px;
    }
    .right-block.content {
        /* display: flex;
        flex-direction: column;
        height: 100vh;
        overflow: hidden; */
    }
  /* Sidebar Menu */

  .fixed .left-block {
        position: fixed;
        top: 0;
        padding-top: 80px;
        padding-bottom: 10px;
    }

  .box-body {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    height: 100%;
  }

  .box-body:hover {
    list-style: none;
    padding: 0;
    margin: 0;
    /* overflow-y: scroll; */
    height: 85%;
  }

  .box-body .list-group {

    padding-left: 10px;
    list-style: none;
    margin-top: 20px;

  }

  .box-body .list-item {

    margin-bottom: 10px;
    /* border-bottom: 1px solid; */
    padding: 0;
    /* border-radius: 4px; */
    /* box-shadow: inset 2px 2px 6px 2px rgb(0, 0, 0, .2); */
    background : #cccccc63 ;
    border-radius : 5px ;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:95%;

  }

  .box-body .list-item a {
        color: #0000009e;
        text-decoration: none;
        display: flex;
        align-items: center;
        font-size: 16px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 10px;
        width: 90%;
        /*background: #0c426f;*/
    }

   .box-body .list-item button {

        font-weight: 600 ;

    }

  .box-body .list-item a i {

    margin-right: 10px;

  }

  .box-body .list-item .list-icon-ellipsis {

    color: #0c426f;
    float: right;
    display: block;
    position: relative;
    right: 10px;
    opacity: 0; /* Hide by making it transparent */
    visibility: hidden; /* Ensure it's not clickable */
    transition: opacity 0.3s ease, visibility 0.3s ease;
    cursor : pointer  ;

  }
    .list-item:hover .list-icon-ellipsis {
        opacity: 1; /* Make it visible */
        visibility: visible;
    }
    .list-item:hover {
        background-color: #e0e0e0; /* Change li background on hover */
    }

    .list-item:hover a {
        color: #007bff !important; /* Change a color on hover */
    }

    .list-item:hover i {
        color: #007bff !important; /* Change i icon color on hover */
    }

    .list-section-title {

        margin-bottom: 10px;

    }

    .popup-menu {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    /*padding: 10px;*/
    width: 120px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 100;
    border-radius : 10px ;
    }

    .popup-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .popup-menu ul li {

        padding: 10px;
        cursor: pointer;
        border-bottom: 1px solid #0c426f;
        color: #0c426f;
        font-weight: 600;
    }

    .popup-menu ul li:hover {
        background-color: #f0f0f0;
    }


    /* Style for the options popup */
    .options-popup {
        display: none; /* Hidden by default */
        position: absolute;
        background-color: #fff;
        border: 1px solid #ccc;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        z-index: 100;
        padding: 10px;
        width: 150px;
        top: 30px; /* Adjust the position relative to the ellipsis icon */
        right: 0;
    }

    .options-popup ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .options-popup ul li {
        margin: 5px 0;
    }

    .options-popup ul li a {
        text-decoration: none;
        color: #333;
    }

    .options-popup ul li a:hover {
        color: #007bff;
    }


  /*.box-body .list-item:hover  {*/
  /*  background-color: #34495e;*/
  /*  padding-left: 10px;*/
  /*  transition: padding 0.2s ease;*/
  /*  color: #FFF;*/

  /*}*/

  /*.box-body .list-item:hover + .box-body .list-item a {*/

  /*  color: #FFF;*/

  /*}*/

  /* Button Styling */

  .btn-link {
    color: #0c426f;
    background: #FFF;
    border : 1px solid #FFF;
   }

  .btn-link:hover {
    color: #FFF;
    background: #0c426f;
    border : 1px solid #0c426f;
   }

  .fas {
    font-size: 18px;
  }

  /* Minimized Sidebar */
  #sidebar.minimized {

    transform: translateX(-100%);

  }

  /* Sidebar Toggle Button */

  .sidebar-minimize {

    font-size: 18px;

  }

  .minimized .sidebar-minimize   {

    font-size: 18px;
    right: -89px;
    position: absolute;
    background: #0c426f;
    color: #FFF;

  }

  #minimizeIcon {

    transition: transform 0.3s ease;

  }

  /* Content Section */
  #content {
    margin-left: 250px;
    padding: 20px;
    transition: margin-left 0.3s ease;
    margin-top : 0 ;
  }

    body.two-sidebars #content {
            width: 80%;
    }

  .container {
    max-width: 1200px;
    margin: 0 auto;
  }

  body.two-sidebars #content.shifted {

    width: 100%;
    margin: 0;
    margin-left: 0px;

  }

  .sidebar-collapse .light-logo img {
        width: 15%;
        height: 100%;
        display: block;
        margin: auto;
        padding-top: 5px;
    }

    .sidebar-collapse .logo-lg {
        font-size: 11px;
    }

    .fixed .content-wrapper {
        /* margin-top: 80px; */
    }

  /* Mobile Responsiveness */
  @media (max-width: 768px) {
    .sidebar-menu {
        white-space: nowrap;
        overflow: hidden;
        height: 85%;
    }
    .copy-rights {
        padding: 10px;
        margin-top: 0px !important;
        text-align: center;
        font-weight: 600;
        border-top: 1px solid rgb(0, 0, 0, .2);
    }
    .light-logo img{

        width:20%;
        height:100%;
        display:block ;
        margin:auto ;

    }


    .box-body:hover {
        list-style: none;
        padding: 0;
        margin: 0;
        /* overflow-y: scroll; */
        height: 100%;
    }
    .msger-chat {
        /* flex: 1; */
        overflow-y: auto;
        padding: 10px;
        height: 67vh;
        max-height: 67vh;
        /* max-height: max-content; */
    }

    #msgContainer {
        width: 100%;
        display: block;
        margin: auto;
        /* margin-bottom: -15px; */
        border-radius: 10px;
        /* margin-top: -70px; */
    }

    .sidebar-collapse .msger-inputarea {
        position: fixed;
        bottom: 10px;
        width: calc(95%);
    }
    .msger-inputarea {
        position: fixed;
        bottom: 10px;
        width: calc(95%);
    }

   .box-body {
        list-style: none;
        padding: 0;
        margin: 0;
        /* overflow-y: scroll; */
        height: 85%;
    }

    body.two-sidebars #content.shifted {
        width: 100%;
        margin: 0;
        margin-left: 0px;
    }

    #sidebar {
      width: 100%;
      /*height: 100%;*/
      height: 110%;
      position: absolute ;
      margin-top: -56px;
      left: -100%; /* Initially hidden off-screen */
      transition: transform 0.3s ease;
    }

    #sidebar.minimized {
        transform: translateX(100%);
    }

    #content {
      margin-left: 0;
      transition: margin-left 0.3s ease;
    }

    /* Sidebar Toggle Button */
    .sidebar-minimize {
      display: block;
      font-size: 20px;
    }

    #minimizeIcon {
      transform: rotate(180deg); /* Toggle the icon direction */
    }

    .sidebar-minimize {

        font-size: 18px;
        right: -67px;
        position: absolute;
        background: #0c426f;
        color: #FFF;

    }

    .minimized .sidebar-minimize {

        font-size: 18px;
        right: 0;
        position: absolute;
        background: #ecf0f1;
        color: #0c426f;

    }

  }


@media screen and (max-width: 768px) {

    /* #sidebar {
        margin-left: 0px;
        position: absolute;
        z-index: 999;
        margin-top: 0px;
        width: 100%;

    } */

.msger-inputarea {
    /* display: flex;
    background: #eaeef3 ;
    border: 1px solid #1b5280;
    border-top: none;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: hidden;
    flex-direction: row; */
}

.msger-inputarea * {
    /* border: none;
    border-radius: 3px;
    font-size: 1em; */
}
.fixed .left-block {
    padding-top: 165px;
}
.right-block {
    width: calc(100% - 260);
    min-height: calc(100vh - 64px);
    /* overflow: auto; */
    margin-left: 0;
    padding-top: 175px;
}

.modal-header {
    background-color: #FFF;
    color: #0c426f;
    padding: 10px;
}

.fixed .main-sidebar {

    display: block;
    z-index: 999;

}

.sidebar-widgets {

    position: fixed ;
    /* bottom: 120px ; */

}

.msger-header-title  span {

    font-size: 16px;

}

#LoginModal .modal-title {
    text-align: center;
    font-size: 20px;
    width: 100%;
    padding: 0;
}

#language {
    border-right: 1px solid rgb(0, 0, 0, .3);
    border-radius: 0;
    background: #0c426f;
    color: #FFF;
    padding: 5px;
    font-size: 13px;
}

#startBtn , #attachBtn  , #language-icon{

    background: #FFF ;
    /* border-right: 1px solid rgb(0, 0, 0, .2); */
    color: #0c426f;
    /* padding: 5px; */

}

#attachBtn {

    /* border-radius: 0 10px 10px 0; */
    /*margin-bottom: 5px;*/

}

.main-header .logo .logo-lg {

    margin-left: 10px;

}
.box-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    padding: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
}

@media (max-width: 767px) {
    .main-header > div .logo .logo-lg {
        line-height: 22px;
        padding: 5px;
    }

    .content-wrapper {
        min-height: 100%;
        background-color: #eef0f8;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        overflow-y: auto;
        border-radius: 1.25rem;
    }

}
