@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
  background: #e8edf2;
}
.gsc-wrap {
  font-weight: 500;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: #4a4a4a;
}
.gsc-wrap h2,
.gsc-wrap h3,
.gsc-wrap h4 {
  font-weight: 600;
  position: relative;
}

.gsc-wrap h2 {
  font-size: 20px;
  color: #6085cd;
}
.gsc-wrap h3 {
  font-size: 18px;
}
.gsc-wrap h4 {
  font-size: 16px;
}
.gsc-wrap p {
  font-size: 14px;
  line-height: 26px;
}
.gsc-section h2.hr {
  margin: 30px 0 0 0;
  padding: 40px 0 30px 0;
}
.gsc-section h2.hr::after {
  content: "";
  width: 112%;
  height: 1px;
  background: #e2e8f0;
  display: block;
  position: absolute;
  left: -3rem;
  top: 0;
}
.gsc-section {
  overflow: hidden;
}

a {
  outline: none;
  border: none;
  color: #4a4a4a;
  text-decoration: none;
}
a:focus {
  box-shadow: 0 0 0 0;
}
a:hover {
  color: #e73f26;
}

/* .gsc-content a, .main-content a {
	color:#e73f26;
	text-decoration:none;
	transition-property: all;
    transition-duration: .4s;
    -webkit-transition-duration: 0.4s;
    transition-timing-function: ease-in-out, ease-out;
} */
.gsc-content a:hover,
.main-content a:hover {
  color: #4a4a4a;
}

.gsc-wrap {
  max-width: 1260px;
  width: 100%;
  margin: 50px auto;
  background: #fff;
  border-radius: 15px;
  min-height: 500px;
}

.gsc-in-wrap {
  display: flex;
  flex-direction: column;
}
.gsc-left-nav {
  width: 25%;
}
.gsc-content {
  width: 75%;
  border-left: 1px solid #e9eef2;
  /* min-height: 800px; */
}

.gsc-section {
  border-bottom: 1px solid #e2e8f0;
  margin: 0;
  padding: 2rem 3rem;
  justify-content: space-between;
}

.gsc-wrap h1 {
  color: #0073aa;
}

.min-height {
  min-height: 800px;
}

.main-content {
}
.gsc-gen-content {
  border-bottom: 1px solid #e2e8f0;
  margin: 0;
  padding: 2rem 3rem;
}

/*///////////////////////////////////////////////////////////
                    Header CSS 
//////////////////////////////////////////////////////////*/
.gsc-header {
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  border-bottom: 1px solid #e9eef2;
}
.gsc-header .logo {
  background: url(../images/logo.svg) no-repeat left top;
  background-size: 150px auto;
  width: 150px;
  height: 50px;
  position: relative;
}
.gsc-header .logo span.pro {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 1px 5px;
  border-radius: 4px;
  text-transform: uppercase;
  background: rgb(17, 154, 23);
  letter-spacing: 1px;
  background: linear-gradient(
    90deg,
    rgba(17, 154, 23, 1) 0%,
    rgba(41, 106, 16, 1) 100%
  );
  position: absolute;
  right: 0;
  top: -22px;
}
.version {
  font-size: 10px;
  text-align: center;
  color: #333;
  padding: 1px 5px;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  letter-spacing: 1px;
  background: #fff;
  border: 1px solid #e9eef2;
  position: absolute;
  left: 26px;
  bottom: -41px;
}
.logo-title {
  font-size: 8px;
  font-weight: bold;
  text-align: center;
  color: #199436;
  padding: 1px 5px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  right: -11px;
  bottom: -13px;
  letter-spacing: 5px;
}

/* Top Navigation */
.gsc-header-right {
  display: flex;
  align-content: center;
  justify-content: space-between;
  width: 74%;
}
.main-nav {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 10px 0 0;
  font-size: 14px;
}
.main-nav li {
  margin: 0 15px;
  font-weight: 600;
}
.main-nav li a {
  padding-left: 30px;
  color: #4a4a4a;
  position: relative;
  text-decoration: none;
}
.main-nav li svg {
  width: 20px;
}
.main-nav li a svg {
  width: 24px;
  height: auto;
  position: absolute;
  left: 0;
  top: -4px;
  fill: #809bb0;
}

