body.logOut {
    overflow-x: hidden;
}

a:hover,
a:focus {
    text-decoration: none;
}

.site-flash-wrap {
    position: relative;
    z-index: 30;
    margin-top: 18px;
    margin-bottom: 18px;
}

.site-flash-wrap .alert {
    margin-bottom: 12px;
    border: 0;
    border-radius: 18px;
    box-shadow: 0 14px 30px rgba(42, 48, 114, 0.14);
}

.site-flash-wrap .alert-success {
    background: #f0fff7;
    color: #117a4e;
}

.site-flash-wrap .alert-danger {
    background: #fff1f6;
    color: #b4365c;
}

.navbar-brand img,
.footer-brand img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 72px;
}

.dmca-badge img {
    max-width: 120px;
    margin-left: auto;
}

.special-nav-right {
    display: flex;
    align-items: center;
    gap: 14px;
}

.special-nav-language {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #6b6c89;
}

.special-lang-link {
    color: #6b6c89;
}

.special-lang-link.active {
    color: #010101;
}

.public-home-dashboard-well {
    max-width: 520px;
    margin-top: 28px;
    padding: 28px 30px;
    border: 0;
    border-radius: 24px;
    box-shadow: 0 24px 54px rgba(28, 38, 94, 0.16);
    background: #fff;
}

.public-home-dashboard-well h3 {
    margin: 0 0 10px;
    font-size: 26px;
    font-weight: 700;
    color: #010101;
}

.public-home-dashboard-well p {
    margin: 0 0 20px;
    color: #6b6c89;
    line-height: 1.65;
}

.public-home-dashboard-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.public-home-dashboard-actions .btn {
    min-width: 168px;
}

.services-inline-search {
    margin: 0 0 26px;
}

.services-inline-search .input-group {
    max-width: 380px;
}

.services-inline-search .form-control {
    height: 50px;
    border-radius: 16px 0 0 16px;
}

.services-inline-search .btn {
    height: 50px;
    border-radius: 0 16px 16px 0;
}

.service-cate-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 40px 0 18px;
}

.service-cate-heading .service-section-count {
    color: #6b6c89;
    font-size: 14px;
    font-weight: 500;
}

.service-description-copy {
    display: none;
}

.service-id-wrap {
    white-space: nowrap;
}

.copy-id {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.copy-id i {
    font-size: 12px;
}

.services-page .table-responsive {
    overflow-x: visible;
}

.services-page .services-table {
    width: 100%;
    table-layout: fixed;
}

.services-page .services-table thead > tr > th,
.services-page .services-table tbody > tr > td {
    font-size: 13px;
}

.services-page .services-table tbody > tr > td {
    padding: 12px 10px;
}

.services-page .services-table .service-id-col {
    width: 118px;
    max-width: 118px;
    text-align: center;
}

.services-page .services-table thead th:nth-child(2) {
    width: 23%;
}

.services-page .services-table thead th:nth-child(3),
.services-page .services-table thead th:nth-child(4),
.services-page .services-table thead th:nth-child(5) {
    width: 102px;
}

.services-page .services-table thead th:nth-child(6) {
    width: 142px;
}

.services-page .services-table thead th:nth-child(7) {
    width: 110px;
}

.services-page .service-name {
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.45;
}

.services-page .service-id {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    max-width: 102px;
    box-sizing: border-box;
    min-width: 0;
    margin-right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 6px 7px;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

.services-page .service-id-wrap {
    width: 100%;
    gap: 0 4px;
    max-width: 100%;
    justify-content: center;
}

.services-page .service-badge {
    display: inline-block;
    max-width: 100%;
    padding: 7px 10px;
    font-size: 13px;
    line-height: 1.25;
    white-space: normal;
}

.services-page .service-description-wrap {
    gap: 6px;
    flex-wrap: nowrap;
}

.services-page .copy-id {
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 4px;
    font-size: 11px;
    white-space: nowrap;
}

.services-page .copy-id > span:first-child {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.services-page .copy-id i {
    font-size: 10px;
    flex: 0 0 auto;
}

.services-page .view-description-btn {
    padding: 6px 12px;
    font-size: 13px;
}

.services-page .buy-service-btn {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
}

.services-page td.nowrap {
    white-space: normal;
}

.service-modal-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.46);
}

.service-modal-backdrop.show {
    display: block;
}

.service-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    width: min(520px, calc(100% - 30px));
    max-height: 78vh;
    overflow: auto;
    transform: translate(-50%, -50%);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 56px rgba(16, 21, 71, 0.24);
}

.service-modal.show {
    display: block;
}

.service-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px;
    border-bottom: 1px solid rgba(1, 1, 1, 0.08);
}

.service-modal-header h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
}

.service-modal-close {
    border: 0;
    background: transparent;
    font-size: 30px;
    line-height: 1;
    color: #6b6c89;
}

.service-modal-body {
    padding: 22px;
    color: #6b6c89;
    line-height: 1.7;
    white-space: pre-wrap;
}

body#outside.site-announcement-open {
    overflow: hidden;
}

body#outside .site-announcement-modal-backdrop {
    background: rgba(15, 23, 42, 0.56);
    backdrop-filter: blur(10px);
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    visibility: hidden;
    z-index: 1098;
}

body#outside .site-announcement-modal {
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    visibility: hidden;
    z-index: 1099;
}

body#outside .site-announcement-modal.show,
body#outside .site-announcement-modal-backdrop.show {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

body#outside .site-announcement-modal-panel {
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 28px 72px rgba(17, 24, 39, 0.24);
    left: 50%;
    max-height: min(82vh, 900px);
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(720px, calc(100vw - 32px));
}

