.snipdata-toggle-btn{
    position:fixed;
    right:0;
    top:40%;
    transform:translateY(-50%);
    width:18px;
    height:42px;
    background:#d00100;
    border-radius:8px 0 0 8px;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    z-index:99999;
}

.snipdata-toggle-btn .snipdata-arrow {
  color: #FFF;
}

/* Panel */
.snipdata-panel{
    position:fixed;
    top:215px;
    right:-420px;
    width: 280px;
    max-height: 450px;
    background:#fff;
    border-radius:16px 0 0 16px;
    box-shadow:0 0 20px rgba(0,0,0,0.25);
    transition:0.35s ease;
    z-index:99998;
    display:flex;
    flex-direction:column;
    font-family: 'Roboto-Regular';
}

.snipdata-panel.open{
    right:0;
}

/* Header */
.snipdata-header{
    display:flex;
    align-items:center;
    gap:10px;
    padding:18px;
    font-weight:600;
    border-bottom:1px solid #eee;
}

.snipdata-back{
    cursor:pointer;
}

.snipdata-title{
    font-size:18px;
}

/* Content */
.snipdata-content{
    padding:0px 16px 16px 16px;
    overflow:auto;
}

.snipdata-box{
    height:70px;
    background:#eee;
    border-radius:12px;
    margin-bottom:16px;
}

/* Accordion */
.snipdata-item{
    border-bottom:1px solid #BABABA;
}
.snipdata-item.active {
    border-bottom:none;
}

.snipdata-acc-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:8px 4px 8px 0px;
    font-weight:600;
    cursor:pointer;
    font-size: 12px;
}

.snipdata-acc-body{
    display:none;
    padding: 6px 0px;
    width: 100%;
    float: left;
    max-height: 180px;
    overflow: auto;
}

.snipdata-acc-body::-webkit-scrollbar,.custom-tag-user-add .list-wrap::-webkit-scrollbar {
    height: 12px;
    width: 5px;
    -webkit-border-radius: 1ex;
    background: #535352;
}

.snipdata-acc-body::-webkit-scrollbar-thumb,.custom-tag-user-add .list-wrap::-webkit-scrollbar-thumb {
    background: #f4676e;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

.snipdata-acc-body::-webkit-scrollbar-corner,.custom-tag-user-add .list-wrap::-webkit-scrollbar-corner {
    background: #535352;
}

/* Rows */
.snipdata-row{
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    border-radius: 10px;
    margin-bottom: 1px;
    float: left;
    width: 98%;
}

.snipdata-row .tag-data {
    float: left;
    width: 100%;
    padding: 2px 0px;
    margin: 0px;
}

.tag-actions {
    float: left;
    width: 85%;
    background: #f1f1f1;
    padding: 2px 6px;
    border-radius: 4px;
}
.tag-actions .tag-title {
    font-size: 13px;
}
.user-actions {
    float: left;
    width: 11%;
    background: #E4E4E4;
    margin-left: 8px;
    padding: 2px 2px;
    border-radius: 4px;
    height: 26px;
}
.user-actions .user-icon .bx {
    font-size: 16px;
}
.snipdata-actions{
    display:flex;
    gap:8px;
    align-items:center;
    float: right;
    margin-top: 5px;
}

.tag-users {
    display: none;
    float: left;
    width: 99%;
    background: #fff;
    border-radius: 3px;
    margin: 5px 0px;
    padding: 0px 2px;
    border: 1px solid #ccc;
    box-shadow: 4px 4px 0px -3px #ccc;
}

.tag-users ul {
    float: left;
    width: 100%;
    padding: 1px 6px 6px 6px;
    margin: 0px;
}

.tag-users li {
    list-style: none;
    float: left;
    border-bottom: 1px solid #ccc;
    padding: 4px 0px;
    font-size: 12px;
    width: 100%;
}

.tag-users li:last-child {
    border-bottom: none;
}

.tag-users-close {
    float: right;
    margin-right: 1px;
    height: 19px;
    width: 16px;
    font-size: 18px;
    cursor: pointer;
}

.color-box{
    width:14px;
    height:14px;
    border-radius:4px;
    background:#6fa64b;
}

.color-box.dark{
    background:#3d5f24;
}

.color-box.light{
    background:#8bc34a;
}

.user-icon{
    width: 100%;
    height: 100%;
    float: left;
    cursor: pointer;
    margin: 0px 0px 0px 4px;
}

/* Arrow animation */
.snipdata-item.active .snipdata-arrow{
    transform:rotate(180deg);
}

.snipdata-arrow{
    display:inline-flex;
    transition:0.25s;
}

.snipdata-close-btn {
    background: #fff;
    position: absolute;
    left: -26px;
    padding: 0px 4px;
    border-radius: 6px 0px 0px 6px;
    width: 42px;
    height: 30px;
    cursor: pointer;
}
.snipdata-close-btn .snipdata-arrow{
  margin-top: 5px;
  float: left;
}
.snipdata-accordion .snipdata-item:last-child{
  border-bottom: none;
}
.palette-disable {
    opacity: 0.2;
    pointer-events: none;
}
.palette-tagList {
    width: 97%;
    margin-bottom: 8px;
    height: 30px;
    font-size: 13px;
}
.palette-tagList:focus {
    border-color: initial;
    box-shadow: none;
    outline: none;
}
.snipdata-accordion .gallery {
    float: left;
    position: relative;
    margin-left: 11px;
}
.stattags .tag-title {
    font-size: 12px;
}
.stattags h5, .statcustomtags h5 {
    font-size: 14px;
    float: left;
    color: #E83D29;
}

.bookmark-note, .stat-bookmark-note {
    background: #f1f1f1;
    height: 55px;
    border-radius: 4px;
    font-size: 13px;
}
.save-bookmark-comment, .save-stat-bookmark-comment {
    display: none;
    background: #d00100;
    color: #fff;
    font-size: 12px;
    padding: 2px 14px;
    float: right;
    margin-top: 5px;
    border-radius: 4px;
    font-family: 'Roboto-Medium';
}
.save-bookmark-comment:hover, .save-stat-bookmark-comment:hover {
    color: #fff;
}
.success-palette-comment {
    color: #d00100;
    font-size: 13px;
    float: left;
    margin: 3px 0px 0px 1px;
}
.palette-stat-period {
    font-size: 13px;
    font-family: 'Roboto-Bold';
    float: left;
    width: 95%;
}
.stat-period-label {
    float: left;
}
.stat-period-number {
    float: right;
}

.stat-home-title-wrap, .stat-away-title-wrap {
    width: 96%;
    float: left;
}
.t-color {
    float: right;
    width: 13px;
    height: 13px;
    border-radius: 10px;
}

#draggable-comment-box, #stat-draggable-comment-box {
    visibility: hidden;
}