/* Premium text css */
.tochatbe-premium-text {
    margin-top: 50px;
}

.tochatbe-premium-text p {
    line-height: 10px;
}

/* Fix admin setting table issue. */
.tochatbe-setting-table .form-table th {
    width: 200px !important;
    padding: 20px 10px 20px 0 !important;
}

/* Add agent page ad */
.tochatbe-ad-box {
    margin-top: 60px; 
    padding: 20px; 
    background-color: #f9f9f9; 
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.tochatbe-ad-box::before {
    content: '';
    display: block;
    clear: both;
    width: 40px;
    height: 40px;
    background: #2271b1;
    position: absolute;
    left: -20px;
    top: -20px;
    transform: rotate(45deg);
}