@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;
}

#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;
}


.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;
}

.card-wp,
.system-statuswc,
.system-general_setting,
.extension-wrap,
.ff-role-settings {
    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;
}


/* Button CSS //////////*/
.wpgsc-logs,
.gsc-cf7free-logs, .closeView,
#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;
}

.wpgsc-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;
}

input#save-wpform-gs-code,
a.demo-btn,
#add-new-feed,
.sync-btn,
#save-gs-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;
}

input#save-wpform-gs-code:hover,
a:hover.demo-btn,
#add-new-feed:hover,
#save-gs-code:hover,
.sync-btn:hover,
.wrap-gsc .button-secondary:hover,
.wrap-gsc .button-primary:hover {
    color: #fff !important;
    background: #22af43 !important;
}

.edd-save-btn {
    margin: 1rem 0 1rem 2rem;
}
#deactivate-log,
#save-gs-code {
	position:relative;
	top:-7px;
}


.upgrad-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;
}
 

.upgrad-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;
}


.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;
}







/*//////////////////////////////////////////////*/
.e-admin-top-bar--active { 
   display:none !important;
}
.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;
    line-height: 27px;
}
.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: 10px;
    color: #000 !important;
    margin-left: 10px;
    text-align: center;
    position: absolute;
    left: -11px;
    bottom: 25px;
}
.gsheet-header .gsheet-logo i {
   background:url(../img/gsheet-logo.svg) no-repeat center  !important;
   background-size:30px 40px !important;
   display:block; 
}
.dashboard-gsc{
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: #7f868d;
}
.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;
}
.card-wpforms {
    position: relative;
    margin-top: 20px;
    padding: 2rem;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: none;
	border-bottom: 1px solid #e2e8f0;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, .05);
    display: flex;
    align-items: center;
}
.dropdownoption-wpforms select {
    margin: 0;
    width: 100%;
    min-height: 38px;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
    border-color: #ddd;
    /* margin-left: 40px; */
}
.int-meth-btn-wpforms {
    display: inline;
}
.gform-settings-panel__title--header {
    color:#199436;
}

.gform-settings__navigation a:last-child i.gform-icon {
    background: url(../img/gsheet-logo.svg) no-repeat center  !important;
    background-size: 20px 38px !important;
    display: block;
    width: 30px;
    height: 35px; 
}
.gform-settings__navigation a:last-child .gform-icon--cog:before { content:'';  }
.simplebar-content-wrapper ul li:last-child .gform-form-toolbar__icon {
    background: url(../img/gsheet-logo.svg) no-repeat center  !important;
    background-size: 20px 38px !important;
    display: block;
    width: 20px;
    height: 30px; 
}
#gform-form-toolbar__menu .simplebar-content-wrapper ul li:last-child a {
    color:#199436;
}
.simplebar-content-wrapper ul li:last-child .gform-icon--cog:before { 
	content:'';  
}
.gscpermission-notgiven {
   color: #d63638;
   font-weight:bold;
}
.gscpermission-given {
   color: #479C4B;
   font-weight:bold;
}
.wp-core-ui .notice.is-dismissible {
    padding-right: 38px !important;
}
.wrap {
    margin: 0px 10px 0 2px;
}
.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 .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);
}
.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:hover.gsheet-help {
    color: #0a4b78 !important;
}
.fs-notice {
    position: relative;
    z-index: 2;
}
.gsheet-header a.gsheet-help i {
   font-size:34px;   
}

/* 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;
}
.gsheetconnect-footer-promotion {
    padding: 10px 20px;
    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;
}

/* 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:32%;
   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; 
   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: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;
}

.wp-core-ui .button-primary,
.wp-core-ui .button, .wp-core-ui .button-secondary {
    color: #fff;
    background: #5fb78c;
    padding: 11px 20px !important;
    border: none;
    font-weight: 500;
    margin: 0 5px;
    line-height: inherit;
    transition-property: color;
    transition-property: background;
    transition-duration: .4s;
    -webkit-transition-duration: 0.4s;
    transition-timing-function: ease-in-out, ease-out;
}
.wp-core-ui .button-primary:hover,
.wp-core-ui .button:hover, .wp-core-ui .button-secondary:hover {
    color: #fff;
   background: #516f7a;
}

/* main-promotion-box start */
.main-promotion-box {
	margin-bottom:50px;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(250,253,228,1) 81%, rgba(247,252,216,1) 90%, rgba(238,246,187,1) 100%);
	border-bottom:1px dashed #FFC107;
	padding:40px;
	display:flex;
	flex-wrap:wrap;
	box-sizing:border-box;	
	position:relative;
}
.main-promotion-box a.close-link {
	position:absolute;
	right:20px;
	top:20px;
	color:#199436;
	text-decoration:none;
	background:url(../img/close.png) no-repeat left top;
	width:24px;
	height:24px;
	display:block;
}

