span.sign-in {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #40475c;
    font-size: 22px;
    font-weight: bold;
}

.actions i {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.card .card-body {
    overflow-y: scroll;
    padding-right: 0 !important;
    margin-right: 30px !important;
}

.chat-time {
    font-size: 12px;
    margin-top: 4px;
    text-align: right;
    color: rgba(0, 0, 0, .5)
}

.own .chat-time {
    color: rgba(255, 255, 255, .5)
}

.widget-chat .widget-chat-messages-container {
    max-height: calc(100vh - 360px) !important;
}

.widget-chat .widget-chat-messages-container {
    background: url('../chat-background.png') center repeat;
    background-size: cover;
}

.select2-container--krajee-bs5 .select2-selection--multiple .select2-search--inline {
    display: none !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}


.item {
    cursor: pointer;
    position: relative;
    padding: 15px 10px;
    border: 1px solid #e7ecf8;
    border-radius: 10px;
    background: #f4f7fa;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.item.white {
    background: #ffffff;
}

.item.active {
    background: #057afb;
    color: #fff;
}

.item .item-title {
    overflow: hidden;
    width: calc(100% - 55px);
    display: inline-block;
    word-wrap: break-word;
    overflow-y: hidden;
    margin-left: 15px;
}

.back[data-v-b66ac998] {
    position: relative;
    margin-top: 37px;
    margin-left: 0px;
}

.controls {
    position: absolute;
    top: 11px;
    right: 10px;
}

.item-headers {
    position: absolute;
    top: 0;
    width: 100%;
}

.item-title-2 {
    flex: 1;
    margin-top: 15px;
}

.controls-2 {
    margin-top: 11px;
    margin-right: 20px;
}

.keyboard {
    margin-top: 10px;
}

.item-content {
    width: 100%;
}

.item-content .pad10 {
    margin-top: 25px;
}

.keyboard.inline .btn {
    width: 100%!important;
    border-radius: 5px!important;
    padding: 8px 10px!important;
    height: 36px;
}
.keyboard.inline .btn {
    background-color: rgb(5, 5, 5, 0.3)!important;
    color: #fff!important;
    border: 0!important;
}

.keyboard.inline .btn:hover, .keyboard.inline .btn:focus, .keyboard.inline .btn:active, .keyboard.inline .btn:active:hover, .keyboard.inline .btn.active:hover {
    background-color: rgb(5, 5, 5, 0.22)!important;
    color: #fff!important;
}

.clear-check {
    float: right;
    top: 5px;
    right: 5px;
    position: relative;
}

.editor {
    max-width: 700px;
    border: 1px solid #e3e6ea;
    border-radius: 8px;
}
.editor .menu {
    padding: 5px;
    border-bottom: 1px solid #e2e6e9;
    background: #f4f7fa;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.editor .content {
    padding: 15px;
    min-height: 50px;
    height: 200px;
    overflow-y: auto;
    resize: vertical;
    word-break: break-word;
    cursor: auto;
}
.btn-row {
    display: inline-block;
    padding: 5px
}


.header.modal-alert {
    padding: 20px;
    font-size: 1.3em
}

.content.modal-alert {
    padding: 15px;
    font-size: 1.3em
}

.footer {
    bottom: 0;
    width: 100%;
    background: #eee;
    padding: 10px;
    text-align: right !important;
}

.btn-padding {

    padding: 10px 20px!important;
}
.btn-padding i {
    font-size: 14px;
    margin: 0!important;
}

/*.control-label span[data-v-63a71a97] {*/
/*    position: relative;*/
/*    top: 1px;*/
/*    left: 5px;*/
/*}*/

/*@media (min-width: 1200px) {*/
/*    .image .inner-self {*/
/*        width: 50%*/
/*    }*/
/*}*/

/*@media (min-width: 1919px) {*/
/*    .image .inner-self {*/
/*        width: 50%*/
/*    }*/
/*}*/

