@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    background: #e8edf2;
}

#wpbody-content .wrap-gsc,
.gsheet-header,
.breadcrumb {
    font-weight: 500;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: #4a4a4a;
}

#wpbody-content .wrap-gsc h2,
#wpbody-content .wrap-gsc h3,
#wpbody-content .wrap-gsc h4 {
    font-weight: 600;
}

#wpbody-content .wrap-gsc h2 {
    margin: 0;
    padding: 0 0 25px;
    font-size: 20px;
    color: #6085cd;
}

#wpbody-content .wrap-gsc h2 span.tooltip-set {
    font-size: 18px;
    color: #399f51;
    margin-left: 15px;
}

.gswoo-helop-icon {
    color: #399f51;
}

i.gswoo-helop-icon.fa.fa-question-circle {
    font-size: 17px;
    margin-left: 5px;
    color: #399f51;
}

#wpbody-content .wrap-gsc h3 {
    font-size: 18px;
	display: flex;
    align-items: center;
	gap:10px;
}
#wpbody-content .wrap-gsc h3 p {
	margin:0;
}

#wpbody-content .wrap-gsc h4 {
    font-size: 16px;
}

#wpbody-content .wrap-gsc p {
    font-size: 14px;
	margin: 0 0 15px;
}


#wpbody-content .wrap-gsc p.note {
    font-size: 14px;
	color:#666;
}

.system-error-cf7free-logs {
	padding:2rem !important;
}
.card-formntr {
	padding:2rem;
	border-bottom: 1px solid #e2e8f0;
}


.wrap-gsc a {
    outline: none;
    border: none;
    color: #e73f26;
    text-decoration: none;
    cursor: pointer;
}

.wrap-gsc a:focus {
    box-shadow: 0 0 0 0;
}

.wrap-gsc a:hover {
    color: #333;
}

.gs-form {
    padding: 2rem;
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid #e2e8f0;
}

.extensions,
.wpforms_service,
.wpforms_existing,
.wpforms_manual {
	padding: 2rem;
	 box-sizing: border-box;
}

.connected-account label {
	font-size:13px;
}

.gsheetconnector-addons-list {
	margin-bottom:30px;
}

.gsheet-header {
    max-width: 1280px;
    width: 100%;
    margin: 1rem auto 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: center;
    background: #fff;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
}

.gsheet-header .gsheet-logo {
    position: relative;
    padding-right: 15px;
}

.gsheet-header .gsheet-logo-text {
    font-size: 22px;
    font-weight: 500;
    margin: 10px auto 0 0;
    position: relative;
    line-height: 28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.gsheet-header h1 span.title {
    font-size: 1em;
    font-weight: 600;
    background: #E95118;
    background: linear-gradient(to right, #E95118 0%, #EEB609 50%, #6EC833 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 10px;
}

.gsheet-header h1 span.pro {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 1px 10px;
    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%);
}

.gsheet-header h1 small {
    border-radius: 3px;
    padding: 0;
    font-size: 12px;
    color: #000 !important;
    margin-left: 10px;
    text-align: center;
    position: absolute;
    left: -9px;
    bottom: 25px;
}

.gsheet-header .gsheet-logo i {
    font-size: 28px;
    line-height: 40px;
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background: url(../img/gsheet-logo.svg) no-repeat center !important;
    background-size: 37px auto !important;
}

.gf-system-Error-logs {
    padding: 2rem;
}

/* Top Header //////////*/
.gsheet-header ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    list-style: none;
}

.gsheet-header ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gsheet-header ul li i {
    font-size: 17px;
}

.gsheet-header ul li a {
    color: #666;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashicons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gsheet-header ul li a:hover {
    border: 1px solid #666;
}

.gsheet-header ul li a:hover i {
    color: #000;
}

.breadcrumb {
    max-width: 1280px;
    width: 100%;
    margin: 20px auto;
}

.notes {
    padding: 0 0 0 238px;
    margin-bottom: 18px;
    display: flex;
    color: #666;
    font-size: 13px;
}

.notes p {
    margin-top: 0;
}

.notes2 {
    display: inherit;
    background: #eee;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 15px;
}

.nav-tab-wrapper,
.wrap-gsc div.nav-tab-wrapper,
.nav-tab-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 3px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    max-width: 1280px;
    width: 100%;
    margin: 0px auto 20px;
    box-sizing: border-box;
    border-bottom: none;
    padding-left: 5px;
}

.sub-nav-bar {
    max-width: 1280px;
    width: 100%;
    margin: 5px auto 20px;
    background: #e8edf2;
    display: flex;
    gap: 6px;
}

.sub-nav-bar a.sub-nav-tab {
    background: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    color: #333;
    font-weight: 500;
    text-decoration: none;
}

.sub-nav-bar a.sub-nav-tab-active {
    background: #c1e0ff;
    font-weight: bold;
}

.nav-tab {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background: #eee;
    border-radius: 5px;
    border: none;
}

a:hover.nav-tab {
    background: #e0f0ff;
    border: none;
}

.nav-tab:hover,
.nav-tab:focus,
a.nav-tab.nav-tab-active {
    background: #e0f0ff;
}

a.nav-tab img {
    margin-right: 8px;
}

.wrap-gsc {
    max-width: 1280px;
    margin: 0 auto !important;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
}

.row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.row label {
    width: 220px;
    text-align: left;
}

.row span {
    padding-left: 10px;
    display: inline-block;
}

.forms-detail {
    padding: 2rem;
    box-sizing: border-box;
}


#cf7gscpro .postbox-header h2,
#submitdiv h2 {
    padding: 5px 10px;

}

.gsc-service-success {
    background-color: #eee;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 20px 30px;
    margin: 0px 0 30px;
    font-size: 14px;
}

.service-email {
    color: #6085cd;
}

.wrap-gsc .postbox-header {
    background: #f2f7fd !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 5px;
}

.wrap-gsc .postbox {
    border: none;
}

.wrap-gsc .postbox .inside {
    padding: 0;
}

.wrap-gsc .postbox table.widefat {
    border: 1px solid #e2e8f0 !important;
}

.postbox {
    border: none;
}

.postbox table.widefat {
    border: 1px solid #e2e8f0 !important;
}

.postbox table.widefat tr:nth-child(odd) {
    background-color: #f2f7fd !important;
}

.misc-pub-section {
    padding: 5px 10px;
}


/* Input New CSS */
.wrap-gsc input[type="text"],
.wrap-gsc input[type="password"],
.wrap-gsc input[type="date"],
.wrap-gsc input[type="datetime-local"] {
    border: 1px solid #d8d8d8;
    padding: 4px 10px;
    min-height: 44px;
    line-height: 1.25rem;
    color: #64748b;
    font-size: 15px;
    font-weight: 400;
    background-color: #fff;
    border-radius: 5px;
    max-width: 490px;
    margin-right: 10px;
    width: 100%;
}

.wrap-gsc input[type="text"]:focus,
.wrap-gsc input[type="password"]:focus,
.wrap-gsc input[type="date"]:focus {
    border: 1px solid #c9c9c9;
    box-shadow: 0 0 5px #dddd;
}

.wrap-gsc select {
    padding: 7px 28px 7px 10px !important;
    line-height: 1.25rem !important;
    color: #64748b !important;
    background-color: #fff !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 5px !important;
    height: 44px !important;
    background-position: right 10px center !important;
    margin-right: 10px !important;
    max-width: auto;
}

.wrap-gsc select:focus {
    border: 1px solid #c9c9c9 !important;
    box-shadow: 0 0 5px #dddd !important;
}

.gsc-service-json {
    width: 100%;
    border: 1px solid #d8d8d8 !important;
    border-radius: 5px !important;
}

.edddisplayLogs {
    margin-top: 1rem;
}

.file-setting select {
    min-width: 160px;
}

.connected-account.row {
    margin-top: 30px !important;
}
/* Button CSS //////////*/
.frmgsc-logs,
#gs-update-license,
#copy-logs-btn,
#gs-sync-multi {
    display: inline-block;
    padding: 5px 15px;
    background-color: #fff;
    color: #949494;
    border: 1px solid #949494;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 5px;
    transition-property: color;
    transition-property: background;
    transition-duration: .4s;
    -webkit-transition-duration: 0.4s;
    transition-timing-function: ease-in-out, ease-out;
}

.frmgsc-logs:hover,
.gsc-cf7free-logs:hover, 
.closeView:hover,
#copy-logs-btn:hover,
#gs-update-license:hover,
#gs-sync-multi:hover {
    color: #fff;
    background: #949494;
}

#gs-sync {
    cursor: pointer;
}

#copy-logs-btn {
    padding: 10px 20px;
    font-weight: bold;
    margin: 20px 0 0px;
    cursor: pointer;
}
.frmn-row .edit-feed,
#add-new-feed,
.sync-btn,
#save-gs-formntr-code,
.wrap-gsc .button-secondary,
.wrap-gsc .button-primary {
    font-size: 15px !important;
    font-weight: 500 !important;
    border: none !important;
    padding: 11px 15px;
    min-width: 200px;
    height: 43px;
    line-height: 18px !important;
    text-align: center;
    background: #199436 !important;
    min-height: 28px;
    border-radius: 5px;
    color: #fff !important;
    cursor: pointer;
    transition-property: color;
    transition-property: background;
    transition-duration: .4s;
    -webkit-transition-duration: 0.4s;
    transition-timing-function: ease-in-out, ease-out;
}

