.mt-8 {
  margin-top: 8px; 
}
.mb-10 {
  margin-bottom: 10px;
}
.reviewbucket-admin-wrap {
  overflow: hidden;
  margin-top: 35px;
}
.reviewbucket-admin-wrap ul.settings-menu {
  list-style: none;
  margin-top: 0px;
  width: 12%;
  float: left;
  margin-right: 49px;
  padding: 10px;
  padding-top: 0;
}
.reviewbucket-admin-wrap ul.settings-menu li{
  margin-bottom: 0px;
}
.reviewbucket-admin-wrap ul.settings-menu li a {
  padding: 15px 14px;
  transition: 0.6s all;
  border-top: 1px solid #e2e2e2;
  background: #fff;
  margin-bottom: 0;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  display: block;
}
.reviewbucket-admin-wrap ul.settings-menu li.active a,
.reviewbucket-admin-wrap ul.settings-menu li:hover a {
  background: #634AF1;
  color: #fff;
}
.input-control {
  min-width: 300px;
  padding: 8px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  margin-right: 0px;
  margin-left: 0px;
}

.admin-reviewbucket {
  float: left;
  background: #fff;
  padding: 30px;
  width: 80%;
}



/* .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;
}
.reviewbucket-label h5 {
  margin-top: 0px;
  margin-bottom: 10px;
}
.reviewbucket-admin-fbreview h4 {
  margin-top: 0px;
}
.reviewbucket-label h5 {
  font-size: 14px;
  font-weight: bold;
}
.reviewbucket-field-wrp {
  margin-top: 8px !important;
  margin-bottom: 22px;
}

.reviewbucket-label input {
  height: 40px;
  border: 1px solid #634AF1;
}
.reviewbucket-label input[type=checkbox] {
  height: 18px;
}
.reviewbucket-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 */
.reviewbucket-inner-active,
.reviewbucket-active {
  display: block;
}
.reviewbucket-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;
}
.reviewbucket-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-reviewbucket .button-primary {
  background: #634AF1;
  color: #fff;
  border-radius: 4px;
  height: 40px;
  padding: 0px 22px;
  font-weight: bold;
  transition: 0.5s;
}
.admin-reviewbucket .button-primary:focus,
.admin-reviewbucket .button-primary:hover {
  background: #341cbf;
  color: #fff;
}


.reviewbucket-open-placeid-finder {
    margin-bottom: 25px;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
    gap: 8px;
  
}