/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.toplevel_page_facebook_import #TB_window.thickbox-loading:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  margin: -10px 0 0 -10px;
  background: #fcfcfc url(../../../../../wp-admin/images/spinner.gif) no-repeat center;
  background-size: 20px 20px;
  transform: translateZ(0);
}

.toplevel_page_facebook_import #TB_window {
  background: #fcfcfc;
}

.toplevel_page_facebook_import #TB_title {
  float: left;
  height: 1px;
}

.toplevel_page_facebook_import #TB_ajaxWindowTitle {
  display: none;
}

.toplevel_page_facebook_import #TB_closeWindowButton {
  left: auto;
  right: -30px;
  color: #eee;
}

.toplevel_page_facebook_import #TB_closeWindowButton:hover,
.toplevel_page_facebook_import #TB_closeWindowButton:focus {
  color: #00a0d2;
  outline: none;
  box-shadow: none;
}

.toplevel_page_facebook_import .tb-close-icon {
  display: none;
}

.toplevel_page_facebook_import #TB_closeWindowButton:after {
  content: "\f335";
  font: normal 32px/29px 'dashicons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 830px) {
  .toplevel_page_facebook_import #TB_closeWindowButton {
    right: 0;
    top: -30px;
  }
} 

/* Support page CSS */
.ife-support-features-card {
  display: flex;
  flex-basis: 32%;
  flex-wrap: nowrap;
  flex-grow: 1;
  box-sizing: border-box;
  margin: .5rem;
  background-color: #fff;
  box-shadow: 0 0 0 1px #ccd0d4, 0 1px 1px 1px rgba(0, 0, 0, 0.04)
}

.ife-support-features-card:last-child {
  max-width: 100%
}

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

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

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

@media (max-width: 480px) {
  .ife-support-features-card {
      padding: 1rem
  }
}

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

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

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

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

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

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

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

.ife-support-features {
  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) {
  .ife-support-features {
      display: block
  }
}

/*Upgrade to pro link CSS*/
.ife_upgrade_pro {
  background: #1da867;
}

#ife_edit_scheduled_import .form-table td input{
  width: 100%;
}
#ife_edit_scheduled_import .form-table td select{
  width: 100%;
}

.ife_google_maps_api_key, .ife_google_geolocation_api_key{
  width: 50%;
}

.ife_tab_container {
  margin: 20px 10px;
}

.ife_nav_tabs {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ife_nav_tabs li {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-bottom: none;
  background-color: #f2f2f2;
  color: #333;
}

.ife_tab_content {
  display: none;
  color: #333;
}

.ife_tab_content.var-tab--active {
  display: block;
}

.ife_navbar {
  background-color: #f2f2f2;
  padding: 10px;
}

.ife_nav_tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.ife_nav_tabs li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  background-color: #dcdcde;
  color: #333;
  border: 1px solid #ccc;
  border-bottom: none;
  margin-bottom: -1px;
}

.ife_nav_tabs li.active {
  font-weight: bold;
  background-color: unset;
  border-bottom: 1px solid #f0f0f1;
}

.ife_gmap_error_message{
  font-weight: bold;
  color: red;
  margin-left: 10px;
}
.ife_gmap_success_message{
  font-weight: bold;
  color: green;
  margin-left: 10px;
}

.ife_loader {
  position: relative;
  display: none;
}

.ife_loader::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 10px;
  height: 10px;
  background-color: #333;
  border-radius: 50%;
  animation: pulse 1s ease-in-out infinite;
}

@keyframes pulse {
  0% { transform: scale(0); }
  50% { transform: scale(1.2); }
  100% { transform: scale(0); }
}

.ife-lh{
  line-height: 1.5 !important;
}

.ife_link_cp{
  width: 10%;
  text-align: left;
}

/* new Layout Start */
.ife-inner-main-section{
  display: flex;
}
.ife-inner-section-1{
  width : 20%;
}
.ife-inner-section-2{
  width : 80%;
}

.ife-inner-section-2 .ife-texonomy-section{
  display: flex;
  gap: 30px;
}

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

/*
* tab css
*/
.ife-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;
}

.ife-app .var-tab--active {
  color: #2271b1;
  border-bottom: 3px solid #2271b1;
}

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

