html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

@font-face {
    font-family: Myfont;
    src: url('../../font/webfonts/source-sans-3-cyrillic-200-normal.woff');
}
/* body{
    font-family: Myfont !important;
} */

img {
    max-width: 100%;
    height: auto;
}
.text-black{
    color: #000000;
}
.bg-dark {
    background-color: #000000 !important;
}

.text-primary {
    color: #3563E9;
}

.text-gray {
    color: #BABABA;
}

.bg-lightblue {
    background-color: #F4F9FF;
}

.btn-primary {
    background-color: #3563E9;
    color: white;
}

.shadow-lg {
    box-shadow: 0 1rem 2rem rgb(0 0 0 / 5%) !important;
}

.bg_white {
    background: white;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
.br_30 {
    border-radius: 30px
}

.nav-link {
    color: #000000 !important;
    padding-right: 0;
    padding-left: 0;
}

.dropdown-menu {
    min-width: 13rem !important;
}
.dropdown-menu table tr td div {
    padding: 5px;
}
.nav-item {
    padding-left: 25px
}

.fs_12 {
    font-size: 12px
}

.fs_14 {
    font-size: 14px
}

.fs_18 {
    font-size: 18px
}

.fs_30 {
    font-size: 30px
}

.fs_20 {
    font-size: 20px
}
.fs_24 {
    font-size: 24px
}

.search {
    border-radius: 50px;
    border: 1px solid #ccc;
    position: relative
}

.searchBtn {
    background: #C83241;
    border-radius: 50px;
    position: absolute;
    height: 85%;
    line-height: 10px;
    right: 3px;
    bottom: 3px
}

.emptySpace {
    height: 200px;
}

.see_all {
    color: #000000;
    border: none;
    /* text-decoration: underline; */

}

.bg_gray {
    background: #F9F9F9 !important;

}

.br_8 {
    border-radius: 8px
}

.br_10 {
    border-radius: 10px
}

.br_20 {
    border-radius: 20px;

}

.footer-bg {
    /* background-image: url(../imgs/new-img/new_bg_footer.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background: #F5FAFE;
}

.footer-bg ul li {
    margin-bottom: 5px;
}

.footerText {
    font-size: 35px;
    font-weight: 700;
}

.w-80 {
    width: 80%;
}

.p_8 {
    padding: 8px;
}

.p_5 {
    padding: 10px;
}

.chooseFile {
    background: #3563E9;
}

.toolArea {
    border: 2px dashed #C3C3C3;
}

.d_none {
    display: none;
}

.url_upload {
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 12px;
    padding-right: 90px;
}

.add_url {
    background: #3563E9;
    position: absolute;
    top: 0.6px;
    right: 0px;
    height: 96%;
    border: none;
    color: #fff;
    border-radius: 0 12px 12px 0
}

.convertFiles {
    background: #3563E9;
    color: #fff;
    width: 264px;
    height: 38px;
    font-size: 18px;
    font-weight: 700;
}

.uploadMsg {
    display: flex;
    height: 28px;
    font-size: 14px;
    align-items: center;
    justify-content: center
}

.uploadingText {
    position: absolute;
    top: 0px;
    z-index: 1
}

.removeFile {
    cursor: pointer
}

.uploaded {
    /* background: #E8FFF1 !important; */
    color: #00C851 !important
}

.uploadError {
    background: #FFEBEE !important;
    color: #EE0E2E !important
}

#downloadItems .uploadError {
    background: #FFEBEE !important;
    color: #EE0E2E !important
}

.uploader {
    background: #E8FFF1;
    width: 0;
    height: 100%;
    position: absolute;
    border-radius: 3px;
    top: 0;
    left: 0
}

.fileName {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #CAD8FF;
    color: #3563E9;
    max-width: 18ch;
    padding: 0px 8px 3px;
}

.fileSize {
    color: #CA3D4B
}

#convert:hover {
    color: #fff
}

/* Toasts */

#toasts {
    min-height: 0;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 400px;
    z-index: 1111
}

#toasts .toast {
    background: #d6d8d9;
    border-radius: 3px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .6);
    cursor: default;
    margin-bottom: 20px;
    opacity: 0;
    position: relative;
    padding: 20px;
    transform: translateY(15%);
    transition: opacity .5s ease-in-out, transform .5s ease-in-out;
    width: 100%;
    will-change: opacity, transform;
    z-index: 1100
}

#toasts .toast.success {
    background: #26d68a !important
}

#toasts .toast.warning {
    background: #ffa533 !important
}

#toasts .toast.info {
    background: #2cbcff !important
}

#toasts .toast.error {
    background: #FFEBEE !important;
    color: #EE0E2E !important
}

#toasts .toast.show {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .5s ease-in-out, transform .5s ease-in-out
}

#toasts .toast.hide {
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 30px;
    transition: all .5s ease-in-out
}

#toasts .toast .close {
    cursor: pointer;
    font-size: 30px;
    height: 16px;
    margin-top: -10px;
    position: absolute;
    right: 14px;
    top: 35%;
    width: 20px
}

.toast p {
    margin: 0px;
}

/* Loaders */


.loader {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    width: 75px;
    height: 75px;
    margin: auto;
    display: block;
    position: absolute;
}

