:root {
    --blue-color: #219ce3;
    --border-gray: 1px solid #e0e0e0;
    --background-gray: #bfbfbf;
    --background-dark-gray: #404040;
    --white-color: #fff;
    --font-size-large: 22px;
    --font-size-medium: 20px;
    --font-size-default: 18px;
    --font-size-x-default: 17px;
    --font-size-small: 15px;
    --font-size-x-small: 13px;
    --font-size-h1: 40px;
    --font-size-tool-h1: 28px;
    --font-size-h2: 32px;
    --font-size-h3: 28px;
    --font-size-h4: 19px;
    --font-size-h5: 18px;
    --line-height-default: 2;
    --line-height: 1.5;
    --light-blue: #f2f7ff;
    --converter-color: #219ce3;
    --validator-color: #e3213e;
    --beautifier-color: #000000;
    --minifier-color: #b59856;
    --othertool-color: #f7a222;
    --cryptography-color: #68da88;
    --randomtool-color: #697ff1;
    --editor-color: #2b7e9a;
}
*:not(.ace_editor *) {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none;
    font-size: var(--font-size-default);
    box-sizing: border-box;
    outline: unset;
    font-family: "Oxygen", sans-serif;
}

html{
    scroll-behavior: smooth;
}
body::-webkit-scrollbar,
textarea.output::-webkit-scrollbar,
.dropdown-content::-webkit-scrollbar,
.search-bar-home-page::-webkit-scrollbar {
    width: 10px;
    background-color: lightgray;
}

body::-webkit-scrollbar-thumb,
textarea.output::-webkit-scrollbar-thumb,
.dropdown-content::-webkit-scrollbar-thumb,
.search-bar-home-page::-webkit-scrollbar-thumb {
    background-color: var(--blue-color);
}

.ace_editor,
.ace_editor div {
    font-family: monospace !important;
    font-size: 18px !important;
}

.text-gray {
    color: var(--background-gray);
    font-size: var(--font-size-small);
    margin-left: 7px;
}
.home-bg {
    background: url("/web_assets/frontend/img/home_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 700px;
}
.home-bg1 {
    position: relative;
    background: url("/web_assets/frontend/img/ellipse.png");
    background-attachment: initial;
    background-position: 1100px 100px;
    background-repeat: no-repeat;
}

.disable__btn {
    filter: grayscale(1);
}

.container {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 10px;
}
.flex {
    display: flex;
    align-items: center;
}
.flex-sb {
    justify-content: space-between;
}
.flex-c {
    justify-content: center;
}
.flex-se {
    justify-content: space-evenly;
}
.flex-ic {
    align-items: center !important;
}

.flex-st {
    justify-content: flex-start;
}
.flex-e {
    justify-content: flex-end;
}
.flex-cg-10 {
    column-gap: 15px;
}
.ul {
    column-gap: 25px;
}
.ul li a {
    color: var(--background-dark-gray);
}
.btn {
    min-height: 30px;
    background: var(--blue-color);
    padding: 7px 14px;
    color: var(--white-color);
    border-radius: 8px;
}
nav .logo a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    color: var(--background-dark-gray);
    font-size: 24px;
}
nav .logo img {
    width: 35px;
}

.nav-div {
    padding: 20px 0px;
}
.nav-mob-btn {
    display: none;
}

.nav-search-contact-div .contact-btn a {
    background-color: #000000;
    font-size: 18px !important;
    padding: 8px 20px;
}

.nav-mob-btn > div {
    cursor: pointer;
}

.text-center {
    text-align: center;
}
.home-section1 h1 {
    text-align: center;
    font-size: 36px;
    padding: 5px 0px;
}
.home-section1 p {
    text-align: center;
    width: 700px;
    margin: 0 auto;
    line-height: var(--line-height);
    font-size: var(--font-size-default);
    max-width: 100%;
}
.search-div {
    margin: 15px auto 20px auto;
    position: relative;
    padding: 10px 30px;
    background: var(--white-color);
    border-radius: 8px;

    max-width: 500px;
    width: 100%;
    min-width: 300px;
}
.search-div input {
    max-width: 500px;
    width: 100%;
    min-width: 300px;
    border: none;
    outline: none;
    padding: 5px 20px;
    color: var(--background-gray);
}
::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--background-gray);
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--background-gray);
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--background-gray);
}

