/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

td > input,
td > select {
  width: 30%;
}
.pslfree_settings h1 {
  text-transform: uppercase;
  color: #1d2327;
}
.pslfree_settings .header {
  background: #2196f3;
  color: #fff;
  padding: 1rem;
  margin: 1rem 0;
  border-bottom: 3px solid #ff9800;
}
.pslfree_settings .nav-tabs {
  float: left;
  width: 100%;
  margin: 0;
  list-style-type: none;
}

.pslfree_settings .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.pslfree_settings .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  float: left;
  text-decoration: none;
  color: #fff;
  background: #2196f3;
}

.pslfree_settings .nav-tabs > li > a:hover,
.pslfree_settings .nav-tabs > li > a:focus {
  background: #114f81;
  box-shadow: none;
}

.pslfree_settings .nav-tabs > li.active > a,
.pslfree_settings .nav-tabs > li.active > a:hover,
.pslfree_settings .nav-tabs > li.active > a:focus {
  color: #2196f3;
  cursor: default;
  background-color: #fff;
  border-color: transparent;
}

.pslfree_settings .tab-content > .tab-pane {
  float: left;
  width: 100%;
  display: none;
}
.tab-pane h1 b {
  color: #2196f3;
  text-transform: capitalize;
}
.pslfree_settings .tab-content > .tab-pane.active {
  display: flex;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 5px 4px -2px rgba(0, 0, 0, 0.15);
}
.pro_btn{
  color: #000;
  font-weight: bolder;
  text-decoration: none;
  font-family: sans-serif;
}
.pro_btn:hover{
  text-decoration: underline;
  color: #000;
}
.pro_btn2{
  color: #000;
  font-weight: bolder;
  text-decoration: none;
  font-size: 15px;
}

.pslfree_btn_primary {
  line-height: 1;
  margin-bottom: 0.5rem;
  background: red;
  height: 40px;
  border-radius: 24px;
  padding: 0 2rem;
  width: auto;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: all 0.1s ease;
  outline-color: red;
  outline-offset: 3px;
  font-weight: 500;
}
.pslfree_btn_primary:hover {
  background-color: rgb(158, 0, 0);
  color: #fff;
}
.pslfree_btn_primary:focus {
  transform: scale(1);
}

.pslfree_btn_secondary {
  display: block;
  line-height: 1;
  margin-bottom: 0.5rem;
  background: #2271b1;
  border-radius: 24px;
  padding: 15px 2rem;
  align-items: center;
  width: fit-content;
  max-width: fit-content;
  color: #fff !important;
  border: none;
  cursor: pointer;
  transition: all 0.1s ease;
  outline-color: #2271b1;
  outline-offset: 3px;
  font-weight: 500;
  text-decoration: none;
}
.pslfree_btn_secondary:hover {
  background-color: #114f81;
  color: #fff;
}
.pslfree_btn_secondary:focus {
  transform: scale(1);
}
.pslfree_btn_secondary:active {
  transform: scale(0.95);
}
.pslfree_btn_primary:active {
  transform: scale(0.95);
}
.support_btn {
  padding: 0;
}
.support_btn a {
  padding: 12px 1rem;
  text-decoration: none;
  font-style: italic;
  font-weight: 700;
  outline: none !important;
  box-shadow: none;
  color: #fff;
}
.pslfree_btn_secondary.support_btn{
  line-height: 3;
}
.pslfree_notice{
  color: #fff;
  border-color: #2196f3;
  border: none;
  background: #2196f3;
  color: #fff;
  padding: 1rem;
  border-bottom: 3px solid #ff9800;
  box-shadow: 0px -20px 20px -27px black, inset 0px -20px 20px -27px black;
}
.pslfree_notice p{
  color: #fff;
}
.pslfree_notice a,
.pslfree_notice p strong{
  color: rgb(255, 255, 0)
}
.pslfree_notice .notice-dismiss:before{
  color:#fff;
}

