html, body {
    height: 100%;
}

.content {
    flex: 1;
}

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

.toolIcon {
    position: relative;
    width: 8em;
    height: 8em;
    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 {
        min-height: 440px
    }
}

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

/* 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;
    }

}

#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: 6px;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 3px 24px rgba(22, 33, 57, .08), 0 3px 4px rgba(22, 33, 57, .24);
    transition: box-shadow .25s;
    color: #333;
    text-decoration: none;
    overflow: hidden;
}

.tool_item:hover, .tool_item:active, .tool_item:focus {
    box-shadow: 0 3px 40px rgba(22, 33, 57, .18), 0 3px 4px rgba(22, 33, 57, .3);
    transition: box-shadow .25s
}

.tool_item:hover {
    box-shadow: 0 3px 40px rgba(22, 33, 57, .18), 0 3px 4px rgba(22, 33, 57, .3);
    transition: box-shadow .25s;
    background-color: #f0f0f0; /* Change the background color on hover */
    color: #333; /* Change the text color on hover */
    text-decoration: none; /* Remove underlining on hover */
}

@media (min-width: 540px) {
    .tool_item {
        height: 200px
    }
}

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


.tool_itemTitle {
    font-size: 16px;
    font-weight: 600;
}

@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: 14px;
    color: #444;
    line-height: 1.34
}

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

.header {
    max-height: 50px;
}

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

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

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

.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 */
}

.btn-xl {
    padding: 15px 30px;
    font-size: 30px;
    border-radius: 10px;
    max-width: 274px;
    background-color: #0e4d0d;
    color: white; /* Use 'color' property to set text color */
}

.btn-xl:hover {
    filter: brightness(90%); /* Adjust brightness for the hover effect */
    color: white;
}

input[type="file"] {
    font-family: "Helvetica", sans-serif;
    word-wrap: break-word;
}

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

.navbar-brand {
    color: black;
}

.nav-link {
    color: black;
}

h1 {
    font-size: 50px;
    font-family: "Helvetica", sans-serif;
    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 {
        margin-top: 20px;
        width: 100%;
    }
}

.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: 0px;
    top: 0px;
    min-height: 100%;
    min-width: 100%;
    z-index: 9997;
}

#overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    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;
    padding: 24px 16px;
    width: 100%;
    height: 100%;
    background-color: #F0F0F0;
    padding: 0;
}

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

.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: 5px;
}

.tab-content .tab-pane {
    padding: 20px;
}

@-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: official;
    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;
    margin-top: 10px;
    justify-content: center;
}

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

.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;
}

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

.text-purple {
    color: #5C005C;
}

.tui-image-editor-container {
    min-height: 600px !important;
}


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

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

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

.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;
}

.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: 10px;
    margin: 20px 0;
}

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

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

.flex {
    display: flex;
}

.dz-preview {
    display: inline-block;
    border: 3px solid #333;
    border-radius: 10px;
    padding: 10px;
    width: 20%;
}

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

.files-downloaded li a,
.dz-filename span {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

@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 {
        margin-top: 20px;
        width: 100%;
    }

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

    .files-preview {
        flex-wrap: wrap;
    }

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

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

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


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;
}

.dz-filename span {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.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;
}

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

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

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

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

.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-color: #f7f9f9;
    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 30px;
    background-color: transparent;
    border-radius: 5px;
}

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

.tab-content {
    display: none;
}

.plan-wrapper {
    background: #f7f9f9;
    padding: 32px;
    position: relative;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}

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

.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: #f7f9f9;
    padding: 5px;
    border-radius: 10px;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

.gateway-choices ul a {
    border: 0 !important;
    padding: 8px 30px;
    background-color: transparent !important;
    border-radius: 5px;
    color: #000 !important;
}

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

.gateway-choices ul a.active {
    background-color: #057bff !important;
    color: #fff !important;
}

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

.asterisc {
    font-weight: normal;
    font-size: 30px;
}

.smaller {
    font-size: 11px;
}

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

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

li.nav-item a svg {
    height: 16px;
    width: 16px;
}