#dynamic-tool-container {
    display: inline-block;
    width: 100%;
    padding: 15px;
}

.tool-selection {
    display: inline-block;
    width: 100%;
    margin: auto;
}

.tool-selection label .fancy-select-wrap span.select2.select2-container.select2-container--default {
    width: calc(100% - 50px) !important;
    max-width: 30px;
    min-width: 280px;
}

.dns-body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
}

.dns-container {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    width: 30%;
    min-width: 300px;
    float: left;
}

div#results table,
div#results tr {
    background: transparent;
}

.dns-results {
    flex-grow: 1;
    padding: 20px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    width: 69%;
    min-width: 400px;
    float: right;
    max-height: 545px;
    overflow-y: auto;
}

.dns-row {
    display: flex;
    justify-content: center;
    width: 90%;
    max-width: 1000px;
}

.dns-lookup-box,
.dns-nameservers-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
}

.dns-label {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.dns-input,
.dns-nameservers,
.dns-button {
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    width: 100%;
}

.dns-button {
    background-color: #1e83ec;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}

.dns-query-types {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}

.dns-checkbox-label {
    background: rgba(255, 255, 255, 0.2);
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px;
    cursor: pointer;
}


/* .dns-results {
    margin-top: 15px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
} */

.dns-description {
    font-size: 14px;
    opacity: 0.8;
    margin-top: 5px;
}

.dns-container .tabs button.tablinks,
.dns-container .accordion {
    background: transparent;
    border: 1px solid #fff;
    padding: 10px;
    color: #fff;
    border-radius: 0px !important;
    margin-left: 10px;
}

.dns-container .tabs {
    display: flex;
}

.dns-container button.tablinks.active {
    background: #1e83ec;
}

.dns-container .tablinks {
    cursor: pointer;
}

.dns-container .tablinks.active {
    background-color: #ddd;
    border-bottom: 2px solid blue;
}

.dns-container .tabcontent {
    display: none;
}

.dns-container .accordion {
    cursor: pointer;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    outline: none;
}

.dns-container select option {
    color: black;
}

.dns-container .panel {
    display: none;
}

.swaraa-header .content-des {
    font-size: smaller;
    line-height: 1.5;
    padding: 5px;
}

.swaraa-header {
    padding: 5px;
}

#dynamic-tool-container .ping-summary {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

#dynamic-tool-container .box {
    border: 1px solid #fff;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    width: 150px;
    text-align: center;
}


/* HTML: <div class="loader"></div> */

#dynamic-tool-container .loader {
    width: 50px;
    aspect-ratio: 1;
    display: grid;
    border: 4px solid #0000;
    border-radius: 50%;
    border-color: #ccc #0000;
    animation: l16 1s infinite linear;
    margin: auto;
}

#dynamic-tool-container .loader::before,
#dynamic-tool-container .loader::after {
    content: "";
    grid-area: 1/1;
    margin: 2px;
    border: inherit;
    border-radius: 50%;
}

#dynamic-tool-container .loader::before {
    border-color: #1e83ec #0000;
    animation: inherit;
    animation-duration: .5s;
    animation-direction: reverse;
}

#dynamic-tool-container .loader::after {
    margin: 8px;
}

.result-content {
    font-family: Arial, sans-serif;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
}

.result-content p {
    font-size: 16px;
    margin: 10px 0;
}

.sample-box {
    padding: 20px;
    border-radius: 10px;
    margin: 15px auto;
    width: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}

.suggestion-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.color-box {
    width: auto;
    padding: 10px;
    height: auto;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid #ddd;
    transition: transform 0.2s ease, border 0.2s ease;
}

.color-box:hover {
    transform: translate3d(10px, 10px, 10px);
    border-color: #666;
}

.result-content h3,
.result-content h4 {
    margin: 10px 0;
    font-weight: bold;
}

.suggestions-color-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-item {
    padding: 5px;
    margin: 5px;
    width: 100%;
}

.color-section-box {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.color-section {
    width: 100%;
    padding: 5px;
}

.bacon-text {
    font-family: 'Georgia', serif;
    font-size: 18px;
    line-height: 1.6;
    padding: 15px;
    border-left: 4px solid #1e83ec;
    margin-bottom: 10px;
}

@keyframes l16 {
    100% {
        transform: rotate(1turn)
    }
}