.hmtb-table-styles {
    width: 100%;
}

.hmtb-table-content th,
.hmtb-table-content td {
    border: 0px solid #000;
    padding: 10px 15px 10px 0;
    text-align: left;
}

.hmtb-table-styles th,
.hmtb-table-styles td {
    border: 0px solid #000;
    padding: 10px;
    text-align: left;
}

.hmtb-table-styles th {
    text-align: right;
    max-width: 150px;
    width: 150px;
    font-weight: 600;
}

.tb-in-following-page {
    border: 1px solid #DDD;
    padding: 10px 10px 0 10px;
    margin-top: 10px;
}

.tb-in-following-page-items {
    border: 1px dashed #CCC;
    display: inline-block;
    max-width: 150px;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #F2F2F2;
}

.wp-picker-container .wp-color-result.button {
    margin-bottom: 0;
}


/* Common Admin Styles Started */

.hmtb-wrap {
    display: inline-block;
    min-height: 100px;
    clear: both;
    width: 100%;
}

.hmtb_personal_wrap.hmtb_personal_help {
    background: #fff;
    margin: 0 20px 20px 0;
    padding: 15px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
}

.hmtb_personal_wrap h1 {
    font-size: 30px !important;
    text-align: center;
    border: none;
    padding: 15px 10px !important;
    background: #6029F6;
    color: #fff;
    margin: 15px !important;
    line-height: 1;
    /*margin: 12px 12px 20px 0 !important;*/
    border-radius: 3px;
}

.hmtb_personal_wrap .help-link {
    padding: 16px;
}

.hmtb-hlp-btn {
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
    font-size: 15px;
    margin-right: 10px;
    padding: 12px 16px;
}

.hmtb-hlp-btn:hover {
    color: #f1f1f1;
}

.hmtb-btn-1 {
    background-color: #49B158;
}

.hmtb-btn-2 {
    background-color: #A62F66;
}

.hmtb-btn-3 {
    background-color: #F25757;
}

.hmtb-btn-4 {
    background-color: #FC368C;
}

.hmtb_personal_wrap .hire-ad {
    padding: 10px 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #ffffe0;
    border: 1px solid #E6DB55;
    margin: 30px auto;
    width: 60%;
}

.hmtb-admin-sidebar .postbox {
    text-align: center;
}

.hmtb-admin-sidebar .postbox h3.hndle {
    font-size: 14px;
    padding: 8px 12px;
    margin: 0;
    line-height: 1.4;
    border-bottom: 1px solid #ccd0d4;
}

.hmtb-admin-sidebar .postbox.pro-features {
    background: #202332;
}

.hmtb-admin-sidebar .postbox.pro-features h3.hndle {
    font-size: 18px;
    color: #E6DB55;
}

.hmtb-admin-sidebar .postbox.pro-features ul {
    width: 90%;
    margin: auto;
    text-align: left;
    list-style: none;
    color: #FFFFFF;
}

.hmtb-admin-sidebar .postbox.pro-features ul a {
    color: #35c481;
    text-decoration: none;
}


/* Common Admin Styles Ended */


/* Nav Tab */

.settings-banner h2 {
    color: #5E24DD;
    font-size: 28px;
}

.nav-tab-wrapper {
    border-bottom: 0px solid #5E24DD;
}

.nav-tab.hmtb-tab {
    border: 0px;
    border-top: 2px solid #5E24DD;
    border: 1px solid #e5e5e5;
    background-color: #FFF;
    color: #5E24DD;
    padding: 10px 30px;
    font-size: 16px;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 5px;
}

.nav-tab.hmtb-tab:hover {
    background-color: #5E24DD;
    color: #FFF;
    border-bottom: 0px;
}

.nav-tab.hmtb-tab.hmtb-tab-active {
    background-color: #5E24DD;
    color: #FFF;
}

.button.hmtb-button,
.button.hmtb-button:active {
    background: #5E24DD;
    color: #FFF;
    border: 0px solid #5E24DD;
    border-radius: 5px;
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 600;
}

.button.hmtb-button:hover {
    border: 1px solid #5E24DD;
    background: #FFF;
    color: #5E24DD;
}


/* Alert Bar Started */

.hmtb-alert {
    padding: 20px!important;
    color: white;
}

.hmtb-alert.success {
    background-color: #6ABD6E;
}

.hmtb-alert.error {
    background-color: #F66358;
}

.hmtb-alert.warning {
    background-color: #FFAA2B;
}

.hmtb-alert.info {
    background-color: #47A8F5;
}

.hmtb-closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.hmtb-closebtn:hover {
    color: black;
}


/* Alert Bar Ended */