html, body {
    height: 100%;
}

body {
    /* display: flex;
    flex-direction: column; */
}

.content {
    flex: 1;
}

.footer {
    background-color: #f8f9fa; /* Set your desired background color */
    padding: 20px;
    text-align: center;
    position: relative;
    bottom: 0;
    width: 100%;
}

input[type="file"] {
    word-wrap: break-word;
}

.page-header {
    font-weight: 600;
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
    line-height: 1em;
    font-size: 30px;
}

.navbar-brand {
    color: black;
}

.nav-link {
    color: black;
}

h1 {
    font-size: 50px;
    color: black;
}

.upload-img-div {
    padding: 5%;
}

@media (max-width: 720px) {
    .main-container {
        max-width: 90%;
        width: 100%;
        min-height: 90vh;
    }

    h1 {
        font-size: 50px;
    }

    input[type=file] {
        display: inline-block;
        width: 100%;
    }

    .btn {
        width: 100%;
    }
    #dropper h1 { font-size: 36px !important; }
    #dropper h4 { font-size: 18px !important; }
}

.d-md-none img {
    width: 100%;
    max-width: 300px;
}

.dropdown-menu {
    max-height: 250px;
    overflow: auto;
}

.dz-progress {
    display: none !important;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ffc105;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

.loader {
    padding: 37px 0;
}

.hidden {
    display: none !important;
}

#video {
    position: relative;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    z-index: 9997;
}

#overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9998;
}

#main_container {
    position: relative;
    left: 0;
    top: 0;
}

.form-check-label {
    padding: 5px;
    border-color: gray;
}

/* completely hiding radio button */
input[type="radio"] {
    display: none;
}

/* simulate radiobutton appearance using pseudoselector */
input[type="radio"]:not(.hide) + label:before {
    content: "";
    /* create custom radiobutton appearance */
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 3px;
    margin-right: 5px;
    /* background-color only for content */
    background-clip: content-box;
    border: 1px solid #bbbbbb;
    background-color: #e7e6e7;
    border-radius: 50%;
}

/* appearance of checked radiobutton */
input[type="radio"]:not(.hide):checked + label:before {
    background-color: red;
}

/* resetting default box-sizing */
*,
*:before,
*:after {
    box-sizing: border-box;
}

/* optional styles for centering radiobuttons */
.sound-signal label {
    display: inline-flex;
    align-items: center;
}

#pricingbutton {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    text-align: center;
}

.small {
    font-size: small;
}

#signupbutton {
    color: white;
}

.custom-inline-form {
    display: flex;
    max-width: 680px;
    margin: auto;
}

.img-max {
    max-width: 300px;
    width: 100%;
    min-width: 200px;
}

#files-preview {
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 256px;
}

.prev-item {
    width: 189px;
    height: 230px;
    display: inline-block;
    position: relative;
    transition: .15s ease-in-out all;
    margin: 3px;
    background-color: #e8e8e8;
    cursor: move;
}

.actions {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: right;
}

.prev-item canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 113px;
    height: 159px;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    border: 1px solid #e1e1e1;
}

.prev-item-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 10px;
    text-align: center;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}

.prev-item:hover .actions {
    display: block;
}

.prev-item .actions span svg {
    height: 100%;
    width: auto;
}

.prev-item .actions span {
    display: inline-block;
    height: 25px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.prev-item[data-rotate="-90"] canvas {
    transform: translate(-50%, -50%) rotate(-90deg)
}

.prev-item[data-rotate="-180"] canvas {
    transform: translate(-50%, -50%) rotate(-180deg)
}

.prev-item[data-rotate="-270"] canvas {
    transform: translate(-50%, -50%) rotate(-270deg)
}

.prev-item[data-rotate="90"] canvas {
    transform: translate(-50%, -50%) rotate(90deg)
}

.prev-item[data-rotate="180"] canvas {
    transform: translate(-50%, -50%) rotate(180deg)
}

.prev-item[data-rotate="270"] canvas {
    transform: translate(-50%, -50%) rotate(270deg)
}

.uploader-loading,
.uploader-full {
    display: none;
    min-height: 276px;
}

.organize-actions {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px;
    border-top: 2px solid #e1e1e1;
}

.organize-actions a {
    display: inline-block;
    padding: 8px 30px;
    border-radius: 10px;
    text-decoration: none !important;
    border: 2px solid transparent;
}

.organize-actions .convert-action {
    background-color: #b366ff;
    color: #fff;
}

.organize-actions .convert-action:hover {
    background-color: #a15ce6;
}

.organize-actions .upload-more-action:hover {
    border-color: #007bff;
    color: #007bff;
}

.prev-item svg * {
    fill: #000;
}

.container-sm {
    max-width: 540px;
}

.container-md {
    max-width: 920px;
}

span.price-value {
    font-size: 30px;
    font-weight: 400;
}

.pricing-form .form-check {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    background-color: rgb(250, 250, 250);
    padding: 0;
}

.discount-circle {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0%, -50%); /* Center the circle */
    background-color: #007bff; /* Your desired background color */
    color: #fff; /* Text color */
    border-radius: 50%;
    padding: 10px; /* Adjust as needed */
    opacity: 1; /* Adjust the opacity for the half-visible effect */
}