.main-promotion-box h2 {
	margin:0;
	padding:0;
	font-size:40px;
	line-height:normal;
	font-weight:500;
	color:#091F0E;	
}
.main-promotion-box h2 span {
	color:#199436;
}
.main-promotion-box p {
	margin:10px 0;
	padding:0;
	font-size:22px;	
}
.main-promotion-box p.ratings {
	margin:0 0 20px;
	display: flex;
	font-size:15px;
    align-items: center;
    justify-content: flex-start;
}
.main-promotion-box p span {
	display: inline-block;
    width: 101px;
    height: 15px;
    background: url(../img/star.png) no-repeat left top;
    background-size: auto 15px;
    margin-left: 10px;
}
.main-promotion-box .promotion-inner {
	width:55%;	
}
#wpbody-content .promotion-inner h2 {
	font-size:30px;
}

.gsheet-plugins {
	width:45%;
	background:url(../img/gsheet-plugins.png) no-repeat center top;
	background-size:auto 100%;
	min-height:400px;	
}
.hidden {
    display: none; /* Hide when this class is applied */
  }

.button-bar {
	margin:0;
	display: flex;
	font-size:15px;
    align-items: center;
    justify-content: flex-start;	
}
.button-bar a {
	display:inline-block;
	margin:0 10px 10px 0;
	padding:15px 50px;
	font-size:18px;
	font-weight:500;
	text-align:center;
	border-radius:30px;
	color:#fff;
	background:#5fb78c;	
	text-decoration:none;
	text-transform:uppercase;
	transition-property: color;
    transition-property: background;
    transition-duration: .4s;
    -webkit-transition-duration: 0.4s;
    transition-timing-function: ease-in-out, ease-out;
	outline:none;
	border:none;
	box-shadow: 0 0 0 0px #FFC107;
}
.button-bar a:hover {
    background: #516f7a;
}

/* main-promotion-box #end */
/* -----------------------------------------------*/

.loading{
    background-image: url( "../img/ajax-loader.gif");
    background-position: 50% 80%;
    background-repeat: no-repeat;
    width:10px;
 }
 .wrap {
     margin: 10px 10px 0 2px;
 }
 .loading-select{
     background-image: url( "../img/ajax-loader.gif");
    background-position: 50% 80%;
    background-repeat: no-repeat;
    width:10px;
 }
 
 .log-setting {
     padding-top: 20px;
 }
 .gs-tab{
     margin-top:40px;
 }
 .gs-tab label {
     font-size: 14px;
 }
 input#wpforms-setting-google-access-code {
    width: 20em;
    min-height: 44px;
    opacity: 0.6;
    color: #6e7575;
 }
 .gs-valid-message {
    font-weight: bold;
    color: green;
 }
 .wpform-debug-view,
 .debug-clear-kk {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
 }
 .divider {
     margin: 30px 0px;
 }
 p.wpforms-setting-field.log-setting.notice-kk {
     color: red;
     font-size: 15px;
 }
 p.save-notify-kk {
     color: #e27730;
 }

 .card-wp, .wp-system-Error-logs {
   border: none;
   border-bottom: 1px solid #e2e8f0;
   box-shadow: 0px 0px 0px rgba(0, 0, 0, .05);
   border-radius: 0px;
   padding: 2rem;
   width: 100%;
   box-sizing: border-box;
 }
 #copy-logs-btn {
    padding: 10px 20px;
    font-weight: bold;
    margin: 0 0 20px;
    cursor: pointer;
}


 a.wpforms-btn.wpforms-btn-md.wpforms-btn-light-grey {
     background-color: #f5f5f5;
     border: 1px solid #ccc;
     color: #666;
     font-size: 13px;
     font-weight: 600;
     padding: 8px 12px;
     min-height: 35px;
     text-decoration: none;
 }
 
 .blinking-button-wc  {
    animation: blink 1s infinite;
}
@keyframes blink {
 0% {
box-shadow: none;
}
 50% {
box-shadow: 0 0 20px #7dbc4f;
}
 100% {
box-shadow: none;
}
}

 input.wp-save-btn {
     font-weight: 600;
     background: #e27730;
     color: #fff;
     border-color: #e27730;
     padding: 10px;
     margin-top: 35px;
     margin-left: 200px;
     font-size: 15px;
 }
 .wpforms-gs-fields {
    position: relative;
    min-width: 255px;
    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;
    margin-top: 5px;
 }
 .wpforms-gs-fields input {
     width: 200px;
 }
 .wpforms-gs-fields label {
    margin: 0 10px 0 10px;
    float: left;
    width: 125px;
    font-size: 14px;
 }
 .wpforms-gs-fields span {
    margin: 20px 0 20px 10px;
 }
 .gs-name span {
    display:none;
    position: absolute;
    border-radius: 5px 5px; 
    left: 350px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    font-family: Calibri, Tahoma, Geneva, sans-serif;
    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,.8);
    color: #fff;
 }
 .card h2.title {
     color: #4AA94F;
    margin: 0 0 20px;
    padding: 0px 0px 10px;
    line-height: inherit;
    position: relative;
    border-bottom: 1px solid #ccc;
 }
 .card {
         margin-bottom: 2px;
    border: 1px solid #b5bfc9;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .05);
    border-radius: 5px;
    padding: 1.7em 2em 1em;
    margin-top: 20px;
    width: 100%;
	 min-width: inherit;
	 max-width: inherit;
     /*min-width: 645px;*/
 }
