.medansmswp-error-notice {
    background-color: #ffd5d5;
    padding: 7px 7px;
    display: inline-block;
    border: 1px solid #ffb7b7;
    border-radius: 2px;
    color: #e02222;
}

.medansmswp-time {
    clear: both;
    color: #a4a2a2;
    display: block;
    font-size: 10px;
}

.medansmswp-color-green {
    color: #27bb00;
}

.medansmswp-color-red {
    color: #f10000;
}

.medansmswp-button-group .dashicons {
    vertical-align: text-top;
}

#medansmswp-select-subscriber-group {
    display: none;
}

#medansmswp-custom-text {
    display: none;
}

#medansmswp-custom-text textarea {
    font-size: 12px;
    width: 100%;
    height: 114px;
}

#medansmswp-custom-text p.description.data, ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½#medansmswp-custom-text code {
    font-size: 11px !important;
}

.medansmswp-plugin-meta-link span {
    font-size: 14px;
    vertical-align: sub;
}

.medansmswp-plugin-meta-link.medansms-wp-pro {
    color: green;
    font-weight: bold;
}

.medansmswp-has-credit {
    color: #3b9d00;
}

.medansmswp-no-credit {
    color: #c20000;
}

.medansmswp-premium-tab {
    color: #F1F1F1;
    background: #21A8D2;
}

.medansmswp-tab-group {
    border: 1px solid #d8d8d8;
    display: block;
    width: 100%;
    float: left;
    background-color: #ffffff;
    margin-top: 18px;
    border-radius: 3px;
    overflow: hidden;
}

.medansmswp-tab {
    width: 190px;
    float: left;
}

.medansmswp-tab li {
    margin: 0;
}

.medansmswp-tab #medansmswp-logo {
    text-align: center;
    padding-bottom: 7px;
    border-bottom: 1px solid #f1f1f1;
}

.medansmswp-tab #medansmswp-logo img {
    width: 50%;
}

.medansmswp-tab li a {
    display: block;
    text-decoration: none;
    padding: 13px 14px;
    font-weight: bold;
    margin: 0 -1px 0px 0;
}

.medansmswp-tab li .active {
    background-color: #f4f6ff;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-right: 1px solid #f4f6ff;
}

.medansmswp-tab-content {
    background-color: #f4f6ff;
    display: grid;
    padding: 6px 33px;
    border-left: 1px solid #d8d8d8;
    min-height: 564px;
}

.rtl .medansmswp-tab {
    float: right;
}

.rtl .medansmswp-tab-content {
    border-left: 0px none;
    border-right: 1px solid #d8d8d8;
}

.rtl .medansmswp-tab li a {
    margin: 0 0 0 -1px;
}

.rtl .medansmswp-tab li .active {
}