body,
html {
    height: 100%;
    background: #1676c2 !important;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 0;
    padding: 0;
    /* overflow-x: hidden; */
}

.main-bg {
    /* width: 100vw; */
    min-height: 100vh;
    background: #1676c2;
    display: flex;
    justify-content: center;
}

.container-outer {
    max-width: 600px;
    width: 100vw;
    margin: 0 auto;
}

.nav-custom {
    background: transparent !important;
    margin-bottom: 0;
    padding-bottom: 0;
}

.nav-list {
    border-bottom: 1px #ffffff solid;

    padding-top: 10px;
    padding-bottom: 2px;
    margin-bottom: 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.nav-link {
    font-size: 13px;
    color: #fff !important;
    font-weight: 400;
    padding: 0 22px 0 22px;
    text-align: center;
    text-decoration: none;
}
a.ilink {
    color: #fff;
}
.nav-link.active {
    font-weight: 600;
}

.logo-img {
    /* width: 300px; */
    /* height: 70px; */
    /* max-width: 90vw; */
    /* margin-top: 22px; */
    /* margin-bottom: 22px; */
    margin: 0 auto 60px;
}

.search-form {
    width: 100%;
    margin-bottom: 12px;
    margin-top: 3px;
}

/* 
.search-group {
    width: 100%;
    max-width: 500px;
} */

.search-input {
    font-size: 14px;
    height: 42px;
    border-radius: 2px 0 0 0px;
    border: none;
    color: #222;
    background: #fff;
    /* padding-left: 10px; */
    /* Controls space before text/placeholder */
    padding-right: 10px;
    /* Optional: for symmetry */
    box-sizing: border-box;
}

.search-input::placeholder {
    /* Move placeholder to the left (default) */
    /* text-align: left; */
    /* Or center it */
    /* text-align: center; */
    /* Or right-align it */
    /* text-align: right; */

    /* Add padding for more space */
    padding-right: 10px;
    /* Increase space from left */
    /* padding-right: 15px; */
    /* padding-top: 5px; */
}

.search-btn {
    border: none;
    background: #fff;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 0 14px;
    font-size: 19px;
    color: #222;
    cursor: pointer;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    transition: background 0.2s;
}

.search-btn:active,
.search-btn:focus {
    background: #e3eaf5;
    /* Slight highlight on click/focus */
    outline: none;
}

.search-btn .fa-search {
    margin: 0;
    /* No extra margin, perfect centering */
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 2;
    border-bottom-right-radius: 0;
}

.search-icon {
    font-size: 22px;
    color: #222;
    font-weight: bold;
}

.search-terms {
    color: #ffffff;
    /* opacity: 0.8; */
    font-size: 11px;
    margin-top: 3px;
    font-weight: 400;
    text-align: center;
    /* font-family: ope; */
    font-family: open sans, sans-serif;
}

.search-link {
    color: #fff;
    text-decoration: underline;
}

.content-box {
    background: transparent;
    margin: 0 auto;
    text-align: left;
    max-width: 600px;
    padding-top: 10px;


    color: #fff;
    font-size: 13px;
    font-family: open sans, sans-serif;
    font-weight: 400;

}


.section-subtitle {
    font-size: 24px;
    margin: 18px 0 10px 0;
    font-weight: bold;
}

.section-subtitleh3 {
    font-size: 20px;
    margin: 20px 0 20px 0;
    font-weight: bold;
}

h4.section-subtitleh4 {
    font-size: 16px;
    margin: 16px 0 16px 0;
    font-weight: bold;
}

@media screen and (max-width:600px) {
    .content-box {
        padding: 0 10px;
    }

    .search-form {
        padding: 0 10px;

    }

    .main-data {
        padding: 0 10px;

    }
}

.section-title {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin: 42px 0 20px 0;
}


.content-box p {
    font-size: 13px;
    /* margin: 10px 0; */
    margin: 14px 0;
    line-height: 23px;
    color: #fff;
    word-spacing: 1.5px;
}

.content-link {
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
}

.content-box b {
    color: #fff;
    font-weight: bold;
}

@media (max-width: 700px) {

    /* .container-outer,
    .content-box,
    .nav-list,
    .search-group {
        max-width: 99vw;
    } */

    .logo-img {
        width: 180px;
        height: auto;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .section-title {
        font-size: 22px;
    }

    /* .section-subtitle {
        font-size: 16.85px;
    } */

    .content-box p {
        font-size: 13px;
        line-height: 23px;
    }
}

.search-group {
    width: 100%;
    max-width: 600px;
    position: relative;
}

.suggestion-box {
    position: absolute;
    top: 44px;
    left: 1px;
    right: 0;
    z-index: 900;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    max-height: 329px;
    overflow-y: auto;
    width: 100%;
    color: #222;
    font-size: 16px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}


.suggestion-box ul li:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.suggestion-box::-webkit-scrollbar {
    display: none;
}

.search-input:focus {
    outline: -webkit-focus-ring-color auto 1px;
    box-shadow: none;
}

.suggestion-box ul.result_box {
    margin: 0;
    padding: 0;
    list-style: none;
}

.suggestion-box li {
    padding: 1.8px 7px;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    transition: background 0.15s;
}

.suggestion-box li:last-child {
    border-bottom: none;
}

.suggestion-box li:hover,
.suggestion-box li.selected,
.suggestion-box li.search_result:hover {
    background: #f0f5ff;
    color: #000;
    font-weight: 600;
}

@media (max-width: 600px) {
    .suggestion-box {
        font-size: 14px;
        max-height: 180px;
    }

    .suggestion-box li {
        padding: 8px 10px;
    }
}





@media (min-width: 1025px) {
    .share-sidebar {
        position: fixed;
        z-index: 999;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        top: 50%;
        right: 0;
        width: 40px;
        transform: translateY(-50%);
        transition: right 0.4s cubic-bezier(.77, 0, .175, 1);
        background: transparent;
    }
}

.shares {
    background: #fff;
    color: #1681cc;
    font-size: 13px;
    text-align: center;
    padding: 6px 0 2px 0;
    border-radius: 3px 3px 0 0;
    margin-bottom: 1px;
    width: 100%;
    min-width: 40px;
    transition: opacity 0.4s, transform 0.4s;
}

.share {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 0;
    background-color: #fff;
    position: relative;
    transition: width 0.3s, box-shadow 0.2s, opacity 0.4s, transform 0.4s;
    overflow: visible;
    text-decoration: none;
}

.share:hover,
.share.active {
    width: 140px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    z-index: 1;
    text-decoration: none;
}

.share.more.active {
    width: 140px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    z-index: 1;
}

.shares.hide-icons,
.share.hide-icons {
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateX(40px) !important;
}

.share.more.hide-icons {
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateX(40px) !important;
}

.share img {
    margin-left: 8px;
    margin-right: 10px;
    transition: margin 0.3s cubic-bezier(.77, 0, .175, 1);
}

.share-number {
    color: #fff;
    font-size: 18px;
    margin-left: 10px;
    opacity: 0;
    transition: opacity 0.18s;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    min-width: 28px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.27);
    letter-spacing: 1px;
}

.share-arrow {
    color: #fff;
    font-size: 21px;
    margin-left: 15px;
    opacity: 0;
    transform: translateX(-15px);
    transition: opacity 0.18s, transform 0.3s;
    cursor: pointer;
    display: inline-block;
}

.share:hover .share-number,
.share.active .share-number {
    opacity: 1;
}

.share:hover .share-arrow,
.share.active .share-arrow {
    opacity: 1;
    transform: translateX(0);
    text-decoration: none;
}

.share-number,
.share-arrow {
    opacity: 0;
}

.share.more .share-number,
.share.more .share-arrow,
.share.active .share-number,
.share.active .share-arrow {
    opacity: 1;
    transform: translateX(0);
}

.share.fb {
    background: #3b5998;
}

.share.x {
    background: #000;
}

.share.wa {
    background: #25d366;
}

.share.ms {
    background: #00acee;
}

.share.pin {
    background: #e60023;
}

.share.tg {
    background: #0088cc;
}

.share.more {
    background: #bada55;
}

.sidebar-toggle {
    width: 40px;
    height: 40px;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 0 0 3px 3px;
    transition: right 0.4s;
    position: relative;
}

.sidebar-toggle span {
    color: #666;
    font-size: 26px;
    font-weight: bold;
    transition: transform 0.3s;
}

.sidebar-toggle.arrow-icon {
    opacity: 0;
    pointer-events: none;
    transform: translateX(40px);
    transition: opacity 0.3s, transform 0.6s;
}

.sidebar-toggle.arrow-icon.active {
    opacity: 0 !important;
    pointer-events: auto !important;
    transform: translateX(40px);
    transition: opacity 0.3s, transform 0.6s;
    background: #bada55;
}

.share-sidebar:hover .sidebar-toggle.arrow-icon {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateX(0) !important;
}

.sidebar-toggle.arrow-icon span {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .share-sidebar {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100vw;
        height: 38px;
        background: transparent;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        /* Ensures children fill parent's height */
        justify-content: stretch;
        transition: left 0.4s;
        z-index: 100;
        /* optional: ensure on top */
    }

    .shares,
    .share,
    .sidebar-toggle {
        flex: 1 1 0;
        min-width: 0;
        height: 100%;
        /* Fill parent's height */
        margin: 0 !important;
        border-radius: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }

    .shares {
        min-width: 60px;
        background: #fff;
        color: #1681cc;
        font-size: 13px;
        text-align: center;
        border-right: 1px solid #eee;
        flex-direction: column;
        padding: 0;
        border-radius: 0;
        /* Remove height: 80% !important; */
    }

    .share {
        width: auto !important;
        /* Remove height: 80% !important; */
        justify-content: center;
    }

    .share img {
        margin: 0;
    }

    .share-number,
    .share-arrow {
        display: none;
    }

    .sidebar-toggle {
        height: 100%;
    }

    .sidebar-toggle,
    .tg,
    .pin {
        display: none;
    }

    .footer-links {
        padding-bottom: 58px;
    }
}

@media (max-width: 500px) {
    .share-sidebar {
        height: 40px;
    }

    .shares,
    .share,
    .sidebar-toggle {
        min-width: 36px !important;
        height: 40px !important;
        font-size: 11px;
    }
}


.footer-line {
    max-width: 600px;
    /* border-top: 1px solid #005ea9; */
    border-top: 1px solid #133c5c;
    margin: 20px auto 0;
    /* padding: 5px 0; */
}

.footer-links {
    text-align: center;
    margin-bottom: 0;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 14px;
}

.footer-links a:hover {
    cursor: pointer;

}

@media (max-width:500px) {
    .footer-links {
        padding-bottom: 42px;
    }
}

@media (max-width:450px) {
    .custom-container {
        margin-bottom: 45px;
    }

    .footer-links a {
        margin: 0 10px;
    }
}

@media (max-width:350px) {
    .footer-links a {
        margin: 0 4px;
    }
}

.navfirst {
    margin-right: 2.3%;
}

.navItems {
    padding: 2.5px 0;
}

.lastP {
    margin: 0;
}

.mt4 {
    margin-top: 30px;
}




.result-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.result-item {
    background: #005ea9;
    color: #fff;
    border-radius: 6px;
    padding: 1.666666666666667%;
    margin-bottom: 12px;
    /* width: 98%; */
    /* max-width: 620px;
    margin-left: auto;
    margin-right: auto; */
    box-sizing: border-box;
}

.result-item .result-title {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    /* margin-bottom: 2px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.result-item .result-meta {
    font-size: 11px;
    color: #e0eaf7;
    text-align: center;
    margin-bottom: 14px;
    font-weight: 500;
}

.result-item .result-buttons {
    display: flex;
    justify-content: center;
    gap: 7px;
}

.result-item .result-btn {
    color: #2c2c2c;
    background-color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 2px;
    margin-right: .8333333333333333%;
    padding: 3px 1.666666666666667%;
    display: inline-block;
    font-family: open sans, sans-serif;
    border: none;
    font-size: 13px;
}

.result-item .result-btn:hover,
.result-item .result-btn:focus {
    cursor: pointer;
}








.details-box-section {
    border-radius: 10px;
    /* background: var(--2, #0d47a1); */
    background: #fff;
    text-align: center;
    margin-bottom: 12px;

}

.details-box-section .progress {
    padding: 20px;
}

.details-box-section .btn-options {
    padding: 20px 10px 0px 10px;
}

.details-section-video {
    border-radius: 10px;
    background: var(--2, #0d47a1);
    text-align: center;
}

.details-section-video .main-details-section-video {
    padding: 10px;
}

.details-box-section .btn-options .title {
    color: var(--3, #fff);
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}

.details-box-section .btn-options .dwn_link,
.details-box-section .btn-options .download,
.details-box-section .btn-options .search_next {
    border-radius: 2px;
    background: #0a61c5;
    padding: 7px 15px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

.dwn_tag {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 20px;
    padding: 15px 0px 20px;
}

.blocked_error p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.btn-group {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px 30px;
    padding: 0px 20px 10px 20px;
}

.btn-group .btn-download,
.btn-group .btn-playnow {
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    border-radius: 5px;
    padding: 15px 40px;
    max-width: 228px;
    width: 100%;
    height: 54px;
}

.btnplay {
    width: 228px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

.btnplay span {
    color: #d1e9ff;
    text-align: right;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.btn-group .btn-download {
    background: #00a80c;
}

.btn-group .btn-playnow {
    background: #c3291a;
}

.video_show {
    width: 100%;
    height: auto;
    padding: 10px 10px 20px 10px;
}

.video_show iframe {
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%;
}

.progress .convert-progress {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

.faSpin {
    font-size: 50px;
    width: 100%;
    margin: 60px auto;

}

.text-infomation {
    font-size: 13px;
    font-family: open sans, sans-serif;
    font-weight: 400;
    line-height: 23px;
    margin: 0;
    margin-bottom: 15px !important;
}

.main-data {
    /* margin: 60px auto; */
    margin-top: 60px;
}

#spin-box {
    padding: 0;
    animation: 1s linear infinite spin;
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 0 10px;
    filter: invert(156%) sepia(73%) saturate(0%) hue-rotate(20deg) brightness(201%) contrast(188%);
}

.convert-gap {
    padding-top: 6px;
}

.content-box p:first-of-type {
    margin: 5px auto;
}