
.dashboard .evm_widget_div.page-wrapper-product-detail .setting-right-box{
    overflow: visible;
}
span.setup_redirect a {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    position: unset !important;
    font-size: 14px !important;
    font-weight: 500;
    text-transform: capitalize;
}
span.fbt_redirect a {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    position: unset !important;
    font-size: 14px !important;
    font-weight: 500;
    text-transform: capitalize;
}
.next-arrow{
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-weight: normal;
}
.back-arrow{
    display: flex;
    align-items: center;
    gap: 5px;
    text-transform: capitalize;
    font-weight: normal;
}
.tooltip-container {
  position: relative;
  display: inline-block;
}

.tooltip-content {
    position: absolute;
    right: 15px;
    visibility: visible;
    opacity: 1;
    background-color: #2C0444;
    color: #fff;
    text-align: left;
    padding: 10px;
    font-size: 14px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    top: 45px;
    left: -2px;
    z-index: 99;
    width: auto;
    border-radius: 12px;
}

.tooltip-content.always-visible {
  visibility: visible; /* Show the tooltip by default */
  opacity: 1;
}

.tooltip-arrow {
    position: absolute;
    top: -13px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 11px solid #2C0444;
}

.close-tooltip {
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  color: white;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

.dash-footer .tooltip-container {
  display: block; /* Ensure the tooltip container is positioned correctly */
}
.tooltip-foo {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 5px;
}


/*fbt start*/
.setting-box-wrapper{
    position: relative;
}
.fbt-tooltip-container {
  display: inline-block;
}

.fbt-tooltip-content {
    position: absolute;
    visibility: visible;
    opacity: 1;
    background-color: #2C0444;
    color: #fff;
    text-align: left;
    padding: 10px;
    font-size: 14px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    top: 0px;
    left: auto;
    z-index: 99;
    width: 75%;
    border-radius: 12px;
    right: -75%;
}

.fbt-tooltip-content.always-visible {
  visibility: visible; /* Show the tooltip by default */
  opacity: 1;
}

.fbt-tooltip-arrow {
    position: absolute;
    top: 17px;
    left: -11px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 11px solid #2C0444;
}

.fbt-close-tooltip {
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  color: white;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

.fbt-dash-footer .tooltip-container {
  display: block; /* Ensure the tooltip container is positioned correctly */
}
.fbt-tooltip-foo span {
    cursor: pointer;
}
.fbt-tooltip-foo {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 5px;
}

.dashboard .setting-right-box{
    position: unset;
}


/*see how to setup start*/

.hts-tooltip-container {
  display: inline-block;
}

.hts-tooltip-content {
position: absolute;
    visibility: visible;
    opacity: 1;
    background-color: #2C0444;
    color: #fff;
    text-align: left;
    padding: 10px;
    font-size: 14px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    top: 7px;
    left: auto;
    z-index: 99;
    width: 70%;
    border-radius: 12px;
    right: -68%;
}

.hts-tooltip-content.always-visible {
  visibility: visible; /* Show the tooltip by default */
  opacity: 1;
}

.hts-tooltip-arrow {
    position: absolute;
    top: 17px;
    left: -11px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 11px solid #2C0444;
}

.hts-close-tooltip {
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  color: white;
  border: none;
  font-size: 16px;
  cursor: pointer;
}
.hts-tooltip-foo span {
    cursor: pointer;
}
.hts-tooltip-foo {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 5px;
}
.backnextbtn {
    display: flex;
    justify-content: space-between;
}

/*preview*/

.pre-tooltip-container {
  display: inline-block;
}

.pre-tooltip-content {
position: absolute;
    visibility: visible;
    opacity: 1;
    background-color: #2C0444;
    color: #fff;
    text-align: left;
    padding: 10px;
    font-size: 14px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    top: 7px;
    left: 125px;
    z-index: 99;
    width: 40%;
    border-radius: 12px
}

.pre-tooltip-content.always-visible {
  visibility: visible; /* Show the tooltip by default */
  opacity: 1;
}

.pre-tooltip-arrow {
    position: absolute;
    top: 17px;
    left: -11px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 11px solid #2C0444;
}

.pre-close-tooltip {
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  color: white;
  border: none;
  font-size: 16px;
  cursor: pointer;
}
.pre-tooltip-foo span {
    cursor: pointer;
}
.pre-tooltip-foo {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 5px;
}

/*choose recommended type*/
.evm_advanced_setting .panel-group .panel{
    position: relative;
}
.crt-tooltip-container {
  display: inline-block;
}

.crt-tooltip-content {
position: absolute;
    visibility: visible;
    opacity: 1;
    background-color: #2C0444;
    color: #fff;
    text-align: left;
    padding: 10px;
    font-size: 14px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    top: -4px;
    left: auto;
    z-index: 99;
    width: 90%;
    border-radius: 12px;
    right: -94%;
}

.crt-tooltip-content.always-visible {
  visibility: visible; /* Show the tooltip by default */
  opacity: 1;
}

.crt-tooltip-arrow {
    position: absolute;
    top: 17px;
    left: -11px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 11px solid #2C0444;
}

.crt-close-tooltip {
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  color: white;
  border: none;
  font-size: 16px;
  cursor: pointer;
}
.crt-tooltip-foo span {
    cursor: pointer;
}
.crt-tooltip-foo {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top
}


/*choose layout start*/
.cl-tooltip-container {
  display: inline-block;
}

.cl-tooltip-content {
position: absolute;
    visibility: visible;
    opacity: 1;
    background-color: #2C0444;
    color: #fff;
    text-align: left;
    padding: 10px;
    font-size: 14px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    top: -4px;
    left: auto;
    z-index: 99;
    width: 90%;
    border-radius: 12px;
    right: -94%;
}

.cl-tooltip-content.always-visible {
  visibility: visible; /* Show the tooltip by default */
  opacity: 1;
}

.cl-tooltip-arrow {
    position: absolute;
    top: 17px;
    left: -11px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 11px solid #2C0444;
}

.cl-close-tooltip {
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  color: white;
  border: none;
  font-size: 16px;
  cursor: pointer;
}
.cl-tooltip-foo span {
    cursor: pointer;
}
.cl-tooltip-foo {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 5px;
}

/*location of the widget*/
.low-tooltip-container {
  display: inline-block;
}

.low-tooltip-content {
position: absolute;
    visibility: visible;
    opacity: 1;
    background-color: #2C0444;
    color: #fff;
    text-align: left;
    padding: 10px;
    font-size: 14px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    top: -4px;
    left: auto;
    z-index: 99;
    width: 90%;
    border-radius: 12px;
    right: -94%;
}

.low-tooltip-content.always-visible {
  visibility: visible; /* Show the tooltip by default */
  opacity: 1;
}

.low-tooltip-arrow {
    position: absolute;
    top: 17px;
    left: -11px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 11px solid #2C0444;
}

.low-close-tooltip {
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  color: white;
  border: none;
  font-size: 16px;
  cursor: pointer;
}
.low-tooltip-foo span {
    cursor: pointer;
}
.low-tooltip-foo {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 5px;
}


/*save button*/
.evm_portlet_button{
    position: relative;
}
.sv-tooltip-container {
  display: inline-block;
}

.sv-tooltip-content {
position: absolute;
    visibility: visible;
    opacity: 1;
    background-color: #2C0444;
    color: #fff;
    text-align: left;
    padding: 10px;
    font-size: 14px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    top: 12px;
    left: auto;
    z-index: 99;
    width: 90%;
    border-radius: 12px;
    right: -24%;
}

.sv-tooltip-content.always-visible {
  visibility: visible; /* Show the tooltip by default */
  opacity: 1;
}

.sv-tooltip-arrow {
    position: absolute;
    top: 17px;
    left: -11px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 11px solid #2C0444;
}

.sv-close-tooltip {
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  color: white;
  border: none;
  font-size: 16px;
  cursor: pointer;
}
.sv-tooltip-foo span {
    cursor: pointer;
}
.sv-tooltip-foo {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 5px;
}

.wrapper_overlay {
    position: relative;
}
.wrapper_overlay::after {
    background: #34323238;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
}
.highlight_box{
    z-index: 99;
    position: relative;
    background-color: #fff;
    padding: 10px !important;
}
.active_highlight_box{
    z-index: 99;
    position: relative;
}
.backnextbtn a {
    box-shadow: none !important;
}
@media only screen and (max-width: 1280px) {
.tooltip-content{
    top: -125px;
    left: 75%;
    width: 100%;
    right: 0;
}
.tooltip-arrow {
    position: absolute;
    top: 75%;
    left: -19px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 11px solid #2C0444;
}
.sv-tooltip-content{
    right: -55%;
}
.hts-tooltip-content{
    top: 37px;
    width: 77%;
    right: -75%;
}
.fbt-tooltip-content{
    top: 13px;
}
.highlight_box{
    padding: 4px !important;
}

}
@media only screen and (max-width: 1180px) {
.crt-tooltip-content{
    width: 300px;
    left: 100%;
    right: auto;
}
.tooltip-content{
   top: -153px;
    left: 198px;
    width: 100%;
}
.tooltip-arrow {
    position: absolute;
    bottom: 17px;
    left: -11px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 11px solid #2C0444;
}
.fbt-tooltip-content{
    width: 100%;
    left: 100%;
}
.hts-tooltip-content{
    width: 300px;
    left: 100%;
}
.pre-tooltip-content{
    top: 0px;
    left: 25%;
    width: 55%;
}
.cl-tooltip-content{
     width: 300px;
    left: 100%;
    top: 0px;
}
.low-tooltip-content {
    top: 0;
    left: 100%;
    width: 300px;
}
.sv-tooltip-content{
    left: 100%;
    width: 300px;
}

}

@media only screen and (max-width: 1080px) {
    .wrapper_overlay::after {
    display: none;
}
.tooltip-container, .fbt-tooltip-container, .hts-tooltip-container, .pre-tooltip-container, .crt-tooltip-container, 
.cl-tooltip-container, .low-tooltip-container, .sv-tooltip-container {
    display: none !important;
}


}