.mt-8 {
  margin-top: 8px; 
}
.mb-10 {
  margin-bottom: 10px;
}
.text-center {
  text-align: center;
}
.reviewbucketlite-admin-wrap {
    overflow: hidden;
    margin-top: 35px;
    display: flex;
}
.reviewbucketlite-admin-wrap ul.settings-menu {
    list-style: none;
    margin-top: 0px;
    width: 16%;
    min-width: 270px;
    margin-right: 15px;
    padding: 10px 0px;
    padding-top: 0;
    border-radius: 8px;
    background: #fff;
    height: 100vh;
}
.reviewbucketlite-settings-menu-logo-wrap {
    border-bottom: 1px solid #eee;
}
.reviewbucketlite-settings-menu-logo {
    padding: 20px;
    text-align: center;
}
.reviewbucketlite-settings-menu-logo img {
    max-width: 200px;
}
.reviewbucketlite-admin-wrap ul.settings-menu li{
  margin-bottom: 0px;
}
.reviewbucketlite-admin-wrap ul.settings-menu li a {
    padding: 15px 14px;
    background: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    display: block;
    margin-bottom: 6px;
    border-left: 2px solid transparent;
    transition: 0.3s;
}
.reviewbucketlite-admin-wrap ul.settings-menu li.active a,
.reviewbucketlite-admin-wrap ul.settings-menu li:hover a {
    border-left: 2px solid #2c39c2;
    color: #f2295b;
    background: #2c39c212;
}
.admin-general-top-area {
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-start;
    gap: 40px;
}
.admin-general-top-area a {
    background-image: linear-gradient(140deg, #2C39C2 0%, #f2295b 100%);
    padding: 8px 12px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s;
}
.admin-general-top-area a:hover {
    transform: scale(1.05);
}
.modules-switch-wrap {
    display: flex;
    flex-wrap: wrap;
}
.modules-switch-wrap .modules-switch-item {
    border-radius: 6px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 15px 22px;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 225px;
}
.toggle:last-of-type {
    margin: 0;
}
.toggle {
    align-items: center;
    justify-content: space-between;
    border-radius: 100px;
    display: flex;
    font-weight: 700;
    margin-bottom: 16px;
    gap: 10px;
}
.is-pro-label {
    color: #ff0000
}
.toggle__input {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.toggle-track {
    background: #e5efe9;
    border: 1px solid #5a72b5;
    border-radius: 100px;
    cursor: pointer;
    display: flex;
    height: 30px;
    margin-left: 12px;
    position: relative;
    width: 60px;
}
.toggle__input:checked + .toggle-track .toggle-indicator {
    background: linear-gradient(140deg, #2C39C2 0%, #f2295b 100%);
    transform: translateX(30px);
}
.toggle-indicator {
    align-items: center;
    background: #121943;
    border-radius: 24px;
    bottom: 3px;
    display: flex;
    height: 24px;
    justify-content: center;
    left: 2px;
    outline: solid 2px transparent;
    position: absolute;
    transition: 0.25s;
    width: 24px;
}

.toggle__input:checked + .toggle-track .toggle-indicator .checkMark {
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
}
.checkMark {
    fill: #fff;
    height: 20px;
    width: 20px;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
}
.toggle__input:checked + .toggle-track .toggle-indicator .checkMark {
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
}
.input-control {
  min-width: 300px;
  padding: 8px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  margin-right: 0px;
  margin-left: 0px;
}

.admin-reviewbucketlite {
    background: #fff;
    padding: 30px 30px 30px 60px;
    width: 78%;
    margin-right: 30px;
    border-radius: 8px;
}



/* .slideThree */
.slideThree {
  width: 80px;
  height: 26px;
  background: #333;
  margin: 20px 0px;
  position: relative;
  position: relative;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}
.slideThree span {
  font: 12px/26px Arial, sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);
}
.slideThree span.after {
  color: #27ae60;
  position: absolute;
  top: 0px;
  right: 5px;
}
.slideThree span.before {
  color: #000;
  position: absolute;
  left: 4px;
  top: 0px;
}
.reviewbucketlite-label h5 {
  margin-top: 0px;
  margin-bottom: 10px;
}
.reviewbucketlite-admin-fbreview h4 {
  margin-top: 0px;
}
.reviewbucketlite-label h5 {
  font-size: 14px;
  font-weight: bold;
}
.reviewbucketlite-field-wrp {
  margin-top: 8px !important;
  margin-bottom: 22px;
}

.reviewbucketlite-label input {
  height: 40px;
  border: 1px solid #634AF1;
}
.reviewbucketlite-label input[type=checkbox] {
  height: 18px;
}
.reviewbucketlite-label select{
  border: 1px solid #634AF1;
  height: 40px;
  min-width: 300px;
  border-radius: 4px;
}
.slideThree label {
  display: block;
  width: 34px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  background: #fcfff4;
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  transition: all 0.4s ease;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.slideThree input[type=checkbox] {
  visibility: hidden;
}
.slideThree input[type=checkbox]:checked + label {
  left: 43px;
}

/* end .slideThree */
/* .squaredThree */
.squaredThree {
  width: 20px;
  position: relative;
  margin: 20px 0px;
}
.squaredThree label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
  border-radius: 4px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
}
.squaredThree label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.squaredThree label:hover::after {
  opacity: 0.3;
}
.squaredThree input[type=checkbox] {
  visibility: hidden;
}
.squaredThree input[type=checkbox]:checked + label:after {
  opacity: 1;
}

/* end .squaredThree */
.reviewbucketlite-inner-active,
.reviewbucketlite-active {
  display: block;
}
.reviewbucketlite-hide {
  display: none;
}
/**
 *  Shortcode Generator
 */

.wp-admin .scode-generator select {
  vertical-align: inherit;
}
.button-area {
  margin-top: 15px;
}
#badges_scode_generate,
#scode-badges-copy,
#scode-copy,
#scodegenerate {
  background: #634AF1;
  padding: 6px 12px;
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
  transition: 0.5s;
  color: #fff;
  margin-right: 10px;
  border-radius: 2px;
}
#badges_scode_generate:hover,
#scode-badges-copy:hover,
#scode-copy:hover,
#scodegenerate:hover {
  background: #000;
  color: #fff;
}
.scode-badges-show p,
.scode-show p{
  display: inline-block;
  padding: 5px 8px;
  background-color: #f32424;
  color: #fff;
  border: 2px solid #634af1;
}
.shortcode-area {
  overflow: hidden;
}
.shortcode-generator {
  padding: 25px 20px;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  float: left;
  margin-right: 30px;
  border: 1px solid #634AF1;
}
.shortcode-generator h2 {
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 40px;
}
.fb-loginbtn span {
  color: #fff;
  padding: 8px 15px;
  border: none;
  background: #3b5998;
  cursor: pointer;
  display: inline-block;
}
.fb-loginbtn span .dashicons {
  padding: 0px;
}
.fb-loginbtn span:hover {
  background: #4869ad;
}
.field-row.other-platform-name,
.field-row.other-platform-pic {
  display: none;
}
.get-google-review {
  background: #634AF1;
  padding: 10px 10px;
  overflow: hidden;
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: 0.5s;
}
.get-google-review:hover {
  background: #23282d;
}
.status-message {
  display: block;
}
.reviewbucketlite-alert {
  background: #FAFAD2;
  color: #000;
  padding: 8px;
  display: inline-block;
}
.field-group {
  margin-bottom: 16px;
}
.field-group label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.inner-tab ul {
  padding: 0px;
  list-style: none;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 30px;
}
.inner-tab ul li {
  display: inline-block;
  margin-bottom: 0px;
  margin-right: 15px;
}
.inner-tab ul li:last-child {
    margin-right: 0px;
}
.inner-tab ul li a {
  display: inline-block;
  padding: 8px 14px;
  margin: 0px;
  transition: 0.6s all;
  border: 2px solid #634AF1;
  background: #fff;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  border-radius: 5px;
}
.inner-tab ul li a:hover {
  background: #634AF1;
  color:#fff;
}
.shortcode-generator .field-group select,
.shortcode-generator .field-group input {
  width: 100%;
  height: 35px;
  border-color: #634AF1;
} 
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default, 
.ui-button, 
html .ui-button.ui-state-disabled:hover, 
html .ui-button.ui-state-disabled:active,
.ui-state-hover, 
.ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover, 
.ui-state-focus, .ui-widget-content .ui-state-focus, 
.ui-widget-header .ui-state-focus, 
.ui-button:hover, .ui-button:focus {
    border: 1px solid #634AF1;
    background: #634AF1;
}
.ui-widget.ui-widget-content {
  border-color: #634AF1;
}
.reaction-range-slider .range-slider {
  max-width: 300px;
}
.tatCmf-date-field,
.tatCmf-input-control,
.tatCmf-select-field {
  height: 35px !important;
  width: 200px;
  border: 1px solid #634AF1 !important;
  border-radius: 3px;
}
.tatCmf-textarea-field {
  border: 1px solid #634AF1 !important;
}
.info-wrapper p{
  margin-top: 0;
  font-weight: bold;
}
.admin-reviewbucketlite .button-primary {
  background: #634AF1;
  color: #fff;
  border-radius: 4px;
  height: 40px;
  padding: 0px 22px;
  font-weight: bold;
  transition: 0.5s;
}
.admin-reviewbucketlite .button-primary:focus,
.admin-reviewbucketlite .button-primary:hover {
  background: #341cbf;
  color: #fff;
}
.button.button-primary.go-pro-btn {
  padding: 6px 22px !important;
  margin-bottom: 25px;
}
.reviewbucket-admin-btn-primary {
    background: #634AF1;
}
.reviewbucket-admin-btn {
    padding: 10px 10px;
    overflow: hidden;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: 0.5s;
}
.reviewbucket-admin-btn .is-pro-label {
    background: #fff;
    padding: 2px;
    border-radius: 2px;
}