.loader::after {
    content: "";
    width: 75px;
    height: 75px;
    display: block;
    border-width: 5px;
    position: absolute;
    top: -8px;
    border-radius: 50%;
    border-style: solid;
    border-color: #e2e2e2 #0f6cd3;
    animation: spinner 1.5s cubic-bezier(.4, 0, .4, 1) infinite;
}

.loader_overlay {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: auto;
    height: auto;
    margin: auto;
    display: block;
    position: absolute;
    border-radius: 10px;
    background: rgba(249, 250, 251, .97);
    box-shadow: 0 0px 6px rgb(0 0 0 / 25%);
    -webkit-box-shadow: 0 0px 6px rgb(0 0 0 / 25%);
}

.loader_txt {
    left: 0;
    right: 0;
    bottom: 0;
    top: 100px;
    height: 23px;
    width: 212px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    text-align: center;
    position: absolute;
    display: inline-block;
    margin: auto auto auto auto;
}

.sLoader {
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 55px;
    height: 22px;
    margin: auto;
    display: block;
    position: absolute
}

.sLoader::after {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    border-width: 5px;
    position: absolute;
    border-radius: 50%;
    border-style: solid;
    border-color: #e2e2e2 #3563E9;
    animation: spinner 1.5s cubic-bezier(.4, 0, .4, 1) infinite
}

.sLoaderOverlay {
    left: 0;
    top: 7px;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 102%;
    margin: auto;
    display: block;
    position: absolute;
    border-radius: 10px;
    background: white;
    box-shadow: 0 0px 6px rgb(0 0 0 / 25%);
    -webkit-box-shadow: 0 0px 6px rgb(0 0 0 / 25%)
}

.sLoaderText {
    left: 10px;
    bottom: 0;
    top: 0;
    height: 23px;
    width: 212px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    position: absolute;
    display: inline-block;
    margin: auto auto auto auto
}

@keyframes spinner {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes spinner {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.actionBtn {
    background: #3563E9;
    border: 2px solid #3563E9;
    width: 200px
}

.actionBtn-sm {
    background: #3563E9;
    border: 2px solid #3563E9;
    width: 60px !important;
}

.preview-sm {
    background: #fff !important;
    border: 2px solid #fff !important;
    width: 60px !important;
}

.preview-sm.active {
    background: #2a6613 !important;
    border: 2px solid #2a6613 !important;
    width: 60px !important;
}

.localizedMenu ul a {
    color: #3563E9;
}

.otherContentStyle h1,
.otherContentStyle h2,
.otherContentStyle h3 {
    font-weight: bold;
    color: #3563E9
}

/* Content */

.content {
    word-break: break-word
}

.content h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px
}

.content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px
}

.content h2 strong,
.content h3 strong {
    color: #3563E9;
    padding-bottom: 5px
}

.content b,
.content strong {
    font-weight: 600
}

.content p {
    margin-bottom: 0;
    margin-top: 10px;
}

.content a {
    text-decoration: none;
    /* color: #3563E9 */
}

.content ul {
    padding-inline-start: 40px;
    list-style: disc
}

.content li {
    list-style: disc;
    font-size: 16px
}

.purpleBg {
    background: #3563E9
}

.text-clr {
    color: #3563E9
}

.footer-bdr-left {
    border-left: 2px solid #ffffff3b;
}

.right_border {
    border-right: 1px solid #dee2e6
}

.horizontal_line {

    background-color: #bfbfbf;
    height: 2px;

}


footer a {
    text-decoration: none;
    color: white;
}

footer a:hover {
    /* text-decoration: underline; */
    color: white;
}

.other_link {
    font-size: 1.1rem;
}

.nav-item.dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.nav-item.dropdown .dropdown-content li {
    padding: 8px;
    display: block;
}

.nav-item.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content li a {
    text-decoration: none;
    color: black;
}

.list-group-item {
    cursor: pointer;
}

.list-group-item:hover {
    background-color: #EFEFEF;
}

.dropdown-content li {
    font-size: 15px;
}

.textloaderOverlay {
    position: absolute;
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: flex-start;
    /* Aligns the lines to the left */
    align-items: center;
    border-radius: 10px;
    z-index: 1;
    margin: auto;
}

.textloaderOverlay2 {
    position: absolute;
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: flex-start;
    /* Aligns the lines to the left */
    align-items: center;
    border-radius: 10px;
    z-index: 1;
    margin: auto;
}

.animated-background {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.line {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: darkgray;
    background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    border-radius: 5px;
}

.line-1 {
    width: 190px;
    height: 20px;
}

.line-2 {
    width: 210px;
    height: 15px;
}

.line-3 {
    width: 170px;
    height: 18px;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}



/* @keyframes placeHolderShimmer{
  0%{
      background-position: -468px 0
  }
  100%{
      background-position: 468px 0
  }
}

.animated-background {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: darkgray;
  background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 100px;
  position: relative;
} */



.loaderCircle {
    width: 30px;
    height: 35px;
    border-width: 5px;
    position: absolute;
    border-radius: 50%;
    border-style: solid;
    border-color: #e2e2e2 #3563E9;
    animation: spinner 1.5s cubic-bezier(.4, 0, .4, 1) infinite;
}

.d_style {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3px;
    border-radius: 5px
}

.tool_tip {
    background: #000;
    width: max-content;
    display: none;
    position: absolute;
    padding: 6px 12px;
    font-size: 12px;
    top: -31px;
    color: #fff;
    border-radius: 5px
}

.tool_tip:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-top: 5px solid #000;
    bottom: -10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

.d_style:hover {
    cursor: pointer
}

textarea.result_txt {
    resize: none;
    height: 100%;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 10px;
}

.br-5 {
    border-radius: 5px
}

.infoBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    margin: auto;
    top: 10px;
    position: absolute;
    right: 20px;
    background: #00000066;
    border: 1px solid #fff
}