.frmn-row .edit-feed:hover,
#add-new-feed:hover,
#save-gs-formntr-code:hover,
.sync-btn:hover,
.wrap-gsc .button-secondary:hover,
.wrap-gsc .button-primary:hover {
    color: #fff !important;
    background: #22af43 !important;
}


#deactivate-log,
#save-gs-code {
	position:relative;
	top:-7px;
}

.google-sheets-button,
.back-button,
.update-btn,
.save-btn,
.action-btn,
#save-gf-reset,
#gs-gf-deactivate-auth,
#close-feed,
#viewsheet {
    font-size: 15px !important;
    font-weight: 500 !important;
    border: 1px solid #199436 !important;
    padding: 0 15px;
    min-width: 200px;
    height: 43px;
    text-align: center;
    background: #fff !important;
    min-height: 28px;
    border-radius: 5px;
    color: #199436 !important;
    cursor: pointer;
    transition-property: color;
    transition-property: background;
    transition-duration: .4s;
    -webkit-transition-duration: 0.4s;
    transition-timing-function: ease-in-out, ease-out;
    margin-right: 10px;
}
.google-sheets-button {
	line-height:40px;
}
 
.google-sheets-button:hover,
.back-button:hover,
.update-btn:hover,
.save-btn:hover,
#save-gf-reset:hover,
#gs-gf-deactivate-auth:hover,
#close-feed:hover,
#viewsheet:hover {
    color: #fff !important;
    background: #22af43 !important;
    border: 1px solid #22af43 !important;
}

.extensions-list,
.system-general_setting {
	padding:2rem;
	box-sizing: border-box;
}

.license-tooltip {
    display: flex;
}

.lexpire i {
    font-size: 18px;
    color: #22af43;
}

.download-orders {
    margin-right: 10px !important;
}

/* System Status Tab */
.system-statuswc {
    border: none !important;
    box-shadow: 0 0 0 !important;
    padding: 2rem !important;
}
.system-statuswc .system-statuswc {
    padding: 0rem !important;
}

.system-Error {
    border: none !important;
    box-shadow: 0 0 0 !important;
    padding: 0 !important;
}
.copy {
    margin-left: 0 !important;
}

.system-statuswc h4 .dashicons,
.system-statuswc h2 .dashicons {
    color: #6085cd !important;
    border: 1px solid #e2e8f0 !important;
}

.info-button {
    color: #333 !important;
    font-weight: 600 !important;
    background-color: #f2f7fd !important;
    border: 1px solid #e2e8f0 !important;
}

.info-content h3 {
    color: #6085cd !important;
    margin: 0px 0 10px 5px !important;
}

.info-content tr:nth-child(odd) {
    background-color: #f2f7fd !important;
}

.info-content td {
    font: 13px Montserrat, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 500;
    padding: 10px !important;
}

.database-table {
	padding:2rem;
}

.info-content {
    box-sizing: border-box;
    padding: 0 0 30px !important;
    border: none !important;
}

.info-content table {
    width: 100%;
    border-collapse: collapse;
}

.info-content td {
    padding: 10px !important;
    word-break: break-all;

    border: 1px solid #e2e8f0;
}

.info-content td:nth-child(1) {
    font-weight: bold;
}

.info-content tr:last-child td {
    border-bottom: 1px solid #e2e8f0 !important;
}

/* Extension Page CSS */
.loading {
    background-image: url(../img/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;
}


/* Tooltip New CSS Final */
.tooltip {
    position: relative;
    cursor: pointer;
    text-align: left;
}

.tooltip:after,
.tooltip:before {
    opacity: 0;
    pointer-events: none;
    bottom: 100%;
    left: 50%;
    position: absolute;
    z-index: 10;
    transform: translate(-50%, 10px);
    transform-origin: top;
    transition: all 0.18s ease-out 0.18s;
}

.tooltip:after {
    background-color: #fff;
    border: 1px solid #cfd8e2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    content: attr(data-tooltip);
    padding: 20px;
    color: #666e81;
    border-radius: 5px;
    white-space: nowrap;
    margin-bottom: 11px;
}

.tooltip:before {
    width: 0;
    height: 0;
    content: "";
    margin-bottom: 6px;
}

.tooltip:hover:before,
.tooltip:hover:after {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.tooltip .dashicons-editor-help {
    margin-left: 10px;
}

[data-tooltip-pos="up"]:before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #607dbc;
    margin-bottom: 4px;
}

[data-tooltip-pos="down"]:before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #607dbc;
    margin-left: 1px;
    margin-top: 3px;
}

[data-tooltip-pos="right"]:before {
    border-top: 8px solid transparent;
    border-right: 8px solid #607dbc;
    border-bottom: 8px solid transparent;
    margin-left: 5px;
}

[data-tooltip-pos="left"]:before {
    border-top: 8px solid transparent;
    border-left: 8px solid #607dbc;
    border-bottom: 8px solid transparent;
    margin-right: 3px;
}

[data-tooltip-pos="down"]:before,
[data-tooltip-pos="down"]:after {
    bottom: auto;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -10px);
}

[data-tooltip-pos="down"]:after {
    margin-top: 11px;
}

[data-tooltip-pos="down"]:hover:before,
[data-tooltip-pos="down"]:hover:after {
    transform: translate(-50%, 0);
}

[data-tooltip-pos="left"]:before,
[data-tooltip-pos="left"]:after {
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translate(10px, -50%);
}

[data-tooltip-pos="left"]:after {
    margin-right: 11px;
}

[data-tooltip-pos="left"]:hover:before,
[data-tooltip-pos="left"]:hover:after {
    transform: translate(0, -50%);
}

[data-tooltip-pos="right"]:before,
[data-tooltip-pos="right"]:after {
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translate(-10px, -50%);
}

[data-tooltip-pos="right"]:after {
    margin-left: 11px;
}

[data-tooltip-pos="right"]:hover:before,
[data-tooltip-pos="right"]:hover:after {
    transform: translate(0, -50%);
}

[data-tooltip-length]:after {
    white-space: normal;
}

[data-tooltip-length="small"]:after {
    width: 150px;
}

[data-tooltip-length="medium"]:after {
    width: 250px;
}

[data-tooltip-length="large"]:after {
    width: 350px;
}

[data-tooltip-length="fit"]:after {
    width: 450px;
}

.tooltip {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    font-weight: 500;
    color: #666;
}

/* Message Type ///////////////////////////*/
.msg {
    font-size: 14px;
    font-weight: 500;
    padding: 15px 35px 15px 20px;
    border: 1px solid #ccc;
    margin: 1rem 0;
    max-width: 100%;
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: flex-start;
}

.msg p {
    margin: 0;
    line-height: 22px;
}

.msg i {
    font-size: 18px;
    margin-top: 5px;
    margin-right: 10px;
}

.gsc-section .msg {
    margin: 1rem 0rem 2rem;
}

.msg a.close {
    font-size: 32px;
    position: absolute;
    right: 10px;
    color: #333;
}

.msg a.close svg {
    width: 22px;
}

.msg 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;
}


/* Footer ////////////////////////*/
.gsheetconnect-footer-promotion {
  color: #50575e;
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 0px;
  right: 0;
  padding: 10px 20px;
  z-index: 1;
}
.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-links li {
  margin: 0px 10px 15px;
  padding: 0;
  position: relative;
}
.gsheetconnect-footer-promotion-links li::before {
  content: "/";
  font-size: 11px;
  position: absolute;
  right: -13px;
  top: 0;
}
.gsheetconnect-footer-promotion-links li:last-child::before {
  display: none;
}

.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;
}
.gsheetconnect-footer-promotion-social li a:hover {
  color: #516f7a;
}

.gsheetconnect-footer-promotion p {
  margin: 0 0 10px;
  font-weight: bold;
}
#wpbody-content {
  padding-bottom: 165px;
  min-height: 700px;
}
.special_mail_tags_bg {
  background: #cde3f8!important;
}

.field_list_bg {
  background: #fff !important;
}

.forminatorgs-color-code {
  width: 100%;
  display: flex;
  padding: 10px;
  box-sizing: border-box;
  margin: 0px 0 20px;
  background: #fff;
}

.forminatorgs-color-code .Fl {
  height: 20px;
  width: 20px;
  background-color: #f5f5f5;
  float: left;
  display: inline-block;
  margin-left: 15px;
  margin-right: 5px;
  border: 1px solid #333;
}
.forminatorgs-color-code .SM {
  height: 20px;
  width: 20px;
  background: #e2eded;
  color: #0000;
  float: left;
  display: inline-block;
  margin-left: 15px;
  margin-right: 5px;
  border: 1px solid #333;
}
.drop-down-select-btn {
  display: flex;
  align-items: center;
}

/* GsheetConnector Addons */
.gsheetconnector-addons-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gsheetconnector-list-item {
  background-color: #fff;
  border: 1px solid #ddd;
  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: 24%;
  height: 210px;
}
.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;
}

