/*body{*/
/*    background-color: #FBFAFF !important;*/
/*}*/

.NxjWYTTNzgMuY3kjgkMTDQONzjJ4A3Etheme--light{
    display: none;
    visibility: hidden;
}

a {
    background-color: transparent;
    color: #624DE3 !important;
    text-decoration: none !important;
}

.page-id-29 main#content,.page-id-21 main#content {
    max-width: 100% !important;
    width: 100%;
    height: 100vh !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.enatega-admin-login input, .enatega-client-login input,.enatega-client-register input,.post-10 input {
    border-radius: 6px !important;
    border-color: #D1D5DB !important;
}

.enatega-admin-login input:focus-visible, .enatega-client-login input:focus-visible,.enatega-client-register input:focus-visible,.post-10 input:focus-visible {
    border-color: #D1D5DB !important;
    outline: none;
}

.enatega-admin-login ,.enatega-client-login,.enatega-client-register {
    width: 418px;
    background: white;
    padding: 25px 20px;
    border: 1px solid lightgray;
    border-radius: 12px;
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
}

.admin-login-heading,.client-login-heading,.client-register-heading {
    text-align: center;
}

.enatega-admin-login label,.enatega-client-login label,.enatega-client-register label,.enatega-steps-container label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
}

.enatega-client-register .form-fields{
        margin-block-start: .9rem;
}
.enatega-client-register .form-fields #svg_captcha_input{
        margin-block-end: .9rem;
}
.enatega-client-register .iti--allow-dropdown{
    width: 100% !important;
}
.enatega-client-register .form-fields button{
        border: 1px solid #d0d5dd;
    color: #d0d5dd;
}

.admin-login-heading h2,.admin-client-heading h2,.register-client-heading h2 {
    margin-bottom: 0 !important;
}

button.enatega_login_button {
    font-size: 14px;
    padding: 8px 30px !important;
    background: linear-gradient(180deg, #7C6CE4 0, #624DE3 100%);
    color: #fafafa;
    font-weight: 500;
    border: none !important;
    border-radius: 8px;
    /* box-shadow: 0px 0px 1px 1px #0000003e; */
    vertical-align: middle;
}

.enatega-plugin-footer {
    padding: 12px 16px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #666;
    background: #ffffff;
    bottom: 0;
    width: 100%;
}

.enatega-plugin-footer a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

.enatega-plugin-footer span {
    font-size: 15px;
    font-weight: 400;
}

.enatega-plugin-footer a:hover {
    text-decoration: underline;
}

.enatega-plugin-footer .footer-version {
    font-weight: 600;
}

.enatega-user-profile {
    position: relative;
    display: inline-block;
}

.user-trigger {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 13px;
    color: #1d2327;
}

.user-trigger img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.user-trigger .arrow {
    font-size: 10px;
}

.user-dropdown {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    min-width: 140px;
    display: none;
    z-index: 1000;
}

.user-dropdown a {
    display: block;
    padding: 10px 14px;
    font-size: 13px;
    color: #111827 !important;
    text-decoration: none;
}

.user-dropdown a img {
    vertical-align: bottom;
}

.user-dropdown a:hover {
    background: #f6f7f7;
}

button.enatega-sidebar-toggle {
    padding: 0;
    border: none;
}
span.arrow img {
    width: 24px;
    object-fit: contain;
    vertical-align: bottom;
}

span.user-name {
    display: flex;
    align-items: center;
}

.header-right {
    display: flex;
    align-items: center;
}

button.enatega-sidebar-toggle img {
    vertical-align: middle;
    width: 25px;
}

.enatega-plugin-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    padding: 10px 30px;
    border-bottom: 1px solid #E4E4E7;
    z-index: 999;
}
button.user-trigger {
    border: none;
    display: flex;
    color: #6B7280;
    font-weight: 500;
    text-transform: capitalize;
}

button.user-trigger:hover {
    background: none !important;
}
button.user-trigger:focus {
    background: none !important;
    border: none;
}
button.user-trigger:focus-visible {
    background: none !important;
    border: none;
}

.header-left img {
    width: 150px;
    vertical-align: middle;
}

.tech-sec .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 100px 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 30px 75px;
}

.tech-sec__text, .updates-sec__img, .updates-sec__text, .usecase-features-wrapper ul {
    flex: 1;
}

