.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;
}

.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: #fff;
    text-align: center;
    font-weight: 500;
    letter-spacing: .4px
}

.input-title {
    margin-bottom:5px;
    margin-left:15px;
    margin-top: 15px;
}

#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;
}

.form-control[readonly] {
    background: none;
}

.h-dynamic-banner {
    color: rgb(23, 194, 215);
}

.btn_instance {
    padding-left: 0;
}

.placeholder-heading {
    font-weight: 500;
    font-size: 16px;
    color: rgb(23, 194, 215);
}

.placeholder-heading-tr {
    border: none!important;
    margin-left: 30px;
    font-weight: 500;
    background: none!important;
}

.placeholder-heading-tr>td {
    border: none!important;
}

.line-small {
    margin-top: 5px;
    margin-bottom: 5px;
}

.text-desc {
    font-style:italic;
    color: #a5a8ad;
}

.flex {
    display: flex;
}

img {
    pointer-events: none;
}

body {
    user-select: none;
}

.unselectable {
    pointer-events: none;
}

.btn-teamspeak {
    color: #D1D1E0;
    background-color: #4B69B6;
    border-color: #4B69B6;
}

.btn-discord {
    color: #212529;
    background-color: #8C9EFF;
    border-color: #8C9EFF;
}

.text-teamspeak {
    color: #4B69B6;
}

.text-discord {
    color: #8C9EFF;
}

.hyphen {
    border-top: 5px solid grey;
}

@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;
    }
}

@media (max-width: 991px){
    .bot-btn-cnt {
        flex-direction: column !important;
    }

    .bot-btn-cnt div {
        margin-bottom: 15px;
    }
}

@media (min-width: 991px){
    .bot-btn-cnt {
        flex-direction: row !important;
    }
}

.bot-btn-cnt {
    display:flex;
    flex-wrap:wrap;
    width: 100%;
}

.bot-btn-cnt > * {
    flex: 1 1 0;
  }

.bot-btn-cnt div {
    display: flex;
    align-items: center;
}

.bot-btn-cnt div div {
    margin: 0px;
}

.bot-btn-cnt div button {
    margin-right: 15px;
}

.plugin-info {
    margin-bottom: 1rem;
}

.form-input-heading {
    margin: 0px;
    margin-bottom: 5px;
    color: rgb(255,255,255,.3);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.user-log-container {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: row;
    text-align: left;
    padding: 10px;
    background-color: rgb(0,0,0,.2);
    border-radius: 15px;
    margin: 15px 0px;
}

.user-log-img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 65px;
    margin-left: -10px;
}

.user-log-img img {
    width:25px;
    height: 25px;
}

.user-log-text {
    flex-direction: column;
    display: flex;
    justify-content: left;
    align-items: left;
    flex-wrap: wrap;
    width: 100%;
}

.user-log-text div {
    flex-direction: column;
    display: flex;
    justify-content: left;
    align-items: left;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 25px;
}

.user-log-time {
    margin: 0px;
    font-size: 12px;
    color: #77ecff;
    text-align: right;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.user-log-message {
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0px;
    margin-bottom: 10px;
    word-break: break-word;
    color: #fff;
    user-select: text;
}

.user-log-plugin {
    margin: 0px;
    font-size: 13px;
    word-break: break-word;
    user-select: text;
}

.ts-active-plugins > div {
    margin-bottom: 10px;
}

.card-header {
    background-color: rgb(0,0,0,.1)!important;
}

.ts-active-plugins .div .card-header .mb-0 .btn {
        background-color: rgb(0,0,0,.08)!important;
}

.card-body {
    padding-bottom: 45px;
}

#install-plugin .multiselect_div .ms-container {
    width: auto!important;
    display: flex;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 50%!important;
        width: auto!important;
    }
}

.card-new {
    background: #1b1d20;
    border-color: #1b1d20;
    border-radius: 15px;
    box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.4)
}

.info-message-instance-hd {
    font-size: 20px!important;
    text-align: center!important;
    letter-spacing: 1px!important;
}

.text-formatted {
    word-break: break-word;
    text-align: justify;
    overflow-wrap: break-word;
    letter-spacing:.8px;
}

.info-message-instance h6 {
    user-select:all;
    letter-spacing:2px;
    margin-left: 5px;
}

.info-message-instance h7 {
    margin-bottom: -3px;
    color: rgb(255,255,255,.2);
}

.bot-btn-card {
    display: flex;
    justify-content: center;
}

.bot-btn-card .clearfix {
    width: 100%;
    justify-content: center;
}

#ts-instances tr {
    background: #1b1d20;
}

#ts-instances tr td {
    color: #d7d8d9;
}

.ts-inst-btn {
    background-color: #191a1c!important;
    border-color: #131414!important;
    color: rgb(169 170 173)!important;
}

.ts-inst-btn-settings {
    width: 100px;
}

.user-log-buttons button i {
    margin-right: 10px;
}

.card-dark {
    background: #1b1d20!important;
    border-color: #1b1d20!important;
    border-radius: 15px!important;
    box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.4)!important;
}

.inst-over-btn i {
    margin-right: 5px;
}

.card-body placeholder {
    color: #fff;
}

.form-control {
    color: #2ca2b1!important;
}

#dynamic-banner-edittext tr,#dynamic-banner-editicon tr,#DataTables_Table_0 tr {
    background: #1b1d20;
}

#dynamic-banner-edittext input,#dynamic-banner-editicon input,#DataTables_Table_0 input {
    background: #1b1d20;
    border: 0 !important;
    color: #a5a8ad;
}
