/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 .upgrade_to_pro{
	padding-top: 100px;
	padding: 15px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	margin-bottom: 20px;
	background: url('../images/xt_logo.png') no-repeat bottom 5%right 5% #fff;
	background-size: 20%;
}
.upgrade_to_pro h2{
	font-size: 22px !important;
	padding: 0px !important; 
}
.upgrade_button{
	height: 36px !important;
	padding: 0 20px !important;
	font-size: 16px !important;
}

.hide_frequency .import_frequency, .es_eventbrite_form tr.eventbrite_organizer_id{
  display: none;
}

.setting_bar {
    background-color: #f9f9f9;
    margin-bottom: 10px;
    padding: 6px 0 6px 12px;
}

.import_events_nav{
	background-color: #fafafa;
}

.import_events_nav ul.vercal_tabs{
	position: relative;
	float: left;
	list-style: none;
	width: 200px;
	line-height: 1em;
	margin: 0 0 -1px 0;
	padding: 0;
	background-color: #fafafa;
	border-right: 1px solid #eee;
	box-sizing: border-box;
}

.import_events_nav ul.vercal_tabs li {

    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 20px;

}

.import_events_nav ul.vercal_tabs li a {
    display: block;
    margin: 0;
    padding: 12px;
    line-height: 20px !important;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    box-shadow: none;
    font-size: 14px;
}

.import_events_nav ul.vercal_tabs li.active a {
    position: relative;
    font-weight: 700;
    color: #555;
    background-color: #fff;
    margin: 0px -1px 0px 0px;
    border-left: 2px solid #00a0d2;
}

.import_events_nav_content {
    float: left;
    width: calc(100% - 200px);
    margin-left: -1px;
    border-left: 1px solid #eee;
    padding: 20px;
	box-sizing: border-box;
	background-color: #fff;
}

.event-schema-page-content{
	background-color: #fff;
	border: 1px solid #ccc;	
	margin: 20px 0;
}

@media ( max-width: 460px ){
	.import_events_nav ul.vercal_tabs{
		float: none;
		width: 100%;
	}
	.import_events_nav_content {
	    float: none;
	    width: 100%;
	}
}