.tech-sec h2 {
    width: 72%;
    margin: 18px 0;
}

.tech-sec .sub-text,.tech-sec__text ul li span {
    color: #667085;
    line-height: 1.4;
}

.tech-sec__cta {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}
.demos-btn{
    font-size: clamp(.875rem, calc(.8529rem + .1176vw), 1rem);
    padding: 12px 36px;
    font-weight: 600;
    background-color: transparent;
    background-image: linear-gradient(180deg, #7c6ce4 0, #624de3 100%);
    border: 1px solid #0000001A;
    border-radius: 8px;
    color: #fff !important;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    display: inline-block;
    cursor: pointer;
    width: auto;
    display: flex;
    align-items: center;
}
.demos-btn span img {
    vertical-align: middle;
    margin-left: 6px;
}
.documnetation-btn{
    font-weight: 600;
    font-size: clamp(.875rem, calc(.8529rem + .1176vw), 1rem);
    color: #000;
    background-color: #fff;
    border: 1px solid #1a1D1E1A;
    border-radius: 8px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1), 0 -1px 0 1px rgba(0, 0, 0, .25) inset, 0 2px 0 0 rgba(255, 255, 255, .2) inset;
    display: inline;
    cursor: pointer;
    width: auto;
}

.tech-sec__text ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.tech-sec__text ul li span {
    font-size: 16px;
    font-weight: 400;
}
.tech-sec__text ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
.tech-sec__text ul li img {
    width: 18px;
}
.tech-sec__img {
    flex: 1;
}

.features-sec .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 100px 30px;
}
.features-sec .product-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 70px;
    margin: 55px auto 0;
    max-width: 1200px;
}
.features-sec .sub-text{
    color: #667085;
    text-align: center;
    margin-top: 15px;
}
.features-sec h2{
text-align: center;
}
.features-sec .product-features p {
    color: #667085;
}
.features-sec .product-features h5 {
    margin: 10px 0;
}

.features-sec [class^=product-features-]{
    text-align: center;
}

.enatega-welcome-wrap > h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px !important;
}
.instructions {
    background-color: #F9F5FF;
    padding: 18px;
    border-left: 4px solid #624DE3;
    border-radius: 6px;
    margin: 22px 0;
}
.page-id-10 input,
.page-id-10 select,
.page-id-10 textarea,
.enatega-main input,
.enatega-main select,
.enatega-main textarea{
    width: 100%;
    height: 44px;
    padding: 10px 14px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    font-size: 14px;
    background: #fff;
    color: #101828;
}


.enatega-color-field {
    position: relative;
    display: flex;
    align-items: center;
    height: 44px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding: 0 12px;
    background: #fff;
    cursor: pointer;
}

.enatega-color-field .color-preview {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    border-radius: 6px;
    border: 1px solid #cbd5e1;
    display: inline-block !important;
    flex-shrink: 0;
}

.enatega-color-field .color-value {
    border: none;
    outline: none;
    font-size: 14px;
    color: #101828;
    background: transparent;
    pointer-events: none;
}

.enatega-color-field .color-input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.page.page-id-18 .dashboard-heading{
    text-align: center;
}

.enatega-progress-text {
    display: flex;
    justify-content: space-between;
}

.form-main {
    background: #fff;
    padding: 55px 70px 50px;
    border-top: 8px solid #E2E8F0;
    margin-top: 70px;
    box-shadow: 0px 0px 8px #0000000F;
}
a.button-two {
    font-weight: 600;
    font-size: clamp(.875rem, calc(.8529rem + .1176vw), 1rem);
    color: #000;
    background-color: #fff;
    border: 1px solid #1a1D1E1A;
    border-radius: 8px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1), 0 -1px 0 1px rgba(0, 0, 0, .25) inset, 0 2px 0 0 rgba(255, 255, 255, .2) inset;
    display: block;
    cursor: pointer;
    width: auto;
    padding: 10px 20px;
}
.form_buttons {
    display: flex;
    justify-content: space-between;
}

.page-id-18 .dashboard-heading{
    padding: 30px 0;
}

.page-id-18 table {
    border-collapse: collapse;
}

