.metabox-holder .htmega_label_none th{
    display: none;
}
#htmega_element_tabs h2, #htmega_thirdparty_element_tabs h2{
  display: none;
}
#htmega_element_tabs, #htmega_thirdparty_element_tabs{
  margin-top: 15px;
}

#htmega_element_tabs table tr, #htmega_thirdparty_element_tabs table tr, #htmega_element_pro_tabs table tr, #htmega_advance_element_tabs table tr, #htmega_themebuilder_element_tabs table tr {
  border: 1px solid #ddd;
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 0 20px;
}

#htmega_element_tabs table tr td, #htmega_element_tabs table tr th, #htmega_thirdparty_element_tabs table tr td,#htmega_thirdparty_element_tabs table tr th,#htmega_element_pro_tabs table tr td, #htmega_element_pro_tabs table tr th{
    padding-right: 0;
}

#htmega_element_tabs table tr.htmega_title_row,#htmega_thirdparty_element_tabs table tr.htmega_title_row,#htmega_element_pro_tabs table tr.htmega_title_row {
  border: medium none;
  display: block;
  width: 100%;
}

#htmega_element_tabs table tr.htmega_title_row h2,#htmega_thirdparty_element_tabs table tr.htmega_title_row h2,#htmega_element_pro_tabs table tr.htmega_title_row h2{
    margin: 0;
}

#htmega_element_tabs table tr.htmega_title_row td,#htmega_thirdparty_element_tabs table tr.htmega_title_row td,#htmega_element_pro_tabs table tr.htmega_title_row td {
  padding: 0;
}

/* Check box */
.htmega_element_checkbox label {
    padding: 2px;
    width: 43px;
    height: 15px;
    background-color: #2c3e50;
    border-radius: 60px;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    position: relative;
    text-indent: -99999px;
}
.htmega_element_checkbox label::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}
.htmega_element_checkbox label::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    bottom: 3px;
    width: 18px;
    background-color: #2c3e50;
    border-radius: 10px;
    -webkit-transition: margin 0.2s, background 0.2s;
    transition: margin 0.2s, background 0.2s;
}
.htmega_element_checkbox input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}
.htmega_element_checkbox input:checked + label {
    background-color: #22b9ff;
}
.htmega_element_checkbox input:checked + label::after {
    background-color: #22b9ff;
    margin-left: 23px;
}

/* 
* Element Toggler
*/
.htmega-open-element-toggle,.htmega-fb-clear-cache-btn {
  display: inline-block;
  padding: 7px 15px;
  background: #428bfa none repeat scroll 0 0;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.4s;
  border: none;
}
.htmega-open-element-toggle:hover,.htmega-fb-clear-cache-btn:hover{
  background: #2c3e50;
}

/* PopUp Notice */
.htmega-content{
  text-align: center;
}
.htmega-content > p {
  font-size: 20px;
}
.htmega-content > span i {
  font-size: 30px;
}
.htmega_table_row.pro span,.htmegapro .description span {
  color: #FF0000;
}
.htmega_table_row >th{
  min-width: 200px;
  width: auto;
}

/* 
* General Tab HTML 
*/
#htmega_pro_vs_free_tabs h2,#htmega_pro_vs_free_tabs .submit{
  display: none;
}
.htmega-column {
  float: left;
  padding: 0 15px;
}
.htmega-document-section {
  margin-top: 25px;
  overflow: hidden;
}
.htmega-section-title {
  font-size: 20px;
  padding-left: 15px;
}
.htmega-admin-row {
  display: flex;
  overflow: hidden;
}
.features-list-area {
  border: 1px solid #ddd;
  float: left;
  margin: 0 15px;
  padding: 0 15px;
}
.features-list-area li {
  font-size: 16px;
  padding: 4px 0 4px 5px;
  position: relative;
}
.features-list-area li::before {
  content: "";
  font-family: dashicons;
  left: -5px;
  position: relative;
  top: 2px;
}
.features-list-area li.fedel::before{
  content: "\f335";
}
.features-list-area .button.button-primary,.woolentor-price-plan .button.button-primary{
  margin: 5px 0 20px;
}

/* Tab panel */
.htmega-admin-tab-pane{
  display: none;
}
.htmega-admin-tab-pane.httabactive{
  display: block;
}
.httemplate-row .htmega-admin-tab-pane{
  margin-left: -15px;
  overflow: hidden;
}
.htmega-admin-tabs li{
    display: inline-block;
    margin-right: 15px;
}
.htmega-admin-tabs li:last-child{
    margin-right: 0;
}
.httemplate-row .htmega-admin-tabs li a {
  background: #428bfa none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-weight: 600;
  padding: 8px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  border: none;
}
.httemplate-row .htmega-admin-tabs li a:focus{
  box-shadow: none;
}
.httemplate-row .htmega-admin-tabs li a:hover, .httemplate-row .htmega-admin-tabs li a.httabactive{
  background: #d30c5c;
  border-color: #d30c5c;
}
.htmega-admin-tab-area {
  margin: 20px 0 15px;
}

.spinner.loading {
  visibility: visible;
}
/*============Menu option=================*/
ul#menu-to-edit li.menu-item-depth-6 .hidn,
ul#menu-to-edit li.menu-item-depth-5 .hidn,
ul#menu-to-edit li.menu-item-depth-4 .hidn,
ul#menu-to-edit li.menu-item-depth-3 .hidn,
ul#menu-to-edit li.menu-item-depth-2 .field-enablemegamenu,
ul#menu-to-edit li.menu-item-depth-2 .field-menuposition,
ul#menu-to-edit li.menu-item-depth-2 .field-template ,
ul#menu-to-edit li.menu-item-depth-2 .field-menuwidth ,
ul#menu-to-edit li.menu-item-depth-1 .field-template ,
ul#menu-to-edit li.menu-item-depth-1 .field-menuwidth ,
ul#menu-to-edit li.menu-item-depth-1 .cs-fieldset,
ul#menu-to-edit li.menu-item-depth-1 .field-menuposition,
ul#menu-to-edit li.menu-item-depth-1 .field-enablemegamenu ,
ul#menu-to-edit li.menu-item-depth-0 .cs-fieldset ,
ul#menu-to-edit li.menu-item-depth-0 .field-columntitle{
    display: none;
}
.menu-settings {
  clear: both;
}
.menu-item-edit-active .menu-item-settings {
  float: left;
  margin-bottom: 10px;
}
.htmenu-pro-badge {
  color: red;
}