.card img {
	max-width: 100%;
}
 .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;
     
 }
 .wpforms-panel-content-section-title h3 {
     font-size: 16px;
     color: #4AA94F;
     padding-bottom: 10px;
     margin-left: 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);
}
/* ---------- tooltip for deactivate msg ----------*/
.tooltip {
     position: relative;
     display: inline-block;
}
 
.tooltip .tooltiptext {
	visibility: hidden;
	width: 220px;
	background-color: #fff;
	color: #000;
	text-align: center;
	border-radius: 6px;
	padding: 10px;
	font-size: 15px;
	font-weight: 600;
	position: absolute;
	z-index: 1;
	top: -50px;
	right: 23px;
	box-shadow: 3px 5px 5px #eee;
	border: 1px solid #ccc;
}
 span.tooltiptext.tooltip-right {
     font-size: 14px;
     font-weight: 500;
 }
 .tooltip-right {
     top: -77px;
     left: 125%;
 }
 .tooltip-right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent;
 }
 .tooltip:hover .tooltiptext {
   visibility: visible;
       opacity: 1;
 }
 .help-icon { 
     vertical-align: middle;
 }

 /* ---------- end tooltip for deactivate msg ----------*/
 /* ---- demo content block --------- */
 .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;
 }
 
 /* ---- end demo content block --------- */

.gsc-api-box {
	padding:2rem 2rem 0rem;
}
 
.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 {
     webkit-align-self: flex-start;
     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;
 }
 
 /* ---- font awsum style ------ */
 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;
 }
 
 /***** syastem-status tab style ****/
 #wpforms-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;
 }
 
 /***** faq tab style ****/
