#rcl-group {
    background: #eef0f6;
    border: 1px solid #dfe1e7;
    box-sizing: border-box;
    color: #2e2f3e;
    padding: 6px 6px 0;
}

#rcl-group h3 {
    background-color: transparent;
    color: #555;
    font-size: 18px;
    font-weight: 500;
    -webkit-hyphens: auto;
    hyphens: auto;
    line-height: 1;
    margin: 0;
    padding: 12px;
    text-transform: none;
    word-wrap: break-word;
}

.gtr_header {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px 3px 0 0;
}

.gtr_cover {
    height: 200px;
    overflow: hidden;
    position: relative;
    transition: all .3s cubic-bezier(.25, .46, .45, .94) .3s;
    border-radius: 3px 3px 0 0;
}

.gtr_cover img {
    border-radius: 0;
    border: none;
    display: inline-block;
    float: none;
    height: 100% !important;
    margin: 0;
    max-width: none;
    object-fit: cover;
    width: 100%;
}

.gtr_closed_info {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 0 0 3px;
    color: #ddd;
    font-size: 20px;
    left: 0;
    line-height: 1;
    min-width: 30px;
    padding: 3px 6px;
    position: absolute;
    text-align: center;
    top: 0;
}

.gtr_in_cover {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: normal;
    padding: 12px;
}

.gtr_in_cover_left {
    align-items: center;
    display: flex;
    flex-grow: 1;
}

.gtr_ava {
    flex-shrink: 0;
    height: 66px;
    position: relative;
    width: 66px;
}

.gtr_ava img {
    border-radius: 3px;
    border: 0;
    height: 66px;
    max-width: 100%;
    object-fit: cover;
    width: 66px;
}

.gtr_name {
    display: flex;
    flex-direction: column;
}

.gtr_title {
    animation: fadeIn .5s linear .3s forwards;
    color: #525a67;
    font-size: 22px;
    line-height: 1.2;
    padding: 0 6px 0 18px;
}

.gtr_short {
    animation: fadeIn .5s linear .6s forwards;
    color: #6d7688;
    order: 2;
    padding: 0 0 0 24px;
}

.gtr_short + .gtr_title {
    padding-top: 0;
    padding-bottom: 6px;
}

.gtr_in_cover_right {
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-end;
}

.gtr_place_action {
    border: 1px solid #e5e5e5;
    display: flex;
}

.gtr_place_left {
    display: flex;
}

.gtr_place_left > form {
    margin: 0;
}

.gtr_place_left > div {
    align-items: center;
    display: flex;
    font-size: 14px;
    padding: 6px 12px;
    text-align: center;
}

.gtr_ban {
    background-color: #fff2f3;
}

.gtr_place_action .gtr_hidden_menu {
    border-left: 1px solid #e5e5e5;
}

.gtr_place_left + .gtr_hidden_menu {
    margin: 0;
}

.gtr_item > form {
    position: relative;
}

input[type="submit"].gtr_group_action {
    background-color: transparent;
    border: none;
    color: #555;
    cursor: pointer;
    font-size: 14px;
    height: 100%;
    line-height: 1.5;
    margin: 0;
    padding: 6px 12px;
    text-align: left;
    width: 100%;
}

input[type="submit"].gtr_group_action:hover {
    background: #eee;
    color: #000;
}

.gtr_item > form i.rcli.fa-sign-out {
    pointer-events: none;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translate(0, -50%);
}

.gtr_item:hover .rcli.fa-sign-out {
    color: #999;
}

#gtr_menu {
    animation: fadeIn .35s linear .5s forwards;
    display: flex;
    flex-wrap: wrap;
    line-height: normal;
    margin: 0 0 18px;
}

#gtr_menu a {
    align-items: center;
    box-shadow: -1px -1px 0 0 rgba(0, 0, 0, .2) inset !important;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 51px;
    justify-content: center;
    max-width: 230px;
    min-width: 100px;
    padding: 6px 12px;
    text-decoration: none;
}

#gtr_menu a:hover {
    text-decoration: none;
}