.main-nav li a:hover {
  color: #e73f26;
}
.main-nav li a:hover svg,
.main-nav li a.active svg {
  fill: #e73f26;
}
.main-nav li a.active {
  color: #e73f26;
}

.main-nav li svg {
  width: 20px;
}
.sub-links {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 0 0 20px;
  position: relative;
}
.sub-links li {
  margin: 0 8px;
  font-weight: 600;
  position: relative;
}
.sub-links li a svg {
  width: 25px;
  height: auto;
  outline: none;
  fill: #809bb0;
}
.sub-links li a:hover svg {
  fill: #e73f26;
}

.sub-links::before {
  content: "";
  width: 1px;
  height: 50px;
  background: #e9eef2;
  position: absolute;
  left: 0;
  top: 0;
}

/*/// Left Navigation /////*/
.gsc-left-nav ul {
  padding: 1rem 0;
  font-size: 13px;
  font-weight: 600;
}
.gsc-left-nav ul li {
  cursor: pointer;
  position: relative;
}

.gsc-left-nav ul li.has-submenu::after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 20px;
  width: 20px;
  height: 20px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  border-radius: 30px;
  border: 1px solid #ccc;
  color: #333;
}
.gsc-left-nav ul li.has-submenu.open::after {
  content: "-";
  color: #333;
}

.gsc-left-nav ul li.active {
  position: relative;
}

.gsc-left-nav ul li ul li a {
  padding-left: 70px;
}
.gsc-left-nav ul li a {
  padding: 20px 10px 20px 45px;
  display: flex;
  position: relative;
  z-index: 1;
  text-decoration: none;
  border-bottom: 1px solid #e2e8f0;
}
.gsc-left-nav ul li a svg {
  width: 19px;
  height: auto;
  margin-right: 10px;
  position: absolute;
  left: 14px;
  top: 18px;
  fill: #809bb0;
}
.gsc-left-nav ul li ul li svg {
  left: 37px;
}

/* .gsc-left-nav ul li a:hover svg,
.gsc-left-nav ul li.active svg,
.gsc-left-nav ul li.active li.active svg{
	fill:#e73f26;
} */
.gsc-left-nav ul li.active li svg {
  fill: #809bb0;
}

/* .gsc-left-nav li.active > a {
	color: #e73f26;
	fill: #e73f26;
} */

.gsc-left-nav ul ul {
  display: none;
  padding: 0;
  margin: 0;
  font-weight: normal;
}

.gsc-left-nav li.open > ul {
  display: block;
}
/* 
.gsc-content > div {
	display: none;
}

.gsc-content > div.active {
	display: block;
} */
/* .gsc-left-nav li.active {
    font-weight: bold;
    color: #007cba;
} */

.main-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}
.inner-tabs {
  display: flex;
  width: 100%;
}

/* Input CSS */
.align-fl {
  display: flex;
  align-content: center;
}
.align-start {
  justify-content: flex-start;
}
.align-end {
  justify-content: flex-end;
}
.forminput {
  width: auto;
  margin: 15px 0;
}
.forminput .forminput.align-fl-rs,
.forminput .forminput.align-fl-rs-view {
  margin: 0;
}