#infoTable {
    border-collapse: collapse;
    border-radius: 5px;
    overflow: hidden
}

.imgSet {
    object-fit: contain;
    height: 252px
}

.c-pointer {
    cursor: pointer
}

.loader1 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    width: 30px;
    height: 30px;
    margin: auto;
    display: block;
    position: absolute
}

.loader1::after {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    border-width: 5px;
    position: absolute;
    top: 0;
    border-radius: 50%;
    border-style: solid;
    border-color: #e2e2e2 #3563E9;
    animation: spinner 1.5s cubic-bezier(.4, 0, .4, 1) infinite
}

.loader_overlay1 {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    /* width: 87%; */
    /* height: 100%; */
    margin: auto;
    display: block;
    position: absolute;
    border-radius: 20px;
    background: rgb(173 190 242 / 54%);
    box-shadow: 0 0px 6px rgb(0 0 0 / 25%);
    -webkit-box-shadow: 0 0px 6px rgb(0 0 0 / 25%)
}

.grayscale {
    filter: grayscale(100%);
}

.grayscale:hover {
    filter: grayscale(0%);
}

.see_all:hover {
    cursor: pointer;
    text-decoration: solid underline;
}

.custom-margin {
    margin-top: 80px;
    margin-bottom: 80px;
}

.border-right {
    border-right: 1px solid #dee2e6;
}

.pt_30 {
    padding-top: 30px;
}

.br_sm_30 {
    border-radius: 0px;
}

.border-sm {
    border: none;
}


.small-text {
    font-size: 14px;
    color: #bfbfbf;
}

.step_text {
    font-size: 14px;
}

/* .steps .card:hover{
  cursor: pointer;
  box-shadow: 0px 0px 10px 0.1rem rgba(0, 0, 0, 0.092);
}

.steps .card:hover .step_h{
  color: #CC4251;
  font-weight: 600;
} */

.step_main_h {
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* .feature_card:hover .horizontal_line{

  background-color: #CC4251;
  height: 2px;

}

.feature_card:hover {
  cursor: pointer;
}


.feature_card:hover .feature_h{

 font-weight: 600;

} */


.red_arrow {
    opacity: 0;
    /* Start hidden */
    transform: translateX(-20px);
    /* Start slightly off to the right */
    transition: opacity 0.3s ease, transform 0.3s ease;
    /* Animation for opacity and position */
}

.red_arrow.show {
    opacity: 1;
    /* Fully visible */
    transform: translateX(0);
    /* Move to original position */
}

button:focus,
button:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}


/* haader */
/* Hide by default */
/* .toolsDropDownMenu {
    display: none;
    position: absolute;
    width: max-content;
    right: -50px;
    top: 50.3px;
    z-index: 1050;
    margin: auto;
    background: #fff;
    border-radius: 10px;
}
.toolsDropDownMenu.active {
    display: block;
}
.toolsDropDownMenu a {
    text-decoration: none;
}

.toolsDropDownMenu a:hover {
    text-decoration: solid underline;
} */

/* ─── Base: toolsDropDownMenu (desktop default, ≥ 992px) ─── */
.toolsDropDownMenu {
    display: none;
    position: fixed;
    /* detach from nav-item so it's never clipped */
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    /* max-width: calc(100vw - 24px); */
    width: 90%;
    background: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    z-index: 1050;
    overflow-x: hidden;
}

.toolsDropDownMenu.active {
    display: block;
}

.rounded-bottom-3 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* Overlay */
#menuOverlay {
    position: fixed;
    top: 59px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    /* light gray effect */
    z-index: 1040;
    display: none;
}

#menuOverlay.active {
    display: block;
}

/* Disable scroll when a modal/menu is open (works on iOS Safari too) */
html.no-scroll,
body.no-scroll {
    overflow: hidden !important;
    touch-action: none;
}

body.no-scroll {
    /* position:fixed + top set via JS preserves scroll position on mobile */
    position: fixed;
    width: 100%;
}