/* Sidebar Add banner */
.htoptions-sidebar-adds-area .htoptions-banner-img{
  width: 100%;
}
.htoptions-sidebar-adds-area > a{
  display: block;
  line-height: 0;
  margin-bottom: 0px;
}
.htoption-banner-area {
  background: #fff;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  padding: 30px 50px;
  box-shadow: 0 0 28px rgba(0,0,0,0.1);
  background-image: url(../images/side-add-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-color: #13177D;
}

.htoption-banner-pricing .htoption-old-price {
  color: #fff;
  text-decoration: line-through;
  font-size: 16px;
  font-weight: 400;
  margin-right: 10px;
}
.htoption-banner-pricing .htoption-new-price {
  color: #01C6E3;
  font-size: 48px;
  font-weight: bold;
}

p.htoption-save-amount {
  display: inline-block;
  padding: 5px 20px;
  font-size: 16px;
  letter-spacing: 1.5px;
  border-bottom: 1px solid #01c6e378;
  border-top: 1px solid #01c6e378;
  margin: 0;
  font-weight: 300;
}
.htoption-coupon {
  display: inline-block;
  background: #fff;
  padding: 8px 11px;
  border: 2px dashed #13177D;
  width: 100%;
}
.htoption-coupon-box h4 {
  font-size: 16px;
  color: #01C6E3;
  margin-top: 40px;
  margin-bottom: 10px;
}
.htoption-coupon input {
  border: none;
  padding: 0;
  border-right: 2px solid #01C6E3;
  border-radius: 0;
  margin-right: 6px;
  padding-right: 5px;
  font-size: 13px;
  font-weight: 500;
  color: #13177D;
  min-height: auto;
  min-width: auto;
  line-height: 1;
  width: calc(100% - 74px);
  background: transparent;
}
.htoption-coupon input:focus{
  border: none;
  outline: none;
  box-shadow: none;
  border-right: 2px solid #01C6E3;
}
.htoption-coupon .htoption-coupon-btn {
  font-size: 13px;
  color: #13177D;
  border: none;
  background: no-repeat;
  font-weight: 500;
  padding: 0;
  line-height: 1;
  cursor: pointer;
  min-width: 63px;
}
.htoption-coupon .htoption-coupon-btn img {
  position: relative;
  top: 2px;
}
.htoption-banner-area .htoption-logo {
  text-align: center;
  margin-bottom: 20px;
}
.htoption-logo img {
  width: 90px;
}
.htoption-banner-area .htoption-intro {
  text-align: center;
  margin-bottom: 45px;
}
.htoption-banner-area .htoption-intro p {
  line-height: 25px;
  font-size: 22px;
}

ul.htoption-feature{
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.htoption-feature li {
  position: relative;
  margin: 0;
  padding: 0 0 0 30px;
}
ul.htoption-feature li::before {
  position: absolute;
  content: url(../images/icon/check.png);
  width: 15px;
  height: 20px;
  top: 4px;
  left: 0;
  margin: 0;
}
ul.htoption-feature li + li {
  margin-top: 15px;
}
.htoption-action-btn {
  text-align: center;
  margin-top: 45px;
}

.htoption-action-btn a {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  display: inline-flex;
  justify-content: center;
  padding: 1px;
  text-transform: capitalize;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  background-image: linear-gradient(100deg, #1DAEFF 0%, #303AFF 100%);
  color: #fff;
  text-decoration: none!important;
  max-width: 250px;
  width: 100%;
}
.htoption-action-btn a span {
  width: 100%;
  background:transparent;
  height: 100%;
  display: block;
  padding: 8px 25px;
  border-radius: 6px;
  color: #ffffff;
  text-align:center;
  transition: all 0.3s ease-in-out;
}
.htoption-action-btn:hover span{
  background:#fff;
  color:#027EFF;
}
.htoption-coupon-copy-content,.htoption-coupon-copied-content{
  display: none;
} 
.htoption-btn-copy-status-copy .htoption-coupon-copy-content,.htoption-btn-copy-status-copied .htoption-coupon-copied-content{
  display: block;
}
.htoptions-sidebar-adds-area{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.htmega-opt-sidebar-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: self-start;
  font-size: 14px;
  line-height: 24px;
  color: #444444;
  padding: 0;
  background: #fff;
  border-radius: 12px;
  justify-content: left;
  flex-direction: column;
  overflow: hidden;
}
.htmega-opt-banner-image{
  line-height: 0;
}
.htmega-opt-banner-image img{
  width: 100%;
}
.htmega-opt-banner-image a{
  display: block;
  width: 100%;
}
.htmega-opt-get-pro-title {
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
  text-align: left;
  font-weight: 500;
}
.htmega-opt-get-pro-header {
  text-align: center;
  background-image: url(../images/sidebar-header-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  margin-bottom: 8px;
  padding: 31px 20px;
  border-radius: 12px;
  overflow: hidden;
  background-position: top center;
  width: 100%;
}
.htmega-opt-get-pro-header-title {
  font-size: 30px;
  line-height: 1.2;
  margin: 0;
  color: #000000;
}
.htmega-opt-get-pro-desc {
  font-size: 14px;
  line-height: 22px;
}
.htmega-opt-get-pro{
  gap: 10px;
  justify-content: center;
}
.htmega-opt-get-pro-content{
  padding: 0 30px 30px 30px;
}
.htmega-opt-get-pro ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: 16px;
}
.htmega-opt-get-pro ul li {
  padding-left: 24px;
  background-image: url(../images/icon/check-new.png);
  background-repeat: no-repeat;
  background-position: top 4px left;
  font-size: 15px;
  color: #000000;
}
.htmega-opt-get-pro .upgrade-button {
  margin-top: 20px;
}
.upgrade-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #FF6067;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1.5px solid #FF6067;
  box-shadow: none;
}
.upgrade-button svg path{
  fill: #FF6067;
  transition: all 0.3s ease;
}
.upgrade-button:hover {
  background: #3489FE;
  transform: none;
  box-shadow: none;
  border-color: #3489FE;
  color: #fff;
}
.htoption-rating-area {
  padding: 30px;
  background-image: url(../images/reating-sidebar-bg.png);
  background-position: top right;
  background-repeat: no-repeat;
}
.htmega-admin-pro-rating-bution.htmega-doc-btn {
  margin-top: 20px;
  padding: 12px 20px;
  border: 1px solid #000;
  border-radius: 6px;
  color: #000000;
  font-weight: 500;
  text-decoration: none;
}
.htoption-rating-area .htoption-rating-icon {
  border: 1.5px solid #EBDCFF;
  padding: 7px;
  border-radius: 8px;
  display: flex;
}
.htoption-rating-area .htoption-rating-intro {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  max-width: 100%;
}
.htmega-rating-desc {
  font-size: 16px;
  line-height: 24px;
  color: #434343;
}
/*Template Library Warning Box*/

.htmega-template-library{
    background: #eee;
    border-radius: 4px;
    box-shadow: 4px 4px 8px 0px rgb(0 0 0 / 31%);
    padding-bottom: 30px;

}
.htmega-library-warning-image{
    background: #d50000;
    margin-bottom: 30px;
    border-radius: 5px 5px 0px 0px;
    padding-top: 12px;
}
.htmega-template-library h2{
    margin-top: 0px;
    margin-bottom: 10px;
}
.htmega-template-library{
    width: 400px;
    height: auto;
    margin: auto;
    text-align: center;
    margin-top: 30px;
}
.htmega-template-library p{
    font-size: 16px;
    margin: 0px;
    padding: 0px 30px;
}

/* Facebook review */
tr.fb_page_id {
  border-top: 1px solid #ddd;
}
tr.schedule_update_days {
  border-bottom: 1px solid #ddd;
}
/* admin footer sticky */
.htmega-admin-sticky {
  position: sticky;
  bottom: 0;
  z-index: 99;
  padding-bottom: 20px;
  background-color: #ffffff;
}
/* from src manager  */
/* Area */
.htmega-settings-page-wrapper {
  margin-top: 20px;
  /* display: flex;
  flex-wrap: wrap;
  margin-bottom: -30px; */
}
#htmega-opt-admin-app {
display: block;
}
.htoptions-sidebar-adds-area {
  /* width: 354px;
  margin-bottom: 30px; */
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  min-height: 100%;
  align-self: flex-start;
}
/* Navigations Menu */
.htmega-navigation-menu {
  display: flex;
  flex-direction: row;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.htmega-navigation-menu li a {
display: flex;
font-size: 16px;
font-weight: 500;
padding: 13px 20px;
color: #434343;
text-decoration: none;
position: relative;
justify-content: left;
align-items: center;
gap: 10px;
border-radius: 4px;
border-bottom: 2px solid transparent;
}
.htmega-navigation-menu li,.el-menu--popup-container .el-menu--popup li{
  padding: 0;
  line-height: 1;
}
.htmega-navigation-menu li a span,
.el-menu--popup-container .el-menu--popup li a span {
font-size: 20px;
color: #434343;
display: flex;
align-items: center;
}
.htmega-navigation-menu li a svg {
  fill: #434343;
}

.htmega-navigation-menu li a:hover, .htmega-navigation-menu li a.router-link-exact-active {
color: #3489FE;
border-bottom: 2px solid #3489FE;
background: #E8F3FF;
}
.htmega-navigation-menu li a:hover svg path, .htmega-navigation-menu li a.router-link-exact-active svg path,.el-menu--popup-container .el-menu--popup li a:hover svg path,.el-menu--popup-container .el-menu--popup li a.router-link-exact-active svg path{
fill: #3489FE;
}
.htmega-navigation-menu li a:hover span,
.htmega-navigation-menu li a.router-link-exact-active span,.el-menu--popup-container .el-menu--popup li a:hover span,.el-menu--popup-container .el-menu--popup li a.router-link-exact-active span{
color: #3489FE;
}
.el-menu--popup-container .el-menu--popup li a{
    display: flex;
    padding: 0;
    border: none;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #434343;
    font-size: 16px;
    font-weight: 500;
}
.el-menu--popup-container .el-menu--popup li:hover,.el-menu--popup-container .el-menu--popup li a:hover,.el-menu--popup-container .el-menu--popup li a.router-link-exact-active{
  color: #3489FE;
}
.el-menu--popup-container .el-menu--popup li a:focus{
  color: #3489FE;
  border:none;
  outline: none;
  box-shadow: none!important;
}

/* Header Content */
.htmega-header-area {
display: flex;
justify-content: space-between;
margin-top: 10px;
margin-bottom: 40px;
gap: 20px;
}
.htmega-header-content .htmega-header-title {
font-size: 22px;
font-weight: 500;
line-height: 1;
margin: 0 0 10px;
color: #000000;
}
.htmega-header-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  max-width: 800px;
  margin: 0;
  color: #434343;
}

/* Enable Disable All */
.htmega-head-right{
  display: flex;
  align-items: center;
}
.htmega-button-enableall {
  width: 190px;
  background-color: #F6F8FF;
  padding-left: 30px;
  height: 54px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 4px;
  margin-right: 20px;
}
.htmega-button-enableall label{
  display: flex;
}
.htmega-button-enableall input {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  margin: 0;
  z-index: 99;
}
.htmega-button-enableall .htmega-button-enableall-text {
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  display: block;
  padding-top: 1px;
  transform: translateY(-50%);
  color: #404660;
  right: 30px;
  left: auto;
  background-color: #F6F8FF;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
}
.htmega-button-enableall .htmega-button-enableall-text.off {
  opacity: 1;
  visibility: visible;
}
.htmega-button-enableall input:checked + label .htmega-button-enableall-text.on {
  opacity: 1;
  visibility: visible;
}
.htmega-button-enableall input:checked + label .htmega-button-enableall-text.off {
  opacity: 0;
  visibility: hidden;
}
.htmega-button-enableall .htmega-button-enableall-indicator {
  position: relative;
  display: flex;
  width: 40px;
  height: 22px;
  border-radius: 50px;
  background-color: #ECEFFC;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.htmega-button-enableall input:checked + label .htmega-button-enableall-indicator {
  background-color: #3489FE;
}
.htmega-button-enableall .htmega-button-enableall-indicator::before {
  left: 0;
  height: 100%;
  width: 22px;
  background-color: #D5DCFA;
  position: absolute;
  top: 50%;
  right: auto;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.htmega-button-enableall input:checked + label .htmega-button-enableall-indicator::before {
  background-color: #fff;
  left: 18px;
}

/* Reset Button */
.htmega-reset-btn {
  color: #374151 !important;
  font-weight: 500;
  font-size: 14px !important;
  background-color: transparent !important;
  border-color: #E7E7E7 !important;
  cursor: pointer;
  transition: 0.4s;
  outline: none;
  box-shadow: none;
  padding: 7px 20px !important;
  min-height: 54px;
}
.htmega-reset-btn.updating-message:before{
  color: #3489FE !important;
}
.htmega-reset-btn:hover {
  color: #ffffff !important;
  background-color: rgb(221, 51, 51) !important;
  border-color: rgb(221, 51, 51) !important;
}
.wp-core-ui .htmega-reset-btn.disabled, .wp-core-ui .htmega-reset-btn:disabled{
  opacity: 0.5;
  cursor: not-allowed;
}

/* Footer */
.htmega-opt-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #dddddd;
  flex-wrap: wrap;
  gap: 10px;
}
/* Fields Wrap */
.htmega-options-form {
background: #fff;
padding: 20px;
border-radius: 12px;
}
.htmega-form-fields .htmega-admin-option:first-child:not(.htmega-admin-field-element){
  padding-top: 0;
}

.htmega-admin-option-content {
  width: 60%;
}
.htmega-admin-option-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 23px !important;
  display: flex;
  align-items: center;
  margin-bottom: 2px;
  color: #202223;
  margin: 0;
}
.htmega-admin-option-desc {
  font-size: 14px;
  margin: 0;
}
.htmega-admin-option-field {
  width: 40%;
  padding-left: 10px;
}

