.plugin-info {
  padding: 5px 50px;
  position: relative;
}

.plugin-info h2.pl-name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.plugin-info .pl-ver {
  font-weight: 500;
  font-style: italic;
  color: #777;
}

.plugin-info img {
  position: absolute;
  left: 20px;
  top: calc(50% - 4px);
}

.cww-settings-wrapper {
  display: grid;
  grid-template-columns: fit-content(30%) 1fr;
}

.cww-settings-wrapper .menu-wrapp ul li {
  border-top: 1px solid #E0E4E9;
  padding: 25px 10px 25px 30px;
  border-left: 2px solid transparent;
  position: relative;
  margin: 0;
}

.cww-settings-wrapper .menu-item {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.menu-wrapp ul li:hover,
.menu-wrapp ul li.active {
  background-color: #fff;
  cursor: pointer;
  border-left: 2px solid #5b9dd9;
}

.cww-settings-wrapper .menu-wrapp ul li .dashicons {
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  margin: 0 4px;
}

.cww-settings-wrapper span.menu-info {
  font-size: 12px;
  color: #777;
}

.setting-display-wrapper {
  background-color: #fff;
  padding: 25px;
}

.setting-title {
  border-bottom: 2px solid #f1f1f1;
  padding: 20px 0;
  position: relative;
  margin-bottom: 45px;
}

.setting-title:before {
  content: '';
  position: absolute;
  display: block;
  width: 48px;
  height: 2px;
  bottom: -1px;
  left: 0;
  background: #5b9dd9;
}

.setting-title h3 {
  font-size: 22px;
  margin: 0;
  vertical-align: middle;
  margin-left: 20px;
}

.setting-title .dashicons {
  background: #5b9dd9;
  color: #fff;
  padding: 15px;
  vertical-align: middle;
}

.setting-title * {
  display: inline-block;
}

.setting-display-wrapper .cww-admin {
  display: none;
}

.setting-display-wrapper .cww-admin.cww-dashboard {
  display: block;
}

/* Checkbox Switcher */

/* Switch starts here */
.rocker {
  display: inline-block;
  position: relative;
  /*
  SIZE OF SWITCH
  ==============
  All sizes are in em - therefore
  changing the font-size here
  will change the size of the switch.
  See .rocker-small below as example.
  */
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #888;
  width: 7em;
  height: 4em;
  overflow: hidden;
  border-bottom: 0.5em solid #eee;
}

.rocker-small {
  font-size: 0.75em;
  /* Sizes the switch */
  margin: 1em;
}

.rocker::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #999;
  border: 0.5em solid #eee;
  border-bottom: 0;
}

.rocker input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-left,
.switch-right {
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5em;
  width: 3em;
  transition: 0.2s;
}

.switch-left {
  height: 2.4em;
  width: 2.75em;
  left: 0.85em;
  bottom: 0.4em;
  background-color: #ddd;
  transform: rotate(15deg) skewX(15deg);
}

.switch-right {
  right: 0.5em;
  bottom: 0;
  background-color: #bd5757;
  color: #fff;
}

.switch-left::before,
.switch-right::before {
  content: "";
  position: absolute;
  width: 0.4em;
  height: 2.45em;
  bottom: -0.45em;
  background-color: #ccc;
  transform: skewY(-65deg);
}

.switch-left::before {
  left: -0.4em;
}

.switch-right::before {
  right: -0.375em;
  background-color: transparent;
  transform: skewY(65deg);
}

input:checked+.switch-left {
  background-color: #0084d0;
  color: #fff;
  bottom: 0px;
  left: 0.5em;
  height: 2.5em;
  width: 3em;
  transform: rotate(0deg) skewX(0deg);
}

input:checked+.switch-left::before {
  background-color: transparent;
  width: 3.0833em;
}

input:checked+.switch-left+.switch-right {
  background-color: #ddd;
  color: #888;
  bottom: 0.4em;
  right: 0.8em;
  height: 2.4em;
  width: 2.75em;
  transform: rotate(-15deg) skewX(-15deg);
}

input:checked+.switch-left+.switch-right::before {
  background-color: #ccc;
}

/* Keyboard Users */
input:focus+.switch-left {
  color: #333;
}

input:checked:focus+.switch-left {
  color: #fff;
}

input:focus+.switch-left+.switch-right {
  color: #fff;
}

input:checked:focus+.switch-left+.switch-right {
  color: #333;
}

/* Switch End */



/*  */
.grid-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-align-items: center;
  align-items: center;
}

.setting-label {
  font-size: 16px;
  font-weight: 500;
}

.cww-setting-items {
  background-color: #F9FAFB;
  padding: 25px 20px;
  margin-bottom: 30px;
}

.setting-info {
  font-size: 13px;
  font-weight: 400;
  padding-top: 10px;
  color: #777;
}

/* select styles */
.cww-select-wrapp select {
  width: 180px;
  height: 40px;
  border-color: #666;

}

/*  */
.save-notice {
  background: #fae4e4;
  padding: 20px;
  text-align: center;
}

.cww-setting-items .setting-item:not(:first-child) {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #f1f1f1;
}

/* input text */
.cww-setting-items input[type="text"] {
  border-radius: 0;
  border-color: #666;
  min-height: 40px;
  width: 250px;
}


/*  */
input[type=checkbox].single {
  border-radius: 0;
  border-color: #666;
  height: 25px;
  width: 25px;
}

input[type=checkbox].single:checked::before {
  height: 25px;
  width: 25px;
  margin: 0;
}

/*  */

.setting-sep {
  margin: 20px -19px;
  z-index: 99999;
  border: 20px solid #ffffff;
}

.cww-success-info {
  background: #EBFAF5 url(../img/bg-activated.svg) no-repeat 90% bottom;
  padding: 24px 25% 24px 40px;
  background-size: 350px;
}

.cww-success-info h3 {
  color: #3ECE9D;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}

.cww-success-info h5 {
  font-size: 18px;
  font-weight: 600;
}

.cww-success-info .info-wrapp {
  color: #666;
}