@charset "UTF-8";
.ui-tooltip {
  max-width: 200px;
}

/* Tooltip container */
.ui-tooltip {
  max-width: 200px;
  background-color: #1d2327;
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

/* Tooltip arrow */
.ui-tooltip::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.error:not(.floating-links),
.notice:not(.floating-links),
.update-nag:not(.floating-links),
.notice-info:not(.floating-links) {
  display: none !important;
}

#floating-links {
  font-variant-numeric: tabular-nums;
  margin: 0;
  margin-left: -20px;
  font-size: 0.8125rem;
  box-sizing: border-box;
  color: rgba(26, 26, 26, 0.9);
  font-weight: 400;
  line-height: 1.5;
}
#floating-links .fl-free.fl-reorder-icon {
  color: #cccccc;
}
#floating-links .fl-switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 18px;
}
#floating-links {
  /* Hide default HTML checkbox */
}
#floating-links .fl-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
#floating-links {
  /* The slider */
}
#floating-links .fl-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#floating-links .fl-slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 3px;
  bottom: 3px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#floating-links .fl-switch.fl-modal-trigger .fl-slider:before {
  background-color: #9e9797;
}
#floating-links input:checked + .fl-slider {
  background-color: #1e73be;
}
#floating-links input:focus + .fl-slider {
  box-shadow: 0 0 1px #2196F3;
}
#floating-links input:checked + .fl-slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}
#floating-links {
  /* Rounded sliders */
}
#floating-links .fl-slider.fl-round {
  border-radius: 9px;
}
#floating-links .fl-slider.fl-round:before {
  border-radius: 50%;
}
#floating-links .fl-wrapper a.button.button-black,
#floating-links .fl-wrapper button.button.button-black,
#floating-links .fl-wrapper input.button.button-black,
#floating-links .fl-wrapper span.button.button-black {
  border: 1px solid #333;
  background: #333;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8125rem;
  font-weight: 400;
  transition: all 0.3s ease;
  min-height: 10px;
}
#floating-links .fl-wrapper a.button.button-black:hover,
#floating-links .fl-wrapper a.button.button-black:focus,
#floating-links .fl-wrapper a.button.button-black:active,
#floating-links .fl-wrapper button.button.button-black:hover,
#floating-links .fl-wrapper button.button.button-black:focus,
#floating-links .fl-wrapper button.button.button-black:active,
#floating-links .fl-wrapper input.button.button-black:hover,
#floating-links .fl-wrapper input.button.button-black:focus,
#floating-links .fl-wrapper input.button.button-black:active,
#floating-links .fl-wrapper span.button.button-black:hover,
#floating-links .fl-wrapper span.button.button-black:focus,
#floating-links .fl-wrapper span.button.button-black:active {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #333;
}
#floating-links .fl-wrapper .fl-header-wrapper {
  background-color: #fff;
  margin: 0 auto;
}
#floating-links .fl-wrapper .fl-header-wrapper .fl-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 70px;
  box-sizing: border-box;
  background-color: #fff;
  max-width: 90%;
  margin: 0 auto;
}
#floating-links .fl-wrapper .fl-header-wrapper .fl-header .fl-logo {
  margin: auto 0;
  height: 30px;
  margin-top: 23px;
}
#floating-links .fl-wrapper .fl-header-wrapper .fl-header .fl-header-left {
  display: flex;
  font-size: 0.875rem;
}
#floating-links .fl-wrapper .fl-header-wrapper .fl-header .fl-header-left .fl-header-menu {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
#floating-links .fl-wrapper .fl-header-wrapper .fl-header .fl-header-left .fl-header-menu ul {
  display: flex;
}
#floating-links .fl-wrapper .fl-header-wrapper .fl-header .fl-header-left .fl-header-menu ul li {
  margin-bottom: 0;
}
#floating-links .fl-wrapper .fl-header-wrapper .fl-header .fl-header-left .fl-header-menu ul li a {
  padding: 23px 15px;
  text-decoration: none;
  color: rgba(26, 26, 26, 0.9);
  height: 100%;
  border-bottom: 4px solid transparent;
  transition: border 0.3s ease-out;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#floating-links .fl-wrapper .fl-header-wrapper .fl-header .fl-header-left .fl-header-menu ul li a.active {
  border-bottom: 4px solid #1bc975;
}
#floating-links .fl-wrapper .fl-header-wrapper .fl-header .fl-header-left .fl-header-menu ul li a.disabled {
  pointer-events: none;
  opacity: 0.5;
}
#floating-links .fl-wrapper .fl-header-wrapper .fl-header .fl-header-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: auto;
  gap: 15px;
  min-height: 52px;
}
#floating-links .fl-wrapper .fl-content-wrapper {
  display: flex;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  #floating-links .fl-wrapper .fl-content-wrapper {
    flex-direction: column;
  }
}
#floating-links .fl-wrapper .fl-content-wrapper h3 {
  margin: 0;
  padding-bottom: 20px;
}
#floating-links .fl-wrapper .fl-content-wrapper .fl-settings-box {
  width: 50%;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  #floating-links .fl-wrapper .fl-content-wrapper .fl-settings-box {
    width: 100%;
    margin-bottom: 10px;
  }
}
#floating-links .fl-wrapper .fl-content-wrapper .fl-settings-box .fl-settings-wrapper {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 6px -1px, rgba(0, 0, 0, 0.06) 0 2px 4px -1px;
  border-radius: 5px;
  transition: all 1s ease;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
  padding: 20px 25px;
}
#floating-links .fl-wrapper .fl-content-wrapper .fl-settings-box .fl-settings-wrapper .fl-settings-container .fl-setting {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}
#floating-links .fl-wrapper .fl-content-wrapper .fl-settings-box .fl-settings-wrapper .fl-settings-container .fl-setting:last-child {
  padding-bottom: 0;
}
#floating-links .fl-wrapper .fl-content-wrapper .fl-settings-box .fl-settings-wrapper .fl-settings-container .fl-setting .fl-setting-label {
  display: flex;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  text-transform: unset;
  cursor: grab;
}
#floating-links .fl-wrapper .fl-content-wrapper .fl-settings-box .fl-settings-wrapper .fl-settings-container .fl-setting .fl-setting-label .fl-reorder-icon {
  margin-right: 10px;
}
#floating-links .fl-wrapper .fl-content-wrapper .fl-settings-box .fl-settings-wrapper .fl-settings-container .fl-setting .fl-setting-label .fl-tooltip {
  cursor: pointer;
  margin-left: 5px;
  font-size: 16px;
  color: #d7263d;
  line-height: 1.2;
}
#floating-links .fl-wrapper .fl-content-wrapper .fl-settings-box .fl-settings-wrapper .fl-settings-container .fl-setting input[type=number] {
  min-width: 104px;
}
#floating-links .fl-wrapper .fl-content-wrapper .fl-settings-box .fl-settings-wrapper #fl-social-icons .fl-setting {
  flex-wrap: wrap;
}
#floating-links .fl-wrapper .fl-content-wrapper .fl-settings-box .fl-settings-wrapper #fl-social-icons .fl-setting .fl-network-url-field {
  width: 100%;
  padding-top: 19px;
  max-width: 95%;
  display: flex;
  flex-direction: column;
}
#floating-links .fl-wrapper .fl-content-wrapper .fl-settings-box .fl-settings-wrapper #fl-social-icons .fl-setting small {
  padding-top: 10px;
}
#floating-links .fl-wrapper .fl-content-wrapper .fl-sidebar-wrapper {
  width: 20%;
}
#floating-links .fl-notification-holder {
  opacity: 0;
  position: fixed;
  padding: 13px 25px;
  background: #1bc975;
  color: #fff;
  border-radius: 5px 5px 0 0;
  font-size: 20px;
  letter-spacing: 1px;
  bottom: -100%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 99999;
}
#floating-links .select2-container--default .select2-selection--multiple .select2-selection__rendered::after {
  font-family: "dashicons";
  content: "\f140";
  font-size: 16px;
  margin-right: 5px;
  margin-top: 2px;
  display: inline-flex;
  float: right;
}
#floating-links .select2-container--default .select2-selection--multiple .select2-selection__clear::after {
  content: "✕";
  margin-left: 5px;
}
#floating-links .select2-container {
  min-width: 100px !important;
}
#floating-links .select2-container .select2-results__option[title] {
  pointer-events: none !important;
}
#floating-links .select2-container .select2-results__option[title]::after {
  content: none !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  }
  100% {
    opacity: 1;
    -webkit-transition-duration: 1.1s;
    transition-duration: 1.1s;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  }
  100% {
    opacity: 1;
    -webkit-transition-duration: 1.1s;
    transition-duration: 1.1s;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
}
.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}