#gtr_menu a:not(.active) {
    color: var(--rclText);
}

#gtr_menu a:not(.active):hover {
    -webkit-filter: contrast(1.1) brightness(1.1);
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .2) inset !important;
    filter: contrast(1.1) brightness(1.1);
    opacity: 1;
}

#gtr_menu a.active {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .3) inset !important;
    height: 60px;
}

.gtr_ico {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 0 3px;
    width: 100%;
}

#gtr_menu .active .gtr_txt,
#gtr_menu a.active .gtr_ico {
    mix-blend-mode: color-burn;
}

.gtr_ico .rcli {
    font-size: 22px;
}

.gtr_ico .gtr_nmbr {
    font-size: 20px;
    margin: 0;
}

.gtr_ico .rcli + .gtr_nmbr {
    padding: 0 0 0 9px;
}

.gtr_txt {
    font-size: 14px;
    opacity: .8;
}

.normal-widget:not(#gtr_group_posts_widget) {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    margin: 18px 0;
}

/* group search widget */
#gsw-search-box {
    padding: 0 12px 12px;
}

/* END */

/* category widget */
#group-category-list-widget {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

#group-category-list-widget .title-widget {
    font-weight: normal;
}

#group-category-list-widget form {
    display: flex;
    margin: 0;
    padding: 12px;
}

#group-category-list-widget select {
    background-color: #f5f5f5;
    border-radius: 0;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    box-sizing: border-box;
    float: none;
    height: auto;
    line-height: normal;
    margin: 0 6px 0 0;
    outline: 0;
    padding: 6px 3px;
    width: auto;
}

#group-category-list-widget select:focus {
    background-color: #fff;
    border-color: #4d90fe;
}

#group-category-list-widget input {
    margin: 0;
}

#group-category-list-widget form > .rcl-bttn {
    margin-bottom: 0;
}

/* END */

/* publicpost widget */
#gtr_group_posts_widget .title-widget {
    color: #3f7b20;
    font-size: 22px;
    margin: 18px 0 6px 18px;
}

.gtr_post_box {
    line-height: 1.4;
    margin: 0 0 24px;
}

.gtr_date:not(:empty) {
    color: #656565;
    font-size: 18px;
    margin: 6px 6px 6px 18px;
}

.gtr_post {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    position: relative;
}

.gtr_post a:hover {
    text-decoration: underline;
}

.gtr_post_title .rcli.fa-clone {
    font-size: 20px;
    padding: 0 3px;
}

.gtr_post_content {
    padding: 0 18px 12px;
}

.gtr_more {
    font-size: 18px;
    margin: 12px 24px 6px;
}

.gtr_more .gtr_readmore {
    align-items: center;
    display: flex;
}

.gtr_readmore:hover {
    text-decoration: none !important;
}

.gtr_readmore:hover span {
    text-decoration: underline;
}

.gtr_readmore .rcli {
    margin: 0 0 0 6px;
    transition: all .15s ease;
}

.gtr_readmore:hover .rcli {
    transform: translateX(5px) scale(1.1);
}

/* END */

.gtr_wrapper .rcl-pager {
    box-shadow: none;
    margin: 6px 0;
    padding: 0;
    width: 100%;
}

.gtr_wrapper .rcl-pager > span {
    margin: 0 6px 0 0;
}

.gtr_wrapper .rcl-pager .pager-item a {
    background-color: #fff;
    line-height: normal;
    color: #2974a7;
    font-size: 22px;
    padding: 0;
}

.gtr_wrapper .rcl-pager .type-current a {
    color: #2e2f3e;
    background: none;
}

.gtr_wrapper .rcl-pager .pager-item .rcl-bttn__text {
    padding: 7px 14px;
}

/* other */
.gtr_info_tab .widget-content:not(:empty) {
    margin: 0 12px 6px;
}

.gtr_publish_tab .manage-hidden-widget {
    display: none !important;
}

.rcl-notice__text a {
    color: #7d4ebb;
}

/* END */