.pricing-form .form-check-label {
    border-radius: 6px;
    padding: 24px 16px;
    width: 100%;
    height: 100%;
    background-color: #F0F0F0;
}

.pricing-form input[type=radio]:checked + .form-check-label {
    background-color: #F0F0F0;
}

span.price-wrapper {
    display: inline-block;
    text-align: center;
    line-height: 1em;
    width: 100%;
    margin-bottom: 20px;
}

.plan-check {
    display: flex;
    /* line-height: 1.2; */
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgb(26, 26, 26);
    align-items: center;
    justify-items: start;
}

.plan-check svg {
    width: 31px;
    height: auto;
    margin-right: 10px;
}

.pricing-form input[type="radio"] + label:before {
    display: none;
}

form#payment-form {
    width: 100%;
}

div#card-element {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    background: #fafafa;
    transition: border-color .2s ease;
}

div#card-element:focus-within {
    border-color: #057bff;
    background: #fff;
}


@-webkit-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-moz-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-o-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

.m-progress {
    position: relative;
    opacity: .8;
    color: transparent !important;
    text-shadow: none !important;
}

.m-progress img {
    opacity: 0 !important;
}

.m-progress:hover,
.m-progress:active,
.m-progress:focus {
    cursor: default;
    color: transparent;
    outline: none !important;
    box-shadow: none;
}

.m-progress:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: transparent;
    border: 1px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    -webkit-animation: ld 1s ease-in-out infinite;
    -moz-animation: ld 1s ease-in-out infinite;
    -o-animation: ld 1s ease-in-out infinite;
    animation: ld 1s ease-in-out infinite;
}

.payment-status svg {
    height: 15px;
    width: 15px;
}

.payment-status.success svg * {
    fill: #3fb950
}

.payment-status.failed svg * {
    fill: #f85149
}

.payment-status svg {
    height: 15px;
    width: 15px;
}

.lds-spinner {
    color: initial;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #000;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.files-downloaded li a:hover {
    background-color: #000;
    color: #fff;
}

.files-downloaded li a {
    display: inline-block;
    max-width: 500px;
    width: 100%;
    border: 1px solid #000;
    border-radius: 4px;
    color: #000;
    line-height: 1em;
    padding: 10px;
    text-decoration: none;
    transition: .15s ease-in-out all;
}

.uploading-time {
    font-size: 50px;
    font-weight: bold;
}

.uploading-time span {
    font-size: 89px;
}

.exceeded-wrapper {
    background-color: #fefde7;
    border-radius: 1ex;
    border: .1ex solid rgba(0, 0, 0, .1);
    font-size: 15px;
    line-height: 1.2em;
    margin-bottom: 30px;
    padding: 10px;
}

.exceeded-wrapper span {
    color: #ff3e7e;
    font-size: 20px;
    vertical-align: bottom;
}

.modal-features h3 {
    font-size: 25px;
    line-height: 1em;
    margin-bottom: 20px;
}

.modal-features li {
    margin-bottom: 5px;
}

.custom-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

.custom-backdrop span {
    width: 100%;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    max-width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1;
    text-shadow: 3px 3px #000;
}

.share-link {
    position: relative;
}

.share-link button.icon.copy-to-clipboard-link {
    position: absolute;
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
    border: 0 !important;
    outline: none;
    top: 1px;
    right: 1px;
    border-left: 1px solid #ddd !important;
    background-color: #eff3f6;
    background-image: linear-gradient(
            -180deg, #fafbfc, #eff3f6 90%);
}

.social-share-links {
    display: flex;
    gap: 5px;
    justify-content: center;
}

.alert ul {
    margin: 0 !important;
    padding-left: 15px;
}

.total-conversions div {
    font-size: 18px;
}

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: center;
    position: relative;
}

.rating label {
    font-size: 23px;
}