.ife-app .var-tab--disabled {
  color: var(--tab-disabled-color);
  cursor: not-allowed
}

.ife-app .var-tab--horizontal {
  flex-direction: row
}

.ife-app .var-tab--vertical {
  flex-direction: column
}

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

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

.ife-app .var-tabs__indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  transition-property: width, transform;
  transition-duration: .3s
}

.ife-app .var-tabs__indicator-inner {
  background: var(--tabs-indicator-background)
}

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

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

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

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

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

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

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

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

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

.ife-app .var-tabs--layout-vertical {
  flex-direction: column
}

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

.ife-app .var-tabs--layout-vertical-scrollable::-webkit-scrollbar {
  display: none
}

.ife-app .var-tabs--layout-vertical-padding {
  padding: 0
}

.ife-app .var-tabs--layout-vertical-indicator {
  top: 0;
  width: var(--tabs-indicator-size)
}

.ife-app .var-tabs--layout-vertical-indicator {
  right: 0
}

.ife-app .var-tabs--layout-vertical-reverse-indicator {
  top: 0;
  width: var(--tabs-indicator-size)
}

.ife-app .var-tabs--layout-vertical-reverse-indicator {
  left: 0
}

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

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

.ife-app .var-tabs--item-vertical {
  height: var(--tabs-item-vertical-height)
}

.ife-app .var-tabs--fixed-bottom {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 99
}

.ife-app .var-tabs--fixed-bottom {
  right: 0
}

.ife-app .var-tabs--safe-area {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  box-sizing: content-box !important
}

.ife-app .ife-tabs {
  display: flex;
  align-items: center;
  --tabs-item-horizontal-height: 52px;
  --tabs-item-vertical-height: 66px;
  --tabs-radius: 2px;
  --tabs-padding: 0;
  --tabs-indicator-size: 2px;
  --tabs-indicator-background: #005AE0;
  --tabs-background: none;
  --tabs-indicator-inner-size: 100%;
  --color-text-disabled: #8c8f9a;
  --tab-padding: 18px;
  --tab-active-color: #005AE0;
  --tab-inactive-color: #141B38;
  --tab-disabled-color: var(--color-text-disabled);
  --tab-font-size: 14px;
  --tab-line-height: 22px
}

.ife-app .ife-tabs.internal {
  --tab-padding: 25px;
  margin-bottom: 0
}

.ife-app .ife-tabs.skinny {
  --tab-padding: 16px
}

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

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

.ife-app .var-tabs .var-tab span.ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: ife-ripple .6s linear;
  background-color: #0000004d;
  text-decoration : none;
  border-bottom: 2px solid #2271b1;
}

@keyframes ife-ripple {
  to {
      transform: scale(3);
      opacity: 0
  }
}

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

.ife-app .ife-tabs .button-right,
.ife-app .ife-tabs .tabs-extra {
  position: absolute
}

.ife-app .ife-tabs .button-right,
.ife-app .ife-tabs .tabs-extra {
  left: 0
}

.ife-app .ife-tabs .tab-score {
  display: inline-flex;
  font-weight: 700;
  line-height: normal;
  font-size: 12px
}

.ife-app .ife-tabs .tab-score {
  padding-right: 12px
}

.ife-app .ife-tabs .tab-score.green {
  color: #00aa63
}

.ife-app .ife-tabs .tab-score.orange {
  color: #f18200
}

.ife-app .ife-tabs .tab-score.red {
  color: #df2a4a
}

.ife-app .ife-tabs .tab-score svg {
  display: inline
}

.ife-app .ife-tabs .tab-score svg {
  margin-left: 4px
}

.ife-app .ife-tabs .warning {
  color: #f18200 !important
}

.ife-app .ife-tabs .warning svg {
  position: relative;
  top: 2px;
  display: inline;
  color: #f18200 !important
}

.ife-app .ife-tabs .warning svg {
  right: 5px
}

.ife-app .ife-mobile-tabs {
  --mobile-font-size: 14px;
  height: 40px;
  margin-top: 20px;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  width: 100%
}

.ife-app .ife-mobile-tabs .active-tab {
  --spacing-x: 20px;
  align-items: center;
  color: #005ae0;
  cursor: pointer;
  display: inline-flex;
  min-height: 100%;
  position: relative
}

