@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&display=swap");
body {
  margin: 0;
  padding: 0;
}

.tf-template-global {
  font-family: inherit;
  color: #686E7A;
}
.tf-template-global .tf-container {
  width: auto;
}
.tf-template-global h2 {
  font-size: 30px;
}
.tf-template-global img {
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  max-width: 100%;
}

table.tf-table {
  border-collapse: collapse;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 13px 30px 0px #E0E8EE;
  border-radius: 5px;
}
@media only screen and (max-width: 767.98px) {
  table.tf-table {
    font-size: 14px;
  }
}
table.tf-table td {
  text-align: left;
  padding: 25px;
  line-height: 1.4;
}
@media only screen and (max-width: 767.98px) {
  table.tf-table td {
    padding: 10px;
  }
}
@media only screen and (min-width: 767.99px) and (max-width: 991px) {
  table.tf-table td {
    padding: 16px;
  }
}
table.tf-table td:nth-child(2) {
  border-left: 1px solid #ddd;
}
table.tf-table tr {
  border-bottom: 1px solid #ddd;
}
table.tf-table tr:last-child {
  border-bottom: 0px solid #ddd;
}

.tf-btn-normal {
  color: #0E3DD8 !important;
  background-color: #fff !important;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
  display: block;
  text-align: center;
  transition: all 0.6s ease;
  font-family: inherit;
  border: 0px !important;
  cursor: pointer;
}
.tf-btn-normal:hover {
  background: #deddeb;
}
.tf-btn-normal.btn-primary:hover {
  background-color: #0e2e96;
  color: #fff;
  transition: all 0.6s ease;
}
.tf-btn-normal.btn-secondary:hover {
  background-color: #bbc4dd;
}

.btn-primary {
  background-color: #0E3DD8 !important;
  color: #fff !important;
}

.btn-secondary {
  background-color: #E3E7F2 !important;
  color: #060D1C !important;
}

.tf-list {
  list-style: none;
  padding: 0;
}
.tf-list li {
  margin-top: 12px;
  list-style: none;
}
.tf-list li i {
  color: #0E3DD8;
  width: 24px;
}