.highlight .new {
  background: #f10a0a;
  width: 103px;
  padding: 5px;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  position: absolute;
  right: -27px;
  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 {
  height: 78px;
  padding: 8px 0;
  border: 1px solid #eee;
}
.addon-item-meta-title a {
  font-size: 14px;
  font-weight: 600;
  color: #039436;
  padding-bottom: 10px;
  display: block;
}
.addon-item-meta-title a:hover {
  color: #516f7a;
}

.addon-item-header-meta-excerpt {
  color: #646970;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.addon-item-footer {
  padding: 15px;
  display: flex;
  background: #f6f6f6;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
  min-height: 57px;
}

.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;
}

td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 10px;
}

/* Pro Version Popup ///////////////*/
.popup-outer {
  width: 100%;
  height: 100%;
  display: block;
  conent: "";
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.4s;
}
.popup-container {
  position: fixed;
  margin: 0 auto;
  top: 30%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  border: 1px solid #eee;
  z-index: 999;
  max-width: 450px;
}
.align-center {
  text-align: center;
}
.popup-content {
  padding: 40px;
}
.popup {
  display: none;
}
.popup.active {
  display: block;
}
.popup h2 {
  margin: 0 0 30px;
  padding: 0;
  font-size: 30px;
  line-height: normal;
  text-align: center;
}
.popup p {
  margin: 0 0 30px;
  padding: 0;
  font-size: 20px;
  text-align: center;
}
.popup p.note {
  margin: 0px;
  padding: 20px 30px;
  font-size: 16px;
  text-align: center;
  background: #fcf9e8;
  border-radius: 10px;
}
.popup p.note strong {
  color: #00a32a;
}

.popup-btn-normal {
  margin: 20px 0;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 500;
  color: #873d10;
  text-align: center;
  border-radius: 5px;
  background: #ffd700;
  border: none;
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
}
.popup-btn-normal:hover {
  background-color: #ffa500;
  color: #fff;
}
.popup-content .popup-icon {
  font-size: 30px;
}

.popup-close {
  background: none;
  border: none;
  font-size: 20px;
  color: #000;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.system-debug-logs {
  opacity: 0.75;
}
input.button.button-primary.button-large.debug-logs-save {
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  padding: 8px 20px !important;
  font-weight: bold;
  border: none;
  background: #5fb78c;
}

.gscpermission-notgiven {
  color: #d63638;
  font-weight: bold;
}
.gscpermission-given {
  color: #479c4b;
  font-weight: bold;
}

/*form feed dashborad CSS*/
.from-feed-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  background: #eee;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #eee;
  box-shadow: 0 2px 0 0 #e6e6e6;
  margin: 2rem;
  box-sizing: border-box;
}

.from-feed-header img {
  width: 128px;
  height: auto;
  margin: 0 5% 0 0;
}

.forms-counter {
  font-size: 14px;
  width: 260px;
  padding-top: 10px;
  font-weight: bold;
}
.forms-counter span {
  font-size: 45px;
  display: block;
  padding-bottom: 20px;
}
.submissions {
  margin-left: auto;
  margin: 10px 0 0 10%;
  font-weight: bold;
}
.submission-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.search-container {
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-radius: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 35px;
  background: #fff;
  margin-top: 20px;
}
.search-container:hover {
  border: 1px solid #333;
}


.search-container input,
.search-container input:focus {
  border: none !important;
  outline: none;
  padding:0 !important;
  box-shadow: 0 0 0;
  min-height: auto !important;
}

