@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&display=swap");
@media only screen and (max-width: 991.98px) {
  #tf_tours_opt .tf-admin-meta-box {
    position: relative;
    min-height: 660px;
  }
}

.tf-admin-meta-box {
  display: flex;
  margin: -6px -12px -12px -12px;
  z-index: 10;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .tf-admin-meta-box {
    position: relative;
    min-height: 500px;
  }
}
.tf-admin-meta-box.tf-taxonomy-metabox {
  display: block;
  margin: 0;
  max-width: 95%;
}
.tf-admin-meta-box .tf-admin-tab.active {
  display: block;
  position: absolute;
  z-index: 99999;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
.tf-admin-meta-box .tf-admin-tab {
  border-right: 1px solid #e1e5ea;
  background-color: #f8f9fb;
  min-width: 280px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991.98px) {
  .tf-admin-meta-box .tf-admin-tab {
    display: none;
  }
}
.tf-admin-meta-box .tf-admin-tab a.tf-tablinks {
  font-style: normal;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #363e4a;
  padding: 12px 16px;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.tf-admin-meta-box .tf-admin-tab a.tf-tablinks .tf-sec-icon {
  margin-right: 10px;
  color: #8997a9;
  min-width: 25px;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease;
}
.tf-admin-meta-box .tf-admin-tab a.tf-tablinks:hover {
  background-color: #fff;
  outline: none;
}
.tf-admin-meta-box .tf-admin-tab a.tf-tablinks:focus {
  box-shadow: none;
  outline: none;
}
.tf-admin-meta-box .tf-admin-tab a.tf-tablinks.active {
  background-color: #003c79;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .tf-admin-meta-box .tf-admin-tab a.tf-tablinks.active {
    position: static;
  }
}
.tf-admin-meta-box .tf-admin-tab a.tf-tablinks.active .tf-sec-icon {
  color: #fff;
}
.tf-admin-meta-box .tf-admin-tab a.tf-tablinks.active::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background: #fff;
  transform: rotate(45deg);
  right: -5px;
  top: 50%;
  margin-top: -5px;
}
@media only screen and (max-width: 991.98px) {
  .tf-admin-meta-box .tf-admin-tab a.tf-tablinks.active::after {
    position: static;
    display: none;
  }
}
.tf-admin-meta-box .tf-admin-tab ul.tf-submenu {
  margin: 0;
  display: none;
}
.tf-admin-meta-box .tf-admin-tab ul.tf-submenu li {
  margin-bottom: 0;
}
.tf-admin-meta-box .tf-admin-tab ul.tf-submenu li a.tf-tablinks {
  padding: 0;
}
.tf-admin-meta-box .tf-admin-tab ul.tf-submenu li a.tf-tablinks span.tf-tablinks-inner {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  margin-left: 24px;
  border-left: 1px solid #db5209;
  position: relative;
}
.tf-admin-meta-box .tf-admin-tab ul.tf-submenu li a.tf-tablinks span.tf-tablinks-inner::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 14px;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #db5209;
  left: -1px;
  top: 0;
  border-bottom-left-radius: 8px;
}
.tf-admin-meta-box .tf-admin-tab ul.tf-submenu li:last-child a.tf-tablinks span.tf-tablinks-inner {
  border-left: none;
}
.tf-admin-meta-box .tf-admin-tab ul.tf-submenu li:last-child a.tf-tablinks span.tf-tablinks-inner::after {
  left: 0;
}
.tf-admin-meta-box .tf-tab-wrapper {
  flex: 0 0 calc(100% - 280px);
}
@media only screen and (max-width: 991.98px) {
  .tf-admin-meta-box .tf-tab-wrapper {
    flex: 0 0 calc(100% - 0px);
  }
}
.tf-admin-meta-box .tf-tab-wrapper .tf-tab-content {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 24px;
}
.tf-admin-meta-box .tf-tab-wrapper .tf-tab-content.active {
  display: flex;
}

.tf-option-wrapper .tf-option-footer {
  position: relative;
  padding: 15px 0px;
  text-align: right;
}
.tf-option-wrapper .tf-option-footer button {
  padding: 10px 25px;
  font-size: 1rem;
}
.tf-option-wrapper .tf-option-footer span {
  display: block;
  font-size: 16px;
  color: #8997a9;
  font-weight: 600;
  margin-top: 5px;
}
.tf-option-wrapper .tf-option-footer span a {
  color: #8997a9;
  display: inline;
  margin-left: 5px;
}
.tf-option-wrapper .tf-option-footer span a:focus {
  outline: none;
  box-shadow: none;
}

.tf-option {
  width: 100%;
  margin: 0;
}
.tf-option .tf-tab-wrapper {
  flex: 0 0 calc(100% - 281px);
  background-color: #fff;
  padding: 12px 0;
}
@media only screen and (max-width: 991.98px) {
  .tf-option .tf-tab-wrapper {
    flex: 0 0 calc(100% - 0px);
  }
}

body.instantio_page_ins-license-activation {
  background: #ffffff;
}

body {
  background: #fcf9f7;
}

#wpbody .notice {
  display: none !important;
}

