.instance-header{
    background: #22252a;
    color: white;
    padding: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 0.1875rem; 
}

.instance-header img{
    width: 70px;   
    border-right: 1.5px solid white;
    padding-right: 15px;       
}
.chatapp_body {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.c-julsin {
    color: #00e4bf;
}
.b-julsin {
    border-color: #00e4bf !important;
}

.h-pointer:hover {
  cursor: pointer;
}

.cursor-pointer {
    cursor: pointer !important;
}

.dropdown-menu-lang {
    min-width: 7rem !important;
    padding: 5px !important;
    background-color: #22252a !important;
}

.ms-selectable,
.ms-selection {
    background-color: #24272b !important;
    box-shadow: 0 !important;
    outline: 0 !important;
}

.ms-elem-selectable,
.ms-elem-selection {
    color: #00e4bf !important;
    border-color: #22252a !important;
}

.ms-hover {
    background-color: transparent !important;
}

#ms-instance-sel {
    border: 0 !important;
    box-shadow: 0 !important;
    outline: 0 !important;
}
.scroll-200 {
    max-height: 200px;
    overflow-y: scroll;
}
.ms-list,
.ms-list.ms-focus {
    border: 0 !important;
    box-shadow: 0 !important;
    outline: 0 !important;
}
.custom-header {
    padding-bottom: 5px !important;
    color: #3C89DA !important;
}

#db-primary-preview {
    width: 100%;
}

#screen {
    color: #4F9;
    padding: 10px;
    margin: 25px 0 0 0;
    white-space: pre-wrap;
    font-size: 11px;
    font-family: 'Lucida Sans Typewriter', 'Lucida console', 'Courier New', Monospace, Tahoma, monospaced;
}

#screen span.command {
    color: #FF0;
}

.fancy-radio {
    padding: 10px;
    font-weight: 500;
    font-size: 14pt;
    border: 1px solid #2d3035;
    border-radius: 5px;
    min-width: 100px;
}

.fancy-radio-prepend {
    padding: 10px;
    font-weight: 500;
    font-size: 14pt;
    margin-right: 23px;
}


.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.8em;
    opacity: .5;
  }

  .hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;

    padding: 0 .5em;
    line-height: 1.8em;
    font-weight: 800;
    color: #a5a8ad;
    background-color: #22252a;
  }

  .hr-text:before {
    content: '';
    background: #2d3035;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
  }

@media (max-width: 767px){
    .instance-header {
        display: block !important;
    }
    .instance-header .d-flex{
        margin-bottom: 20px;
    }
    .social,
    .megamenu_toggle,
    .right_toggle{
        display: none !important;
    }
    .news {
        display: inline !important;
    }
}