/* General alert styling */
.alert {
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    position: relative;
    font-size: 13px;
}

/* Danger alert styling */
.alert-danger {
    background-color: #fff8fc;
    color: #721c24;
    border-color: #f5c6cb;
}

/* Screen reader only text */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

button,
.btn {
    min-width: 44px;
    min-height: 44px;
}

/* Success alert styling */
.alert-success {
    background-color: #d4edda;
    color: #155724;
    border-color: #c3e6cb;
}

/* Close button styling */
.alert .close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 20px;
    color: inherit;
    cursor: pointer;
}

.select2-container--default .select2-results>.select2-results__options {
    background: #fff;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background: #bfebf7;
}

.select2-results__option {
    padding: 10px 0;
}

.blog-excerpt {
    width: 100%;
    overflow: hidden;
    text-overflow: clip;
    white-space: normal;
}

/* Modal */
/* Modal container, hidden by default */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Modal content box */
.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 8px;
}

/* Modal header */
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.modal-title img {
    width: 150px;
}

/* Close button */
.modal .close {
    color: #333 !important;
    background: #fff !important;
    cursor: pointer;
    border: 1px solid #e2e5ea !important;
}

.modal .close:hover,
.modal .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.services-info .s-header h4 {
    margin: 0;
}

.service-id-box {
    font-weight: 500;
    margin-bottom: 10px;
    background: #00bff3;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    display: inline;
    width: fit-content;
}

.services-info>div {
    background: #ebfafe;
    display: flex;
    justify-content: space-around;
    border-radius: 8px;
    padding: 30px;
    flex-wrap: wrap;
    row-gap: 30px;
}

.services-info>div> :nth-child(-n + 3) {
    flex-basis: 33.33%;
}

.services-info .si-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services-info .si-item small {
    font-weight: 500;
    font-size: 15px;
}

.modal-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
    text-align: left;
}

.modal .si-item {
    text-align: center;
}

.modal .si-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #00bff3;
    color: #fff;
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dark .modal-content {
    background: #151616;
    border: #000;
}

.dark .services-info>div {
    background: #000;
}

.dark .modal .close {
    background: #000 !important;
    border: #000 !important;
}

.sidebar__menu .badge {
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    background: white !important;
    color: #03bff3;
}

.sidebar__menu .custom-push-menu {
    padding-left: 20px;
    padding-top: 20px;
}

.sidebar__menu .custom-push-menu a {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0;
}

.sidebar__menu .custom-push-menu .dropdown {
    margin-top: 20px;
}

.sidebar__menu .custom-push-menu .dd-menu {
    position: relative;
    padding: 10px;
}

#currencies-list li {
    padding: 0 10px;
}

.join-now-sec {
    background-image: url('https://storage.perfectcdn.com/7gc9nb/yso64do77b67ckcy.png');
}

.join-now-sec .becam-btn {
    display: inline-block;
}

td.service-name,
.sidebar__menu ul li a,
table#service-table thead tr:first-child td h2 {
    font-size: 15px !important;
}

[data-status] {
    border-radius: 10px;
    color: #fff;
    text-align: center;
    padding: 5px 10px !important;
}

[data-status="Canceled"] {
    background: #f30f01 !important;
}

[data-status="In progress"] {
    background: #1777ff !important;
}

[data-status="Processing"] {
    background: #a500f3 !important;
}

[data-status="Partial"] {
    background: #6d6dbb !important;
}

[data-status="Completed"] {
    background: #3ab54b !important;
}

[data-status="Pending"] {
    background: #f7931a !important;
}

.dark table#service-table tbody tr {
    background: transparent;
}

/* Currency drop down */
.currency-item {
    background: #F6F6F6;
    border: 1px solid #eee5e5;
    border-radius: 7px;
    padding: 7px 10px;
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #3E4954;
    transition: 0.14s ease;
    cursor: pointer;
    margin-bottom: 5px;
}

.currency-item span {
    background: #1eaae7;
    float: right;
    width: 35px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
}

/* Style the dropdown menu */
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;

    padding-top: 10px;
    margin-top: 10px;
}

/* Show the dropdown menu when it has the 'show' class */
.dropdown-menu.show {
    display: block;
}

/* Style for the dropdown items */
.dropdown-item {
    padding: 8px 16px;
    cursor: pointer;
}

.dropdown-item:hover {
    background-color: #f1f1f1;
}

.status-data>div:nth-child(1) {
    flex-basis: 80% !important;
}

.status-data>div:nth-child(2) {
    flex-basis: 20% !important;
}