.toolsDropDown .dropdownimg {
    margin-left: 5px;
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.toolsDropDown.active .dropdownimg {
    transform: rotate(0deg);
}

.toolsDropDown:hover .dropdownimg {
    rotate: 0deg;
}


.font-weight-bold {
    font-weight: 600;
}

.verticalline {
    width: 1px;
    height: 20px;
    background: #ccc;
}

.seeallimg {
    filter: grayscale(100%);
    width: 6px;
    text-decoration: none;
}

.see_all:hover span {
    text-decoration: solid underline;
    cursor: pointer;
    color: #CC4251;
}

.see_all:hover .seeallimg {
    filter: grayscale(0%);
}

.copy-right-row {
    background-color: rgba(0, 0, 0, 0.288);
    font-size: 14px;
    font-weight: normal;
}

.no-gap li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.step_h {
    font-size: 18px;
    /* font-weight: 600; */
}

.badge {
    padding: 3px 6.5px;
}


.form-group {
    position: relative;
}

.f_user_icon {
    position: absolute;
    left: 10px;
    /* Adjust the position of the image horizontally */
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.fname_user {
    padding-left: 40px;
    /* Space for the icon */
}


.contact_bg_color {
    background: #CE4351;
    color: #fff;
    border-radius: 10px
}

.contact_bg_img {
    background-image: url(../imgs/contact.png);
    background-size: contain;
    background-repeat: no-repeat;
    /* background-size: 385px 536px; */
}

.fname_user:focus {
    outline: none;
    /* Remove the default outline */
    box-shadow: none;
    /* Remove any shadow applied on focus */
    border-color: transparent;
    /* Optional: remove the border color on focus */
}


.f_user_icon {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.fname_user:focus+.f_user_icon,
.lname_user:focus+.f_user_icon,
.cemail_user:focus+.f_user_icon {
    filter: grayscale(0%);
}

/* If you want this effect for any input, use this more generic CSS */
input:focus+.f_user_icon {
    filter: grayscale(0%);
}


.contact_font25 {
    font-size: 25px;
}


.btn-convert:disabled {
    background-color: #8f8db7;
}

#downloadAll {
    position: relative;
}

.cursor-pointer {
    cursor: pointer;
}

.object_contain {
    object-fit: contain;
}

.shadow_md {
    box-shadow: 0 0rem 1rem rgb(0 0 0 / 5%) !important
}

.range_area {
    height: fit-content;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    border: 1px dashed #858585;
}

/* faq */
.faq-heading {
    transition: 0.3s;
    position: relative;
}

.faq-heading button {
    background-color: #fff;
    color: #333;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    transition: 0.3s;
    position: relative;
    margin-right: 20px !important;
}

.faq-heading.active {
    color: #3563E9;
}

.faq-heading .faq-icon {
    transition: 0.3s;
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.panel p {
    padding: 10px 0;
}

.tools-header {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

header {
    padding: 0px 28px;
    box-shadow: 0px 4px 4px 0px #0000001A;
}

.tool_hover {
    transition: all 0.3s ease;
    border: 1px solid #fff;
    border-radius: 10px;
    gap: 8px;
    text-decoration: none !important;
}

.tool_hover:hover {
    border: 1px solid #CCCCCC;
    border-radius: 10px !important;
}

.footer-btn {
    font-size: 14px;
    gap: 10px;
    border-radius: 60px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.review {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.reviews_div {
    margin-top: 58px;
}
.label {
    cursor: pointer;
}
.showbtnChoose {
    z-index: 5;
}
footer .fs_20{
    font-size: 20px;
}
.feature-cards {
    display: flex;
    justify-content: center;
    gap: 40px;         
    margin: 0 auto;
}

/* Each card: 360 x 441, padding 30 */
.feature-card {
    width: 360px;
    height: 441px;
    padding: 30px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.feature-card .card-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.feature-card .card-title {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
}

.feature-card .card-text {
    font-size: 12px;
    line-height: 1.6;
    color: #4b5563;
    margin: 0;
}
.fw-semibold {
    font-weight: 600;
}

@media (min-width: 992px) {
    .padding_80 {
        padding: 80px;
    }

    .downloadsidebar {
        min-height: 100vh;
    }

    .p_lg_upload {
        padding: 12px 20px;
    }

    .document-preview {
        height: 100%;
    }

    .faqCont {
        padding: 0px 140px;
    }

    .breadcrums {
        margin-top: 20px;
        padding-left: 28px;
    }

    .downloadsidebar {
        position: fixed;
        right: 0;
        top: 52px;
    }

    .ToolCategory {
        border: 1px solid #dee2e6;
        border-radius: 30px;
        background-color: white;
        margin: 0px auto;
        width: auto;
        padding: 6px;
    }

    .footer-btn {
        width: 210px;
        height: 50px;
    }

    .ToolSection {
        height: auto;
        padding: 30px 0px;
    }

    .ToolSection .fs_40 {
        font-size: 30px;
    }

    .content-section {
        margin-top: 30px;
    }

    .choose_section {
        height: auto;
        padding: 30px 0px;
    }

    .choose_section .fs_40 {
        font-size: 30px;
    }

    .choose_section .row {
        padding-top: 30px;
    }

    .choose_section .d-flex {
        margin-top: 20px;
    }

    .related_tools_height {
        height: 333px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tool-item {
        width: 214px;
        height: 134px;
    }

    .file_upload_container {
        height: 600px;
        /* padding: 110px 0px; */
        display: flex;
        align-items: center;
    }

    #uploadArea {
        width: 845px;
        height: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    #uploadArea .label {
        width: 824px;
        height: 300px;
    }
    .solu_for_need{
        padding: 110px 0px;
    }
    .urlArea{
        top: 88%;
        left: 50%;
        transform: translateX(-50%);
        width: min(640px, 95vw);
        max-width: none;
    }
    
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1280px !important;
    }

    .file_upload_container {
        height: 620px;
        /* padding: 110px 0px; */
        display: flex;
        align-items: center;
    }
    .HeroSection h1 {
        font-size: 60px;
    }

    .HeroSection {
        height: 620px;
        padding: 90px 80px;
    }

    .HeroSection .btn {
        width: 190px;
        height: 44px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .toolsDiv {
        width: 409px;
        height: 211px;
    }

    .choose_section .d-flex {
        height: 170px;
    }

    #uploadArea {
        width: 1045px;
        height: 376px;
        margin-left: auto;
        margin-right: auto;
    }

    #uploadArea .label {
        width: 1024px;
        height: 350px;
    }

    .ToolSection {
        height: 760px;
        padding: 50px 0px;
    }

    .ToolSection .fs_40 {
        font-size: 40px;
    }

    .content-section {
        margin-top: 40px;
    }

    .choose_section {
        height: 833px;
        padding: 50px 0px;
    }

    .choose_section .fs_40 {
        font-size: 40px;
    }

    .choose_section .row {
        padding-top: 40px;
    }

    .choose_section .d-flex {
        margin-top: 32px;
    }

    footer .container-fluid {
        padding: 100px 80px 62px;
    }

    footer .container-fluid hr {
        color: #E4E4E7;
        opacity: 1;
        margin-left: 30px;
        margin-right: 30px;
    }
    .urlArea{
        top: 90%;
    }
    .tool-item {
        width: 214px;
        height: 134px;
    }

    .related_tools_height {
        height: 433px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .related_tools_height .d-flex {
        width: 977px;
    }

    .how_use {
        height: 692px;
    }

    /* .how_use .container {
        width: 1152px;
    } */

    .numberCircle {
        min-width: 40px;
        min-height: 40px;
        font-size: 22px;
    }

    .how_use .step-item {
        display: flex;
        gap: 30px;
        flex-direction: column;
    }

    .why_choose .step-item {
        gap: 20px;
    }

    .how_use .step-item .d-flex {
        gap: 10px;
    }

    .how_use .step-item p {
        margin: 0px;
        font-size: 20px;
    }

    .heading {
        font-size: 30px;
        font-weight: 700;
    }

    .why_choose {
        height: 671px;
    }

    /* .why_choose .container {
        max-width: 100% !important;
        padding: 0px 90px 0px 142px;
    } */

    .api_section {
        height: 705px;
    }

    /* .api_section .container {
        max-width: 1217px !important;
        margin: 0px;
    } */

    .gap-5 {
        gap: 50px !important;
    }

    .api_dis {
        margin-bottom: 25px;
    }

    .api_section .steps {
        gap: 7px;
        margin-bottom: 20px;
    }

    .api_section .steps h6 {
        font-size: 18px;
        font-weight: 600;
    }

    .reviews-section {
        height: 950px;
    }

    .reviews_desc {
        margin-bottom: 36px;
    }

    .reviews_div {
        gap: 36px;
    }

    .review {
        width: 360px;
        height: 297px;
    }

    .faqCont {
        padding: 120px 0px;
    }

    .faqCont .row {
        width: 768px;
        margin: auto;
    }
    .ToolCategory .d-flex div{
        height: 50px;
        padding: .5rem 2rem !important;
    }
    .ToolCategory{
        background-color: #fff;
    }
    .w-lg-80 p{
        margin-right: 100px;
    }
    .solu_for_need{
        height: 804px;
        padding: 120px;
    }
    .feature-card .card-title {
        font-size: 20px !important;
    }
    .feature-card .card-text {
        font-size: 16px !important;
    }
    .title{
        font-size: 40px;
    }
    .page_des{
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .right_border {
        border-right: 0px solid #dee2e6;
    }

    .ratingDiv {
        font-size: 12px;
    }
    .urlArea{
        top: 88%;
    }
    .breadcrums {
        margin-top: 20px;
        padding-left: 28px;
    }

    .uploadedFiles {
        display: flex;
        flex-wrap: wrap;
    }

    .related_tools_height {
        height: 333px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tool-item {
        width: 180px;
        height: 100px;
    }

    .related_tools_height .d-flex {
        width: auto;
    }

    .file_upload_container {
        height: 600px;
        /* padding: 110px 0px; */
        display: flex;
        align-items: center;
    }

    #uploadArea {
        width: 100%;
        max-width: 725px;
        height: 320px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
    }

    #uploadArea .label {
        width: 100%;
        max-width: 700px;
        height: 300px;
    }
    .solu_for_need{
        padding: 100px 0px;
    }
    /* Container: remove desktop paddings/gaps */
    .toolsDropDownMenu > div {
        /* padding: 12px !important; */
        gap: 0 !important;
        background: #ffffff !important;
        border-radius: 0 !important;
    }

    .toolsDropDownMenu .row {
        display: block;
        padding: 0;
        margin: 0;
        border-radius: 0;
    }

    /* Each column becomes a flat section (no borders, no cards around it) */
    .toolsDropDownMenu .col-lg,
    .toolsDropDownMenu .col-12,
    .toolsDropDownMenu [class*="col-lg-"] {
        width: 100%;
        border: none !important;
        margin: 0 0 8px 0;
        padding: 0;
    }

    /* Category header: small, bold, black, no border */
    .toolsDropDownMenu .tools-header,
    .toolsDropDownMenu .dropdown-header {
        font-size: 15px;
        font-weight: 700;
        color: #000;
        background: transparent;
        padding: 14px 20px 8px;
        margin: 0;
        border: none;
    }

    /* Hide the placeholder &nbsp; headers so there's no empty gap */
    .toolsDropDownMenu .tools-header:empty {
        display: none;
    }

    /* Each tool link → card row */
    .toolsDropDownMenu a.tool_hover {
        display: flex !important;
        align-items: center;
        width: 100%;
        padding: 12px 45px 12px 14px!important;
        margin-bottom: 6px;
        background: #F7F8FA;
        border: 1px solid #F7F8FA !important;
        border-radius: 10px;
        color: #111 !important;
        font-size: 15px;
        font-weight: 500;
        gap: 12px;
        position: relative;
    }

    .toolsDropDownMenu a.tool_hover:hover,
    .toolsDropDownMenu a.tool_hover:active {
        background: #eef0f3;
        border-color: #eef0f3 !important;
    }

    /* Rounded icon holder around the img */
    .toolsDropDownMenu a.tool_hover img {
        /* width: 22px;
        height: 22px; */
        padding: 6px;
        box-sizing: content-box;
        /* background: #ffffff; */
        border-radius: 8px;
        flex-shrink: 0;
    }

    /* Chevron on the right */
    .toolsDropDownMenu a.tool_hover::after {
        content: "";
        margin-left: auto;
        width: 8px;
        height: 8px;
        border-right: 2px solid #222;
        border-top: 2px solid #222;
        transform: rotate(45deg);
        flex-shrink: 0;
    }
    /* Optional: close spacing */
    .toolsDropDownMenu .px-3 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media screen and (max-width: 980px) {
    .dropdown-content {
        width: 90%;
    }

    .how_use {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 750px !important;
    }
}

@media screen and (max-width: 770px) {
    .topbar {
        background-color: #2C2D34 !important;
    }

    .topbar-refresh img {
        filter: invert(0) !important;
    }
    .feature-cards {
        flex-wrap: wrap;
    }
    .feature-card {
        width: 100%;
        max-width: 360px;
        height: auto;
    }
    .toolsDropDownMenu {
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        height: calc(100vh - 60px);
        overflow-y: auto;
        padding: 0 0 45px;
        z-index: 1050;
        margin: 0;
        background: #ffffff;
    }



    .toolsDropDownMenu .py-4 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .footerText {
        font-size: 20px;
        font-weight: 700;
    }

    .w-80 {
        width: 80%;
    }

    footer .container-fluid {
        padding: 37px 20px;
    }

    .br_sm_30 {
        border-radius: 30px;
    }

    .border-sm {
        border: 1px solid #dddddd;
    }

    .actionBtn {
        width: 150px;
        font-size: 14px;
    }

    .footerText {
        margin-bottom: 10px;
    }

    .related_tools_height {
        height: 300px;
    }

    .related_tools_height .d-flex {
        width: 100%;
        max-width: 700px;
    }

    .file_upload_container {
        height: auto;
        padding: 20px 15px;
        display: flex;
        align-items: center;
    }

    #uploadArea {
        width: 100%;
        /* max-width: 550px; */
        height: 375px;
        margin-left: auto;
        margin-right: auto;
    }

    #uploadArea .label {
        width: 100%;
        /* max-width: 520px; */
        height: 352px;
    }
    .fs_20{
        font-size: 12px;
    }
    .tool-title.fs_20{
        font-size: 20px;
    }
    .related_tools_height .h2{
        font-size: 20px;
    }
    .dropdownimg{
        width: 10px;
    }
    .ToolCategory .gap-1{
        background-color: #fff;
        /* margin-bottom: 10px; */
        width: 100%;
        padding: 8px;
        align-items: center;
        justify-content: center;
    }
    .urlArea{
        top: 55% !important;
    }
}

@media (max-width: 576px) {
    .hero-banner {
        width: 300px;
    }

    .mobleimage {
        width: 325px;
        height: 230px;
    }

    .toolsDiv .fs_20 {
        font-size: 14px;
    }

    .toolsDiv img {
        width: 38px;
        height: 38px;
    }

    .toolsDiv .text-gray {
        font-size: 12px;
    }

    .custom-margin {
        margin: 30px 0px;
    }

    .HeroSection h1 {
        font-size: 28px;
    }

    .HeroSection .col-lg-5 {
        margin-bottom: 50px;
    }

    .related_tools_height {
        height: auto;
        display: block !important;
        padding: 40px !important;
        background-color: transparent !important;
    }

    .tool-item {
        width: 100%;
        height: auto;
    }

    /* .file_upload_container {
        height: 600px;
        padding: 110px 0px;
        display: flex;
        align-items: center;
    } */

    /* #uploadArea {
        width: 100%;
        max-width: 450px;
        height: 276px;
        margin-left: auto;
        margin-right: auto;
    }

    #uploadArea .label {
        width: 100%;
        max-width: 420px;
        height: 250px;
    } */
}

@media (max-width: 425px) {
    #toasts {
        width: 100%;
        top: 65px;
        right: 0;
    }

    .fs_14_m {
        font-size: 14px;
    }

    .ToolCategory {
        font-size: 12px;
        padding: 10px;
    }
    .related_tools_height {
        padding: 40px 20px !important;
    }
    /* .file_upload_container {
        height: 600px;
        padding: 110px 0px;
        display: flex;
        align-items: center;
    } */

    /* #uploadArea {
        width: 100%;
        max-width: 300px;
        height: 276px;
        margin-left: auto;
        margin-right: auto;
    }

    #uploadArea .label {
        width: 100%;
        max-width: 280px;
        margin: 0px 10px;
        height: 250px;
    } */
}

@media (max-width: 320px) {
    .actionBtn {
        width: 120px;
        font-size: 12px;
    }

}

@media (min-width: 768px) and (max-width: 1399px) {
    .HeroSection img {
        width: 400px;
        height: 320px;
    }

    .api_section {
        height: auto;
        padding: 80px 0px;
    }

    .mobleimage {
        width: 100%;
        max-width: 520px;
        height: auto;
    }

    .api_dis {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .api_section .steps {
        gap: 7px;
        margin-bottom: 10px;
    }

    .api_section .steps p {
        font-size: 14px;
    }

    .api_section .steps h6 {
        font-size: 16px;
        font-weight: 600;
    }

    .HeroSection h1 {
        font-size: 45px;
    }

    .toolsDropDownMenu {
        left: auto;
        right: 12px;
        transform: none;
        top: 60px;
    }

    .HeroSection {
        height: 550px;
    }

    .ToolSection {
        height: auto;
        padding: 30px 0px;
    }

    .ToolSection .fs_40 {
        font-size: 30px;
    }

    .content-section {
        margin-top: 30px;
    }

    .choose_section {
        height: auto;
        padding: 30px 0px;
    }

    .choose_section .fs_40 {
        font-size: 30px;
    }

    .choose_section .row {
        padding-top: 30px;
    }

    .choose_section .d-flex {
        margin-top: 20px;
    }

    footer .container-fluid {
        padding: 75px 55px 40px;
    }

    .footer-btn {
        padding: 8px;
        font-size: 12px;
    }

    footer .container-fluid hr {
        color: #E4E4E7;
        opacity: 1;
        margin-left: 30px;
        margin-right: 30px;
    }

    .heading {
        font-size: 30px;
        font-weight: 700;
    }

    .how_use {
        height: 652px;
    }

    .how_use img {
        width: 400px;
        height: 270px;
    }

    .numberCircle {
        min-width: 40px;
        min-height: 40px;
        font-size: 22px;
    }

    .how_use .step-item {
        display: flex;
        gap: 30px;
        flex-direction: column;
    }

    .how_use .step-item .d-flex {
        gap: 10px;
    }

    .how_use .step-item p {
        margin: 0px;
        font-size: 20px;
    }

    .why_choose {
        height: auto;
        padding: 100px 0px;
    }

    .why_choose .step-item {
        gap: 10px;
    }

    .why_choose p {
        margin-bottom: 20px;
    }

    .reviews_div {
        gap: 25px;
    }

    .reviews-section {
        padding: 70px 0px;
    }

    .faqCont {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .fs_20{
        font-size: 16px;
    }
    .ToolCategory{
        padding: 8px;
        background-color: #fff;
    }
    .ToolCategory .d-flex div{
        height: 40px;
    }
    .title{
        font-size: 30px;
    }
    .page_des{
        font-size: 16px;
    }
    .feature-card {
        width: 340px !important;
        padding: 15px !important;
    }
    .feature-cards{
        gap: 20px !important;
    }
    .feature-card .card-title {
        font-size: 20px !important;
    }
    .feature-card .card-text {
        font-size: 16px !important;
    }
}

@media (max-width: 767px) {
    .toolsDropDownMenu {
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        transform: none;
        width: 100%;
        max-width: 100%;
        /* height: calc(100vh - 60px); */
        overflow-y: auto;
        padding: 0px;
        z-index: 1050;
        border-radius: 0;
    }

    .api_section {
        height: auto;
        padding: 50px 0px;
    }

    .api_section .steps {
        gap: 5px;
        margin-bottom: 5px;
    }

    .why_choose {
        height: auto;
        padding: 40px 0px;
    }

    .HeroSection img {
        width: 280px;
        height: 220px;
    }

    .choose_section .d-flex {
        height: 115px;
    }

    .choose_section .d-flex div .h3 {
        font-size: 14px;
    }

    .choose_section .d-flex div p {
        font-size: 12px;
    }

    .choose_section .d-flex img {
        width: 30px;
        height: 30px;
    }

    .toolsDiv {
        height: 160px;
        /* width: 320px; */
    }

    /* .toolsDiv img {
        height: 48px !;
        height: 38px;
    } */

    .footer-btn {
        width: 155px;
        height: 38px;
    }

    .ToolSection {
        height: auto;
        padding: 30px 0px;
    }

    .ToolSection .fs_40 {
        font-size: 20px;
    }

    .content-section {
        margin-top: 20px;
    }

    .choose_section {
        height: auto;
        padding: 30px 0px;
    }

    .choose_section .fs_40 {
        font-size: 20px;
    }

    .choose_section .fs_20 {
        font-size: 12px;
    }

    .choose_section .row {
        padding-top: 30px;
    }

    .choose_section .d-flex {
        margin-top: 15px;
    }

    footer .container-fluid hr {
        display: none;
    }

    footer .d-md-none hr {
        display: block;
        color: #E4E4E7;
        opacity: 1;
        margin: 20px 8px;
    }

    .heading {
        font-size: 25px;
        font-weight: 700;
    }

    .numberCircle {
        min-width: 30px;
        min-height: 30px;
        font-size: 18px;
    }

    .how_use .step-item {
        gap: 20px;
    }

    .how_use .step-item .d-flex {
        gap: 15px;
    }

    .how_use .step-item p {
        font-size: 16px;
    }

    .reviews_div {
        gap: 20px;
    }

    .reviews-section {
        padding: 50px 0px;
    }

    .faqCont {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .ToolCategory .d-flex div{
        height: 30px;
    }
    .ToolCategory{
        padding: 10px;
    }
    .HeroSection .container .row div{
        margin-bottom: 51px;
    }
}

/* homePage */
.bg_sky_blue {
    background: #EFF7FD99;
}

.pdf-tools:hover,
.document-converters:hover,
.image-converters:hover,
.pdf-converters:hover {
    border: 1px solid #3563E9;
}

.pdf-tools,
.document-converters,
.image-converters,
.pdf-converters {
    border: 1px solid #ffffff;
}

.Toolsactive {
    border: 1px solid #3563E9;
    background: #3563E9;
    color: white;

    svg {
        filter: brightness(0) invert(1);
    }
    p{
        font-weight: 600;
    }
}

.toolsDiv {
    gap: 10px;
    opacity: 1;
    padding-top: 26px;
    padding-right: 28px;
    padding-bottom: 26px;
    padding-left: 28px;
    border-radius: 10px;
    border-width: 0.5px;
    transition: all 0.3s ease;
}

a .toolsDiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid white;
    /* justify-content: space-between; */
    /* gap: 10px; */
}

.toolsDiv:hover {
    border: 1px solid #3563E9;
    box-shadow: 0px 4px 4px 0px #0000001A;
}

.choose_section .d-flex {
    gap: 30px;
    border-radius: 12px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    border: 1px solid #EBEBEB;
}

.choose_section .d-flex:hover {
    box-shadow: 0px 4px 4px 0px #0000001A;
}

/* reviews */
.nameIcon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #EFEFEF;
    color: #3563E9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reviews-section {
    background-color: #FAFAFA;
}


.numberCircle {
    border-radius: 50%;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #ACACAC;
    font-weight: 700;
    flex-shrink: 0;
}

.step-item {
    display: flex;
    flex-direction: column;
}

.step-item p {
    margin: 0px;
}

.glppaR {
    cursor: pointer;
    user-select: none;
    margin: 0px;
    padding: 0px;
    outline: 0px;
    border-width: 0px 0px 0px 1px;
    display: flex;
    align-items: center;
    justify-content: start;
    background-color: inherit;
    color: white;
    border: none;
    border-left: 1px solid #7B9CFF;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 20px;
}

.showbtnChoose {
    border-radius: 10px;
    border: 1px solid #f5f5f5;
    position: absolute;
    display: inline-block;
    width: fit-content;
    top: 60px;
    width: 185px;
}

.showbtnChoose div:hover {
    background-color: #f5f5f5;
}

/* .fileaction {
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 25px;
    padding: 0px 11px;
} */
.fileaction div{
    cursor: pointer;
    /* padding: 5px; */
}

.h-100 {
    height: 100vh !important;
}

.tools-wrapper {
    gap: 15px;
}



.tool-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 18px 10px;
    background: #fff;
    text-align: center;
    transition: 0.25s;
}

.gap-32 {
    gap: 32px;
}

.tool-card:hover {
    box-shadow: 0px 4px 4px 0px #0000001A;
}

.icon-box {
    margin-bottom: 11px;
}

.tool-title {
    /* font-size: 14px; */
    font-weight: 600;
    color: #000000;
}

.convert-img {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

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

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

.file-card {
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}

.download-btn {
    visibility: hidden;
    position: absolute;
    bottom: 0px;
    text-align: center;
    right: 0px;
    left: 0px;
    padding: 5px 0px;
}

.file-card:hover img {
    opacity: 0.2;
}

.file-card:hover .download-btn {
    visibility: visible;
}

/* ========== Per-card Upload Processing Bar ========== */
.upload-top-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 22px;
    background: #4285F4;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 8px;
    gap: 6px;
    font-size: 11px;
    font-weight: 500;
    z-index: 9;
    overflow: hidden;
}

.upload-top-bar .utb-name {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.upload-top-bar .utb-percent {
    font-weight: 600;
    font-size: 11px;
    opacity: 0.95;
}

.upload-top-bar .utb-fill {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background: #ffffff;
    transition: width .2s ease;
}

.upload-top-bar.done {
    background: #00C851;
}

.upload-top-bar.error {
    background: #e53935;
}

.upload-top-bar.hidden {
    display: none;
}

/* Hide preview/icons while the per-card upload bar is active */
.upload-preview-box.is-uploading .filePreview,
.upload-preview-box.is-uploading .imgItem,
.upload-preview-box.is-uploading .fileIcon,
.upload-preview-box.is-uploading .pdf-thumbnail-img,
.upload-preview-box.is-uploading canvas,
.upload-preview-box.is-uploading .pdf-thumbnail-container,
.upload-preview-box.is-uploading .hover-overlay {
    visibility: hidden !important;
}
.upload-preview-box.is-uploading {
    background: #f5f7fa;
}
.sp-page-card.is-uploading canvas,
.sp-page-card.is-uploading img {
    visibility: hidden !important;
}
.sp-page-card.is-uploading {
    background: #f5f7fa;
}

@media (max-width: 768px) {
    .downloadsidebar {
        position: relative;
        bottom: 0;
    }
    .topbar-title {
        color: white !important;
    }
}