.tf-field-group.tf_form-inner,
.tf-field-group {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.tf-field-group.tf_form-inner i,
.tf-field-group i {
  position: absolute;
  left: 18px;
}
.tf-field-group.tf_form-inner .tf-field,
.tf-field-group .tf-field {
  border: none !important;
  padding: 15px 40px !important;
  width: 100% !important;
  background-color: #F3F7FA !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  margin: 0px !important;
  color: #686E7A !important;
  font-family: inherit;
  background-image: none;
  -moz-appearance: auto !important;
  height: auto;
}
.tf-field-group.tf_form-inner .tf-field:focus,
.tf-field-group .tf-field:focus {
  outline: none;
  border: none;
}
.tf-field-group.tf_form-inner input::placeholder,
.tf-field-group input::placeholder {
  font-weight: 16px;
  font-size: 14px;
  color: #686E7A;
}

.tf-page-content {
  flex-basis: 68%;
}
@media only screen and (max-width: 767.98px) {
  .tf-page-content {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 767.99px) and (max-width: 991px) {
  .tf-page-content {
    flex-basis: 58%;
  }
}

.tf-sidebar {
  flex-basis: 32%;
  padding-left: 30px;
}
@media only screen and (max-width: 767.98px) {
  .tf-sidebar {
    flex-basis: 100%;
    margin-top: 0px;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 767.99px) and (max-width: 991px) {
  .tf-sidebar {
    flex-basis: 40%;
    padding-left: 12px;
  }
}

.tf-icon {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tf-box-wrapper {
  background-color: #fff;
  border-radius: 5px;
}

.tf-box {
  padding: 30px;
  box-shadow: 0px 13px 30px 0px #e0e8ee;
}
@media only screen and (max-width: 767.98px) {
  .tf-box {
    padding: 24px;
  }
}
@media only screen and (min-width: 767.99px) and (max-width: 991px) {
  .tf-box {
    padding: 24px;
  }
}

.tf-flex {
  display: flex;
}
@media only screen and (max-width: 767.98px) {
  .tf-flex {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 767.99px) and (max-width: 991px) {
  .tf-flex {
    flex-wrap: wrap;
  }
}

.tf-flex-space-bttn {
  justify-content: space-between;
}

.tf-flex-align-center {
  align-items: center;
}

.tf-flex-align-top {
  align-items: flex-start;
}

.tf-flex-gap-8 {
  gap: 8px;
}

.tf-flex-gap-12 {
  gap: 12px;
}

.tf-flex-gap-16 {
  gap: 16px;
}

.tf-flex-gap-24 {
  gap: 24px;
}

.tf-mt-8 {
  margin-top: 8px;
}

.tf-mt-16 {
  margin-top: 16px;
}

.tf-mt-24 {
  margin-top: 24px;
}

.tf-mt-30 {
  margin-top: 30px;
}

.tf-mb-30 {
  margin-bottom: 30px;
}

.tf-mt-40 {
  margin-top: 40px;
}

.tf-mb-40 {
  margin-bottom: 40px;
}

.tf-mt-50 {
  margin-top: 50px;
}

.tf-mb-50 {
  margin-bottom: 50px;
}

.tf-pad-8 {
  padding-top: 8px;
}

.tf-pad-16 {
  padding-top: 16px;
}

.tf-pad-24 {
  padding-top: 24px;
}

.tf-pad-30 {
  padding: 30px;
}

.tf-padbtm-8 {
  padding-bottom: 8px;
}

.tf-padbtm-12 {
  padding-bottom: 12px;
}

.tf-padbtm-16 {
  padding-bottom: 16px;
}

.tf-column-2 .tf-column {
  flex-basis: calc(50% - 16px);
}

.tf-column-3 {
  display: flex;
  flex-wrap: wrap;
}
.tf-column-3 .tf-column {
  flex-basis: calc(33.3333333333% - 16px);
}
@media only screen and (max-width: 767.98px) {
  .tf-column-3 .tf-column {
    flex-basis: calc(100% - 0px);
  }
}

.tf-column-4 {
  display: flex;
  flex-wrap: wrap;
}
.tf-column-4 .tf-column {
  flex-basis: calc(25% - 16px);
}
@media only screen and (max-width: 767.98px) {
  .tf-column-4 .tf-column {
    flex-basis: calc(50% - 8px);
  }
}
@media only screen and (min-width: 767.99px) and (max-width: 991px) {
  .tf-column-4 .tf-column {
    flex-basis: calc(50% - 8px);
  }
}

.tf-template-global h1,
.tf-template-global h2,
.tf-template-global h3,
.tf-template-global h4,
.tf-template-global h5,
.tf-template-global h6 {
  font-family: inherit;
  font-weight: 500;
  color: #060D1C;
  margin: 0px;
  line-height: 1.3;
}

.tf-template-global p {
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #686E7A;
  margin: 0px;
}

@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: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-admin-meta-box .tf-admin-tab {
  border-right: 1px solid #e1e5ea;
  background-color: #f8f9fb;
  min-width: 280px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  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: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #363e4a;
  padding: 12px 16px;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  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: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  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;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  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: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 20px;
  margin-left: 24px;
  border-left: 1px solid #c4cbd4;
  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: #c4cbd4;
  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 {
  -webkit-flex: 0 0 calc(100% - 280px);
  -ms-flex: 0 0 calc(100% - 280px);
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 24px;
}
.tf-admin-meta-box .tf-tab-wrapper .tf-tab-content.active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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;
  background: #003c79;
  color: #fff;
  cursor: pointer;
}
.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 {
  -webkit-flex: 0 0 calc(100% - 281px);
  -ms-flex: 0 0 calc(100% - 281px);
  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);
  }
}

.tf-setting-dashboard .tf-setting-top-bar {
  background-color: #fff;
  padding: 15px 40px;
  margin-left: -20px;
  margin-bottom: 30px;
  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 #003c79;
  border-radius: 4px;
  background-color: rgba(0, 60, 121, 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;
  border-radius: 8px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  min-width: 200px;
  max-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 0px;
}
.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 .tf-setting-banner {
  background-color: transparent;
  padding: 30px 100px;
  border-radius: 10px;
  margin: 40px 20px 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: radial-gradient(at center center, #004A9E 0%, #001C39 75%);
}
@media only screen and (max-width: 991.98px) {
  .tf-setting-dashboard .tf-setting-banner {
    display: flow-root;
  }
}
@media only screen and (max-width: 767.98px) {
  .tf-setting-dashboard .tf-setting-banner {
    padding: 30px 40px;
  }
}
.tf-setting-dashboard .tf-setting-banner .tf-setting-banner-content {
  width: 50%;
}
@media only screen and (max-width: 991.98px) {
  .tf-setting-dashboard .tf-setting-banner .tf-setting-banner-content {
    width: 100%;
  }
}
.tf-setting-dashboard .tf-setting-banner .tf-setting-banner-content img {
  width: 200px;
  display: block;
  margin-bottom: 15px;
}
.tf-setting-dashboard .tf-setting-banner .tf-setting-banner-content span {
  color: #fff;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 200;
}
@media only screen and (max-width: 575.98px) {
  .tf-setting-dashboard .tf-setting-banner .tf-setting-banner-content span {
    font-size: 26px;
  }
}
.tf-setting-dashboard .tf-setting-banner .tf-setting-banner-content span b {
  display: block;
  font-weight: 700;
}
.tf-setting-dashboard .tf-setting-banner .tf-setting-banner-image {
  width: 30%;
}
@media only screen and (max-width: 991.98px) {
  .tf-setting-dashboard .tf-setting-banner .tf-setting-banner-image {
    width: 100%;
  }
}
.tf-setting-dashboard .tf-setting-banner .tf-setting-banner-image img {
  width: 100%;
}
.tf-setting-dashboard .tf-setting-performace-section {
  margin: 40px 20px 40px 0;
  position: relative;
}
.tf-setting-dashboard .tf-setting-performace-section h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  color: #000;
  margin: 0 0 10px;
}
.tf-setting-dashboard .tf-setting-performace-section .tf-performance-grid {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1199.98px) {
  .tf-setting-dashboard .tf-setting-performace-section .tf-performance-grid {
    display: flow-root;
  }
}
.tf-setting-dashboard .tf-setting-performace-section .tf-performance-grid .tf-single-performance-grid {
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  width: 16.5%;
}
@media only screen and (max-width: 1650px) {
  .tf-setting-dashboard .tf-setting-performace-section .tf-performance-grid .tf-single-performance-grid {
    padding: 12px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .tf-setting-dashboard .tf-setting-performace-section .tf-performance-grid .tf-single-performance-grid {
    width: 42%;
    margin: 15px 1%;
    float: left;
  }
}
@media only screen and (max-width: 767.98px) {
  .tf-setting-dashboard .tf-setting-performace-section .tf-performance-grid .tf-single-performance-grid {
    width: 94%;
    margin: 15px 0px;
  }
}
.tf-setting-dashboard .tf-setting-performace-section .tf-performance-grid .tf-single-performance-grid .tf-single-performance-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  flex-shrink: 0;
}
.tf-setting-dashboard .tf-setting-performace-section .tf-performance-grid .tf-single-performance-grid .tf-single-performance-icon img {
  width: 100%;
}
@media only screen and (max-width: 1650px) {
  .tf-setting-dashboard .tf-setting-performace-section .tf-performance-grid .tf-single-performance-grid .tf-single-performance-icon {
    width: 42px;
    height: 42px;
  }
}
.tf-setting-dashboard .tf-setting-performace-section .tf-performance-grid .tf-single-performance-grid .tf-single-performance-content {
  padding-left: 25px;
}
@media only screen and (max-width: 1650px) {
  .tf-setting-dashboard .tf-setting-performace-section .tf-performance-grid .tf-single-performance-grid .tf-single-performance-content {
    padding-left: 10px;
  }
}
.tf-setting-dashboard .tf-setting-performace-section .tf-performance-grid .tf-single-performance-grid .tf-single-performance-content p {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin: 0 0 10px;
}
@media only screen and (max-width: 1650px) {
  .tf-setting-dashboard .tf-setting-performace-section .tf-performance-grid .tf-single-performance-grid .tf-single-performance-content p {
    font-size: 14px;
  }
}
.tf-setting-dashboard .tf-setting-performace-section .tf-performance-grid .tf-single-performance-grid .tf-single-performance-content h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  line-height: 0.8;
}
@media only screen and (max-width: 1650px) {
  .tf-setting-dashboard .tf-setting-performace-section .tf-performance-grid .tf-single-performance-grid .tf-single-performance-content h3 {
    font-size: 24px;
  }
}
.tf-setting-dashboard .tf-setting-performace-section #tf-report-loader {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
.tf-setting-dashboard .tf-setting-performace-section #tf-report-loader img {
  width: 120px;
}
.tf-setting-dashboard .tf-setting-performace-section #tf-report-loader.show {
  opacity: 1;
  visibility: visible;
}
.tf-setting-dashboard .tf-setting-performace-section .tf-order-report {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
@media only screen and (max-width: 640px) {
  .tf-setting-dashboard .tf-setting-performace-section .tf-order-report {
    padding: 0;
  }
}
.tf-setting-dashboard .tf-setting-performace-section .tf-report-filter {
  display: flex;
  justify-content: space-between;
}
.tf-setting-dashboard .tf-setting-performace-section .tf-report-filter .tf-month-filter {
  margin-bottom: 15px;
  display: inline-block;
}
.tf-setting-dashboard .tf-setting-performace-section .tf-report-filter .tf-month-filter span {
  display: block;
  font-size: 11px;
  line-height: 13px;
  font-weight: 600;
  color: #77797E;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.tf-setting-dashboard .tf-setting-performace-section .tf-report-filter .tf-month-filter select {
  width: 180px;
  color: #222;
  border: 1px solid #ddd;
  height: 40px;
}

.tf-settings-help-center .tf-help-center-banner {
  background-color: #fff;
  border-radius: 10px;
  margin: 40px 20px 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px 0px 40px;
}
@media only screen and (max-width: 1280px) {
  .tf-settings-help-center .tf-help-center-banner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .tf-settings-help-center .tf-help-center-banner {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .tf-settings-help-center .tf-help-center-banner {
    display: flow-root;
    padding: 25px;
  }
}
.tf-settings-help-center .tf-help-center-banner .tf-help-center-content {
  width: 45%;
}
@media only screen and (max-width: 575.98px) {
  .tf-settings-help-center .tf-help-center-banner .tf-help-center-content {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .tf-settings-help-center .tf-help-center-banner .tf-help-center-content {
    margin-bottom: 20px;
  }
}
.tf-settings-help-center .tf-help-center-banner .tf-help-center-content h2 {
  color: #000;
  font-size: 34px;
  margin: 0;
}
.tf-settings-help-center .tf-help-center-banner .tf-help-center-content p {
  font-size: 1rem;
  color: #71787C;
}
.tf-settings-help-center .tf-help-center-banner .tf-help-center-image {
  width: 35%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 575.98px) {
  .tf-settings-help-center .tf-help-center-banner .tf-help-center-image {
    width: 100%;
  }
}
.tf-settings-help-center .tf-help-center-banner .tf-help-center-image img {
  max-width: 100%;
  position: relative;
}
.tf-settings-help-center .tf-support-document {
  margin: 40px 20px 40px 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1199.98px) {
  .tf-settings-help-center .tf-support-document {
    display: flow-root;
  }
}
.tf-settings-help-center .tf-support-document .tf-single-support {
  background-color: #fff;
  border-radius: 10px;
  width: 24%;
  min-height: 270px;
}
@media only screen and (max-width: 1199.98px) {
  .tf-settings-help-center .tf-support-document .tf-single-support {
    width: 48%;
    margin: 15px 1%;
    float: left;
  }
}
@media only screen and (max-width: 767.98px) {
  .tf-settings-help-center .tf-support-document .tf-single-support {
    width: 100%;
    margin: 15px 0%;
    float: left;
  }
}
.tf-settings-help-center .tf-support-document .tf-single-support a {
  display: block;
  padding: 40px;
  text-decoration: none;
}
.tf-settings-help-center .tf-support-document .tf-single-support a img {
  margin-bottom: 35px;
}
.tf-settings-help-center .tf-support-document .tf-single-support a h3 {
  font-size: 20px;
  margin: 0;
  color: #000;
  display: block;
  line-height: 24px;
}
.tf-settings-help-center .tf-support-document .tf-single-support a span {
  display: inline-block;
  margin-bottom: 0;
  display: inline-block;
  border: 2px solid #003c79;
  border-radius: 6px;
  padding: 9px 16px;
  font-size: 15px;
  font-weight: 600;
  color: #003c79;
  margin-top: 20px;
  line-height: 1;
  transition: 0.3s all ease;
}
.tf-settings-help-center .tf-support-document .tf-single-support a span:hover {
  background-color: #003c79;
  color: #fff;
}
.tf-settings-help-center .tf-settings-faq {
  margin: 40px 40px 40px 20px;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}
.tf-settings-help-center .tf-settings-faq h2 {
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #000;
}
.tf-settings-help-center .tf-settings-faq .tf-accordion-wrapper {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 20px;
}
@media only screen and (max-width: 767.98px) {
  .tf-settings-help-center .tf-settings-faq .tf-accordion-wrapper {
    display: block;
  }
}
.tf-settings-help-center .tf-settings-faq .tf-accordion-wrapper .tf-single-faq {
  border: 1px solid #E4E6EB;
  border-radius: 8px;
}
@media only screen and (max-width: 767.98px) {
  .tf-settings-help-center .tf-settings-faq .tf-accordion-wrapper .tf-single-faq {
    margin: 15px 0px;
  }
}
.tf-settings-help-center .tf-settings-faq .tf-accordion-wrapper .tf-single-faq .tf-faq-title {
  display: flex;
  align-items: center;
  padding: 25px 30px;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .tf-settings-help-center .tf-settings-faq .tf-accordion-wrapper .tf-single-faq .tf-faq-title {
    padding: 15px 15px;
  }
}
.tf-settings-help-center .tf-settings-faq .tf-accordion-wrapper .tf-single-faq .tf-faq-title i {
  font-size: 18px;
  margin-right: 10px;
  color: #000;
}
.tf-settings-help-center .tf-settings-faq .tf-accordion-wrapper .tf-single-faq .tf-faq-title h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #1d2327;
  line-height: 24px;
}
@media only screen and (max-width: 480px) {
  .tf-settings-help-center .tf-settings-faq .tf-accordion-wrapper .tf-single-faq .tf-faq-title h4 {
    font-size: 17px;
  }
}
.tf-settings-help-center .tf-settings-faq .tf-accordion-wrapper .tf-single-faq .tf-faq-title.active i {
  transform: rotate(180deg);
}
.tf-settings-help-center .tf-settings-faq .tf-accordion-wrapper .tf-single-faq .tf-faq-desc {
  display: none;
  padding: 0px 30px 25px 30px;
}
.tf-settings-help-center .tf-settings-faq .tf-accordion-wrapper .tf-single-faq .tf-faq-desc p {
  font-size: 1rem;
  color: #44464B;
}

.tf-setting-license {
  margin: 40px 40px 40px 20px;
}
.tf-setting-license .tf-setting-license-tabs ul {
  margin: 0;
  margin-left: 40px;
}
.tf-setting-license .tf-setting-license-tabs ul li.active {
  display: inline-block;
  border: none;
  margin: 0;
  line-height: 18px;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  background-color: #fff;
  border-radius: 5px 5px 0px 0px;
}
.tf-setting-license .tf-setting-license-tabs ul li.active:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #fff;
  bottom: -8px;
  left: -5px;
  transform: rotate(45deg);
}
.tf-setting-license .tf-setting-license-tabs ul li.active:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #fff;
  bottom: -8px;
  right: -5px;
  transform: rotate(45deg);
}
.tf-setting-license .tf-setting-license-tabs ul li.active span {
  display: inline-block;
  padding: 14px 22px;
  color: #000;
  font-size: 18px;
  text-decoration: none;
}
.tf-setting-license .tf-setting-license-tabs ul li.active span i {
  margin-right: 5px;
}
.tf-setting-license .tf-setting-license-field {
  background-color: #fff;
  border-radius: 8px;
  padding: 0px 20px;
}

.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: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-setting-wrapper .tf-option-form .tf-option .tf-admin-tab {
  min-width: 280px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  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: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #000;
  padding: 18px 30px;
  font-size: 16px;
  text-align: left;
  line-height: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  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: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  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(0, 60, 121, 0.1098039216);
  color: #003c79;
  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: #003c79;
}
.tf-setting-wrapper .tf-option-form .tf-option .tf-admin-tab a.tf-tablinks.active::before {
  position: absolute;
  content: "\f105";
  font-size: 14px;
  color: #003c79;
  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: #003c79;
  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: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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 {
  -webkit-flex: 0 0 calc(100% - 280px);
  -ms-flex: 0 0 calc(100% - 280px);
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px 20px;
  background: #ededf8;
  margin: 0px 0px 0px 20px;
  border-radius: 5px;
}
.tf-setting-wrapper .tf-option-form .tf-option .tf-tab-wrapper .tf-tab-content.active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.tf-setting-wrapper .tf-option-form .tf-option .tf-tab-wrapper .tf-tab-content > .tf-field {
  background-color: #fff;
  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-heading {
  border-radius: 0px;
}
.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-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: #003c79;
  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;
  appearance: none;
}
.tf-shortcode-generator-section .tf-shortcode-generators .tf-sg-form-wrapper .tf-shortcode-generator-form .tf-setting-field:hover {
  color: #2271b1;
}
.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;
}

.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;
  text-transform: capitalize;
}
.tf-field .tf-field-label .tf-csf-badge {
  margin-left: 13px;
}
.tf-field .tf-field-label .tf-csf-badge .tf-pro {
  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-fieldset {
  font-style: normal;
  font-size: 14px;
  margin-top: 15px;
}
.tf-field .tf-fieldset a {
  font-style: normal;
  font-weight: 600;
}
.tf-field .tf-field-sub-title {
  color: #87888B;
  font-size: 14px;
  margin-bottom: 0px;
  display: block;
}
.tf-field .tf-field-label .tf-csf-badge {
  margin-left: 13px;
}
.tf-field .tf-field-label .tf-csf-badge .tf-pro {
  background-color: #F44336 !important;
  margin: 0;
  padding: 0 5px;
  border-radius: 5px;
}

.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-field-disable {
  user-select: none;
  opacity: 0.6;
}

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

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

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

.tf-image-checkbox:hover .bafg-imageselect-tooltip .bafg-tooltip-info {
  display: block !important;
  position: absolute;
  bottom: 3px;
  background: black;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
}

.bafg-imageselect-tooltip {
  position: relative;
}

.tf-field-ical input,
.tf-field-text input {
  width: 100%;
  padding: 12px 8px 12px 12px;
  border: 1px solid #c4cbd4;
  background-color: #f5f8ff;
  border-radius: 4px;
  height: 48px;
  color: #363e4a;
  font-size: 14px;
}
.tf-field-ical input:focus,
.tf-field-text input:focus {
  background: #FFFFFF;
  box-shadow: 0 0 0 2px #2979ff;
  border-radius: 4px;
}
.tf-field-ical input::-webkit-input-placeholder,
.tf-field-text input::-webkit-input-placeholder {
  color: #a6b1bf;
}
.tf-field-ical input::-ms-input-placeholder,
.tf-field-text input::-ms-input-placeholder {
  color: #a6b1bf;
}
.tf-field-ical input input:-ms-input-placeholder,
.tf-field-text input input:-ms-input-placeholder {
  color: #a6b1bf;
}
.tf-field-ical input::-moz-placeholder,
.tf-field-text input::-moz-placeholder {
  opacity: 1;
  color: #a6b1bf;
}
.tf-field-ical input:-moz-placeholder,
.tf-field-text input:-moz-placeholder {
  opacity: 1;
  color: #a6b1bf;
}
.tf-field-ical input::placeholder,
.tf-field-text input::placeholder {
  color: #a6b1bf;
}
.tf-field-ical input:read-only,
.tf-field-text input:read-only {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
  background-color: #ebf2ff;
}
.tf-field-ical input:read-only:focus,
.tf-field-text input:read-only:focus {
  box-shadow: none;
  border: 1px solid #c4cbd4;
}

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

.tf-field-select select.tf-select {
  width: 100%;
  max-width: 100%;
  padding: 12px 8px 12px 12px;
  border: 1px solid #c4cbd4;
  background-color: #f5f8ff;
  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 #c4cbd4;
  background-color: #f5f8ff;
  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;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  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;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-field-radio .tf-fieldset input[type=radio] + label::after {
  content: "";
  height: 14px;
  width: 14px;
  background-color: #2979ff;
  border-radius: 100%;
  position: absolute;
  top: 4px;
  left: 3px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-field-radio .tf-fieldset input[type=radio]:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tf-field-radio .tf-fieldset input[type=radio]:checked + label:before {
  border-color: #2979ff;
}

.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;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  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;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-field-checkbox .tf-fieldset input[type=checkbox] + label::after {
  content: "";
  background-image: url(../image/check.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 2px;
  left: 1px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-field-checkbox .tf-fieldset input[type=checkbox]:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(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: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: 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%;
  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: #f5f8ff;
  border: 1px solid #c4cbd4;
  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: #003c79;
  border-color: #003c79;
}

.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 #c4cbd4;
  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-video .tf-fieldset .tf-fieldset-media-preview:not(:empty) {
  height: 100px;
  width: 100px;
  border: 1px solid #ddd;
  padding: 5px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.tf-field-video .tf-fieldset .tf-fieldset-media {
  display: flex;
}
.tf-field-video .tf-fieldset .tf-fieldset-media input {
  width: 90%;
  padding: 12px 8px 12px 12px;
  background-color: #f5f8ff;
  border: 1px solid #c4cbd4;
  border-radius: 4px;
  height: 48px;
  color: #363e4a;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
}
.tf-field-video .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: #003c79;
  border-color: #003c79;
}

.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 #c4cbd4;
  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;
}

.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: #f0f2f4;
}
.tf-field-heading .tf-field-heading-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.tf-field-heading .tf-field-heading-inner .tf-field-heading-icon {
  margin-right: 10px;
  width: 28px;
  height: 28px;
  font-size: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #2979ff;
  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: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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: 80px;
  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: #f44336;
  border-radius: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  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: 12px;
  top: 4px;
  left: 4px;
  background-color: white;
  box-shadow: 0px 0px 8px rgba(27, 25, 25, 0.3);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  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 {
  color: white;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 12px;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  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: #060;
}
.tf-field-switch .tf-switch-label input:checked + .tf-switch-slider:before {
  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: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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: #f5f8ff;
  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 #2979ff;
  border-radius: 4px;
}
.tf-field-date input::-webkit-input-placeholder {
  color: #a6b1bf;
}
.tf-field-date input::-ms-input-placeholder {
  color: #a6b1bf;
}
.tf-field-date input input:-ms-input-placeholder {
  color: #a6b1bf;
}
.tf-field-date input::-moz-placeholder {
  opacity: 1;
  color: #a6b1bf;
}
.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: #f5f8ff;
  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 #2979ff;
  border-radius: 4px;
}
.tf-field-time input::-webkit-input-placeholder {
  color: #a6b1bf;
}
.tf-field-time input::-ms-input-placeholder {
  color: #a6b1bf;
}
.tf-field-time input input:-ms-input-placeholder {
  color: #a6b1bf;
}
.tf-field-time input::-moz-placeholder {
  opacity: 1;
  color: #a6b1bf;
}
.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: #D8E6FF;
  position: relative;
  border-radius: 5px 5px 0px 0px;
  align-items: center;
  cursor: pointer;
}
.tf-repeater .tf-repeater-header .tf-repeater-icon {
  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: #76a9ff;
}
.tf-repeater .tf-repeater-header .tf-repeater-icon-move:hover {
  background-color: #c4daff;
  transition: 0.4s;
  color: #2979ff;
}
.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: #2979ff;
}
.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;
}
.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: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  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: #003c79;
  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: #607085;
  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: #f0f2f4;
  border-bottom: 4px solid #607085;
  color: #404040;
}
.tf-tablist ul.tf-nav-tabs li.tf-tab-item:hover {
  background-color: #f8f9fb;
  border-bottom: 4px solid #f8f9fb;
}
.tf-tablist ul.tf-nav-tabs li.show:hover {
  background-color: #f0f2f4;
  border-bottom: 4px solid #607085;
  color: #404040;
}
.tf-tablist .tf-tab-field-content .tf-tab-item-content {
  border: 1px solid #f0f2f4;
  display: none;
  visibility: hidden;
  padding: 10px 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.tf-tablist .tf-tab-field-content .show {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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 #c4cbd4;
  background-color: #f5f8ff;
  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 #c4cbd4;
  background-color: #f5f8ff;
  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: #fff;
  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: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;
  box-shadow: 0px 8px 16px rgba(90, 91, 106, 0.08);
  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 #2979ff;
  border-radius: 4px;
}
#tf-icon-modal .tf-modal-content .tf-icon-search input.tf-icon-search-input::-webkit-input-placeholder {
  color: #a6b1bf;
}
#tf-icon-modal .tf-modal-content .tf-icon-search input.tf-icon-search-input::-ms-input-placeholder {
  color: #a6b1bf;
}
#tf-icon-modal .tf-modal-content .tf-icon-search input.tf-icon-search-input input:-ms-input-placeholder {
  color: #a6b1bf;
}
#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:-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: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -30px;
}
#tf-icon-modal .tf-modal-content .tf-icon-wrapper ul.tf-icon-tab-list {
  -webkit-flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  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: #2979ff;
  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: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: 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 {
  box-shadow: -2px 2px 24px rgba(107, 125, 148, 0.2);
}
#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 {
  box-shadow: -2px 2px 24px rgba(107, 125, 148, 0.2);
}
#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: #2979ff;
  background-color: #2979ff;
  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: #2979ff;
}
#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 #c4cbd4;
  background-color: #f5f8ff;
  border-radius: 4px;
  height: 48px;
  color: #363e4a;
  font-size: 14px;
}
.tf-field-number input:focus {
  background: #FFFFFF;
  box-shadow: 0 0 0 2px #2979ff;
  border-radius: 4px;
}
.tf-field-number input::-webkit-input-placeholder {
  color: #a6b1bf;
}
.tf-field-number input::-ms-input-placeholder {
  color: #a6b1bf;
}
.tf-field-number input input:-ms-input-placeholder {
  color: #a6b1bf;
}
.tf-field-number input::-moz-placeholder {
  opacity: 1;
  color: #a6b1bf;
}
.tf-field-number input:-moz-placeholder {
  opacity: 1;
  color: #a6b1bf;
}
.tf-field-number input::placeholder {
  color: #a6b1bf;
}