.status-data>div:nth-child(3) {
    flex-basis: 20% !important;
}


@media (max-width: 768px) {
    main.page-wrapper {
        overflow-wrap: break-word;
        word-break: break-word;
    }

    [data-label="Link"] a {
        word-break: keep-all;
        white-space: nowrap !important;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100px;
        display: inline-block !important;
    }

    ul.order-tabs li {
        flex-basis: 47%;
    }

    .status-data {
        flex-direction: column;
        gap: 10px;
    }

    table#service-table a {
        width: 100%;
        margin-top: 10px;
        margin-top: 20px;
        display: block !important;
        max-width: 250px;
    }


    ul.nt-select-cats,
    ul.nt-sc {
        flex-wrap: wrap;

    }

    li.flex.flex-nowrap.items-center {
        flex-basis: 100%;
    }


}


/** Contact page */
a.contact-infp {
    display: flex;
    column-gap: 10px;
    margin-bottom: 10px;
}

table#service-table tbody td.fav+td {
    font-weight: 500 !important;
    font-size: 15px;
}



#tickets-table {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

/* Table Styling */
#tickets-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin: 20px 0;
}

#tickets-table thead {
    background-color: #f4f4f4;
    color: #FFF;
    text-align: start;
    font-size: 0.875rem;
    font-weight: 600;
    border: none;
}

#tickets-table th,
#tickets-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

#tickets-table th {

    background: #03bff3 !important;
}

#tickets-table tr th:first-child {
    border-radius: 15px 0px 0px 15px;
}

#tickets-table tr th:last-child {
    border-radius: 0px 15px 15px 0px;
}

#tickets-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

#tickets-table tr:hover {
    background-color: #f1f1f1;
}

.nowrap {
    white-space: nowrap;
}


#tickets-table tr:nth-child(even) {
    background-color: #FFF;
}





/* Responsive Styling */
@media (max-width: 768px) {
    #tickets-table {
        width: 100%;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    @media (max-width: 768px) {
        #tickets-table tbody {
            width: 100%;
            display: block;
        }
    }

    #tickets-table thead {
        display: none;
    }

    #tickets-table tr {
        display: block;
        margin-bottom: 10px;
        border: 1px solid #ddd;
        border-radius: 10px;
        border-color: rgb(0 191 243 / var(--tw-border-opacity));
        padding: 10px;
        background: #FFF !important;
    }

    #tickets-table td {
        display: block;
        text-align: right;
        padding: 10px;
        position: relative;
        border-bottom: 1px solid #ddd;
    }

    #tickets-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 10px;
        font-weight: bold;
        text-align: left;
    }

    #tickets-table td:last-child {
        border-bottom: 0;
    }
}




[data-label="Link"] {
    text-align: left !important;
    word-break: break-all;
}

table#service-table a {
    border: none;
    word-break: break-all !important;
    word-break: break-all;
    overflow: hidden;
    text-wrap: wrap;
    padding: 0;
}


.sidebar__menu ul li:not(.active) .badge {
    background: #03bff3 !important;
    color: #FFF;
    font-size: 14px;
}


table#service-table tbody tr td {
    text-align: left !important;
}


@media screen and (max-width: 600px) {
    .dash_card .tabs {
        flex-wrap: wrap;
        gap: 10px;
        flex-wrap: wrap;
        align-content: center;
        flex-direction: column;
        align-items: center;
    }

    .dash_card .tabs>* {
        flex-basis: 25% !important;
        flex-grow: 1 !important;
    }

    .dash_card_search .nav.nav-pills {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
}

p,
li {
    font-weight: inherit !important;
    font-size: 15px !important;
}

article.slick-slide.slick-active p,
.faqs p {
    font-size: 13px !important;
}

.reviews__rating {
    padding-top: 30px;
}

blockquote.text-xl.md\:text-2xl {
    color: rgb(27 54 95 / var(--tw-text-opacity));
}

#notify-wrapper {
    display: none;
}

.google-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 55px;
    width: 100%;
    overflow: hidden;
    opacity: 0;
}

.google-login {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.google-login-wrap {
    position: relative;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 10px;
    background-color: rgb(58 181 74 / var(--tw-bg-opacity));
    border-color: rgb(58 181 74 / var(--tw-bg-opacity));
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-around;
    margin-left: 12px;
}

.frm-btn-wrap .btn.btn-primary,
.google-login-wrap {
    flex: 0 0 48%;
    max-width: 48%;
}

.google-login svg {
    width: 20px;
    display: inline-block;
    margin-left: 8px;
}

.have-acc {
    margin-left: 0;
    margin-top: 12px;
    font-size: 17px;
    color: #0b0a1e;
    font-size: 16px;
    font-weight: 500;
    display: flex;
}

.signin_btns {
    display: flex;
}

.payment__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.685rem;
}