.es_container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.es_container *:before,
.es_container *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.es_container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.es_row {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.xtei-column{
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.es_container:before,
.es_container:after,
.es_row:before,
.es_row:after {
  content: " ";
  display: table;
}

.es_container:after,
.es_row:after {
  clear: both;
}

.es_well{
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    margin: 10px 0;
    padding: 8px 20px 12px;
}
.es_label{
    font-weight: bold;
    margin-right: 20px;
    display: block;
    margin-bottom: 5px;
}
.es_small {
    font-size: 13px;
    color: #777;
    display: block;
    margin-top: 5px;
}
.es_submit_button{
    margin-top: 10px !important;
}

/*#poststuff .stuffbox > h3, #poststuff h2, #poststuff h3.hndle {
    padding-bottom: 0px;
}*/
.es_element {
    margin-top: 5px;
    margin-bottom: 20px;
}
.es_small span.borderall {
    border: 2px solid red;
}
.tecauto_cat, .emauto_cat{
  display: none;
  margin-left: 25px;
}

.es_desciption {
    display: block;
    margin-left: 25px;
    font-size: 13px;
    font-style: italic;
    color: #bababa;
}

/* Meta box design */
table.es_form_table td, table.es_form_table th {
    padding: 2px 10px;
    text-align: left;
}
table.es_form_table{
  width: 100%;
}
table.es_form_table td input[type="text"]{
  vertical-align: bottom;
}
table.es_form_table tr td:nth-child(1) {
  width: 160px;
}


.plugin_box {
    width: 24%;
    float: left;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    margin-bottom: 20px;
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.plugin_box .plugin_img{
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.plugin_box h3{
    margin: 0.5em 0;
}
.plugin_box .plugin_content{
    padding: 10px 10px 20px 10px;
}
 @media (max-width: 1300px ){
    .plugin_box {
        width: 32.333%;
    }
}
@media (max-width: 1080px ){
    .plugin_box {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
}
 @media (max-width: 1080px ){
    .plugin_box {
        width: 100%;
        float: none;
    }
}
/*support page start*/
.es-about-us-plugins {
  margin-top: 20px;
  width: 100%;
}

.es-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 2rem;
  margin-left: -.5rem;
  margin-right: -.5rem;
}

.es-about-us-plugins .es-plugin {
  flex-direction: column;
  font-size: 14px;
  line-height: 24px;
  width: 50%;
}

.es-col.es-text-xs-left {
  text-align: left !important;
}

.es-about-us-plugins .es-plugin .es-plugin-main {
  display: flex;
  flex-direction: row;
  padding: 22px;
  flex-grow: 1;
}

.es-about-us-plugins .es-plugin-footer {
  background-color: #fff;
  box-shadow: 0 2px 5px #0000000d;
  border: 1px solid #E8E8EB;
}

.es-about-us-plugins .es-plugin .es-plugin-main img {
  margin: 0 30px 0 0;
}

.es-about-us-plugins .es-plugin .es-plugin-main img {
  width: 50px;
  max-width: 50px;
  max-height: 50px;
}

.es-about-us-plugins .es-plugin .es-plugin-main .es-main-name {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  color: #141b38;
}

.es-about-us-plugins .es-plugin .es-plugin-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
}

.es-about-us-plugins .es-plugin .es-plugin-main,  .es-about-us-plugins .es-plugin .es-plugin-footer {
  background-color: #fff;
  box-shadow: 0 2px 5px #0000000d;
  border: 1px solid #E8E8EB;
}

.es-about-us-plugins .es-plugin .es-plugin-footer .es-footer-status {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}

.es-about-us-plugins .es-plugin .es-plugin-footer .es-footer-status div {
  margin-right: 12px;
}

.es-about-us-plugins .es-plugin .es-plugin-footer .es-footer-status .es-footer-status-label {
  color: #8c8f9a;
}

.es-about-us-plugins .es-plugin .es-plugin-footer .es-footer-status div {
  display: inline-block;
}

.es-support-features-card,  .es-support-features-card2 {
  display: flex;
  flex-basis: 32%;
  flex-wrap: nowrap;
  flex-grow: 1;
  box-sizing: border-box;
  margin: .5rem;
  background-color: #fff;
}

.es-support-features-card2 {
  flex-basis: 48%;
}

.es-support-features-card:last-child, .es-support-features-card2:last-child {
  max-width: 100%
}

@media (min-width: 661px) {
  .es-support-features-card, .es-support-features-card2 {
      margin-bottom: 1%
  }
}

@media (max-width: 660px) {
  .es-support-features-card, .es-support-features-card2 {
      max-width: 100%;
      margin-bottom: .5rem
  }
}

@media (min-width: 481px) {
  .es-support-features-card {
      padding: 2rem
  }
}

@media (max-width: 480px) {
  .es-support-features-card {
      padding: 1rem;
  }
  .es-support-features-card2{
      padding: 0;
  }
  .es-about-us-plugins .es-plugin{
      width: 100%;
  }
}

.es-support-features-list {
  list-style: initial;
  margin-left: 1rem
}

.es-support-features-img {
  width: 5.625rem;
  margin-right: .5rem;
  line-height: 1
}

@media (min-width: 961px) {
  .es-support-features-img {
      width: 6.5rem;
      margin-right: 1.125rem
  }
}

.es-support-features-icon {
  display: block;
  max-width: 80%;
  margin-left: 0px;
}

@media (min-width: 481px) {
  .es-support-features-icon {
      max-width: 80%;
      margin-left: 0px;
  }
}

.es-support-features-text {
  flex: 1
}

.es-support-features-title {
  margin: 0
}

.es-support-features, .es-support-features2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 2rem;
  margin-left: -.5rem;
  margin-right: -.5rem
}

@media (max-width: 660px) {
  .es-support-features, .es-support-features2  {
      display: block
  }
}
/*end support page*/

/* Start Tab */
.ec-app .var-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 0 auto;
    padding: 0 var(--tab-padding);
    font-size: var(--tab-font-size);
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: none;
}

a.var-tab.var--box.var-tab--inactive:focus {
    box-shadow: none;
}

.ec-app .var-tab--active {
    color: #005AE0;
    border-bottom: 3px solid #005AE0;
}

.ec-app .var-tab--inactive {
    color: var(--tab-inactive-color)
}

.ec-app .var-tabs {
    border-radius: var(--tabs-radius);
    background: var(--tabs-background);
    overflow: hidden;
    transition: background-color .25s
}

.ec-app .var-tabs__tab-wrap {
    position: relative;
    display: flex;
    height: 100%
}

.ec-app .var-tabs--layout-horizontal {
    flex-direction: row
}

.ec-app .var-tabs--layout-horizontal-scrollable {
    overflow-x: auto;
    overflow-y: hidden
}

.ec-app .var-tabs--layout-horizontal-scrollable::-webkit-scrollbar {
    display: none
}

.ec-app .var-tabs--layout-horizontal-padding {
    padding: 0 var(--tabs-padding)
}

.ec-app .var-tabs--layout-horizontal-indicator {
    bottom: 0;
    height: var(--tabs-indicator-size)
}

.ec-app .var-tabs--layout-horizontal-indicator {
    right: 0
}

.ec-app .var-tabs--layout-horizontal-reverse-indicator {
    top: 0;
    height: var(--tabs-indicator-size)
}

.ec-app .var-tabs--layout-horizontal-reverse-indicator {
    right: 0
}

.ec-app .var-tabs--layout-horizontal-indicator-inner {
    width: var(--tabs-indicator-inner-size);
    height: 100%
}


.ec-app .var-tabs--item-horizontal {
    height: var(--tabs-item-horizontal-height)
}

.ec-app .ec-tabs {
    display: flex;
    align-items: center;
    --tabs-item-horizontal-height: 52px;
    --tabs-radius: 2px;
    --tabs-padding: 0;
    --tabs-indicator-size: 2px;
    --tabs-background: none;
    --tabs-indicator-inner-size: 100%;
    --tab-padding: 18px;
    --tab-inactive-color: #141B38;
    --tab-font-size: 14px;
}

.ec-app .var-tabs {
    margin-bottom: -2px
}

.ec-app .var-tabs .var-tab {
    font-weight: 600;
    white-space: pre;
    position: relative;
    overflow: hidden;
    text-decoration : none;
}

.ec-app .ec-tabs {
    display: flex;
    border-bottom: 2px solid #E8E8EB;
    position: relative;
    margin-bottom: var(--ec-gutter)
}

.ec-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1240px;
}


