@charset "UTF-8";

.message {
    list-style: none;
    margin: 0;
}
.message li {
    margin: 15px 0;
}
.message li .message-body {
    position: relative;
    font-size: 11px;
    padding: 10px;
}
.message-body {
    padding-bottom: 20px;
}
.message li .message-body p {
    margin: 0;
    font-size: 0.50rem;
}
.message li .message-body .header {
    padding-bottom: 5px;
    font-size: 0.75rem;
}
.message li img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
}
.message .message-body{
    background-color: #eef4f4;
}

/* stripeのカードのCSSここから */
#card-element {
    border-radius: 4px 4px 0 0 ;
    padding: 12px;
    border: 1px solid rgba(50, 50, 93, 0.1);
    height: 44px;
    width: 100%;
    background: white;
}
#card-holder-name {
    border-radius: 4px 4px 0 0 ;
    padding: 12px;
    border: 1px solid rgba(50, 50, 93, 0.1);
    height: 44px;
    width: 100%;
    background: white;
}
button#card-button {
    background: #5469d4;
    color: #ffffff;
    font-family: Arial, sans-serif;
    border-radius: 0 0 4px 4px;
    border: 0;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
}
/* stripeのカードのCSSここまで */

table {
    border-collapse:collapse;
}
table th{
    border:1px solid #9f9f9f;
}
table td{
    border:1px solid #9f9f9f;
}
.hook-head {
    background: #e3e3e3;
}
.sticky-head {
    position: sticky;
    top: 0;
    left: 0;
}

/* トップメニュー */
.dropdown:hover>.dropdown-menu {
    display: block;
}

/* トップメニューバー */
.text-line-right{
	display: flex;
	align-items: center;
}
.text-line-right:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	display: block;
}
.text-line-right:after {
	margin-left: .4em;
	background: #000;
}

/* .common-button {
    background: #5469d4 !important;
    color: #ffffff !important;
    margin: 1rem 0;
} */

.common-card {
    background-color: #f7f5f5 !important;
    padding: 1rem;
    margin: 1rem 0;
}

.common-notification-card {
    background-color: #f9f7f4 !important;
    padding: 1rem;
    margin: 1rem 0;
}

.subheading {
    border-bottom: 2px solid;
    margin-bottom: 1rem;
    font-weight: 700;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">" !important;
}

.header-bottom-line {
    border-bottom: 1px solid #2A5CAA;
}

.user-card-main-color {
    background-color: #2A5CAA;
}

.tips {
    padding: 1rem 0;
    padding-left: 3rem;
    margin-bottom: 3rem;
}

.dashboard-item {
    width: 20%;
    box-sizing: border-box;
    padding: 0 0.1rem;
}

/* スマホサイズ */
@media screen and (max-width: 768px) {
    .dashboard-item {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0.1rem;
    }
}

.dashboard-charts-border-line {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-top: 5px solid #2A5CAA;
}

.user-icon {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 1rem 0rem;
}

.chat-members {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin: 1rem 0.1rem;
}

.chart-tag {
    text-decoration:none !important;
    color: #000;
}

/* フッターを最下部に固定 */
.footerFixed{
    min-height: 100vh; /* ←コンテンツの高さの最小値＝ブラウザの高さに指定 */
    position: relative;/* ←相対位置 */
    padding-bottom: 150px; /* ←フッターの高さを指定 */
    box-sizing: border-box;
    /* ↑ヘッダーやフッターを含むすべての要素の高さ＝min-height:100vhになるように指定 */
}
footer{
    width :100%;
    position: absolute;/* ←絶対位置 */
    bottom: 0;
}
@media screen and (max-width: 768px) {
    footer{
        width :100%;
        position: absolute;/* ←絶対位置 */
        bottom: auto;
        font-size: 12px;
    }
}

/* デザイナー提供footer */
.p-footer {
    background: -webkit-linear-gradient(232deg, #005497 0%, #015798 66%, #20a4af 100%);
    background: -o-linear-gradient(232deg, #005497 0%, #015798 66%, #20a4af 100%);
    background: linear-gradient(218deg, #005497 0%, #015798 66%, #20a4af 100%);
    color: #fff;
}
.p-footer a,
.p-footer .navbar-brand,
.p-footer .navbar-nav .nav-link {
    color: #fff;
}
.p-footer p {
    margin-bottom: 0;
}