.payment_black_image {
    margin-top: 20px;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.mt-5 {
    margin-top: 5rem !important;
}


/* Notifications New in tickets and ticket menu */
.new-indicator {
    background-color: #ff0000;
    color: white;
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 0.75rem;
    margin-left: 8px;
    animation: pulse 1.5s infinite;
    /* Add animation to the badge */
}

.hiddennew {
    display: none;
}

.badge {
    animation: pulse 1.5s infinite;
    /* Add pulsing animation */
}

/* Keyframes for pulsing effect */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    50% {
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0.9;
    }
}


.dash_card_search .nav.nav-pills {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.dash_card_search .search .input-group {
    display: flex;
    border: 2px solid #00bff3;
    border-radius: 10px;
}

.dash_card_search .search .input-group .input-group-btn {
    background: #00bff3;
    color: white;
}




/* AI Tools */

#customContentGeneratorContainer {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #ddd;
    width: 100%;
    margin: auto;
    margin-top: 40px;
    text-align: center;
}

.customInput {
    width: calc(100% - 24px);
    padding: 12px;
    margin-top: 15px;
    margin-bottom: 25px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 17px;
    transition: border-color 0.3s;
}

.customInput:focus {
    border-color: #007bff;
    outline: none;
}

.customButton {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s;
}

.customButton:hover {
    background-color: #218838;
}

#customLoader {
    color: gray;
    font-style: italic;
    margin-top: 25px;
}

#customGeneratedContent {
    width: 100%;
    margin: 40px auto;
    text-align: left;
}

.customTextarea {
    width: 100%;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ddd;
    height: 250px;
    resize: vertical;
}

.box {
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #ddd;
    padding: 20px;
    flex: 1;
    text-align: center;
    transition: transform 0.3s;
    min-width: 300px;
}

.box:hover {
    transform: translateY(-5px);
}

.box-title {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #333;
}

.box-description {
    font-size: 1em;
    color: #666;
}

@media (max-width: 768px) {
    .box {
        width: 100%;
    }
}

.box-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.dash_card .tab {
    color: #0a2753;
    font-size: 16px;
    font-weight: 500;
}

@media (min-width: 768px) {
    .mobile-cards {
        display: none;
    }
}

@media (max-width: 767px) {
    .desktop-table {
        display: none;
    }
}

.Canceled-border {
    border-color: #FF4C4C;
}

.Partial-border {
    border-color: #FFD700;
}

ul.refund-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

ul.refund-tabs .input-group {
    display: flex;
}

  /* Custom styles for the bonus modal */
  .bonus-modal {
    border-radius: 1rem;
    overflow: hidden;
    border: none;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    font-family: "Poppins", sans-serif;
  }
  .bonus-header {
    background: linear-gradient(135deg, #ecf9ff 0%, #f6fcff 100%);
    /* replicate very light pastel section backgrounds【138422794865479†L130-L146】 */
    padding: 2rem 2rem 1.5rem;
    text-align: center;
    position: relative;
  }
  .bonus-icon {
    background-color: #3ab54b; /* green similar to completed status【138422794865479†L279-L281】 */
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #fff;
  }
  .bonus-title {
    color: #00bff3; /* turquoise blue from the site【138422794865479†L130-L146】 */
    font-weight: 700;
    font-size: 1.75rem;
    margin: 0;
  }
  .bonus-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #999;
    font-size: 1.5rem;
    border: none;
    background: transparent;
    z-index: 10;
  }
  .bonus-body {
    padding: 1rem 2rem 2rem;
    text-align: center;
  }
  .bonus-description {
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }
  .bonus-button {
    background: #3ab54b; /* green CTA matching the site’s accents【138422794865479†L279-L281】 */
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    transition: background 0.3s ease;
  }
  .bonus-button:hover {
    background: #329e43;
    text-decoration: none;
    color: #000;
  }
  /* Dark mode adaptation (optional) */
  body.dark .bonus-modal {
    background-color: #151616;
    color: #f1f1f1;
  }
  body.dark .bonus-header {
    background: #1e293b;
  }
  body.dark .bonus-icon {
    background-color: #3ab54b;
  }
  body.dark .bonus-title {
    color: #00bff3;
  }

  /* Custom styles for the insufficient balance modal */
  .balance-modal {
    border-radius: 1rem;
    overflow: hidden;
    border: none;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    font-family: "Poppins", sans-serif;
  }
  .balance-header {
    background: linear-gradient(135deg, #fff7e6 0%, #fffdf6 100%);
    padding: 2rem 2rem 1.5rem;
    text-align: center;
    position: relative;
  }
  .balance-icon {
    background-color: #f97316;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #fff;
  }
  .balance-title {
    color: #f97316;
    font-weight: 700;
    font-size: 1.75rem;
    margin: 0;
  }
  .balance-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #999;
    font-size: 1.5rem;
    border: none;
    background: transparent;
    z-index: 10;
  }
  .balance-body {
    padding: 1rem 2rem 2rem;
    text-align: center;
  }
  .balance-description {
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }
  .balance-button {
    background: #f97316;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    transition: background 0.3s ease;
  }
  .balance-button:hover {
    background: #ea580c;
    text-decoration: none;
    color: #000;
  }
  body.dark .balance-modal {
    background-color: #151616;
    color: #f1f1f1;
  }
  body.dark .balance-header {
    background: #374151;
  }
  body.dark .balance-icon {
    background-color: #f97316;
  }
  body.dark .balance-title {
    color: #f97316;
  }