#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: .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;
 }
 
 .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.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;
 }
 .connected-account-wpform{
     color: #e27730;
     font-weight: 500;
     font-size: 16px;
     margin: 0;
 }
 
 .wpform_pro_link{
     padding: 5px;
     width: 100%;
     text-align: center;
     border: #0a0a3c 1px solid;
     text-decoration: none;
     display: inline-block;
     background: #0a0a3c;
     color: #fff;
     border-radius: 0px 25px 0px 25px;
 }
 
 .wpform_pro_link:hover {
     color: #0a0a3c;
     background: #fff;
 }
 
 .gsh_wpform_pro_fatur_int1 {
     width: 35%;
     float: left;
 }
 
 .gsh_wpform_pro_img_int {
     width: 25%;
     float: left;
     margin-right: 30px;
 }
 .gsh_wpform_pro_fatur_int2 {
     width: 35%;
     float: left;
 }
 .wpform_pro_link_buy {
     padding: 5px;
     width: 100%;
     text-align: center;
     border: #006A4E 1px solid;
     text-decoration: none;
     display: inline-block;
     background: #006A4E;
     color: #fff;
     border-radius: 0px 25px 0px 25px;
 }
 .wpform_pro_link_buy:hover {
     color: #006A4E;
     background: #fff;
 }
 
 @media only screen and (max-width: 425px) {
 .gsh_wpform_pro_img_int{
 margin-top: -409px;
 width: 100%;
 float: right;
 margin-right: -62px;
 }
 #wpbody-content .promotion-inner h2 {
    font-size: 25px;
}
#wpbody-content .wrap-gsc p {
    font-size: 12px;
    margin: 0 0 15px;
}
.button-bar {
    margin: -22px;
    display: flex;
    margin-left: 1px;
    font-size: -67px;
    /* flex-flow: row; */
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
}
.dropdownoption-wpforms select {
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
    min-height: 38px;
    font-family: inherit;
    font-size: inherit;
    padding-bottom: 10px;
    cursor: inherit;
    line-height: inherit;
    border-color: #ddd;
  
}
.addon-item-header img {
    width: 62px;
    height: 62px;
    padding: 8px 0;
    border: 1px solid #eee;
}
.addon-item-meta-title a {
    font-size: 12px;
    font-weight: 600;
    color: #039436;
    padding-bottom: 10px;
    display: block;
}
.addon-item-header-meta-excerpt {
    color: #646970;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}
.wp-core-ui .button {
    color: #fff;
    background: #5FB78A;
    padding: 11px 20px !important;
    border: none;
    margin-top: -10px;
    font-weight: 500;
    margin: 0 5px;
    margin-top: -30px;
    line-height: inherit;
    transition-property: color;
    transition-property: background;
    transition-duration: .4s;
    -webkit-transition-duration: 0.4s;
    transition-timing-function: ease-in-out, ease-out;
}
 /*.gsh_cf7_pro_img_int img{
 width: 216px;
 height: 160px;
 }*/
 .gsh_wpform_pro_fatur_int1{
   margin-top: 193px;
   width: 100%;
   float: left;
 }
 .gsh_wpform_pro_fatur_int2{
   width: 100%;
   float: left;
   margin-top: -19px;
   margin-left:-36px;
 }
 .gs-parts-wpform{
   display: initial!important;
 }
 .card-wp,.gs-sidebar-block-wpform, .gs-support-wpform {
   margin-left: 0px!important;
   margin-top: 0px!important;
   width: 100%!important;
 }
 }
 
 input#wp-deactivate-log {
    color: #fff;
    background: #5fb78c;
    padding: 11px 20px !important;
    border: none;
    font-weight: 500;
    margin: 0 5px;
    line-height: inherit !important;
    transition-property: color;
    transition-property: background;
    transition-duration: .4s;
    -webkit-transition-duration: 0.4s;
    transition-timing-function: ease-in-out, ease-out;
 }
input#wp-deactivate-log:hover {
	color: #fff;
    background: #516f7a;
}
 
#wpform-gs img {
	box-shadow: 2px 5px 10px rgba(0,0,0,0.3);
}

 .wpform-gs-sidebar-block, .gs-support {
    margin-bottom: 2px;
    background: #fff;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    padding: 1.7em 2em 1em;
    margin-left: 20px;
    margin-top: 20px;
    width:25%;
 }
 .wpform-gs-sidebar-block h3 {
    display: inline-block;
    margin: 0;
 }
 .wpform-gs-sidebar-block p {
    font-size: inherit;
    line-height: inherit;
    font-weight:600;
 }
 .wpform-gs-sidebar-block h2.title {
    text-align: center;
 }
 .gs-sidebar-block-wpform{
   margin-bottom: 2px;
    background: #fff;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    padding: 1.7em 2em 1em;
    margin-left: 20px;
    margin-top: 20px;
    width: 25%;
    height: 25%
 }
 .gs-support-wpform{
   margin-bottom: 2px;
   background: #fff;
   border: 1px solid #DFDFDF;
   border-radius: 5px;
   padding: 1.7em 2em 1em;
   margin-left: 20px;
   margin-top: 20px;
   width: 25%;
 }
 .gs-stars-wpform {
    margin: 15px auto;
    width: 150px;
    height: 30px; 
    background: url(../img/stars.svg);
    animation: cf7gs-stars 4.5s steps(1, end) infinite;
    -webkit-animation: cf7gs-stars 4.5s steps(1, end) infinite;
    -moz-animation: cf7gs-stars 4.5s steps(1, end) infinite;
    -o-animation: cf7gs-stars 4.5s steps(1, end) infinite;
}

.gs-parts-wpform {
    display: flex;
}

 .title-wpfrom{
   text-align: center;
 }
 a.gs-review-button.button.button-primary{
   background: #e27730;
   border-color: #e27730;
   color: #fff;
   text-decoration: none;
   text-shadow: none;
   width: 100%;
   text-align:center;
 }
 .cf7_gs_link_wpfrom{
   padding: 5px;
   background: #e27730;
   color: #fff;
   border: 1px solid #e27730;
   border-radius: 5px;
   margin-left: 20px;
   text-decoration: none;
 }
 .connected-account-wpform{
     color: #0085ba;
     font-weight: 500;
     font-size: 16px;
 }