.el-input input,.el-input input:focus {
border:none;
outline: none;
box-shadow: none;
padding: 0;
}
.htmega-admin-field-element .htmega-admin-option-content {
width: calc(100% - 61px)!important;
}
/** Column */
[class*='htmega-opt-col-']:not(.htmega-opt-col-1){
  display: flex;
  flex-wrap: wrap;
}
[class*='htmega-opt-col-']:not(.htmega-opt-col-1) .htmega-admin-option{
  margin: 0 15px 30px;
}
.htmega-opt-col-2 .htmega-admin-option{
  width: calc(50% - 30px);
}
.htmega-opt-col-3 .htmega-admin-option{
  width: calc(33.3333% - 30px);
}
.htmega-opt-col-4 .htmega-admin-option{
  width: calc(25% - 30px);
}
.htmega-opt-col-5 .htmega-admin-option{
  width: calc(20% - 30px);
}
.htmega-opt-col-6 .htmega-admin-option{
  width: calc(16.666% - 30px);
}

/* switcher Field */
.htmega-opt-field-switcher {
  position: relative;
  display: inline-flex;
}
.htmega-opt-field-switcher input {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  margin: 0;
  z-index: 99;
}
.htmega-opt-field-switcher .htmega-checkbox-text {
font-family: "Inter", sans-serif;
font-size: 10px;
font-weight: 500;
position: absolute;
top: 50%;
display: block;
padding-top: 2px;
transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
transform: translateY(-50%);
text-transform: uppercase;
color: #333333;
}
.htmega-opt-field-switcher .htmega-checkbox-text.off {
right: 6px;
color: #D4B7F9;
}
.htmega-opt-field-switcher input:checked + label .htmega-checkbox-text.off {
  opacity: 0;
}
.htmega-opt-field-switcher .htmega-checkbox-text.on {
  left: 8px;
  opacity: 0;
  color: #fff;
}
.htmega-opt-field-switcher input:checked + label .htmega-checkbox-text.on{
  opacity: 1;
  z-index: 1;
}
.htmega-opt-field-switcher .htmega-checkbox-indicator {
  position: relative;
  display: flex;
  width: 48px;
  height: 24px;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 1px solid #D4B7F9;
  border-radius: 50px;
}
.htmega-opt-field-switcher input:checked + label .htmega-checkbox-indicator {
border-color: #3489FE;
background: #3489FE;
}
.htmega-opt-field-switcher .htmega-checkbox-indicator::before {
position: absolute;
top: 50%;
right: auto;
left: 4px;
width: 14px;
height: 14px;
content: "";
transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
transform: translateY(-50%);
border-radius: 50%;
background-color: #D4B7F9;
}
.htmega-opt-field-switcher input:checked + label .htmega-checkbox-indicator::before {
left: 29px;
background-color: #ffffff;
}