html:not([data-scroll="0"]) .ec-header {
    box-shadow: 0 2px 5px #0000000d;
    transition: box-shadow .6s
}
/* End Tabs*/

/* start header */
.ec-header {
    z-index: 1051;
    top: 32px;
    right: 0;
    left: 160px;
    background-color: #fff;
    height: var(--ec-header-height, 72px);
    color: #141b38
}

.ec-header .ec-header-content {
    padding: 0;
    display: flex;
    height: 72px;
    align-items: center;
    gap: 4px
}

.ec-header .ec-header-content a:focus {
    box-shadow: none
}

.ec-header .ec-header-content .spacer {
    display: inline-flex;
    width: 20px;
    height: 2px;
    background: #d0d1d7
}

.ec-header .ec-header-content .spacer {
    transform: rotate(70deg)
}

.ec-header .ec-header-content .page-name {
    display: inline-flex;
    font-size: 16px;
    font-weight: 400;
    flex: 1 0 auto
}

.ec-header .ec-header-content .header-actions {
    display: flex
}

.ec-header .ec-header-content .header-actions .round {
    position: relative;
    background-color: #f3f4f5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color .2s ease
}

.ec-header .ec-header-content .header-actions .round {
    margin-right: 10px
}

.ec-header .ec-header-content .header-actions .round svg {
    width: 20px;
    height: 20px
}

.ec-header .ec-header-content .header-actions .round:hover {
    background-color: #e5e7e9
}

@keyframes bounce {

    0%,
    25%,
    50%,
    75%,
    to {
        transform: translate(-50%)
    }

    40% {
        transform: translate(-50%, -8px)
    }

    60% {
        transform: translate(-50%, -4px)
    }
}

.ec-card {
    position: relative;
    color: #141b38;
    background-color: #fff;
    border: 1px solid #E8E8EB;
    box-shadow: 0 2px 5px #0000000d;
    margin: var(--ec-gutter) 0
}

.ec-card svg.ec-circle-question-mark {
    width: 17px;
    height: 17px;
    color: #8c8f9a;
    transition: background-color .2s ease
}

.ec-card svg.ec-circle-question-mark:hover {
    color: #5a5c66
}

.ec-card>.header {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 20px;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid #E8E8EB
}

.ec-card>.header.toggles {
    cursor: pointer
}

.ec-card>.header .text {
    flex: 1 1 auto;
    display: flex;
    align-items: center
}

.ec-card>.header .text>* {
    cursor: auto
}

.ec-card>.header .text .header-icon {
    display: flex
}

.ec-card>.header .text .header-icon svg {
    width: 24px;
    height: 24px
}

.ec-card>.header .text .header-icon svg {
    margin-left: 16px
}

.ec-card>.header .text .header-title {
    display: flex;
    align-items: center
}

.ec-card>.header .text svg.ec-circle-question-mark {
    cursor: pointer;
    width: 17px;
    height: 17px
}

.ec-header .wpdb-header-content {
    padding: 0;
    display: flex;
    height: 72px;
    align-items: center;
    gap: 4px;
}
.ec-header .wpdb-header-content .spacer {
    transform: rotate(-70deg);
}
.ec-header .wpdb-header-content .spacer {
    display: inline-flex;
    width: 20px;
    height: 2px;
    background: #d0d1d7;
}

.ec-header .wpdb-header-content .page-name {
    display: inline-flex;
    font-size: 16px;
    font-weight: 400;
    flex: 1 0 auto;
}
.ec-header .wpdb-header-content .header-actions {
    display: flex;
}

.ec-header .wpdb-header-content .header-actions .round {
    margin-left: 10px;
}
.ec-header .wpdb-header-content .header-actions .round {
    position: relative;
    background-color: #f3f4f5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color .2s ease;
}
/* end header*/