.forminput a.icon-link {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.forminput a.icon-link SVG {
  fill: #4e4e4e;
}
.forminput a:hover.icon-link SVG {
  fill: #199436;
}
.forminput a:hover.icon-link {
  border: 1px solid #199436;
}

.forminput svg {
  width: 20px;
  height: auto;
  fill: #4e4e4e;
}
.connected-account {
  font-size: 16px;
  color: #0085ba;
}
.gs-wpcore-sync {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  color: #e73f26;
  cursor: pointer;
}

.gsc-gen-content label,
.gsc-section label {
  width: 200px;
  font-size: 14px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  color: #000;
}
.gsc-wrap .role-row {
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.gsc-wrap label.toggle-role {
  width: 15px;
  font-size: 14px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  color: #000;
  margin-top: 5px;
  margin-bottom: 15px;
}

.radio-list {
  display: flex;
}
.gsc-section .radio-list label {
  width: auto;
  margin-right: 10px;
}
.radio-list-option {
  display: flex;
  flex-direction: column;
}
.gsc-section .forminput.auto label,
.radio-list-option label {
  align-items: flex-start;
  margin-bottom: 10px;
}

.week-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.week-list a {
  padding: 5px 10px;
  color: #666;
  text-transform: uppercase;
  border: 1px solid #6085cd;
  border-radius: 5px;
}
.week-list a:hover,
.week-list a.active {
  padding: 5px 10px;
  color: #e73f26;
  border: 1px solid #e73f26;
  border-radius: 5px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #d8d8d8;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #607dbc;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.gsc-gen-content textarea {
  border: 1px solid #d8d8d8;
  color: #64748b;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  height: 120px;
}
.gsc-gen-content textarea.debug {
  background-color: #f1f0f0;
}
.gsc-gen-content textarea:focus {
  border: 1px solid #c9c9c9;
  box-shadow: 0 0 5px #dddd;
}
.gs-valid-message {
  font-weight: bold;
  color: green;
}
.gsc-gen-content input[type="text"],
.gsc-gen-content input[type="password"],
.gsc-section input[type="text"],
.gsc-section input[type="date"] {
  border: 1px solid #d8d8d8;
  padding: 4px 10px;
  min-height: 44px;
  line-height: 1.25rem;
  color: #64748b;
  background-color: #fff;
  border-radius: 5px;
  max-width: 400px;
  margin-right: 10px;
  width: -webkit-fill-available;
}
.gsc-section input[type="text"].medium-input {
  max-width: 300px;
}
.gsc-gen-content input[type="text"].fix-height {
  height: 50px;
}

.gsc-gen-content input[type="text"]:focus,
.gsc-gen-content input[type="password"]:focus,
.gsc-section input[type="text"]:focus,
.gsc-section input[type="date"]:focus {
  border: 1px solid #c9c9c9;
  box-shadow: 0 0 5px #dddd;
}
select#gs-wpcore-sheet-id {
  width: 300px;
}
input#feed_name,
select#gsc_wp_select {
  width: 200px;
}
.gsc-gen-content select,
.gsc-section select {
  padding: 7px 28px 7px 10px;
  line-height: 1.25rem;
  color: #64748b;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  border-radius: 5px;
  height: 44px;
  background-position: right 10px center;
  margin-right: 10px;
}
.gsc-gen-content select:focus,
.gsc-section select:focus {
  border: 1px solid #c9c9c9;
  box-shadow: 0 0 5px #dddd;
}

.gsc-gen-content select.small,
.gsc-section select.small,
.gsc-gen-content input[type="text"].small,
.gsc-section input[type="text"].small {
  max-width: 200px;
  width: 200px;
}
.gsc-gen-content select.large,
.gsc-section select.large,
.gsc-gen-content input[type="text"].large,
.gsc-section input[type="text"].large {
  max-width: 300px;
  width: 300px;
}
.gsc-gen-content select.xlarge,
.gsc-section select.xlarge,
.gsc-gen-content input[type="text"].xlarge,
.gsc-section input[type="text"].xlarge {
  max-width: 400px;
  width: 400px;
}
.gsc-gen-content select.xxlarge,
.gsc-section select.xxlarge,
.gsc-gen-content input[type="text"].xlarge,
.gsc-section input[type="text"].xlarge {
  max-width: 500px;
  width: 500px;
}

.notes {
  font-size: 13px;
  padding-left: 215px;
  color: #666;
  margin-bottom: 25px;
}
.fields {
  font-size: 13px;
  padding-left: 215px;
  color: #666;
}
.fields1 {
  font-size: 13px;
  padding-left: 210px;
  color: #666;
}
.widefat thead tr th {
  font-weight: 500;
}
.loader {
  background: #e8edf2;
  border-radius: 20px;
  min-height: 20px;
  height: 20px;
  width: 200px;
  margin-bottom: 10px;
}
.loader span {
  height: 100%;
  color: #fff;
  border-radius: 20px;
  background: #fe771d;
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
}

.buttont-bar {
  font-size: 13px;
  padding-left: 210px;
  color: #666;
}

.normal-btn {
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #199436;
  padding: 0 15px;
  min-width: 200px;
  height: 43px;
  text-align: center;
  background: #fff;
  min-height: 28px;
  border-radius: 5px;
  color: #199436;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: color;
  transition-property: background;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-timing-function: ease-in-out, ease-out;
}
.normal-btn:hover {
  color: #fff;
  background: #199436;
  border: 1px solid #199436;
}
.normal-btn svg {
  fill: #199436;
  width: 20px;
  height: auto;
  margin-right: 10px;
}
.normal-btn:hover svg {
  fill: #fff;
}