.page-id-18 table td, .page-id-18 table th {
    border: none;
    border-bottom: 1px solid lightgray;
}
.page-id-18 table th{
    font-weight: 500;
    text-align: left;
}
.page-id-18 table {
   border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #D1D5DB;
}
.page-id-18 table tbody tr {
    background-color: #F9FAFB; /* inner rows */
}
table thead tr th {
    background-color: #D1D5DB;
}

table tbody>tr:nth-child(odd)>td{
    background-color: transparent !important;
}
table tbody>tr:nth-child(odd)>td:hover, table tbody>tr:nth-child(odd)>th:hover {
    background-color: transparent !important;
}

.view-button img{
    width: 20px;
}

.client-detail-div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    background: white;
    padding: 20px 30px;
    border: 1px solid #CBD5E1;
    border-radius: 6px;
}

.enatega-status-control .enatega-status-dropdown {
    display: inline-block;
    width: max-content;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 14px;
    background: #fff;
    border: none;
    outline: none;
}

.enatega-admin-step__heading {
    display: flex;
    align-items: baseline;
    gap: 15px;
}
.enatega-admin-step {
    margin: 30px 0;
}

.enatega_main_button {
    font-size: 14px;
    padding: 14px 35px;
    font-weight: 600;
    background-color: transparent;
    background-image: linear-gradient(180deg, #7c6ce4 0, #624de3 100%);
    border: none;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    width: auto;
    margin-top: 15px;
}

.enatega-modal-box{
    width: 380px;
    /*text-align: center;*/
    box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 40px;
    background: rgb(255, 255, 255);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#enatega-modal-box__first{
    height: auto;
}
button#closePaymentModal {
    color: black;
}
#enatega-status-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.enatega-modal-box textarea{
    width: 100%;
    height: auto;
    padding: 10px 14px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    font-size: 14px;
    background: #fff;
    color: #101828;
}

.enatega-password-field___inenr input {
    border: none !important;
    width: fit-content !important;
    outline: none !important;
}
.enatega-password-field___inenr button {
    border: none !important;
    background: none;
    outline: none !important;
}
.enatega-password-field___inenr button:hover,.enatega-password-field___inenr button:focus,.enatega-password-field___inenr button:focus-visible {
    border: none !important;
    background: none;
    outline: none !important;
    }
.enatega-password-field___inenr {
    display: flex;
    margin-top: 10px;
    height: 40px;
}

.enatega-error {
    background: #FEE2E2;
    color: #991B1B;
    padding: 12px 14px;
    border-radius: 6px;
    margin-bottom: 15px;
    font-size: 14px;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}

.client-detail-container {
    background: #fff;
    padding: 100px 60px 50px;
    border-top: 8px solid #E2E8F0;
    margin-top: 70px;
}


#enatega-search-input {
    width: 100%;
    padding: 8px;
}

#enatega-search-loading {
    margin-top: 8px;
    font-style: italic;
    position: absolute;
    right: 30px;
}

mark {
    background: #ffe58a;
}
.enatega-admin-search img {
    vertical-align: sub;
}

.enatega-admin-search button {
    border: none;
    outline: none;
    padding: 0 !important;
}
.enatega-admin-search button:hover {
    background: none;
}
.enatega-admin-search input {
    border: none !important;
    outline: none !important;
    background: transparent!important;
}
.enatega-admin-search {
    display: flex;
    border: 1px solid lightgray;
    border-radius: 30px;
    padding: 0 10px;
}
.enatega-admin-search {
    max-width: max-content;
    height: 40px;
}

.dashboard-table__heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}
div#enatega-search-results {
    position: absolute;
    left: 0;
    top: 40px;
	width: max-content;
}
.enatega-admin-search {
    position: relative;
}


.enatega-progress-wrap {
  max-width: 900px;
  margin: 20px auto;
}

.enatega-progress-text {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 8px;
}

.enatega-progress-bar {
  position: relative;
  height: 12px;
  background: #e5e7eb;
  border-radius: 20px;
}

.enatega-progress-fill {
  position: absolute;
  height: 100%;
  background: #635bff;
  border-radius: 20px;
  transition: width 0.4s ease;
}

.enatega-progress-dots {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 6px;
}

.enatega-progress-dot {
  width: 8px;
  height: 8px;
  background: #635bff;
  border-radius: 50%;
}