/* Accessibility contrast adjustments */
.nav-link.active {
    color: #000 !important;
}
.btn--primary {
    color: #fff !important;
}
.text__highlight {
    color: #000;
}
.dark .text__highlight {
  --tw-bg-opacity: 1;
  background-color: #ebfafe;
}

.text__highlight--dark {
}

.google-login {
    color: #000;
}
.text-slate-50,
.text-slate-200 {
    color: #000 !important;
}

/* Enhanced color contrast for accessibility */
.btn--primary {
    background-color: #00bff3;
    color: #ffffff !important;
}
.btn--primary:hover {
    background-color: #004080;
}
.hero__heading,
.hero__intro {
    color: #0a2753;
}
.header_actions a:not(.btn--primary),
.mt-auto.flex.flex-col.space-y-8 > a:not(.btn--primary) {
    color: #0056b3;
    font-weight: 600;
}


/* Accessible color contrast adjustments */
.text-secondary-main,
.text-primary-main {
    color: #0056b3 !important;
}
.bg-primary-main {
    background-color: #00bff3 !important;
}
.bg-primary-main:hover {
    background-color: #004080 !important;
}
.border-primary-main {
    border-color: #0056b3 !important;
}
.border-secondary-main {
    border-color: #0056b3 !important;
}

/* Sticky header styles */
.main-header,
.dash-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background-color: #ffffff;
    transition: box-shadow 0.3s ease;
}

.main-header.active,
.dash-header.active {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* Overlay for sidebar and menu */
.sidebar-overlay, .menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 20;
}
.sidebar-overlay.active, .menu-overlay.active {
    display: block;
}

/* Collapsible sidebar styles */
.sidebar.collapsed {
    min-width: 4rem;
}
.sidebar.collapsed .sidebar__wrapper {
    min-width: 4rem;
}
.sidebar.collapsed .sidebar__menu ul li a {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
}
.sidebar.collapsed .sidebar-text {
    display: none;
}
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-thumb {
    background-color: #00bff3;
    border-radius: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f9;
}

/* Custom layout for New Order page */
@media (min-width: 1024px) {
    .order-form-card {
        flex-basis: 60%;
    }

    .order-desc-card {
        flex-basis: 40%;
    }
}

.s-dropdown{
    width: 100%;
    border-radius: 0.75rem;
    background-color: rgb(235 250 254 / var(--tw-bg-opacity));
    color: rgb(147 160 179 / var(--tw-text-opacity));
    border: 0.2rem solid #85e0f9;
    margin-top: 1rem;
}
.s-dropdown button{
    min-height: auto !important;
    min-width: 100% !important;
    text-align: left !important;
    padding: 1rem;
    border-radius: 10px;
}
.s-dropdown dropdown-menu {
    overflow-y: auto;
    width: 100%;
    position: relative !important;
    background-color: white;
    padding: 5px;
}
.s-dropdown .dropdown-menu>button {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: 600;
    line-height:1.42857143;
    color: var(--color-drop-down-list-text);
    text-align: left;
    width: 100%;
    border: none;
    border-bottom: 1px solid hsla(200, 17%, 69%, 0.141);
    min-height: auto !important;
    padding: 0.6rem;
    border-radius: 10px;
}