.control {
  font-size: 18px;
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-left: 30px;
  cursor: pointer;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #e6e6e6;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
/* Checked state */
.control input:checked ~ .control__indicator {
  background: #2196f3;
}
/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #114f81;
}
/* Disabled state */
.control input:disabled ~ .control__indicator {
  pointer-events: none;
  opacity: .6;
  background: #e6e6e6;
}
/* Check mark */
.control__indicator:after {
  position: absolute;
  display: none;
  content: '';
}
/* Show check mark */
.control input:checked ~ .control__indicator:after {
  display: block;
}
/* Checkbox tick */
.control--checkbox .control__indicator:after {
  top: 4px;
  left: 8px;
  width: 3px;
  height: 8px;
  transform: rotate(45deg);
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}



:root {
  --pslfree-gradient-color-3: #e3e3e3;
  --pslfree-grid-gradient: linear-gradient(
      var(--pslfree-gradient-color-3) 100%,
      transparent 0
    ),
    linear-gradient(var(--pslfree-gradient-color-3) 12px, transparent 0),
    linear-gradient(var(--pslfree-gradient-color-3) 16px, transparent 0),
    linear-gradient(var(--pslfree-gradient-color-3) 12px, transparent 0),
    linear-gradient(var(--pslfree-gradient-color-3) 16px, transparent 0);
  --pslfree-gradiant: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0,
    rgb(235 235 235) 40%,
    rgba(255, 255, 255, 0) 100%
  );
  --pslfree-animation: pslfree_loading_02 1.5s infinite 0.2s;
  --pslfree-background-size: 64rem 100%;
}
.skeleton_bottom{
  width: 250px;
  height: 320px;
  margin: auto;
  position: relative;
  background-repeat: no-repeat;
  background-image: var(--pslfree-grid-gradient);
  background-size: 100% 68%, 50% 12px, 70% 16px, 50% 12px, 40% 16px;
  background-position: left 0, left calc(68% + 20px), left calc(68% + 44px), left calc(68% + 66px), left calc(68% + 92px);
  background-position-x: center, center, center, center, center;
  display: flex;
}
.skeleton_bottom:before{
  content: "";
  display: block;
  padding-top: calc(110% + 110px);
  background-repeat: no-repeat;
  background-image: var(--pslfree-grid-gradient);
  background-size: 100% 68%, 50% 12px, 70% 16px, 50% 12px, 40% 16px;
  background-position: left 0, left calc(68% + 20px), left calc(68% + 44px), left calc(68% + 66px), left calc(68% + 92px);
  background-position-x: center, center, center, center, center;
}
.skeleton_bottom .animation{
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(90deg,rgba(255, 255, 255, 0) 0,rgb(255 255 255 / 24%) 68%,rgb(255 255 255 / 0)100%);
  background-size: 50% 100%;
  background-position: -100% 0;
  background-repeat: no-repeat;
  animation: var(--pslfree-animation);
  z-index: 91;
}
.skeleton_bottom .pslfree_img{
  height: auto;
  position: absolute;
  transform: translate(50%, 40%);
}
.preview {
  width: 50%;
  height: 100%;
  text-align: center;
}
.preview h1 {
  color: black;
  font-weight: 700;
  text-transform: capitalize;
}
.pslfree_preview_placeholder {
  display: flex;
  display: none;
  position: relative;
  background-color: #e3e3e3;
  background-image: var(--pslfree-gradiant);
  background-size: 55% 100%;
  background-position: -100% 0;
  background-repeat: no-repeat;
  animation: var(--pslfree-animation);
  z-index: 91;
  width: 300px;
  height: 300px;
  margin: auto;
}
.pslfree_preview_placeholder:before {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 92;
  position: absolute;
  top: 0;
  left: 0;
}
.pslfree_img {
  width: 50%;
  height: 50%;
  z-index: 90;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  filter: contrast(0.1) grayscale(5) opacity(0.5);
}

/* ---------------- ANIMATION ------------------- */
@keyframes pslfree_loading_01 {
  0% {
    background-position: -450px 0;
  }
  100% {
    background-position: 450px 0;
  }
}
@keyframes pslfree_loading_02 {
  to {
    background-position: 200% 0;
  }
}
/* -------- END --------------------------------- */