.enatega-progress-dot.completed {
  opacity: 1;
}

.enatega-progress-dot.current {
  width: 14px;
  height: 14px;
  opacity: 1;
  box-shadow: 0 0 0 4px rgba(99,91,255,.25);
}

.user-name-for-mobile{
      display: none;
  }
  
  
@media (max-width: 600px) {
  .user-name-for-mobile {
        display: block;
        padding: 10px 10px 0;
        font-size: 12px;
    }
    .page-id-10 h2  {
        font-size: 1.5rem;
    padding: 12px 0;
    }
  .user-name {
    display: none !important;
    }
    .user-trigger img {
        margin-right: 10px;
    }
    .form-main {
    background: #fff;
    padding: 35px 15px 35px;
    border-top: 8px solid #E2E8F0;
    margin-top: 70px;
}
.enatega-plugin-footer {
    flex-direction: column;
    gap: 15px;
}
.header-left img {
    width: 120px;
}

}

.global-page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    height: 100%;
}

.enatega-layout {
  display: flex;
  min-height: 100%;
}

.enatega-sidebar {
    width: 20%;
    background: #fff;
    border-right: 1px solid #e5e7eb;
}

.enatega-main {
    flex: 1;
    /*width: 80%;*/
}
.enatega-sidebar-nav button {
    border: none;
    text-align: left;
    border-radius: 12px;
    color: #6B7280;
}
.enatega-sidebar-nav button.active {
    background-color: #6366F1 !important;
    color: #fff;
}
.enatega-sidebar-nav button:hover {
    background-color: #6366F1 !important;
    color: #fff;
}
.enatega-sidebar-nav button:focus {
    background-color: #6366F1 !important;
    color: #fff;
}
.enatega-sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px 23px;
}
/*[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover,button:focus-visible{*/
/*    background: none;*/
/*    color: #fff;*/
/*    text-decoration: none;*/
/*    border: none;*/
/*}*/

/* new design */

.row {
    display: flex;
    flex-wrap: wrap;
    /*width: 100%;*/
    margin: 0 -15px;
}

.col-12 {
    width: 100%;
    padding: 0 15px;
}

.col-8 {
    width: 70%;
    padding: 0 15px;
}

.col-4 {
    width: 30%;
    padding: 0 15px;
}

.sub-text {
    color: #6B7280;
    font-size: 14px;
}

.features-main .features-list {
    list-style: none;
    padding-left: 0px;
    padding-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.features-main .features-list li img{
    vertical-align: middle;
    margin-right: 5px;
}

.features-main {
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    padding: 16px 15px;
}

.process-card-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0 70px;
    gap: 30px;
}
.section-heading-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.process-card-img img {
    width: 53px;
    height: 46px;
    object-fit: contain;
}
.process-card-text p {
    font-size: 14px;
    color: #888888;
}

.process-card-text h6 {
    margin: 0 0 5px;
}
.process-card-text {
    padding-left: 50px;
}
.process-card.border-end {
    border-right: 2px solid #EEEEEE;
    padding-right: 15px;
}

.offer-card p {
    font-size: 16px;
    font-weight: 500;
}

.offer-card img {
    width: 32px;
}
.offer-card {
    text-align: center;
    border: 1px solid #E5E7EB;
    padding: 20px 15px;
    border-radius: 12px;
}

.section-heading h2,.estimator-wrapper h2{
    margin: 0 0 6px;
    font-size: 28px;
}
.estimator-wrapper h3{
    font-size: 24px;
    margin: 0 0 6px;
}
.estimator-wrapper h4{
    font-size: 18px;
    margin: 0 0 6px;
}

.estimator-wrapper textarea,.estimator-wrapper input {
    border: 1px solid #D1D5DB;
    border-radius: 6px;
    outline: none;
}
.section-heading p {
    color: #6B7280;
}

.offer-cards-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.offer-end-text p {
    margin: 0;
    color: #6B7280;
}

.offer-end-text img {
    object-fit: contain;
}
.offer-end-text {
    display: flex;
    align-items: center;
    gap: 7px;
    padding-top: 20px;
}

.offer-section {
    border: 1px solid #E5E7EB;
    padding: 15px 20px;
    border-radius: 20px;
    margin: 50px 0 50px;
}