.reviewbucket-google-placeid-find-accordion-wrap {
    margin-top: 30px;
  }
  
  .reviewbucket-google-placeid-find-accordion-wrap a {
    margin-bottom: 25px;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
    gap: 8px;
  
  }
  .reviewbucket-google-placeid-find-accordion {
    display: none;
  }
  .reviewbucket-google-placeid-find-accordion iframe {
    width: 100%;
    min-height: 300px;
  }
.g-btn-set {
    display: flex;
    align-items: center;
    gap: 15px;
}
.admin-reviewbucketlite .greview-delete {
    padding: 6px 22px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.admin-reviewbucketlite .button-primary {
    background: linear-gradient(140deg, #2C39C2 0%, #f2295b 100%);
    color: #fff;
    border-radius: 4px;
    height: 40px;
    padding: 0px 22px;
    font-weight: bold;
    transition: 0.3s;
    border-color: transparent;
    border: 0;
}
.admin-reviewbucketlite .button-primary:focus,
.admin-reviewbucketlite .button-primary:hover {
    background: linear-gradient(140deg, #2C39C2 0%, #f2295b 100%);
    color: #e7e7e7;
}
.reviewbucketlite-field-wrp {
    margin-top: 8px !important;
    margin-bottom: 22px;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 4px;
}
.review-count.reviewbucketlite-field-wrp h5 {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: bold;
}
.review-count.reviewbucketlite-field-wrp .greviews-count {
    padding: 4px 8px;
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    line-height: 1.4;
    border-radius: 60px;
}