.submit-btn,
.reset-btn {
  font-size: 15px;
  font-weight: 500;
  border: none;
  padding: 0 15px;
  min-width: 200px;
  height: 43px;
  text-align: center;
  background: #199436;
  min-height: 28px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  transition-property: color;
  transition-property: background;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-timing-function: ease-in-out, ease-out;
}
.submit-btn:hover {
  background: #22af43;
}

.reset-btn {
  background: #949494;
}
.reset-btn:hover {
  background: #5b5b5b;
}

.date-time {
  display: flex;
  align-items: center;
  gap: 10px;
}
.gsc-section .date-time input[type="date"] {
  margin-right: 0;
}

.border-none {
  border: none;
}

/* Message Type ///////////////////////////*/

.message {
  font-size: 14px;
  font-weight: 500;
  padding: 15px 35px 15px 20px;
  border: 1px solid #ccc;
  margin: 1rem 3rem;
  max-width: 100%;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
}
.message-spac-remove {
  margin: 0;
}

.message svg {
  width: 28px;
  height: auto;
  margin-right: 10px;
}

.gsc-section .message {
  margin: 1rem 0rem 2rem;
}

.message a.close {
  font-size: 32px;
  position: absolute;
  right: 10px;
  color: #333;
}
.message a.close svg {
  width: 22px;
}

.message a:hover.close {
  color: #000;
}

.align-text-center {
  text-align: center;
}
.align-text-right {
  text-align: right;
}

.warning-msg {
  border: 1px solid #c09f81;
  color: #da4e09;
  fill: #da4e09;
  background: #ffe5d4;
}
.success-msg {
  border: 1px solid #82c090;
  color: #06631c;
  fill: #06631c;
  background: #dcffdd;
}
.error-msg {
  border: 1px solid #c08182;
  color: #630606;
  fill: #630606;
  background: #ffdfe1;
}
.error-msg svg {
  width: 22px;
}

.important-msg {
  border: 1px solid #e3b63d;
  color: #a17604;
  fill: #a17604;
  background: #ffeec1;
}

.textin-icon {
  display: flex;
}
.textin-icon a svg {
  margin-left: 10px;
  fill: #809bb0;
  width: 22px;
  height: auto;
}
.textin-icon a:hover svg {
  fill: #e73f26;
}

.category-list {
  display: grid;
  grid-template-columns: repeat(3, 33%);
  grid-template-rows: repeat(auto, 47px);
  gap: 15px;
  margin-bottom: 30px;
}

.category-cell {
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #cfd8e2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
  border-radius: 5px;
  border: 1px solid #cfd8e2;
  box-sizing: border-box;
  padding: 14px 15px 14px 10px;
  box-shadow: 0px 1px 6px 0px rgba(23, 57, 97, 0.1);
  position: relative;
}

/* footer */
.gsheetconnect-footer-promotion {
  color: #50575e;
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 0px;
  right: 0;
  z-index: 1;
}
.gsheetconnect-footer-promotion p {
  margin: 0 0 10px;
  font-weight: bold;
}
.gsheetconnect-footer-promotion-links,
.gsheetconnect-footer-promotion-social {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
}
ul.gsheetconnect-footer-promotion-links a {
  color: #2271b1;
  transition-property: border, background, color;
  transition-duration: 0.05s;
  transition-timing-function: ease-in-out;
}
.highlight .addon-item-footer {
  background: #fef3c9;
}
.gsheetconnect-footer-promotion-links,
.gsheetconnect-footer-promotion-social {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
}
.gsheetconnect-footer-promotion-social li a {
  font-size: 22px;
  color: #a7aaad;
  margin: 0 5px;
}
.highlight .addon-badge {
  background: #f10a0a;
  color: #fff;
}
.gsheetconnect-footer-promotion-social li a:hover {
  font-size: 22px;
  color: #2271b1;
  margin: 0 5px;
}
.gsheetconnect-footer-promotion-links li {
  margin: 5px 10px 10px;
  padding: 0;
  position: relative;
}
.gsheetconnect-footer-promotion-links li::before {
  content: "/";
  font-size: 11px;
  position: absolute;
  right: -13px;
  top: 0;
}