.tf-setting-dashboard {
  transition: 0.3s all ease;
}
.tf-setting-dashboard .tf-setting-top-bar {
  box-shadow: 0px 4px 30px rgba(53, 35, 0, 0.1);
  background-color: #fcf9f7;
  padding: 15px 40px;
  margin-left: -20px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tf-setting-dashboard .tf-setting-top-bar .version {
  display: flex;
  align-items: center;
}
.tf-setting-dashboard .tf-setting-top-bar .version img {
  width: 100px;
}
.tf-setting-dashboard .tf-setting-top-bar .version span {
  font-size: 11px;
  line-height: 11px;
  color: #000;
  font-weight: 700;
  border: 1px solid #db5209;
  border-radius: 4px;
  background-color: rgba(219, 82, 9, 0.0392156863);
  display: inline-block;
  padding: 2px 6px;
  margin-left: 10px;
}
.tf-setting-dashboard .tf-setting-top-bar .other-document {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.tf-setting-dashboard .tf-setting-top-bar .other-document .dropdown {
  position: absolute;
  cursor: context-menu;
  top: 60px;
  right: -10px;
  z-index: 1;
  background-color: #fff;
  padding: 30px 0;
  border-radius: 8px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: 99;
}
.tf-setting-dashboard .tf-setting-top-bar .other-document .dropdown:after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -10px;
  right: 25px;
  border-bottom: 10px solid white;
  margin-top: 0;
  z-index: 1;
}
.tf-setting-dashboard .tf-setting-top-bar .other-document .dropdown .list-item a {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
  text-decoration: none;
  padding: 10px 30px;
}
.tf-setting-dashboard .tf-setting-top-bar .other-document .dropdown .list-item a:hover {
  background-color: #fff5f0;
}
.tf-setting-dashboard .tf-setting-top-bar .other-document .dropdown .list-item a span {
  margin-left: 10px;
}
.tf-setting-dashboard .tf-setting-top-bar .other-document:hover .dropdown {
  visibility: visible;
  opacity: 1;
}
.tf-setting-dashboard .ins-dashboad-wrapper {
  max-width: 100%;
  margin: 30px 20px 30px 0px;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-tab {
  max-width: 800px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-tab li {
  padding: 8px 40px;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-tab li.active {
  border-radius: 8px;
  background: #fff5f0;
  border-bottom: 2px solid #db5209;
  box-shadow: 0px 5px 15px rgba(233, 87, 10, 0.2);
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-tab li.active span {
  color: #db5209;
  font-weight: 700;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-tab li span {
  font-weight: 700;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #665f5c;
  cursor: pointer;
}
@media only screen and (max-width: 991.98px) {
  .tf-setting-dashboard .ins-dashboad-wrapper .dashboad-tab li span {
    font-size: 15px;
  }
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content {
  max-width: 800px;
  margin: auto;
  display: none;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .tf-help-center-banner {
  background-color: #fff5f0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0px 10px 20px 0px rgba(75, 26, 0, 0.05);
  border-radius: 8px;
  height: 278px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px 0px 40px;
}
@media only screen and (max-width: 1280px) {
  .tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .tf-help-center-banner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .tf-help-center-banner {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .tf-help-center-banner {
    display: flow-root;
    padding: 25px;
  }
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .tf-help-center-banner .tf-help-center-content {
  width: 40%;
}
@media only screen and (max-width: 575.98px) {
  .tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .tf-help-center-banner .tf-help-center-content {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .tf-help-center-banner .tf-help-center-content {
    margin-bottom: 20px;
  }
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .tf-help-center-banner .tf-help-center-content a {
  color: #f2f4f5;
  display: inline-block;
  padding: 16px 32px;
  background: linear-gradient(269.21deg, #ea6c00 0.68%, #fd8a00 99.35%);
  border: transparent;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .tf-help-center-banner .tf-help-center-content a:hover {
  transition: 0.3s ease-in-out;
  background: linear-gradient(89.33deg, #ea6c00 0.56%, #fd8a00 99.41%);
  border-color: transparent;
  color: #f2f4f5;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .tf-help-center-banner .tf-help-center-content h2 {
  color: #665f5c;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  margin: 0;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .tf-help-center-banner .tf-help-center-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #665f5c;
  margin-bottom: 20px;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .tf-help-center-banner .tf-help-center-content-img {
  width: 35%;
  display: flex;
}
@media only screen and (max-width: 575.98px) {
  .tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .tf-help-center-banner .tf-help-center-content-img {
    width: 100%;
  }
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .tf-help-center-banner .tf-help-center-content-img img {
  max-width: 100%;
  position: relative;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .tf-support-document {
  margin-bottom: 40px;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: space-between;
  flex-direction: row;
}
@media only screen and (max-width: 1199.98px) {
  .tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .tf-support-document {
    display: flow-root;
  }
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .tf-support-document .tf-single-support {
  position: relative;
  background: linear-gradient(322deg, #fb4682 0%, #fbae95 100%);
  border-radius: 8px;
  flex: 1;
  padding: 24px;
  transition: 0.3s all ease;
  overflow: hidden;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .tf-support-document .tf-single-support:hover {
  box-shadow: 0px 16px 40px rgba(80, 28, 0, 0.3);
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .tf-support-document .tf-single-support ::after {
  content: "";
  position: absolute;
  width: 133px;
  height: 147px;
  top: -43px;
  left: -15px;
  opacity: 0.1;
  border-radius: 50%;
  background: linear-gradient(228deg, #fae9e8 17.45%, rgba(250, 233, 232, 0) 90.84%);
  z-index: 18;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .tf-support-document .tf-single-support:nth-child(2) {
  background: linear-gradient(142deg, #4338ca 0%, #a21caf 100%);
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .tf-support-document .tf-single-support:nth-child(3) {
  background: linear-gradient(142deg, #f4c82f 0%, #fd5187 100%);
}
@media only screen and (max-width: 1199.98px) {
  .tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .tf-support-document .tf-single-support {
    margin: 15px 0%;
  }
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .tf-support-document .tf-single-support a {
  display: block;
  text-decoration: none;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .tf-support-document .tf-single-support a img {
  width: 52px;
  margin-bottom: 20px;
  position: relative;
  z-index: 20;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .tf-support-document .tf-single-support a h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  margin: 0;
  color: #ffffff;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .tf-support-document .tf-single-support a p {
  font-style: normal;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .tf-support-document .tf-single-support a span {
  display: inline-block;
  margin-bottom: 0;
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.005em;
  text-decoration-line: underline;
  color: #ffffff;
  transition: 0.3s all ease;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .tf-support-document .tf-single-support a:focus {
  outline: none !important;
  box-shadow: none !important;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .tf-settings-faq {
  margin: 40px 40px 40px 20px;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .tf-settings-faq h2 {
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #000;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .updatedtopro {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  background: #fcf9f7;
  box-shadow: 0px 10px 20px rgba(75, 26, 0, 0.05);
  border-radius: 8px;
  margin-bottom: 50px;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .updatedtopro h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #665f5c;
  margin: 0;
  padding-bottom: 8px;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .updatedtopro p {
  margin-top: 0;
  font-weight: 400;
  max-width: 559px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #665f5c;
  margin-bottom: 30px;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .updatedtopro .btn-desh-primary {
  text-decoration: none;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding: 16px 32px;
  background: linear-gradient(269.21deg, #ea6c00 0.68%, #fd8a00 99.35%);
  border-radius: 4px;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .updatedtopro .btn-desh-primary:hover {
  background: linear-gradient(89.33deg, #ea6c00 0.56%, #fd8a00 99.41%);
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .request-features {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  background-color: #fcf9f7;
  box-shadow: 0px 10px 20px rgba(75, 26, 0, 0.05);
  border-radius: 8px;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .request-features img {
  width: 52px;
  height: 52px;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .request-features h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #665f5c;
  margin: 8px 0;
  text-align: center;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .request-features p {
  max-width: 651px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #665f5c;
  margin-top: 0;
  margin-bottom: 30px;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .request-features .btn-desh-primary-tran {
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding: 16px 32px;
  border: 1px solid #db5209;
  border-radius: 4px;
  letter-spacing: 0.005em;
  color: #db5209;
  transition: all 0.3s ease-in-out;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content .tf-settings-help-center .request-features .btn-desh-primary-tran:hover {
  background: linear-gradient(89.33deg, #ea6c00 0.56%, #fd8a00 99.41%);
  color: #fff;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.active {
  display: block;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.tutorial .tutorial_wrapper .tutorial-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.tutorial .tutorial_wrapper .tutorial-heading h4 {
  font-style: normal;
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #665f5c;
}
@media only screen and (max-width: 991.98px) {
  .tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.tutorial .tutorial_wrapper .tutorial-heading h4 {
    font-size: 17px;
  }
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.tutorial .tutorial_wrapper .tutorial-heading a {
  background: #db5209;
  border-radius: 4px;
  padding: 8px 32px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}
@media only screen and (max-width: 991.98px) {
  .tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.tutorial .tutorial_wrapper .tutorial-heading a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.tutorial .tutorial_wrapper .tutorial-heading a {
    padding: 4px 18px;
    font-size: 14px;
  }
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.tutorial .tutorial_wrapper .tutorial-body {
  display: grid;
  grid-auto-columns: 1fr;
  grid-row-gap: 32px;
  grid-column-gap: 32px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -ms-grid-rows: auto auto;
}
@media only screen and (max-width: 575.98px) {
  .tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.tutorial .tutorial_wrapper .tutorial-body {
    grid-template-columns: 1fr 1fr;
  }
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.tutorial .tutorial_wrapper .tutorial-body .figure {
  margin: 0;
  background: #fff5f0;
  border-radius: 8px;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.tutorial .tutorial_wrapper .tutorial-body .figure:hover > .main-caption .play-button-overlap {
  background-color: rgba(196, 74, 8, 0.3803921569);
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.tutorial .tutorial_wrapper .tutorial-body .figure .main-caption {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
  position: relative;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.tutorial .tutorial_wrapper .tutorial-body .figure .main-caption .play-button-overlap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.tutorial .tutorial_wrapper .tutorial-body .figure .main-caption .play-button-overlap img {
  width: 56px;
  height: 56px;
  position: absolute;
  bottom: 50%;
  left: 50%;
  margin-left: -28px;
  margin-bottom: -28px;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.tutorial .tutorial_wrapper .tutorial-body .figure .main-caption img {
  width: 100%;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.tutorial .tutorial_wrapper .tutorial-body .figure .figure-caption {
  padding: 16px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #665f5c;
  background: #fff5f0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.premium .premium_wrapper .premium-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.premium .premium_wrapper .premium-heading h4 {
  font-style: normal;
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #665f5c;
}
@media only screen and (max-width: 991.98px) {
  .tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.premium .premium_wrapper .premium-heading h4 {
    font-size: 17px;
  }
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.premium .premium_wrapper .premium-heading a {
  background: #db5209;
  border-radius: 4px;
  padding: 8px 32px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}
@media only screen and (max-width: 991.98px) {
  .tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.premium .premium_wrapper .premium-heading a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.premium .premium_wrapper .premium-heading a {
    padding: 4px 18px;
    font-size: 14px;
  }
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.premium .premium_wrapper .premium-body {
  display: grid;
  grid-auto-columns: 1fr;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -ms-grid-rows: auto auto;
}
@media only screen and (max-width: 577.98px) {
  .tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.premium .premium_wrapper .premium-body {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.premium .premium_wrapper .premium-body .figure {
  margin: 0;
  background: #fff5f0;
  border-radius: 8px;
  padding: 24px;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.premium .premium_wrapper .premium-body .figure .main-caption {
  max-width: 120px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
  position: relative;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.premium .premium_wrapper .premium-body .figure .main-caption img {
  width: auto;
}
@media only screen and (max-width: 577.98px) {
  .tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.premium .premium_wrapper .premium-body .figure .main-caption {
    margin: auto;
  }
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.premium .premium_wrapper .premium-body .figure .figure-caption {
  height: 186px;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.premium .premium_wrapper .premium-body .figure .figure-caption h4 {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #665f5c;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.premium .premium_wrapper .premium-body .figure .figure-caption p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #665f5c;
  margin-top: 8px;
  margin-bottom: 18px;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.premium .premium_wrapper .premium-body .figure .figure-caption .btn-premium-fea {
  display: block;
  text-align: center;
  padding: 8px 32px;
  color: #db5209;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  border: 1px solid #db5209;
  border-radius: 4px;
  text-decoration: none;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.premium .premium_wrapper .premium-body .figure .figure-caption .btn-premium-fea:hover {
  border-color: transparent;
  color: #fff;
  background-color: #db5209;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.faqs .faqs_wrapper .faqs-heading {
  margin-bottom: 24px;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.faqs .faqs_wrapper .faqs-heading h4 {
  font-style: normal;
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #665f5c;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.faqs .faqs_wrapper .tf-accordion-wrapper .tf-accrodian-item {
  background-color: #fff5f0;
  box-shadow: 0px 10px 20px rgba(75, 26, 0, 0.05);
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 24px;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.faqs .faqs_wrapper .tf-accordion-wrapper .tf-accrodian-item .tf-single-faq .tf-faq-title {
  position: relative;
  cursor: pointer;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.faqs .faqs_wrapper .tf-accordion-wrapper .tf-accrodian-item .tf-single-faq .tf-faq-title i {
  position: absolute;
  right: 2px;
  font-size: 18px;
  margin-right: 10px;
  color: #665f5c;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.faqs .faqs_wrapper .tf-accordion-wrapper .tf-accrodian-item .tf-single-faq .tf-faq-title h4 {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #665f5c;
}
@media only screen and (max-width: 480px) {
  .tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.faqs .faqs_wrapper .tf-accordion-wrapper .tf-accrodian-item .tf-single-faq .tf-faq-title h4 {
    font-size: 14px;
  }
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.faqs .faqs_wrapper .tf-accordion-wrapper .tf-accrodian-item .tf-single-faq .tf-faq-title.active i {
  transform: rotate(180deg);
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.faqs .faqs_wrapper .tf-accordion-wrapper .tf-accrodian-item .tf-single-faq .tf-faq-desc {
  display: none;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.faqs .faqs_wrapper .tf-accordion-wrapper .tf-accrodian-item .tf-single-faq .tf-faq-desc p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #665f5c;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.whatnew .whatnew_wrapper .whatnew-heading {
  margin-bottom: 24px;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.whatnew .whatnew_wrapper .whatnew-heading h4 {
  font-style: normal;
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #665f5c;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.whatnew .whatnew_wrapper .whatnew_updates .whatnew_updates_card {
  display: flex;
  justify-content: space-between;
  padding: 24px 5px 24px 40px;
  background-color: #fff5f0;
  box-shadow: 0px 10px 20px rgba(75, 26, 0, 0.05);
  border-radius: 8px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 550.98px) {
  .tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.whatnew .whatnew_wrapper .whatnew_updates .whatnew_updates_card {
    display: block;
  }
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.whatnew .whatnew_wrapper .whatnew_updates .whatnew_updates_card .cardleft_date_version {
  position: relative;
}
@media only screen and (max-width: 550.98px) {
  .tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.whatnew .whatnew_wrapper .whatnew_updates .whatnew_updates_card .cardleft_date_version {
    display: flex;
    margin-bottom: 30px;
  }
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.whatnew .whatnew_wrapper .whatnew_updates .whatnew_updates_card .cardleft_date_version .ins_cardleft_date {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #665f5c;
  margin-bottom: 20px;
}
@media only screen and (max-width: 550.98px) {
  .tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.whatnew .whatnew_wrapper .whatnew_updates .whatnew_updates_card .cardleft_date_version .ins_cardleft_date {
    margin-right: 30px;
  }
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.whatnew .whatnew_wrapper .whatnew_updates .whatnew_updates_card .cardleft_date_version .ins_cardleft_version {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #665f5c;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.whatnew .whatnew_wrapper .whatnew_updates .whatnew_updates_card .cardright_changelog ul {
  width: 340px;
  margin: 0;
  margin-bottom: 24px;
  position: relative;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.whatnew .whatnew_wrapper .whatnew_updates .whatnew_updates_card .cardright_changelog ul span {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  padding: 8px 12px;
  color: #3b82f6;
  background-color: #dbeafe;
  margin: 0;
  border-radius: 4px;
  margin-bottom: 16px;
  position: absolute;
  left: -120px;
}
@media only screen and (max-width: 680px) {
  .tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.whatnew .whatnew_wrapper .whatnew_updates .whatnew_updates_card .cardright_changelog ul span {
    position: initial;
  }
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.whatnew .whatnew_wrapper .whatnew_updates .whatnew_updates_card .cardright_changelog ul li {
  color: #665f5c;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
  position: relative;
  padding-left: 29px;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.whatnew .whatnew_wrapper .whatnew_updates .whatnew_updates_card .cardright_changelog ul li::before {
  position: absolute;
  content: url("../img/circle1.svg");
  width: 13px;
  height: 13px;
  left: 0;
  top: 2px;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.whatnew .whatnew_wrapper .whatnew_updates .whatnew_updates_card .cardright_changelog ul.ins_changelog_Improvement li::before {
  position: absolute;
  content: url("../img/circle1.svg");
  width: 13px;
  height: 13px;
  left: 0;
  top: 2px;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.whatnew .whatnew_wrapper .whatnew_updates .whatnew_updates_card .cardright_changelog ul.ins_changelog_New span {
  color: #22c55e !important;
  background-color: #dcfce7;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.whatnew .whatnew_wrapper .whatnew_updates .whatnew_updates_card .cardright_changelog ul.ins_changelog_New li::before {
  content: url("../img/circlenew.svg");
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.whatnew .whatnew_wrapper .whatnew_updates .whatnew_updates_card .cardright_changelog ul.ins_changelog_Fix span {
  color: #ef4444;
  background-color: #fee2e2;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.whatnew .whatnew_wrapper .whatnew_updates .whatnew_updates_card .cardright_changelog ul.ins_changelog_Fix li::before {
  content: url("../img/circlefix.svg");
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.whatnew .whatnew_wrapper .whatnew_updates .whatnew_updates_card .cardright_changelog ul.ins_changelog_Optimization span {
  color: #eab308;
  background-color: #fef9c3;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.whatnew .whatnew_wrapper .whatnew_updates .whatnew_updates_card .cardright_changelog ul.ins_changelog_Optimization li::before {
  content: url("../img/circleopti.svg");
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.whatnew .whatnew_wrapper .whatnew_updates .whatnew_updates_card .cardright_changelog ul.ins_changelog_Compatibility span {
  color: #a855f7;
  background-color: #f3e8ff;
}
.tf-setting-dashboard .ins-dashboad-wrapper .dashboad-content-wrap .dashboad-content.whatnew .whatnew_wrapper .whatnew_updates .whatnew_updates_card .cardright_changelog ul.ins_changelog_Compatibility li::before {
  content: url("../img/circlecompa.svg");
}

.ins_license_wrap {
  margin: 40px 40px 40px 20px;
}
.ins_license_wrap .el-license-title {
  margin: 0;
  margin-left: 40px;
  position: relative;
  display: inline-block;
  background-color: #fef2eb;
  padding: 18px;
}
.ins_license_wrap .el-license-title:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #fef2eb;
  bottom: -8px;
  left: -5px;
  transform: rotate(45deg);
}
.ins_license_wrap .el-license-title:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #fef2eb;
  bottom: -8px;
  right: -5px;
  transform: rotate(45deg);
}
.ins_license_wrap .el-license-container {
  padding: 18px;
  background-color: #fef2eb;
}
.ins_license_wrap .el-license-container p {
  margin: 10px 0;
}
.ins_license_wrap .el-license-container .el-license-field label {
  display: block;
  margin-bottom: 10px;
}
.ins_license_wrap .el-license-container .el-license-field input {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.ins_license_wrap .el-license-container .el-license-active-btn p input {
  background-color: #db5209;
  border-color: #db5209;
  padding: 3px 33px;
  font-size: 15px;
  transition: 0.3s ease-out all;
}
.ins_license_wrap .el-license-container .el-license-active-btn p input:hover {
  background-color: #c44a08;
  border-color: #c44a08;
}
.ins_license_wrap .el-license-container .el-license-active-btn p input:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #c44a08;
}
.ins_license_wrap .el-license-container .el-license-info li {
  margin-bottom: 10px;
  color: #665f5c;
  font-size: 16px;
}
.ins_license_wrap .el-license-container .el-license-info li span:first-child {
  width: 200px;
  display: inline-block;
}
.ins_license_wrap .el-license-container .el-license-info li .el-license-info-title {
  color: #665f5c;
  font-weight: 600;
  margin-right: 1px;
  font-size: 17px;
}
.ins_license_wrap .el-license-container .el-license-info li .el-license-valid {
  padding: 4px;
  background-color: #22c55e;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
}
.ins_license_wrap .el-license-container .el-license-info li .el-license-Invalid {
  padding: 4px;
  background-color: #ef4444;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
}

.tf-setting-wrapper {
  max-width: 100%;
  margin: 30px 20px 30px 0px;
  background-color: #fff;
  border-radius: 10px;
}
.tf-setting-wrapper .tf-option-form {
  padding: 30px 30px 30px 0px;
}
.tf-setting-wrapper .tf-option-form .tf-option {
  display: flex;
  z-index: 10;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .tf-setting-wrapper .tf-option-form .tf-option {
    position: relative;
    min-height: 500px;
  }
}
.tf-setting-wrapper .tf-option-form .tf-option.tf-taxonomy-metabox {
  display: block;
  margin: 0;
  max-width: 95%;
}
.tf-setting-wrapper .tf-option-form .tf-option .tf-admin-tab.active {
  display: block;
  position: absolute;
  z-index: 99999;
  top: 0;
  bottom: 0;
  background-color: #fff;
  transition: all 0.3s ease;
}
.tf-setting-wrapper .tf-option-form .tf-option .tf-admin-tab {
  position: sticky !important;
  top: 50px;
  left: 0;
  height: 100%;
  overflow: auto;
  min-width: 280px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991.98px) {
  .tf-setting-wrapper .tf-option-form .tf-option .tf-admin-tab {
    display: none;
  }
}
.tf-setting-wrapper .tf-option-form .tf-option .tf-admin-tab a.tf-tablinks {
  font-style: normal;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  padding: 18px 30px;
  font-size: 16px;
  text-align: left;
  line-height: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.tf-setting-wrapper .tf-option-form .tf-option .tf-admin-tab a.tf-tablinks .tf-sec-icon {
  margin-right: 10px;
  color: #8997a9;
  min-width: 25px;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease;
}
.tf-setting-wrapper .tf-option-form .tf-option .tf-admin-tab a.tf-tablinks:hover {
  background-color: #fff;
  outline: none;
}
.tf-setting-wrapper .tf-option-form .tf-option .tf-admin-tab a.tf-tablinks:focus {
  box-shadow: none;
  outline: none;
}
.tf-setting-wrapper .tf-option-form .tf-option .tf-admin-tab a.tf-tablinks.active {
  background-color: rgba(219, 82, 9, 0.1098039216);
  color: #db5209;
  position: relative;
  overflow: hidden;
  border-radius: 0px 5px 0px 0px;
}
@media only screen and (max-width: 991.98px) {
  .tf-setting-wrapper .tf-option-form .tf-option .tf-admin-tab a.tf-tablinks.active {
    position: static;
  }
}
.tf-setting-wrapper .tf-option-form .tf-option .tf-admin-tab a.tf-tablinks.active .tf-sec-icon {
  color: #db5209;
}
.tf-setting-wrapper .tf-option-form .tf-option .tf-admin-tab a.tf-tablinks.active::before {
  position: absolute;
  content: "\f105";
  font-size: 14px;
  color: #db5209;
  font-family: "FontAwesome" !important;
  right: 10px;
}
.tf-setting-wrapper .tf-option-form .tf-option .tf-admin-tab a.tf-tablinks.active::after {
  position: absolute;
  content: "";
  width: 8px;
  border: none;
  left: -4px;
  bottom: 0;
  top: 0;
  background: #db5209;
  height: 28px;
  margin: auto;
  border-radius: 25px;
}
@media only screen and (max-width: 991.98px) {
  .tf-setting-wrapper .tf-option-form .tf-option .tf-admin-tab a.tf-tablinks.active::after {
    position: static;
    display: none;
  }
}
.tf-setting-wrapper .tf-option-form .tf-option .tf-admin-tab ul.tf-submenu {
  margin: 0;
  display: none;
}
.tf-setting-wrapper .tf-option-form .tf-option .tf-admin-tab ul.tf-submenu li {
  margin-bottom: 0;
}
.tf-setting-wrapper .tf-option-form .tf-option .tf-admin-tab ul.tf-submenu li a.tf-tablinks {
  padding: 0;
}
.tf-setting-wrapper .tf-option-form .tf-option .tf-admin-tab ul.tf-submenu li a.tf-tablinks span.tf-tablinks-inner {
  display: flex;
  align-items: center;
  padding: 18px 30px;
  margin-left: 24px;
}
.tf-setting-wrapper .tf-option-form .tf-option .tf-admin-tab ul.tf-submenu li:last-child a.tf-tablinks span.tf-tablinks-inner {
  border-left: none;
}
.tf-setting-wrapper .tf-option-form .tf-option .tf-admin-tab ul.tf-submenu li:last-child a.tf-tablinks span.tf-tablinks-inner::after {
  left: 0;
}
.tf-setting-wrapper .tf-option-form .tf-option .tf-tab-wrapper {
  flex: 0 0 calc(100% - 280px);
  padding-top: 0px;
}
@media only screen and (max-width: 991.98px) {
  .tf-setting-wrapper .tf-option-form .tf-option .tf-tab-wrapper {
    flex: 0 0 calc(100% - 0px);
  }
}
.tf-setting-wrapper .tf-option-form .tf-option .tf-tab-wrapper .tf-mobile-setting {
  text-align: right;
  padding-bottom: 15px;
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .tf-setting-wrapper .tf-option-form .tf-option .tf-tab-wrapper .tf-mobile-setting {
    display: block;
  }
}
.tf-setting-wrapper .tf-option-form .tf-option .tf-tab-wrapper .tf-mobile-setting a i {
  color: #000;
  font-size: 22px;
}
.tf-setting-wrapper .tf-option-form .tf-option .tf-tab-wrapper .tf-tab-content {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 20px;
  background: #fcf9f7;
  margin: 0px 0px 0px 20px;
  border-radius: 5px;
}
.tf-setting-wrapper .tf-option-form .tf-option .tf-tab-wrapper .tf-tab-content.active {
  display: flex;
}
.tf-setting-wrapper .tf-option-form .tf-option .tf-tab-wrapper .tf-tab-content > .tf-field {
  background-color: #fcf9f7;
  margin: 5px 0px;
  border-radius: 8px;
  padding: 20px 30px;
}
.tf-setting-wrapper .tf-option-form .tf-option .tf-tab-wrapper .tf-tab-content > .tf-field p.description {
  font-size: 14px;
  margin-top: 10px;
}
.tf-setting-wrapper .tf-option-form .tf-option .tf-tab-wrapper .tf-tab-content > .tf-field.tf-field-color {
  background-color: transparent;
  padding: 0px;
}
.tf-setting-wrapper .tf-option-form .tf-option .tf-tab-wrapper .tf-tab-content > .tf-field.tf-field-color-single {
  background-color: #fff;
  padding: 20px 30px;
}
.tf-setting-wrapper .tf-option-form .tf-option .tf-tab-wrapper .tf-option-footer {
  position: sticky !important;
  bottom: 0;
  background-color: #fff;
  left: 0;
  width: 100%;
}

.tf-shortcode-generator-section {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  margin-right: 20px;
}
.tf-shortcode-generator-section .tf-shortcode-generators {
  background: #ededf8;
  border-radius: 8px;
  padding: 20px;
}
.tf-shortcode-generator-section .tf-shortcode-generators .tf-shortcode-generator-single:not(:last-child) {
  margin-bottom: 20px;
}
.tf-shortcode-generator-section .tf-shortcode-generators .tf-shortcode-generator-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  flex-wrap: wrap;
  flex-direction: row;
  background-color: #fff;
  padding: 20px 30px;
  align-items: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
@media only screen and (max-width: 640px) {
  .tf-shortcode-generator-section .tf-shortcode-generators .tf-shortcode-generator-label {
    display: flow-root !important;
  }
}
.tf-shortcode-generator-section .tf-shortcode-generators .tf-shortcode-generator-label .tf-labels label {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #0d165e;
  display: inline-block;
  margin-bottom: 3px;
}
.tf-shortcode-generator-section .tf-shortcode-generators .tf-shortcode-generator-label .tf-labels p {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  color: #838790;
  font-weight: 400;
}
.tf-shortcode-generator-section .tf-shortcode-generators .tf-shortcode-btn button {
  font-size: 1rem;
  line-height: 20px;
  text-decoration: none;
  font-weight: 500;
  padding: 0 20px;
  margin-left: 15px;
  height: 45px;
  background-color: #db5209;
  color: #fff;
  border: none;
  box-shadow: none !important;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
}
@media only screen and (max-width: 640px) {
  .tf-shortcode-generator-section .tf-shortcode-generators .tf-shortcode-btn button {
    margin-left: 0px !important;
    margin-top: 10px !important;
  }
}
.tf-shortcode-generator-section .tf-shortcode-generators .tf-shortcode-btn button:hover {
  background-color: #002f5e;
}
.tf-shortcode-generator-section .tf-shortcode-generators .tf-sg-form-wrapper {
  display: none;
  overflow-x: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.tf-shortcode-generator-section .tf-shortcode-generators .tf-sg-form-wrapper .tf-shortcode-generator-form {
  transform: translateY(10%);
  width: 600px;
  margin: 30px auto;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  border-radius: 10px;
}
@media only screen and (max-width: 640px) {
  .tf-shortcode-generator-section .tf-shortcode-generators .tf-sg-form-wrapper .tf-shortcode-generator-form {
    width: 320px;
  }
}
.tf-shortcode-generator-section .tf-shortcode-generators .tf-sg-form-wrapper .tf-shortcode-generator-form .tf-sg-row {
  display: flex;
  margin-right: 15px;
  margin-left: -15px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .tf-shortcode-generator-section .tf-shortcode-generators .tf-sg-form-wrapper .tf-shortcode-generator-form .tf-sg-row {
    display: flow-root;
    margin-left: 0;
    margin-right: 0;
  }
}
.tf-shortcode-generator-section .tf-shortcode-generators .tf-sg-form-wrapper .tf-shortcode-generator-form .tf-col-lg-6 {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .tf-shortcode-generator-section .tf-shortcode-generators .tf-sg-form-wrapper .tf-shortcode-generator-form .tf-col-lg-6 {
    max-width: 100%;
  }
}
.tf-shortcode-generator-section .tf-shortcode-generators .tf-sg-form-wrapper .tf-shortcode-generator-form select.tf-select-field[multiple] {
  height: auto;
}
.tf-shortcode-generator-section .tf-shortcode-generators .tf-sg-form-wrapper .tf-shortcode-generator-form .tf-setting-field {
  width: 100%;
  box-shadow: none;
  height: 44px;
  padding: 10px 25px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.tf-shortcode-generator-section .tf-shortcode-generators .tf-sg-form-wrapper .tf-shortcode-generator-form .tf-setting-field:hover {
  color: #db5209;
}
.tf-shortcode-generator-section .tf-shortcode-generators .tf-sg-form-wrapper .tf-shortcode-generator-form .tf-setting-field:active {
  border-color: #8c8f94;
  box-shadow: none;
}
.tf-shortcode-generator-section .tf-shortcode-generators .tf-sg-form-wrapper .tf-shortcode-generator-form .tf-sg-close {
  position: absolute;
  right: -7px;
  top: -5px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: red;
  color: #fff;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;
}
.tf-shortcode-generator-section .tf-shortcode-generators .tf-sg-form-wrapper .tf-shortcode-generator-form .tf-copy-item {
  display: none;
}
.tf-shortcode-generator-section .tf-shortcode-generators .tf-sg-form-wrapper .tf-shortcode-generator-form .tf-shortcode-field.copy-shortcode {
  align-self: start;
  float: none;
  display: flex;
}
.tf-shortcode-generator-section .tf-shortcode-generators .tf-sg-form-wrapper .tf-shortcode-generator-form input.tf-shortcode-value {
  width: 100%;
  height: 45px;
  background: #fff;
  padding: 10px 15px;
  border: 1px solid #ccc;
}
.tf-shortcode-generator-section .tf-shortcode-generators .tf-sg-form-wrapper .tf-shortcode-generator-form .tf-copy-btn {
  margin-left: 10px;
  line-height: 22px;
  vertical-align: middle;
}

.tf-copy-item span.tf-copied-msg {
  display: flex;
  justify-content: end;
  margin-bottom: 9px;
  padding-right: 10px;
}

/*
Ajax Loader
*/
.tf-btn-loading {
  padding-right: 40px !important;
  position: relative;
}

.tf-btn-loading:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-left-color: transparent;
  border-radius: 50%;
  vertical-align: middle;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  animation: wd-rotate 450ms infinite linear;
}

button.ins-order-remove {
  background: #f44336 !important;
  border: 1px solid #f44336 !important;
  color: #fff !important;
  padding: 2px 18px !important;
  font-family: "lato";
  margin-top: 6px !important;
}

#checkout_editors .checkout_reset_btn {
  background-color: rgba(219, 82, 9, 0.1098039216);
}
@keyframes wd-rotate {
  100% {
    transform: rotate(360deg);
  }
}
input:focus {
  box-shadow: 0 0 0 2px #db5209 !important;
}

.tf-field {
  padding: 12px 0;
}
@media only screen and (max-width: 991.98px) {
  .tf-field {
    width: 100% !important;
  }
}
.tf-field .tf-field-label {
  display: block;
  font-style: normal;
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  display: flex !important;
  align-items: center;
  line-height: 20px;
}
.tf-field .tf-field-label .tf-csf-badge {
  margin-left: 13px;
}
.tf-field .tf-field-label .tf-csf-badge .tf-pro {
  display: inline-block;
  color: #fff;
  padding: 3px 10px 3px 10px;
  border-radius: 3px;
  text-align: center;
  margin: 5px 0 0 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 13px;
  background: #b30000;
  background-color: #f44336 !important;
  margin: 0;
}
.tf-field .tf-field-label .tf-csf-badge .tf-upcoming {
  background-color: #006600 !important;
  margin: 0;
}
.tf-field.tf-field-disable {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.6;
}
.tf-field .tf-fieldset {
  font-style: normal;
  font-size: 14px;
  margin-top: 15px;
}
.tf-field .tf-field-sub-title {
  color: #87888b;
  font-size: 14px;
  margin-bottom: 0px;
  display: block;
}

.tf-field.tf-field-heading .tf-fieldset {
  margin-top: 0px;
}

.tf-taxonomy-metabox .tf-field {
  padding: 12px 0;
}

.tf-inline-list {
  display: inline-block;
}

.tf-depend-hidden {
  display: block;
}

.tf-depend-hidden.tf-depend-on {
  display: none;
}

/*
Button
*/
.tf-admin-btn {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  color: #db5209;
  padding: 10px 25px;
  border: 1px solid #db5209;
  border-radius: 4px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.tf-admin-btn i {
  margin-right: 8px;
  font-size: 18px;
}
.tf-admin-btn:hover {
  background-color: #db5209;
  color: #fff;
}
.tf-admin-btn.tf-btn-secondary {
  background-color: #db5209;
  border-color: #db5209;
  color: #fff;
  font-weight: 600;
}
.tf-admin-btn.tf-btn-secondary:hover {
  background-color: #db5209;
  border-color: #db5209;
  color: #fff;
}
.tf-admin-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.tf-btn {
  font-size: 1rem;
  color: #fff;
  background-color: #003c79;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  display: inline-block;
  padding: 5px 20px;
  font-weight: 500;
  text-decoration: none;
  line-height: 2.1875rem;
  border: none;
  cursor: pointer;
  outline: none;
}
.tf-btn:hover {
  background-color: #002f5e;
  color: #fff;
  border: none;
  box-shadow: none !important;
  outline: none;
}

.tf-link-btn {
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  padding: 10px 25px;
  border: none;
  border-radius: 0;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
  font-size: 16px;
  color: #003c79;
}
.tf-link-btn i {
  margin-right: 8px;
  font-size: 18px;
}

/*
Custom Modal
*/
.tf-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.3s ease-in-out;
}
.tf-modal.tf-modal-show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.tf-modal .tf-modal-dialog {
  display: flex;
  align-items: center;
  min-height: calc(100% - 40px);
  max-width: 100%;
  margin: 20px auto;
  position: relative;
  pointer-events: none;
}
@media only screen and (min-width: 576px) {
  .tf-modal .tf-modal-dialog {
    min-height: calc(100% - 40px);
  }
}
.tf-modal .tf-modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 80%;
  max-width: 1080px;
  pointer-events: auto;
  background-color: #fef2eb;
  outline: 0;
  margin: 0 auto;
  border-radius: 10px;
  padding: 30px;
  overflow: hidden;
}
.tf-modal .tf-modal-close {
  color: #003162;
  cursor: pointer;
  font-size: 22px;
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all 0.3s ease-in-out;
}
.tf-modal .tf-modal-close:hover {
  transform: rotate(180deg);
}

/* Switch Field Custom Style
*  @Class Name checkout_form_field_status
*/
.tf-field-switch.checkout_form_field_status {
  text-align: center;
  width: 49.5% !important;
}
.tf-field-switch.checkout_form_field_status label {
  justify-content: center;
}
.tf-field-switch.checkout_form_field_status .tf-fieldset label {
  width: 64px;
}
.tf-field-switch.checkout_form_field_status .tf-fieldset label input:checked + .tf-switch-slider {
  background-color: #db5209;
  border-color: transparent;
}
.tf-field-switch.checkout_form_field_status .tf-fieldset label input:checked + .tf-switch-slider::before {
  background-color: #fcf9f7;
}
.tf-field-switch.checkout_form_field_status .tf-fieldset label .tf-switch-slider {
  background-color: transparent;
  border: 1px solid #140701;
}
.tf-field-switch.checkout_form_field_status .tf-fieldset label .tf-switch-slider::before {
  top: 3px;
  border-radius: 24px;
  background-color: #140701;
  box-shadow: 0px 0px 8px rgba(27, 25, 25, 0.3);
  transition: all 0.4s ease-in-out;
}
.tf-field-switch.checkout_form_field_status .tf-fieldset label .tf-switch-slider span {
  display: none;
}

.tf-field-inline {
  display: inline-block;
}

.tf-field-switch.checkout_form_field_required {
  text-align: center;
  width: 49.5% !important;
}
.tf-field-switch.checkout_form_field_required label {
  justify-content: center;
}
.tf-field-switch.checkout_form_field_required .tf-fieldset label {
  width: 64px;
}
.tf-field-switch.checkout_form_field_required .tf-fieldset label input:checked + .tf-switch-slider {
  background-color: #db5209;
  border-color: transparent;
}
.tf-field-switch.checkout_form_field_required .tf-fieldset label input:checked + .tf-switch-slider::before {
  background-color: #fcf9f7;
}
.tf-field-switch.checkout_form_field_required .tf-fieldset label .tf-switch-slider {
  background-color: transparent;
  border: 1px solid #140701;
}
.tf-field-switch.checkout_form_field_required .tf-fieldset label .tf-switch-slider::before {
  top: 3px;
  border-radius: 24px;
  background-color: #140701;
  box-shadow: 0px 0px 8px rgba(27, 25, 25, 0.3);
  transition: all 0.4s ease-in-out;
}
.tf-field-switch.checkout_form_field_required .tf-fieldset label .tf-switch-slider span {
  display: none;
}

body.admin_page_ins-setup-wizard {
  background-color: #fcf9f7;
}
body.admin_page_ins-setup-wizard input:focus {
  box-shadow: none !important;
}
body.admin_page_ins-setup-wizard input[type=radio] {
  background: transparent;
}
body.admin_page_ins-setup-wizard option:hover {
  background-color: #db5209;
}
body.admin_page_ins-setup-wizard select:focus {
  border-color: transparent;
  color: transparent;
  box-shadow: 0 0 0 1px transparent;
}
body.admin_page_ins-setup-wizard a:focus,
body.admin_page_ins-setup-wizard bottom:focus {
  box-shadow: none !important;
  outline: none !important;
}

.admin_page_ins-setup-wizard #wpcontent {
  margin-left: 0 !important;
}

.admin_page_ins-setup-wizard #wpbody-content,
.admin_page_ins-setup-wizard #wpcontent {
  padding: 0;
  overflow-x: hidden !important;
  min-height: calc(100vh - 32px);
}

.admin_page_ins-setup-wizard #adminmenumain,
.admin_page_ins-setup-wizard .error,
.admin_page_ins-setup-wizard .notice,
.admin_page_ins-setup-wizard .update-nag,
.admin_page_ins-setup-wizard .updated,
.admin_page_ins-setup-wizard div#wpadminbar,
.admin_page_ins-setup-wizard div#wpfooter {
  display: none;
}

.pro {
  opacity: 0.8;
}

.tf-setup-wizard-wrapper {
  max-width: 900px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
@media only screen and (max-width: 991.98px) {
  .tf-setup-wizard-wrapper {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .tf-setup-wizard-wrapper {
    height: 100%;
  }
}
.tf-setup-wizard-wrapper .tf-setup-container {
  width: 100%;
}

.tf-setup-header {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .tf-setup-header {
    flex-direction: column;
    gap: 15px;
  }
}
.tf-setup-header .tf-setup-header-left .back-to-dashboard {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  background-color: transparent;
}
.tf-setup-header .tf-setup-header-left a {
  padding: 0;
  display: flex;
  color: #db5209;
  border-color: transparent;
  text-decoration: underline;
}
.tf-setup-header .tf-setup-header-left a:hover {
  color: #c44a08;
  border-color: transparent;
  background-color: transparent;
}
.tf-setup-header .tf-setup-header-right .get-help-link {
  color: #140701;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
.tf-setup-header .tf-setup-header-right .get-help-link a {
  color: #db5209;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-decoration: underline;
}

/*
Welcome Step
*/
.tf-setup-content-layout {
  padding: 56px 0;
  background: linear-gradient(180deg, #fef2eb 0%, rgba(254, 242, 235, 0) 100%);
  border: 4px solid #fef2eb;
  border-radius: 32px;
  text-align: center;
  width: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tf-setup-content-layout.active {
  display: flex;
}
.tf-setup-content-layout .welcome-img {
  width: 243px;
  height: 242px;
  display: flex;
  align-items: start;
  justify-content: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 575.98px) {
  .tf-setup-content-layout .welcome-img {
    min-height: auto;
  }
}
.tf-setup-content-layout .welcome-img img {
  width: 100%;
  height: 100%;
}
.tf-setup-content-layout .tf-setup-welcome-title {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  color: #140701;
  margin: 0 0 14px;
}
@media only screen and (max-width: 575.98px) {
  .tf-setup-content-layout .tf-setup-welcome-title {
    font-size: 30px;
    line-height: 37px;
  }
}
.tf-setup-content-layout .tf-setup-welcome-description {
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  max-width: 534px;
  color: #665f5c;
  margin: 0 0 30px;
}
.tf-setup-content-layout .tf-setup-welcome-description-info {
  color: #140701;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin: 24px 0 0px;
}
.tf-setup-content-layout .tf-setup-welcome-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.tf-setup-content-layout .tf-setup-welcome-footer .tf-admin-btn {
  padding: 16px 32px;
  color: #fff;
  background-color: #db5209;
  border-radius: 8px;
  border-color: transparent;
  cursor: pointer;
}
.tf-setup-content-layout .tf-setup-welcome-footer .tf-link-btn {
  color: #db5209;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-decoration: underline;
}
.tf-setup-content-layout .tf-setup-welcome-footer.tf-setup-finish-footer {
  flex-direction: row;
  justify-content: center;
}
@media only screen and (max-width: 375px) {
  .tf-setup-content-layout .tf-setup-welcome-footer.tf-setup-finish-footer {
    flex-direction: column;
    gap: 10px;
  }
}
.tf-setup-content-layout .tf-setup-welcome-footer.tf-setup-finish-footer .tf-admin-btn {
  margin-bottom: 0;
  margin-right: 10px;
}
.tf-setup-content-layout .tf-setup-welcome-footer.tf-setup-finish-footer .bg-not {
  color: #db5209;
  border: 1px solid #db5209;
  background-color: transparent;
}
.tf-setup-content-layout .ins_quick_setup_finish {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .tf-setup-content-layout .ins_quick_setup_finish {
    padding: 0 20px;
  }
  .tf-setup-content-layout .ins_quick_setup_finish .tf-setup-welcome-footer .tf-admin-btn {
    font-size: 14px;
    padding: 11px;
  }
}

/*
Steps
*/
.tf-setup-steps {
  margin: 24px 0;
  box-sizing: border-box;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 0;
  line-height: 1.5715;
  list-style: none;
  width: 100%;
  text-align: initial;
  display: flex;
}
.tf-setup-steps .tf-steps-item {
  position: relative;
  display: inline-block;
  flex: 1;
  vertical-align: top;
}
.tf-setup-steps .tf-steps-item .tf-steps-item-container {
  outline: 0;
}
.tf-setup-steps .tf-steps-item .tf-steps-item-tail {
  padding: 3.5px 45px 3.5px 35px;
  margin-left: 58px;
  top: 8px;
  position: absolute;
  left: 0;
  width: 70%;
}
@media only screen and (max-width: 575.98px) {
  .tf-setup-steps .tf-steps-item .tf-steps-item-tail {
    margin-left: 10px;
    width: 60%;
  }
}
.tf-setup-steps .tf-steps-item .tf-steps-item-tail::after {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #fef2eb;
  border-radius: 1px;
  transition: background 0.3s;
  content: "";
}
.tf-setup-steps .tf-steps-item .tf-steps-item-icon {
  width: auto;
  height: inherit;
  line-height: inherit;
  background: 0 0;
  border: 0;
  border-radius: 0;
  margin: 0 8px 0 0;
  margin-left: 46px;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  border-color: #1890ff;
}
@media only screen and (max-width: 575.98px) {
  .tf-setup-steps .tf-steps-item .tf-steps-item-icon {
    margin: 0 0 0 5px;
  }
}
.tf-setup-steps .tf-steps-item .tf-steps-item-icon .tf-steps-icon {
  font-size: 24px;
  line-height: 24px;
  transform: none;
  color: #1890ff;
  top: 0;
  left: 0.5px;
  width: 32px;
  height: 32px;
  position: relative;
}
.tf-setup-steps .tf-steps-item .tf-steps-item-title {
  margin-top: -4px;
  text-align: center;
  display: block;
  width: 116px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
@media only screen and (max-width: 575.98px) {
  .tf-setup-steps .tf-steps-item .tf-steps-item-title {
    width: auto;
    text-align: left;
  }
}
.tf-setup-steps .tf-steps-item:last-child {
  flex: none;
}
.tf-setup-steps .tf-steps-item:last-child .tf-steps-item-tail {
  display: none;
}

.tf-setup-step-container {
  display: none;
  /*
  Ajax Loader
  */
}
.tf-setup-step-container.active {
  display: block;
}
.tf-setup-step-container .tf-setup-step-title {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 22px;
  line-height: 47px;
  color: #db5209;
  margin: 0 0 15px;
}
@media only screen and (max-width: 575.98px) {
  .tf-setup-step-container .tf-setup-step-title {
    font-size: 24px;
  }
}
.tf-setup-step-container .tf-setup-step-subtitle {
  text-transform: capitalize;
  color: #db5209;
  margin: 20px 0 15px;
  text-align: left;
}
@media only screen and (max-width: 575.98px) {
  .tf-setup-step-container .tf-setup-step-subtitle {
    text-align: center;
  }
}
.tf-setup-step-container .tf-setup-step-desc {
  margin: 0 0 15px;
  font-size: 16px;
}
.tf-setup-step-container .tf-select-service {
  display: grid;
  grid-auto-columns: 1fr;
  grid-row-gap: 16px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  justify-items: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}
@media only screen and (max-width: 575.98px) {
  .tf-setup-step-container .tf-select-service {
    grid-template-columns: 1fr 1fr;
  }
}
.tf-setup-step-container .tf-select-service li {
  position: relative;
  flex: 0 0 140px;
}
@media only screen and (max-width: 480px) {
  .tf-setup-step-container .tf-select-service li {
    flex: 0 0 100px;
  }
}
.tf-setup-step-container .tf-select-service input[type=radio] {
  background: transparent;
  border: none;
  box-shadow: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.tf-setup-step-container .tf-select-service input[type=radio]:checked::before {
  background-color: transparent;
}
.tf-setup-step-container .tf-select-service label {
  border: 2px solid transparent;
  background-color: #fff;
  box-shadow: 0px 6px 40px rgba(75, 26, 0, 0.15);
  display: block;
  position: relative;
  cursor: pointer;
  border-radius: 6px;
  pointer-events: none;
}
@media only screen and (max-width: 480px) {
  .tf-setup-step-container .tf-select-service label {
    padding: 5px;
  }
}
.tf-setup-step-container .tf-select-service label span {
  display: block;
  color: #665f5c;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  padding: 3px 0px 5px 5px;
}
.tf-setup-step-container .tf-select-service label img {
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.tf-setup-step-container .tf-select-service :checked + label {
  border: 2px solid #db5209;
  box-shadow: 0px 5px 15px rgba(233, 87, 10, 0.2);
}
.tf-setup-step-container .tf-setup-action-btn-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 50px 0;
}
@media only screen and (max-width: 375px) {
  .tf-setup-step-container .tf-setup-action-btn-wrapper .tf-setup-action-btn-next {
    display: flex;
  }
}
.tf-setup-step-container .tf-setup-action-btn-wrapper .tf-setup-prev-btn {
  padding: 16px 32px;
  display: flex;
  color: #db5209;
  border: 1px solid #db5209;
  background-color: transparent;
  border-radius: 8px;
}
.tf-setup-step-container .tf-setup-action-btn-wrapper .tf-setup-action-btn-next {
  display: flex;
}
.tf-setup-step-container .tf-setup-action-btn-wrapper .tf-setup-action-btn-next button {
  padding: 16px 32px;
  display: flex;
  color: #fff;
  background-color: #db5209;
  border-radius: 8px;
  border-color: transparent;
}
.tf-setup-step-container .tf-setup-action-btn-wrapper .tf-setup-action-btn-next button:last-child {
  margin-left: 20px;
}
.tf-setup-step-container .tf-setup-action-btn-wrapper .tf-setup-action-btn-next .tf-setup-skip-btn {
  background-color: transparent;
  color: #db5209;
}
.tf-setup-step-container .tf-setup-form-item.bg {
  background-color: #fef2eb;
  padding: 12px 30px;
  border-radius: 16px;
}
.tf-setup-step-container .tf-setup-form-item.middle {
  max-width: 450px;
  margin: auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 575.98px) {
  .tf-setup-step-container .tf-setup-form-item.middle {
    align-items: center;
  }
}
.tf-setup-step-container .tf-setup-form-item.middle .tf-setup-form-item-label label {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #4e4e4e;
}
.tf-setup-step-container .tf-setup-form-item.middle .tf-setup-form-item-input {
  width: 100%;
}
.tf-setup-step-container .tf-setup-form-item.middle .tf-setup-form-item-input select {
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 8px 5px 12px;
  background-color: #fff5f0;
  border: 1px solid #db5209;
  border-radius: 8px;
  transition: all 0.3s;
  outline: none;
}
.tf-setup-step-container .tf-setup-form-item {
  margin: 0 0 30px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tf-setup-step-container .tf-setup-form-item li {
  max-width: 145px;
}
@media only screen and (max-width: 575.98px) {
  .tf-setup-step-container .tf-setup-form-item {
    flex-direction: column;
    text-align: center;
  }
}
.tf-setup-step-container .tf-setup-form-item label {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #4e4e4e;
}
.tf-setup-step-container .tf-setup-form-item .tf-setup-form-item-label {
  width: 100%;
}
@media only screen and (max-width: 575.98px) {
  .tf-setup-step-container .tf-setup-form-item .tf-setup-form-item-label {
    text-align: center;
  }
}
.tf-setup-step-container .tf-setup-form-item .tf-setup-form-item-label label {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  position: relative;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  height: 32px;
  color: rgba(0, 0, 0, 0.85);
}
.tf-setup-step-container .tf-setup-form-item .tf-setup-form-item-label label span {
  margin-left: 3px;
  padding: 4px;
  color: #ff0101;
}
.tf-setup-step-container .tf-setup-form-item .tf-setup-form-item-input {
  width: 100%;
}
.tf-setup-step-container .tf-setup-form-item .tf-setup-form-item-input input[type=text],
.tf-setup-step-container .tf-setup-form-item .tf-setup-form-item-input input[type=email],
.tf-setup-step-container .tf-setup-form-item .tf-setup-form-item-input input[type=number],
.tf-setup-step-container .tf-setup-form-item .tf-setup-form-item-input select {
  width: 100%;
  border: 1px solid #e4e6eb;
  border-radius: 5px;
  height: 36px;
  padding: 6px 18px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.85);
  background-color: #fff;
  transition: all 0.3s;
  outline: none;
}
.tf-setup-step-container .tf-setup-form-item .tf-switch-label {
  position: relative;
  display: inline-block;
  width: 64px;
  height: 36px;
  border-radius: 24px;
}
.tf-setup-step-container .tf-setup-form-item .tf-switch-label input {
  display: none;
}
.tf-setup-step-container .tf-setup-form-item .tf-switch-label .tf-switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 1px solid #140701;
  border-radius: 20px;
  transition: all 0.4s ease-in-out;
}
.tf-setup-step-container .tf-setup-form-item .tf-switch-label .tf-switch-slider::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 26px;
  border-radius: 24px;
  top: 4px;
  left: 4px;
  background-color: #140701;
  box-shadow: 0px 0px 8px rgba(27, 25, 25, 0.3);
  transition: all 0.4s ease-in-out;
}
.tf-setup-step-container .tf-setup-form-item .tf-switch-label input:checked + .tf-switch-slider {
  background-color: #db5209;
  border-color: transparent;
}
.tf-setup-step-container .tf-setup-form-item .tf-switch-label input:checked + .tf-switch-slider:before {
  left: 100%;
  margin-left: -35px;
  background-color: #fcf9f7;
}
.tf-setup-step-container .tf-select-progressbar {
  display: grid;
  grid-auto-columns: 1fr;
  grid-row-gap: 16px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  justify-items: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  -ms-grid-rows: auto auto;
}
@media only screen and (max-width: 575.98px) {
  .tf-setup-step-container .tf-select-progressbar {
    grid-template-columns: 1fr 1fr;
  }
}
.tf-setup-step-container .tf-select-progressbar li {
  position: relative;
  text-align: center;
}
.tf-setup-step-container .tf-select-progressbar li input[type=radio] {
  border: none;
  box-shadow: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.tf-setup-step-container .tf-select-progressbar li input[type=radio]:checked::before {
  background-color: transparent;
}
.tf-setup-step-container .tf-select-progressbar li label {
  border: 2px solid transparent;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  display: block;
  position: relative;
  cursor: pointer;
  border-radius: 6px;
  pointer-events: none;
}
.tf-setup-step-container .tf-select-progressbar li label img {
  width: 100%;
}
.tf-setup-step-container .tf-select-progressbar li label span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  padding: 3px 0px 5px 5px;
  text-align: left;
}
.tf-setup-step-container .tf-select-progressbar :checked + label {
  border: 2px solid #db5209;
  box-shadow: 0px 5px 15px rgba(233, 87, 10, 0.2);
}
.tf-setup-step-container .tf-select-mode {
  display: grid;
  grid-auto-columns: 1fr;
  grid-row-gap: 16px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-items: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  -ms-grid-rows: auto auto;
}
@media only screen and (max-width: 575.98px) {
  .tf-setup-step-container .tf-select-mode {
    grid-template-columns: 1fr 1fr;
  }
}
.tf-setup-step-container .tf-select-mode li {
  position: relative;
  text-align: center;
}
.tf-setup-step-container .tf-select-mode li input[type=radio] {
  border: none;
  box-shadow: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.tf-setup-step-container .tf-select-mode li input[type=radio]:checked::before {
  background-color: transparent;
}
.tf-setup-step-container .tf-select-mode li label {
  border: 2px solid transparent;
  padding: 8px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  display: block;
  position: relative;
  cursor: pointer;
  border-radius: 6px;
  pointer-events: none;
}
.tf-setup-step-container .tf-select-mode li label img {
  width: 100%;
}
.tf-setup-step-container .tf-select-mode li label span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  padding: 3px 0px 5px 5px;
  text-align: left;
}
.tf-setup-step-container .tf-select-mode :checked + label {
  border: 2px solid #db5209;
  box-shadow: 0px 5px 15px rgba(233, 87, 10, 0.2);
}
.tf-setup-step-container .tf-setup-step-description {
  margin-bottom: 30px;
}
.tf-setup-step-container.tf-setup-step-3 .tf-setup-step-desc {
  text-align: left;
}
.tf-setup-step-container .tf-btn-loading {
  padding-right: 40px;
  position: relative;
}
.tf-setup-step-container .tf-btn-loading:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-left-color: transparent;
  border-radius: 50%;
  vertical-align: middle;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  animation: wd-rotate 450ms infinite linear;
}
@keyframes wd-rotate {
  100% {
    transform: rotate(360deg);
  }
}

#checkout_editors .tf-field-repeater .tf-fieldset .tf-repeater .tf-repeater-wrap .tf-single-repeater .tf-repeater-header .tf-repeater-icon-absulate .tf-repeater-icon-clone {
  display: none;
}
#checkout_editors .tf-field-repeater .tf-fieldset .tf-repeater .tf-repeater-wrap .tf-single-repeater .tf-repeater-header .tf-repeater-icon-absulate .tf-repeater-icon-delete {
  display: none;
}

.tf-field-text input {
  width: 100%;
  padding: 12px 8px 12px 12px;
  border: 1px solid #db5209;
  background-color: #fff5f0;
  border-radius: 4px;
  height: 48px;
  color: #363e4a;
  font-size: 14px;
}
.tf-field-text input:focus {
  background: #ffffff;
  box-shadow: 0 0 0 2px #db5209;
  border-radius: 4px;
}
.tf-field-text input::-moz-placeholder {
  opacity: 1;
  color: #a6b1bf;
}
.tf-field-text input::placeholder {
  color: #a6b1bf;
}

.tf-field-textarea textarea {
  width: 100% !important;
  height: 180px;
  padding: 12px 8px 12px 12px;
  border: 1px solid #db5209;
  background-color: #fff5f0;
  border-radius: 4px;
  color: #363e4a;
  font-size: 14px;
  width: 100%;
}
.tf-field-textarea textarea:focus {
  background: #ffffff;
  box-shadow: 0 0 0 2px #db5209;
  border-radius: 4px;
}

.tf-field-select select.tf-select {
  width: 100%;
  padding: 12px 8px 12px 12px;
  border: 1px solid #db5209;
  background-color: #fff5f0;
  border-radius: 4px;
  height: 48px;
  color: #363e4a;
  font-size: 14px;
  line-height: 14px;
  font-family: "Lato";
}
.tf-field-select select.tf-select:focus {
  outline: none;
}

.tf-field-select2 .select2-container {
  width: 100% !important;
}
.tf-field-select2 .select2-container .select2-selection {
  width: 100%;
  padding: 10px 8px 0 12px;
  border: 1px solid #db5209;
  background-color: #fff5f0;
  border-radius: 4px;
  min-height: 48px;
  color: #363e4a;
  font-size: 14px;
}
.tf-field-select2 .select2-container .select2-selection .select2-selection__choice {
  background-color: #e1e5ea;
  border: none;
  margin-left: 4px;
  margin-top: 0;
  padding: 4px 20px 4px 4px !important;
  color: #363e4a;
}
.tf-field-select2 .select2-container .select2-selection .select2-selection__choice:first-child {
  margin-left: 0;
}
.tf-field-select2 .select2-container .select2-selection .select2-selection__choice__remove {
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #363e4a;
  font-size: 16px;
  padding: 0;
  position: absolute;
  left: auto;
  top: 2px;
  right: 4px;
}
.tf-field-select2 .select2-container .select2-selection .select2-selection__clear {
  margin-top: 0;
}
.tf-field-select2 .select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
  margin-left: 5px;
  padding: 4px 0 0 0;
  max-width: 100%;
  resize: none;
  height: 30px;
  vertical-align: middle;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.tf-field-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
}

.tf-field.tf-field-select2 .tf-fieldset span.select2:nth-child(3) {
  display: none;
}

.tf-field-radio .tf-fieldset ul li {
  margin-bottom: 10px;
}
.tf-field-radio .tf-fieldset ul.tf-inline li {
  display: inline-block;
  margin-right: 20px;
}
.tf-field-radio .tf-fieldset input[type=radio] {
  display: none;
}
.tf-field-radio .tf-fieldset input[type=radio] + label {
  color: #607085;
  font-size: 16px;
  position: relative;
  padding-left: 30px;
  transition: all 0.3s ease;
}
.tf-field-radio .tf-fieldset input[type=radio] + label:hover {
  color: #4b5768;
}
.tf-field-radio .tf-fieldset input[type=radio] + label:hover::before {
  border-color: #76a9ff;
}
.tf-field-radio .tf-fieldset input[type=radio] + label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #8997a9;
  border-radius: 100%;
  position: absolute;
  top: 1px;
  left: 0;
  transition: all 0.3s ease;
}
.tf-field-radio .tf-fieldset input[type=radio] + label::after {
  content: "";
  height: 14px;
  width: 14px;
  background-color: #db5209;
  border-radius: 100%;
  position: absolute;
  top: 4px;
  left: 3px;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.3s ease;
}
.tf-field-radio .tf-fieldset input[type=radio]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}
.tf-field-radio .tf-fieldset input[type=radio]:checked + label:before {
  border-color: #db5209;
}

.tf-field-checkbox .tf-fieldset ul li {
  margin-bottom: 10px;
}
.tf-field-checkbox .tf-fieldset ul.tf-inline li {
  display: inline-block;
  margin-right: 20px;
}
.tf-field-checkbox .tf-fieldset input[type=checkbox] {
  display: none;
}
.tf-field-checkbox .tf-fieldset input[type=checkbox] + label {
  color: #607085;
  font-size: 16px;
  position: relative;
  padding-left: 30px;
  transition: all 0.3s ease;
}
.tf-field-checkbox .tf-fieldset input[type=checkbox] + label:hover {
  color: #4b5768;
}
.tf-field-checkbox .tf-fieldset input[type=checkbox] + label:hover::before {
  border-color: #76a9ff;
}
.tf-field-checkbox .tf-fieldset input[type=checkbox] + label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #8997a9;
  border-radius: 2px;
  position: absolute;
  top: 1px;
  left: 0;
  transition: all 0.3s ease;
}
.tf-field-checkbox .tf-fieldset input[type=checkbox] + label::after {
  content: "";
  background-image: url(../images/icons/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 2px;
  left: 1px;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.3s ease;
}
.tf-field-checkbox .tf-fieldset input[type=checkbox]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}
.tf-field-checkbox .tf-fieldset input[type=checkbox]:checked + label:before {
  background-color: #003c79;
  border-color: #003c79;
}

.tf-field-image .tf-fieldset .tf-fieldset-media-preview:not(:empty) {
  height: 100px;
  width: 100px;
  border: 1px solid #ddd;
  padding: 5px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}
.tf-field-image .tf-fieldset .tf-fieldset-media-preview:not(:empty) .tf-image-close {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
  padding: 2px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #ddd;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tf-field-image .tf-fieldset .tf-fieldset-media-preview:not(:empty) .tf-image-close img {
  background: #fff;
  width: 11px !important;
}
.tf-field-image .tf-fieldset .tf-fieldset-media-preview:not(:empty) img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tf-field-image .tf-fieldset .tf-fieldset-media {
  display: flex;
}
.tf-field-image .tf-fieldset .tf-fieldset-media input {
  width: 90%;
  padding: 12px 8px 12px 12px;
  background-color: #fff5f0;
  border: 1px solid #db5209;
  border-radius: 4px;
  height: 48px;
  color: #363e4a;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
}
.tf-field-image .tf-fieldset .tf-fieldset-media a.tf-media-upload {
  height: 48px;
  width: 100px !important;
  line-height: 48px;
  text-align: center;
  text-transform: capitalize;
  background-color: #db5209;
  border-color: #db5209;
}

.tf-taxonomy-metabox {
  display: flow-root;
}
.tf-taxonomy-metabox .tf-field-image .tf-fieldset .tf-fieldset-media {
  display: flex;
}
.tf-taxonomy-metabox .tf-field-image .tf-fieldset .tf-fieldset-media input {
  width: 85%;
  padding: 12px 8px 12px 12px;
  border: none;
  border-radius: 4px;
  height: 48px;
  color: #363e4a;
  font-size: 14px;
  background: #fff;
  border: 1px solid #db5209;
  white-space: nowrap;
  overflow: hidden;
}
.tf-taxonomy-metabox .tf-field-image .tf-fieldset .tf-fieldset-media a.tf-media-upload {
  height: 48px;
  width: 14%;
  line-height: 48px;
  text-align: center;
  text-transform: capitalize;
}

.taxonomy-hotel_location #edittag,
.taxonomy-tour_destination #edittag,
.taxonomy-hotel_feature #edittag {
  display: flex;
  flex-direction: column;
}
.taxonomy-hotel_location #edittag .tf-admin-meta-box.tf-taxonomy-metabox,
.taxonomy-tour_destination #edittag .tf-admin-meta-box.tf-taxonomy-metabox,
.taxonomy-hotel_feature #edittag .tf-admin-meta-box.tf-taxonomy-metabox {
  order: 2;
}
.taxonomy-hotel_location #edittag table,
.taxonomy-tour_destination #edittag table,
.taxonomy-hotel_feature #edittag table {
  order: 1;
}
.taxonomy-hotel_location #edittag .edit-tag-actions,
.taxonomy-tour_destination #edittag .edit-tag-actions,
.taxonomy-hotel_feature #edittag .edit-tag-actions {
  order: 3;
}

.tf-field.tf-field-imageselect {
  margin: 0;
}

.tf-image-seletor-items {
  margin-right: 10px;
  margin-bottom: 10px;
}
.tf-image-seletor-items figure {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 10px 20px rgba(75, 26, 0, 0.05);
  padding: 10px;
  cursor: pointer;
  position: relative;
  margin: 0;
  border: 2px solid transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.2s;
}
.tf-image-seletor-items figure img {
  border-radius: 8px;
  margin-bottom: 10px;
}
.tf-image-seletor-items figure input {
  display: none;
}
.tf-image-seletor-items figure .tf-image-seletor-card-info {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #665f5c;
}
.tf-image-seletor-items.tf-active figure {
  border-color: transparent;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border: 2px solid #e9570a;
  box-shadow: 0 0 20px #ddd;
}

.tf-field-imageselect.imageset-inline .tf-image-seletor-wrap {
  display: flex;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.tf-field-imageselect.imageset-inline .tf-image-seletor-wrap .tf-image-seletor-items figure img {
  padding: 5px;
  border-radius: 8px;
}

.tf-field-imageselect.ins-layout-options-imageset .tf-fieldset .tf-image-seletor-wrap .tf-image-seletor-items {
  width: 100px;
}
.tf-field-imageselect.ins-layout-options-imageset .tf-fieldset .tf-image-seletor-wrap .tf-image-seletor-items img {
  width: 100%;
}

.tf-field-imageselect.ins-layout-options-imageset200 .tf-fieldset .tf-image-seletor-wrap .tf-image-seletor-items {
  width: 203px;
}
.tf-field-imageselect.ins-layout-options-imageset200 .tf-fieldset .tf-image-seletor-wrap .tf-image-seletor-items img {
  width: 100%;
}

.tf-field-imageselect.ins-layout-options-imageset300 .tf-fieldset .tf-image-seletor-wrap .tf-image-seletor-items {
  width: 281px;
}
.tf-field-imageselect.ins-layout-options-imageset300 .tf-fieldset .tf-image-seletor-wrap .tf-image-seletor-items img {
  width: 100%;
}

.tf-fieldset-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 95%;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid rgba(255, 162, 112, 0.2509803922);
  background-color: #fef8f5;
  box-shadow: 0px 10px 20px rgba(75, 26, 0, 0.05);
}

.tf-field-gallery .tf-fieldset .tf-fieldset-gallery-preview img {
  height: 60px;
  width: 60px;
  border: 1px solid #ddd;
  padding: 5px;
  margin-right: 10px;
}
.tf-field-gallery .tf-fieldset .tf-fieldset-gallery a.button-primary {
  background-color: #003c79;
  border-color: #003c79;
}
.tf-field-gallery .tf-fieldset .tf-fieldset-gallery a.tf-gallery-edit {
  margin-left: 5px;
}
.tf-field-gallery .tf-fieldset .tf-fieldset-gallery a.button-warning {
  border-color: #F44336;
  background: #F44336;
  margin-left: 5px;
  color: #fff;
  display: none;
}

.tf-field-heading {
  padding: 16px 24px;
  margin: 0 -24px;
  background-color: #fef2eb;
}
.tf-field-heading .tf-field-heading-inner {
  display: flex;
}
.tf-field-heading .tf-field-heading-inner .tf-field-heading-icon {
  margin-right: 10px;
  width: 28px;
  height: 28px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #db5209;
  color: #fff;
  border-radius: 4px;
}
.tf-field-heading .tf-field-heading-inner .tf-field-heading-content {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.tf-field-heading .tf-field-heading-inner .tf-field-heading-content h3 {
  margin: 0;
  font-weight: 600;
  color: #363e4a;
}
.tf-field-heading .tf-field-heading-inner .tf-field-heading-content.has-content h3 {
  margin-bottom: 10px;
}

.tf-field-notice-inner {
  display: flex;
  padding: 24px;
  border: 1px solid #d1ebec;
  border-radius: 8px;
  background-color: #f0fafa;
}
.tf-field-notice-inner .tf-field-notice-icon {
  margin-right: 10px;
  font-size: 20px;
  color: #069697;
}
.tf-field-notice-inner .tf-field-notice-content {
  color: #8997a9;
}
.tf-field-notice-inner .tf-field-notice-content h6 {
  margin: 0;
  font-weight: 500;
  color: #363e4a;
  font-size: 16px;
}
.tf-field-notice-inner .tf-field-notice-content.has-content h6 {
  margin-bottom: 5px;
}
.tf-field-notice-inner.tf-notice-success {
  border-color: #dceddd;
  background-color: #f5faf5;
}
.tf-field-notice-inner.tf-notice-success .tf-field-notice-icon {
  color: #43a047;
}
.tf-field-notice-inner.tf-notice-warning {
  border-color: #ffecb3;
  background-color: #fffdf6;
}
.tf-field-notice-inner.tf-notice-warning .tf-field-notice-icon {
  color: #ffbf00;
}
.tf-field-notice-inner.tf-notice-danger {
  border-color: #fddcda;
  background-color: #fef2f1;
}
.tf-field-notice-inner.tf-notice-danger .tf-field-notice-icon {
  color: #f44336;
}

.tf-field-switch .tf-switch-label {
  position: relative;
  display: inline-block;
  width: 64px;
  height: 32px;
  border-radius: 20px;
}
.tf-field-switch .tf-switch-label input {
  display: none;
}
.tf-field-switch .tf-switch-label .tf-switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 1px solid #140701;
  border-radius: 20px;
  transition: all 0.4s ease-in-out;
}
.tf-field-switch .tf-switch-label .tf-switch-slider::before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 24px;
  top: 3px;
  left: 4px;
  background-color: #140701;
  box-shadow: 0px 0px 8px rgba(27, 25, 25, 0.3);
  transition: all 0.4s ease-in-out;
}
.tf-field-switch .tf-switch-label .tf-switch-slider .tf-switch-on,
.tf-field-switch .tf-switch-label .tf-switch-slider .tf-switch-off {
  display: none;
  color: white;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 12px;
  font-size: 14px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.tf-field-switch .tf-switch-label .tf-switch-slider .tf-switch-off {
  left: auto;
  right: 12px;
  opacity: 1;
}
.tf-field-switch .tf-switch-label input:checked + .tf-switch-slider {
  background-color: #db5209;
  border: 1px solid transparent;
}
.tf-field-switch .tf-switch-label input:checked + .tf-switch-slider:before {
  background-color: #fcf9f7;
  left: 100%;
  margin-left: -28px;
}
.tf-field-switch .tf-switch-label input:checked + .tf-switch-slider .tf-switch-on {
  opacity: 1;
}
.tf-field-switch .tf-switch-label input:checked + .tf-switch-slider .tf-switch-off {
  opacity: 0;
}

.tf-field-date .tf-fieldset {
  position: relative;
}
.tf-field-date .tf-fieldset .tf-date-range {
  display: flex;
  gap: 30px;
}
.tf-field-date .tf-fieldset .tf-date-range .tf-date-from,
.tf-field-date .tf-fieldset .tf-date-range .tf-date-to {
  width: 100%;
}
.tf-field-date input {
  width: 100%;
  padding: 12px 8px 12px 12px;
  border: none;
  background-color: #fff5f0;
  border-radius: 4px;
  height: 48px;
  color: #363e4a;
  font-size: 14px;
  border: 1px solid #c4cbd4;
}
.tf-field-date input:focus {
  background: #ffffff;
  box-shadow: 0 0 0 2px #db5209;
  border-radius: 4px;
}
.tf-field-date input::-moz-placeholder {
  opacity: 1;
  color: #a6b1bf;
}
.tf-field-date input::placeholder {
  color: #a6b1bf;
}
.tf-field-date i {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  color: #a6b1bf;
  font-size: 16px;
}

.tf-field-time .tf-fieldset {
  position: relative;
}
.tf-field-time input {
  width: 100%;
  padding: 12px 8px 12px 12px;
  border: none;
  background-color: #fff5f0;
  border-radius: 4px;
  height: 48px;
  color: #363e4a;
  font-size: 14px;
  border: 1px solid #c4cbd4;
}
.tf-field-time input:focus {
  background: #ffffff;
  box-shadow: 0 0 0 2px #db5209;
  border-radius: 4px;
}
.tf-field-time input::-moz-placeholder {
  opacity: 1;
  color: #a6b1bf;
}
.tf-field-time input::placeholder {
  color: #a6b1bf;
}
.tf-field-time i {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  color: #a6b1bf;
  font-size: 16px;
}

.tf-repeater {
  margin-bottom: 8px;
}
.tf-repeater .tf-single-repeater-clone {
  display: none;
}
.tf-repeater .tf-repeater-header {
  display: flex;
  width: 100%;
  padding: 8px 0;
  background: rgba(219, 82, 9, 0.1098039216);
  position: relative;
  border-radius: 5px 5px 0px 0px;
  align-items: center;
  cursor: pointer;
}
.tf-repeater .tf-repeater-header .tf-repeater-icon {
  color: #db5209;
  padding: 8px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  width: 24px;
}
.tf-repeater .tf-repeater-header .tf-repeater-icon-move {
  color: #db5209;
}
.tf-repeater .tf-repeater-header .tf-repeater-icon-move:hover {
  background-color: rgba(228, 85, 9, 0.474);
  transition: 0.4s;
  color: #db5209;
}
.tf-repeater .tf-repeater-header .tf-repeater-icon-clone {
  color: #76a9ff;
}
.tf-repeater .tf-repeater-header .tf-repeater-icon-clone:hover {
  background-color: #c4daff;
  transition: 0.4s;
  color: #db5209;
}
.tf-repeater .tf-repeater-header .tf-repeater-icon-delete {
  color: #f8877f;
}
.tf-repeater .tf-repeater-header .tf-repeater-icon-delete:hover {
  background-color: #fccbc8;
  transition: 0.4s;
  color: #f44336;
}
.tf-repeater .tf-repeater-header .tf-repeater-title {
  display: inline-block;
  width: 100%;
  margin-right: 120px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.tf-repeater .tf-repeater-header .tf-repeater-icon-absulate {
  position: absolute;
  right: 8px;
  top: 8px;
}
.tf-repeater .tf-repeater-content-wrap {
  border: 1px solid #f0f2f4;
  background-color: #fff;
  padding: 10px 24px;
  box-shadow: 0px 5px 10px 1px #f5f5f5;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tf-repeater .tf-repeater-add .tf-repeater-icon {
  padding: 8px 15px;
  cursor: pointer;
  text-align: center;
  line-height: 0;
  display: inline-block;
  line-height: 24px;
  background-color: #db5209;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
}
.tf-repeater .tf-single-repeater {
  margin-bottom: 24px;
  border-radius: 5px;
  overflow: hidden;
}
.tf-repeater .tf-field-notice-inner {
  margin-bottom: 24px;
}

.tf-field-disable .tf-repeater {
  pointer-events: none;
}

.tf-tablist ul.tf-nav-tabs {
  list-style: none;
  margin-bottom: 0;
}
.tf-tablist ul.tf-nav-tabs li.tf-tab-item {
  display: inline-block;
  padding: 8px 24px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #db5209;
  cursor: pointer;
  transition: 0.4s;
  border-radius: 8px 8px 0px 0px;
  border-bottom: 4px solid transparent;
  margin-bottom: 0 !important;
}
.tf-tablist ul.tf-nav-tabs li.show {
  background-color: #fef2eb;
  border-bottom: 4px solid #db5209;
  color: #404040;
  box-shadow: 0px 5px 15px rgba(233, 87, 10, 0.2);
}
.tf-tablist ul.tf-nav-tabs li.tf-tab-item:hover {
  background-color: #fef2eb;
  border-bottom: 4px solid #db5209;
}
.tf-tablist ul.tf-nav-tabs li.show:hover {
  background-color: #fef2eb;
  border-bottom: 4px solid #db5209;
  color: #db5209;
}
.tf-tablist .tf-tab-field-content .tf-tab-item-content {
  border: 1px solid #f0f2f4;
  display: none;
  visibility: hidden;
  padding: 10px 24px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tf-tablist .tf-tab-field-content .show {
  display: flex;
  visibility: visible;
}

.tf-field-map .tf--map-search {
  width: 100%;
}
.tf-field-map .tf--map-search input {
  width: 100%;
  padding: 12px 8px 12px 12px;
  border: 1px solid #db5209;
  background-color: #fff5f0;
  border-radius: 4px;
  height: 48px;
  color: #363e4a;
  font-size: 14px;
}
.tf-field-map .tf--map-osm-wrap {
  border: 1px solid #ddd;
  padding: 5px;
  margin-top: 10px;
}
.tf-field-map .tf--map-osm-wrap .tf--map-osm {
  height: 250px !important;
}
.tf-field-map .tf--map-inputs {
  display: flex;
  justify-content: space-between;
}
.tf-field-map .tf--map-inputs .tf--map-input {
  width: 48%;
}
.tf-field-map .tf--map-inputs .tf--map-input label {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
  color: #607085;
  margin-top: 15px;
}
.tf-field-map .tf--map-inputs .tf--map-input input {
  width: 100%;
  padding: 12px 8px 12px 12px;
  border: 1px solid #db5209;
  background-color: #fff5f0;
  border-radius: 4px;
  height: 48px;
  color: #363e4a;
  font-size: 14px;
}

.tf-field-color > label {
  margin-top: 15px;
}
.tf-field-color > span.tf-field-sub-title {
  margin-bottom: 30px;
}
.tf-field-color .tf-fieldset ul.tf-inline li {
  display: flex;
  justify-content: space-between;
  background-color: #fcfcff;
  margin: 10px 0px;
  border-radius: 8px;
  padding: 20px 30px 13px 30px;
}
@media only screen and (max-width: 767.98px) {
  .tf-field-color .tf-fieldset ul.tf-inline li {
    display: flow-root;
  }
}
.tf-field-color .tf-fieldset ul.tf-inline li > label {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  width: 45%;
  margin-top: 5px;
}
@media only screen and (max-width: 767.98px) {
  .tf-field-color .tf-fieldset ul.tf-inline li > label {
    margin-top: 0px;
    margin-bottom: 10px;
    display: block;
  }
}
.tf-field-color .tf-fieldset ul.tf-inline li .wp-picker-container {
  display: block;
  text-align: right;
}
@media only screen and (max-width: 767.98px) {
  .tf-field-color .tf-fieldset ul.tf-inline li .wp-picker-container {
    text-align: left;
    display: block;
  }
}
.tf-field-color .tf-fieldset ul.tf-inline li .wp-picker-container .wp-color-result.button {
  color: #db5209;
  border-color: #db5209;
}
.tf-field-color .tf-fieldset ul.tf-inline li:last-child {
  margin-bottom: 0px;
}

.tf-field-icon .tf-icon-preview {
  width: 120px;
  height: 120px;
  background: #f0f2f4;
  border-radius: 8px;
  text-align: center;
  line-height: 125px;
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
}
.tf-field-icon .tf-icon-preview .tf-icon-preview-wrap {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.tf-field-icon .tf-icon-preview .tf-icon-preview-wrap i {
  font-size: 40px;
  color: #607085;
}
.tf-field-icon .tf-icon-preview .remove-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 8px;
  color: #f44336;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}
.tf-field-icon .tf-icon-preview.tf-hide {
  display: none;
}

#tf-icon-modal .tf-modal-content .tf-modal-header {
  margin-bottom: 20px;
}
#tf-icon-modal .tf-modal-content .tf-icon-search {
  text-align: center;
}
#tf-icon-modal .tf-modal-content .tf-icon-search input.tf-icon-search-input {
  width: 100%;
  max-width: 720px;
  padding: 12px 8px 12px 12px;
  border: none;
  background: #fff;
  border-radius: 4px;
  height: 48px;
  color: #363e4a;
  font-size: 14px;
}
#tf-icon-modal .tf-modal-content .tf-icon-search input.tf-icon-search-input:focus {
  background: #ffffff;
  box-shadow: 0 0 0 2px #db5209;
  border-radius: 4px;
}
#tf-icon-modal .tf-modal-content .tf-icon-search input.tf-icon-search-input::-moz-placeholder {
  opacity: 1;
  color: #a6b1bf;
}
#tf-icon-modal .tf-modal-content .tf-icon-search input.tf-icon-search-input::placeholder {
  color: #a6b1bf;
}
#tf-icon-modal .tf-modal-content .tf-icon-wrapper {
  display: flex;
  margin: 0 -30px;
}
#tf-icon-modal .tf-modal-content .tf-icon-wrapper ul.tf-icon-tab-list {
  flex: 0 0 200px;
  margin: 0;
  border-right: 1px solid #e1e5ea;
}
#tf-icon-modal .tf-modal-content .tf-icon-wrapper ul.tf-icon-tab-list li {
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 14px;
  color: #363e4a;
  font-weight: 500;
  text-transform: capitalize;
  padding: 12px 24px;
  transition: all 0.3s ease;
}
#tf-icon-modal .tf-modal-content .tf-icon-wrapper ul.tf-icon-tab-list li i {
  margin-right: 8px;
}
#tf-icon-modal .tf-modal-content .tf-icon-wrapper ul.tf-icon-tab-list li.active {
  background: #db5209;
  color: #fff;
}
#tf-icon-modal .tf-modal-content .tf-icon-wrapper .tf-icon-tab-content {
  flex-grow: 1;
  padding: 0 24px 24px;
}
#tf-icon-modal .tf-modal-content .tf-icon-wrapper .tf-icon-tab-content .tf-icon-tab-pane {
  display: none;
}
#tf-icon-modal .tf-modal-content .tf-icon-wrapper .tf-icon-tab-content .tf-icon-tab-pane.active {
  display: block;
}
#tf-icon-modal .tf-modal-content .tf-icon-wrapper .tf-icon-tab-content .tf-icon-tab-pane ul.tf-icon-list {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 12px;
  max-height: calc(100vh - 300px);
  overflow-y: auto;
}
#tf-icon-modal .tf-modal-content .tf-icon-wrapper .tf-icon-tab-content .tf-icon-tab-pane ul.tf-icon-list li {
  background: #fff;
  font-size: 24px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 0;
  color: #607085;
}
#tf-icon-modal .tf-modal-content .tf-icon-wrapper .tf-icon-tab-content .tf-icon-tab-pane ul.tf-icon-list li .tf-icon-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#tf-icon-modal .tf-modal-content .tf-icon-wrapper .tf-icon-tab-content .tf-icon-tab-pane ul.tf-icon-list li .tf-icon-inner span.check-icon {
  position: absolute;
  top: 4px;
  right: 4px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  font-size: 12px;
  text-align: center;
  border: 1px solid #8997a9;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}
#tf-icon-modal .tf-modal-content .tf-icon-wrapper .tf-icon-tab-content .tf-icon-tab-pane ul.tf-icon-list li .tf-icon-inner span.check-icon i {
  color: #fff;
  opacity: 0;
  transition: all 0.3s ease;
}
#tf-icon-modal .tf-modal-content .tf-icon-wrapper .tf-icon-tab-content .tf-icon-tab-pane ul.tf-icon-list li:hover .tf-icon-inner span.check-icon {
  opacity: 1;
}
#tf-icon-modal .tf-modal-content .tf-icon-wrapper .tf-icon-tab-content .tf-icon-tab-pane ul.tf-icon-list li.active .tf-icon-inner span.check-icon {
  border-color: #db5209;
  background-color: #db5209;
  opacity: 1;
}
#tf-icon-modal .tf-modal-content .tf-icon-wrapper .tf-icon-tab-content .tf-icon-tab-pane ul.tf-icon-list li.active .tf-icon-inner span.check-icon i {
  opacity: 1;
}
#tf-icon-modal .tf-modal-content .tf-icon-wrapper .tf-icon-tab-content .tf-icon-tab-pane ul.tf-icon-list::-webkit-scrollbar {
  width: 10px;
}
#tf-icon-modal .tf-modal-content .tf-icon-wrapper .tf-icon-tab-content .tf-icon-tab-pane ul.tf-icon-list::-webkit-scrollbar-track {
  background: #e1e5ea;
  border-radius: 10px;
}
#tf-icon-modal .tf-modal-content .tf-icon-wrapper .tf-icon-tab-content .tf-icon-tab-pane ul.tf-icon-list::-webkit-scrollbar-thumb {
  background: #76a9ff;
  border-radius: 10px;
}
#tf-icon-modal .tf-modal-content .tf-icon-wrapper .tf-icon-tab-content .tf-icon-tab-pane ul.tf-icon-list::-webkit-scrollbar-thumb:hover {
  background: #db5209;
}
#tf-icon-modal .tf-modal-content .tf-modal-footer {
  padding: 24px;
  margin: 0 -30px -30px;
  background: #ffffff;
  border-top: 1px solid #e1e5ea;
  box-shadow: 0px -4px 16px rgba(137, 151, 169, 0.2);
  text-align: right;
}
#tf-icon-modal .tf-modal-content .tf-modal-footer .tf-admin-btn {
  padding: 10px 24px;
}

.tf-field-number input {
  width: 100%;
  padding: 12px 8px 12px 12px;
  border: 1px solid #db5209;
  background-color: #fcfcff;
  border-radius: 4px;
  height: 48px;
  color: #363e4a;
  font-size: 14px;
}
.tf-field-number input:focus {
  background: #ffffff;
  box-shadow: 0px 5px 15px rgba(233, 87, 10, 0.2);
  border-radius: 4px;
  border-color: #db5209;
  outline: transparent;
}
.tf-field-number input::-moz-placeholder {
  opacity: 1;
  color: #a6b1bf;
}
.tf-field-number input::placeholder {
  color: #a6b1bf;
}