.tbdemo-tooltip {
  padding: 8px 16px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #2A2F3033;
  border-radius: 6px;
  font: normal normal bold 12px/16px Open Sans;
  letter-spacing: 0;
  color: #2A2F30;
  position: fixed;
  right: 101px;
  z-index: 10001;
}

.tbdemo-hidden,
#wpadminbar {
  display: none !important;
}

html {
  margin-top: 0 !important;
}

.tbdemo-bar {
  background-color: #2A2F30;
  width: 100%;
  height: 60px;
  font: normal normal 600 16px/28px Open Sans;
  letter-spacing: 0.13px;
  color: #FFFFFF;
  position: fixed;
  z-index: 1000000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.tbdemo-top-bar {
  top: 0;
  left: 0;
  background-image: url(../images/topbar_left_bg.png), url(../images/topbar_right_bg.png);
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat;
  min-height: 60px;

}

.tbdemo-bottom-bar {
  bottom: 20px;
  left:50%;
  transform: translate(-50%);
  width: 776px;
  border-radius: 6px;
  justify-content: left;
  padding: 0 20px;
}

.tbdemo-bottom-bar span {
  flex-grow: 1;
}

.tbdemo-bottom-bar .tbdemo-button,
.tbdemo-bottom-bar .tbdemo-button:hover {
  margin: 0;
}

.tbdemo-button.tbdemo-button-blue,
.tbdemo-button.tbdemo-button-blue:hover {
  background: #2160B5 0% 0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 1;
  width: 260px;
  height: 40px;
  /* UI Properties */
  text-align: center;
  font: normal normal 600 14px/40px Open Sans;
  letter-spacing: 0.12px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 0;
}

.tbdemo-button,
.tbdemo-button:hover {
  position: relative;
  cursor: pointer;
  width: 180px;
  height: 40px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: none;
  border-radius: 6px;
  border: none;
  margin: 0 20px;
  padding: 0;
  font: normal normal 600 14px/40px Open Sans;
  letter-spacing: 0.12px;
  color: #2A2F30;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}

.tbdemo-button:hover {
  background: #FFFFFFCC 0% 0% no-repeat padding-box;
}

.tbdemo-button.tbdemo-button-loading,
.tbdemo-button.tbdemo-button-loading:hover,
.tbdemo-button.tbdemo-button-disabled,
.tbdemo-button.tbdemo-button-disabled:hover {
  background-color: #FFFFFF80;
}

.tbdemo-button-green-disabled,
.tbdemo-button-green-disabled:hover {
  background-color: #22B33980;
}

.tbdemo-button-green,
.tbdemo-button-green:hover {
  background: #22B339 0% 0% no-repeat padding-box;
  color: #FFFFFF;
}

.tbdemo-button.tbdemo-button-loading .tbdemo-loader {
  animation: rotation 1s infinite linear;
  background: url("../images/loader.svg") no-repeat;
  width: 14px;
  height: 14px;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.tbdemo-button-loading .tbdemo-button-text,
.tbdemo-button .tbdemo-loader {
  display: none;
}

.tbdemo-button-tooltip {
  padding: 16px;
  box-sizing: border-box;
  position: absolute;
  z-index: 10;
  display: none;
  background-color: #FFFFFF;
  border: 1px solid #323A4533;
  border-radius: 6px;
  font: normal normal normal 12px/18px Open Sans;
  letter-spacing: 0px;
  color: #323A45;
  text-transform: none;
  width: 100%;
  top: -60px;
  left: 0;
}

.tbdemo-button-disabled:not(.tbdemo-button-loading):hover .tbdemo-button-tooltip {
  display: block;
}

.tbdemo-underline,
.tbdemo-underline-text {
  position: relative;
}

.tbdemo-underline-img {
  position: absolute;
  top: 100%;
  left: 0;
  width: 110px;
  height: 7px;
  background-image: url("../images/underline.svg");
  background-repeat: no-repeat;
}

.tbdemo-popup {
  width: 940px;
  height: 600px;
  background: #2A2F30;
  border-radius: 12px;
  border: 1px solid #323A4533;
  top: calc(50% - 300px);
  left: calc(50% - 470px);
  position: fixed;
  z-index: 1000001;
  display: flex;
  flex-direction: row;
  color: #FFFFFF;
  overflow: hidden;
}

.tbdemo-button.tbdemo-button-promo-got-it,
.tbdemo-button.tbdemo-button-promo-got-it:hover {
  margin: 30px 0 0 auto;
  width: 260px;
}

.tbdemo-popup-left .tbdemo-button.tbdemo-button-promo-got-it,
.tbdemo-popup-left .tbdemo-button.tbdemo-button-promo-got-it:hover {
  margin: 30px auto 0 auto;
  width: 360px;
}

.tbdemo-popup>div {
  width: 50%;
}

.tbdemo-popup-left {
  padding: 30px 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.tbdemo-popup-left > div {
  flex-grow: 1;
}

.tbdemo-popup-right {
  background-image: url("../images/banner.jpg");
  background-size: 470px 600px;
  background-repeat: no-repeat;
  border-left: 1px solid #FFFFFF0D;
}

.tbdemo-popup-title {
  font: normal normal 800 18px/28px Open Sans;
  letter-spacing: 0.15px;
}

.tbdemo-popup-description {
  font: normal normal normal 14px/20px Open Sans;
  letter-spacing: 0px;
  padding: 5px 0 20px 0;
}

.tbdemo-popup ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tbdemo-popup-share {
  padding: 20px;
  background-color: #FFFFFF08;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.tbdemo-popup-share-text {
  font: normal normal normal 14px/20px Open Sans;
  letter-spacing: 0px;
}

.tbdemo-popup-share-cont,
.tbdemo-popup-share-buttons,
.tbdemo-popup-copy,
.tbdemo-popup-share-link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.tbdemo-popup-text-to-copy {
  padding: 0 10px;
  margin: 0 10px;
  border-left: 1px solid #FFFFFF0D;
  border-right: 1px solid #FFFFFF0D;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tbdemo-popup-copy {
  background-color: #FFFFFF08;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 6px;
  margin-top: 20px;
  font: normal normal normal 12px/18px Open Sans;
}

.tbdemo-popup-copyied {
  cursor: pointer;
  width: 50px;
}

.tbdemo-popup-share-button {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #FFFFFF08;
  border: none;
  border-radius: 6px;
  padding: 10px;
  box-sizing: border-box;
  margin-left: 10px;
}

.tbdemo-popup-share-button-tooltip {
  position: absolute;
  top: -43px;
  left: 0;
  width: 76px;
  height: 32px;
  /* UI Properties */
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #2A2F3033;
  border-radius: 6px;
  font: normal normal bold 12px/32px Open Sans;
  letter-spacing: 0px;
  color: #2A2F30;
  text-align: center;
}

.tbdemo-popup li {
  font: normal normal bold 14px/20px Open Sans;
  letter-spacing: 0px;
  background: url("../images/disc.svg") no-repeat;
  background-position: 0px center;
  background-size: 15px;
  padding-left: 22px;
  margin-bottom: 6px;
}

.tbdemo-button-promo.tbdemo-button,
.tbdemo-button-promo.tbdemo-button:hover {
  width: 360px;
}

.tbdemo-popup .tbdemo-popup-close {
  background-image: url("../images/close.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}


.tbdemo-popup-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1000000;
}

.tbdemo-devicebar-border {
  position: fixed;
  bottom: 21px;
  left: calc(50% - 45px);
  width: 90px;
  height: 38px;
  /* UI Properties */
  background: transparent linear-gradient(238deg, #22B339 0%, #4285F4 100%) 0% 0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 1;
  z-index: 100000;
  padding: 2px;
  box-sizing: border-box;
}

.tbdemo-devicebar {
  display:flex;
  width: 100%;
  height: 100%;
  /* UI Properties */
  background: #2A2F30 0% 0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 1;
  z-index: 100000;
  padding: 6px 0;
  box-sizing: border-box;
}

.tbdemo-devicebar .tbdemo-device-active {
  opacity: 1;
}

.tbdemo-devicebar i {
  cursor: pointer;
}

.tbdemo-devicebar .tbdemo-devicebar-tooltip {
  position: absolute;
  top: -40px;
  width: 82px;
  height: 32px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #2A2F3033;
  border-radius: 6px;
  font: normal normal bold 12px/32px Open Sans;
  letter-spacing: 0px;
  color: #2A2F30;
  text-align: center;
  opacity: 1;
}

.tbdemo-devicebar-tooltip-desktop {
  left: -34px;
}
.tbdemo-devicebar-tooltip-mobile {
  left: 46px;
}

.tbdemo-device-laptop {
  border-right: 1px solid #FFFFFF1A;
  background-image: url(../images/desktop.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 43px;
  opacity: 0.5;
}

.tbdemo-device-mobile {
  background-image: url(../images/mobile.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 43px;
  opacity: 0.5;
}

#tbdemo-device-iframe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1030;

}
.tbdemo-device-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 1029;
}

#tbdemo-device-iframe .tbdemo-devicebar-border {
  display:none;
}

#tbdemo-device-iframe body::-webkit-scrollbar {
  width: 2px;
}

#tbdemo-device-iframe body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#tbdemo-device-iframe body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.twbb-pu-upgrade-title {
  margin-top:0px;
}

/* Share bar styles */
.twbb-pu-bar.twbb-pu-bottom-bar {
  display: none!important;
}

.tbdemo-sharebar-container {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 66px;
  height: 228px;
  z-index: 9999;
}

.tbdemo-circle-icon-border {
  position: absolute;
  right:0;
  width: 66px;
  height: 66px;
  background: transparent linear-gradient(213deg, #22B339 0%, #4285F4 100%) 0% 0% no-repeat padding-box;
  border-radius: 33px;
  margin-bottom: 15px;
  padding: 2px;
  box-sizing: border-box;
  cursor: pointer;
}

.tbdemo-circle-icon {
  display:flex;
  width: 100%;
  height: 100%;
  /* UI Properties */
  background: #2A2F30 0% 0% no-repeat padding-box;
  overflow: hidden;
  border-radius: 31px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
}

.tbdemo-circle-icon:hover {
  background-color: transparent;
}

.tbdemo-share {
  background-image: url(../images/share_icon.svg);
}

.tbdemo-circle-icon.tbdemo-close-circle {
  background-image: url(../images/close_circle.svg);
  background-color: transparent;
}

.tbdemo-edit {
  background-image: url(../images/edit.svg);
}

.tbdemo-pro {
  background-image: url(../images/pro.svg);
}

.tbdemo-customize {
  background-image: url(../images/customize.svg);
}

div.tbdemo-circle-icon-border:nth-child(1) {
  top: 0;
}
div.tbdemo-circle-icon-border:nth-child(2) {
  top: 81px;
}
div.tbdemo-circle-icon-border:nth-child(3) {
  top: 162px;
}
div.tbdemo-circle-icon-border:nth-child(4) {
  top: 243px;
}
div.tbdemo-circle-icon-border:nth-child(5) {
  top: 324px;
}


.tbdemo-circle-icon-content {
  display: flex;
  width: 100%;
  padding: 13px 20px;
  box-sizing: border-box;
  align-items: center;
}

.tbdemo-circle-icon-content > span {
  width: 205px;
  text-align: left;
  font: normal normal 600 12px/18px Open Sans;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  flex-grow: 1;
}

.tbdemo-circle-icon-button {
  width: 70px;
  height: 24px;
  /* UI Properties */
  background: #22B339 0% 0% no-repeat padding-box;
  border-radius: 26px;
  text-align: center;
  font: normal normal 600 10px/24px Open Sans;
  letter-spacing: 0.08px;
  color: #FFFFFF;
  text-decoration: none;
}

.tbdemo-circle-icon-button:hover,
.tbdemo-circle-icon-button:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #22B339CC;
}

.tbdemo-circle-icon-border.tbdemo-circle-open {
  width: 330px;
}

.tbdemo-circle-icon-border.tbdemo-circle-open .tbdemo-circle-icon-content {
  display: flex!important;
}

.tbdemo-circle-icon-border.tbdemo-circle-open .tbdemo-circle-icon {
  background-image: none;
}


.tf-v1-popover-button {
  width: 62px;
  height: 62px;
  right: 24px;
  bottom: 186px;
  background: #2A2F30 0% 0% no-repeat padding-box !important;
}

.tf-v1-popover {
  right: 95px;
  bottom: 200px;
}

a.tbdemo-madebar-border-container {
  position: fixed;
  left: 21px;
  bottom: 21px;
  width: 142px;
  height: 38px;
  background: transparent linear-gradient(248deg, #22B339 0%, #4285F4 100%) 0% 0% no-repeat padding-box;
  border-radius: 6px;
  z-index: 100000;
  padding: 2px;
  box-sizing: border-box;
  text-decoration: none;
  color: #FFFFFF;
}

a.tbdemo-madebar-border-container:hover,
a.tbdemo-madebar-border-container:active {
  text-decoration: none;
  color: #FFFFFF;
}

.tbdemo-madebar-container {
  width: 100%;
  height: 100%;
  background: url("../images/logo.svg") #2A2F30 no-repeat 9px 10px;
  background-size: 16px;
  z-index: 100000;
  border-radius: 6px;
}

.tbdemo-madebar-container > span {
  text-align: left;
  font: normal normal bold 12px/36px Open Sans;
  margin-left: 30px;
  border-left: 1px solid #FFFFFF1A;
  padding-left: 6px;
  letter-spacing: 0px;
  color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
  .tbdemo-bar {
    font: normal normal 600 14px/22px Open Sans;
    letter-spacing: 0.12px;
  }
}

@media screen and (max-width: 420px) {
  body {
    padding-bottom: 110px !important;
  }
}
@media screen and (min-width: 421px) and (max-width: 860px) {
  body {
    padding-bottom: 87px !important;
  }
}
@media screen and (max-width: 860px) {
  body {
    height: auto !important;
  }
  .tbdemo-bar {
    width: 100%;
    flex-direction: column;
    height: auto;
    font: normal normal 600 14px/22px Open Sans;
    letter-spacing: 0.12px;
    padding: 10px 15px;
    box-sizing: border-box;
  }

  .tbdemo-top-bar {
    background-image: none;
    min-height: 78px;
  }

  .tbdemo-bottom-bar {
    width: 100%;
    bottom: 0;
    border-radius: 0;
  }

  .tbdemo-popup-title {
    font: normal normal 800 16px/26px Open Sans;
    letter-spacing: 0.13px;
    color: #FFFFFF;
    width:100%;
  }

  .tbdemo-popup li {
    font: normal normal bold 12px/18px Open Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
  }

  .tbdemo-popup-left {
    padding: 30px 20px;
  }

  .tbdemo-popup-share-button {
    width: 30px;
    height: 30px;
    padding: 5px;
  }

  .tbdemo-button, .tbdemo-button:hover {
    width: 150px;
    height: 30px;
    margin: 15px 0 0 0;
    font: normal normal 600 12px/30px Open Sans;
    letter-spacing: 0.1px;
  }

  .tbdemo-button-promo.tbdemo-button,
  .tbdemo-button-promo.tbdemo-button:hover,
  .tbdemo-button.tbdemo-button-promo-got-it,
  .tbdemo-button.tbdemo-button-promo-got-it:hover,
  .tbdemo-popup-left .tbdemo-button.tbdemo-button-promo-got-it,
  .tbdemo-popup-left .tbdemo-button.tbdemo-button-promo-got-it:hover {
    width: 260px;
    height: 40px;
    margin: auto;
  }

  .tbdemo-br {
    display: block;
  }

  .tbdemo-bar.tbdemo-guest>span {
    font-size: 12px;
  }
  .tbdemo-bar>span {
    width: 300px;
    text-align: center;
  }
  .tbdemo-popup {
    top: 0;
    left: 0;
    border-radius: 0;
  }
  .tbdemo-popup,
  .tbdemo-popup>div {
    width: 100%;
    height: 100%;
  }

  .tbdemo-popup-right {
    display: none;
  }

  .tbdemo-underline,
  .tbdemo-underline-text {
    display: block;
  }

  .tbdemo-underline-img {
    left: 50%;
    transform: translate(-50%, 0px);
  }

  .tbdemo-devicebar-border,
  .tbdemo-madebar-border-container {
    display:none!important;
  }
}

.tbdemo-editor-top-bar {
  position: fixed;
  display: flex;
  top: 0;
  width: 100%;
  height: 44px;
  background-color: #FFF;
  border-bottom: 1px solid #CCCCCC;
  color: #323A45;
  font-size: 15px;
  font-family: Open Sans, sans-serif;
  font-weight: bold;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  z-index: 1032;
}

.tbdemo-editor-top-bar a,
.tbdemo-editor-top-bar a:hover {
  margin-right: 20px;
  padding: 4px 20px !important;
  border: 1px solid #2A2F30;
  border-radius: 6px;
  font: normal normal bold 12px/19px Open Sans, sans-serif !important;
  letter-spacing: 0.1px;
  cursor: pointer;
  color: #323A45;
  text-decoration: none;
}

.tbdemo-editor-top-bar a.tbdemo-add-page:hover {
  background-color: #2A2F30;
  color: #FFFFFF;
}

.tbdemo-editor-top-bar a.tbdemo-dashboard:hover {
  background-color: #2A2F30CC;
  border-color: #2A2F30CC;
  color: #FFFFFF;
}

.tbdemo-dashboard {
  background-color: #2A2F30;
  color: #FFFFFF !important;
}

.tbdemo-editor-cont {
  width: 222px;
  height: calc(100% + 17px);
  overflow-y: scroll;
  position: fixed;
  background-color: #1F2124;
  cursor: pointer;
  z-index: 1033;
  top: 0;
  left: -222px;
}

.tbdemo-editor-top {
  background-image: url("../images/editor_top.jpg");
  background-size: 222px 44px;
  background-repeat: no-repeat;
  width: 222px;
  height: 44px;
  position: fixed;
  left: -222px;
  top: 0;
  z-index: 1001;
}

.tbdemo-editor-basic {
  background-image: url("../images/editor_basic.jpg");
  background-size: 222px 2152px;
  background-repeat: no-repeat;
  height: 2152px;
  position: absolute;
  left: 0;
  top: 44px;
  width: 222px;
}

body.tbdemo-editor-mode {
  width: calc(100% - 222px);
  left: 0;
  position: relative;
  top: 44px;
  padding-top: 0 !important;
}

body.tbdemo-editor-mode section {
  width: 100% !important;
  left: 0 !important;
}

body.tbdemo-editor-mode .tbdemo-circle-icon-border:not(.tbdemo-edit-icon) {
  display: none;
}

.tbdemo-editor-cont::-webkit-scrollbar {
  width: 2px;
}
.tbdemo-editor-cont::-webkit-scrollbar-track {
  background-color: #1F2124;
}
.tbdemo-editor-cont::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.tbdemo_owner .tbdemo-sharebar-container-mobile .tbdemo-customize-button {
  width: 100px;
  height: 30px;
  /* UI Properties */
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  text-align: center;
  font: normal normal 600 12px/30px Open Sans;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  background-color: #2A2F30;
  margin-right: 20px;
  cursor: pointer;
}