.active-msg {
  background: #bef8d2;
  border-radius: 3px;
  margin: -3px 0 5px;
  font-size: 13px;
  color: #039436;
  padding: 5px 10px;
  display: block;
  text-align: center;
}

.highlight .new {
  background: #f10a0a;
  width: 103px;
  padding: 5px;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  right: -32px;
  top: 2px;
  display: block;
  text-align: center;
  border-radius: 3px;
  rotate: 30deg;
  text-transform: uppercase;
}

.addon-item-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 15px;
}

.addon-item-header-meta {
  width: 68%;
  padding-left: 15px;
}

.addon-item-header img {
  width: 78px;
  height: auto;
  padding: 8px 0;
  border: 1px solid #e2e8f0;
}

.addon-item-meta-title a {
  font-size: 14px;
  font-weight: 600;
  color: #6085cd;
  padding-bottom: 10px;
  display: block;
}

.addon-item-header-meta-excerpt {
  color: #646970;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.addon-item-footer {
  padding: 15px;
  display: flex;
  background: #f2f7fd;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
  min-height: 70px;
}

.addon-badge {
  color: #8c8f94;
  background-color: #e5e5e6;
  border-radius: 3px;
  font-size: 10px;
  letter-spacing: 0.5px;
  padding: 8px 10px;
  display: inline-block;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
    Cantarell, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  line-height: 6px;
  user-select: none;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
}

.license-invalid.row {
  color: #e73f26;
}
/* Drag & Drop CSS //////////////*/

.grid {
  display: grid;
  grid-template-columns: repeat(3, 33%);
  grid-template-rows: repeat(5, 47px);
  gap: 15px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.cell {
  width: 100%;
  height: 100%;
  background: #fff;
  /* border: 1px dashed #ccc;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.gsc-section .draggable label {
}

.draggable {
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #cfd8e2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
  border-radius: 5px;
  border: 1px solid #cfd8e2;
  box-sizing: border-box;
  padding: 14px 15px 14px 10px;
  box-shadow: 0px 1px 6px 0px rgba(23, 57, 97, 0.1);
  position: relative;
}

.over {
  border-color: #4caf50;
}
.draggable::before {
  width: 13px;
  height: 100%;
  background: url(../images/dot-move.png) no-repeat center;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #cfd8e2;
}

/* Switch CSS ////////////*/

.gsc-section label.switch {
  position: relative;
  display: inline-block;
  width: 37px;
  height: 18px;
  margin-right: 5px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #acb4c4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 30px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 1px;
  border-radius: 40px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #607dbc;
}

input:focus + .slider {
  box-shadow: 0 0 1px #607dbc;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider-main {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #acb4c4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 30px;
}

.slider-main:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 1px;
  border-radius: 40px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider-main {
  background-color: #607dbc;
}

input:focus + .slider-main {
  box-shadow: 0 0 1px #607dbc;
}
input:checked + .slider-main:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Checkbox css ///////////////*/
.form-group {
  display: flex;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
  width: auto;
}

.form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #d8d8d8;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 3px;
}

.form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 7px;
  width: 5px;
  height: 11px;

  border: solid #607dbc;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.forminput .form-group {
  gap: 20px;
}

/* System Status CSS //////////*/
.system-status {
  margin: 0;
  padding: 0;
  list-style: none;
}
.system-status li {
  list-style: none;
  display: flex;
  align-content: center;
  border: 1px solid #e2e8f0;
  margin: -1px 0 0px;
  padding: 10px;
  align-items: center;
  border-radius: 5px;
}
.system-status li:nth-child(odd) {
  background: #f2f7fd;
}
.system-status li:nth-child(even) {
  background: #fff;
}

.system-status li span:nth-child(1) {
  width: 240px;
  color: #000;
}
.system-status li span:nth-child(3) {
  width: 140px;
  color: #fff;
  background: #6085cd;
  margin-left: 10px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 3px;
}

.given {
  color: #199436;
}
.denied {
  color: #941919;
}