.search-container button {
  float: right;
  padding: 3px 10px;
  margin-top: 0px;
  background: none;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.search-container button:hover i {
  color: #666;
}

.forminator-forms-list-row {
  width: 95%;
  padding: 10px 20px;
  margin: 2rem;
  border-radius: 10px;
  box-sizing: border-box;
  background: #efefef;
  border: 1px solid #eee;
  box-shadow: 0 2px 0 0 #e6e6e6;
}
.add-feed-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.add-feed-row .id-no {
  width: 30px;
  text-align: left;
  font-weight: bold;
}
.add-feed-row .form-name {
  width: 50%;
  font-size: 18px;
  text-align: left;
  margin-right: auto;
}
.sui-button {
  margin-left: auto;
}
.to-googlesheet-btn {
  margin-right: 20px;
}

.gsheet-header .gsheet-logo {
  position: relative;
  padding-right: 15px;
}
.gsheet-header .gsheet-logo-text {
  font-size: 22px;
  font-weight: 500;
  margin: 5px auto 0 0;
  position: relative;
}
.gsheet-header h1 small {
  border-radius: 3px;
  padding: 0;
  font-size: 10px;
  color: #000 !important;
  margin-left: 10px;
  text-align: center;
  position: absolute;
  left: -11px;
  bottom: 20px;
}
.connected-account.row {
    position: relative;
    top: -15px;
}
.gsheet-header .gsheet-logo i {
  background: url(../img/gsheet-logo.svg) no-repeat center !important;
  background-size: 25px 35px !important;
  display: block;
}
.gsheet-header h1 {
  color: #1d2327;
  font-size: 2em;
  margin: 0 0 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.gsheet-header h1 span {
  background: #e95118;
  background: linear-gradient(to right, #e95118 0%, #eeb609 50%, #6ec833 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gsheet-header a.gsheet-help,
.gsheet-header a:focus.gsheet-help {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5px;
  padding: 0 3px;
  color: #858b90;
  border: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background: none !important;
  position: absolute;
  right: 25px;
  top: 10px;
}
.gsheet-header a.gsheet-help i {
  font-size: 34px;
}
.gsheet-header .gsheet-logo i {
  font-size: 28px;
  line-height: 40px;
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: linear-gradient(-135deg, #f080f3, #202687);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.divider-gsc {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #7f868d;
  margin: 0 5px;
}

.modules-gsc {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #242628;
}

.loading {
  background-image: url("../img/ajax-loader.gif");
  background-position: 50% 80%;
  background-repeat: no-repeat;
  width: 10px;
}

.loading-select {
  background-image: url("../img/ajax-loader.gif");
  background-position: 50% 80%;
  background-repeat: no-repeat;
  width: 10px;
}
.formntr-setting-field label {
  line-height: 1.3;
  font-weight: 600;
  color: #23282d;
  font-size: 14px;
  margin-right: 10px;
}

.log-setting {
  padding-top: 20px;
}
.gs-tab {
  margin-top: 40px;
}
.gs-tab label {
  font-size: 14px;
}

.formntr-valid-message {
  font-weight: bold;
  color: green;
}

.wp-sync-row {
  font-style: italic;
  margin-right: 25px;
  background: #f3f3f3;
  padding: 10px;
}
a#gs-formntr-sync {
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
}
input#formntrcommerce-setting-google-access-code {
  width: 24em;
  height: 2.4em;
}
.formntr-gs-alert-kk {
  color: #676e69;
  font-size: 15px;
  padding-bottom: 15px;
  font-weight: 500;
}
.gs-valid-message {
  font-weight: bold;
  color: green;
}
.formntrcommerce-debug-view,
.debug-clear {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
.divider {
  margin: 30px 0px;
}
p.formntr-setting-field.log-setting.notice-kk {
  color: red;
  font-size: 15px;
}
p.save-notify-kk {
  color: #e27730;
}

.card-wp {
  position: relative;
  margin-top: 20px;
  padding: 0.7em 2em 1em;
  min-width: 294px;
  max-width: 736px;
  border: 1px solid #b5bfc9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  background: #f6f7f7;
  height: 50%;
  border-radius: 6px;
  pointer-events: none;
}

span.gsheet-valid-message {
  font-weight: 600;
  color: #2f9a34;
}
.li-formntr-header {
  position: relative;
  margin: 5px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 4px;
  width: 180px;
  display: inline-block;
}

.text_heading {
  border: 1px solid #e5e5e5;
  padding: 16px 41px;
  border-radius: 10px;
}

.col-12 {
  margin: 25px 0;
}
input#save-gs-formntr-code {
  background-color: #17a8e3;
  border-color: #e27730;
  color: #fff;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  margin: 20px 0px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  box-shadow: none;
  padding: 9px 12px;
  margin-top: 35px;
}
input.formntr-save-btn {
  font-weight: 600;
  cursor: pointer;
  background: #17a8e3;
  color: #fff;
  border-color: #cec2bb;
  padding: 10px;
  margin-top: 35px;
  font-size: 15px;
  border-radius: 5px;
}
span.formntr-pointer {
  cursor: pointer;
}
.gs-formntr-fields select {
  width: 250px;
}
.gs-formntr-fields {
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  background: #fff;
  padding: 6px 10px;
  margin-top: 25px;
  border-radius: 10px;
  width: initial;
}
.gs-formntr-fields input {
  width: 160px;
  background-color: #17a8e3;
  color: #ffff;
  height: 32px;
  border-radius: 5px;
}
.gs-formntr-fields label {
  margin: 0 10px 0 10px;
  float: left;
  width: 190px;
  font-size: 14px;
}
.sheet-details.nav-tab-active {
  background-color: #ffff;
  font-weight: 500;
}

.gs-formntr-in-fields {
  background: #fff;
  padding: 30px;
  overflow: hidden;
}
.gs-formntr-cards {
  float: left;
  width: 22%;
  background: #fff;
  margin: 4px;
  padding: 20px 10px;
  text-align: center;
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  font-size: 14px;
}
.gs-name span {
  display: none;
  position: absolute;
  border-radius: 5px 5px;
  left: 350px;
  margin-left: 0;
  z-index: 999;
}
.gs-name:hover {
  color: #00a0d2;
}
.gs-name:hover span {
  display: inline-block;
  width: 300px;
  margin-top: 20px;
  z-index: 1001;
}
.hover-data {
  padding: 5px;
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}

span.title1 {
  color: #199436;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
}
span.title {
  color: #4aa94f;
  font-size: 16px;
}
.card {
  position: relative;
  margin-top: 20px;
  padding: 0.7em 2em 1em;
  width: 58%;
  border: 1px solid #b5bfc9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  background: #ffffff;
  height: 50%;
  min-width: 645px;
}
.card1 {
  position: relative;
  margin-top: 20px;
  padding: 0.7em 1.3em 1em;
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  background: #fff;
}

.formntr-panel-content-section-title h3 {
  font-size: 16px;
  color: #4aa94f;
  padding-bottom: 10px;
}
.wp-formSelect {
  float: left;
  padding-right: 20px;
  padding-left: 25px;
}
.wp-valid-notice {
  font-weight: 500;
}
.wp-select {
  padding: 11px 0px 0px 0px;
}


input:disabled {
  background-color: rgb(235, 235, 228);
}

.formntr-header {
  list-style-type: none;
  margin: 10px 8px 8px;
  padding: 15px;
  border: 1px solid #ddd;
}
/* ---------- end tooltip for deactivate msg ----------*/

.demo-block span {
  margin: 20px 0 20px 10px;
  font-weight: 700;
  color: #4aa94f;
  font-size: 15px;
}
.demo-block p label {
  margin: 0 9px 0 11px;
  float: left;
  width: 22%;
  font-size: 14px;
  font-weight: 600;
}


.log-setting h2.title {
  max-width: none;
  font-weight: 700;
  color: #4aa94f;
  font-size: 16px;
  text-align: center;
}

.card-support {
  position: relative;
  margin-top: 20px;
  padding: 0.7em 1.3em 1em;
  width: 100%;
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  background: #fff;
  margin-left: 19px;
}
.column {
  align-self: flex-start;
  min-width: 46%;
  float: left;
  width: 25%;
  height: 250px;
  padding: 10px;
}
.video_link a {
  text-decoration: none;
  color: #000;
  font-size: 20px;
}
.doc_wrap {
  margin-top: 40px;
}

i.fa.fa-life-ring {
  font-size: 30px;
  color: #019ee1;
  margin: -4px 10px 0px 10px;
  float: left;
}
i.fa.fa-book {
  font-size: 30px;
  color: #019ee1;
  margin: -4px 10px 0px 10px;
  float: left;
}

.support-block h2 {
  padding-bottom: 15px;
}

#formntr-gs-system-info {
  width: 800px;
  height: 400px;
}

.collapsible {
  background-color: #4aa94f;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: 1px solid #9a9a9a;
  text-align: left;
  outline: none;
  font-size: 16px;
  font-weight: 500;
}

.active,
.collapsible:hover {
  background-color: #4aa94f;
}
button.collapsible:after {
  content: "\002B";
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
button.collapsible.active:after {
  content: "\2212";
}
.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.tab-full {
  margin: 20px;
}
.faq-content {
  padding-top: 20px !important;
}

#cf7gs-system-info {
  width: 800px;
  height: 400px;
}

.content ul {
  padding: 10px 20px;
  list-style-type: square;
}

.special input[type="checkbox"],
input[type="radio"] {
  border: 1px solid #b4b9be;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 16px;
  margin: -4px 4px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 16px !important;
  min-width: 16px;
  -webkit-appearance: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: 0.05s border-color ease-in-out;
}

input.name-field {
  width: 120px;
}

input:disabled {
  background-color: rgb(235, 235, 228);
}

.cd-faq-items .pro {
  color: #ff4747;
}

.gs-demo-fields span {
  margin: 20px 0 20px 10px;
  font-size: 15px;
}
.wp-core-ui .button-primary.hover,
.wp-core-ui .button-primary:hover,
.wp-core-ui .button-primary.focus,
.wp-core-ui .button-primary:focus {
  color: #fff;
}
.wp-core-ui .button-primary {
  /* background: #17a8e3; */
  /* border-color: #17a8e3; */
  color: #fff;
  text-decoration: none;
  text-shadow: none;
}
.gs-second-block h2 span.gs-info,
.gs-third-block h2 span.gs-info,
span.gs-info {
  font-size: 14px;
  font-style: italic;
  color: #333;
  font-weight: 400;
}

/* Table css */
.info-content td {
  padding: 10px !important;
  word-break: break-word;
}
.info-content td:first-child {
  font-weight: bold;
}
.info-content {
  box-sizing: border-box;
}
.info-content tr:last-child td {
  border-bottom: 1px solid #dddddd !important;
}
.info-content td,
.info-content th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 10px;
}

table.gs-field-list {
  margin-left: 30px;
}
table.gs-field-list.special {
  margin: 0px;
}
td.gs-r-pad {
  padding-right: 10px;
}

.gs-third-block .gs-field-list td:nth-child(2),
.gs-third-block .gs-field-list td:nth-child(5),
.gs-second-block .gs-field-list td:nth-child(2) {
  font-weight: 600;
}

input[type="checkbox"] {
  background-color: rgb(235, 235, 228) !important;
}

.soon {
  height: 75px;
  width: 85px;
  margin-left: 430px;
}

input.formntr-sync-btn {
  font-weight: 600;
  background: #17a8e3;
  color: #fff;
  border-color: #cec2bb;
  padding: 10px;
  margin-top: 35px;
  margin-left: 100px;
  font-size: 15px;
  border-radius: 5px;
}

.connected-account u {
  color: #1d9838 !important;
}
.connected-account {
  margin-top: -5px !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
  color:#0085ba;
}
.connected-account label {
	font-size:14px;
	color:#333;
}

.freeze_header_option {
  margin-left: 27px;
  font-size: 15px;
  color: #17a8e3;
  font-weight: bold;
}
.gs-formntr-in-fields label {
  color: #17a8e3;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
}

.wg_api_option {
  display: flex;
  margin-bottom: 20px;
}
.wg_api_label {
  width: 50%;
}
.wg_api_input {
  width: 50%;
}
.wg_api_input input {
  width: 100%;
}
.gs-formntr-save {
  background-color: #17a8e3; 
  border: none;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  margin-right: 30px;
}
.gs-formntr-save:hover {
  background-color: #17a8e3;
}

input#save-formntr-reset {
  background-color: #17a8e3;
  border: none;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  margin-right: 30px;
}

input#save-formntr-reset:hover {
  background-color: #17a8e3;
}
input#gs-formntr-deactivate-auth {
  float: right;
  margin-left: 50%;
  background-color: white;
  color: black;
  border: 2px solid #17a8e3;
  padding: 10px 32px;
  cursor: pointer;
}
input#gs-formntr-deactivate-auth:hover {
  background-color: #17a8e3;
  color: #ffffff;
}

img.colorpick-eyedropper-input-trigger {
  display: none;
}

.dropdownoption select {
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  border-color: #17a8e3;
  font-weight: bold;
  margin-left: 40px;
}
.dropdownoption label {
  font-weight: bold;
  color: #17a8e3;
}

.wg_api_option_auth_url {
  background-color: white;
  color: #17a8e3;
  border: 2px solid #17a8e3;
  padding: 10px 32px;
  cursor: pointer;
  border-radius: 10px;
  text-decoration: none;
}

.wg_api_option_auth_url a {
  text-decoration: none;
}

.sync-img {
  width: 55%;
}

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.switch-field label {
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 4px 8px;
  margin-right: -4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
  cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #17a8e3;
  box-shadow: none;
  color: #fff;
}

.switch-field label:first-of-type {
  border-radius: 20px 0 0 20px;
}

.switch-field label:last-of-type {
  border-radius: 0 20px 20px 0;
}

.switch-label {
  float: left;
  width: 45%;
  display: inline-block;
}

.switch-label input {
  width: 100%;
}

.switch-label span {
  min-height: 30px;
  display: block;
}

.li-formntr-header .switch-field {
  float: right;
  display: inline-block;
  width: 50%;
  text-align: right;
  margin-top: 10px;
  margin-right: 4px;
}

.li-formntr-header {
}

.switch-field input:checked + label.switch-label-no {
  background-color: #3c2b39;
}

.switch-checkAll {
  width: 100%;
  margin-bottom: 15px;
  margin-left: 15px;
}
.switch-checkAll-label {
  margin-right: 33px;
  margin-top: 5px;
  margin-left: 20px;
  font-weight: 700;
}

.sync-loader {
  position: relative;
  top: 4px;
}
.gs-formntr-tabs-set {
  overflow: auto;
  position: relative;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
  background: #fff;
  border-radius: 10px;
  width: initial;
}

.gs-formntr-header-set {
  position: relative;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
  background: #fff;
  border-radius: 10px;
  width: initial;
}

.gs-formntr-google-set {
  position: relative;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
  background: #fff;
  border-radius: 10px;
  width: initial;
}

.gs-formntr-google-syc-set {
  position: relative;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
  background: #fff;
  border-radius: 10px;
  width: initial;
}

.gs-formntr-list-set {
  text-decoration: none;
}

.mini_mize,
.maxi_mize {
  float: right;
  margin-right: 2%;
  color: #17a8e3;
}
.maxi_mize {
  display: none;
}