/* plugin common Css start */ 
#wpcontent{
    padding-left: 0;
}

#poststuff #post-body.columns-2 {
    margin-right: 0;
}
.notice{
  display: none !important;
}
.ec-notice{
  display: block !important;
}
/* plugin common css end */

/* start footer section */
.ec-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0 30px;
    margin-top: 70px;
}
.ec-footer div:first-of-type {
    font-weight: 600;
}
.ec-footer div {
    margin-top: 10px;
}
.ec-footer .ec-links a {
    color: #005ae0;
}

.ec-footer .ec-social-links a:focus {
    box-shadow: none;
}

.ec-footer .ec-social-links a:hover {
    color: #005AE0;
}

.ec-footer div svg.ec-facebook, .ec-footer div svg.ec-linkedin {
    width: 16px;
    height: 16px;
}
.ec-footer div svg.ec-twitter, .ec-footer div svg.ec-youtube {
    width: 17px;
    height: 16px;
}
.ec-footer .ec-social-links a{
    text-decoration : none;
    color: #787c82;
}
/* end footer section*/


.xtec-pro-badge {
    margin-left: 5px;
    height: 22px;
    border-radius: 3px;
    background: #005AE0;
    color: #FFF;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    display: inline-flex;
    padding: 0 4px;
    align-items: center;
}

.ec-pro-upgrade-wrapper {
    position: relative;
    text-align: center;
    padding: 50px 20px;
    background: #ffffff;
    border: 2px dashed #005AE0;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.ec-pro-upgrade-message {
    font-size: 18px;
    font-weight: bold;
    color: #005AE0;
    margin-bottom: 15px;
}

.ec-pro-upgrade-btn {
    display: inline-block;
    padding: 12px 25px;
    background: #005AE0;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.ec-pro-upgrade-btn:hover {
    background: #0041a8;
    box-shadow: 0 6px 12px rgba(0,0,0,0.3);
    color:#fff;
}

.ec-pro-upgrade-subtext {
    margin-top: 15px;
    font-size: 14px;
    color: #000000;
}

.ec-card .ec-content {
  font-size: 14px;
  line-height: 22px;
  padding: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.xtlf_source_import input[type="text"],
.xtlf_source_import input[type="number"],
.xtlf_source_import select {
  width: 45%;
  max-width: 100%;
}

.ec-title-text{
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
}

.wpec_button {
    font-weight: 600 !important;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color .2s ease;
    position: relative;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
    letter-spacing: normal;
    background-color: #005AE0;
    border: 0;
}
.wpec_button:hover, .wpec_button:active, .wpec_button:focus {
    background-color: #0049b3;
    border: 0;
    color: #fff;
}

.ec-inner-single-row-left{
  width: 30%;
}
.ec-inner-single-row-right{
  width: 70%;
}

.xtei-settings-wrapper {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    max-width: 100%;
}

.xtei-section-title {
    font-size: 20px !important;
    text-align: center;
    padding: 0 0 20px 0 !important;
    margin-bottom: 20px;
    font-weight: 600;
}

.xtei-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}
@media (max-width: 768px) {
    .xtei-grid {
        grid-template-columns: 1fr;
    }
}

.xtei-item {
    background: #f8f9fb;
    border: 1px solid #e3e3e3;
    padding: 18px 20px;
    border-radius: 10px;
    position: relative;
}


.xtei-pro-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #005AE0;
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
}

.xtei-item.xtei-pro .xtei-pro-badge {
    opacity: 1 !important;
}

.xtei-label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

.xtei-help {
    font-size: 13px;
    opacity: 0.75;
    margin-top: 8px;
    line-height: 1.4;
}

.xtei-switch {
    position: relative;
    width: 46px;
    height: 22px;
    display: inline-block;
}

.xtei-switch input {
    display: none;
}

.xtei-slider {
    position: absolute;
    top: 0; left: 0;
    right: 0; bottom: 0;
    background: #ccc;
    border-radius: 22px;
    cursor: pointer;
    transition: .3s ease;
}

.xtei-slider:before {
    content: "";
    position: absolute;
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 2px;
    background: #fff;
    border-radius: 50%;
    transition: .3s ease;
}

.xtei-switch input:checked + .xtei-slider {
    background: #005AE0;
}

.xtei-switch input:checked + .xtei-slider:before {
    transform: translateX(24px);
}

.xtei-save-wrap {
    margin-top: 25px;
}
svg.ec-circle-question-mark{
    color : #000000;
}


.xtei-pro-link {
    display: inline-block;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #005AE0;
    text-decoration: underline;
}

.xtei-pro-link:hover {
    color: #005AE0;
}
.wpec_upgrade_pro {
  background: #1da867;
}