.main-heading h1{
    margin: 0 0 8px;
    color: #111827;
}
.main-heading p{
    margin: 0;
    color: #111827;
}

button.enatega-tab.active img{
    filter: brightness(0) invert(1);
}

button.enatega-tab:hover img{
    filter: brightness(0) invert(1);
}

button.enatega-tab img {
    vertical-align: bottom;
}

section.estimator-wrapper {
    border: 1px solid #E5E7EB;
    padding: 20px 30px;
    border-radius: 20px;
}

div#enatega-steps {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #F3F4F6;
    padding-left: 15px;
    margin-left: 15px;
}

.enatega-parent-tab {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.enatega-parent-tab .chevron img {
    margin-left: auto;
    transition: transform 0.25s ease;
}

/* When open */
.enatega-parent-tab.open .chevron img {
    transform: rotate(180deg); /* ▼ → ▲ */
}

.enatega-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.enatega-popup {
    background: #fff;
    padding: 24px;
    max-width: 460px;
    width: 90%;
    border-radius: 8px;
    text-align: center;
}

.enatega-popup-actions {
    margin-top: 20px;
    
}
button#enatega-start-steps {
    background: linear-gradient(180deg, #7C6CE4, #624DE3);
    color: white;
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 5px;
    align-items: center;
}

button#enatega-start-steps img {
    object-fit: contain;
    width: 15px;
}

div#enatega-steps .enatega-subtab.active {
    background: none !important;
    color: #1F2937;
    font-weight: 500;
    position: relative;
}

#enatega-steps .enatega-subtab:hover {
    background: none !important;
    color: #1F2937;
}
button.enatega-subtab.active::before {
    content: "";
    width: 18px;
    height: 18px;
    background-color: #6366F1;
    border: 3px solid #C7D2FE;
    position: absolute;
    left: -24px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.enatega-step-form-wrapper h2 {
    margin-top: 65px;
}

/*.enatega-steps-container h2, .enatega-steps-container h4 {*/
/*    text-align: center;*/
/*}*/

.enatega-step-form-wrapper h2,.enatega-step-form-wrapper h4 {
    text-align: center;
}
.client-preview h2{
    text-align: center;
}
.enatega-steps-container input, .enatega-steps-container select, .enatega-steps-container textarea {
    width: 100%;
    height: 44px;
    padding: 10px 14px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    font-size: 14px;
    background: #fff;
    color: #101828;
}

.enatega-steps-container p{
    
}

.pricing_info {
    background-color: #F5F3FF;
    border-left: 4px solid #6366F1;
    padding: 16px 20px 16px 26px;
    border-radius: 6px;
    margin: 25px 0px;
}
.pricing_section h2{
    margin: 0 0 5px;
    text-align: start;
}

span.pricing_tag {
    font-size: 12px;
    background-color: #F3F4F6;
    padding: 4px 12px;
    border-radius: 12px;
}

.pricing_card h4 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 32px;
    margin: 0;
}

.pricing_card p {
    border-bottom: 2px solid #E4E4E7;
    padding: 0 0 15px;
    margin: 0px 0 15px;
}

.pricing_card ul,.pricing_features ul {
    list-style: none;
    padding: 0;
}

.pricing_info h5{
    margin: 0px 0 5px;
}

.pricing_info p {
    margin: 0px 0 0px;
}

.pricing_card ul li,.pricing_features ul li {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 0 0 10px;
}