.search-div img {
    position: absolute;
    left: 0;
    width: 20px;
    margin: 10px;
}
.search-div .search-btn {
    position: absolute;
    right: 0;
    padding: 8px 6px;
    outline: none;
    border: none;
    margin: 10px;
    background: var(--blue-color);
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.comer-add-div {
    min-height: 100px;
    /* margin: 25px auto; */
    margin: 0 auto;
}
.comer-add-div img {
    width: 780px;
    max-width: 100%;
}
.section1-maintools {
    background: var(--white-color);
    width: 85%;
    margin: 0 auto;
    column-gap: 10px;
    padding: 10px;
    border-radius: 8px;
    align-items: stretch;
}

.flex-element {
    /* width: 24%; */
    flex: 1;
    text-align: center;
    padding: 10px;
    background: var(--light-blue);
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    color: #000;
}

.converter-tag-btn {
    background: var(--blue-color);
    padding: 3px 7px;
    font-size: 13px;
    color: var(--white-color);
    border-radius: 4px;
}
.validator-tag-btn {
    background: var(--validator-color);
    padding: 3px 7px;
    font-size: 13px;
    color: var(--white-color);
    border-radius: 4px;
}
.beautifier-tag-btn {
    background: var(--beautifier-color);
    padding: 3px 7px;
    font-size: 13px;
    color: var(--white-color);
    border-radius: 4px;
}
.minifier-tag-btn {
    background: var(--minifier-color);
    padding: 3px 7px;
    font-size: 13px;
    color: var(--white-color);
    border-radius: 4px;
}
.othertool-tag-btn {
    background: var(--othertool-color);
    padding: 3px 7px;
    font-size: 13px;
    color: var(--white-color);
    border-radius: 4px;
}

.cryptography-tool-tag-btn,
.random-generator-tag-btn {
    background: var(--cryptography-color);
    padding: 3px 7px;
    font-size: 13px;
    color: var(--white-color);
    border-radius: 4px;
}

.code-editor-tag-btn{
    padding: 3px 7px;
    font-size: 13px;
    color: var(--white-color);
    border-radius: 4px;
    background: var(--editor-color);
}



.tag-number {
    font-size: 23px;
    font-weight: 700;
    color: var(--background-dark-gray);
}
.arrow {
    width: 20px;
}
.view-more {
    font-size: var(--font-size-x-small);
    color: var(--background-dark-gray);
}
.name-head {
    font-size: 21px;
    font-weight: 700;
    text-align: left;
    padding: 5px 0px;
}
.name-desc {
    text-align: left;
    padding: 0px 0px 5px 0px;
    font-size: var(--font-size-small);
    line-height: 1.4;
    letter-spacing: 0.2px;
}

.tool__view {
    padding-top: 10px;
}

/* Our Tool Section */
.our-tool-section {
    text-align: center;
    padding: 15px 0px 20px 0px;
}
.our-tool-section h2 {
    color: var(--blue-color);
}
.our-tool-section .h2_des {
    font-size: var(--font-size-h2);
    font-weight: 800;
}
.all-tools-name-logo {
    width: 20px;
    margin-top: 2px;
}

.all-tools-div {
    margin-bottom: 40px;
}
.all-tools-div h2 a {
    color: var(--background-dark-gray);
    font-size: var(--font-size-h3);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 15px;
}
.all-tools-div span {
    font-size: var(--font-size-small);
    color: var(--background-dark-gray);
}
.tools-head-div {
    margin: 0px 0px 30px 0px;
}
.flex-divs {
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    align-items: stretch;
}
.all-tools-div .flex-divs .tools-divs {
    width: 23.7%;
    border-radius: 8px;
    color: var(--background-dark-gray);
    text-align: center;
    padding: 1rem;
    background-image: linear-gradient(to top, #f2f7ff6e, #f2f7ff);
    cursor: pointer;
}
.tools-divs h4 {
    font-size: var(--font-size-small);
    color: var(--background-dark-gray);
}
.tools-divs p {
    font-size: var(--font-size-x-small);
    color: var(--background-dark-gray);
    padding: 10px 0px;
    line-height: 1.5;
}
.footer-contact {
    background: url("/web_assets/frontend/img/footer-contact.png");
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 30px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-area {
    padding: 20px;
    text-align: center;
    margin: auto auto;
    line-height: 3;
}
.contact-area h2 {
    font-size: var(--font-size-h2);
    color: #fff;
}
.grid-footer {
    display: grid;
    grid-template-columns: auto auto;
}
.btn-white {
    background: #fff;
    border: none;
    color: #000;
    cursor: pointer;
}

footer a {
    font-family: sans-serif !important;
}

.footer-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 12px;
    margin-top: 20px;
}
.grid-item3a {
    padding: 0px 30px;
    line-height: var(--line-height);
}
.grid-item3a ul li {
    list-style: none;
}

.grid-item3a h4 {
    font-size: var(--font-size-h4);
    font-weight: 100;
}
.grid-item3a a {
    color: var(--background-dark-gray);
}
.footer-flex a {
    padding: 8px;
    height: 35px;
    width: 35px;
    background-color: var(--blue-color);
    border: none;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copyright_section {
    background-color: var(--background-gray);
}
.copyright {
    padding: 20px;
    text-align: center;
}

.item1 {
    grid-area: logo;
    padding: 0px 25px 0px 0px;
    line-height: var(--line-height);
}
.item1 p {
    font-size: var(--font-size-small);
    color: var(--background-dark-gray);
    margin-top: 10px;
}

.item2 {
    grid-area: company;
}

.item3 {
    grid-area: about;
}

.item4 {
    grid-area: contact;
    line-height: var(--line-height);
}
.grid-container {
    display: grid;
    grid-template-areas: "logo logo company about contact";
    gap: 0px;
    margin-bottom: 10px;
}
.grid-item3a ul li {
    font-weight: 100;
    font-size: var(--font-size-default);
    line-height: 2;
}
.grid-item3a ul li a {
    font-weight: 100;
    font-family: auto;
    font-size: 17px;
}
.grid-item4a ul li {
    font-size: var(--font-size-small);
    color: var(--background-dark-gray);
}
.grid-item4a ul {
    margin-top: 7px;
}
.grid-item4a h4 {
    font-size: var(--font-size-h4);
    font-weight: 100;
}

/* .section1-maintools .flex-element{
    cursor: pointer;
} */
/* Hover Effects under Search Section */
.section1-maintools .flex-element:hover > .flex-sb .tag-number {
    color: #fff;
}
.section1-maintools .flex-element:hover > .name-head {
    color: #fff;
}
.section1-maintools .flex-element:hover > .name-desc {
    color: #fff;
}
.section1-maintools .flex-element:hover > .flex-sb-more div .view-more {
    color: #fff;
}
.section1-maintools .flex-element:hover > .flex-sb-more div .arrow {
    filter: brightness(0) invert(1);
}

.flex-converter:hover {
    background: var(--converter-color);
}
.flex-converter:hover > .flex-sb .converter-tag-btn {
    background: #fff;
    color: var(--converter-color);
}

.flex-validator:hover {
    background: var(--validator-color);
}

.flex-validator:hover > .flex-sb .validator-tag-btn {
    background: #fff;
    color: var(--validator-color);
}

.flex-beautifier:hover {
    background: var(--beautifier-color);
}
.flex-beautifier:hover > .flex-sb .beautifier-tag-btn {
    background: #fff;
    color: var(--beautifier-color);
}

.flex-minifier:hover {
    background: var(--minifier-color);
}
.flex-minifier:hover > .flex-sb .minifier-tag-btn {
    background: #fff;
    color: var(--minifier-color);
}

.flex-othertool:hover {
    background: var(--othertool-color);
}
.flex-othertool:hover > .flex-sb .othertool-tag-btn {
    background: #fff;
    color: var(--othertool-color);
}

/* Hover Effects on Tools Section */
.all-tools-div .tools-divs:hover > h4 {
    color: #fff;
}
.all-tools-div .tools-divs:hover > p {
    color: #fff;
}
.converter-div .tools-divs:hover {
    background: var(--converter-color);
}
.validator-div .tools-divs:hover {
    background: var(--validator-color);
}
.beautifier-div .tools-divs:hover {
    background: var(--beautifier-color);
}
.minifier-div .tools-divs:hover {
    background: var(--minifier-color);
}
.othertool-div .tools-divs:hover {
    background: var(--othertool-color);
}

.othertool-div .tools-divs:hover {
    background: var(--othertool-color);
}
.cryptography-tool-div .tools-divs:hover {
    background: var(--cryptography-color);
}
.random-generator-div .tools-divs:hover {
    background: var(--randomtool-color);
}

.code-editor-div .tools-divs:hover {
    background: var(--editor-color);
}

/* Tool Pages CSS */
.tool-bg {
    background: url("/web_assets/frontend/img/tool_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* min-height: 740px; */
    min-height: 630px;
}
.converter-head-bg {
    background: url("/web_assets/frontend/img/header-img/converter-header-bg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.validator-head-bg {
    background: url("/web_assets/frontend/img/header-img/validator-header-bg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.minifier-head-bg {
    background: url("/web_assets/frontend/img/header-img/minifier-header-bg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.beautifier-head-bg {
    background: url("/web_assets/frontend/img/header-img/beautifier-header-bg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.othertool-head-bg {
    background: url("/web_assets/frontend/img/header-img/other-tools-header-bg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cryptography-tool-head-bg {
    background: url("/web_assets/frontend/img/header-img/cryptography-tool-header-bg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.random-generator-head-bg {
    background: url("/web_assets/frontend/img/header-img/random-generator-header-bg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.code-editor-head-bg {
    background: url("/web_assets/frontend/img/header-img/code-editor-head-bg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.h-100 {
    min-height: 90px;
    padding: 25px 0px;
}
.tool-add-sec {
    margin: 15px auto 10px auto;
}
.tool-add-sec img {
    width: 728px;
    margin: 0 auto;
    max-width: 100%;
    min-height: 90px;
}
.tool-content-section {
    width: 728px;
    max-width: 80%;
    margin: 0 auto;
    line-height: 2;
}
.converter-content-section a {
    color: var(--converter-color);
}
.validator-content-section a {
    color: var(--validator-color);
}
.minifier-content-section a {
    color: var(--minifier-color);
}
.beautifier-content-section a {
    color: var(--beautifier-color);
}

.othertool-content-section a {
    color: var(--othertool-color);
}
.tool-content-section h2 {
    font-size: var(--font-size-h3);
}
.tool-content-section h3 {
    font-size: var(--font-size-h4);
}
.tool-content-section h4 {
    font-size: var(--font-size-h5);
}
.flex-top {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.tool-heading {
    flex: 2;
}
.tool-heading h1 {
    color: #fff;
    font-size: var(--font-size-tool-h1);
    font-weight: 700;
}
.tool-description {
    flex: 2.1;
    text-align: right;
}
.tool-description p {
    color: #fff;
    font-size: var(--font-size-x-default);
}
.tool-section {
    min-height: 410px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 7px 0px #e5dfdf;
}
.swap-tool {
    width: 22px;
    margin-top: 4px;
}
.p-20 {
    padding: 15px;
}
.b-b {
    border-bottom: 1px solid #d2d2d2;
}
.b-r {
    border-right: 1px solid #d2d2d2;
}
.select-list {
    border: none;
    outline: none;
    padding: 5px 50px 5px 5px;
    background: #f0f0f0;
    border-radius: 5px;
    min-width: 200px;
}
.related-tools-h4 {
    margin: 30px 0px;
}
.tool-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.input-div,
.output-div {
    width: 50%;
    height: 346px;
}
.input-div textarea {
    width: 100%;
    border: none;
    height: 280px;
    resize: none;
    padding: 15px;
    font-size: var(--font-size-x-default);
    color: var(--background-dark-gray);
    overflow-x: hidden;
    word-break: break-all;
    border-bottom: 1px solid #80808057;
}
.output-div textarea {
    width: 100%;
    border: none;
    height: 280px;
    resize: none;
    padding: 15px;
    font-size: var(--font-size-x-default);
    color: var(--background-dark-gray);
    border-bottom: 1px solid #80808057;
}
.json-viewer {
    overflow-y: auto;
}
.file_upload {
    width: 26px;
    cursor: pointer;
}
.url_link {
    width: 22px;
    cursor: pointer;
}
.sample {
    width: 19px;
    cursor: pointer;
}
button.tool-button-s {
    border: none;
    color: #fff;
    padding: 7px 40px;
    border-radius: 5px;
    font-size: var(--font-size-x-default);
    font-weight: 100;
    cursor: pointer;
}

.tool-section #input::-webkit-scrollbar,
.tool-section #output::-webkit-scrollbar {
    width: 0.5em;
}
.tool-section .ace_scrollbar-v::-webkit-scrollbar {
    width: 0.5em;
}
/* .tool-section .json-viewer::-webkit-scrollbar {
    width: 0.5em;
} */
.json-viewer::-webkit-scrollbar {
    width: 8px;
    height: 9px;
}
.ace_scrollbar-v::-webkit-scrollbar {
    width: 8px;
    height: 9px;
}
.CodeMirror-scroll::-webkit-scrollbar {
    width: 8px;
    height: 9px;
}
.converter-tool-section-area #input::-webkit-scrollbar-thumb,
.converter-tool-section-area #output::-webkit-scrollbar-thumb {
    background-color: var(--converter-color);
    border-radius: 10px;
}
.converter-tool-section-area .ace_scrollbar-v::-webkit-scrollbar-thumb {
    background-color: var(--converter-color);
    border-radius: 10px;
}
.converter-tool-section-area .json-viewer::-webkit-scrollbar-thumb {
    background-color: var(--converter-color);
    border-radius: 10px;
}
.beautifier-tool-section-area #input::-webkit-scrollbar-thumb,
.beautifier-tool-section-area #output::-webkit-scrollbar-thumb {
    background-color: var(--beautifier-color);
    border-radius: 10px;
}
.beautifier-tool-section-area .json-viewer::-webkit-scrollbar-thumb {
    background-color: var(--beautifier-color);
    border-radius: 10px;
}
.validator-tool-section-area #input::-webkit-scrollbar-thumb,
.validator-tool-section-area #output::-webkit-scrollbar-thumb {
    background-color: var(--validator-color);
    border-radius: 10px;
}
.validator-tool-section-area .json-viewer::-webkit-scrollbar-thumb {
    background-color: var(--validator-color);
    border-radius: 10px;
}
.minifier-tool-section-area #input::-webkit-scrollbar-thumb,
.minifier-tool-section-area #output::-webkit-scrollbar-thumb {
    background-color: var(--minifier-color);
    border-radius: 10px;
}
.minifier-tool-section-area .json-viewer::-webkit-scrollbar-thumb {
    background-color: var(--minifier-color);
    border-radius: 10px;
}
.othertool-tool-section-area #input::-webkit-scrollbar-thumb,
.othertool-tool-section-area #output::-webkit-scrollbar-thumb,
.othertool-tool-section-area .output-div #output #output_t::-webkit-scrollbar-thumb,
.othertool-tool-section-area .output-div #output::-webkit-scrollbar-thumb {
    background-color: var(--othertool-color);
    border-radius: 10px;
}
.othertool-tool-section-area .json-viewer::-webkit-scrollbar-thumb {
    background-color: var(--othertool-color);
    border-radius: 10px;
}
.converter-tool-section-area button.tool-button-s {
    background: var(--converter-color);
}
.beautifier-tool-section-area button.tool-button-s {
    background: var(--beautifier-color);
}
.validator-tool-section-area button.tool-button-s {
    background: var(--validator-color);
}
.minifier-tool-section-area button.tool-button-s {
    background: var(--minifier-color);
}
.othertool-tool-section-area button.tool-button-s {
    background: var(--othertool-color);
}
.cryptography-tool-section-area button.tool-button-s {
    background-color: var(--cryptography-color) !important;
}
.generator-tool-section-area button.tool-button-s {
    background-color: var(--randomtool-color) !important;
}

.Generator-tool-section-area button.tool-button-s {
    background-color: var(--randomtool-color) !important;
}

.icon-output {
    width: auto;
    height: 22px;
    cursor: pointer;
}
.col-gap {
    column-gap: 20px;
}
/* Tool Tip */
[data-tooltip] {
    position: relative;
    display: inline-block;
}
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
    opacity: 1;
}
[data-tooltip]:after,
[data-tooltip]:before {
    position: absolute;
    top: -8px;
    left: 50%;
    z-index: 9999;
    opacity: 0;
}
[data-tooltip]:before {
    content: "";
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 4px 6px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.8) transparent transparent;
}
[data-tooltip]:after {
    width: max-content;
    content: attr(data-tooltip);
    -webkit-transform: translateX(-50%) translateY(-100%);
    -ms-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    color: #fff;
    padding: 4px 2px;
    font-size: 12px;
    min-width: 80px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    pointer-events: none;
    padding: 4px;
}
[data-tooltip].active:after {
    content: attr(data-tooltip-active) !important;
}
[data-tooltip].nav-tab-active:after {
    opacity: 0;
}
[data-tooltip].nav-tab-active:before {
    opacity: 0;
}
[data-tooltip].nav-tab.active:after {
    opacity: 0;
}
[data-tooltip].nav-tab.active:before {
    opacity: 0;
}

.flex-element-search {
    padding: 6px 10px;
    border: 1px solid #e4edfb;
    width: 100%;
    background: #f2f7ff;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}

.flex-element-search.active {
    background: var(--blue-color);
    transition: 0.3s ease;
}

.flex-element-search.converter {
    background: var(--converter-color);
}
.flex-element-search.validator {
    background: var(--validator-color);
}
.flex-element-search.beautifier {
    background: var(--beautifier-color);
}
.flex-element-search.minifier {
    background: var(--minifier-color);
}
.flex-element-search.othertool {
    background: var(--othertool-color);
}

.flex-element-search.cryptography-tool {
    background: var(--cryptography-color);
}

.flex-element-search.random-generator {
    background: var(--randomtool-color);
}

.flex-element-search.code-editor {
    background: var(--editor-color);
}


.flex-element-search.code-editor span:last-child{
    color: var(--editor-color) !important;
}

.flex-element-search.converter span:last-child {
    color: var(--converter-color) !important;
}
.flex-element-search.validator span:last-child {
    color: var(--validator-color) !important;
}
.flex-element-search.beautifier span:last-child {
    color: var(--beautifier-color) !important;
}
.flex-element-search.minifier span:last-child {
    color: var(--minifier-color) !important;
}
.flex-element-search.othertool span:last-child {
    color: var(--othertool-color) !important;
}

.flex-element-search.random-generator span:last-child {
    color: var(--randomtool-color) !important;
    padding: 2px 5px;
    border-radius: 3px;
}

.flex-element-search.cryptography-tool span:last-child {
    color: var(--cryptography-color) !important;
    padding: 2px 5px;
    border-radius: 3px;
}

.flex-element-search.active span:nth-child(1) {
    color: white;
}

.flex-element-search.active span:nth-child(2) {
    background-color: white;
    color: var(--blue-color);
}

@media screen and (min-width: 1700px) {
    .home-bg1 {
        background-position: 120% 100px;
    }
}
@media screen and (max-width: 1250px) {
    .home-bg1 {
        background-position: 900px 100px;
    }
    .flex-element-search {
        width: 90%;
    }
}
@media screen and (max-width: 980px) {
    .contact-area h2 {
        font-size: var(--font-size-h3);
        margin-bottom: 20px;
    }
    .contact-area {
        line-height: 1;
    }
    .flex-element-search {
        width: 49.4%;
    }
}

.tool-header select {
    color: rgb(24, 24, 24) !important;
}
.tool-header .header__input {
    max-width: 50% !important;
    width: 100%;
    min-width: 300px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tool-header .header__input p {
    min-width: 90px;
}

.tool-header .header__input input {
    width: 100%;
    min-width: 250px;
    padding: 7px;
    border: 1px solid lightgray;
    border-radius: 5px;
    font-size: 16px;
}

@media screen and (max-width: 780px) {
    .flex-element-search {
        width: 100%;
    }

    .search-div.header-search-click,
    #header-search {
        max-width: 100% !important;
    }

    .dis-none {
        display: none !important;
    }

    .nav-search-contact-div {
        position: absolute;
        top: 75px;
        left: 10px;
        right: 0px;
    }

    .header-search-bar {
        width: 100%;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .nav-list {
        background: white;
        line-height: 2;
        margin-top: 15px;
        position: absolute;
        width: 100%;
        top: 40px;
        z-index: 999;
        border: 1px solid #f5f9ff;
        left: 0;
    }
    .contact-btn {
        display: none;
    }

    .nav-mob-btn {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .nav-mob-btn img {
        width: 20px;
        margin-top: 5px;
    }

    .toogle {
        display: block;
        order: 2;
        flex-basis: 20%;
        text-align: right;
    }
    .ul {
        flex-direction: column;
    }
    .flex-element {
        width: 48%;
        flex: unset;
        margin: 7px 3px;
    }
    .section1-maintools {
        flex-wrap: wrap;
    }
    .all-tools-div .flex-divs .tools-divs {
        width: 31.5%;
    }
    .grid-container {
        grid-template-areas:
            "logo logo"
            "company about"
            "contact contact";
    }
    .item1 {
        padding: 0px 25px;
    }
    .item2,
    .item3 {
        margin: 10px 0px;
    }
    .item4 {
        padding: 0px 25px;
    }
    .short__feedback__emoji {
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 90%;
        min-width: 300px;
        gap: 20px;
    }

    .short__feedback__emoji div {
        align-items: center !important;
        text-align: center !important;
    }
    .short__feedback__emoji div * {
        text-align: center !important;
        margin: auto !important;
    }

    .short__feedback__emoji p {
        align-self: center;
    }

    .short__feedback__emoji > div {
        margin: auto !important;
        text-align: center !important;
    }
    .short__feedback__emoji svg {
        width: 40px;
        height: 40px;
    }
    .short__feedback__emoji div:nth-child(2) {
        max-width: 300px;
    }
    #feedback__form > div > div:nth-child(2) {
        max-width: 280px;
    }

    .feedback__system {
        padding: 20px !important;
    }
    .close__popup {
        right: -5px !important;
    }
}
@media screen and (max-width: 500px) {
    .home-bg {
        height: 1180px;
    }
    .nav-div {
        flex-direction: row-reverse;
    }
    .logo {
        order: 1;
        flex-basis: 50%;
    }
    /* .nav-list {
        order: 4;
        flex-basis: 100%;
    } */
    .contact-btn {
        order: 3;
        flex-basis: 100%;
        text-align: center;
    }

    .section1-maintools {
        width: 98%;
        column-gap: 10px;
        flex-wrap: wrap;
        row-gap: 0px;
        padding: 8px;
        border: 1px solid #f2f6fb;
    }
    .flex-element {
        width: 99%;
    }
    .our-tool-section .h2_des {
        font-size: 22px;
        font-weight: 600;
    }
    .all-tools-div h2 a {
        font-size: 21px;
    }
    .flex-divs {
        column-gap: 8px;
        row-gap: 8px;
    }
    .all-tools-div .flex-divs .tools-divs {
        width: 48.5%;
        padding: 8px;
    }
    .flex-top {
        flex-direction: column;
    }
    .tool-description {
        text-align: left;
    }
    .tool-area {
        flex-direction: column;
    }
    .input-div,
    .output-div {
        width: 100%;
    }
    .select-list {
        min-width: 100%;
    }
    .b-r {
        border-bottom: 1px solid #d2d2d2;
        border-right: none;
    }
    button.tool-button-s {
        padding: 7px 20px;
    }
    .h-100 {
        padding: 10px 0px;
    }
    .tool-section {
        min-height: 750px;
    }
    .tool-bg {
        /* min-height: 1080px; */
        min-height: 980px;
    }
    .container {
        max-width: 95%;
    }
    .tool-content-section {
        max-width: 98%;
    }
    .item1,
    .item4 {
        padding: 0px 10px;
        margin: 5px 7px;
    }
    .item2,
    .item3 {
        margin: 5px 18px;
    }
    .grid-item3a {
        padding: 0;
    }
}
.mb-5 {
    margin-bottom: 6px;
    margin-top: 6px;
}
.nav-list-show-hide {
    display: none;
}

.home-section1 {
    position: relative;
}

.search-bar-home-page {
    padding: 10px;
    position: absolute;
    background: white;
    border: 1px solid #e4edfb;
    left: 50%;
    transform: translateX(-50%);
    gap: 10px;
    justify-content: start;
    align-items: center;
    border-radius: 5px;
    margin-top: -15px;
    overflow-y: auto;
    max-width: 500px;
    width: 100%;
    min-width: 300px;
    flex-direction: column;
    max-height: 400px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.header-search-bar {
    margin-right: 15px;
    position: relative;
}

.header-search-bar > div:nth-child(1) {
    max-height: 40px;
    border: 1px solid rgb(233, 233, 233);
    box-shadow: rgba(99, 99, 99, 0.03) 0px 2px 8px 0px;
}

.header-search-bar > div:nth-child(2) {
    margin-top: 0px;
}

.header-search-bar .search-div {
    margin: 0px;
    margin-right: 10px;
}

#search-bar-header-page {
    z-index: 10;
}

.d-none {
    display: none !important;
}
.searched-result-head {
    font-size: 16px;
    color: #000000b8;
}

.flex-element-search .converter-tag-btn {
    color: #fff;
    background: var(--converter-color);
}
.flex-element-search .validator-tag-btn {
    color: #fff;
    background: var(--validator-color);
}

.flex-element-search .beautifier-tag-btn {
    color: #fff;
    background: var(--beautifier-color);
}

.flex-element-search .minifier-tag-btn {
    color: #fff;
    background: var(--minifier-color);
}

.flex-element-search .othertool-tag-btn {
    color: #fff;
    background: var(--othertool-color);
}

.flex-element-search .cryptography-tool-tag-btn {
    color: #fff;
    background: var(--cryptography-color);
}

.flex-element-search .random-generator-tag-btn {
    color: #fff;
    background: var(--randomtool-color);
}

.flex-element-search .tag-btn {
    text-align: right;
    margin-left: auto;
    font-size: 10px;
}
.noresult {
    font-size: 16px;
    color: #070707;
    width: 100%;
}

/* ============ BLog Page ===============  */

.blogs .section-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    padding: 15px;
    margin: 0 auto;
}
.lastestblog {
    width: 70%;
}
.mostpopular {
    width: 25%;
}
.lastestblog .latestpic {
    width: 820px;
    height: 410px;
    background: white;
}
.lastestblog .latestpic img {
    width: 100%;
    height: 100%;
}
.populartitle {
    color: #219ce3;
}
.popularblogs {
    margin-top: 30px;
}
.popularblogs span,
.blogcard .cardcontent span {
    font-size: 18px;
    font-weight: bold;
}
.popularblogs:hover span,
.blogcard:hover .cardcontent span {
    color: #0f73ee;
    cursor: pointer;
}
.popularblogs a {
    text-decoration: none;
    color: #000;
}
.card {
    padding: 30px 0px;
}
.recentblogs .section-container,
.card .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
}
.recentblogs .section-container a {
    color: #0f73ee;
    cursor: pointer;
}
.inner-cards {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
}
.blogcard {
    margin: 20px 0px;
    width: 375px;
    border-radius: 10px;
    background-color: white;
    box-shadow: #64646f33 0px 7px 29px 0px;
}
/* --------- */
.blogcard img {
    width: 100%;
    height: 230px;
    border-radius: 8px;
}
.cardcontent {
    padding: 15px;
    width: 100%;
    min-height: 50px;
    overflow: hidden;
}
.ft-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}
.ft-card span {
    padding: 4px 8px;
    border-radius: 50%;
    border: 1px solid gray;
}
.oldblogs {
    padding: 40px 0px;
    background-color: #f8f8f8;
}
/* =======================pages ================ */
/* ============ Single BLog Page ===============  */
div.herobg {
    /* background-color: #f8f8f8; */
    position: absolute;
    height: 400px;
    z-index: -2;
    width: 100%;
}
.herotitle {
    position: relative;
    justify-content: space-between;
    padding: 0;
    align-items: center;
    line-height: 2;
}
.herotitle h2 {
    font-weight: 700;
}
.heroblog h1 {
    font-weight: 700;
    font-size: 26px;
}
.herotitle time {
    font-weight: normal;
    font-size: 15px;
}
.herotitle h2 a {
    color: #000;
}
.heroblog {
    line-height: 2;
    font-size: 18px;
    font-weight: 400;
}
.heroblog h1 {
    font-weight: 700;
}
.heroblog h2,
.heroblog h3 {
    font-weight: 600;
}
.heroblog img {
    /* margin-top: 80px; */
    border-radius: 10px;
    width: 100%;
    height: 460px;
}

.heroblog a {
    text-decoration: underline;
    color: #fc9800;
}
.heroblog a:hover {
    color: #ffc400e8;
}
.heroblog .time_section {
    margin: 0px 0px 10px 0px;
}
.heroblog time {
    font-size: 14px;
    color: #949292;
    font-weight: 600;
}

.heroblog ul {
    margin-left: 40px;
}

.heroblog ul li {
    list-style: disc;
}

.single_page_img {
    text-align: center;
}
.single_page_img img {
    height: unset !important;
    width: unset !important;
}
.flex-s {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
    flex-wrap: wrap;
    row-gap: 10px;
}
.mode-btn {
    background: #fff;
    padding: 3px 11px;
    color: #000000;
    border-radius: 4px;
    border: 1px solid #ffbe0d;
    cursor: pointer;
    font-size: 15px;
}
.mb-2 {
    margin-bottom: 40px;
}
.mb-1 {
    margin-bottom: 20px;
}

.item1 p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1.05px;
}

/* ==================== Tools ================== */
/* ============ xsd validator ===============  */
.xsd__response {
    margin: 50px 0px;
}

.xsd__response h2 {
    font-size: var(--font-size-h2);
    text-align: center;
}

.xsd__response div {
    /* background-color: #ffe5e5; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 20px;
    border-radius: 7px;
    margin-top: 20px;
    line-height: 160%;
}

.xsd__tool textarea {
    height: 100%;
}

.xsd__response ol li {
    list-style-type: square;
    list-style-position: inside;
    margin-left: 20px;
}

/* ============ xml-fo transformation ===============  */

.xslfo__transformation__wrapper textarea {
    height: 100%;
}

.xslfo__response__content {
    margin: 60px 0px;
}

.xslfo__response__content h2 {
    font-size: var(--font-size-h2);
    text-align: center;
    margin-bottom: 30px;
}

.xslfo__response__content > div {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 35px;
    font-size: 0px;
    border-radius: 7px;
    margin: 10px 0px;
    background-color: white;
    position: relative;
    max-height: 400px;
    overflow-y: scroll;
}

.xslfo__response__content > div > div {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.xslfo__response__content > div > div img {
    width: 22px;
    transition: 0.3s ease;
    cursor: pointer;
}

.xslfo__response__content > div > div img:hover {
    transform: scale(1.1);
}

.xslfo__response__content pre code {
    font-size: 16px;
}

/* =====================================================
                    feedback system
===================================================== */
.short__feedback__emoji {
    display: flex;
    justify-content: space-around;
    max-width: 1000px;
    width: 90%;
    min-width: 300px;
    margin: 50px auto;
}

.short__feedback__emoji h3 {
    font-size: var(--font-size-h3);
}

.short__feedback__emoji p {
    line-height: 130%;
    letter-spacing: 0.5px;
    max-width: 90%;
    align-self: flex-start;
}

.short__feedback__emoji > div {
    flex: 1;
}
.short__feedback__emoji > div:nth-child(1) {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: left !important;
    gap: 5px;
}
.short__feedback__emoji > div:nth-child(1) > * {
    width: 100% !important;
}

.short__feedback__emoji > div:nth-child(2) {
    display: flex;
    gap: 20px;
    margin-right: -80px;
    align-items: center;
}

.short__feedback__emoji > div:nth-child(2) svg {
    width: 60px;
    cursor: pointer;
    transition: 0.3s ease;

    /* filter: brightness(0) saturate(100%) invert(80%) sepia(45%) saturate(1551%) hue-rotate(330deg) brightness(105%)
 contrast(102%); */
}

.short__feedback__emoji > div:nth-child(2) svg:hover {
    transform: scale(1.05);
}
.short__feedback__emoji > div:nth-child(2) svg * {
    transition: 0.3s ease;
}

.short__feedback__emoji > div:nth-child(2) svg.active path:first-child,
.short__feedback__emoji > div:nth-child(2) svg:hover path:first-child {
    fill: #fabf35;
}
.short__feedback__emoji > div:nth-child(2) svg.active path:not(:first-child),
.short__feedback__emoji > div:nth-child(2) svg:hover path:not(:first-child) {
    fill: #bb8300;
}

/* feedback popup */
.general__popup__wrapper,
.feedback__system__wrapper {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: grid;
    place-items: center;
}

.feedback__system {
    background-color: white;
    max-width: 550px;
    width: 90%;
    min-height: 300px;
    padding: 25px 40px;
    border-radius: 7px !important;
}

.feedback__system form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}

.feedback__system form * {
    font-size: 16px;
}

.feedback__system form > div > div:nth-child(1) h3 {
    font-size: var(--font-size-h3);
    margin-bottom: 5px;
}

.feedback__system form > div > div:nth-child(1) {
    text-align: center;
}

.feedback__system form > div > div:nth-child(2) {
    margin: auto;
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 5px auto;
}

.feedback__system select {
    padding: 8px 5px;
    border-radius: 5px;
    border-color: lightgray;
}

.feedback__system form > div > div:nth-child(2) svg {
    max-width: 50px;
}

/* Style The Dropdown Button */
.feedback__dropdown .dropbtn {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.feedback__dropdown .dropbtn button {
    background-color: #ffffff;
    cursor: pointer;
    padding: 5px 10px;
    text-align: left;
    border: none;
}

.feedback__dropdown img {
    max-width: 15px;
}

.feedback__system form textarea,
.dropbtn,
.feedback__system form input {
    padding: 8px 10px;
    border-radius: 5px;
    border: 1px solid lightgray;
    resize: none;
}

.feedback__system form > div:not(.dropdown) {
    display: flex;
    flex-direction: column;
}

.feedback__system div svg {
    transition: 0.3s ease;
    cursor: pointer;
}

.feedback__system div svg.active,
.feedback__system div svg:hover {
    transform: scale(1.05);
}

.feedback__system div svg.active path:first-child,
.feedback__system div svg:hover path:first-child {
    fill: #fabf35;
}
.feedback__system div svg.active path:not(:first-child),
.feedback__system div svg:hover path:not(:first-child) {
    fill: #bb8300;
}

.feedback__system form > div > :first-child {
    margin-bottom: 8px;
}

.feedback__system form > button {
    background-color: var(--blue-color);
    border: none;
    color: #fff;
    padding: 10px 30px;
    width: fit-content;
    border-radius: 5px;
    margin: auto;
    cursor: pointer;
}

.feedback__dropdown {
    cursor: pointer;
}

/* feedback response popup */
.feedback__system__msg {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.feedback__system__msg > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.feedback__complement {
    background-color: #f2f7ff;
    width: 90%;
    padding: 12px;
    gap: 5px;
    border-radius: 7px;
}

.feedback__complement p {
    color: var(--blue-color);
    /* transform-style: ; */
    font-style: italic;
}
.feedback__complement p span {
    color: gray;
}

.feedback__errors button,
.feedback__system__msg button {
    border: none;
    padding: 6px 30px;
    border-radius: 4px;
    cursor: pointer;
}
.feedback__errors h3,
.feedback__system__msg h3 {
    font-size: var(--font-size-h3);
}

.feedback__system__msg h4 {
    font-size: var(--font-size-h5);
}

.bg__stars {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 150px;
    z-index: 1;
}

.feedback__system__msg img:nth-child(2) {
    margin-top: 20px;
    margin-bottom: 25px;
    width: 100px;
    filter: drop-shadow(2px 19px 35px rgb(255, 221, 135));
}

.feedback__system__msg *:not(.bg__stars) {
    z-index: 10;
}

.feedback__errors {
    height: inherit;
    min-height: 250px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.feedback__errors div {
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: center;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: 100%;
    left: 0;
    right: 0;
    border: 1px solid lightgray;
    border-radius: 5px;
    max-height: 200px;
    overflow-y: scroll;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: var(--background-dark-gray);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid lightgray;
    font-size: 16px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown-content.hide {
    display: none;
}

.close__popup {
    width: 15px;
    position: absolute;
    right: -20px;
    top: -10px;
    transition: 0.3s ease;
    cursor: pointer;
}

.close__popup:hover {
    transform: rotate(-90deg);
}

.hide__popup {
    display: none;
}

/* faq's */
.faqs {
    max-width: 950px;
    margin: auto;
}
.faqs h1 {
    font-size: var(--font-size-h1);
}

.all_faqs {
    padding-bottom: 40px;
}

.all_faqs .panel:nth-child(1) {
    margin-top: 10px;
}
.all_faqs .panel {
    margin: 30px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 7px;
    overflow: hidden;
}

.all_faqs .panel-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.all_faqs .panel-heading strong {
    letter-spacing: 0.3px;
    line-height: 150%;
}

.all_faqs .panel-heading img {
    max-width: 15px;
}

.all_faqs .panel-body {
    letter-spacing: 0.6px;
    line-height: 150%;
    padding: 15px;
}

/*
|======================================================*
|             tool section divide css
|======================================================*
*/
.tool__wrapper {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    box-shadow: 0px 1px 7px 0px #e5dfdf;
    background-color: #fff;
    min-height: 450px;
}

.tool__wrapper > div:nth-child(1) {
    max-height: 70px;
}
.tool__wrapper > div:nth-child(2) {
    flex-grow: 1;
}

/* specific tools */
.tool__section__api {
    display: flex !important;
    overflow: auto !important;
}

.tool__section__api > div {
    overflow: auto !important;
}

.tool__section__api .output {
    max-width: 100%;
    overflow: auto;
}
.tool__section__api {
    background-color: green;
    display: flex !important;
    flex-grow: 1 !important;
}

.api__output__div {
    overflow: auto !important;
}

#responseOutput {
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
}

.tool__section {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
    min-height: 100%;
}

.tool__section.solo {
    grid-template-columns: 1fr !important;
}

.tool__section.solo .output__options {
    display: flex !important;
    justify-content: space-between !important;
}

.tool__section.solo .output__options > * {
    max-width: fit-content !important;
}

.tool__section.solo .output__options > div:nth-child(2) {
    display: flex;
    gap: 20px;
}

.tool__section > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    flex: 1;
}
.dns__lookup > div {
    overflow-x: auto;
}

.tool__section > div > * {
    flex-grow: 1;
}

.tool__section > div > textarea {
    height: 100% !important;
    flex-grow: 1;
    resize: none;
    border: none;
}

.tool__section > div > *:nth-child(1) {
    padding: 15px;
}

.tool__section > div > *:nth-child(2) {
    border-top: 1px solid #e5dfdf;
    min-height: 70px;
    flex-grow: 0;
}

.tool__section > div > *:nth-child(2) * {
    border: none;
}

.tool__section > div:nth-child(1) > *:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 20px;
}

.tool__section > div:nth-child(1) > *:nth-child(2) > * {
    padding: 0px !important;
    height: fit-content;
    width: fit-content;
}

.tool__section .input__div .d__col {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}
.tool__section .input__div .d__col > div {
    flex: 1;
}
.tool__section .input__div .d__col > div * {
    width: 100%;
}

.tool__section .input__div button:not(#run__tool) {
    /* border: 1px solid lightgray; */
    border: none;
    background-color: #fff;
    outline: none;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset; */
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    width: fit-content;
    padding: 8px 16px;
    border-radius: 4px;
    margin-right: auto;
}

.responseOutput {
    overflow: scroll;
}

.tool__section #output .col,
.tool__section .input__div .col {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 12px;
}

.tool__section #output table th,
.tool__section #output table td {
    padding: 10px !important;
}

.tool__section .input__div label {
    font-size: 16px;
}
.tool__section #output .col textarea,
.tool__section .input__div select,
.tool__section .input__div input[type="text"],
.tool__section .input__div input[type="number"],
.tool__section .input__div input[type="select"],
.tool__section .input__div .col textarea {
    font-size: var(--font-size-default);
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #e5dfdf;
    color: #504d4d;
    width: 100%;
    resize: none;
}

.tool__section .input__div .textarea__col {
    background-color: pink;
    position: relative;
}

.tool__section .input__div .textarea__col textarea {
    width: 100%;
    min-height: 100%;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    resize: none;
}
.tool__section .seperate__input__btn {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    color: var(--blue-color);
    padding: 20px;
}

.output__div.input__div span {
    background-color: rgb(235, 235, 235);
    padding: 8px 10px !important;
    border-radius: 4px;
    display: flex;
    text-align: left !important;
}

/* .input__div .radio__input{
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    width: fit-content !important;
    gap: 10px;
}

.input__div .radio__input input{
    height: 30px !important;
    width: 15px !important;
} */

@media only screen and (max-width: 650px) {
    .tool__section {
        grid-template-columns: 1fr;
    }
}

/*
|======================================================*
|               tools css
|======================================================*
*/
.pantone__color__div {
    width: 200px;
    height: 200px;
    border: 1px solid lightgray;
    border-radius: 7px;
}