.htmega-admin-pro-badge {
font-size: 11px;
font-weight: 400;
line-height: 1;
align-self: center;
padding: 2px 7px 2px 7px;
text-align: center;
text-transform: uppercase;
color: #fff;
border-radius: 4px;
background: #FF6067;
position: absolute;
top: -8px;
box-shadow: 0 0 0 4px #fff;
}
.htmega-form-module-fields .htmega-admin-pro-badge,
.el-col-24 .htmega-admin-pro-badge{
position: static;
margin-left: 10px;
}

.htmega-opt-field input:disabled{
  z-index: -2;
}

/* Popup Css */
.htmega-admin-popup-inner {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 55px 90px;
  transition: all 0.3s ease 0s;
  text-align: center;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0 0 50px rgba(92, 92, 92, 0.2);
}
.htmega-admin-popup-inner .htmega-admin-btn:not(.activated,[disabled=disabled]):hover{
  color: #ffffff;
}
.htmega-admin-popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #324355;
  border: none;
  border-radius: 50%;
  background-color: rgba(40, 47, 58, 0.1);
  cursor: pointer;
}
.htmega-admin-popup-close:hover {
  color: #FFFFFF;
  background-color: #007EFF;
}
.htmega-admin-popup-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.htmega-admin-popup .htmega-admin-btn:not(.activated,[disabled=disabled]):hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
} 