.connected-account-wpform label {
	color:#333;
}

 .upgradetoprotitlewpform{
     color: #479c4b;
     font-weight: 700;
     text-align: center;
 }
 a.cf7_gs_link_wpfrom:hover{
   background: #fff;
   color: #e27730;
 }
 .gs-info-wpform{
   font-size: 13px;
   font-style: italic;
   color: #333;
   font-weight: 400;
 }
 .gs-info-wpform a{
   padding: 8px;
   text-decoration: none;
   background: #e27730;
   color: #fff;
   border: 1px solid #e27730;
   border-radius: 5px;
 }
 .gs-info-wpform a:hover {
     color: #e27730;
     background: #fff;
 }

.button_wpformgsc {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-bottom: -20px;
}

.button_wpformgsc::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 0;
    animation: ripple 1s linear infinite;
    transform-origin: top left;
    opacity: 0.8;
}
@keyframes ripple {
  0% {
    transform: scale(0);
    opacity: 0.4;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

/* Default styles for larger screens */
.wpform-gs-alert-kk {
    background-color: #fdfde0;
    border-radius: 5px;
    border: 1px solid #5fb78c;
    padding: 20px 30px;
    margin: 30px 0;
    box-sizing: border-box;
}

.wpform-gs-alert-heading {
  font-size: 1.25rem;
  font-weight: 600;
  margin:0 0 10px;
  color: #242628;
}

.wpform-gs-alert-steps {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}

.wpform-gs-alert-steps li {
  margin: 0 0 10px;
  padding: 0 0 0 25px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
  color: #7f868d;
  position: relative;
}

.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;
	position: absolute;
  left:0;
  top:0;
}
.wpform-gs-alert-steps li span {
    display: block;
    color: #ff0707;
}

.wpform-gs-alert-permissions {
  list-style-type: none; /* Remove the default list marker */
  margin-top: 10px;
  margin-bottom: 10px;
}

.wpform-gs-alert-note {
  font-style: italic;
  color: #888;
}
.integration-box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.integration-box img {
	position: relative;
	top:-6px;
	left:10px;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
  .wpform-gs-alert-kk {
    width: 90%;
  }
  .wpform-gs-alert-steps li {
    margin-left: -20;
  }
  .connected-account-wpform{
    color: #e27730;
    font-weight: 500;
    font-size: 13px;
    margin-top: -1em;
 }
 .connected-account-wpform {
    color: #0085ba;
    font-weight: 500;
    font-size: 16px;
}
input#wp-deactivate-log {margin-left: 220px;}

}
/* Base styles for display error logs */
.wpdisplayLogs {
    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;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
.wpdisplayLogs {
	padding: 5px;
	font-size: 12px;
}
input#wpforms-setting-google-access-code {
    width: 20em;
    min-height: 44px;
    opacity: 0.6;
    color: #6e7575;
    margin-bottom: 20px;
    margin-top: 20px;
    /* padding-bottom: 10px; */
    
    
}

/* .connected-account-wpform.row label {
    margin-bottom: 20px !important;
} */

/* Adjust the height for smaller screens */
.wpdisplayLogs {
	height: 250px;
	width: auto;
}

.wpgsc-logs {
	font-size: 12px;
	min-height: 25px;
	padding: 0 8px;
}
.custom-image{
   margin-right: -16px;
   width: 100%;
   margin-top: -4px;
}
.gs-sidebar-block-wpform{
   margin-bottom: 2px;
	background: #fff;
	border: 1px solid #DFDFDF;
	border-radius: 5px;
	padding: 1.7em 2em 1em;
	margin-left: 20px;
	margin-top: 20px;
	width: 25%;
	height: 25%
 }
}

.wpform-box-help12 {
    width: auto;
    display: flex;
    justify-content: space-between;
    margin: 0;
    box-shadow: beige;
    padding: 2rem;
}

.col.wpform-box12,
.col.wpform-box13 {
  position: relative;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 0 0 rgba(0, 0, 0, .05);
  padding: 1.875rem;
  flex-basis: calc(50% - 0.5rem);
  border-radius: 6px;
}

.col.wpform-box12 {
  margin-right: 1rem;
}

.col.wpform-box12 header,
.col.wpform-box13 header {
  margin-bottom: 1rem;
}