.ife-app .ife-mobile-tabs .active-tab {
  padding-right: var(--spacing-x)
}

.ife-app .ife-mobile-tabs .active-tab div {
  font-size: var(--mobile-font-size)
}

.ife-app .ife-mobile-tabs .active-tab div span {
  background-color: #005ae0;
  bottom: -2px;
  height: 2px;
  position: absolute;
  z-index: 10
}

.ife-app .ife-mobile-tabs .active-tab div span {
  right: 0;
  left: calc(var(--spacing-x) * -2)
}

.ife-app .ife-mobile-tabs .active-tab svg.ife-caret {
  --caret-size: 24px;
  height: var(--caret-size);
  position: absolute;
  top: calc(50% - var(--caret-size) / 2);
  transition: transform .3s;
  width: var(--caret-size)
}

.ife-app .ife-mobile-tabs .active-tab svg.ife-caret {
  right: 100%;
  transform: rotate(-180deg)
}

.ife-app .ife-mobile-tabs .active-tab svg.ife-caret.rotated {
  transform: rotate(0)
}

.ife-app .ife-mobile-tabs .tab-dropdown {
  border: 1px solid #E8E8EB;
  border-top: none
}

.ife-app .ife-mobile-tabs .tab-links {
  background: #fff;
  position: relative;
  z-index: 3;
  padding: 8px;
  width: 100%;
  max-width: 300px
}

@media screen and (max-width: 782px) {
  .ife-app .ife-mobile-tabs .tab-links {
      max-width: 100%
  }
}

.ife-app .ife-mobile-tabs .tab-links a {
  font-size: var(--mobile-font-size);
  padding: 10px;
  display: block;
  color: #141b38;
  text-decoration: none
}

.ife-app .ife-mobile-tabs .tab-links a:hover {
  color: #005ae0
}
#wpcontent{
  padding-left: 0;
}

#poststuff #post-body.columns-2 {
  margin-right: 0;
}

.ife-app .ife-upgrade-bar {
  display: flex;
  align-items: center;
  height: 40px;
  background-color: #00aa63;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  padding: 0 20px
}

.ife-app .ife-upgrade-bar .upgrade-text {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center
}

.ife-app .ife-upgrade-bar .upgrade-arrow {
  font-size: 15px;
  text-decoration: none
}

.ife-app .ife-upgrade-bar .upgrade-arrow:hover {
  text-decoration: none
}

.ife-app .ife-upgrade-bar strong {
  font-weight: 600
}

.ife-app .ife-upgrade-bar svg.ife-logo-gear {
  width: 20px;
  height: 20px;
  min-width: 20px
}

.ife-app .ife-upgrade-bar svg.ife-logo-gear {
  margin-left: 14px
}

.ife-app .ife-upgrade-bar svg.ife-close {
  cursor: pointer;
  width: 12px;
  height: 12px
}

.ife-app .ife-upgrade-bar a {
  color: #fff;
  text-decoration: underline
}

.ife-app .ife-upgrade-bar a:hover {
  text-decoration: none
}

@media screen and (max-width: 782px) {
  .ife-app .ife-upgrade-bar {
      padding: 0 10px;
      height: 60px
  }
}

.ife-container-fluid,
.ife-container {
  margin-right: auto;
  margin-left: auto
}

.ife-container {
  /* padding: 0;
  width: calc(100% - 20px * 2); */
  /* max-width: 1500px; */
  /* max-width: 1240px; */
  max-width: 1350px;
}

.ife-container.full-width {
  width: 100%;
  max-width: 100%
}

.ife-container.small {
  max-width: 810px
}

.ife-container-fluid.hero,
.ife-container.hero {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center
}

.ife-container-fluid {
  padding-right: 2rem;
  padding-left: 2rem
}

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





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

.ife-header .mascot {
  width: 35px;
  height: auto
}

.ife-header .mascot {
  margin-right: 10px
}

.ife-header .mascot {
  margin-left: 10px
}

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

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

.ife-header .ife-header-content svg.ife-logo {
  height: 20px
}

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

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

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

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

.ife-header .ife-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
}

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

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

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