.fl-modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  top: 0;
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  animation-duration: 0.5s !important;
  -webkit-animation-duration: 0.5s !important;
}
.fl-modal .fl-modal-content {
  display: flex;
  padding: 25px;
  width: 25%;
  position: relative;
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
@media only screen and (max-width: 1080px) {
  .fl-modal .fl-modal-content {
    width: 45%;
  }
}
.fl-modal .fl-modal-content .fl-modal-wraper {
  float: none;
  margin: 0 auto;
  display: table;
  padding-top: 0 !important;
  text-align: center;
}
.fl-modal .fl-modal-content .fl-modal-wraper h5 {
  font-size: 40px;
  margin: 10px 0;
}
.fl-modal .fl-modal-content .fl-modal-wraper p {
  font-size: 15px;
  line-height: 1.8;
}
.fl-modal .fl-modal-content .fl-modal-wraper hr {
  padding-bottom: 10px;
}
.fl-modal .fl-modal-content .fl-modal-wraper .fl-lock-icon .dashicons {
  color: #ff8c00 !important;
  font-size: 50px;
  margin-bottom: 30px;
  width: 100%;
}
.fl-modal .fl-modal-content .fl-modal-wraper .btn {
  background: #ff8c00;
  padding: 12px 25px;
  height: auto;
  font-size: 18px;
  text-transform: capitalize;
  border-radius: 30px !important;
  color: #fff;
  text-decoration: none;
  width: auto;
  -moz-transition: all ease-in 0.5s;
  -ms-transition: all ease-in 0.5s;
  -o-transition: all ease-in 0.5s;
  -webkit-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
}
.fl-modal .fl-modal-content .fl-modal-wraper .btn:hover {
  background: #e48109;
  -moz-transition: all ease-in 0.5s;
  -ms-transition: all ease-in 0.5s;
  -o-transition: all ease-in 0.5s;
  -webkit-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
}
.fl-modal .fl-modal-footer {
  border-top: 1px solid #ccc;
}
.fl-modal .fl-modal-footer .fl-modal-close {
  float: left;
}
.fl-modal .fl-modal-footer .btn-flat {
  color: #ee6e73;
}
.fl-modal .fl-modal-footer .btn-flat:hover {
  color: #02acf7;
}
.fl-modal.open {
  z-index: 1003;
  display: block;
  opacity: 1;
  width: 100%;
  height: 100%;
  top: 0 !important;
}

/*# sourceMappingURL=floating-links-admin.css.map */
