/* Extracted from public/assets/website/css/style.css and style-new.css during Phase 5 CSS split, round 2 (2026-08-05). */
/* Classes here are used exclusively by Core module views (shared layout/nav/footer chrome) - confirmed via grep across all module view trees. */





.nav-shadow {
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 3px; */
    box-shadow: 0px 0px 60px 0px #0000000A;
}





.fs-15 {
    font-size: 15px !important;
}





.tools-btn:focus {
    outline: none !important;
    box-shadow: none !important;
}





.navbar-toggler:focus {
    box-shadow: none !important;
}





.logo-text {
    font-size: var(--logo-size);
    font-weight: 700;
    color: var(--para-content-color);
}





.plan-btn,
.plan-btn:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    font-weight: 700;
    border-radius: 45px;
    padding: 7px 13px !important;
}





.plan-btn:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #000;
}





.tools-btn,
.api-btn,
.api-btn:focus {
    color: var(--para-content-color);
    font-weight: 600;
    outline: none !important;
    box-shadow: none !important;
}





.config-btn {
    background-color: var(--black-bg);
    color: #fff !important;
    font-weight: var(--semibold);
}





.apply-btn {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}





.custom-dropdown {
    height: 100%;
    max-height: 100%;
    min-height: auto;
}





#apiDropMenu .custom-dropdown {
    height: 100%;
    max-height: 100%;
    min-height: auto;
}





.custom-dropdown .nav-title {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}





#apiDropMenu .custom-dropdown ul li a,
#toolDropMenu .custom-dropdown ul li a {
    padding: 10px;
    border-radius: 8px;
}





#apiDropMenu .custom-dropdown ul li a:hover,
#toolDropMenu .custom-dropdown ul li a:hover {
    padding: 10px;
    border-radius: 8px;
    background-color: #F5F5F5;
}





.input-group-text {
    background-color: #fff !important;
    border-left: none !important;
}





.password-section label {
    font-size: 14px;
}





.password-section input {
    border-right: none !important;
}





.password-section input:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #ced4da !important;
}





.suggestion-item a {
    text-decoration: none;
    font-size: var(--heading-size);
    font-weight: var(--semibold);
    color: var(--para-content-color);
}





.social-media strong {
    font-size: var(--heading-size);
    text-transform: capitalize;
}





.copy-right p {
    font-size: var(--para-content-size);
    font-weight: var(--semibold);
    font-family: var(--font-family);
}





.footer-menu-title {
    font-weight: 600 !important;
    font-size: var(--logo-size);
}





.footer-menu-item {
    font-size: var(--para-content-size);
    font-weight: var(--semibold);
    color: var(--para-content-color);
}





.breadcrumb {
    margin-bottom: 0;
}





nav.breadcrumb ol .breadcrumb-item a {
    color: #444 !important;
    list-style: none !important;
    text-decoration: underline !important;
    font-weight: var(--semibold) !important;
    text-transform: capitalize !important;
    font-size: 12px !important;
}





.breadcrumb-item+.breadcrumb-item::before {
    color: var(--primary-color) !important;
    font-size: 12px !important;
}





.custom-adjust::before {
    position: relative !important;
    top: 4px !important;
}





.breadcrumb-item+.breadcrumb-item,
.breadcrumb-item+.breadcrumb-item::before {
    padding-left: .1rem !important;
    padding-right: .1rem !important;
}





.fs-10 {
    font-size: 10px !important;
}





.convertToBoxs {
    position: absolute;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    width: 270px;
    height: 250px;
    padding: 15px;
    border-radius: 12px;
    overflow-y: auto;
    top: 60px;
    right: 0;
    z-index: 1;
}





.uploading-badge {
    background-color: transparent;
    border: 1px solid #3F83F8;
    color: #3F83F8;
    font-weight: normal;
}





.uploaded-badge {
    background-color: transparent;
    border: 1px solid #0E9F6E;
    color: #0E9F6E;
    font-weight: normal;
}





.lang_menu {
    width: 45px;
    padding: 4px;
    border-radius: 5px;
    background-color: var(--grey-bg);
    color: #000;
    text-transform: uppercase;
    margin: 2px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #E8E8E8;
    text-decoration: none;
}





.lang-dropdown {
    position: absolute;
    width: 180px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    right: 0;
}