.rating > label {
    display: inline;
    padding: 0;
    margin: 0;
    position: relative;
    width: 1.1em;
    cursor: pointer;
    color: gold;
    line-height: 27px;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > input.radio-btn:checked ~ label:before,
.rating > input.radio-btn:checked ~ label:before {
    content: "\2605";
    position: absolute;
    left: 0;
    color: gold;
    line-height: 27px;
    display: inline-block;
    top: 0;
}

.hide {
    display: none !important;
}

[name=filter] {
    border: 2px solid #000;
    border-radius: 30px;
    padding-right: 40px;
    height: inherit;
}

.filter-wrapper {
    position: relative;
    height: 20px;
    max-width: 364px;
}

#navbarTogglerDemo02 {
    z-index: 1000;
}

.filter-wrapper svg {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.tools-list.filtering .col {
    flex-basis: auto;
    border: 0 !important;
}

.button-converter-action {
    margin: 0 auto;
    display: none;
}

.dz-error-mark,
.dz-success-mark,
.dz-error-message,
.dz-image {
    display: none;
}

.flex-none {
    flex: none;
}

.result-side-container {
    width: 380px;
    min-height: 380px;
    border: 4px solid #ddd;
    padding: 10px;
    border-radius: 10px;
}

.flex-grow {
    flex-grow: 1;
}

.result-container {
    padding: 0 30px;
}

.files-downloaded li + li {
    margin-top: 10px;
}

.toolIcon {
    position: relative;
    width: 55px;
    height: 55px;
    font-size: 8px
}

@media (max-width: 539px) {
    .toolIcon {
        font-size: 6px
    }
}

.tools {
    display: grid;
    grid-gap: 24px;
    margin: 32px 0;
    grid-template-columns: repeat(auto-fill, minmax(216px, 1fr));
}

@media (min-width: 540px) {
    .tools.filtering {
        min-height: auto
    }
}

@media (max-width: 539px) {
    .tools {
        grid-gap: 8px;
        margin: 32px 0
    }
}

/* Hide default file input label only for the specific div */
.uploader-empty input[type="file"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

#tool-btn {
    background-color: white !important;
    color: black;
    box-shadow: none !important;
    border: 1px solid lightgray !important;
    padding: 2px 2px; /* Adjust padding for height and width */

}

@media (min-width: 768px) {

    #converters {
        margin-top: -15px;
    }

}

#head { background: #fff; border-bottom: 1px solid #dee2e6; padding: 0 15px; margin-bottom: 15px !important; }


#tool-btn:hover {
    /* Override any hover styles to make it look the same as the regular state */
    background-color: inherit !important; /* Use the regular background color or adjust as needed */
    color: inherit !important; /* Use the regular text color or adjust as needed */
    /* Add !important to ensure that these styles take precedence */
}


@media (max-width: 745px) {
    #tool-btn {
        margin: 10px;
    }
}

.tool_item {
    padding: 16px;
    border-radius: 16px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    transition: all ease-in-out .25s;
    color: #333;
    text-decoration: none;
    overflow: hidden;
}

.tool_item:hover, .tool_item:active, .tool_item:focus {
    text-decoration: none;
    color: #333;
}

.tool_item:hover {
    border-color: #000;
}


@media (max-width: 539px) {
    .tool_item {
        display: flex;
        align-items: center;
        padding: 8px 16px
    }
}


.tool_itemTitle {
    font-size: 20px;
    font-weight: 600;
    margin: 5px 0;
}

@media (min-width: 540px) {
    .tool_itemTitle {
    }
}

@media (max-width: 539px) {
    .tool_itemTitle {
        margin-left: 16px
    }
}

.tool_itemTitle a {
    display: block;
    color: inherit;
    text-decoration: none
}

.tool_itemTitle a:hover {
    color: inherit
}


.tool_itemDescription {
    font-size: 13px;
    color: #444;
    line-height: 1.34
}

@media (max-width: 539px) {
    .tool_itemDescription {
        display: none
    }
}

.logo {
    font-size: 40px; /* Adjust the font size as needed */
}

.sub-logo {
    font-size: 30px; /* Adjust the font size as needed */
}

.seconds-to-hour {
    display: inline-block;
    font-weight: bold;
    margin-left: 5px;
}

