#alkahwarizmi-chat-container {
    position: fixed;
    z-index: 10000;
    font-family: sans-serif;
    font-size: 1.2em;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    text-transform: none;
    background-color: transparent;
    left:  auto;
    right: 15px;
    top: auto;
    bottom:60px;
    Width:400px;
    height:580px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-box-shadow: 6px 6px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 6px 6px 20px 0px rgba(0,0,0,0.75);
}


.khaIcon{float: right;
    height: 55px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 20000;
    border-radius: 6px;
    color: #afafaf;
    cursor: pointer;
}
.khaIcon div {
    float: right;
    font-size: 16px;
    margin-top: 19px;
    color: #fff;
   font-weight: 600;
   min-width: 50px;
   box-sizing: border-box;
   text-align: center;
   padding-left: 5px;
   padding-right: 5px;
}

.khaIcon img{height:58px;float:right;}
 .khaIcon a {padding: 0px !important}

.kha-heading {
  padding: 10px 15px;
  margin: 0;
  height: 50px;
  background-color:#fff;
  z-index: 1000;
  color: #fff;
  display:flex;
  justify-content: space-between;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  box-sizing: border-box;
  border-bottom: 1px solid #e8e2e2    !important;
  border-color: #5f3c86;
  cursor: move;
}
.alkhawarizmi-logo {
  padding: 0 !important;
      display: none;
}

.alkhawarizmi-logo  img{height:32px}
#bellId {background-image: url(../images/closeMoh.png) !important;width: 14px;height: 14px;margin-top: 6px;}
.minmize-icon{    margin-left: 5px;}
.org-logo img{top:-6px !important;right: 0px;height: 40px !important;position: relative;}
.botframe {width: 100%;height: calc(100% - 40px);overflow: hidden}
/*mobile:portrait*/
@media only screen 
and (max-width: 760px)
and (orientation:portrait) {
#alkahwarizmi-chat-container {
    position: fixed;
    left: 0px !important;
    right: auto !important;
    top:0px !important;
    bottom:auto;
    Width:100% !important;
    height:100% !important;
    -webkit-box-shadow: 6px 6px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 6px 6px 20px 0px rgba(0,0,0,0.75);
}
  .alkhawarizmi-logo{display:none}
  .org-logo img {top: 0px !important;height:35px !important}
}

/*tablet:portrait*/
@media only screen 
and (max-width: 1024px)
and (orientation:portrait) {
}


@media only screen 
and (max-width: 760px)
and (orientation:landscape){
#alkahwarizmi-chat-container {
    left: 0px !important;
    right: auto !important;
    top: 0px !important;
    Width:100% !important;
    height:100% !important;
}

}

/*pixel x2*/
@media only screen 
and (max-width: 850px)
and (max-height:600px)
and (orientation:landscape){
#alkahwarizmi-chat-container {
    left: 0px !important;
    right: auto !important;
    top: 0px !important;
    Width:100% !important;
    height:100% !important;
}

}
/*ipad:landscape*/
@media only screen 
and (max-height: 800px)
and (width:1024px)
and (orientation:landscape){
#alkahwarizmi-chat-container {
    left: 0px !important;
    right: auto !important;
    top: 0px !important;
    Width:100% !important;
    height:100% !important;
}

}