.ife-header .ife-header-content .header-actions .number {
  position: absolute;
  background-color: #df2a4a;
  width: 16px;
  height: 16px;
  font-weight: 600;
  font-size: 10px;
  color: #fff;
  top: -8px;
  margin: 0;
  animation: bounce 2s 5;
  will-change: transform
}

.ife-header .ife-header-content .header-actions .number {
  right: 50%;
  transform: translate(50%)
}

.ife-header .ife-header-content .header-actions .number:hover {
  background-color: #df2a4a
}

@keyframes bounce {

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

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

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

.ife-header .fade-percent-circle-enter-active,
.ife-header .fade-percent-circle-leave-active {
  transition: opacity .5s
}

.ife-header .fade-percent-circle-enter-from,
.ife-header .fade-percent-circle-leave-to {
  opacity: 0
}


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

.ife-card.disabled .ife-content {
  background: #f9f9fa
}

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

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

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

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

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

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

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

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

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

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

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

.ife-tooltip {
  position: relative;
  display: inline-block;
}

.ife-circle-question-mark {
  cursor: pointer;
  width: 17px;
  height: 17px;
  color: #000;
  transition: background-color 0.2s ease;
  margin: 5px 5px 0 5px;
}

.ife-circle-question-mark:hover + .ife-popper {
  display: block;
}

.ife-popper {
  display: none;
  position: absolute;
  left: 10px;
  top: -10px;
  transform: translate(-50%, -100%);
  text-align: left;
  padding: 10px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 4.8px rgba(32, 71, 102, 0.27);
  z-index: 9999;
  width: 300px;
  line-height: 1.4;
  white-space: normal;
}

.ife-popper__arrow {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}

.ife-card>.header .text .header-title .ife-tooltip>div:has(svg),
.ife-card>.header .text .header-title+.ife-tooltip>div:has(svg) {
  display: inline-flex
}

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

.ife-blur-filter {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.ife-blur-filter .ife-blur-filter-cta {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #E8E8EB;
  box-shadow: 0 2px 10px #005ae033;
  color: #141b38;
  font-size: 16px;
  font-weight: 600;
  width: 80%;
  text-align: center;
}

.ife-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;
}

.ife-pro-badge {
  margin-right: 5px
}

.ife-card>.header .text .card-score {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px
}

.ife-card>.header .text .card-score {
  padding-left: 10px
}

.ife-card>.header .text .card-score.green {
  color: #00aa63
}

.ife-card>.header .text .card-score.orange {
  color: #f18200
}

.ife-card>.header .text .card-score.red {
  color: #df2a4a
}

.ife-card>.header .text .card-score svg {
  margin-left: 4px
}

.ife-card>.header svg.ife-caret {
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: transform .3s
}

.ife-card>.header svg.ife-caret {
  transform: rotate(180deg)
}

.ife-card>.header svg.ife-caret.rotated {
  transform: rotate(-90deg)
}

.ife-card>.header svg.ife-caret.rotated {
  transform: rotate(360deg)
}

.ife-card>.header svg.ife-close {
  width: 14px;
  height: 14px;
  cursor: pointer
}

/* end header*/

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

.ife-card div.ife-settings-row:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0
}

@media only screen and (max-width: 911px) {

  .ife-col.col-sm-12>.ife-card:last-child,
  .ife-col.col-xs-12>.ife-card:last-child {
      margin-bottom: 0
  }

  .ife-col.col-sm-12+.ife-col>.ife-card:first-child,
  .ife-col.col-xs-12+.ife-col>.ife-card:first-child {
      margin-top: 0
  }
}




/* header css */
.ife-header{
  top: 32px;
}
.ife-header {
  left: 160px;
}
.ife-header {
  position: absolute;
  z-index: 1051;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  height: 72px;
  color: #141b38;
}

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

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

.ife-header .ife-header-content .header-actions .round {
  margin-left: 10px;
}
.ife-header .ife-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;
}

.ife-wrap{
  top: 10px;
  position: relative;
}

.notice {
  margin: 10px 0;
}
/* end header*/

/*support page start*/
.ife-about-us-plugins {
  margin-top: 20px;
  width: 100%;
}

