.login-box, .register-box {
    width: 420px;
}
.bg-wivid-blue {
    background: linear-gradient(60deg, rgba(84, 58, 183, 1) 0%, rgba(0, 172, 193, 1) 100%);
    color: white !important;
}
.bg-card-wivid-blue-active {
    background: #FFFCDE;
    background: linear-gradient(60deg, rgba(84, 58, 183, 0.15) 0%, rgba(0, 172, 193, 0.15) 100%);
}
.btn.btn-wivid-blue {
    background: linear-gradient(60deg, rgba(84, 58, 183, 1) 0%, rgba(0, 172, 193, 1) 100%);
    border: gray;
    color: white !important;
}
.bg-wivid-pink {
    background: linear-gradient(60deg, rgb(241, 121, 226) 0%, rgb(252, 217, 202) 100%);
    color: white;
}
.bg-card-wivid-pink-active {
    background: #FFFCDE;
    background: linear-gradient(60deg, rgb(241, 121, 226, 0.15) 0%, rgb(252, 217, 202, 0.15) 100%);
}
.btn.btn-wivid-pink {
    background: linear-gradient(60deg, rgb(241, 121, 226) 0%, rgb(252, 217, 202) 100%);
    border: gray;
    color: white !important;
}
.text-decoration-line-through {
    text-decoration: line-through;
}
.card-disable {
    background-color: #e1e1e1;
}
.content {
    /*margin-top: 40px !important; !* header fixed *!*/
    /*padding-top: 40px !important; !* header fixed *!*/
    /*position: relative;*/
    /*top: 60px;*/
}
.content-wrapper {
    display: block;
    padding-top: 40px;
    position: relative;
    top: 0;
}
.content-header {
    position: relative;
    top: 0;
    /*height: 60px;*/
}
.icon-bookmark {
    color: #666;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 20px;
    z-index: 999;
}
.icon-messages {
    color: #666;
    position: absolute;
    right: 40px;
    text-align: center;
    top: 20px;
    z-index: 999;
}
.badge-participate {
    background: linear-gradient(60deg, rgba(84, 58, 183, 1) 0%, rgba(0, 172, 193, 1) 100%);
    color: white;
    text-align: center;
    z-index: 999;
}
.badge-mine {
    background: linear-gradient(60deg, rgb(241, 121, 226) 0%, rgb(252, 217, 202) 100%);
    color: white;
    text-align: center;
    z-index: 999;
}
.btn-room-detail {
    margin-top: auto;
    text-align: center;
}
.btn-room-detail > a {
    width: 200px;
}
.user-block .username a {
    color: #333;
    /*text-decoration: underline;*/
}

.direct-chat-messages {
    font-size: 12px;
    height: initial;
    max-height: 300px;
    padding: 20px 30px;
}

.direct-chat-text {
    float: left;
    margin-left: 0;
    margin-top: 0;
    padding: 10px 15px;
    width: 80%;
}

.right .direct-chat-text {
    float: right;
    margin-right: 0;
    margin-top: 0;
    padding: 10px 15px;
    width: 80%;
}

.direct-chat-infos {
    align-items: center;
    display: flex;
}

/* プロフィール項目 */
.list-group > .list-group-item {
    padding: 0.35rem 0.5rem;
}

/* evaluation */
/* star rating */
/* star rating */
/*.rating {*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    height: 50px;*/
/*    line-height: 50px;*/
/*    font-size: 18px;*/
/*}*/

/*.rating label {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    height: 100%;*/
/*    cursor: pointer;*/
/*}*/

/*.rating label:last-child {*/
/*    position: static;*/
/*}*/

/*.rating label:nth-child(1) {*/
/*    z-index: 5;*/
/*}*/

/*.rating label:nth-child(2) {*/
/*    z-index: 4;*/
/*}*/

/*.rating label:nth-child(3) {*/
/*    z-index: 3;*/
/*}*/

/*.rating label:nth-child(4) {*/
/*    z-index: 2;*/
/*}*/

/*.rating label:nth-child(5) {*/
/*    z-index: 1;*/
/*}*/

/*.rating label input {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    opacity: 1;*/
/*}*/

/*.rating label .icon {*/
/*    float: left;*/
/*    color: transparent;*/
/*}*/

/*.rating label:last-child .icon {*/
/*    color: #3645a9;*/
/*}*/

/*.rating:not(:hover) label input:checked ~ .icon,*/
/*.rating:hover label:hover input ~ .icon {*/
/*    color: #ffc900;*/
/*}*/

/*.rating label input:focus:not(:checked) ~ .icon:last-child {*/
/*    color: silver;*/
/*    text-shadow: 0 0 5px #ffc900;*/
/*}*/

.rating {
    direction: rtl;
    unicode-bidi: bidi-override;
}

.rating > input {
    display: none;
}

.rating > label:before {
    color: silver;
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: normal;
}

.rating > input:checked ~ label:before {
    color: gold;
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: bold;
}

@media (min-width: 768px) {
    .content-inner {
        margin: auto;
        width: 75%;
    }

    .content-inner-wide {
        margin: auto;
        width: 95%;
    }

    .icon-bookmark {
        color: #666;
        position: absolute;
        right: 20px;
        text-align: center;
        top: 20px;
        z-index: 999;
    }
}

@media (max-width: 767px) {
    .user-block-info {
        display: flex;
        flex-direction: column;
    }
}