.mobileLang {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 3px;
    z-index: 11;
}





.applyDrop {
    position: absolute;
    background-color: #000;
    color: #fff;
    padding: 6px 45px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 1px;
}





.authmob-dropdown {
    position: absolute;
    width: 130px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    right: 0;
    top: 48px;
    z-index: 1;
}





.auth-dropdown {
    position: absolute;
    width: 130px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}





.authDrop {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    right: 0;
    z-index:999;
}





.authDrop a {
    text-decoration: none;
    font-size: 16px;
    font-weight: var(--semibold);
    color: #000;
}





.tab-box {
    cursor: pointer;
    position: relative;
}





.translate-area {
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #00000014;
    border-top: none;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}





.red-border {
    border: 2px solid var(--primary-color);
    border-radius: 10px;
}





textarea.resize-none {
    resize: none;
}





textarea.resize-none:focus {
    outline: none !important;
    box-shadow: none !important;
}





.modal-content-area {
    height: 100%;
    max-height: 400px;
    min-height: 400px;
    overflow: auto;
}





.original-data p:focus,
.trans-data p:focus {
    outline: none !important;
}





.loader-image-box {
    position: absolute;
    background-color: #FFF7EB;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    left: 0;
    opacity: .7;
    border-radius: 10px;
}





.image-loader {
    width: 48px;
    height: 48px;
    border: 5px solid;
    border-color: #FF3D00 transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}





.merge-remove-file {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}





.sortable-placeholder {
    background: #f0f0f0;
    border: 1px dashed #ccc;
    height: 50px;
    margin-bottom: 10px;
}





.hover-data {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    border-radius: 8px;
}





.file-preview {
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
}





/* Size Limit Modal - New Design */

.slm-header {
    background-color: #1a1a1a;
    padding: 20px 24px 16px;
    position: relative;
}





.slm-close-btn {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    color: rgba(255,255,255,0.6);
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}





.slm-close-btn:hover {
    color: #fff;
}





.slm-file-icon {
    flex-shrink: 0;
    margin-top: 2px;
}





.slm-filename {
    color: rgba(255,255,255,0.7);
    font-size: 13px;
}





.slm-filemsg {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-top: 2px;
}





.slm-limit-badge {
    background-color: #333;
    color: rgba(255,255,255,0.85);
    font-size: 13px;
    padding: 8px 14px;
    border-radius: 8px;
    margin-top: 14px;
    text-align: center;
}





.slm-body {
    padding: 24px 28px 20px;
}





.slm-toggle-wrapper {
    display: flex;
    background: #f3f3f3;
    border-radius: 10px;
    padding: 4px;
    margin-bottom: 20px;
}





.slm-toggle-btn {
    flex: 1;
    border: none;
    background: transparent;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    transition: all 0.2s;
}





.slm-save-badge {
    background: #E8F5E3;
    color: #2F783F;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 20px;
    margin-left: 6px;
    vertical-align: middle;
}





.slm-price-section {
    margin-bottom: 2px;
}





.slm-price {
    font-size: 45px;
    font-weight: 600;
    color: #000000;
    line-height: 1;
}





.slm-price-period {
    font-size: 16px;
    color: #6F6F6F;
    font-weight: 500;
}





.slm-price-note {
    font-size: 13px;
    color: #888;
    margin-bottom: 20px;
}





.slm-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}





.slm-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    padding: 6px 0;
}





.slm-cta-btn {
    display: block;
    width: 100%;
    background: #E02424;
    color: #fff !important;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    padding: 14px 20px;
    border-radius: 12px;
    border: none;
    text-decoration: none;
    transition: background 0.2s;
}





.slm-cta-btn:hover {
    background: #d4404a;
    color: #fff !important;
    text-decoration: none;
}





.slm-cta-note {
    text-align: center;
    font-size: 13px;
    color: #6F6F6F;
    margin-top: 10px;
    margin-bottom: 16px;
}





.slm-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #888;
    border-top: 1px solid #eee;
    padding-top: 14px;
}





.slm-rating {
    display: flex;
    align-items: center;
    gap: 4px;
}





.slm-stars {
    color: #f59e0b;
    font-size: 14px;
    letter-spacing: 1px;
}





.slm-login-link {
    color: #E8505B;
    font-weight: 600;
}