/* tool tip - formntrcommerce settings */
.tooltip-set {
  position: relative;
  display: inline-block;
}

.tooltip-set .tooltiptext-set {
  visibility: hidden;
  width: 357px;
  background-color: #ffffff;
  color: #17a8e3;
  text-align: left;
  border-radius: 12px;
  padding: 7px 7px;
  position: absolute;
  z-index: 1;
  border: 1px solid #17a8e3;
}
span.tooltiptext-set.tooltip-right-set {
  font-size: 14px;
  font-weight: 500;
}
.tooltip-right-set {
  top: 22px;
  left: -850%;
}
.tooltip-right-set::after {
  content: "";
  position: absolute;
  top: -7%;
  right: 50%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #17a8e3 transparent;
}
.tooltip-set:hover .tooltiptext-set {
  visibility: visible;
  opacity: 1;
}
i.gsformntr-helop-icon.fa.fa-question-circle {
  font-size: 17px;
  margin-left: 5px;
  color: #17a8e3;
}
.sync-card {
  width: 47%;
}
.download-card {
  width: 47%;
}
.gs-formntr-syn-drop {
  float: left;
  width: 60%;
}
.gs-formntr-syn-btn {
  float: right;
  width: 30%;
}
.gs-formntr-download-drop {
  float: left;
}
.gs-formntr-download-btn {
  float: right;
}
.per_not_allo {
  color: #d75656;
  font-size: 15px;
  float: right;
  width: 63%;
  font-weight: 500;
}
div#googlesheet {
  width: 100%;
  max-width: initial;
  border-radius: 0px;
  margin-bottom: 15px;
  background: #fff;
  border:none;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05);
}
input#_gs_formntr_setting_create_sheet {
  background-color: #ebdfe9;
  width: 250px;
  color: #000000;
}

.gs-formntr-list-set4 .gs-formntr-cards {
  width: 22%;
}

.error_gsformntr {
  color: red;
  font-weight: 500;
  margin-left: 20px;
}

/* Style for modal overlay */
.frmn-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

/* Style for modal content */
.frmn-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

/* Style for submit button */
.frmn-modal-content input[type="submit"] {
  cursor: pointer;
  margin-left: 220px;
}


/* Advanced CSS technique for form input focus state */
.frmn-modal-content input[type="text"]:focus {
  border-color: #4caf50;
  box-shadow: 0 0 3px #4caf50;
}

/* Styles for the main section */
.frmn-main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.frmn-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}

.frmn-btn,
.frmn-close-btn,
.frmn-gs-btn,
.frmn-gs-sub-btn {
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: inherit;
  text-align: center;
  text-decoration: none;
  background-color: #f8f9fa;
  color: #6b7278;
  border: 1px solid #7f868d;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.frmn-btn:hover,
.frmn-close-btn:hover,
.frmn-gs-btn:hover,
.frmn-gs-sub-btn:hover {
  color: #069de3;
  border-color: #069de3;
  background: #f8f9fa;
}
.frmn-bread-crumb {
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0 40px;
}
.frmn-bread-crumb button {
  margin-right: 10px;
}

.frmn-close-btn {
  border: 1px solid #7f868d;
  background: #f8f9fa;
  font-size: 15px;
  cursor: pointer;
  color: #6b7278;
}

.frmn-close-btn:hover {
  color: #069de3;
  border-color: #069de3;
  background: #f8f9fa;
}

/* Styles for the add feed popup */
.add-feed-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.add-feed-popup-container {
  width: 400px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  padding: 20px;
  position: relative;
}

.add-feed-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.add-feed-popup-header h3 {
  margin: 0;
}

.add-feed-popup-header .frmn-close-btn {
  border: 1px solid #7f868d;
  background: #f8f9fa;
  font-size: 15px;
  cursor: pointer;
  color: #6b7278;
}
.add-feed-popup-header .frmn-close-btn:hover {
  color: #069de3;
  border-color: #069de3;
  background: #f8f9fa;
}

.add-feed-popup-body {
  margin-top: 20px;
}

.add-feed-popup-body label {
  display: block;
  margin-bottom: 10px;
}

.add-feed-popup-body input[type="text"] {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 16px;
}

.add-feed-popup-footer {
  margin-top: 20px;
  text-align: right;
}

.add-feed-popup-footer input[type="submit"] {
  background-color: #f8f9fa;
  border: 1px solid #7f868d;
  color: #6b7278;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

.add-feed-popup-footer input[type="submit"]:hover {
  color: #069de3;
  border-color: #069de3;
  background: #f8f9fa;
}

#success-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.message-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.frmn-row table {
  width: 100%;
  border-collapse: collapse;
}

.frmn-row th,
.frmn-row td {
  padding: 8px;
  text-align: left;
}

.frmn-row th {
  background-color: #f2f2f2;
  color: #333;
}

.frmn-row td button {
  border: none;
  color: white;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 5px;
}
.frmn-row .delete-feed {
  display: inline-flex;
  line-height: 38px;
  height: auto;
  min-height: 30px;
  padding: 0 20px;
  color: #fff;
  border: 1px solid #ef4749;
  border-radius: 3px;
  background: #ef4749;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.frmn-row .delete-feed:hover {
  color: #fff;
  border-color: #fb4f51;
  background: #fb4f51;
}

/* Style for the back button */
.back-button {
  background-color: #0073e6;
  color: #fff;
  padding: 8px 16px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.back-button:hover {
  background-color: #005bbf;
}

/* Style for the back icon */
.back-icon {
  margin-right: 6px; 
  font-size: 18px; 
}

/* Breadcrumb list styles */
.breadcrumb_frmntr {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumb_frmntr li {
  display: inline;
  margin-right: 5px;
}

/* Back button styles */
.back-button i {
  margin-right: 5px;
}

.back-button:hover {
  color: #516f7a;
  border-color: #516f7a;
  background: #fff;
}

.frmn-main-div {
  padding: 2rem;
  border-bottom: 1px solid #e2e8f0;
}

.dropdownoption-frmin {
  display: flex;
}
.card-wp-left {
  width: 80%;
}
.card-wp-right {
  width: 20%;
  margin-top: -12px;
}
.gs_frmin_dro_option {
  font-weight: 400;
}
.wp-die-message,
p {
  font-size: 13px;
  line-height: 1.5;
  margin: 0em 0;
}
/* Default styles for larger screens */
.wpform-gs-alert-kk {
  background-color: #fdfde0;
  border-radius: 5px;
  border: 1px solid #5fb78c;
  padding: 20px 30px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 30px;
}

.wpform-gs-alert-heading {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #242628;
}

.wpform-gs-alert-steps {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0px;
  list-style: none; /* Remove default list marker */
}

.wpform-gs-alert-steps li {
  margin-bottom: 7px;
  font-weight: 500;
  color: #7f868d;
  position: relative;
  margin-left: -19px;
}

.wpform-gs-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;
}

.wpform-gs-alert-permissions {
  list-style-type: none; /* Remove the default list marker */
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.wpform-gs-alert-note {
  font-style: italic;
  color: #ff0707;
}

/* Optional: Adjust font styles and colors as needed */
.button_forgsc img {
  position: relative;
  display: inline-block;
  top: 4px;
  left: 0px;
}
.inside p label {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #242628;
  line-height: 50px;
}
.view-button {
  background-color: #118515;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  margin-right: 10px;
}
.clear-button {
  background-color: #118515;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  margin-right: 10px;
  width: 80px;
}
input:disabled {
  background-color: rgb(235, 235, 228);
}
.hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 10px 0;
}
.buttonfor {
  padding: 4px 8px;
  font-size: 14px;
  border: 1px solid #ccc;
}

.two-col.frmgsc-math-box-help12 {
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 0;
  width: 100%;
  box-sizing: border-box;
}

.col.frmgsc-math-box12,
.col.frmgsc-math-box13 {
  position: relative;
  padding: 1.875rem;
  flex-basis: calc(50% - 0.5rem);
  border-radius: 6px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
}

.col.frmgsc-math-box12 {
  margin-right: 1rem;
}

.col.frmgsc-math-box12 header,
.col.frmgsc-math-box13 header {
  margin-bottom: 1rem;
}

.col.frmgsc-math-box12 h3,
.col.frmgsc-math-box13 h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  color: #4aa94f;
}

.frmgsc-math-box-content12,
.frmgsc-math-box-content13 {
  margin-top: 1rem;
}

.frmgsc-math-list-icon12,
.frmgsc-math-list-icon13 {
  list-style: none;
  padding-left: 0;
}

.frmgsc-math-list-icon12 li,
.frmgsc-math-list-icon13 li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 30px;
}

.frmgsc-math-list-icon12 li a,
.frmgsc-math-list-icon13 li a {
  display: flex;
  text-decoration: none;
  color: #7f868d;
}

.frmgsc-math-list-icon13 li a span {
  color: #000;
}

.frmgsc-math-list-icon12 li a:hover,
.frmgsc-math-list-icon12 li:hover span,
.frmgsc-math-list-icon12 li:hover strong,
.frmgsc-math-list-icon12 li:hover p,
.frmgsc-math-list-icon13 li a:hover,
.frmgsc-math-list-icon13 li:hover strong,
.frmgsc-math-list-icon13 li:hover p,
.frmgsc-math-list-icon13 li:hover span {
  color: #2271b1;
}