.ife-row {
  /* box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap; */
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 2rem;
  margin-left: -.5rem;
  margin-right: -.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*support page end */

/* start new support page*/
/* Support page CSS */
.ife-support-features-card,  .ife-support-features-card2 {
  display: flex;
  flex-basis: 32%;
  flex-wrap: nowrap;
  flex-grow: 1;
  box-sizing: border-box;
  margin: .5rem;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ife-support-features, .ife-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) {
  .ife-support-features, .ife-support-features2  {
      display: block
  }
}
/*end new support page*/

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

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

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

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

form#ife_setting_form {
  display: flex
;
  flex-direction: column;
  gap: 20px;
}

/* end footer section*/

/* dashboard css start*/
#ife-dashboard{
  max-width: 1040px;
  margin: 0 auto 20px;
  box-sizing: border-box;
}

.ife-w-box {
  text-align: center;
  padding: 25px;
  border-radius: 15px;
  border: 1px solid #e3e5e7;
}

.ife-intro-section .ife-w-box-content.ife-intro-section-welcome {
  max-width: 600px;
  margin: 0 auto;
}

.ife-intro-section .ife-w-box-content {
  text-align: center;
}


#ife-dashboard .ife-intro-section .ife-intro-section-link-tag.ife-button-primary{
  color: #fff !important;
  font-weight: 500 !important;
  border-radius: 60px !important;
  text-shadow: none !important;
  background: #005AE0 !important;
  border: none !important;
  transition: .24s !important;
}
#ife-dashboard .ife-intro-section .ife-intro-section-link-tag {
  font-weight: 500;
  border-radius: 60px;
  text-shadow: none;
  background: #fff;
  background: linear-gradient(95deg, #fff 0, #fff 50%, #fff 100%) !important;
  border: 1px solid #005AE0;
  transition: .24s;
}
#ife-dashboard a {
  color: #005AE0;
  text-decoration: none;
}
a.ife-intro-section-link-tag.button.button-hero {
  margin: 30px 10px;
}
.ife-intro-section-links.wp-core-ui{
  text-align: center;
}
.ife-col-sm-3 {
  width: 25%;
}
.ife-counter-main-container{
  display: flex;
  gap: 30px;
  margin-bottom:20px;
}
.ife_dash_count {
  font-size: 40px !important;
  font-weight: 500;
  margin: 10px;
  color: #005AE0;
}
.ife-intro-section-ifarme iframe {
  border: 1px solid #e7e7e7;
  border-radius: 9px;
  padding: 15px;
  box-shadow: 0 3px 10px -6px rgb(0 0 0 / 12%);
}
/* dashboard css end*/

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

/* start new calendar section css */
.ife-xylus-promo-wrapper {
    background: #fff;
    border: 1px solid #ccd0d4;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.05);
    margin-top: 20px;
}
.ife-xylus-main-inner-container{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.ife-xylus-promo-header h2 {
    font-size: 20px !important;
    color: #23282d;
    text-align: center;
}

.ife-xylus-promo-header p {
    color: #666;
    text-align: center;
}

.ife-xylus-screenshot-slider {
    position: relative;
    height: 300px;
    overflow: hidden;
    border-radius: 6px;
    width: 50%;
}

.ife-screenshot-slide {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ife-screenshot-slide.active {
    display: block;
    animation: fadein 1s ease-in-out;
}

.ife-screenshot-slide img {
    width: 100%;

    object-fit: contain;

}

@keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

.ife-xylus-feature-list {
    list-style: disc;
    padding-left: 20px;
    color: #333;
    margin-bottom: 20px;
}

.ife-xylus-feature-list li {
    margin-bottom: 8px;
    font-size: 15px;
}
.ife-xylus-plugin-box {
    background: #f8fff5;
    border: 1px solid #b4e2b0;
    padding: 20px;
    border-radius: 8px;
    margin-top: 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.03);
}

.ife-xylus-plugin-box h3 {
    margin-top: 0;
    color: #21759b;
    font-size: 18px;
}


.ife-xylus-plugin-box .ife_short_code {
    display: inline-block;
    background: #fff;
    border: 1px dashed #ccc;
    padding: 8px;
    border-radius: 4px;
    font-family: monospace;
    margin-right: 10px;
}
/* end new calendar section css */