button.pricing_button {
    width: 100%;
    text-align: center;
    background: linear-gradient(180deg, #624DE3, #7C6CE4);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    gap: 5px;
    border-radius: 8px;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
    outline: none;
}
.pricing_section__inner {
    display: flex;
}
.pricing_card___main {
    width: 80%;
}
.pricing_card {
    border: 1px solid #E5E7EB;
    padding: 24px;
    border-radius: 16px;
}

.pricing_features .features-inc{
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 24px;
}

.pricing_features p {
    margin: 5px 0 15px;
}
.pricing_features {
    width: 35%;
    padding-left: 30px;
}
.pricing_features .features-inc h6 {
    margin: 0 0 10px;
}
button.enatega-tab img {
    vertical-align: bottom;
    width: 20px;
}
button.enatega-tab{
    font-size: 14px;
}

.enatega-popup h3, .enatega-popup p {
    color: black;
}

/*body.sidebar-open {*/
/*    overflow: hidden;*/
/*}*/













/* =========================
   BASE LAYOUT
========================= */
.enatega-layout {
    display: flex;
    min-height: 100vh;
}

.enatega-sidebar {
    width: 260px;
    color: #fff;
    transition: transform 0.3s ease;
}

/*.enatega-main {*/
/*    flex: 1;*/
/*    overflow-x: hidden;*/
/*}*/

/* =========================
   TOGGLE BUTTON
========================= */
.enatega-sidebar-toggle {
    display: none;
    position: fixed;
    top: 19px;
    right: 20px;
    z-index: 1001;
    /* background: #111827; */
    color: #fff;
    border: none;
    padding: 10px 12px;
    border-radius: 6px;
    cursor: pointer;
}

/* =========================
   OVERLAY
========================= */
.enatega-sidebar-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
}

/* =========================
   MOBILE MODE
========================= */
@media (max-width: 1024px) {

    .enatega-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        transform: translateX(-100%);
        z-index: 1001;
    }

    .enatega-sidebar.open {
        transform: translateX(0);
        overflow: scroll;
    }

    .enatega-sidebar-toggle {
        display: block;
    }

    .enatega-sidebar-overlay.active {
        display: block;
    }
    
    /*page css*/
    
    .pricing_features {
        width: 100%;
        padding-left: 0px;
    }
    .pricing_card___main {
        width: 100%;
    }
    .pricing_section__inner {
        flex-direction: column;
        gap: 35px;
    }
    .offer-cards-main {
        grid-template-columns: repeat(2, 1fr);
    }
    .enatega-plugin-header {
        position: fixed;
        width: 100%;
        height: 69px;
    }
    .global-page-container {
        padding-top: 80px;
    }
}
.enatega-client-profile img {
    border-radius: 50%;
}
.enatega-client-profile .name h4 {
    margin: 0 0 10px;
}

.enatega-client-profile .name {
    display: flex;
    align-items: end;
    gap: 20px;
    border-bottom: 1px solid #E5E7EB;
    padding: 0 0 25px;
}




@media (max-width: 425px) {
    p {
    font-size: 14px;
    }
    .section-heading h2, .estimator-wrapper h2 {
        margin: 0 0 6px;
        font-size: 25px;
    }
    .main-heading h1 {
        margin: 0 0 8px;
        color: #111827;
        font-size: 30px;
    }
    .offer-cards-main {
        grid-template-columns: repeat(1, 1fr);
    }
    .enatega-admin-login, .enatega-client-login, .enatega-client-register {
    width: 100%;
    }
}

.section-heading * ,.main-heading *{
    text-align: left !important;
}

.contact_link {
    color: black !important;
    display: inline-flex;
    gap: 6px;
    align-items: center;
}
.contact_link img {
    vertical-align: middle;
    width: 28px;
}

input.final-color {
    width: 35px !important;
    height: 35px;
    padding: 0 !important;
    border-radius: 6px !important;
}


.enatega-color-field {
    display: flex;
    align-items: center;
}

.enatega-color-field .color-preview {
    border-radius: 6px;
    border: 1px solid #ccc;
    display: inline-block;
    background: #000;
}

/*.enatega-steps-container > p {*/
/*    text-align: center;*/
/*}*/

.missing_info p{
    margin: 0;
    font-size: 14px;
}

.missing_info h5 {
    margin: 0 0 5px;
    font-size: 18px;
}

.missing_info {
   background: #FFFBEB;
   border-left: 4px solid #F59E0B;
   border-radius: 6px;
   padding: 12px 16px;
}

