table.wtn-key-settings tr th,
table.wtn-key-settings tr td,
table.wtn-general-settings tr th,
table.wtn-general-settings tr td,
table.wtn-ticker-style-settings tr th,
table.wtn-ticker-style-settings tr td {
    border: 0px solid #000;
    padding: 12px 10px;
    text-align: left;
}

table.wtn-general-settings tr th {
    min-width: 180px;
    text-align: left;
}

table.wtn-key-settings tr th label,
table.wtn-general-settings tr th label {
    font-weight: 600;
    text-align: left;
}

.regular-text {
    width: 45em;
}

table.wtn-ticker-style-settings tr th {
    text-align: right;
    min-width: 180px;
}


/* template selection page */

div.wtn-template-selector {
    border: 2px solid #EAEAEA;
    width: 98%;
    display: flex;
    flex-wrap: wrap;
    min-height: 50px;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 10px;
}

.wtn-template-item {
    border: 1px solid #EAEAEA;
    min-height: 15px;
    width: 23.8%;
    align-items: center;
    margin-bottom: 5px;
    margin-right: 5px;
    padding-left: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #242424;
    background: #F2F2F2;
}

.wtn-template-item input[type='radio'] {
    vertical-align: middle;
}

.wtn-template-item label {
    margin-left: 0px;
    margin-bottom: 2px;
    line-height: 30px;
    border: 0px solid #000;
}

input#wtn_shortcode {
    border: 1px dotted #ebf0ff;
    margin: 0;
    text-align: center;
    background: #FDB813;
    color: #CC0000;
    font-size: 20px;
    width: 200px;
}

h4.wtn-custom-design-headings {
    border: 0px solid #000;
    margin: 0;
    padding: 0;
}


/* Common Admin Styles Started */

.wtn-wrap {
    display: inline-block;
    min-height: 100px;
    clear: both;
    width: 100%;
}

.wtn_personal_wrap.wtn_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);
}

.wtn_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;
}

.wtn_personal_wrap .help-link {
    padding: 16px;
}

.wtn-hlp-btn {
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
    font-size: 15px;
    margin-right: 10px;
    padding: 12px 16px;
}

.wtn-hlp-btn:hover {
    color: #f1f1f1;
}

.wtn-btn-1 {
    background-color: #49B158;
}

.wtn-btn-2 {
    background-color: #A62F66;
}

.wtn-btn-3 {
    background-color: #F25757;
}

.wtn-btn-4 {
    background-color: #FC368C;
}

.wtn_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%;
}

.wtn-admin-sidebar .postbox {
    text-align: center;
}

.wtn-admin-sidebar .postbox h3.hndle {
    font-size: 14px;
    padding: 8px 12px;
    margin: 0;
    line-height: 1.4;
    border-bottom: 1px solid #ccd0d4;
}

.wtn-admin-sidebar .postbox.pro-features {
    background: #202332;
}

.wtn-admin-sidebar .postbox.pro-features h3.hndle {
    font-size: 18px;
    color: #E6DB55;
}

.wtn-admin-sidebar .postbox.pro-features ul {
    width: 90%;
    margin: auto;
    text-align: left;
    list-style: none;
    color: #FFFFFF;
}

.wtn-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.wtn-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.wtn-tab:hover {
    background-color: #5E24DD;
    color: #FFF;
    border-bottom: 0px;
}

.nav-tab.wtn-tab.wtn-tab-active {
    background-color: #5E24DD;
    color: #FFF;
}

.button.wtn-button,
.button.wtn-button:active {
    background: #5E24DD;
    color: #FFF;
    border: 0px solid #5E24DD;
    border-radius: 5px;
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 600;
}

.button.wtn-button:hover {
    border: 1px solid #5E24DD;
    background: #FFF;
    color: #5E24DD;
}


/* Alert Bar Started */

.wtn-alert {
    padding: 20px!important;
    color: white;
}

.wtn-alert.success {
    background-color: #6ABD6E;
}

.wtn-alert.error {
    background-color: #F66358;
}

.wtn-alert.warning {
    background-color: #FFAA2B;
}

.wtn-alert.info {
    background-color: #47A8F5;
}

.wtn-closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.wtn-closebtn:hover {
    color: black;
}


/* Alert Bar Ended */