/**
 * Common style
 *
 * Admin common style started
 */
.align-center {
    text-align: center !important;
}

.woocommerce-message {
    margin-top: 10px;
}

.empty-msg-row{
    padding: 20px 0 !important;
    text-align: center;
}

/* Admin Core - style */
.status-active {
    font-size: 15px;
    color: green;
}

.status-deactive{
    font-size: 15px;
    color: red;
}

.thpladmin-subtitle {
    font-size: 11px; 
    color: #666666;
}

.thpladmin-notice a.button-primary {
    font-size: 14px;
    color: #FFF;
    background-color: #D9534F;
    border-color: #D43F3A;
    line-height: 38px;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.thpladmin-notice a.button-primary:hover {
    background-color: #D2322D;
    border-color: #AC2925;
}

/* Section - style */
.thpladmin-sections {
    list-style: outside none none;
    margin: 8px 0 0;
    padding: 0;
    font-size: 13px;
    color: #666;
}

.thpladmin-sections li {
    display: inline-block;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.thpladmin-sections a.current {
    font-weight: 600;
    border: medium none;
    color: #000;
}

.thpladmin-sections a {
    line-height: 2;
    padding: 0.2em;
    text-decoration: none;
}

/* Table Fields - style */
.thpladmin-form-table td {
    padding: 5px 0;
}

.thpladmin-form-table td.thpladmin-form-section-title {
    font-weight: bold; 
    border-bottom: 1px dashed #cecece;
}

/* Help-tooltip  style */
.thpladmin-tooltip {
    float: right;
    display: inline;
    position: relative;
    font-size: 12px;
    height: 100%;
}

.thpladmin-tooltip img {
    padding: 0;
    vertical-align: middle;
    cursor: help;
    border: medium none;
    height: 16px;
    width: 16px;
}

.thpladmin-tooltip:hover:after {
    background: #333;
    background: rgba(0,0,0,1);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: -100px;
    padding: 10px 15px;
    position: absolute;
    z-index: 9998;
    width: 350px;
}

.thpladmin-tooltip:hover:before {
    border: solid;
    border-color: #000 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 9999;
}
.thmaf-admin-notice ul li {
    list-style: inside;
    padding-left: 20px;
}
.thmaf-admin-notice a {
    text-decoration: none;
}
/* new features */
td.thpladmin-form-note p {
    margin-top: 0;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    color: #757575;
    padding-left: 2%;
}
td.thpladmin-form-note {
    padding-top: 0px;
}
.setting_label {
    width: 23% ;
    clear: both;
    float: left;
}
#thb_limit_value, #ths_limit_value {
    width: 60px;
}
.setting-label-num {
    width: 15%;
    float: left;
    clear: both;
}

/*----------------------------------------
 *----- PREMIUM TAB -----
 *----------------------------------------*/

@media only screen and (min-width: 45em) {
    ul.feature-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    }
}

.th-nice-box{
    border: 1px solid #c3c4c7;
    box-shadow: 0 2px 2px rgb(0 0 0 / 4%), 0 4px 4px rgb(0 0 0 / 4%), 0 8px 8px rgb(0 0 0 / 4%), 0 16px 16px rgb(0 0 0 / 4%);
    background: #fff;
    margin: 1.5rem 0 .75rem 0;
    padding: 2rem;
}


ul.feature-list li:before {
    content: "\f147";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    color: #2271b1;
    margin-right: 10px;
    word-wrap: break-word;
    font-family: 'dashicons';
    font-weight: bold;
}

ul.star-list li:before {
    content: "\f155";
    color: #ff9900;
}

.th-flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.th-flexbox-child {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

ul.feature-list li p {
    margin-top: 0px;
}

@media only screen and (min-width: 45em) {
    .th-flexbox-child {
        width: 49%;
    }
}

/******************************************************/
/*********Review request notice styels START***********/
/******************************************************/
.thmaf-notice-action{ 
    padding: 8px 18px 8px 18px;
    background: #fff;
    color: #2a7cba;
    border-radius: 5px;
    border: 1px solid  #2a7cba;
    cursor: pointer; 
}
.thmaf-notice-action .thmaf-yes {
    background-color: var(--primary-bg-color);
    color: #fff;
}
.thmaf-notice-action:hover:not(.thmaf-yes) {
    background-color: #f2f5f6;
}
.thmaf-notice-action.thmaf-yes:hover {
    opacity: .9;
}
.thmaf-notice-action .dashicons{
    display: none;
}
.thmaf-themehigh-logo {
    position: absolute;
    right: 20px;
    top: calc(50% - 13px);
}
.thmaf-notice-action {
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: 18px 8px;
}
.thmaf-themehigh-logo {
    position: absolute;
    right: 20px;
    top: calc(50% - 13px);
}
a.thmaf-notice-action.thmaf-yes {
    background-color: #007cba;
    color: #fff;
}
.thmaf-review-wrapper {
    padding: 15px 28px 26px 10px !important;
    margin-top: 35px !important;
}
.thmaf-review-image {
    float: left;
}
.thmaf-review-content {
    padding-right: 180px;
}
.thmaf-yes {
    background-image: url(images/tick.svg);
}
.thmaf-done {
    background-image: url(images/done.svg);
}
.thmaf-remind {
    background-image: url(images/reminder.svg);
}
.thmaf-dismiss {
    background-image: url(images/close.svg);
}
.thmaf-review-content p{
    padding-bottom: 14px;
}
/******************************************************/
/********** Review request notice styels End **********/
/******************************************************/