.slm-ratting{
    font-size: 12px;
    color: black;
}





.zoomContainer {
    position: absolute !important;
    z-index: 9999;
}





.order-2 {
    order: 2 !important;
}




.nav-shadow {
    box-shadow: 0px 0px 45px 0px #0000000A;
}





.fs-15 {
    font-size: 15px !important;
}





.tools-btn:focus {
    outline: none !important;
    box-shadow: none !important;
}





.navbar-toggler:focus {
    box-shadow: none !important;
}





.logo-text {
    font-size: var(--logo-size);
    font-weight: 700;
    color: var(--para-content-color);
}





.plan-btn,
.plan-btn:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    font-weight: 700;
    border-radius: 45px;
    padding: 7px 13px !important;
}





.plan-btn:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #000;
}





.tools-btn,
.api-btn,
.api-btn:focus {
    color: var(--para-content-color);
    font-weight: 600;
    outline: none !important;
    box-shadow: none !important;
}





.config-btn {
    background-color: var(--black-bg);
    color: #fff !important;
    font-weight: var(--semibold);
}





.apply-btn {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}





.custom-dropdown {
    height: 100%;
    max-height: 100%;
    min-height: auto;
}





#apiDropMenu .custom-dropdown {
    height: 100%;
    max-height: 100%;
    min-height: auto;
}





.custom-dropdown .nav-title {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}





#apiDropMenu .custom-dropdown ul li a,
#toolDropMenu .custom-dropdown ul li a {
    padding: 10px;
    border-radius: 8px;
}





#apiDropMenu .custom-dropdown ul li a:hover,
#toolDropMenu .custom-dropdown ul li a:hover {
    padding: 10px;
    border-radius: 8px;
    background-color: #F5F5F5;
}





.input-group-text {
    background-color: #fff !important;
    border-left: none !important;
}





.password-section label {
    font-size: 14px;
}





.password-section input {
    border-right: none !important;
}





.password-section input:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #ced4da !important;
}





.suggestion-item a {
    text-decoration: none;
    font-size: var(--heading-size);
    font-weight: var(--semibold);
    color: var(--para-content-color);
}





.social-media strong {
    font-size: var(--heading-size);
    text-transform: capitalize;
}





.copy-right p {
    font-size: var(--para-content-size);
    font-weight: var(--semibold);
    font-family: var(--font-family);
}





.footer-menu-title {
    font-weight: 600 !important;
    font-size: var(--logo-size);
}





.footer-menu-item {
    font-size: var(--para-content-size);
    font-weight: var(--semibold);
    color: var(--para-content-color);
}





.breadcrumb {
    margin-bottom: 0;
}





nav.breadcrumb ol .breadcrumb-item a {
    color: #000000B2 !important;
    list-style: none !important;
    text-decoration: underline !important;
    font-weight: var(--semibold) !important;
    text-transform: capitalize !important;
    font-size: 12px !important;
}





.breadcrumb-item+.breadcrumb-item::before {
    color: var(--primary-color) !important;
    font-size: 12px !important;
}





.custom-adjust::before {
    position: relative !important;
    top: 4px !important;
}





.breadcrumb-item+.breadcrumb-item,
.breadcrumb-item+.breadcrumb-item::before {
    padding-left: .1rem !important;
    padding-right: .1rem !important;
}





.fs-10 {
    font-size: 10px !important;
}





.convertToBoxs {
    position: absolute;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    width: 270px;
    height: 250px;
    padding: 15px;
    border-radius: 12px;
    overflow-y: auto;
    top: 60px;
    right: 0;
    z-index: 1;
}





.uploading-badge {
    background-color: transparent;
    color: #0057F8;
    font-weight: 700;
}





.uploaded-badge {
    background-color: transparent;
    color: #0AB543;
    font-weight: 700;
}





.lang_menu {
    width: 45px;
    padding: 4px;
    border-radius: 5px;
    background-color: var(--grey-bg);
    color: #000;
    text-transform: uppercase;
    margin: 2px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #E8E8E8;
    text-decoration: none;
}





.lang-dropdown {
    position: absolute;
    width: 180px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    right: 0;
}





.mobileLang {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 3px;
    z-index: 11;
}





.applyDrop {
    position: absolute;
    background-color: #000;
    color: #fff;
    padding: 6px 45px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 1px;
}





