.tool-card{
    max-height: 170px;
}
.tool-card .card {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
    margin-bottom: 1.5rem;
    border-radius: 0.25rem;
}
.avatars {
  width: 3rem;
  height: 3rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.avatars-one {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
}
.avatars.avatars-xl {
    width: 12rem;
    height: 12rem;
}
.chatlist-menu {
    display: none !important;
    width: 50px;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: inherit;
}
.list-group-item-chat > a {
    padding: 0.75rem 1.25rem;
    color: #495057;
}

* {
    outline: none;
}

*, *::before, *::after {
    box-sizing: border-box;
}
/**
 * koromo
 */

.h-min-0 {
    min-height: 0px;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    justify-content: center !important;
}
.flex-fill {
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
}
.d-flex {
    display: -webkit-box !important;
    display: flex !important;
}
.p-0 {
    padding: 0 !important;
}

.border-0 {
    border: 0 !important;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: none;
    border-top: 1px solid rgba(0,0,0,0.125);
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.position-relative {
    position: relative !important;
}
.align-self-center {
    align-self: center !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
}
.pl-1, .px-1 {
    padding-left: 0.25rem !important;
}
.ml-2, .mx-2 {
    margin-left: 0.5rem !important;
}
.w-min-0 {
    min-width: 0px;
}
.align-self-center {
    align-self: center !important;
}
.flex-1 {
    -webkit-box-flex: 1 !important;
    flex: 1 !important;
}
.mb-1, .my-1 {
    margin-bottom: 0.25rem !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    align-items: center !important;
}
.text-muted {
    color: #adb5bd !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
small, .small {
    font-size: 80%;
    font-weight: 400;
}
.ml-3, .mx-3 {
    margin-left: 1rem !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
}
.badge.badge-pin:empty {
    display: inline-block;
}

.badge.badge-pin {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 0;
}
.badge:empty {
    display: none;
}
.badge:empty {
    display: none;
}
.border-0 {
    border: 0 !important;
}
.badge {
    display: inline-block;
    padding: 0.3em 0.4em;
    font-size: 75%;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2px;
}
.overflow-y-auto {
    overflow-y: auto !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    align-items: center !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    justify-content: center !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.chat {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-bottom: 1rem;
    font-size: .875rem;
}
.chat.chat-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}
.chat .chat-content .chat-body .chat-main {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.chat .chat-content .chat-body .chat-main .chat-item .chat-item-text {
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    text-align: left;
    color: #495057;
    position: relative;
    word-break: break-word;
    word-wrap: break-word;
}
.chat .chat-content .chat-body {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-bottom: 0.5rem;
}
.chat .avatar.position-sticky {
    top: 0;
}
.chat .avatar, .chat .avatars {
    margin-right: 0.75rem;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
}
.avatars.avatars-xs {
    width: 2.25rem;
    height: 2.25rem;
}
.avatars {
    display: inline-block;
    position: relative;
    width: 4.5rem;
    height: 4.5rem;
    overflow: hidden;
    vertical-align: middle;
}
.chat-content {
    width: 100%;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.chat .chat-content .chat-body .chat-main .chat-item {
    position: relative;
}
img {
    vertical-align: middle;
    border-style: none;
}
.chatsys {
    margin: 0.5rem 0;
    text-align: center;
}
.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.chat.chat-reverse .chat-content .chat-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}
.chat-success .chat-item.baloon {
    background: #d1dcf5 !important;
}
.chat.chat-reverse .chat-content .chat-footer .chat-menu {
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.chat.chat-reverse .chat-content .chat-body .chat-main .chat-item.baloon:after {
    left: auto;
    right: 0;
    border: 0.5rem solid transparent;
    border-left-color: #edeff0;
    border-right: 0;
    border-top: 0;
    margin-right: -0.375rem;
}
.chat-success.chat-reverse .baloon:after {
    border-right-color: transparent !important;
    border-left-color: #d1dcf5 !important;
}
.chat .chat-content .chat-footer .chat-menu {
    padding-top: 0.25rem;
    display: -webkit-box;
    display: flex;
    margin-left: -0.5rem;
}
.chat .chat-content .chat-body .chat-main .chat-item.baloon {
    border-radius: 1rem;
    display: inline-block;
    background: #edeff0;
}
.chat .chat-content .chat-body .chat-main .chat-item .chat-item-text img {
    height: 1.5rem;
}
.chat-secondary .chat-item.baloon {
    background: #f2f3f5 !important;
}
.chat-item.baloon {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}
.chatsys .chatsys-content {
    background: rgba(0,0,0,0.2);
    color: #fff;
    font-size: 80%;
    border-radius: 0.75rem;
    display: inline-block;
    padding: 0.25rem 0.75rem;
    line-height: 1.2;
}
.chat.chat-reverse .chat-content .chat-header {
    text-align: right;
}
.chat .chat-content .chat-header {
    line-height: 1;
    margin-bottom: 0.25rem;
    color: #868e96;
}
.chat .chat-content .chat-body .chat-main .chat-item.baloon:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0.75rem;
    width: 0;
    height: 0;
    border: 0.5rem solid transparent;
    border-right-color: #edeff0;
    border-left: 0;
    border-top: 0;
    margin-left: -0.375rem;
}
.chat .chat-content .chat-body .chat-sub {
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 0.375rem;
    color: #868e96;
    font-size: 80%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.chat .chat-content .chat-body .chat-sub span {
    line-height: 1;
}
.chat .chat-content .chat-footer {
    margin: 0.5rem 0;
    line-height: 1;
    color: #868e96;
    font-size: 80%;
}
.mt-n2, .my-n2 {
    margin-top: -0.5rem !important;
}

.mt-n2, .my-n2 {
    margin-top: -1.5rem!important;
}
.chat-secondary .chat-item.baloon:after {
    border-right-color: #f2f3f5 !important;
}
.user-select-text {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}
.w-max-480 {
    max-width: 480px;
}
