.superbuzz_header {
    background: #252736;
    color: white;
    padding: 50px;
    text-align: center;
    margin-left: -20px;
    font-size: 30px;
}

.superbuzz-form-table {
    width: 50%;   
}

.superbuzz-form-table th {
    padding: 0;
    width: 50px;
    vertical-align: middle;
}

.superbuzz-form-tables th {
    padding: 0;
    width: 50px;
    vertical-align: middle;
}

.superbuzz_apikey_validations{
    color: red;
    margin-top: 0px;
    font-size: initial;
}

.apikey_validated{
    background-color: rgb(40, 167, 69);
    font-size: initial;
    width: fit-content;
    padding: 10px 15px;
    margin-top: 23px;
    color: white;
}
.apikey_validate {
    font-size: initial;
    width: fit-content;
    padding: 10px 15px;
    margin-top: 23px;
    color: white;
}

.show_notifications_appid {
    font-size: initial;
    text-align: left;
    padding-left: 60px;
}

.superbuzz-form-table tr td:last-child, 
.superbuzz-form-table tr td:nth-last-child(2) {
    width: 80px;
    margin: 0;
    padding: 0;
}


.superbuzz-form-table tr td:last-child p,
.superbuzz-form-table tr td:nth-last-child(2) p {
    margin-top: 0;
    padding: 0;
}

.superbuzz-form-tables .form-table td p{
    margin: 0;
    padding: 0;
}

.superbuzz-form-tables tr td:last-child p {
    margin-top: 9px;
}

#wpcontent { 
    padding-left: 0;
}


/* tabs style */

/* Style the tab */
.tab {
    overflow: hidden;   
}
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #ccc;
  }

  /* Style the tab content */
  .tabcontent {    
    background: #fff;
    padding: 30px 25px;
    border: 1px solid #D4D4D5;
    margin-top: -1px;
  }

.privacy-settings-tab {
    cursor: pointer;
    font-size: 1rem;
    margin: unset;
    padding: 15px 40px;
}

#Setup p {
    font-size: 16px;
    padding-bottom: 10px;
}

#Configuration {
    display: none;
}

.appIDValidated {
    background: #fff;
    border: 1px solid #c3c4c7;
    border-left-width: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    margin: 5px 15px 2px;
    padding: 1px 12px;
    border-left-color: #00a32a;
}


.appIDMissing {
    background: #fff;
    border: 1px solid #c3c4c7;
    border-left-width: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);    
    padding: 1px 12px;
    border-left-color: #d63638;
    margin-top: 10px;
}

.privacy-settings-header {
    margin: unset;
    border-bottom: unset;
}
  
.privacy-settings-header .tab {
    border-radius: 0;
    box-shadow: none!important;
    border: none;
    background: #f0f0f1;
    border-bottom: unset;
    display: flex;
}

.privacy-settings-tab.active {
    background: #FFF;
    color: rgba(0,0,0,.95);
    font-weight: 700;
    box-shadow: none;
    border-radius: 0.28571429rem 0.28571429rem 0 0!important;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #D4D4D5;
}

.attached.menu .item {
    background: 0 0;
    border-bottom: none;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 2px solid transparent;
    padding: 0.92857143em 1.42857143em;
    color: rgba(0,0,0,.87);
    cursor: pointer;  

}

.privacy-settings-title-section {
    background: #f0f0f1;
}


.header-section {
    background-color: white;
    padding: 28px;
    margin-bottom: 15px;
    text-align: center;
}

.header-section a:focus {    
    box-shadow: unset;    
}


.serverError {
    background: #fff;
    border: 1px solid #c3c4c7;
    border-left-width: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);    
    padding: 1px 12px;
    border-left-color: #d63638;
    margin-top: 10px;
}

p {
    color: #1d2327;
}