body#outside .site-announcement-modal-header {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.2), transparent 42%),
        linear-gradient(135deg, #3456cb 0%, #6a4cf6 52%, #c658ff 100%);
    color: #ffffff;
    display: grid;
    gap: 10px;
    padding: 26px 28px 22px;
}

body#outside .site-announcement-modal-kicker {
    align-items: center;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 7px 12px;
    text-transform: uppercase;
    width: fit-content;
}

body#outside .site-announcement-modal-title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 800;
    margin: 0;
}

[data-announcement-richtext="true"] {
    --foreground: 222.2 84% 4.9%;
    --muted-foreground: 215.4 16.3% 46.9%;
    --primary: 221.2 83.2% 53.3%;
    --secondary: 210 40% 96.1%;
    --border: 214.3 31.8% 91.4%;
    --popover: 0 0% 100%;
    --popover-foreground: 222.2 84% 4.9%;
    --card: 0 0% 100%;
    --destructive: 0 84.2% 60.2%;
    --warning: 38 92% 50%;
}

body#outside .site-announcement-modal-body {
    color: #4c4f73;
    font-size: 14px;
    line-height: 1.85;
    max-height: min(54vh, 580px);
    overflow: auto;
    padding: 24px 28px 12px;
}

body#outside .site-announcement-modal-body p {
    margin: 0 0 12px;
}

body#outside .site-announcement-modal-body h1,
body#outside .site-announcement-modal-body h2,
body#outside .site-announcement-modal-body h3,
body#outside .site-announcement-modal-body h4 {
    color: inherit;
    font-weight: 700;
    line-height: 1.4;
    margin: 16px 0 10px;
}

body#outside .site-announcement-modal-body h1 {
    font-size: 24px;
}

body#outside .site-announcement-modal-body h2 {
    font-size: 20px;
}

body#outside .site-announcement-modal-body h3 {
    font-size: 18px;
}

body#outside .site-announcement-modal-body h4 {
    font-size: 16px;
}

body#outside .site-announcement-modal-body ul,
body#outside .site-announcement-modal-body ol {
    margin: 0 0 12px;
    padding-left: 1.6em;
}

body#outside .site-announcement-modal-body a {
    color: #6a4cf6;
    text-decoration: underline;
}

body#outside .site-announcement-modal-body blockquote {
    border-left: 4px solid rgba(106, 76, 246, 0.28);
    color: inherit;
    margin: 12px 0;
    padding: 8px 0 8px 14px;
}

body#outside .site-announcement-modal-body img {
    border-radius: 16px;
    display: block;
    height: auto;
    margin: 14px 0;
    max-width: 100%;
}

body#outside .site-announcement-modal-body p:last-child {
    margin-bottom: 0;
}

body#outside .site-announcement-modal-actions {
    display: flex;
    justify-content: flex-end;
    padding: 0 28px 28px;
}

body#outside .site-announcement-modal-confirm {
    align-items: center;
    background: linear-gradient(135deg, #3456cb 0%, #6a4cf6 52%, #c658ff 100%);
    border: 0;
    border-radius: 16px;
    box-shadow: 0 18px 32px rgba(88, 74, 174, 0.22);
    color: #ffffff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    min-height: 48px;
    min-width: 132px;
    padding: 0 20px;
}

.blog-page-title {
    margin: 0;
    text-align: center;
    color: #000;
    font-size: 44px;
    font-weight: 700;
}

.blog-page .well {
    overflow: hidden;
    border: 0;
    border-radius: 26px;
    box-shadow: 0 24px 54px rgba(33, 46, 108, 0.14);
}

.blog-page .well h4 {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 28px;
    font-weight: 700;
    color: #010101;
}

.blog-page .well .btn.btn-primary {
    min-width: 140px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(177deg, #c658ff 0%, #194faf 100%);
}

.blog-page .well .img-responsive {
    width: 100%;
    border-radius: 18px;
}

.blog-side-card {
    border: 0;
    border-radius: 26px;
    box-shadow: 0 24px 54px rgba(33, 46, 108, 0.14);
}

.blog-side-card h3 {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 24px;
    font-weight: 700;
}

.blog-side-item + .blog-side-item {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(1, 1, 1, 0.08);
}

.blog-side-item h4 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 700;
    color: #010101;
}

.blog-side-item p {
    margin: 0;
    color: #6b6c89;
    line-height: 1.55;
}

.blog-detail-well .article-content img {
    max-width: 100%;
    border-radius: 18px;
}

.blog-detail-well .article-content p,
.blog-detail-well .article-content li {
    color: #6b6c89;
    line-height: 1.75;
}

@media (max-width: 991px) {
    .dmca-badge img {
        margin-left: 0;
        margin-top: 14px;
    }

    .public-home-dashboard-well {
        max-width: none;
    }

    .services-page .table-responsive {
        overflow-x: auto;
    }

    .services-page .services-table {
        min-width: 940px;
        table-layout: auto;
    }

    body#outside .site-announcement-modal-header,
    body#outside .site-announcement-modal-body,
    body#outside .site-announcement-modal-actions {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    body.logOut main,
    body.logOut main .container,
    body.logOut main .row,
    body.logOut main [class*="col-"] {
        min-width: 0;
    }

    body.logOut .site-flash-wrap,
    body.logOut main .table-responsive {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
    }

    body.logOut main .table-responsive > .table,
    body.logOut main .table-responsive > .services-table {
        width: max-content;
        min-width: 100%;
    }

    body#outside .site-announcement-modal-panel {
        width: calc(100vw - 20px);
    }

    body#outside .site-announcement-modal-title {
        font-size: 24px;
    }

    body#outside .site-announcement-modal-actions {
        padding-bottom: 20px;
    }

    body#outside .site-announcement-modal-confirm {
        width: 100%;
    }
}