/*///////////// Tooltips Hover CSS ///////////////*/
[hover-tooltip] {
  position: relative;
}
[hover-tooltip]:hover::before {
  content: attr(hover-tooltip);
  font-size: 12px;
  text-align: center;
  position: absolute;
  display: block;
  left: 50%;
  min-width: 150px;
  max-width: 200px;
  bottom: calc(100% + 15px);
  transform: translate(-50%);
  animation: fade-in 300ms ease;
  background: #607dbc;
  border-radius: 20px;
  padding: 5px;
  color: #ffffff;
  z-index: 1;
}
[hover-tooltip]:hover::after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  width: 0;
  height: 0;
  bottom: calc(100% + 10px);
  margin-left: -3px;
  border: 1px solid black;
  border-color: #607dbc transparent transparent transparent;
  border-width: 5px 7px 0;
  animation: fade-in 300ms ease;
  z-index: 1;
}

#setting-error-gscwpcore-settings-license-gs-license-key {
  background-color: #fefefe;
  padding: 1px;
  border-left: 4px solid #d63638;
}

.wpcore-header.grid .cell:first-child {
  opacity: 0.5; /* blur/disabled effect */
  pointer-events: none; /* prevents interaction */
}

.wpcore-header.grid .cell:first-child input[type="checkbox"] {
  pointer-events: none;
}

/* Extension Page CSS */
.loading {
  background-image: url(../images/ajax-loader.gif);
  background-position: 50% 80%;
  background-repeat: no-repeat;
  width: 14px;
  display: inline-block;
  height: 14px;
}

.extensions-block {
  padding: 2rem;
  box-sizing: border-box;
}

.gsheetconnector-addons-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gsheetconnector-list-item {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 3px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  width: 49%;
  height: 230px;
  position: relative;
}

.gsheetconnector-list-item .activated {
  display: none;
}

.gsheetconnector-list-item:hover .activated {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 9;
}

.gsheetconnector-list-item .activated a.button {
  position: absolute;
  left: 0;
  top: 40%;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 100px;
}

.gsheetconnector-list-item {
  position: relative;
}

.gsheetconnector-list-item .plugin-premium,
.gsheetconnector-list-item .plugin-free {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  padding: 2px 5px;
  background: #f60d0d;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  border-radius: 3px;
}

.gsheetconnector-list-item .plugin-required {
  top: 30px;
}

.gsheetconnector-list-item .plugin-free {
  background: #2271b1;
}

.highlight {
  background: #fcf8e9;
  border: 1px solid #cec295;
  position: relative;
}

.highlight .addon-item-header img {
  border: 1px solid #cec295;
}

.highlight .addon-item-footer {
  background: #fef3c9;
}

.highlight .addon-badge {
  background: #f10a0a;
  color: #fff;
}

.active-msg {
  background: #bef8d2;
  border-radius: 3px;
  margin: -3px 0 5px;
  font-size: 13px;
  color: #039436;
  padding: 5px 10px;
  display: block;
  text-align: center;
}

.highlight .new {
  background: #f10a0a;
  width: 103px;
  padding: 5px;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  right: -32px;
  top: 2px;
  display: block;
  text-align: center;
  border-radius: 3px;
  rotate: 30deg;
  text-transform: uppercase;
}

.addon-item-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 15px;
}

.addon-item-header-meta {
  width: 68%;
  padding-left: 15px;
}

.addon-item-header img {
  width: 78px;
  height: auto;
  padding: 8px 0;
  border: 1px solid #e2e8f0;
}

.addon-item-meta-title a {
  font-size: 14px;
  font-weight: 600;
  color: #6085cd;
  padding-bottom: 10px;
  display: block;
}

.addon-item-header-meta-excerpt {
  color: #646970;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.addon-item-footer {
  padding: 15px;
  display: flex;
  background: #f2f7fd;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
  min-height: 70px;
}

