table.styled-table {
    margin-right: 20px;
}
button.button.remove:before {
    content: "\f182";
    font-family: 'dashicons';
    position: relative;
    top: 1.7px;
    right: 2px;
}
button.button.remove, button.button.preload {
    background: #00C3AA;
    color: white;
    border: 0px;
    box-shadow: 1px 1px 4px lightgrey;
    font-weight: 500;
}
.easyfontwrap form {
    background: white;
    box-shadow: 0 5px 30px rgb(0 0 0 / 10%);
    border-radius: 3px;
    padding: 5px 10px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 15px;
}

input#easyfonts_submit {
    color: #FFF;
    cursor: pointer;
    background-color: #00C3AA;
    border: none;
    font-size: 20px;
    font-weight: 500;
    padding: 0px 20px;
    box-shadow: 1px 1px 5px lightgrey;
}
.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table thead tr {
    background-color: #00C3AA;
    color: #ffffff;
    text-align: left;
}
.styled-table th,
.styled-table td {
    padding: 12px 10px;
}
.styled-table th,
.styled-table td {
    border-left: 1px solid #dddddd;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #00C3AA;
}
.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

.checkbox-wrapper-2 .ikxBAC {
    appearance: none;
    background-color: #dfe1e4;
    border-radius: 72px;
    border-style: none;
    flex-shrink: 0;
    height: 30px;
    margin: 0;
    position: relative;
    width: 70px;
  }

  .checkbox-wrapper-2 .ikxBAC::before {
    content: "DISABLED";
    left: 29px;
    position: absolute;
    top: 14px;
    font-size: 8px;
    font-weight: 500;
	display: block !important;
}
  .checkbox-wrapper-2 .sc-gJwTLC:checked::before {
    bottom: 0;
    content: "ENABLED";
    left: 8px;
    position: absolute;
    top: 18px;
    color: white;
    font-size: 8px;
    font-weight: 500;
	display: block !important;
}

  .checkbox-wrapper-2 .ikxBAC,
  .checkbox-wrapper-2 .ikxBAC::after {
    transition: all 100ms ease-out;
	display: block !important;
  }

  .checkbox-wrapper-2 .ikxBAC::after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 24px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 24px;
	display: block !important;
  }

  .checkbox-wrapper-2 input[type=checkbox] {
    cursor: pointer;
  }

  .checkbox-wrapper-2 .ikxBAC:hover {
    background-color: #c9cbcd;
    transition-duration: 0s;
  }

  .checkbox-wrapper-2 .ikxBAC:checked {
    background-color: #6e79d6;
  }

  .checkbox-wrapper-2 .ikxBAC:checked::after {
    background-color: #fff;
    left: 40px;
	display: block !important;
}

  .checkbox-wrapper-2 :focus:not(.focus-visible) {
    outline: 0;
  }

  .checkbox-wrapper-2 .ikxBAC:checked:hover {
    background-color: #535db3;
  }
.heading {
    height: 50px;
    padding: 10px;
    text-align: center;
    color: white !important;
    border-bottom: 1px solid lightgray;
}