body{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}
.btn.disabled, .btn:disabled {
    opacity: .65 !important;
}
.socialpilot-settings-wrapper {
  margin: 20px 20px 0 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 20px;
}

/* Header/Banner styles */

.socialpilot-wp-plugin-main-div {
  background: #fff;
  border: 1px solid #dcdcde;
  padding: 15px 20px;
  margin: 20px 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
}

.socialpilot-wp-plugin-sp-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.socialpilot-wp-plugin-sp-logo img {
  height: 40px;
  width: auto;
}

.socialpilot-wp-plugin-sp-label {
  font-size: 18px;
  font-weight: 600;
  color: #1d2327;
  margin: 0;
}

.socialpilot-version {
  color: #666;
  font-size: 13px;
}

/* Main settings container */

.socialpilot-main-settings {
  background: #fff;
  border: 1px solid #dcdcde;
  border-radius: 4px;
  padding: 25px;
}

/* Settings form styles */

.socialpilot-settings-form h2 {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #dcdcde;
}

.socialpilot-field-row {
  margin-bottom: 25px;
}

.socialpilot-field-row label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
}

.socialpilot-field-row .description {
  color: #666;
  font-style: italic;
  margin-top: 5px;
}

/* Sidebar styles */

.socialpilot-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.socialpilot-sidebar-box {
  background: #fff;
  border: 1px solid #dcdcde;
  border-radius: 4px;
  padding: 20px;
}

.socialpilot-sidebar-box h3 {
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcde;
}

/* Rating stars */

.socialpilot-rating-stars {
  color: #ffb900;
  font-size: 18px;
}

/* Buttons */

.socialpilot-btn {
  display: inline-block;
  padding: 8px 12px;
  background: #2271b1;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
  text-align: center;
}

.socialpilot-btn:hover {
  background: #135e96;
  color: #fff;
}

/* Responsive adjustments */

@media screen and (max-width: 782px) {
  .socialpilot-settings-wrapper {
    grid-template-columns: 1fr;
  }
}

/* Welcome Banner Styles */
.socialpilot-welcome-banner {
  background: #fff;
  border-radius: 8px;
  padding: 30px 15px 30px 15px;
  margin: 0;
}

.socialpilot-welcome-header {
  text-align: center;
  margin-bottom: 40px;
}

.socialpilot-welcome-logo {
  height: 40px;
  width: auto;
  margin-bottom: 15px;
}

.socialpilot-welcome-header h2 {
  font-size: 18px;
  color: #1d2327;
  margin: 0;
  font-weight: 400;
}

.socialpilot-welcome-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}

.socialpilot-option {
  text-align: center;
  padding: 15px;
  border-radius: 8px;
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
}

.socialpilot-option-icon {
  margin-bottom: 15px;
  color: #666;
}

.socialpilot-option-icon svg {
  width: 48px;
  height: 48px;
}

.socialpilot-option h3 {
  font-size: 16px;
  font-weight: 600;
  color: #1d2327;
  margin: 0 0 10px 0;
}

.socialpilot-option p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  /* margin: 0 0 20px 0; */
  min-height: 70px;
}

.socialpilot-welcome-btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.2s ease;
}

.socialpilot-btn-primary {
  background: #2271b1;
  color: #fff;
}

.socialpilot-btn-primary:hover {
  background: #135e96;
  color: #fff;
  text-decoration: none !important;
}

.socialpilot-btn-secondary {
  background: #f0f0f1;
  color: #2c3338;
  border: 1px solid #c3c4c7;
}

.socialpilot-btn-secondary:hover {
  background: #e0e0e0;
  color: #2c3338;
  text-decoration: none !important;
}
.wp-core-ui .notice.is-dismissible {
  padding-right: 15px !important;
}
.register-next-button {
  background-color: #2271b1 !important;
  color: #fff !important;
  border: none !important;
  padding: 12px 20px !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  min-height: 41px  !important;
}

  .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}
*, ::after, ::before {
    box-sizing: border-box;
}
.form-field-section .row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px !important;
    margin-left: -15px !important;
}
.form-field-section [class^="col-lg-"] {
    padding: 0px 15px !important;
}
.la-modal-form {
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  padding-left: 0px;
}
.la-modal-form h5{
  margin-top: 0 !important;
}
.la-modal-form label{
    display: inline-block;
    margin-bottom: .5rem;

}
.form-field-section {
  margin-top: 20px !important;
}

.socialpilot-header-notice-spacer {
  display: block;
  height: auto;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
.col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

.col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
 }
.form-group {
    margin-bottom: 1rem;
}
.form-control{
  padding: 10px !important;
    font-size: 12px !important;
    border: 1px solid #d2d2d2 !important;
    border-radius: 2px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    box-shadow: none !important;
    box-shadow: initial !important;
    height: auto;
    width: 100%;
}

#socialpilot-signup-close{
  top: 8px !important;
    right: 5px !important;
    bottom: auto;
    left: auto;
    background: transparent !important;
    opacity: 1 !important;
    color: #1B1C1E !important;
    border: none !important;
}
.final-submit{
  position:  relative !important;
}
@-webkit-keyframes spinner-border {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.spinner-border {
  display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    margin-left: 8px;
}

/* Responsive design for welcome banner */
@media screen and (max-width: 1024px) {
  .socialpilot-welcome-options {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .socialpilot-option {
    padding: 25px;
  }
}

@media screen and (max-width: 782px) {
  .socialpilot-welcome-banner {
    padding: 20px;
  }

  .socialpilot-welcome-header h2 {
    font-size: 16px;
  }

  .socialpilot-option-icon svg {
    width: 40px;
    height: 40px;
  }
}