.addon-badge {
  color: #8c8f94;
  background-color: #e5e5e6;
  border-radius: 3px;
  font-size: 10px;
  letter-spacing: 0.5px;
  padding: 8px 10px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  line-height: 6px;
  user-select: none;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
}
/* end Extension Page CSS */
/* feed setting css */
.coretoggle-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
a#gsc-back {
  width: 200px;
  padding-left: 0px;
  padding-right: 0px;
}
a#gsc-back:hover {
  color: #fff;
  padding-left: 0px;
  padding-right: 0px;
}
.no .role-row {
  display: flex;
  width: 25px;
  padding: 5px;
}
.tabs-wpgs {
  padding: 10px;
  margin: 0 0 20px;
  padding: 10px;
  border-radius: 10px;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  border: 1px solid #cfd8e2;
  box-shadow: 0px 1px 6px 0px rgba(23, 57, 97, 0.1);
}
.tabs-wpgs a {
  color: #4a4a4a;
  padding: 5px 20px;
  border-radius: 5px;
  display: inline-block;
  background-color: #fff;
}
.tabs-wpgs .active-t-gs {
  margin: 0;
  background: #e8edf2;
}
.gsc-core-step,
.wpcore-gs-alert-kk {
  border: 1px solid #5fb78c;
  background-color: #fdfde0;
  border-radius: 5px;
  padding: 20px 30px;
  margin: 0px 0 30px;
  box-sizing: border-box;
}
.gsc-core-alert-steps,
.wpcore-gs-alert-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wpcore-gs-alert-steps li ul,
.wpcore-gs-alert-steps li ul li,
.gsc-core-alert-steps li ul,
.gsc-core-alert-steps li ul li {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
}
.wpcore-gs-alert-steps li ul li,
.gsc-core-alert-steps li ul li {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
}

.wpcore-gs-alert-steps li span,
.gsc-core-alert-steps li span {
  display: block;
  color: #ff0707;
  padding-left: 28px;
}

.wpcore-gs-alert-steps li::before,
.gsc-core-alert-steps li::before {
  font-family: "dashicons";
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
  width: 18px;
  margin-right: 8px;
  content: "\f15e";
  text-align: center;
  vertical-align: -2px;
  color: #fff;
  border-radius: 50%;
  background: #10ac84;
}

.wp-gs-display-note {
  border: 1px solid #c3c4c7;
  border-left-width: 4px;
  border-left-color: #d63638;
  margin: 5px 0 15px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  padding: 12px 12px;
  margin: 20px;
}
.copy-url-table td,
.copy-url-table th {
  border: 1px solid #e2e8f0;
  text-align: left;
  padding: 10px;
}
.main-nav a.wpcore-active {
  color: #e73f26; /* 🔴 Make text red */
}

/* Also color the SVG icon inside the active link */
.main-nav a.wpcore-active svg path {
  fill: #e73f26; /* 🔴 Make SVG icon red */
}
/* 🔴 Active main tab text + icon */
.gsc-main-tab.active > a {
  color: #e73f26;
}

.gsc-main-tab.active > a svg path {
  fill: #e73f26;
}

/* 🔴 Active inner tab text + icon */
.gsc-inner-tabs a.wp-core-inner-active {
  color: #e73f26;
  font-weight: 600;
}

.gsc-inner-tabs a.wp-core-inner-active svg path {
  fill: #e73f26;
}
/* Add css in license details page */
p.license-valid.row {
  color: #199436;
  font-weight: 500;
}

p.license-lifetime {
  color: #199436;
  font-weight: 500;
}