.frmgsc-math-list-icon12 li .icon-button,
.frmgsc-math-list-icon13 li .dashicons {
  background: none;
  border: none;
  padding: 0;
  margin-right: 1rem;
  position: absolute;
  left: 0;
  top: 2px;
}

.frmgsc-math-list-icon12 li .icon-button i,
.frmgsc-math-list-icon13 li .icon-button i {
  font-size: 24px;
  line-height: 36px;
  display: inline-block;
  color: #ccc;
  border-radius: 50%;
  background: #eee;
  height: 36px;
  width: 36px;
  text-align: center;
}

.frmgsc-math-list-icon12 li strong,
.frmgsc-math-list-icon13 li strong {
  color: black;
  font-weight: bold;
}

.frmgsc-math-list-icon12 li p,
.frmgsc-math-list-icon13 li p {
  margin: 0;
  color: #7f868d;
  font-weight: 450;
}

/* Alert container styles */
.alert-container {
  height: 30vh;
  margin-top: 20px;
}

/* Alert message styles */
.alert-message {
  background-color: #e1e1e1;
  border: 1px solid #bfbcbc;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  text-align: center;
  margin: 0 auto; /* Center horizontally */
}

/* Alert icon styles */
.alert-icon {
  font-size: 24px;
  vertical-align: middle;
  margin-right: 5px;
  color: #f5a623;
}

/* Alert message paragraph styles */
.alert-message p {
  margin: 0;
  font-size: 16px;
  color: #333;
}

.success-message {
  margin: 10px 0;
  padding: 10px;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  font-weight: bold;
}
input#save-method-api-frmin {
  margin: 10px;
}
select#gs_frmin_dro_option {
  background: #f6f7f7;
}
input#gs-formntr-deactivate-log {
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  padding: 10px 20px;
  font-weight: bold;
  border: none;
  background: #516f7a;
  min-height: inherit;
  line-height: inherit;
  transition-property: color;
  transition-property: background;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-timing-function: ease-in-out, ease-out;
  margin: 0 5px;
}

input#gs-formntr-deactivate-log:hover {
  background: #5fb78c;
}
/* Container styles */
.forminator-forms-list {
  max-width: 800px;
  margin: 25px auto;
  padding: 19px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-left: 0px;
}

.forminator-forms-list__title {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}

.forminator-forms-list__subtitle {
  font-size: 16px;
  color: #777;
  margin-bottom: 20px;
}

/* Table styles */
.forminator-forms-list__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

/* Table header styles */
.forminator-forms-list__header {
  background-color: #333;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  text-align: left;
}

/* Table row styles */
.forminator-forms-list__row {
  border-bottom: 1px solid #ddd;
}

/* Table cell styles */
.forminator-forms-list__cell {
  padding: 10px;
}

.forminator-link,
.forminator-button {
  color: #0073e6;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s;
}

.forminator-button {
  background-color: #0073e6;
  color: #fff;
  padding: 5px 10px;
  border: none;
  border-radius: 3px;
  transition: background-color 0.2s;
}

.forminator-button:hover {
  background-color: #005bbf;
}

/* Style specifically for the "Connect to Google Sheet" link */
.forminator-connect-form {
  background-color: #f8f9fa;
  color: #6b7278;
  padding: 10px 20px;
  border: 1px solid #7f868d;
  border-radius: 3px;
  /* transition: background-color 0.2s; */
  text-decoration: none;
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.4s;
  transition-timing-function: ease-in-out, ease-out;
}

.forminator-connect-form:hover {
  color: #069de3;
  border-color: #069de3;
  background: #f8f9fa;
}

/* Icon styles */
.forminator-icon {
  margin-right: 0px; /* Space between the icon and text */
  vertical-align: middle; /* Center the icon vertically */
}

/* No forms message styles */
.forminator-no-forms-message {
  font-style: italic;
  color: #777;
}

/* Form ID and Name styles */
.forminator-forms-list__cell:nth-child(1),
.forminator-forms-list__cell:nth-child(2) {
  font-weight: bold;
}

/* Base styles for display error logs */
.frmdisplayLogs {
  cursor: default;
  font-family: monospace;
  border: 1px solid #ccc;
  background-color: #32344b;
  width: 99%;
  height: 400px;
  border-color: #32344b;
  color: azure;
  overflow: auto;
  padding: 2px 6px;
  line-height: 1.42857143;
  resize: vertical;
}

#frm-gsc-cta {
  background-color: rgba(16, 172, 132, 0.06);
  border: 2px solid #10ac84;
  padding: 20px 20px 20px 80px;
  margin-bottom: 18px;
  display: flex;
  align-items: flex-start;
  border-radius: 6px;
  width: 100%;
  margin-top: 8px;
  position: relative;
  box-sizing: border-box;
}

#frm-gsc-cta i.dashicons-lock {
  font-size: 2rem;
  line-height: 50px;
  width: 50px;
  height: 50px;
  margin-right: 1.25rem;
  color: #10ac84;
  border-radius: 50px;
  background: rgba(16, 172, 132, 0.1);
  position: absolute;
  left: 15px;
  top: 15px;
}

/* Style the lock icon */
#frm-gsc-table i.dashicons-lock {
  font-size: 2rem;
  line-height: 50px;
  width: 50px;
  height: 50px;
  margin-right: 1.25rem;
  color: #10ac84;
  border-radius: 50px;
  background: rgba(16, 172, 132, 0.1);
}
.frm-gsc-less-free {
  color: #5f8c80;
  font-size: 0.9375rem;
  font-weight: 500;
}
p.gs-integration-box {
  margin: 1em 0;
}

/* Style the text */
#frm-gsc-table p {
  font-size: 0.9375rem;
  margin: 0;
  color: #5f8c80;
  display: flex; 
  align-items: center; 
  width: 100%; 
}

/* Limit the width to 80% and allow text to wrap */
#frm-gsc-table .frm-gsc-less-free {
  width: 80%;
  word-wrap: break-word; /* Allow long words to break onto a new line */
}
/*for user not sheets permissions display note style */
.wc-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;
}
.clear-content-logs-msg-frmt {
  font-weight: bold;
  color: green;
}

/* Base style for the button text */
.button-text {
  font-size: 14px; 
  text-align: center; 
  white-space: nowrap;
}


/*showcasing PRO feature code*/
.auto-section {  
  width: auto;
  padding:1rem 2rem 2rem;
  border-bottom: 1px solid #e2e8f0;
}

.auto-section .gs-wpcore-fields {
  /* If you need specific styling for elements inside the auto-section, you can target them here */
}

.auto-section h2 {
  font-size: 20px;
  margin-bottom: 15px;
  text-align: left;
}

.auto-section p {
  margin-bottom: 10px;
}

.auto-section label {
  width: 220px;
  display: inline-block;
}

.auto-section select,
.auto-section input[type="text"] {
  width: 100%;
  padding: 8px;
  margin-bottom: -1px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.auto-section input[type="button"] {
  background-color: #4caf50;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.auto-section input[type="button"]:hover {
  background-color: #45a049;
}

.auto-section .error_msg {
  color: red;
  margin-left: 5px;
}

.auto-section {
  display: none; 
}

.gs-fields {
  border: none;
  position: relative;
}

.sync-button {
  display: inline-flex;
  align-items: center;
  margin: 0.5rem 2px 1rem;
  font-size: 14px;
  line-height: 38px;
  /* height: auto; */
  min-height: 41px;
  padding: 0 20px;
  color: #6b7278;
  border: 1px solid #7f868d;
  border-radius: 3px;
  background: #f8f9fa;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: 3px;
  margin-top: 13px;
  cursor: pointer;
}

.form-fields-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  padding: 2rem;
  border-bottom:1px solid #e2e8f0;
}

.form-fields-list .sync-box-main {
  background-color: #f7f7f7;
  border-radius: 0px;
  padding: 20px;
  margin: 10px 0;
  border: 1px solid #888;
  width: 100%;
  box-sizing: border-box;
}

.form-fields-list h3 {
  margin-top: 0;
  font-size: 18px;
  /* font-weight: bold; */
  color: #333;
  font-weight: 600;
}

.form-fields-list h3 {
  width: 100%;
}

.form-fields-list .select-all-toggle {
  width: 100%;
}

.toggle-button {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border: none;
  cursor: pointer;
  margin-bottom: 20px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
input[type="checkbox"] {
  background-color: rgb(235, 235, 228) !important;
}
input[type="checkbox"],
input[type="radio"] {
  border: 1px solid #8c8f94;
  border-radius: 4px;
  background: #fff;
  color: #50575e;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 1rem;
  margin: -0.25rem 0.25rem 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 1rem;
  min-width: 1rem;
  -webkit-appearance: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: 0.05s border-color ease-in-out;
}

input:not(:checked) + .slider.round {
  background-color: #acb4c4;
}
.slider.round {
  background-color: #607dbc;
  width: 30px;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 20px;
  transition: background-color 0.3s ease;
}
.slider.round:before {
	position: absolute;
	content: "";
	top: 0px;
	left: 3px;
	width: 10px;
	height: 10px;
	border-radius: 60%;
	background-color: #fff;
	box-shadow: 0px 0px 5px 1px #000;
	transition: left 0.4s ease;
}
.label-text {
  margin-left: 15px;
  margin-right: 10px;
  width: 120px;
}
#sortable {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.ui-sortable {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
.form-fields-list .card.ui-sortable-handle {
  width: 45%;
}
.form-field-toggle {
  margin: 0;
  padding: 0;
  border: none;
}
.card {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.card {
  position: relative;
  margin-top: 20px;
  padding: 0;
  min-width: 255px;
  max-width: 520px;
  border: none;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.04);
  background: #fff;
  box-sizing: border-box;
}
.api_existing_setting_frmin {
	padding:2rem;
	border-bottom: 1px solid #e2e8f0;
}

.frmgsc-system-Error-logs {
  position: relative;
  margin-top: 20px;
  width: 100%;
  border-radius: 0px;
  border: none;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 30px;
}
#copy-logs-btn {
  padding: 10px 20px;
  font-weight: bold;
  margin: 0 0 20px;
  cursor: pointer;
}