.enatega-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.enatega-modal-box {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  width: 90%;
  max-width: 420px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

.enatega-modal-box h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.enatega-modal-box button {
  margin-top: 10px;
  padding: 10px 18px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}

/* Mobile Responsive */



.page-id-6 .normal-page-content,.page-id-29 .normal-page-content,.page-id-21 .normal-page-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.page-id-29 .normal-page-content{
    height: 100vh;
}

/*.page-id-29 .global-page-container,.page-id-6 .global-page-container {*/
/*    padding-top: 0px;*/
/*}*/
.enatega-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.enatega-modal-box {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  width: 380px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
  animation: pop 0.25s ease-out;
}

@keyframes pop {
  from { transform: scale(0.9); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.icon-circle {
  width: 60px;
  height: 60px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 15px;
}

.modal-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.modal-actions button {
  padding: 10px 18px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-size: 14px;
}

#laterBtn {
  background: #f1f1f1;
}

#authBtn {
  background: #6c4ce2;
  color: white;
}

.help-vedio-section {
    display: block;
    text-align: center;
    padding: 50px 0;
}

.yt-video {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}


.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 1;
    transform: translate(-50%, -50%);
    background: none;
    color: white;
    border: none;
    border-radius: 50%;
    padding: 20px;
    cursor: pointer;
}
.play-btn img{
    vertical-align: middle;
}

/*.yt-video * {*/
/*  pointer-events: none;*/
/*}*/

.help-vedio-section h3 {
    margin: 0 0 5px !important;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf{display:none !important}

.successful-payment-section .main-heading h2 {
    margin: 0 0 5px;
}
.successful-payment-section .main-heading {
    margin: 0 0 20px;
}

span.successful-tab {
    background-color: #ECFDF5;
    padding: 8px 16px;
    border-radius: 20px;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    margin: 10px 0 0;
    color: #10B981;
}

.details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 40%;
    gap: 20px;
    padding: 25px 0 0;
}

.details p {
    margin: 0;
}

.details p {
    color: #6B7280;
}

.details .text-value {
    color: #111827 !important;
    font-weight: 500;
}

.enatega-client-profile {
    border: 1px solid #E5E7EB;
    border-radius: 20px;
    padding: 30px;
    margin: 20px 0 0;
}
.enatega-orders-table {
    width: 100%;
    border-collapse: collapse;
}

.enatega-orders-table th,
.enatega-orders-table td {
    padding: 14px 12px;
    border: 0;
}

.enatega-orders-table th {
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    border: none !important;
    background-color: #F3F4F6;
}

/*.enatega-orders-table tr:hover {*/
/*    background: #111827;*/
/*}*/

.enatega-orders-table a {
    color: #38bdf8;
    text-decoration: none;
}

table.enatega-orders-table tbody {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #D1D5DB;
}

.invoices h4{
    margin: 0 0 5px;
}

.invoices {
    border: 1px solid #E5E7EB;
    border-radius: 20px;
    padding: 30px;
    margin: 20px 0 0;
}

.date-input-feilds input {
    border: none;
    background: transparent;
    outline: none;
        padding: 0;
}

.date-input-feilds {
    display: flex;
    border: 1px solid lightgray;
    border-radius: 30px;
    align-items: baseline;
}
.date-filter {
    display: flex;
}
.date-filter button {
    border: none;
    padding: 10px;
    color: black;
}
.date-filter .start_date, .date-filter .end_date {
    display: flex;
    align-items: baseline;
    padding: 0px 10px;
    gap: 10px;
}

.date-filter input[type="date"]:focus::before,
.date-filter input[type="date"]:valid::before {
  display: none;
}


.get_number_div button {
    width: 100%;
    text-align: center;
    background: linear-gradient(180deg, #624DE3, #7C6CE4);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    gap: 5px;
    border-radius: 8px;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    outline: none;
}

.get_number_div input {
    border: 1px solid lightgray;
    border-radius: 8px;
    margin-bottom: 10px;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 8px;
    margin-bottom: 1px !important;
}

.get_number_div h3 {
    margin: 0 0 5px;
}

.close-btn {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 20px;
    cursor: pointer;
}

.close-btn img{
    width: 15px;
}
.get_number_div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.forgot-card .client_reset {
    font-size: 14px;
    padding: 8px 30px !important;
    background: linear-gradient(180deg, #7C6CE4 0, #624DE3 100%);
    color: #fafafa;
    font-weight: 500;
    border: none !important;
    border-radius: 8px;
    box-shadow: 0px 0px 1px 1px #0000003e;
    vertical-align: middle;
}

.forgot-card .client_reset_close {
    font-size: 14px;
    padding: 8px !important;
    font-weight: 500;
    border: none !important;
    border-radius: 8px;
    box-shadow: 0px 0px 1px 1px #0000003e;
    vertical-align: middle;
}
.enatega_reset_pass_main .msg.success {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #D1FAE5;
    color: #065F46;
    padding: 10px 20px;
    border-radius: 12px;
    width: max-content;
}
.enatega_reset_pass_main .error {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #FEF3C7;
    color: #92400E;
    padding: 10px 20px;
    border-radius: 12px;
    width: max-content;
}

#enategaDeleteMsg .failed {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #FEF3C7;
    color: #92400E;
    padding: 10px 20px;
    border-radius: 12px;
    width: max-content;
}

#enategaDeleteMsg .success {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #D1FAE5;
    color: #065F46;
    padding: 10px 20px;
    border-radius: 12px;
    width: max-content;
}