.col.wpform-box12 h3,
.col.wpform-box13 h3 {
  font-size: 1.5rem;
  margin: 0;
}

.wpform-box-content12,
.wpform-box-content13 {
  margin-top: 1rem;
}

.wpform-list-icon12,
.wpform-list-icon13 {
  list-style: none;
  padding-left: 0;
}
.wpform-list-icon13 span  {
	position: absolute;
	left:0;
	top:0;
}


.wpform-list-icon12 li,
.wpform-list-icon13 li {
  display: flex;
  align-items: center;
  padding: 0 0 10px 25px;
  position: relative;
  margin: 0;
}

.wpform-list-icon12 li a,
.wpform-list-icon13 li a {
  display: flex;
  text-decoration: none;
  color: #333;
}

.wpform-list-icon12 li a:hover,
.wpform-list-icon13 li a:hover,
.wpform-list-icon12 li a:hover .icon-button,
.wpform-list-icon12 li a:hover strong,
.wpform-list-icon13 li a:hover strong{
  color: #2271b1;
}

.wpform-list-icon12 li .icon-button,
.wpform-list-icon13 li .icon-button {
  background: none;
  border: none;
  padding: 0;
  margin-right: 1rem;
  position: absolute;
  left: 0;
}

.wpform-list-icon12 li .icon-button i,
.wpform-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;
}

.wpform-list-icon12 li strong,
.wpform-list-icon13 li strong {
  color: black;
  font-weight: bold;
}

.wpform-list-icon12 li p,
.wpform-list-icon13 li p {
  margin: 0;
}

@media (max-width: 768px) {
.card-wp {
flex-wrap: wrap;
width:-webkit-fill-available;
justify-content: center;
}
   
#wpbody-content .wrap-gsc h2 {
    margin: 0;
    padding: 0 0px 25px;
    font-size: 19px;
    color: #6085cd;
}
.button-bar {
    margin: 0;
    display: flow;
    font-size: 15px;
    align-items: center;
    justify-content: flex-start;
}.row {
    display: flow;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}
    .integration-box {
        /* display: inline-block; */
        align-items: center;
        justify-content: flex-start;
        display: flex
;
        flex-wrap: wrap;
    }.dropdownoption-wpforms select {
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    min-height: 38px;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
    border-color: #ddd;
    /* margin-left: 40px; */
    
}
    #wpbody-content .wrap-gsc h2 {
        margin: 0;
        padding: 0 0px 25px;
        font-size: 19px;
        line-height: 26px;
        color: #6085cd;
    }
.gs-woo-in-fields,
.gs-sidebar-block,
.gs-support {
margin-right: 0;
margin-bottom: 20px;
}

.two-col.wpform-box-help12 {
flex-wrap: wrap;
justify-content: center;
margin-bottom: 1rem;
margin-left: 0;
margin-right: 0;
}

.col.wpform-box12,
.col.wpform-box13 {
flex-basis: 100%;
margin-right: 0;
}
}
#wp-gsc-cta {
  background-color: rgba(16, 172, 132, 0.06);
    border: 2px solid #10AC84;
    margin-bottom: 18px;
    display: flex;
    align-items: flex-start;
    border-radius: 6px;
    margin-top: 10px;
    position: relative;
    justify-content: flex-start;
    width: 100%;
    padding: 20px 20px 20px 75px;
    word-wrap: break-word;
    box-sizing: border-box;
    min-height: 82px;
}
#wp-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 */
#wp-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);
}
.wp-gsc-less-free {
    color: #5f8c80;
    font-size: 0.9375rem;
    font-weight: 500;
}

/* Style the text */
#wp-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 */
#wp-gsc-table .wp-gsc-less-free {
  width: 80%;
  word-wrap: break-word; 
}

/* Media query for smaller screens */
@media (max-width: 768px) {
#wp-gsc-table {
width: 45%;
}
#wp-gsc-table i.dashicons-lock {
margin-right: 0.5rem;
}
img.alignnone {
width: 100%;

}
    .dropdownoption-wpforms select {
        margin: 0;
        margin-bottom: 20px !important;
        width: 100%;
        min-height: 38px;
        font-family: inherit;
        font-size: inherit;
        cursor: inherit;
        line-height: inherit;
        border-color: #ddd;
        margin-left: 20px;
    }
    
}

p.deprecated-notice {
  font-size: 16px;
  font-weight: 600;
  line-height: initial;
  color: red;
}