.ui-draggable-handle,
.ui-sortable-handle {
  touch-action: none;
}
.gs-frmnt-list-set2 {
  border-top: 1px solid #888;
  padding-top: 30px;
}
.ui-sortable {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
.ui-sortable-handle {
  width: 49%;
}
.ui-draggable-handle,
.ui-sortable-handle {
  touch-action: none;
}
.freez_order_sort {
  padding: 2rem;
  box-sizing: border-box;
  border-bottom:1px solid #e2e8f0;
}
.gscfrmnt-cards {
  margin-bottom: 10px;
}
.row-format {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.row-format label {
  width: 120px;
  display: inline-block;
}
input[type="color"] {
  cursor: pointer;
}
.gscfrmnt-sheet_formatting_row {
  margin-top: 20px;
}
.card-pro {
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.card-pro {
	position: relative;
	min-width: 295px;
	max-width: auto;
	border: 1px solid #cfd8e2;
	box-shadow: 0px 1px 6px 0px rgba(23, 57, 97, 0.1);
	background: #fff;
	box-sizing: border-box;
}
.form-field-toggle .card-content .toggle-button {
  margin: 0 0 0px;
  background: #fff;
  padding-right: 10px;
}
.card-content .switch {
  margin-left: 10px;
}
.form-field-toggle .label-text {
  width: 120px;
  padding-left: 10px;
}
.form-field-toggle .info-row {
  margin: 0;
}
.info-row {
  display: none;
  margin-top: 10px;
}
.form-field-toggle .info-row .info-content {
  margin: 0;
}
.info-row .info-content {
  width: 100%;
  margin-top: 5px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
input[type="text"] {
  padding: 0px 20px;
}
.label-texts {
  margin-left: 15px;
  margin-right: 10px;
}
.gs-wpcore-sync-entries {
	padding:2rem;
	box-sizing: border-box;
}
a#gs-wpcore-sync-entries {
  display: inline-flex;
  align-items: center;
  margin: 0.5rem 2px 1rem;
  font-size: 14px;
  line-height: 38px;
  /* height: auto; */
  min-height: 41px;
  padding: 0 20px;
  color: #6b7278;
  border: 1px solid #7f868d;
  border-radius: 3px;
  background: #f8f9fa;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: 0px;
  margin-top: 13px;
}

/* Heading CSS for PRO Tag */
.pro-ver {
  display: inline-block;
  padding: 5px 10px;
  background-color: #ffd700;
  color: #873d10;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  overflow: hidden;
  cursor: pointer;
  white-space: nowrap;
  margin-left: 8px;
  font-size: 12px;
}

.label-container {
  display: flex;
  align-items: center;
}

.label-text {
  margin-right: 8px; 
}

/* GsheetConnector Addons */
.button-bar {
  display: flex;
  align-items: center;
  gap: 10px;
}

.loading {
  background-image: url(../img/ajax-loader.gif);
  background-position: 50% 80%;
  background-repeat: no-repeat;
  width: 14px;
  display: inline-block;
  height: 14px;
}

.gsheetconnector-addons-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}

.gsheetconnector-list-item {
  background-color: #fff;
  border: 1px solid #cfd8e2;
  box-shadow: 0px 1px 6px 0px rgba(23, 57, 97, 0.1);
  border-radius: 3px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  width: 31%;
  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: #d63638;
  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: #199436;
}

.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 #eee;
}

.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: #e8edf2;
  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;
}

.gsheetconnect-footer-promotion {
  color: #50575e;
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 0px;
  right: 0;
  padding: 10px 20px;
  z-index: 1;
}

.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-links li {
  margin: 0px 10px 15px;
  padding: 0;
  position: relative;
}

.gsheetconnect-footer-promotion-links li::before {
  content: "/";
  font-size: 11px;
  position: absolute;
  right: -13px;
  top: 0;
}

.gsheetconnect-footer-promotion-links li:last-child::before {
  display: none;
}

.gsheetconnect-footer-promotion-social li a {
  font-size: 22px;
  color: #a7aaad;
  margin: 0 5px;
}

.gsheetconnect-footer-promotion p {
  margin: 0 0 10px;
  font-weight: bold;
}

#wpbody-content {
  padding-bottom: 165px;
  min-height: 700px;
}
.gsheetconnect-footer-promotion {
  color: #50575e;
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 0px;
  right: 0;
  padding: 10px 20px;
  z-index: 1;
}

.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-links li {
  margin: 0px 10px 15px;
  padding: 0;
  position: relative;
}

.gsheetconnect-footer-promotion-links li::before {
  content: "/";
  font-size: 11px;
  position: absolute;
  right: -13px;
  top: 0;
}

.gsheetconnect-footer-promotion-links li:last-child::before {
  display: none;
}

.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;
}

.gsheetconnect-footer-promotion-social li a:hover {
  color: #516f7a;
}

.gsheetconnect-footer-promotion p {
  margin: 0 0 10px;
  font-weight: bold;
}

#wpbody-content {
  padding-bottom: 165px;
  min-height: 700px;
}

.gscpermission-notgiven {
  color: #d63638;
  font-weight: bold;
}

.gscpermission-given {
  color: #479c4b;
  font-weight: bold;
}

.systemifo {
  /*  color: #0073e6;*/
  font-size: 20px;
  margin-left: -2px;
  color: #242628;
  position: relative;
  z-index: 1;
}

h2.systemifo {
  margin: 0;
  padding: 0 0 5px;
  font-size: 20px;
  color: #6085cd;
  display: flex;
}
h3.systemifo {
  font-size: 18px;
}
.uninstall-settings-save {
  color: #fff;
  background: #5fb78c;
  padding: 10px 20px !important;
  border: none;
  font-weight: 500;
  margin: 0 5px;
  min-height: inherit;
  line-height: inherit;
  transition-property: color;
  transition-property: background;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-timing-function: ease-in-out, ease-out;
}
.uninstall-settings-save:hover {
  color: #fff;
}

.btn-primary {
  font-size: 15px !important;
  font-weight: 500 !important;
  border: none !important;
  padding: 0 15px;
  min-width: 200px;
  height: 43px;
  line-height: inherit;
  text-align: center;
  background: #199436 !important;
  min-height: 28px;
  border-radius: 5px;
  color: #fff !important;
  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;
}

.btn-primary:hover {
  color: #fff !important;
  background: #22af43 !important;
}

a.pro-link {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 1;
}


@media screen and (max-width: 1600px) {
  .gsheetconnector-list-item {
    height: 230px;
  }
}
@media screen and (max-width: 1500px) {
.gsheetconnector-list-item {
    width: 32%;
}
}
@media screen and (max-width: 1024px) {
.gsheet-header a.gsheet-help,
.gsheet-header a:focus.gsheet-help {
	right: 0;
}
.gs-formntr-cards {
	width: 28%;
	padding: 11px 5px;
	height: 45px;
	margin-left: 17px;
}
.gsheet-header,.breadcrumb,.nav-tab-wrapper,.wrap-gsc {
	width: 90%;
}
.nav-tab {
	margin: 0;
	padding: 10px 15px;
	font-size: 12px;
}
.nav-tab {
	padding: 4px 9px;
	font-size: 12px;
  margin-left: 5px;
}
.gsheetconnector-list-item {
	width: 52%;
}
.forminator-forms-list-row {
    width: 82%;
    padding: 10px 20px;
    margin: 2rem;
    border-radius: 10px;
    box-sizing: border-box;
    background: #efefef;
    border: 1px solid #eee;
    box-shadow: 0 2px 0 0 #e6e6e6;
}
}
@media screen and (max-width: 820px) {
  .add-feed-row .form-name {
    width: 49%;
  }
  .wrap-gsc select {
    max-width: 300px;
  }
  #wpbody-content .wrap-gsc h2 {
    margin: 0;
    padding: 0 0 25px;
    font-size: 20px;
    line-height: 23px;
    color: #6085cd;
}
.gsheetconnector-list-item {
  background-color: #fff;
  border: 1px solid #cfd8e2;
  box-shadow: 0px 1px 6px 0px rgba(23, 57, 97, 0.1);
  border-radius: 3px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  width: 70%;
  height: 230px;
  position: relative;
}

}
@media screen and (max-width: 768px) {
  .connected-account.row {
    color: #0085ba;
}
.button_forgsc img {
	max-width: 100%;
	height: auto;
	margin-right: 10px;
	margin-left: 29em;
}
.gsheet-header .gsheet-logo {
    position: relative;
    padding-right: 0px;
}
.gsheetconnector-list-item {
  background-color: #fff;
  border: 1px solid #cfd8e2;
  box-shadow: 0px 1px 6px 0px rgba(23, 57, 97, 0.1);
  border-radius: 3px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  width: 60%;
  height: 230px;
  position: relative;
}

#frm-gsc-table {
	width: 45%;
}
#frm-gsc-table i.dashicons-lock {
	margin-right: 0.5rem;
}
img.alignnone {
	width: 100%;
}