.tf-image-radio-group {
  display: flex;
  align-items: initial;
  flex-wrap: wrap;
}
.tf-image-radio-group li {
  display: inline-block;
  margin-right: 20px;
  cursor: n-resize;
  border-radius: 5px;
}
.tf-image-radio-group li .tf-image-checkbox img {
  width: 80px;
  object-fit: cover;
  object-position: top;
  height: 80px;
}
.tf-image-radio-group li .tf-image-checkbox > input {
  display: none;
}
.tf-image-radio-group li .tf-image-checkbox > img {
  cursor: pointer;
  border: 3px solid transparent;
}
.tf-image-radio-group li .tf-image-checkbox > input:checked + img {
  border-color: #607085;
  border-radius: 5px;
}

.fc-view-harness {
  height: 395px !important;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
  font-size: 10px;
}

.fc .fc-bg-event .fc-event-title {
  font-size: 10px;
}

.fc .fc-daygrid-event {
  cursor: pointer;
}

.tf-room-cal-wrap table {
  margin-bottom: 0 !important;
}

.tf-room-cal-field a.button-primary {
  background-color: #003c79;
  border-color: #003c79;
}

.tf-field-ical a.button-primary {
  background-color: #003c79;
  border-color: #003c79;
}

.tf-content-loading {
  position: relative;
}
.tf-content-loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #000;
  border-left-color: transparent;
  border-radius: 50%;
  vertical-align: middle;
  visibility: visible;
  opacity: 1;
  z-index: 9;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  -webkit-animation: wd-rotate 450ms infinite linear;
  animation: wd-rotate 450ms infinite linear;
}

@-webkit-keyframes wd-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes wd-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=beaf-admin-options.css.map */
