form {
    border-top: 1px solid #eaeaea;
}
.form-table {
    display: table;
    margin-top:1.5rem;
}
.divider {
    max-width: 100%; 
    margin-left: 0;
}
.expire {
    margin-bottom:15px;
}
.radius th {
    border-radius:8px;
}
.top-radius th {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.bottom-radius th {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.form-table tr[valign='top'] th {
    background-color: #eaeaea;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    
}
.form-table td {
    margin-bottom: 9px;
    padding: 15px 26px;
    line-height: 1.3;
    vertical-align: middle;
}
.subtitle {
    font-size: 1.15em;
    text-align: center;
    padding-bottom: 15px;
}
.name {
    font-weight: 600;
    padding-bottom: 5px;
}
#toplevel_page_get-compliant-settings .wp-first-item {
    display: none;
}
.OnlyCSS {
    background: #3c3c3c;
    color: #fff;
    border: 10px solid #4C5866;
}

.wrap {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 20px;
}

.postbox .inside h2, .wrap [class$="icon32"] + h2, .wrap h1, .wrap > h2:first-child {
    padding: 0px;
}

@media screen and (max-width: 768px) {
    input[type="text"] {
        max-width: 200px !important;
    ; }

    xmp {
        display: block;
        white-space: pre-wrap;
    }
}


/* Toggle button */
.wrapper {
  display: flex;
  align-items: center;
  
}

.toggle {
  width: 230px;
  height: 30px;
  border: 1px solid #2381bd;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

input[type="radio"] {
  display: none;
}

.left-toggle,
.right-toggle {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  height: 100%;
}

.separator {
  width: 1px;
  height: 100%;
  background-color: #2381bd;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* Default state */
.left-toggle,
.right-toggle {
  background-color: none;
  color: #0e1011;
}

/* Left toggle selected */
input[type="radio"]#toggle-left:checked + label.left-toggle {
  background-color: #2381bd;
  color: #fdfdfd;
}

/* Right toggle selected */
input[type="radio"]#toggle-right:checked + label.right-toggle {
  background-color: #2381bd;
  color: #fdfdfd;
}
.gc-box {
    display:none;
}
.expire input[type="radio"] {
    display: inline-block;
}

/* Footer */
.footer {
    text-align: right;
}
.footer p {
    display: block;
    font-size: smaller;
}
/* Tabs */
#wpfooter {
  position: relative;
}
#Diagnostics tr {
    margin-bottom: 15px;
}
 
 /* Style the tabs */
 .tab-container {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.tab-buttons {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab-button {
  background-color: inherit;
  float: left;
  border: 1px solid #93939329;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  text-decoration: none;
  color: #000;
}

/* 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;
  box-shadow: inset 0px 5px 15px 5px rgba(0,0,0,0.15);
}

/* Style the tab content */
.tab-content {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
} 

.tab-content.active {
    display: block;
}

.tab-content {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

#dbe-scheduled textarea {
  margin-bottom: 15px;
}

/* more from BKThemes tab */
.boxes {
  display: flex;
  flex-flow: row;
  gap: 10px;
}

.box {
  border: 1px solid #ccc;
  text-align: center;
}

.one-third {
  flex: 33.333%;
}

.one-fourth {
    flex: 25%;
}

.one-fifth {
    flex: 20%;
}

.one-sixth {
    flex: 16.6667%;
}

.more-img {
  width: 75%;
  padding: 20px;
}