.forminator-forms-list {
	padding: 10px;
}

.forminator-forms-list__title {
	font-size: 20px;
}

.forminator-forms-list__subtitle {
	font-size: 14px;
}

.forminator-forms-list__header,
.forminator-forms-list__cell {
	padding: 8px;
}

.forminator-no-forms-message {
	font-size: 14px;
}

.frmdisplayLogs {
	padding: 5px;
	font-size: 12px;
}
.frmdisplayLogs {
	height: 250px;
	width: auto;
}

.frmgsc-logs {
	font-size: 12px;
	min-height: 25px;
	padding: 0 8px;
}

.alert-container {
	height: auto;
}
.alert-message {
	max-width: 90%;
}
.alert-icon {
	font-size: 20px;
}
.alert-message p {
	font-size: 14px;
}

.frmn-modal-content {
	margin: 10% auto;
	width: 90%;
}

div#googlesheet {
	width: 100%;
	max-width: initial;
	border-radius: 6px;
	margin-bottom: 15px;
	margin-left: -5px;
}
.card {
	position: relative;
	margin-top: 20px;
	padding: 0.7em 2em 1em;
	width: 100%;
	border: 1px solid #b5bfc9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	background: #ffffff;
	height: 50%;
	box-sizing: border-box;
	min-width: inherit;
}
input#gs-formntr-deactivate-log {
	padding: 5px;
	margin: 5px;
	font-weight: 400;
}
    #gs-formntr-code {
        width: 18em;
        min-height: 42px;
        background: #c6c8cb;
        margin-top: 20px;
        margin-bottom: 20px;
    }
.frmgsc-math-box-help12 {
	flex-direction: column;
	margin-right: 0;
	width: 100%;
}
.frm-gsc-cta p {
	font-size: 10px;
}

.connected-account {
	font-size: 13px !important;
	font-weight: 500 !important;
	color: #000;
	display: inline-flex;
}
.gsheet-header h1 span {
	font-size: 18px !important;
}
h2.info-headers {
	font-size: inherit;
}
.frmn-modal-content input[type="submit"] {
	font-size: inherit;
}
.frmn-modal-content input[type="text"] {
	width: 100%;
}
.col.frmgsc-math-box12,
.col.frmgsc-math-box13 {
	margin: 0 0 20px;
}

.info-container table td {
	border-bottom: 1px solid #ddd;
	display: block;
	text-align: left;
}

.gsheet-header .gsheet-logo-text {
	font-size: 17px;
}

.gsheet-header a.gsheet-help,
.gsheet-header a:focus.gsheet-help {
	top: 7px;
}

#gs_formntr_dro_option {
	max-width: 343px;
	font-size: 12px;
}
}

@media screen and (max-width: 520px) {
.wrap-gsc, .gsheet-header, .breadcrumb, .nav-tab-wrapper { max-width:90%; }
.dashboard-gsc {
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: #7f868d;
}
.row {
  display: block;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.drop-down-select-btn {
    display: block;
    align-items: center;
}
.connected-account.row {
    color: #0085ba;
}
.modules-gsc {
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: #242628;
}
.gsheet-header {
        top: 0px;
        flex-wrap: row;
        display: flex
;
        flex-flow: row;
    }
.gsheet-header .gsheet-logo-text {
    font-size: 18px;
}
.gsheet-header .gsheet-logo {
    position: relative;
    padding-right: 0px;
}
.nav-tab-wrapper,
.wrap h2.nav-tab-wrapper {
gap: 0;
}
.gsheet-header h1 span {
        font-size: 15px !important;
    }
.gsheet-header h1 small {
    border-radius: 3px;
    padding: 0;
    font-size: 10px;
    color: #000 !important;
    margin-left: 10px;
    text-align: center;
    position: absolute;
    left: -11px;
    bottom: 44px;
}
select#gs_formntr_dro_option {
    max-width: 207px !important;
    margin-bottom: 25px;
}
h1.gsheet-logo-text {
    line-height: 16px !important;
}
.gsheet-header ul {
	margin:10px 0 0;
}
.from-feed-header img {
	width: 50px;
	margin: 0 10px 10px 0;
	height: 55px;
}
.forms-counter {
	font-size: 14px;
	width: 240px;
	padding-top: 10px;
	font-weight: bold;
}
.search-container input,
.search-container input:focus {
	width: 184px;
	background: none;
}
.submissions {
	margin: 30px 0 0 0;
	width: 100%;
}
.forminator-connect-form {
	margin: 10px 0;
}
.gsheetconnector-list-item {
	width: 100%;
}
.sheet-details.nav-tab-active {
	margin-top: -39px;
	margin-left: 30px;
}
.gs-formntr-in-fields label {
	font-weight: 500;
	text-align: left;
	font-size: 13px;
}
.wp-core-ui select,
.wp-admin .form-table select {
	min-height: 30px;
	font-size: 13px;
	line-height: 1.625;
	padding: 5px 24px 5px 8px;
}
span.title1 {
	color: #199436;
	font-weight: 600;
	font-size: 14px;
}

.card-formntr,
.drop-down-select-btn {
	flex-direction: column;
	align-items: flex-start;
}
#gs_formntr_dro_option {
	max-width: 312px;
	margin: 10px 0 5px;
}

input[type="radio"],
input[type="checkbox"] {
	margin-left: 35%;
	height: 1.2rem;
	width: 1.2rem;
	display: -webkit-box;
}
input[type="checkbox"]:checked:before {
	width: 1.5rem;
	height: 1.5rem;
}
.gs-formntr-fields select {
	width: 180px;
}
p,
.wp-die-message {
	margin: 0.2em 0;
}

.gs-formntr-fields {
	padding: 5px 0px;
	margin-top: 7px;
}

.li-formntr-header {
	width: 50%;
	padding: 5px 35px 7px 29px;
	height: 75px;
}
.formntr-header {
	list-style-type: none;
	padding: 6px;
	width: 80%;
	border: none;
}

.li-formntr-header {
	text-align: center;
	float: right;
	margin-right: -13px;
}
a.nav-tab.nav-tab-active {
	font-size: 11px;
	border-bottom: 1px solid #c3c4c7;
}
.formntr-header label {
	vertical-align: revert;
	margin-left: -10px;
	display: block;
}
.freeze_header_option {
	font-size: 12px;
	font-weight: bold;
}
#checkAllformntrSheet {
	display: inline-block;
	margin-left: -3px;
}
input[type="color"] {
	width: 45%;
	display: block;
	margin-left: 26%;
}
button.button.button_primary.formntr-sync-orders {
	width: 90%;
	padding: 0px;
	font-size: 13px;
}
input#formntr-save-btn {
	float: right;
	margin-right: 32%;
}
.gs-formntr-header-set {
	overflow: auto;
}
.frmn-row table {
	border: 0;
	overflow: hidden;
}
.frmn-row table thead {
	border: none;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.frmn-row table tr {
	border-bottom: 3px solid #ddd;
	display: block;
	margin-bottom: 0.625em;
}
.frmn-row table td {
	border-bottom: 1px solid #ddd;
	display: block;
	text-align: left;
}
.frmn-row table td::before {
	margin-right: 25px;
}
.frmn-row table td::before {
	content: attr(data-label);
	float: left;
	font-weight: bold;
	text-transform: uppercase;
}
.frmn-row table td:last-child {
	border-bottom: 0;
}
.frmn-row table td {
	word-break: break-all;
}
	
#wpbody-content .wrap-gsc h2 {
	line-height:normal;
}
.row {
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}
.frmn-bread-crumb {
	gap: 10px;
}
.frmn-row .edit-feed {
	padding: 11px 4px;
}
.frmn-main-div, .extensions-list {
	padding:1rem;
}
.frmn-modal-content input[type="submit"] {
	margin-left:0;
}
.gsheetconnector-list-item {
	width:100%;
}
.addon-item-header-meta {
	width: 66%;
}
.addon-item-header-meta-excerpt {
	height: 65px;
	overflow: hidden;
}
}

@media screen and (max-width: 1366px){
    .wrap-gsc, .gsheet-header, .breadcrumb, .nav-tab-wrapper { max-width:95%; }
}
@media screen and (max-width: 1180px){
    .wrap-gsc, .gsheet-header, .breadcrumb, .nav-tab-wrapper { max-width:95%; }
}
 
@media (max-width: 1024px) {
  .wrap-gsc, .gsheet-header, .breadcrumb, .nav-tab-wrapper { max-width:93%; }
  .gsheet-header .gsheet-logo {
    position: relative;
    padding-right: 0px;
}
#wpbody-content .wrap-gsc h2 {
    margin: 0;
    padding: 0 0 25px;
    font-size: 20px;
    line-height: 23px;
    color: #6085cd;
}
}
@media screen and (max-width: 1500px){
   .wrap-gsc, .gsheet-header, .breadcrumb, .nav-tab-wrapper { max-width:97%; }
}