.old_settings_steps{
    font-size: 16px;
    font-weight: 600; 
}
.clear-content-logs-msg-wp{
    font-weight: bold;
    color: green;
}


.gscpermission-notgiven {
	color: #d63638;
	font-weight:bold;
}
.gscpermission-given {
	color: #479C4B;
	font-weight:bold;
}


@media screen and (max-width: 1660px){
.gsheetconnector-list-item {
	height: 240px;
}

}
@media screen and (max-width: 1500px){
.gsheetconnector-list-item {
	width: 32%;
    height: 220px;	
}
.wrap-gsc, .gsheet-header, .breadcrumb, .nav-tab-wrapper { max-width:97%; }
}
@media screen and (max-width: 1366px){
    .wrap-gsc, .gsheet-header, .breadcrumb, .nav-tab-wrapper { max-width:97%; }
 

}
@media screen and (max-width: 1180px){
    .wrap-gsc, .gsheet-header, .breadcrumb, .nav-tab-wrapper { max-width:95%; }
 
.nav-tab {
    margin: 0 !important;
    padding: 10px 15px;
    font-size: 12px;
}
@media screen and (max-width: 769px){
    .dropdownoption-wpforms select {    
        margin: 0;
        margin-bottom: 20px !important;
        width: 100%;
        min-height: 38px;
        font-family: inherit;
        font-size: inherit;
        cursor: inherit;
        line-height: inherit;
        border-color: #ddd;
        margin-top: 20px !important;
    }
}
.gsheet-header {
	width:102%;
}
.gsheetconnector-list-item {
	width: 49%;
	height: 220px;
}
.gsheet-plugins {
min-height:200px; 
background-size: auto 80%;
}
.main-promotion-box p  br {
	display: none;
}
.dropdownoption-wpforms select {
    margin: 0;
    margin-bottom: 20px !important;
    width: 100%;
    min-height: 38px;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
    border-color: #ddd;
    /* margin-left: 40px; */
}
}
@media screen and (max-width: 1024px){
     .wrap-gsc, .gsheet-header, .breadcrumb, .nav-tab-wrapper { max-width:95%; }
.nav-tab {
    margin: 0 !important;
    padding: 10px 15px;
    font-size: 12px;
}
#wpbody-content .wrap-gsc h2 {
    margin: 0;
    padding: 0 0 25px;
    font-size: 20px;
    line-height: 24px !important;
    color: #6085cd;
}
.gs-name span { 
	left:0; 
	top:20px; 
}
.gsheetconnector-list-item {
    width: 49%;
    height: 220px;
}
.main-promotion-box h2 {
    font-size: 30px;
}
.main-promotion-box p {
    font-size: 16px;
}
.button-bar a {
    font-size: 14px;    
}
.wrap {
	overflow: hidden;
}
.wrap.gs-form {
	overflow: inherit;
	width: 100%;
}
	
}
@media screen and (max-width: 820px){
.gsheetconnector-list-item {
	width:65%;
}

.connected-account-wpform {
    color: #0085ba;
    font-weight: 500;
    font-size: 16px;
}
.wrap-gsc, .gsheet-header, .breadcrumb, .nav-tab-wrapper { max-width:90%; }
.main-promotion-box h2 br { display:none; }
.button-bar a { padding: 15px 30px; }
.gsheet-plugins {
    background-size: 100% auto; 
}
#wpbody-content .wrap-gsc h2 {
    margin: 0;
    padding: 0 0 25px;
    font-size: 20px;
    line-height: 24px !important;
    color: #6085cd;
}
}

@media screen and (max-width: 520px){
a.nav-tab.nav-tab-active, nav .nav-tab {
    border-bottom: 1px solid #c3c4c7;
}
.connected-account-wpform {
    color: #0085ba;
    font-weight: 500;
    font-size: 16px;
}
.button-bar a {
        font-size: 8px;
    }
    .button-bar a {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    background: #5fb78c;
    text-decoration: none;
    text-transform: uppercase;
    transition-property: color;
    transition-property: background;
    transition-duration: .4s;
    -webkit-transition-duration: 0.4s;
    transition-timing-function: ease-in-out, ease-out;
    outline: none;
    border: none;
    box-shadow: 0 0 0 0px #FFC107;
       
}
.integration-box {
        /* display: inline-block; */
        align-items: center;
        justify-content: flex-start;
        display: block;
        /* flex-wrap: wrap; */
    }
input#wp-deactivate-log {
    color: #fff;
    background: #5fb78c;
    padding: 11px 20px !important;
    border: none;
    font-weight: 500;
    margin: 0px;
    line-height: inherit !important;
    transition-property: color;
    transition-property: background;
    transition-duration: .4s;
    -webkit-transition-duration: 0.4s;
    transition-timing-function: ease-in-out, ease-out;
}
    .dropdownoption-wpforms select {
        margin: 0;
        margin-bottom: 20px !important;
        width: 100%;
        min-height: 38px;
        font-family: inherit;
        font-size: inherit;
        cursor: inherit;
        margin-top: 20px;
        line-height: inherit;
        border-color: #ddd;
        /* margin-left: 40px; */
    }

 input#wpforms-setting-google-access-code {
        width: 20em;
        min-height: 44px;
        opacity: 0.6;
        color: #6e7575;
       
        margin-bottom: 20px; 
        margin-top: 20px;
         padding-bottom: 0px;
    }