.authmob-dropdown {
    position: absolute;
    width: 130px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    right: 0;
    top: 48px;
    z-index: 1;
}





.auth-dropdown {
    position: absolute;
    width: 130px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}





.authDrop {
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    gap: 3px;
    right: 0;
    z-index: 999;
}





.authDrop a {
    text-decoration: none;
    font-size: 16px;
    font-weight: var(--semibold);
    color: #000;
}





.tab-box {
    cursor: pointer;
    position: relative;
}





.translate-area {
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #00000014;
    border-top: none;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}





.red-border {
    border: 2px solid var(--primary-color);
    border-radius: 10px;
}





textarea.resize-none {
    resize: none;
}





textarea.resize-none:focus {
    outline: none !important;
    box-shadow: none !important;
}





.modal-content-area {
    height: 100%;
    max-height: 400px;
    min-height: 400px;
    overflow: auto;
}





.original-data p:focus,
.trans-data p:focus {
    outline: none !important;
}





.loader-image-box {
    position: absolute;
    background-color: #FFF7EB;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    left: 0;
    opacity: .7;
    border-radius: 10px;
}





.image-loader {
    width: 48px;
    height: 48px;
    border: 5px solid;
    border-color: #FF3D00 transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}





.merge-remove-file {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}





.sortable-placeholder {
    background: #f0f0f0;
    border: 1px dashed #ccc;
    height: 50px;
    margin-bottom: 10px;
}





.hover-data {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    border-radius: 8px;
}





.file-preview {
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
}





.zoomContainer {
    position: absolute !important;
    z-index: 9999;
}





.order-2 {
    order: 2 !important;
}





/* Size Limit Modal - New Design */

.slm-header {
    background-color: #1a1a1a;
    padding: 20px 24px 16px;
    position: relative;
}





.slm-close-btn {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    color: rgba(255,255,255,0.6);
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}





.slm-close-btn:hover {
    color: #fff;
}





.slm-file-icon {
    flex-shrink: 0;
    margin-top: 2px;
}





.slm-filename {
    color: rgba(255,255,255,0.7);
    font-size: 13px;
}





.slm-filemsg {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-top: 2px;
}





.slm-limit-badge {
    background-color: #333;
    color: rgba(255,255,255,0.85);
    font-size: 13px;
    padding: 8px 14px;
    border-radius: 8px;
    margin-top: 14px;
    text-align: center;
}





.slm-body {
    padding: 24px 28px 20px;
}





.slm-toggle-wrapper {
    display: flex;
    background: #f3f3f3;
    border-radius: 10px;
    padding: 4px;
    margin-bottom: 20px;
}





.slm-toggle-btn {
    flex: 1;
    border: none;
    background: transparent;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    transition: all 0.2s;
}





.slm-save-badge {
    background: #E8F5E3;
    color: #2F783F;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 20px;
    margin-left: 6px;
    vertical-align: middle;
}





.slm-price-section {
    margin-bottom: 2px;
}





.slm-price {
    font-size: 45px;
    font-weight: 600;
    color: #000000;
    line-height: 1;
}





.slm-price-period {
    font-size: 16px;
    color: #6F6F6F;
    font-weight: 500;
}





.slm-price-note {
    font-size: 13px;
    color: #888;
    margin-bottom: 20px;
}





.slm-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}





.slm-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    padding: 6px 0;
}





.slm-cta-btn {
    display: block;
    width: 100%;
    background: #E02424;
    color: #fff !important;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    padding: 14px 20px;
    border-radius: 12px;
    border: none;
    text-decoration: none;
    transition: background 0.2s;
}





.slm-cta-btn:hover {
    background: #d4404a;
    color: #fff !important;
    text-decoration: none;
}





.slm-cta-note {
    text-align: center;
    font-size: 13px;
    color: #6F6F6F;
    margin-top: 10px;
    margin-bottom: 16px;
}





.slm-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #888;
    border-top: 1px solid #eee;
    padding-top: 14px;
}





.slm-rating {
    display: flex;
    align-items: center;
    gap: 4px;
}





.slm-stars {
    color: #f59e0b;
    font-size: 14px;
    letter-spacing: 1px;
}





.slm-login-link {
    color: #E8505B;
    font-weight: 600;
}




.slm-ratting{
    font-size: 12px;
    color: black;
}