.thanks-count-badge {
    background-color: #12110a;
    color           : #faedcd;
    border          : 1px solid #d4a373;
    padding         : 2px 8px;
    border-radius   : 4px;
    font-size       : 14px;
    font-weight     : bold;
}

.thanks-tooltip-container {
    position: relative;
}

.thanks-info-icon {
    display         : inline-block;
    background-color: #3e2c1c;
    color           : #faedcd;
    min-width       : 24px;
    width           : auto;
    height          : 24px;
    line-height     : 24px;
    text-align      : center;
    border          : 1px solid #5d4037;
    border-radius   : 3px;
    padding         : 0 4px;
    font-size       : 14px;
    font-weight     : bold;
    cursor          : help;
}

.thanks-admin-cell-content {
    display         : inline-block;
    background-color: #3e2c1c;
    color           : #faedcd;
    border          : 1px solid #5d4037;
    border-radius   : 3px;
    padding         : 4px 10px;
    min-width       : 40px;
    font-size       : 13px;
}

.thanks-tooltip-box {
    visibility      : hidden;
    width           : 250px;
    background-color: #1a0f00;
    color           : #e6d5c3;
    border          : 1px solid #d4a373;
    text-align      : left;
    padding         : 10px;
    border-radius   : 5px;
    position        : absolute;
    z-index         : 1;
    bottom          : 125%;
    left            : 0px;
    opacity         : 0;
    font-size       : 11px;
}

.thanks-tooltip-container:hover .thanks-tooltip-box {
    visibility: visible;
    opacity   : 1;
}

.thanks-admin-no-data {
    text-align: center;
    padding   : 20px;
    color     : #a68b6d;
}

.thanks-admin-stats-wrapper {
    background-color: #1a0f00;
    border          : 1px solid #d4a373;
    margin-bottom   : 20px;
    border-radius   : 4px;
    overflow        : visible;
}

.thanks-admin-stats-header {
    background-color   : #3e2c1c;
    color              : #faedcd;
    padding            : 8px 15px;
    font-weight        : bold;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d4a373;
}

.thanks-admin-stats-box {
    display           : inline-block;
    padding           : 10px 15px;
    text-align        : center;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #3e2c1c;
}

.thanks-admin-stats-date {
    font-size: 11px;
    color    : #a68b6d;
}

.thanks-admin-stats-count {
    font-size  : 16px;
    font-weight: bold;
    color      : #faedcd;
}

.thanks-admin-main-row {
    padding : 10px;
    display : flow-root;
    overflow: visible;
}

.thanks-admin-menu-side {
    float      : right;
    padding-top: 5px;
}

.thanks-admin-stats-side {
    float: left;
}

.thanks-admin-archive-dropdown {
    position      : relative;
    display       : inline-block;
    vertical-align: top;
}

.thanks-admin-archive-content {
    display         : none;
    position        : absolute;
    background-color: #1a0f00;
    min-width       : 160px;
    box-shadow      : 0px 8px 16px 0px rgba(0, 0, 0, 0.5);
    z-index         : 9999;
    top             : 100%;
    right           : 5px;
    border          : 1px solid #d4a373;
    border-radius   : 4px;
}

.thanks-admin-archive-dropdown:hover .thanks-admin-archive-content {
    display: block;
}

.thanks-admin-archive-item {
    padding        : 8px 12px;
    border-bottom  : 1px solid #3e2c1c;
    display        : flex;
    justify-content: space-between;
    color          : #faedcd;
    font-size      : 12px;
}

.thanks-admin-tab {
    display         : inline-block;
    padding         : 8px 15px;
    background-color: #3e2c1c;
    color           : #faedcd;
    text-decoration : none;
    margin-right    : 5px;
    border          : 1px solid #d4a373;
    border-radius   : 4px;
    font-size       : 12px;
    text-align      : center;
    cursor          : pointer;
}

.thanks-admin-tab-active {
    background-color: #3e2c1c;
    color           : #d4a373;
    font-weight     : bold;
}

.thanks-admin-btn-clear {
    background-color: #5a1111;
    margin-left     : 15px;
    border-color    : #ff4444;
}

.thanks-admin-btn-clear:hover {
    background-color: #8b0000;
    color           : #ffffff;
}

.thanks-pagination-wrapper {
    text-align: center;
    margin-top: 20px;
}

.thanks-pagination-wrapper a,
.thanks-pagination-wrapper span {
    display         : inline-block;
    padding         : 8px 14px;
    margin          : 0 4px 4px 0;
    background-color: #3e2c1c;
    color           : #faedcd;
    text-decoration : none;
    border          : 1px solid #d4a373;
    border-radius   : 4px;
    font-size       : 13px;
}

.tbl {
    text-align: center;
}

.thanks-pagination-info {
    margin-bottom: 5px;
    font-size    : 12px;
    color        : #faedcd;
    text-align   : right;
}

.thanks-table-text-bold {
    font-weight: bold;
}

.thanks-status-yes {
    color      : #28a745;
    font-weight: bold;
}

.thanks-status-no {
    color: #6c757d;
}

.thanks-pagination-wrapper span {
    background-color: #d4a373;
    color           : #12110a;
    font-weight     : bold;
}

.thanks-pagination-wrapper a:hover {
    background-color: #d4a373;
    color           : #12110a;
}