.enatega_reset_pass_main button#showForgotForm {
    border: none;
    padding: 0;
    color: black;
}

.client_reset_buttons {
    margin: 10px 0 0;
}


.enatega-step-form-wrapper > p {
    text-align: center;
}

.paid_button_admin{
    color: #065F46;
    background: #D1FAE5;
    line-height: 1;
    padding: 2px 12px;
    border-radius: 50px;
}
.unpaid_button_admin{
    color: #92400E;
    background: #FEF3C7;
    line-height: 1;
    padding: 2px 12px;
    border-radius: 50px;
}

button.enatega-delete-user {
    padding: 0;
    border: 0;
    margin-left: 5px;
}
.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
    width: 100%;
}
.support_form {
    width: fit-content;
    border: 1px solid #E5E7EB;
    border-radius: 20px;
    padding: 24px;
}
.support_form h5{
    margin: 0 0 5px;
}
.addional_file button {
    border: none;
    background-color: #F3F4F6;
    color: black;
    border-radius: 8px;
    margin: 10px 0 0;
}

.addional_file {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding: 25px;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    font-size: 14px;
}
button#addsubmitBtn {
    width: 100%;
    border: none;
    background: #F3F4F6;
    color: black;
    margin-top: 20px;
    border-radius: 8px;
}
.supportForm-form-phone{
    width: 100% !important;
}
.support_form .iti.iti--allow-dropdown.iti--show-flags {
    width: 100%;
}
#addional-file-preview {
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.source-code-main {
    display: flex;
}

.source-code-main .main-content h4{
    margin: 0 0 5px;
}

.source-code-main {
    display: flex;
    gap: 18px;
    padding: 20px;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    margin-top: 29px;
    justify-content: space-between;
}

.source-code-main button#downloadBtn {
    background: linear-gradient(180deg, #7C6CE4, #624DE3);
    border: none;
    color: white;
    border-radius: 8px;
    padding: 8px 28px;
    font-size: 14px;
    
}
button.toggle-paid-btn {
    border: none;
    outline: none;
    color: darkgreen;
}

/*.deployment_payment .pricing_card {*/
/*    width: fit-content;*/
/*}*/

.deployment_payment {
    margin: 20px 0 0;
}
.deployment_payment .pricing_info h5 {
    margin: 0;
    font-size: 18px;
}
.deployment_payment .pricing_info{
    margin: 15px 0px;
}

span.common-span {
    display: block;
    background: #F3F4F6;
    padding: 7px 10px;
    border-radius: 20px;
    font-size: 10px;
    border: 1px solid #E5E7EB;
}








@media (max-width: 575px) {
    .main_support___content h2 {
        font-size: 28px;
    }
    .source-code-main {
        flex-direction: column;
    }
  .details {
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
    }
    .enatega-client-profile .name {
        flex-direction: column;
        align-items: flex-start;
    }
    .enatega-client-profile__main {
        overflow: hidden;
        max-width: 530px;
    }
    .tabcontaniner {
        overflow: auto;
    }
    .enatega-client-profile img {
        width: 60px;
    }
    .get_number_div {
    width: 95%;
    padding: 40px 15px 22px !important;
    
}
.get_number_div h3 {
    font-size: 22px;
}
}
@media (max-width: 320px) {
  .enatega-client-profile__main {
        max-width: 280px;
    }
    
}
@media (max-width: 600px) {
  .enatega-modal-box {
    width: 95%;
  }
  .get_number_div {
    max-width: 100% !important;
    width: 75%;
}
}

/*.estimator-left button:hover {*/
/*    color: black;*/
/*    border: 1px solid;*/
/*}*/