.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: 28px;
}
    .nav-tab {
        margin: 0 !important;
        padding: 10px 15px;
        font-size: 9px;
    }
    .gsheet-header .gsheet-logo {
    position: relative;
    padding-right: 10px;
}
.gsheet-header h1 span.title {
    font-size: 15px;
    font-weight: 600;
    background: #E95118;
        line-height: 17px;
    background: linear-gradient(to right, #E95118 0%, #EEB609 50%, #6EC833 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 10px;
}
.wrap-gsc, .gsheet-header, .breadcrumb, .nav-tab-wrapper { max-width:93%; }
.dashboard-gsc {
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: #7f868d;
}
.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 a.gsheet-help {
	 right: 0;
    top: 50px;	
}

.integration-box, .row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
	gap:10px;
}
select#ele_dro_option {
    width: 100%;
}
p.gs-integration-box {
	align-items: flex-start;
    flex-direction: column;
}
input#ele-code {
   width: 100%;
   margin-bottom:10px;
}
input#deactivate-log-ele {
    width: auto;
}

.two-col.gsc-elemnt-box-help12 {
    flex-wrap: wrap;
	box-shadow:3px 3px 3px rgba(0,0,0,0);	
}
.col.gsc-elemnt-box12, .col.gsc-elemnt-box13 {
	flex-basis:100%;
	margin-right:0;
	margin-bottom:20px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.05);	
}
.mf-formSelect {
    padding: 5px 10px 0 0;
}
.metforms-gs-fields label {
    margin: 0 10px 5px 0px;
}
input.mf-save-btn {
	margin-left:0;	
}
.metforms-gs-fields input {
    width: 92%;
}

.ele_api_option {
	flex-direction: column;	
}
.ele_api_input {
    width: 100%;
}
.ele-save, input#save-ele-reset {
	margin-left:0;
	margin-right:0;
	margin-bottom:10px;	
}

.main-promotion-box {
	padding:20px;
	flex-direction: column-reverse;	
}

.main-promotion-box .promotion-inner,
.gsheet-plugins {
	width:100%;	
}
.gsheetconnector-list-item{
	width:100%;
}	
	
/* .button-bar a {
    padding: 15px 20px;
} */

.wpform-gs-alert-kk {
    width:100%;
}

/* Table CSS */
.adding_extra_table, .info-content table, .info-container table {
    border: 0;
	overflow: hidden;
}

.adding_extra_table thead, .info-content table thead, .info-container table thead {
	border: none;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.adding_extra_table tr, .info-content table tr, .info-container table tr {
	border-bottom: 3px solid #ddd;
	display: block;
	margin-bottom: .625em;
}

.adding_extra_table td, .info-content table td, .info-container table td {
	border-bottom: 1px solid #ddd;
	display: block;
	text-align: left;
}
.info-container table td::before { 
	margin-right:25px; 
}
.adding_extra_table td::before, .info-content table td::before, .info-container table td::before {
	content: attr(data-label);
	float: left;
	font-weight: bold;
	text-transform: uppercase;
}
.adding_extra_table td:last-child, .info-content table td:last-child, .info-container table td:last-child {
	border-bottom: 0;
}
.adding_extra_table td, .info-content table td {
	word-break: break-all;
}
table .table-title { font-weight:normal; }
#wpbody-content .wrap-gsc h2 {
	line-height: normal;
}
.addon-item-header-meta-excerpt {
	height:66px;
	overflow: hidden;
}
.addon-item-header-meta {
	width: 64%;
}

}
@media screen and (max-width: 671px) and (min-width: 520px) {
    input#wp-deactivate-log {
        margin-left:0px;
    }
}