HEX
Server: LiteSpeed
System: Linux node612.namehero.net 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
User: dfwparty (1186)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: /home/dfwparty/mattymcfun.com/wp-content/plugins/ws-form-pro/admin/css/ws-form-admin-template.css
:root {
  --wsf-sidebar-width: 340px;
  --wsf-sidebar-margin: calc(var(--wsf-sidebar-width) + 1px);
  --wp-sidebar-width: 160px;
  --wp-sidebar-width-folded: 36px;
  --wp-sidebar-width-mobile: 190px;
}

.wsf-templates {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}

.wsf-templates > li {
  box-sizing: border-box;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  width: 100%;
  margin-bottom: 12px;
}

@media (max-width: 264px) {
  #wsf-template-add .wsf-templates > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 265px) and (max-width: 516px) {
  #wsf-template-add .wsf-templates > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 517px) and (max-width: 768px) {
  #wsf-template-add .wsf-templates > li {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 769px) and (max-width: 1020px) {
  #wsf-template-add .wsf-templates > li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1021px) and (max-width: 1272px) {
  #wsf-template-add .wsf-templates > li {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1273px) and (max-width: 1524px) {
  #wsf-template-add .wsf-templates > li {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@media (min-width: 1525px) and (max-width: 1776px) {
  #wsf-template-add .wsf-templates > li {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
}

@media (min-width: 1777px) and (max-width: 2028px) {
  #wsf-template-add .wsf-templates > li {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media (min-width: 2029px) and (max-width: 2280px) {
  #wsf-template-add .wsf-templates > li {
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
  }
}

@media (min-width: 2281px) and (max-width: 2532px) {
  #wsf-template-add .wsf-templates > li {
    flex: 0 0 10%;
    max-width: 10%;
  }
}

@media (min-width: 2533px) and (max-width: 2784px) {
  #wsf-template-add .wsf-templates > li {
    flex: 0 0 9.09091%;
    max-width: 9.09091%;
  }
}

@media (min-width: 2785px) {
  #wsf-template-add .wsf-templates > li {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
}

.wsf-templates > li.wsf-pro-required .wsf-template::after {
  background-color: #002e5f;
  color: #ffffff;
  content: 'PRO';
  font-size: 10px;
  line-height: 1;
  padding: 3px 0;
  position: absolute;
  right: -14px;
  text-align: center;
  top: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 49px;
}

.wsf-templates > li.wsf-pro-required .wsf-template > svg {
  opacity: .5;
}

.wsf-templates > li.wsf-pro-required .wsf-template:hover::after {
  background-color: #ffffff;
  color: #002e5f;
}

.wsf-templates > li.wsf-pro-required .wsf-template:hover svg {
  opacity: 1;
}

.wsf-templates > li .wsf-template {
  background: #FFF;
}

.wsf-templates > li .wsf-template .wsf-template-actions {
  align-items: center;
  display: none;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
}

.wsf-templates > li .wsf-template button.wsf-button,
.wsf-templates > li .wsf-template a.wsf-button {
  background-color: #ceced2;
  border: 1px solid #ceced2;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: none;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 34px;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 12px;
  padding: 6px 6px;
  text-align: center;
  text-decoration: none;
  transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, color 200ms ease-in-out, opacity 200ms ease-in-out;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
}

.wsf-templates > li .wsf-template button.wsf-button:hover,
.wsf-templates > li .wsf-template a.wsf-button:hover {
  background-color: #b3b3ba;
  border-color: #b3b3ba;
  color: #000000;
}

.wsf-templates > li .wsf-template button.wsf-button:hover:disabled,
.wsf-templates > li .wsf-template a.wsf-button:hover:disabled {
  background-color: #ceced2;
  border-color: #ceced2;
}

.wsf-templates > li .wsf-template button.wsf-button:focus, .wsf-templates > li .wsf-template button.wsf-button:active,
.wsf-templates > li .wsf-template a.wsf-button:focus,
.wsf-templates > li .wsf-template a.wsf-button:active {
  background-color: #9999a1;
  border-color: #9999a1;
  color: #000000;
  -webkit-transform: none;
          transform: none;
}

.wsf-templates > li .wsf-template button.wsf-button:focus:disabled, .wsf-templates > li .wsf-template button.wsf-button:active:disabled,
.wsf-templates > li .wsf-template a.wsf-button:focus:disabled,
.wsf-templates > li .wsf-template a.wsf-button:active:disabled {
  background-color: #ceced2;
  border-color: #ceced2;
}

.wsf-templates > li .wsf-template button.wsf-button.wsf-button-full,
.wsf-templates > li .wsf-template a.wsf-button.wsf-button-full {
  width: calc(100% - 18px);
}

.wsf-templates > li .wsf-template button.wsf-button.wsf-button-primary,
.wsf-templates > li .wsf-template a.wsf-button.wsf-button-primary {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.wsf-templates > li .wsf-template button.wsf-button.wsf-button-primary:hover, .wsf-templates > li .wsf-template button.wsf-button.wsf-button-primary:focus,
.wsf-templates > li .wsf-template a.wsf-button.wsf-button-primary:hover,
.wsf-templates > li .wsf-template a.wsf-button.wsf-button-primary:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #002e5f;
}

.wsf-templates > li .wsf-template button.wsf-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: visible;
}

.wsf-templates > li .wsf-template button.wsf-button:focus {
  outline: 0;
}

.wsf-templates > li .wsf-template button.wsf-button::-moz-focus-inner {
  border: 0;
  margin: 0;
  padding: 0;
}

.wsf-templates > li .wsf-template .wsf-preview {
  color: #ffffff;
  text-decoration: none;
}

.wsf-templates > li .wsf-template .wsf-preview svg {
  display: inline-block;
  vertical-align: text-bottom;
}

.wsf-templates > li .wsf-template .wsf-preview svg path {
  fill: #ffffff;
}

.wsf-templates > li .wsf-template .wsf-preview:hover {
  text-decoration: underline;
}

.wsf-templates > li .wsf-template:hover {
  background-color: #002e5f;
  border-color: #002e5f;
}

.wsf-templates > li .wsf-template:hover::after {
  background-color: #ffffff;
  color: #002e5f;
}

.wsf-templates > li .wsf-template:hover > svg rect {
  fill: #002e5f;
}

.wsf-templates > li .wsf-template:hover > svg .wsf-template-title {
  fill: #ffffff;
}

.wsf-templates > li .wsf-template:hover > svg .wsf-template-title ~ * {
  display: none;
}

.wsf-templates > li .wsf-template:hover .wsf-template-actions {
  display: flex;
}

.wsf-template {
  border: 1px solid #ceced2;
  overflow: hidden;
  position: relative;
}

.wsf-template > svg {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.wsf-template-title {
  font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 10px;
  font-weight: 600;
}

.wsf-template-legend {
  font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 8px;
}

.wsf-template-label {
  font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 6px;
}

.wsf-template-stats {
  font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 10px;
}

.wsf-template-stat-number {
  font-weight: bold;
}