/* General Tab css */
.htmega-admin-banner:not(:last-child) {
  margin-bottom: 40px;
}
.htmega-admin-banner {
  position: relative;
  width: 100%;
  min-height: 200px;
  background: linear-gradient(135deg, #5a00f0, #8a2be2);
  border-radius: 8px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  gap: 27px;
  padding: 106px;
  text-align: left;
  background-color: #8a2be2;
}

.htmega-banner-content {
  display: flex;
  flex-direction: column;
  z-index: 10;
  border-left: 2px solid #cdc8c8;
  padding-left: 30px;
}
.htmega-banner-content img {
  max-width: 80px; /* Logo size */
  height: auto;
  margin-bottom: 15px;
}

.htmega-banner-content h1 {
  font-size: 1.5rem;
  margin: 0;
  color: #fff;
  border-bottom: 1px solid #ffffff96;
  padding-bottom: 20px;
  margin-bottom: 16px;
}

.htmega-banner-content p {
  font-size: 1.1rem;
  margin:0;
  color: #fff;
  max-width: 400px;
}

/* Subscribe css */
.htmega-admin-subscribe-wrapper {
  width: 100%;
  max-width: 440px;
  position: relative;
}

.htmega-admin-subscribe-form{
padding: 1px;
border-radius: 10px;
width: 100%;
position: relative;
}
.htmega-admin-subscribe-form input {
min-height: 62px;
background-color: #ffff;
width: 100%;
padding: 12px 15px;
color: #7D8087;
margin: 0;
border-radius: 8px;
padding-right: 163px;
border: .5px solid #E6D2FF;
font-size: 14px;
}
.htmega-admin-subscribe-form button {
border: 1px solid #000000;
background: #000000;
padding: 13px 27px;
color: #fff;
border-radius: 6px;
margin: 0;
cursor: pointer;
min-width: 132px;
position: absolute;
right: 10px;
top: 7px;
z-index: 2;
font-size: 17px;
transition: all 0.3s;
}

.htmega-admin-subscribe-form input:focus {
outline: none;
border: 1px solid #3489FE;
box-shadow: none;
padding: 12px 15px;
padding-right: 163px;
}
.htmega-admin-subscribe-form button:hover {
background: #3489FE;
color: #ffff;
border-color: #3489FE;
}
span.htmega-subscribe-status {
position: absolute;
margin-top: 9px;
left: 0;
font-size: 18px;
color: #546EA1;
}
.htmega-admin-subscribe-error + span.htmega-subscribe-status{
color:red;
}
.htmega-admin-subscribe {
position: relative;
z-index: 1;
display: flex;
overflow: hidden;
justify-content: space-between;
padding: 40px 70px;
background-image: url("../images/subscribe-bg.png");
align-items: center;
background-color: #ffffff;
border-radius: 12px;
margin-bottom: 0;
border: 1px solid #E1E3FA;
box-shadow: 0 0 20px #00000005;
background-repeat: no-repeat;
background-size: cover;
gap:30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px), only screen and (min-width: 768px) and (max-width: 991px) {
  .htmega-admin-subscribe {
    padding: 60px;
  }
  .htmega-admin-subscribe{
    flex-direction: column;
    align-items: start;
  }
  .htmega-admin-subscribe-form button{
    position: static;
    margin-top: 15px;
  }
  .htmega-admin-subscribe-form input{
    padding-right: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .htmega-admin-subscribe {
    flex-direction: column;
    padding: 40px;
    align-items: start;
  }
}
@media only screen and (max-width: 767px) {
  .htmega-admin-subscribe {
    flex-direction: column;
    padding: 40px;
  }
  .htmega-admin-subscribe-form {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .htmega-admin-subscribe {
    margin-top: 30px;
    padding: 30px;
  }
}

.htmega-admin-subscribe-content {
  display: block;
}
.htmega-admin-subscribe-text {
  font-size: 18px;
  max-width: 410px;
  color: #546EA1;
}

.htmega-admin-subscribe .htmega-admin-btn {
  align-self: center;
  padding: 10px 40px;
  box-shadow: 3px 3px 0 0 #0065cc;
}
.htmega-admin-subscribe .htmega-admin-btn:hover {
  box-shadow: 5px 5px 0 0 #0065cc;
  color: #FFFFFF;
}

/* Admin button css */
.htmega-admin-btn {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: block;
  padding: 1px;
  text-transform: capitalize;
  border: none;
  text-decoration: none;
  background: transparent;
  padding: 0;
}

/* Module Settings PopUp */
.htmega-module-setting-popup {
  max-width: 800px;
}
form#htmega-module-setting-form {
width: 100%;
height: 100%;
overflow-y: auto;
}

.htmega-module-setting-popup .htmega-form-wrapper {
height: 100%;
position: relative;
max-height: 595px;
overflow: auto;
}
.htmega-module-footer-settings {
  position: relative;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.card-field-element {
min-width: 350px;
}
.htmega-module-setting-popup .card-field-element {
max-width:200px;
min-width: 200px;
}
.htmega-admin-loader-icon svg{
position: absolute;
width: 40px;
height: 40px;
top: 50%;
left: 50%;
background-color: transparent;
font-size: 40px;
animation: htmega-admin-loading-spinner 1.25s linear infinite;
margin: -20px 0 0 -20px;
padding: 0;
z-index: 1351;
}
@keyframes htmega-admin-loading-spinner {
  0% {
      transform: rotate( 0deg );
  }
  40% {
      transform: rotate( 45deg );
  }
  100% {
      transform: rotate( 360deg );
  }
}
.htmega-onboarding-content .htmega-admin-pro-badge{
position: absolute;
}
/* onboarding css */
.htmega-onboarding-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #FF69B4 0%, #9370DB 100%);
  z-index: 999999;
  display: flex;
  flex-direction: column;
  padding: 20px;
  /* font-family: "Readex Pro"; */
}
.htmega-onboarding-inner {
  background: #fff;
  box-shadow: 0 0px 0px 15px rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  max-width: 1414px;
  margin: 20px auto;
  padding: 44px 50px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  top: 30px;
  max-height: 980px;
  overflow-y: auto;
  width: 95%;
}
.htmega-welcome-content {
  text-align: center;
  margin: 0 auto;
  padding: 0 50px;
}
.htmega-welcome-bg-shape {
  position: absolute;
  left: 53px;
  top: 125px;
}
.htmega-welcome-bg-shape-right {
  left: auto;
  right: 50px;
  top: 153px;
}
/* Progress Steps */
.htmega-step {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.htmega-step-number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #E0E0E0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-weight: 500;
  margin: 0 10px;
}

.htmega-step.active .htmega-step-number {
  background: #3489FE;
  color: white;
}

.htmega-step.completed .htmega-step-number {
  background: #3489FE;
  color: white;
}

.htmega-step-label {
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

.htmega-step.active .htmega-step-label {
  color: #3489FE;
}

.htmega-step-line {
  height: 2px;
  background: #E0E0E0;
  width: 60px;
  margin: 0 5px;
}

.htmega-step.completed + .htmega-step-line {
  background: #3489FE;
}

/* Header and Steps */
.htmega-onboarding-header {
  margin-bottom: 50px;
}

.htmega-onboarding-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 970px;
  margin: 0 auto;
}

.htmega-onboarding-steps:before {
  content: '';
  position: absolute;
  top: 18px;
  left: 60px;
  right: 60px;
  height: 8px;
  background: #F0F0F0;
  z-index: 1;
}
.step.completed:after {
  content: "";
  position: absolute;
  background: #000;
  height: 2px;
  left: 60px;
  width: 100%;
  top: 21px;
  z-index: -1;
}
.htmega-onboarding-steps .step::before {
  content: "";
  position: absolute;
  top: 0;
  height: 44px;
  background: url(../images/step-bg-shap.png) no-repeat center center;
  width: 72px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -5;
}
.htmega-onboarding-steps .step:first-child:before {
  background: url(../images/step-bg-shap-start.png) no-repeat 16px 0px;
}
.htmega-onboarding-steps .step:last-child:before {
  background: url(../images/step-bg-shap-end.png) no-repeat 0 0px;
}
.step.completed:last-child:after {
  display: none;
}
.htmega-onboarding-steps .step {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 20px;
  flex: 1;
}

.htmega-onboarding-steps .step-number {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid #F0F0F0;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  font-size: 20px;
  transition: all .3s ease;
  position: relative;
}

.htmega-onboarding-steps .step-title {
  color: #7D8087;
  font-size: 20px;
  transition: all 0.3s ease;
}

.htmega-onboarding-steps .step.active .step-number {
  box-shadow: inset 0 0 0 2px #000000;
}

.htmega-onboarding-steps .step.active .step-title {
  color: #000000;
}

.htmega-onboarding-steps .step.completed .step-number {
  background: #000000;
  box-shadow: inset 0 0px 0px 0px #ffffff;
  color: #fff;
}
.htmega-onboarding-steps .step.completed .step-title {
  color: #000000;
}

.htmega-onboarding-steps .step.completed .step-number svg {
  width: 26px;
  fill: #fff;
  border: 0.5px solid #ffffff;
  border-radius: 41px;
  padding: 3px;
}
/* Action Buttons */

/* Navigation Buttons */
.htmega-onboard-footer {
display: flex;
justify-content: center;
gap: 20px;
margin-top: 40px;
}

.back-button, .next-button {
  padding: 16px 30px;
  border-radius: 8px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 400;
  transition: all 0.3s ease;
}

.back-button {
background: #F0E6FE;
color: #3489FE;
border: none;
}

.next-button {
background: #3489FE;
color: white;
border: none;
}

.back-button:hover,
.next-button:hover {
opacity: 0.9;
}
.next-button:hover {
opacity: 0.9;
color: white;
}
.back-button:hover{
color: #3489FE;
}

.htmega-actions, .htmega-onboarding-footer {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 15px;
}

.back-button {
background: transparent;
color: #7D8087;
border: 1px solid #7D8087;
}
.back-button:hover {
background: #3489fe;
color: #fff;
border: 1px solid #3489fe;
}

/* Responsive */
@media (max-width: 992px) {
.htmega-setup-type-wrapper {
    grid-template-columns: 1fr;
}
.htmega-admin-banner {
  min-height: auto;
  flex-direction: column;
  text-align: center;
  padding: 20px;
  gap:10px;
}
.htmega-banner-content{
  padding-left: 0;
  border: none;
}
.htmega-banner-content h1{
  font-size: 1.2rem;
}
.htmega-banner-content p{
  max-width: 100%;
}
.htmega-onboarding-wrap {
    padding: 40px 20px;
}
.htmega-onboarding-steps {
    flex-wrap: wrap;
    gap: 5px;
}
.htmega-onboarding-header {
  margin-bottom: 30px;
}
.htmega-onboarding-steps .step {
    padding: 0;
}
.htmega-onboarding-steps .step-title{
  display: none;
}
.htmega-onboarding-inner {
  padding: 30px 30px;
  width: 95%;
}
.back-button, .next-button {
  padding: 13px 25px;
  font-size: 16px;
}
}

@media (max-width: 767px) {
  .step.completed:after {
      left: 35px;

  }
  .htmega-onboarding-steps:before {
      left: 35px;
      right: 35px;
  }
  .htmega-onboarding-inner{
    padding: 30px 15px;
  }
  .htmega-onboarding-steps .step::before{
    display: none;
  }

}

/* View All Link */
.htmega-view-all {
  text-align: center;
  margin-top: 15px;
}

.view-all-link {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  color: #000000;
  border-radius: 5px;
  font-size: 20px;
  text-decoration: underline;
  border: none;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.view-all-link:hover {
  color: #3489FE;
}
.view-all-link:focus {
  border: none;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  color: #3489FE;

}
.dashicons {
font-size: 16px;
width: 16px;
height: 16px;
line-height: 16px;
transition: none;
}

/* Elements Section */
.htmega-elements-section {
margin-bottom: 40px;
padding: 0 50px;
}


/* Templates Page Specific Styles */
.htmega-templates-section {
  margin: 0 auto;
  padding: 19px;
}

.htmega-templates-wrapper {
display: flex;
align-items: flex-start;
gap: 90px;
margin-bottom: 50px;
}

/* Left Content Styles */
.htmega-templates-content {
flex: 1;
max-width: 994px;
}

.htmega-templates-content .htmega-title {
font-size: 32px;
font-weight: 600;
margin: 0 0 10px;
color: #333;
text-align: left;
line-height: 1.2;
}

.htmega-templates-content .htmega-desc {
font-size: 16px;
color: #666;
margin: 0 0 40px;
line-height: 1.6;
text-align: left;
}

.htmega-templates-features {
display: flex;
flex-direction: column;
gap: 30px;
}

.template-feature-item {
display: flex;
gap: 14px;
align-items: flex-start;
}
.feature-content h3 {
font-size: 20px;
color: #000000;
margin: 0 0 10px;
line-height: 1.2;
font-weight: 500;
}

.feature-content p {
font-size: 16px;
color: #434343;
margin: 0;
line-height: 1.6;
}

/* Right Templates Showcase Styles */
.htmega-templates-showcase {
flex: 1;
}

.template-image {
border-radius: 10px;
overflow: hidden;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease;
}

.template-image img {
width: 100%;
height: auto;
display: block;
}

/* Responsive Styles */
@media (max-width: 1200px) {
.htmega-templates-wrapper {
    flex-direction: column;
    gap: 40px;
}
.htmega-templates-content {
    max-width: 100%;
}
.htmega-elements-section{
  padding: 0;
}
}

@media (max-width: 992px) {
  .feature-content h3 {
    font-size: 18px;
  }
  .htmega-templates-wrapper{
    gap: 30px;
  }
}
@media (max-width: 768px) {
.htmega-templates-showcase {
    grid-template-columns: 1fr;
}

.htmega-templates-content .htmega-title {
    font-size: 28px;
}
}
@media (max-width: 575px) {
.htmega-templates-content .htmega-title {
    font-size: 24px;
}
}
/* Save Button Styles */
.htmega-save-button-wrapper {
margin-top: 30px;
}

.htmega-save-button {
background: #3489FE;
color: #fff;
border: none;
padding: 15px 40px;
font-size: 16px;
border-radius: 8px;
cursor: pointer;
transition: all 0.3s ease;
}

.htmega-save-button:hover {
background: #5091eb;
transform: translateY(-2px);
}

/* Confetti Animation (Optional) */
@keyframes confetti {
0% { transform: translateY(0) rotate(0); }
100% { transform: translateY(100vh) rotate(360deg); }
}

/* Responsive Styles */
@media (max-width: 768px) {
.htmega-congratulations {
    font-size: 36px;
}

.htmega-complete-text {
    font-size: 20px;
}

.htmega-checkmark {
    width: 100px;
}
}

@media (max-width: 480px) {

.htmega-congratulations {
    font-size: 32px;
}

.htmega-complete-text {
    font-size: 18px;
}
}

.bulk-actions button.inactive {
opacity: 0.5;
cursor: not-allowed;
pointer-events: none;
}

.proceed-button {
cursor: pointer;
}

.proceed-button:disabled {
opacity: 0.5;
cursor: not-allowed;
}



/* new desing css */
div#htmegaopt-admin-panel {
display: flex;
gap: 20px;
}

/* Quick Links Section */
.htmega-quick-links {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
margin-bottom: 40px;
}

.htmega-quick-link-item {
background: #fff;
border: 1px solid #E9E4F5;
border-radius: 12px;
padding: 20px;
transition: all 0.3s ease;
}

.htmega-quick-link-item:hover {
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
transform: translateY(-2px);
}

.htmega-quick-link-item h3 {
  font-size: 22px;
  color: #000000;
  margin: 18px 0 16px;
  font-weight: 500;
  line-height: 1.2;
}
.htmega-quick-link-item p {
font-size: 14px;
color: #434343;
line-height: 1.6;
margin: 0 0 25px;
padding: 0 0 23px;
border-bottom: 1px solid #E1E3FA;
}

.quick-link-btn {
color: #000000;
text-decoration: none;
font-size: 14px;
font-weight: 500;
display: inline-flex;
align-items: center;
}

.quick-link-btn svg {
margin-left: 5px;

}
.quick-link-btn:hover{
color:#3489FE;
}
.quick-link-btn:hover svg path{
fill: #3489FE;
}

/* Documentation Section */
.htmega-documentation {
display: flex;
align-items: center;
gap: 40px;
background: #ffffff;
border-radius: 12px;
padding: 40px;
margin-bottom: 40px;
border: 1px solid #E1E3FA;
box-shadow: 0 0 20px #00000005;
}
.htmega-doc-image img {
  max-width: 100%;
}
.htmega-doc-image {
  flex: 0 0 45%;
}

.htmega-doc-icon {
width: 48px;
height: 48px;
background: #fff;
border-radius: 10px;
margin-bottom: 20px;
}

.htmega-doc-content h3 {
font-size: 24px;
color: #000000;
margin: 0 0 16px;
}

.htmega-doc-content p {
font-size: 14px;
color: #434343;
margin: 0 0 20px;
line-height: 1.6;
}

.htmega-doc-btn {
background: transparent;
color: #000000;
padding: 10px 24px;
border-radius: 6px;
text-decoration: none;
display: inline-block;
transition: all 0.3s ease;
border: 1px solid #000000;
font-weight: 500;
}

.htmega-doc-btn:hover {
background: #3489FE;
color: #fff;
border-color: #3489FE;
}

/* Video Tutorial Section */
.htmega-video-tutorial {
padding: 40px 20px;
text-align: center;
background: #ffffff;
border-radius: 12px;
margin-bottom: 40px;
border: 1px solid #E1E3FA;
box-shadow: 0 0 20px #00000005;
}
.htmega-video-badge {
display: inline-flex;
align-items: center;
gap: 8px;
background: #F0F0F0;
padding: 8px 16px;
border-radius: 6px;
margin-bottom: 20px;
color: #000000;
font-weight: 600;
}

.htmega-video-badge .video-icon {
display: flex;
align-items: center;
}

.htmega-video-badge span {
color: #8833FF;
font-size: 14px;
font-weight: 500;
}

.htmega-video-title {
font-size: 28px;
color: #0A0A0A;
margin: 0 0 40px;
font-weight: 600;
line-height: 1.2;
}

.htmega-video-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px;
margin-bottom: 35px;
}

.htmega-video-item {
text-align: left;
}

.video-thumbnail {
position: relative;
background: #8833FF;
border-radius: 12px;
overflow: hidden;
margin-bottom: 20px;
aspect-ratio: 16/9;
}

.video-thumbnail img {
width: 100%;
height: 100%;
object-fit: cover;
transition: opacity 0.3s ease;
}

.video-thumbnail:hover img {
opacity: 0.7;
}

.play-button {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 60px;
height: 60px;
background: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 0 0px 10px #ffffff85;
}

.play-button:hover {
transform: translate(-50%, -50%) scale(1.1);
}

.htmega-video-item h3 {
font-size: 20px;
color: #434343;
margin: 0;
font-weight: 500;
line-height: 1.4;
}

/* Responsive Styles */
@media (max-width: 768px) {
.htmega-video-grid {
    grid-template-columns: 1fr;
}

.htmega-video-title {
    font-size: 21px;
}

.video-thumbnail {
    margin-bottom: 15px;
}

.htmega-video-item h3 {
    font-size: 16px;
}
}

@media (max-width: 480px) {
.htmega-video-badge {
    padding: 6px 12px;
}

.htmega-video-title {
    font-size: 20px;
    margin-bottom: 30px;
}

.play-button {
    width: 40px;
    height: 40px;
}

.play-button svg {
    width: 20px;
    height: 20px;
}
}
/* Feature Request Section */
.htmega-feature-request {
display: flex;
align-items: center;
gap: 40px;
background: #ffffff;
border-radius: 12px;
padding: 40px;
margin-bottom: 40px;
border: 1px solid #E1E3FA;
box-shadow: 0 0 20px #00000005;
}
.htmega-feature-left img {
max-width: 100%;
height: auto;
}
.htmega-feature-left{
flex:  0 0 45%;
}
.feature-icon {
margin-bottom: 20px;
}

.feature-icon img {
width: 40px;
height: auto;
}

.htmega-feature-right h3 {
font-size: 24px;
color: #000000;
margin: 0 0 15px;
font-weight: 500;
line-height: 1.2;
}

.htmega-feature-right p {
font-size: 14px;
color: #434343;
line-height: 1.6;
margin: 0 0 25px;
}

.request-feature-btn {
display: inline-block;
padding: 12px 28px;
background: #8833FF;
color: #fff;
border-radius: 6px;
text-decoration: none;
font-size: 14px;
transition: all 0.3s ease;
}

.request-feature-btn:hover {
background: #7529D9;
}

/* Newsletter Section */
.htmega-newsletter-section {
padding: 40px;
background: #fff;
border-radius: 12px;
margin-top: 50px;
}

.htmega-newsletter-badge {
display: inline-flex;
align-items: center;
gap: 8px;
background: rgba(136, 51, 255, 0.1);
padding: 8px 16px;
border-radius: 6px;
margin-bottom: 20px;
}

.htmega-newsletter-badge .newsletter-icon {
display: flex;
align-items: center;
}

.htmega-newsletter-badge {
color: #8833FF;
font-size: 14px;
font-weight: 500;
}
.htmega-newsletter-content h2 {
font-size: 24px;
color: #000;
margin: 0 0 5px;
font-weight: 600;
line-height: 1.2;
}

/* Responsive Styles */
@media (max-width: 768px) {
.htmega-newsletter-section {
    padding: 30px;
}

.htmega-newsletter-content h2,
.htmega-newsletter-content h3 {
    font-size: 20px;
}

.htmega-newsletter-form {
    flex-direction: column;
}

.htmega-newsletter-form button {
    height: 50px;
    width: 100%;
}
}

@media (max-width: 480px) {
.htmega-newsletter-section {
    padding: 20px;
}

.htmega-newsletter-content h2,
.htmega-newsletter-content h3 {
    font-size: 20px;
}

.htmega-newsletter-badge {
    padding: 6px 12px;
    font-size: 12px;
}
}

/* Responsive Styles */
@media (max-width: 768px) {
.htmega-feature-request {
    flex-direction: column;
    gap: 30px;
}

.htmega-feature-left, 
.htmega-feature-right {
    flex: 0 0 100%;
}

.htmega-subscribe-form {
    flex-direction: column;
}

.htmega-subscribe-form button {
    height: 50px;
}
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .htmega-quick-links {
      grid-template-columns: repeat(2, 1fr);
  }
  .htmega-welcome-content{
    padding: 0;
  }
}

@media (max-width: 768px) {
.htmega-welcome-banner {
    flex-direction: column;
    text-align: center;
}

.htmega-quick-links {
    grid-template-columns: 1fr;
}

.htmega-video-grid {
    grid-template-columns: 1fr;
}

.htmega-documentation {
    flex-direction: column;
}

.newsletter-form {
    flex-direction: column;
}
}

@media (max-width: 480px) {
.htmega-welcome-banner {
    padding: 30px 20px;
}

.htmega-welcome-content h2 {
    font-size: 24px;
}
}

/* element plus css */
.htmega-elements-categories .el-col{
position: relative;
}

.el-switch__core .el-switch__action{
background-color: #7D8087!important;
}
.is-checked .el-switch__core .el-switch__action{
background-color: #fff!important;
}
.el-switch__core .el-switch__inner .is-text{
color: #7D8087!important;
font-size: 11px!important;
}
.is-checked .el-switch__core .el-switch__inner .is-text{
color: #fff!important;
}
.el-switch__core{
background-color: transparent!important;
border-color: #7D8087!important;
}
.is-checked .el-switch__core{
background-color: #3489FE !important;
border-color: #3489FE !important;
}
.el-card__body .el-switch__core .el-switch__action {
height: 14px;
width: 14px;
left: 3px;
}
.el-card__body .el-switch__core {
max-width: 47px;
min-width: 47px;
height: 22px;
text-transform: uppercase;
}
.el-notification{
  top: 35px!important; 
  z-index: 99999!important;
}
.el-message{
  top: 32px !important;
}
.el-popper{
  z-index: 99999!important;
}
.el-overlay{
  z-index: 9999!important;
}
.htmega-admin-settings-link{
color: #000; text-decoration: none;display: flex;
}
.htmega-admin-settings-link:hover svg path{
fill: #3489FE;
color: #3489FE;
}
.card-field-label span {
  line-height: 1.2;
}

/* Dashboard Grid */
.htmega-dashboard-grid {
  display: flex;
  padding: 0;
  min-height: 500px;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
}

.htmega-navigation-wrapper {
  width: 100%;
  flex-shrink: 0;
  background: #fff;
  border-radius: 12px;
  padding: 15px 15px;
  min-height: 80px;
  box-sizing: border-box;
}

.htmega-options-form {
  flex: 1;
  margin: 0;
  background: #fff;
  border-radius: 12px;
  /* box-shadow: 0 1px 4px rgba(0,0,0,0.1); */
  padding: 30px;
  width: calc(100% - 604px);
  box-sizing: border-box;
}

.htmega-sidebar {
  width: 354px;
  flex-shrink: 0;
  position: relative;
  min-height: 200px;
  box-sizing: border-box;
}
@media (max-width: 1500px) {

  .htmega-admin-main-tab-pane-inner {
    padding: 0px;
  }
  .htmega-admin-banner {
    margin: 0px;
  }

  .htmega-sidebar {
    width: 280px;
  }

  .htmega-options-form {
      width: calc(100% - 280px);
  }
  .card-field-element {
      min-width: 200px;
  }
  .htmega-navigation-menu li a:hover, .htmega-navigation-menu li a.router-link-exact-active {
      color: #3489FE;
      border-left: none;
      border-bottom: 2px solid #3489FE;
      background: #E8F3FF;
  }
  .htmega-navigation-menu li a{
    border-left: none;
    border-bottom: 2px solid transparent;
  }
  .htmega-admin-banner{
    min-height: 120px;
  }
}

@media (max-width: 992px) {
  .htmega-onboarding-inner{
    min-height: 200px;
  }
  .htmega-dashboard-grid {
      flex-direction: column; 
  }

  .htmega-options-form {
    width: 100%; 
  }

  .htmega-sidebar {
      width: 100%; 
  }
  .htmega-admin-subscribe{
    flex-direction: column;
    align-items: start;
  }
  .htmega-admin-subscribe-form button{
    position: static;
    margin-top: 15px;
  }
  .htmega-admin-subscribe-form input{
    padding-right: 10px;
  }

  .htmega-feature-right h3,.htmega-doc-content h3 {
    font-size: 20px;
}
.htmega-quick-link-item h3 {
  font-size: 18px;
}
.htmega-opt-get-pro-header-title {
  font-size: 22px;
}
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .htmega-dashboard-grid {
    flex-direction: column;  
  }
  .card-field-label>span {
    font-size: 16px!important;
}
}

@media only screen and (max-width: 575px) {
  .htmega-integrarion-section .el-card__body>div,
  .htmega-module-setting-data .el-card__body>div{
    flex-direction: column!important;
    align-items: start!important;
  }
  .card-field-element{
    width: 100%;
  }
  .htmega-module-setting-popup .card-field-element{
    max-width: 100%;
  }
}