HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/delstar/wp-content/plugins/js_composer/assets/less/shortcodes/vc_tta_toggle.less
.wpb-tta-toggle {
  appearance: none;
  border: none;
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  margin: 0 15px;
  border-radius: 3em;
  transition: background 0.2s ease-in-out, border-color 0.25s ease-in-out;
  cursor: pointer;
}

.wpb-tta-toggle:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: inherit;
  transition: left 0.25s ease-in-out;
}

.wpb-tta-toggle.wpb-tta-toggle-active:before {
  left: 34px;
}

.wpb-wrapper-tta-toggle .vc_pagination.vc_pagination-style-outline.vc_pagination-shape-square {
  padding: 0;
  margin: 0;
  height: 0;
  width: 0;
  text-align: left;
}

.wpb-tta-toggle-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wpb-tta-toggle-wrapper .vc_custom_heading {
  display: inline;
}

.wpb-wrapper-tta-toggle .vc_tta-tabs.vc_tta-has-pagination.vc_tta-tabs-position-bottom {
  padding-top: 10px;
}

.compose-mode .wpb-wrapper-tta-toggle.wpb-toggle-position-top .vc_controls > .vc_controls-out-tr {
  top: -70px;
}