p.license-invalid {
  color: #d63638;
}
.align-fl-rs-view {
  display: flex;
  align-items: center;
  padding-top: -6px;
  gap: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.deactivate-section {
  display: flex;
}
/* end feed setting css */
/* media query */
@media screen and (max-width: 1366px) {
  .gsc-section input[type="text"],
  .gsc-section input[type="date"] {
    border: 1px solid #d8d8d8;
    padding: 4px 10px;
    min-height: 44px;
    line-height: 1.25rem;
    color: #64748b;
    background-color: #fff;
    border-radius: 5px;
    max-width: 200px;
    margin-right: 10px;
    width: -webkit-fill-available;
  }
  .grid {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: repeat(5, 47px);
    gap: 15px;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .sub-links {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 0 0 5px;
    position: relative;
  }
  .main-nav li {
    margin: 0 10px;
    font-weight: 600;
  }

  .tabs-wpgs a {
    color: #4a4a4a;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    background-color: #fff;
  }
  .align-fl {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .notes {
    font-size: 13px;
    padding-left: 0px;
    color: #666;
    margin-bottom: 25px;
  }
  .main-nav {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 0px 0 0;
    font-size: 12px;
  }
  .main-nav li {
    margin: 0 5px;
    font-weight: 600;
  }
  .gsc-header {
    padding: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    border-bottom: 1px solid #e9eef2;
  }
  .gsc-left-nav ul {
    padding: 1rem 0;
    font-size: 13px;
    font-weight: 600;
  }
  .fields {
    font-size: 13px;
    padding-left: 0px;
    color: #666;
  }
  .fields1 {
    font-size: 13px;
    padding-left: 0px;
    color: #666;
  }
  .gsc-section select,
  .gsc-section select.large {
    width: 200px;
  }
  .gsc-wrap h2 {
    font-size: 18px;
    color: #6085cd;
  }
  .gsc-wrap h3 {
    font-size: 16px;
  }
  .gsc-section label {
    width: 200px;
    font-size: 14px;
    padding-right: 10px;
    align-items: center;
    color: #000;
    display: inline;
  }
  .align-fl-rs {
    display: flex;
    align-items: center;
    gap: 10px;
    /* flex-direction: row; */
    justify-content: flex-start;
    align-items: flex-start;
  }

  .align-fl-rs-view {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .buttont-bar {
    font-size: 13px;
    padding-left: 0px;
    color: #666;
  }

  @media screen and (max-width: 820px) {
    .main-nav li a svg {
      width: 24px;
      height: auto;
      position: absolute;
      left: 0;
      top: -4px;
      fill: #809bb0;
      display: none;
    }
    .main-nav li a {
      padding-left: 0px;
      color: #4a4a4a;
      position: relative;
      text-decoration: none;
    }
    .main-nav {
      display: flex;
      align-items: center;
      margin: 0;
      padding: 0 0 0;
      font-size: 16px;
    }
    .gsc-left-nav ul li a svg {
      width: 20px;
      height: auto;
      margin-right: 10px;
      position: absolute;
      left: 14px;
      top: 18px;
      fill: #809bb0;
      color: #809bb0;
      display: none;
    }
    .tabs-wpgs a {
      color: #4a4a4a;
      padding: 5px 4px;
      border-radius: 5px;
      display: inline-block;
      background-color: #fff;
    }
    .slider:before {
      position: absolute;
      content: "";
      height: 16px;
      width: 16px;
      left: -4px;
      bottom: 1px;
      border-radius: 40px;
      background-color: white;
      -webkit-transition: 0.4s;
      transition: 0.4s;
    }
    .date-time {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
    }
    .gsc-wrap h3 {
      font-size: 14px;
    }
    .gsheetconnector-list-item {
      background-color: #fff;
      border: 1px solid #e2e8f0;
      border-radius: 3px;
      margin: 0;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      overflow: hidden;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
      width: 70%;
      height: 230px;
      position: relative;
    }
    .align-fl-rs-view {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-direction: row;
      justify-content: center;
      align-items: flex-start;
    }
  }
  @media screen and (max-width: 782px) {
    .role-row input[type="checkbox"],
    input[type="radio"] {
      height: 18px !important;
      width: 30px !important;
    }
    .role-row input[type="checkbox"]:checked:before {
      width: 25px !important;
      height: 18px !important;
      margin: -6px !important;
    }
  }
}
@media (min-width: 635px) and (max-width: 752px) {
  .main-nav {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 0 0;
    font-size: 14px;
  }
  .gsc-header .logo {
    background: url(../images/logo.svg) no-repeat left top;
    background-size: 118px auto;
    width: 118px;
    height: 50px;
  }
}
@media (min-width: 250px) and (max-width: 635px) {
  /* .main-nav {
            display: flex
;
            align-items: center;
            margin: 0;
            padding: 0 0 0;
            font-size: 14px;
        }
		.gsc-header .logo {
    background: url(../images/logo.svg) no-repeat left top;
    background-size: 118px auto;
    width: 118px;
    height: 50px;
} */
}
.gsc-section {
  position: relative;
}

.gsc-section::after {
  content: "";
  display: block;
  clear: both;
}

.gsc-section .pro-link {
  position: absolute;
  inset: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  cursor: pointer;
}

.gsccore-section {
  position: relative;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  cursor: pointer;
}
.gsccore-section::after {
  content: "";
  display: block;
  clear: both;
}

#pagesyn-single {
  /* border-top: 1px solid #e2e8f0; */
}
