HEX
Server: Apache
System: Linux cpanelx.inxs.ro 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: crowdandsafety (1041)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/crowdandsafety/wordpress-backups/x/framework/dist/tco/tco.css
@charset "UTF-8";

/* sass-plugin-0:/home/chuck/Sources/themeco/x/src/legacy-scss/tco/tco.scss */
.tco-reset,
.tco-reset *,
.tco-reset *:before,
.tco-reset *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tco-reset {
  position: relative;
  font-size: 13px;
  line-height: 1.6;
  color: #23282d;
}
.tco-reset p {
  margin: 0 0 1.5em;
  line-height: inherit;
}
.tco-reset p:last-child {
  margin-bottom: 0;
}
.tco-reset a {
  color: #0073aa;
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    opacity 0.3s ease;
}
.tco-reset a:hover,
.tco-reset a:focus,
.tco-reset a:active {
  color: #00a0d2;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.tco-reset img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
.tco-form {
  margin: 0 0 1.5em 0;
}
.tco-form:last-child {
  margin-bottom: 0;
}
select.tco-form-control,
textarea.tco-form-control,
input[type=text].tco-form-control,
input[type=email].tco-form-control,
input[type=color].tco-form-control,
input[type=number].tco-form-control,
input[type=search].tco-form-control,
input[type=password].tco-form-control {
  display: block;
  width: 100%;
  height: 3em !important;
  margin: 0;
  border: 1px solid #d5d5d5;
  font-size: 1em !important;
  font-weight: 600;
  line-height: normal;
  color: #23282d;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: none;
}
select.tco-form-control:focus,
textarea.tco-form-control:focus,
input[type=text].tco-form-control:focus,
input[type=email].tco-form-control:focus,
input[type=color].tco-form-control:focus,
input[type=number].tco-form-control:focus,
input[type=search].tco-form-control:focus,
input[type=password].tco-form-control:focus {
  border-color: #d5d5d5;
  box-shadow:
    inset 0 1px 2px rgba(0, 0, 0, 0.1),
    0 0 0 0.2em #ffffff,
    0 0 0 0.35em rgba(213, 213, 213, 0.75);
  outline: none;
}
select.tco-form-control::-webkit-input-placeholder,
textarea.tco-form-control::-webkit-input-placeholder,
input[type=text].tco-form-control::-webkit-input-placeholder,
input[type=email].tco-form-control::-webkit-input-placeholder,
input[type=color].tco-form-control::-webkit-input-placeholder,
input[type=number].tco-form-control::-webkit-input-placeholder,
input[type=search].tco-form-control::-webkit-input-placeholder,
input[type=password].tco-form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
select.tco-form-control::-moz-placeholder,
textarea.tco-form-control::-moz-placeholder,
input[type=text].tco-form-control::-moz-placeholder,
input[type=email].tco-form-control::-moz-placeholder,
input[type=color].tco-form-control::-moz-placeholder,
input[type=number].tco-form-control::-moz-placeholder,
input[type=search].tco-form-control::-moz-placeholder,
input[type=password].tco-form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
select.tco-form-control:-ms-input-placeholder,
textarea.tco-form-control:-ms-input-placeholder,
input[type=text].tco-form-control:-ms-input-placeholder,
input[type=email].tco-form-control:-ms-input-placeholder,
input[type=color].tco-form-control:-ms-input-placeholder,
input[type=number].tco-form-control:-ms-input-placeholder,
input[type=search].tco-form-control:-ms-input-placeholder,
input[type=password].tco-form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
select.tco-form-control {
  padding: 0 0.75em;
}
select.tco-form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #23282d;
}
textarea.tco-form-control,
input[type=text].tco-form-control,
input[type=email].tco-form-control,
input[type=color].tco-form-control,
input[type=number].tco-form-control,
input[type=search].tco-form-control,
input[type=password].tco-form-control {
  padding: 1em 0.75em;
}
.tco-form-control-max {
  max-width: 35em;
}
.tco-select {
  position: relative;
  display: block;
}
.tco-select:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -0.19em;
  pointer-events: none;
  border-top: 0.38em solid #23282d;
  border-left: 0.38em solid transparent;
  border-right: 0.38em solid transparent;
  border-bottom: 0.38em solid transparent;
}
.wp-admin:not(.rtl) .tco-select:after {
  right: 1em;
}
.wp-admin.rtl .tco-select:after {
  left: 1em;
}
.tco-select select.tco-form-control {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea.tco-form-control {
  height: 8em;
}
label.tco-rc {
  position: relative;
  display: block;
  margin: 0 0 1em;
}
label.tco-rc:last-child {
  margin-bottom: 0;
}
label.tco-rc .tco-form-control-indicator {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
  border: 1px solid #d5d5d5;
  line-height: 2em;
  color: #23282d;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wp-admin:not(.rtl) label.tco-rc .tco-form-control-indicator {
  margin: 0 0.5em 0 0;
}
.wp-admin.rtl label.tco-rc .tco-form-control-indicator {
  margin: 0 0 0 0.5em;
}
label.tco-rc input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
label.tco-rc input:focus ~ .tco-form-control-indicator,
label.tco-rc input:active ~ .tco-form-control-indicator {
  box-shadow:
    inset 0 1px 2px rgba(0, 0, 0, 0.1),
    0 0 0 0.2em #ffffff,
    0 0 0 0.35em rgba(213, 213, 213, 0.75);
}
label.tco-rc .tco-form-control-indicator-label {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  line-height: 1;
}
label.tco-rc.tco-checkbox .tco-form-control-indicator {
  border-radius: 5px;
}
label.tco-rc.tco-checkbox input:checked ~ .tco-form-control-indicator:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 1px;
  right: 1px;
  width: 0.575em;
  height: 1em;
  margin: -0.595em auto 0;
  border: solid currentColor;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
label.tco-rc.tco-radio .tco-form-control-indicator {
  border-radius: 100em;
}
label.tco-rc.tco-radio input:checked ~ .tco-form-control-indicator:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 0.75em;
  height: 0.75em;
  margin: -0.375em auto 0;
  background-color: currentColor;
  border-radius: 100em;
}
.tco-form-setting {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tco-form-setting:last-child {
  border-bottom: 0;
}
@media screen and (min-width: 1280px) {
  .tco-form-setting {
    display: table;
    width: 100%;
  }
}
.tco-form-setting-info {
  padding: 1.5em 1.5em 0;
}
.tco-form-setting-info label {
  display: block;
  font-size: 0.925em;
}
.tco-form-setting-info label strong {
  display: block;
  margin: 0 0 2px;
}
.tco-form-setting-info label span {
  display: block;
  opacity: 0.5;
}
@media screen and (min-width: 1280px) {
  .tco-form-setting-info {
    display: table-cell;
    vertical-align: top;
    width: 20em;
    padding: 1.5em;
  }
}
.tco-form-setting-control {
  padding: 1.5em;
}
@media screen and (min-width: 1280px) {
  .tco-form-setting-control {
    display: table-cell;
    vertical-align: middle;
  }
}
.tco-form-setting-control-with-action {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.tco-form-setting-control-with-action .tco-form-control {
  flex: 1 1 0%;
}
.tco-form-setting-control-with-action .tco-form-control-action {
  flex: 0 0 80px;
  display: block;
  width: 80px;
  height: 3em !important;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  font-size: 1em !important;
  font-weight: 600;
  line-height: normal;
  color: #23282d;
  background-color: #ffffff;
  box-shadow: none;
  transition: none;
  cursor: pointer;
}
.wp-admin:not(.rtl) .tco-form-setting-control-with-action .tco-form-control-action {
  margin: 0 0 0 7px;
}
.wp-admin.rtl .tco-form-setting-control-with-action .tco-form-control-action {
  margin: 0 7px 0 0;
}
.tco-form-setting-control-with-action .tco-form-control-action:focus {
  border-color: #d5d5d5;
  box-shadow:
    inset 0 1px 2px rgba(0, 0, 0, 0.1),
    0 0 0 0.2em #ffffff,
    0 0 0 0.35em rgba(213, 213, 213, 0.75);
  outline: none;
}
.tco-form-setting-control-with-action .tco-form-control-action:hover {
  border-color: #b5b5b5;
}
.tco-form-setting-control-with-action .tco-form-control-action:active {
  border-color: #b5b5b5;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.tco-btn,
a.tco-btn,
button.tco-btn,
input[type=submit].tco-btn {
  display: inline-block;
  margin: 0;
  border: 0;
  border-style: solid;
  border-color: #7f7f7f;
  border-bottom-width: 0.315em;
  padding: 1.15em 1.42em 1.15em 1.485em;
  font-size: 0.85em;
  font-weight: 600;
  letter-spacing: 0.065em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff !important;
  background-color: #9e9e9e;
  border-radius: 0.45em;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}
.tco-btn:hover,
.tco-btn:focus,
.tco-btn:active,
a.tco-btn:hover,
a.tco-btn:focus,
a.tco-btn:active,
button.tco-btn:hover,
button.tco-btn:focus,
button.tco-btn:active,
input[type=submit].tco-btn:hover,
input[type=submit].tco-btn:focus,
input[type=submit].tco-btn:active {
  background-color: #ababab;
  box-shadow: none;
  outline: none;
}
.tco-btn.tco-btn-sm,
a.tco-btn.tco-btn-sm,
button.tco-btn.tco-btn-sm,
input[type=submit].tco-btn.tco-btn-sm {
  padding: 0.95em 1.085em 0.95em 1.15em;
  font-size: 0.725em;
}
.tco-btn.tco-btn-lg,
a.tco-btn.tco-btn-lg,
button.tco-btn.tco-btn-lg,
input[type=submit].tco-btn.tco-btn-lg {
  padding: 1.285em 1.42em 1.285em 1.485em;
  font-size: 1em;
}
.tco-btn.tco-btn-xl,
a.tco-btn.tco-btn-xl,
button.tco-btn.tco-btn-xl,
input[type=submit].tco-btn.tco-btn-xl {
  padding: 1.315em 1.66em 1.315em 1.725em;
  font-size: 1.25em;
}
.tco-btn.tco-btn-block,
a.tco-btn.tco-btn-block,
button.tco-btn.tco-btn-block,
input[type=submit].tco-btn.tco-btn-block {
  display: block;
  width: 100%;
}
.tco-btn.tco-btn-yep,
a.tco-btn.tco-btn-yep,
button.tco-btn.tco-btn-yep,
input[type=submit].tco-btn.tco-btn-yep {
  border-color: #26ab5f;
  background-color: #2ecc71;
}
.tco-btn.tco-btn-yep:hover,
.tco-btn.tco-btn-yep:focus,
.tco-btn.tco-btn-yep:active,
a.tco-btn.tco-btn-yep:hover,
a.tco-btn.tco-btn-yep:focus,
a.tco-btn.tco-btn-yep:active,
button.tco-btn.tco-btn-yep:hover,
button.tco-btn.tco-btn-yep:focus,
button.tco-btn.tco-btn-yep:active,
input[type=submit].tco-btn.tco-btn-yep:hover,
input[type=submit].tco-btn.tco-btn-yep:focus,
input[type=submit].tco-btn.tco-btn-yep:active {
  background-color: #44d581;
}
.tco-btn.tco-btn-nope,
a.tco-btn.tco-btn-nope,
button.tco-btn.tco-btn-nope,
input[type=submit].tco-btn.tco-btn-nope {
  border-color: #c42818;
  background-color: #e74c3c;
}
.tco-btn.tco-btn-nope:hover,
.tco-btn.tco-btn-nope:focus,
.tco-btn.tco-btn-nope:active,
a.tco-btn.tco-btn-nope:hover,
a.tco-btn.tco-btn-nope:focus,
a.tco-btn.tco-btn-nope:active,
button.tco-btn.tco-btn-nope:hover,
button.tco-btn.tco-btn-nope:focus,
button.tco-btn.tco-btn-nope:active,
input[type=submit].tco-btn.tco-btn-nope:hover,
input[type=submit].tco-btn.tco-btn-nope:focus,
input[type=submit].tco-btn.tco-btn-nope:active {
  background-color: #eb695c;
}
.wp-admin:not(.rtl) .tco-btn-group-horizontal .tco-btn,
.wp-admin:not(.rtl) .tco-btn-group-horizontal a.tco-btn,
.wp-admin:not(.rtl) .tco-btn-group-horizontal button.tco-btn,
.wp-admin:not(.rtl) .tco-btn-group-horizontal input[type=submit].tco-btn {
  border-right-width: 1px;
}
.wp-admin:not(.rtl) .tco-btn-group-horizontal .tco-btn:first-child,
.wp-admin:not(.rtl) .tco-btn-group-horizontal a.tco-btn:first-child,
.wp-admin:not(.rtl) .tco-btn-group-horizontal button.tco-btn:first-child,
.wp-admin:not(.rtl) .tco-btn-group-horizontal input[type=submit].tco-btn:first-child {
  border-radius: 0.45em 0 0 0.45em;
}
.wp-admin:not(.rtl) .tco-btn-group-horizontal .tco-btn:last-child,
.wp-admin:not(.rtl) .tco-btn-group-horizontal a.tco-btn:last-child,
.wp-admin:not(.rtl) .tco-btn-group-horizontal button.tco-btn:last-child,
.wp-admin:not(.rtl) .tco-btn-group-horizontal input[type=submit].tco-btn:last-child {
  border-right: 0;
  border-radius: 0 0.45em 0.45em 0;
}
.wp-admin.rtl .tco-btn-group-horizontal .tco-btn,
.wp-admin.rtl .tco-btn-group-horizontal a.tco-btn,
.wp-admin.rtl .tco-btn-group-horizontal button.tco-btn,
.wp-admin.rtl .tco-btn-group-horizontal input[type=submit].tco-btn {
  border-left-width: 1px;
}
.wp-admin.rtl .tco-btn-group-horizontal .tco-btn:first-child,
.wp-admin.rtl .tco-btn-group-horizontal a.tco-btn:first-child,
.wp-admin.rtl .tco-btn-group-horizontal button.tco-btn:first-child,
.wp-admin.rtl .tco-btn-group-horizontal input[type=submit].tco-btn:first-child {
  border-radius: 0 0.45em 0.45em 0;
}
.wp-admin.rtl .tco-btn-group-horizontal .tco-btn:last-child,
.wp-admin.rtl .tco-btn-group-horizontal a.tco-btn:last-child,
.wp-admin.rtl .tco-btn-group-horizontal button.tco-btn:last-child,
.wp-admin.rtl .tco-btn-group-horizontal input[type=submit].tco-btn:last-child {
  border-left: 0;
  border-radius: 0.45em 0 0 0.45em;
}
.tco-btn-group-vertical .tco-btn,
.tco-btn-group-vertical a.tco-btn,
.tco-btn-group-vertical button.tco-btn,
.tco-btn-group-vertical input[type=submit].tco-btn {
  display: block;
  border-width: 1px;
}
.tco-btn-group-vertical .tco-btn:first-child,
.tco-btn-group-vertical a.tco-btn:first-child,
.tco-btn-group-vertical button.tco-btn:first-child,
.tco-btn-group-vertical input[type=submit].tco-btn:first-child {
  border-radius: 0.45em 0.45em 0 0;
}
.tco-btn-group-vertical .tco-btn:last-child,
.tco-btn-group-vertical a.tco-btn:last-child,
.tco-btn-group-vertical button.tco-btn:last-child,
.tco-btn-group-vertical input[type=submit].tco-btn:last-child {
  border-radius: 0 0 0.45em 0.45em;
}
.tco-btn-group-vertical .tco-btn:not(:last-child),
.tco-btn-group-vertical a.tco-btn:not(:last-child),
.tco-btn-group-vertical button.tco-btn:not(:last-child),
.tco-btn-group-vertical input[type=submit].tco-btn:not(:last-child) {
  margin-bottom: -1px;
}
.tco-btn.tco-btn-disabled,
a.tco-btn.tco-btn-disabled,
button.tco-btn.tco-btn-disabled,
input[type=submit].tco-btn.tco-btn-disabled {
  color: rgba(255, 255, 255, 0.75) !important;
  cursor: default;
  pointer-events: none;
}
.tco-wrap {
  padding: 1.5em;
}
.tco-wrap:before,
.tco-wrap:after {
  content: " ";
  display: table;
  width: 0px;
}
.tco-wrap:after {
  clear: both;
}
.wp-admin:not(.rtl) .tco-wrap {
  margin: 0 0 0 -20px;
}
.wp-admin.rtl .tco-wrap {
  margin: 0 -20px 0 0;
}
@media screen and (max-width: 782px) {
  .tco-wrap {
    margin: 0 0 0 -10px;
  }
}
.tco-wrap-about .tco-content {
  max-width: 34em;
  margin: 0 auto;
}
@media screen and (min-width: 1050px) {
  .tco-wrap-about .tco-content {
    max-width: 70em;
    margin: 0;
  }
  .tco-wrap-about .tco-main,
  .tco-wrap-about .tco-sidebar {
    width: 100%;
    max-width: 70em;
  }
}
@media screen and (min-width: 1440px) {
  .tco-wrap-about .tco-content {
    max-width: none;
  }
  .wp-admin:not(.rtl) .tco-wrap-about .tco-main,
  .wp-admin:not(.rtl) .tco-wrap-about .tco-sidebar {
    float: left;
  }
  .wp-admin.rtl .tco-wrap-about .tco-main,
  .wp-admin.rtl .tco-wrap-about .tco-sidebar {
    float: right;
  }
  .wp-admin:not(.rtl) .tco-wrap-about .tco-main {
    margin-right: 1.5em;
  }
  .wp-admin.rtl .tco-wrap-about .tco-main {
    margin-left: 1.5em;
  }
  .tco-wrap-about .tco-sidebar {
    width: calc(100% - 70em - 1.5em);
    max-width: none;
  }
}
@media screen and (min-width: 1050px) {
  .wp-admin:not(.rtl) .tco-wrap-settings .tco-main,
  .wp-admin:not(.rtl) .tco-wrap-settings .tco-sidebar {
    float: left;
  }
  .wp-admin.rtl .tco-wrap-settings .tco-main,
  .wp-admin.rtl .tco-wrap-settings .tco-sidebar {
    float: right;
  }
  .tco-wrap-settings .tco-main {
    width: calc(100% - 23em - 1.5em);
  }
  .wp-admin:not(.rtl) .tco-wrap-settings .tco-main {
    margin-right: 1.5em;
  }
  .wp-admin.rtl .tco-wrap-settings .tco-main {
    margin-left: 1.5em;
  }
  .tco-wrap-settings .tco-sidebar {
    max-width: 23em;
  }
}
.tco-header {
  margin: 0 0 1.5em;
}
.tco-header-title {
  margin: 0;
  font-size: 2em;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.3;
}
.tco-row:before,
.tco-row:after {
  content: " ";
  display: table;
  width: 0px;
}
.tco-row:after {
  clear: both;
}
.tco-column {
  width: 100%;
  margin: 0 0 1.5em 0;
}
@media screen and (min-width: 1050px) {
  .wp-admin:not(.rtl) .tco-column:first-child:nth-last-child(2),
  .wp-admin:not(.rtl) .tco-column:first-child:nth-last-child(2) ~ .tco-column,
  .wp-admin:not(.rtl) .tco-column:first-child:nth-last-child(3),
  .wp-admin:not(.rtl) .tco-column:first-child:nth-last-child(3) ~ .tco-column {
    float: left;
    margin-right: 1.5em;
  }
  .wp-admin.rtl .tco-column:first-child:nth-last-child(2),
  .wp-admin.rtl .tco-column:first-child:nth-last-child(2) ~ .tco-column,
  .wp-admin.rtl .tco-column:first-child:nth-last-child(3),
  .wp-admin.rtl .tco-column:first-child:nth-last-child(3) ~ .tco-column {
    float: right;
    margin-left: 1.5em;
  }
  .tco-column:first-child:nth-last-child(2),
  .tco-column:first-child:nth-last-child(2) ~ .tco-column {
    width: calc(50% - 0.75em);
  }
  .tco-column:first-child:nth-last-child(3),
  .tco-column:first-child:nth-last-child(3) ~ .tco-column {
    width: calc(33.33333% - 1em);
  }
  .wp-admin:not(.rtl) .tco-column:last-child {
    margin-right: 0 !important;
  }
  .wp-admin.rtl .tco-column:last-child {
    margin-left: 0 !important;
  }
}
.tco-vam-outer {
  display: table;
  width: 100%;
  height: 100%;
}
.tco-vam-inner {
  display: table-cell;
  vertical-align: middle;
}
.tco-wrap .wrap {
  margin: 0 !important;
  padding: 0 !important;
}
.tco-wrap .wrap > h2 {
  display: none !important;
}
.tco-wrap .wrap .notice,
.tco-wrap .wrap div.updated,
.tco-wrap .wrap div.error {
  margin: 0 0 1.5em;
}
.tco-wrap .wrap .notice p,
.tco-wrap .wrap div.updated p,
.tco-wrap .wrap div.error p {
  margin: 0.5em 0;
  line-height: 1.5;
}
.tco-box {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 480px) {
  .tco-box-min-height .tco-box-content {
    min-height: 24em;
  }
}
.tco-box-header {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  z-index: 5;
}
.tco-box-status {
  position: absolute;
  top: 0;
  width: 4em;
  height: 4em;
  padding: 0.85em;
  font-size: 1.185em;
}
.tco-box-status svg {
  display: block;
  width: 100%;
  height: 100%;
}
.tco-box-status.tco-box-status-validated {
  background-color: #f7fdf9;
  fill: #2ecc71;
}
.tco-box-status.tco-box-status-unvalidated {
  background-color: #fef7f6;
  fill: #e74c3c;
}
.wp-admin:not(.rtl) .tco-box-status {
  right: 0;
  box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.1);
}
.wp-admin:not(.rtl) .tco-box-status + .tco-box-title {
  padding-right: 5.185em;
}
.wp-admin.rtl .tco-box-status {
  left: 0;
  box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.1);
}
.wp-admin.rtl .tco-box-status + .tco-box-title {
  padding-left: 5.185em;
}
.tco-box-title {
  overflow: hidden;
  height: 4em;
  margin: 0;
  padding: 0 1.2658227848em;
  font-size: 1.185em;
  font-weight: 600;
  line-height: 4em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tco-box-content {
  overflow: hidden;
  position: relative;
  padding: 1.5em;
  background-color: #ffffff;
}
.tco-box-content-title {
  margin: 0 0 2px;
  font-size: 1em;
  line-height: inherit;
}
.tco-box-content-text {
  display: block;
  margin: 0 0 1.5em;
}
.tco-box-content-text:last-child {
  margin-bottom: 0;
}
.tco-box-features {
  position: relative;
  margin: 0;
  list-style: none;
}
.tco-box-features li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 1.5em 0;
}
.tco-box-features:last-child li:last-child {
  margin-bottom: 0;
}
.tco-box-feature-icon {
  display: block;
  width: 2.5em;
  height: 2.5em;
  margin: 0;
  fill: currentColor;
}
.tco-box-feature-icon svg {
  width: 100%;
  height: 100%;
}
.tco-box-feature-info {
  width: calc(100% - 4em);
}
.tco-box-feature-text {
  display: block;
}
.tco-box-footer {
  margin: 0;
  border: 0;
  padding: 0;
}
.tco-box-bg {
  display: none;
  position: absolute;
  top: 8em;
  width: 160px;
  height: 290px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 0;
}
@media screen and (min-width: 480px) {
  .tco-box-bg {
    display: block;
  }
}
.wp-admin:not(.rtl) .tco-box-bg {
  right: -25px;
  box-shadow: -5px 15px 20px rgba(0, 0, 0, 0.15);
  transform: rotate(10deg);
}
.wp-admin.rtl .tco-box-bg {
  left: -25px;
  box-shadow: 5px 15px 20px rgba(0, 0, 0, 0.15);
  transform: rotate(-10deg);
}
a.tco-automatic-updates-changelog {
  margin: 0 0 0 0.575em;
  font-size: 0.675em;
  font-weight: 600;
  letter-spacing: 0.0925em;
  text-decoration: none;
  text-transform: uppercase;
  color: rgba(35, 40, 45, 0.5);
}
a.tco-automatic-updates-changelog:hover,
a.tco-automatic-updates-changelog:focus,
a.tco-automatic-updates-changelog:active {
  text-decoration: underline;
  color: rgba(35, 40, 45, 0.5);
}
a.tco-automatic-updates-check-now {
  text-decoration: none;
  color: #23282d;
}
a.tco-automatic-updates-check-now:hover,
a.tco-automatic-updates-check-now:focus,
a.tco-automatic-updates-check-now:active {
  text-decoration: underline;
  color: currentColor;
}
.tco-box-extensions-preview-content {
  padding: 5%;
}
.tco-box-extensions-preview-title {
  margin: 0;
  font-size: 1.5em;
  letter-spacing: -0.015em;
  line-height: 1.3;
}
@media screen and (min-width: 1050px) {
  .tco-box-extensions-preview-title {
    font-size: 2em;
  }
}
p.tco-box-extensions-preview-text {
  max-width: 40em;
  margin: 0.75em auto 1.35em;
  line-height: 1.7;
}
@media screen and (min-width: 1050px) {
  p.tco-box-extensions-preview-text {
    font-size: 1.15em;
  }
}
img.tco-box-extensions-preview-img {
  display: block;
  width: 100%;
  max-width: 650px;
  margin: 1.15em auto 0;
}
p.tco-extensions-info {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.5em;
}
.wp-admin:not(.rtl) p.tco-extensions-info {
  text-align: left;
}
.wp-admin.rtl p.tco-extensions-info {
  text-align: right;
}
.tco-extensions {
  float: left;
  width: 100%;
  margin: 0 0 -1px;
}
.tco-extension {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  text-align: center;
  background-color: #ffffff;
  z-index: 1;
}
.tco-extension:before,
.tco-extension:after {
  content: " ";
  display: table;
  width: 0px;
}
.tco-extension:after {
  clear: both;
}
@media screen and (min-width: 1050px) {
  .tco-extension {
    width: 33.33333%;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .tco-extension:nth-child(3n) {
    border-right: 0;
  }
}
.tco-extension .tco-overlay-close {
  margin: 0;
}
.tco-extension-content {
  padding: calc(5% + 3.375em) 1.5em;
  transition: opacity 0.65s cubic-bezier(0.23, 1, 0.32, 1), transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
img.tco-extension-img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.tco-extension-title {
  overflow: hidden;
  margin: 1em 0 0;
  font-size: 1.25em;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tco-extension-info {
  margin: 0.35em 0 1.25em;
  color: rgba(35, 40, 45, 0.5);
}
a.tco-extension-info-details {
  color: currentColor;
}
a.tco-extension-info-details:hover,
a.tco-extension-info-details:focus,
a.tco-extension-info-details:active {
  color: currentColor;
}
.tco-extension-status-icon {
  display: block;
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  width: 2.625em;
  height: 2.625em;
  color: #2ecc71;
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.65s cubic-bezier(0.23, 1, 0.32, 1), transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 3;
}
.tco-extension-status-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.tco-extension.tco-extension-installed .tco-extension-status-icon {
  opacity: 1;
  transform: scale(1);
}
.tco-extension.tco-processing .tco-extension-content {
  opacity: 0;
  transform: scale(0.85);
}
.tco-extension.tco-processing .tco-extension-info-details,
.tco-extension.tco-processing .tco-btn {
  pointer-events: none;
}
.tco-theme-options-action-group {
  display: table;
  width: 100%;
}
.tco-theme-options-action-group:first-of-type {
  height: 18em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
form.tco-theme-options-import {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  color: #23282d;
  outline: 2px dashed rgba(0, 0, 0, 0.1);
  outline-offset: -10px;
  transition: outline 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
form.tco-theme-options-import .tco-theme-options-import-input {
  transition: opacity 0.65s cubic-bezier(0.23, 1, 0.32, 1), transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
form.tco-theme-options-import svg {
  display: block;
  width: 2.5em;
  height: 2.5em;
  margin: 0 auto;
  fill: currentColor;
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
form.tco-theme-options-import input[type=file] {
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  z-index: -1;
}
form.tco-theme-options-import label {
  overflow: hidden;
  display: inline-block;
  max-width: 80%;
  margin: 1em auto 0.5em;
  font-size: 1.25em;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
form.tco-theme-options-import label:hover {
  text-decoration: underline;
}
form.tco-theme-options-import .tco-btn {
  display: block;
  margin: 0 auto;
}
form.tco-theme-options-import.tco-dragover {
  outline-color: rgba(35, 40, 45, 0.35);
}
form.tco-theme-options-import.tco-dragover svg {
  transform: scale(1.15);
}
form.tco-theme-options-import.tco-processing .tco-theme-options-import-input {
  opacity: 0;
  transform: scale(0.85);
}
form.tco-theme-options-export,
form.tco-theme-options-reset {
  display: table-cell;
  width: 50%;
  height: 6em;
  text-align: center;
  vertical-align: middle;
}
form.tco-theme-options-export button,
form.tco-theme-options-reset button {
  display: block;
  width: 100%;
  height: 6em;
  margin: 0;
  border: 0;
  padding: 0;
  line-height: 1;
  color: #23282d;
  background-color: transparent;
  cursor: pointer;
}
form.tco-theme-options-export button:hover,
form.tco-theme-options-export button:focus,
form.tco-theme-options-export button:active,
form.tco-theme-options-reset button:hover,
form.tco-theme-options-reset button:focus,
form.tco-theme-options-reset button:active {
  color: currentColor;
  background-color: #fafafa;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
form.tco-theme-options-export button svg,
form.tco-theme-options-reset button svg {
  display: inline;
  width: 1.75em;
  height: 1.75em;
  vertical-align: middle;
  fill: currentColor;
}
.wp-admin:not(.rtl) form.tco-theme-options-export button svg,
.wp-admin:not(.rtl) form.tco-theme-options-reset button svg {
  margin: 0 0.5em 0 0;
}
.wp-admin.rtl form.tco-theme-options-export button svg,
.wp-admin.rtl form.tco-theme-options-reset button svg {
  margin: 0 0 0 0.5em;
}
.wp-admin:not(.rtl) form.tco-theme-options-export button {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.wp-admin.rtl form.tco-theme-options-export button {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.tco-box-validation .tco-box-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
.tco-box-validation input[type=text].tco-form-control {
  border: 0;
  font-size: 2em !important;
  font-weight: 600;
  letter-spacing: -0.035em;
  text-align: center;
  border-radius: 0;
  box-shadow: none;
  transition: margin 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
.tco-box-validation input[type=text].tco-form-control[disabled],
.tco-box-validation input[type=text].tco-form-control.disabled {
  margin-top: -3em;
}
.tco-validation {
  position: relative;
  padding: 5%;
  text-align: center;
  transition: opacity 0.65s cubic-bezier(0.23, 1, 0.32, 1), transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
.tco-validation.tco-processing {
  opacity: 0;
  transform: scale(0.85);
}
.tco-validation-graphic-icon {
  display: inline-block;
  width: 4em;
  height: 4em;
  font-size: 0.65em;
  vertical-align: middle;
  opacity: 0;
  fill: #ffffff;
  transform: scale(0.75);
  animation: tcoIconFadeIn ease 1;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.tco-validation-graphic-icon:nth-child(1) {
  fill: #e74c3c;
}
.tco-validation-graphic-icon:nth-child(5) {
  fill: #2ecc71;
}
.tco-validation-graphic-icon:nth-child(2),
.tco-validation-graphic-icon:nth-child(3),
.tco-validation-graphic-icon:nth-child(4) {
  width: 3em;
  height: 3em;
  fill: rgba(35, 40, 45, 0.35);
}
.tco-validation-graphic-icon:nth-child(2),
.tco-validation-graphic-icon:nth-child(4) {
  margin: 0 1em;
}
.tco-validation-graphic-icon:nth-child(1) {
  animation-delay: 0.25s;
}
.tco-validation-graphic-icon:nth-child(2) {
  animation-delay: 0.75s;
}
.tco-validation-graphic-icon:nth-child(3) {
  animation-delay: 1.25s;
}
.tco-validation-graphic-icon:nth-child(4) {
  animation-delay: 1.75s;
}
.tco-validation-graphic-icon:nth-child(5) {
  animation-delay: 2.25s;
}
@media screen and (min-width: 1050px) {
  .tco-validation-graphic-icon {
    font-size: 1em;
  }
}
@keyframes tcoIconFadeIn {
  from {
    opacity: 0;
    transform: scale(0.75);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.tco-validation-title {
  margin: 0.8571428571em auto;
  font-size: 1.5em;
  letter-spacing: -0.015em;
  color: currentColor;
}
@media screen and (min-width: 1050px) {
  .tco-validation-title {
    font-size: 2em;
  }
}
p.tco-validation-text {
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}
@media screen and (min-width: 1050px) {
  p.tco-validation-text {
    font-size: 1.15em;
  }
}
p.tco-validation-text a,
p.tco-validation-text a:hover,
p.tco-validation-text a:focus,
p.tco-validation-text a:active {
  color: currentColor;
}
.tco-validation > p.tco-validation-text:not(:last-child) {
  margin-bottom: 2.0775em;
}
@media screen and (min-width: 1050px) {
  .tco-validation > p.tco-validation-text:not(:last-child) {
    margin-bottom: 2.4225em;
  }
}
.tco-validation-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5em;
  text-align: center;
  color: #23282d;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  transform: scale(1.15);
  transition: opacity 0.65s cubic-bezier(0.23, 1, 0.32, 1), transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 4;
}
.tco-validation-overlay.tco-active {
  pointer-events: auto;
  opacity: 1;
  transform: scale(1);
}
.tco-box.tco-box-permissions {
  overflow: visible;
}
.tco-box.tco-box-permissions .tco-box-permissions-settings-title + .tco-form-settings {
  margin-top: -15px;
}
.tco-box.tco-box-permissions .tco-form-setting:first-child .tco-form-setting-info {
  padding-top: 0;
}
@media (min-width: 1280px) {
  .tco-box.tco-box-permissions .tco-form-setting:first-child .tco-form-setting-control {
    padding-top: 0;
  }
}
.tco-box.tco-box-permissions .tco-form-setting-info,
.tco-box.tco-box-permissions .tco-form-setting-control {
  padding-left: 30px;
  padding-right: 30px;
}
.tco-box-permissions-macros {
  position: absolute;
  top: 0;
  right: 0;
}
.tco-box-permissions-macros-toggle {
  overflow: hidden;
  display: block;
  position: relative;
  width: 4em;
  height: 4em;
  margin: 0;
  border: 0;
  padding: 0;
  font-size: 1.185em;
  text-indent: -9999em;
  color: #c5c5c5;
  background-color: #ffffff;
  box-shadow: -1px 0 0 0 #e1e1e1;
  outline: 0;
  cursor: pointer;
}
.tco-box-permissions-macros-toggle:hover,
.tco-box-permissions-macros-toggle.cs-active {
  color: #23282d;
}
.tco-box-permissions-macros-toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  border-radius: 100em;
  font-size: 6px;
  background-color: currentColor;
  box-shadow: -2em 0 0 0 currentColor, 2em 0 0 0 currentColor;
  transform: translate3d(-50%, -50%, 0);
}
.tco-box-permissions-macros-list {
  visibility: hidden;
  display: block;
  position: absolute;
  top: 100%;
  right: -1px;
  width: auto;
  margin: 0;
  border: 1px solid #e1e1e1;
  padding: 0;
  list-style: none;
  background-color: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition-delay:
    0s,
    0s,
    0.2s;
  transition-duration:
    0.2s,
    0.2s,
    0s;
  transition-property:
    transform,
    opacity,
    visibility;
  transition-timing-function: ease;
  pointer-events: none;
}
.tco-box-permissions-macros-list.cs-active {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay:
    0s,
    0s,
    0s;
  pointer-events: auto;
}
.tco-box-permissions-macros-list li {
  display: block;
  margin: 0;
  line-height: 1;
}
.tco-box-permissions-macros-list li + li button {
  border-top: 1px solid #e1e1e1;
}
.tco-box-permissions-macros-list button {
  display: block;
  width: 100%;
  margin: 0;
  border: 0;
  padding: 1.5em 1.5em calc(1.5em - 1px);
  font-weight: 600;
  line-height: 1;
  text-align: inherit;
  white-space: nowrap;
  color: currentColor;
  background-color: #ffffff;
  outline: 0;
  cursor: pointer;
}
.tco-box-permissions-macros-list button span {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.tco-box-permissions-macros-list button span:after {
  content: "\2192";
  float: right;
  display: block;
  width: 2em;
  margin: 0 0 0 auto;
  text-align: right;
}
.tco-box-permissions-macros-list button:hover,
.tco-box-permissions-macros-list button:focus {
  background-color: #f7f7f7;
}
.tco-box-permissions-roles {
  position: relative;
}
.tco-box-permissions-roles ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  margin: 0 -1px;
  list-style: none;
  background-color: #f7f7f7;
  box-shadow: inset 0 -1px 0 0 #e1e1e1;
}
.tco-box-permissions-roles ul > li {
  margin: 0;
  padding: 1.5em;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  white-space: nowrap;
  cursor: pointer;
  color: #c5c5c5;
  background-color: #f7f7f7;
  box-shadow: inset 0 -1px 0 0 #e1e1e1;
}
.tco-box-permissions-roles ul > li:hover,
.tco-box-permissions-roles ul > li:focus,
.tco-box-permissions-roles ul > li.tco-active {
  color: #23282d;
}
.tco-box-permissions-roles ul > li.tco-active {
  background-color: #ffffff;
  box-shadow: inset 1px 0 0 0 #e1e1e1, inset -1px 0 0 0 #e1e1e1;
}
.tco-box-permissions-settings {
  padding: 15px 0;
}
.tco-box-permissions-settings-section {
  width: 100%;
}
.tco-box-permissions-settings-section.cs-active + .tco-box-permissions-settings-section {
  padding-top: 30px;
}
.tco-box-permissions-settings-section.cs-active:last-child {
  margin-bottom: -16px;
}
.tco-box-permissions-settings-title {
  margin: 0;
  padding: 0;
  font-size: 1em;
  color: #c5c5c5;
}
.tco-box-permissions-settings-title button {
  width: 100%;
  margin: 0;
  border: 0;
  padding: 15px 30px;
  text-align: inherit;
  color: currentColor;
  background-color: transparent;
  cursor: pointer;
  outline: 0;
}
.tco-box-permissions-settings-title button:before {
  display: inline-block;
  vertical-align: middle;
}
.wp-admin:not(.rtl) .tco-box-permissions-settings-title button:before {
  content: "\25b6";
  margin: 0 0.5em 0 0;
}
.wp-admin.rtl .tco-box-permissions-settings-title button:before {
  content: "\25c0";
  margin: 0 0 0 0.5em;
}
.tco-box-permissions-settings-title button:hover,
.tco-box-permissions-settings-title button:focus {
  color: #23282d;
}
.tco-box-permissions-settings-title span {
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  vertical-align: middle;
  color: #23282d;
}
.tco-box-permissions-settings-section.cs-active .tco-box-permissions-settings-title button {
  color: #23282d;
}
.wp-admin:not(.rtl) .tco-box-permissions-settings-section.cs-active .tco-box-permissions-settings-title button:before {
  transform: rotate(90deg);
}
.wp-admin.rtl .tco-box-permissions-settings-section.cs-active .tco-box-permissions-settings-title button:before {
  transform: rotate(-90deg);
}
.tco-box-permissions-settings-groups {
  margin: 0 0 -1px;
  border-bottom: 1px solid #e1e1e1;
  padding: 0;
}
.tco-box-permissions-settings-group {
  position: relative;
  z-index: 1;
  margin: 0;
  background-color: #f7f7f7;
}
.tco-box-permissions-settings-group-title {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  border-top: 1px solid #e1e1e1;
  padding: 0 30px;
  font-size: 1em;
  font-weight: 600;
  color: #23282d;
}
.tco-box-permissions-settings-group-title button {
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  color: #c5c5c5;
  background-color: transparent;
  cursor: pointer;
  outline: 0;
}
.tco-box-permissions-settings-group-title button:hover {
  color: #23282d;
}
.tco-box-permissions-settings-group-title button:first-child {
  margin: 0;
  padding: 20px 0;
}
.tco-box-permissions-settings-group-title button:first-child.cs-active {
  color: #2ecc71;
}
.tco-box-permissions-settings-group-title button:first-child span {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.tco-box-permissions-settings-group-title button:first-child svg {
  display: block;
  width: 1.5em;
  height: 1.5em;
  font-size: 1em;
  stroke: currentColor;
}
.wp-admin:not(.rtl) .tco-box-permissions-settings-group-title button:first-child svg {
  margin: 0 0.5em 0 0;
}
.wp-admin.rtl .tco-box-permissions-settings-group-title button:first-child svg {
  margin: 0 0 0 0.5em;
}
.tco-box-permissions-settings-group-title button:first-child strong {
  font-size: 1.15em;
  color: #23282d;
}
.tco-box-permissions-settings-group-title button:last-child:not(:only-child) {
  padding: 0;
  font-size: 1.15em;
}
.wp-admin:not(.rtl) .tco-box-permissions-settings-group-title button:last-child:not(:only-child) {
  margin: 0 0 0 10px;
}
.wp-admin.rtl .tco-box-permissions-settings-group-title button:last-child:not(:only-child) {
  margin: 0 10px 0 0;
}
.tco-box-permissions-settings-group-title button:last-child:not(:only-child):before {
  content: "(";
}
.tco-box-permissions-settings-group-title button:last-child:not(:only-child):after {
  content: ")";
}
.tco-box-permissions-settings-group-title button:last-child:not(:only-child).cs-active {
  color: #23282d;
}
.tco-box-permissions-settings-group-controls-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: -5px 0 0;
  padding: 0 30px 30px;
}
.tco-box-permissions-settings-group-controls-list:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  pointer-events: none;
}
.tco-box-permissions-settings-group-controls-list > li {
  flex: 0 1 270px;
  margin: 10px 0 0;
}
.wp-admin:not(.rtl) .tco-box-permissions-settings-group-controls-list > li {
  margin-right: 10px;
}
.wp-admin.rtl .tco-box-permissions-settings-group-controls-list > li {
  margin-left: 10px;
}
.tco-box-permissions-settings-group-controls-list > li:last-child {
  flex: 1 1 100%;
  margin-top: 10px;
  border-top: 1px dotted #e1e1e1;
  padding-top: 10px;
}
.tco-box-permissions-settings-group-controls-list > li:not(:last-child) label.tco-rc .tco-form-control-indicator-label {
  font-weight: inherit;
}
.tco-label {
  display: inline;
  position: relative;
  left: 0.5em;
  bottom: 0.85em;
  padding: 0.15em 0.435em 0.2em 0.5em;
  font-size: 0.65em;
  font-weight: 600;
  letter-spacing: 0.065em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  vertical-align: baseline;
  white-space: nowrap;
  color: #ffffff;
  background-color: #9e9e9e;
  border-radius: 0.25em;
}
.tco-label-yep {
  background-color: #2ecc71;
}
.tco-label-nope {
  background-color: #e74c3c;
}
.tco-modal-outer {
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.85);
  pointer-events: none;
  transform: scale(1.25);
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 999999999;
}
.tco-modal-outer.tco-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.tco-modal-inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 7.5%;
  vertical-align: middle;
}
.tco-notice.notice {
  position: relative;
  border: 0;
}
@media screen and (min-width: 480px) {
  .wp-admin:not(.rtl) .tco-notice.notice {
    padding-left: 158px;
  }
  .wp-admin.rtl .tco-notice.notice {
    padding-right: 158px;
  }
}
a.tco-notice-logo {
  display: none;
  position: absolute;
  top: 0;
  width: 146px;
  height: 100%;
  text-decoration: none;
  color: #23282d;
  background-color: transparent;
  cursor: pointer;
}
.wp-admin:not(.rtl) a.tco-notice-logo {
  left: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.wp-admin.rtl a.tco-notice-logo {
  right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 480px) {
  a.tco-notice-logo {
    display: block;
  }
}
a.tco-notice-logo:hover,
a.tco-notice-logo:focus,
a.tco-notice-logo:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
a.tco-notice-logo svg {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 111px;
  height: 13px;
  margin: -7px auto 0;
  fill: currentColor;
}
.tco-overlay {
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5em 1.5em 1.5em 5.5em;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  transform: scale(1.15);
  transition: opacity 0.65s cubic-bezier(0.23, 1, 0.32, 1), transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 4;
}
.wp-admin:not(.rtl) .tco-overlay {
  text-align: left;
}
.wp-admin.rtl .tco-overlay {
  text-align: right;
}
.tco-overlay.tco-active {
  pointer-events: auto;
  opacity: 1;
  transform: scale(1);
}
.tco-overlay-box-content {
  top: calc(4.74em + 1px);
}
.tco-overlay-close {
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  display: block;
  width: 2.5em;
  height: 2.5em;
  margin: 3px 0 0;
  fill: #23282d;
}
.tco-overlay-close:hover,
.tco-overlay-close:focus {
  opacity: 0.5;
  box-shadow: none;
}
.tco-overlay-close svg {
  width: 100%;
  height: 100%;
}
.tco-confirm {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  color: #000000;
  background-color: #ffffff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.875);
}
.tco-confirm-text {
  margin: 0;
  padding: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
}
.tco-confirm-actions {
  padding: 15px 25px;
}
.tco-confirm-actions .tco-btn {
  margin: 0 0.5em;
}
.tco-progress {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
.tco-progress-title {
  width: 100%;
  margin: 0 0 25px;
  padding: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
}
.tco-progress-bar-outer {
  overflow: hidden;
  height: 10px;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
}
.tco-progress-bar-inner {
  width: 0;
  height: 10px;
  background-color: #1d6fa5;
  border-radius: 3px;
  transition: width 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
.tco-progress-complete {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 500px;
  margin: -90px auto 0;
  text-align: center;
  opacity: 1;
  transition: all 1.25s cubic-bezier(0.23, 1, 0.32, 1);
  transform: scale(1);
  z-index: 2;
}
.tco-progress-complete-icon.dashicons {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  font-size: 150px;
  color: #1d6fa5;
  transition: all 1.25s cubic-bezier(0.23, 1, 0.32, 1);
  transform: rotate(0deg);
}
.tco-progress-complete-title {
  position: relative;
  margin: -35px 0 0;
  padding: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
}
.tco-processing .tco-progress {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}
.tco-processing .tco-progress-complete {
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
.tco-processing .tco-progress-complete-icon.dashicons {
  transform: rotate(-540deg);
}
.tco-accordion {
  margin: 0;
  border: 0;
  padding: 0;
}
.tco-accordion-toggle {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.1111111111em 1.5em;
  font-weight: 600;
  text-decoration: none;
  color: rgba(35, 40, 45, 0.35);
  background-color: #ffffff;
  transition: color 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
}
.tco-accordion-toggle:first-child {
  border-top: 0;
}
.tco-accordion-toggle:hover,
.tco-accordion-toggle.tco-active,
.tco-accordion-toggle.tco-active:hover {
  color: #23282d;
  background-color: #ffffff;
}
.tco-accordion-panel {
  display: none;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.tco-accordion-panel-inner {
  padding: 1.5em;
}
.tco-status-text {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -0.5em auto 0;
  padding: 0 1.5em;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.65s cubic-bezier(0.23, 1, 0.32, 1), transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
.tco-status-text.tco-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
.tco-cta {
  max-width: 18em;
  margin: calc(10% + 1.5em) auto;
  text-align: center;
}
.tco-cta a:hover,
.tco-cta a:focus {
  box-shadow: none;
  outline: none;
}
.tco-cta-spacing {
  height: 0;
  margin: 1.5em 0 0;
  border: 0;
  padding: 0;
}
.tco-cta-logo-product {
  display: inline-block;
  width: auto;
  height: 7.5em;
  margin: 0 auto;
  line-height: 1;
  fill: #23282d;
  color: #23282d;
}
.tco-cta-logo-company {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  line-height: 1;
  fill: #23282d;
  color: #23282d;
}
.tco-cta-actions {
  font-size: 0.85em;
  border-radius: 0.45em;
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.715);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.715);
}
.tco-cta-actions a.tco-cta-action {
  display: block;
  margin: 0;
  border: 0;
  border-color: rgba(35, 40, 45, 0.185);
  border-style: solid;
  border-width: 1px 1px 0;
  padding: 1.285em 1.42em 1.285em 1.485em;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.065em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  color: rgba(35, 40, 45, 0.45);
  background-color: transparent;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.715);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.715);
  transition: color 0.3s ease;
  cursor: pointer;
}
.tco-cta-actions a.tco-cta-action:first-of-type {
  border-top-left-radius: 0.45em;
  border-top-right-radius: 0.45em;
}
.tco-cta-actions a.tco-cta-action:last-of-type {
  border-bottom-width: 1px;
  border-bottom-left-radius: 0.45em;
  border-bottom-right-radius: 0.45em;
}
.tco-cta-actions a.tco-cta-action:hover,
.tco-cta-actions a.tco-cta-action:focus,
.tco-cta-actions a.tco-cta-action:active {
  color: #23282d;
  background-color: transparent;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.715);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.715);
  outline: none;
}
p.tco-cta-note {
  margin: 0;
  font-size: 0.85em;
  font-style: italic;
  color: rgba(35, 40, 45, 0.5);
}
p.tco-cta-note a {
  color: currentColor;
}
p.tco-cta-note a:hover,
p.tco-cta-note a:focus,
p.tco-cta-note a:active {
  color: currentColor;
}
.tco-alt-cs a {
  color: #22b3a6;
}
.tco-alt-cs a:hover,
.tco-alt-cs a:focus,
.tco-alt-cs a:active {
  color: #26cabc;
}
.tco-alt-cs .tco-btn.tco-btn-yep,
.tco-alt-cs a.tco-btn.tco-btn-yep,
.tco-alt-cs button.tco-btn.tco-btn-yep,
.tco-alt-cs input[type=submit].tco-btn.tco-btn-yep {
  border-color: #22b3a6;
  background-color: #26cabc;
}
.tco-alt-cs .tco-btn.tco-btn-yep:hover,
.tco-alt-cs .tco-btn.tco-btn-yep:focus,
.tco-alt-cs .tco-btn.tco-btn-yep:active,
.tco-alt-cs a.tco-btn.tco-btn-yep:hover,
.tco-alt-cs a.tco-btn.tco-btn-yep:focus,
.tco-alt-cs a.tco-btn.tco-btn-yep:active,
.tco-alt-cs button.tco-btn.tco-btn-yep:hover,
.tco-alt-cs button.tco-btn.tco-btn-yep:focus,
.tco-alt-cs button.tco-btn.tco-btn-yep:active,
.tco-alt-cs input[type=submit].tco-btn.tco-btn-yep:hover,
.tco-alt-cs input[type=submit].tco-btn.tco-btn-yep:focus,
.tco-alt-cs input[type=submit].tco-btn.tco-btn-yep:active {
  background-color: #29d7c8;
}
.tco-alt-cs .tco-btn.tco-btn-nope,
.tco-alt-cs a.tco-btn.tco-btn-nope,
.tco-alt-cs button.tco-btn.tco-btn-nope,
.tco-alt-cs input[type=submit].tco-btn.tco-btn-nope {
  border-color: #fa5745;
  background-color: #fe7864;
}
.tco-alt-cs .tco-btn.tco-btn-nope:hover,
.tco-alt-cs .tco-btn.tco-btn-nope:focus,
.tco-alt-cs .tco-btn.tco-btn-nope:active,
.tco-alt-cs a.tco-btn.tco-btn-nope:hover,
.tco-alt-cs a.tco-btn.tco-btn-nope:focus,
.tco-alt-cs a.tco-btn.tco-btn-nope:active,
.tco-alt-cs button.tco-btn.tco-btn-nope:hover,
.tco-alt-cs button.tco-btn.tco-btn-nope:focus,
.tco-alt-cs button.tco-btn.tco-btn-nope:active,
.tco-alt-cs input[type=submit].tco-btn.tco-btn-nope:hover,
.tco-alt-cs input[type=submit].tco-btn.tco-btn-nope:focus,
.tco-alt-cs input[type=submit].tco-btn.tco-btn-nope:active {
  background-color: #fe8e7d;
}
.tco-alt-cs .tco-label-yep {
  background-color: #26cabc;
}
.tco-alt-cs .tco-label-nope {
  background-color: #fe7864;
}
.tco-alt-cs .tco-box-status.tco-box-status-validated {
  background-color: #f2fdfc;
  fill: #26cabc;
}
.tco-alt-cs .tco-box-status.tco-box-status-unvalidated {
  background-color: #fff8f7;
  fill: #fe7864;
}
.tco-alt-cs .tco-box-validation .tco-validation-graphic-icon:nth-child(1) {
  fill: #fe7864;
}
.tco-alt-cs .tco-box-validation .tco-validation-graphic-icon:nth-child(5) {
  fill: #26cabc;
}
.tco-alt-cs p.tco-validation-text strong {
  color: #fe7864;
}
.tco-alt-cs .tco-box-automatic-updates a.tco-automatic-updates-changelog {
  color: rgba(35, 40, 45, 0.5);
}
.tco-alt-cs .tco-box-automatic-updates a.tco-automatic-updates-check-now {
  color: #23282d;
}
.tco-alt-cs .tco-c-yep {
  color: #26cabc;
}
.tco-alt-cs .tco-c-nope {
  color: #fe7864;
}
.tco-cf:before,
.tco-cf:after {
  display: table;
  content: " ";
}
.tco-cf:after {
  clear: both;
}
.tco-c-yep {
  color: #2ecc71;
}
.tco-c-nope {
  color: #e74c3c;
}
.tco-ta-left {
  text-align: left;
}
.tco-ta-right {
  text-align: right;
}
.tco-ta-center {
  text-align: center;
}
.tco-man {
  margin: 0 !important;
}
.tco-pan {
  padding: 0 !important;
}