.jumbotron {
    padding: 10px 20px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

span.current-plan {
    position: absolute;
    background-color: red;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1em;
    right: 0;
}

.files-preview {
    gap: 8px;
    margin: 16px 0;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    overflow: hidden;
}

.flex-justify-center {
    justify-content: center;
}

.flex-center {
    align-items: center;
}

.flex {
    display: flex;
}

.dz-preview.dz-file-preview,
.dz-preview.dz-image-preview {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px 14px;
    background: #fff;
    width: 100%;
    min-width: 0;
    position: relative;
}
.dz-preview .dz-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dz-preview .dz-icon .dz-file-icon {
    width: 32px;
    height: 32px;
}
.dz-preview .dz-details {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-align: left;
}
.dz-preview .dz-filename {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dz-preview .dz-filename span {
    font-weight: 600;
    font-size: 15px;
    color: #333;
}
.dz-preview .dz-filesize {
    flex-shrink: 0;
    font-size: 14px;
    color: #888;
    white-space: nowrap;
}
.dz-preview .dz-remove-file {
    flex-shrink: 0;
    font-size: 24px;
    line-height: 1;
    color: #bbb;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .2s;
    text-decoration: none;
}
.dz-preview .dz-remove-file:hover {
    color: #e74c3c;
    background: #fee;
}

.files-preview {
    gap: 8px;
    margin: 16px 0;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    overflow: hidden;
}

/* Hide default Dropzone elements we don't use */
.dz-preview .dz-image,
.dz-preview .dz-progress,
.dz-preview .dz-error-message,
.dz-preview .dz-success-mark,
.dz-preview .dz-error-mark,
.dz-preview .dz-size {
    display: none !important;
}

nav.nav-pagination {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #EBEBE6;
}

.pagination div a {
    line-height: 1em;
    display: inline-block;
    font-size: 13px;
    width: 32px;
    padding: 11px 0 8px;
    border-radius: 50%;
    text-decoration: none;
    text-align: center;
    color: #000;
    font-weight: bold;
}

.pagination div.active a {
    background-color: #000 !important;
    color: #fff;
}

@media (max-width: 720px) {
    .main-container {
        max-width: 90%;
        width: 100%;
        min-height: 90vh;
    }

    h1 {
        font-size: 50px;
    }

    input[type=file] {
        display: inline-block;
        width: 100%;
    }

    .btn {
        width: 100%;
    }

    .dz-preview.dz-file-preview,
    .dz-preview.dz-image-preview {
        width: 100%;
    }

    .flex-col-xs {
        flex-direction: column;
    }

    .trigger-upload {
        font-size: 25px;
    }

    .button-converter-action {
        font-size: 25px;
    }
}

.btn-xl {
    padding: 15px 30px;
    font-size: 30px;
    border-radius: 10px;
}

.container-xxl {
    max-width: 1400px;
}

.text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.download-link-wrapper svg {
    height: 30px;
    width: 30px;
}

.page-subheader {
    font-weight: 600;
    padding-bottom: 9px;
    margin: 40px 0 0;
    line-height: 1em;
    font-size: 22px;
}

.jumbotron .form-control[readonly] {
    background: #fff;
}

.share-wrapper svg {
    height: 40px;
    width: 40px;
}

.download-link-wrapper + .download-link-wrapper {
    margin-top: 7px;
}

.line-throught span {
    background-color: #fff;
    display: inline-block;
    position: relative;
    top: 0;
    padding: 0 18px;
}

.line-throught:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-top: 1px solid #ddd;
}

.line-throught {
    position: relative;
}

.download-filename {
    font-size: 14px;
}

.btn-facebook {
    background-color: #7191d3;
}

.btn-twitter {
    background-color: #6cbfff;
}

.btn-linkedin {
    background-color: #36a7e7;
}

.btn-email {
    background-color: #ff7e73;
}

.btn-reddit {
    background-color: #ff6a33;
}

.btn-facebook:hover {
    background-color: #3b5998;
}

.btn-twitter:hover {
    background-color: #55acee;
}

.btn-linkedin:hover {
    background-color: #0977b5;
}

.btn-email:hover {
    background-color: #f54434;
}

.btn-reddit:hover {
    background-color: #ff4500;
}

.back-link a,
.direct-actions .btn {
    line-height: 0;
    padding: 6px;
}

.direct-actions,
.back-link {
    padding-top: 18px;
}

.tool-social-links a {
    font-weight: bold;
    font-size: 14px;
}

.tool-social-links a {
    margin-top: 0 !important;
}

.expired-link-text {
    font-size: 25px;
    padding: 7px 0;
}

.col-pdf {
    max-width: 480px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.tab-choices {
    background: #ffffff;
    padding: 5px;
    border-radius: 10px;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tab-choices div {
    display: inline-block;
}

.tab-choices button {
    border: 0;
    padding: 8px 0;
    background-color: transparent;
    border-radius: 5px;
    width: 100%;
}

.tab-choice.active {
    background-color: #057bff;
    color: #fff;
}

.tab-content {
    display: none;
}

.plan-wrapper, .boxed {
    background: #ffffff;
    padding: 32px;
    position: relative;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.plan-price {
    font-size: 43px;
    font-weight: bold;
    line-height: 1em;
}

.checkout-cta {
    display: block;
    width: 100%;
    padding: 14px 24px;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #fff;
    background: linear-gradient(135deg, #28a745 0%, #20c040 100%);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.25);
    margin-top: 12px;
}

.checkout-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(40, 167, 69, 0.35);
    background: linear-gradient(135deg, #23963e 0%, #1db53a 100%);
    color: #fff;
}

.checkout-cta:active {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(40, 167, 69, 0.2);
}

.checkout-cta:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.checkout-trust {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 10px;
    font-size: 0.85rem;
    color: #444;
}

.checkout-trust span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.checkout-trust .check {
    color: #28a745;
    font-weight: bold;
}

.checkout-secured {
    text-align: center;
    font-size: 0.8rem;
    color: #999;
    margin-top: 8px;
    margin-bottom: 0;
}

.toggle-seats.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.toggle-seats {
    line-height: 37px;
    width: 37px;
    background-color: #f0f0f0;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[name=seats] {
    border: 1px solid #e1e1e1;
    text-align: center;
    font-size: 22px;
    max-width: 80px;
    border-radius: 5px;
    outline: none;
}

.feature-text {
    margin-left: 10px;
    line-height: 1.2;
}

.tab-content.active {
    display: block;
}

.gateway-choices ul {
    background-color: #f4f6f8;
    padding: 4px;
    border-radius: 10px;
    display: flex;
    margin-top: 16px;
    margin-bottom: 16px;
}

.gateway-choices ul li {
    flex: 1;
}

.gateway-choices ul a {
    border: 0 !important;
    padding: 10px 20px;
    background-color: transparent !important;
    border-radius: 8px;
    color: #555 !important;
    font-weight: 500;
    text-align: center;
    transition: all 0.2s ease;
}

.gateway-choices ul a:not(.active):hover {
    background-color: #ebedf0 !important;
    color: #333 !important;
}

.gateway-choices ul a.active {
    background-color: #fff !important;
    color: #111 !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    font-weight: 600;
}

.plan-discount {
    display: inline-block;
    background-color: #ff0058;
    border-radius: 20px;
    color: #fff;
    padding: 5px 20px;
    position: absolute;
    top: -15px;
    right: 0;
}

.gap-2 {
    gap: .5rem !important;
}

.vh-full {
    min-height: calc(100vh - 200px);
}

/* Homepage Category Sections */
.tool-category {
    margin-bottom: 20px;
}

.tool-category .tools {
    min-height: auto;
    margin: 10px 0;
    grid-gap: 16px;
}

/* Center search results grid items */
#search-results .tools,
.search-results-tools {
    justify-content: center;
}

.category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #eee;
}

.category-header h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #333;
}

.category-header .see-more {
    color: #3498db;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.category-header .see-more:hover {
    text-decoration: underline;
}

/* Converter Links Section */
.converter-links {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 24px;
    margin-top: 16px;
}

.converter-group {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 16px;
}

.converter-group h5 {
    margin: 0 0 12px 0;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.link-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.converter-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: white;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: all 0.2s;
}

.converter-link:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transform: translateY(-1px);
    text-decoration: none;
    color: #333;
}

.converter-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    color: white;
    font-size: 9px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .category-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .converter-links {
        grid-template-columns: 1fr;
    }
}

.results-container .page-header { margin: 0 0 20px !important; }
.trigger-upload { border: 0 !important; }
.files-downloaded > .d-flex { min-width: 0; }
.files-downloaded .flex-grow-1 { min-width: 0; overflow: hidden; }
body { background: #f9f9f9 !important; }
#head { background: #fff; border-bottom: 1px solid #dee2e6; padding: 0 15px; }
.uploader-wrapper { border: 2px solid #888; padding: 16px; border-radius: 8px; margin-bottom: 16px; }
.uploader-wrapper .upgrade-banner { margin: 0 !important; }
.upgrade-banner { padding: 5px 10px; border-radius: 8px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; background-color: #f0f0f0; color: #000; border: 1px solid #dcdada; }
.button-converter-action { border: 0 !important; }
.dz-error-mark, .dz-success-mark { display: none !important; }
.btn-group { overflow: initial !important; }

.conversion-card {background-color: #fff!important}
