table{border-collapse:collapse;margin-bottom:15px}
.btn {border-radius: 4px; background:#3A9FF4; padding:12px 20px; margin-top: 7px; cursor:pointer; border:none; color:var(--color-light);font-size:18px;; }
.dont-break-out{overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}
@media screen and (max-width:426px){.w-50{width: 100% !important}.textArrea{display: block;}.scndAdd{display: none !important;}.inlinADs{display:block;} .inlinADs ins {margin-top: 10px;}}@media screen and (max-width:2560px) and (min-width:426px){.w-50{width: 50% !important}.textArrea{display: inline-flex;}.inlinADs{display: inline-flex;} .scndAdd{margin-left: 30px !important;}}
.grecaptcha-badge
{
    display: none !important; 
}
.uplBtn:hover {
    background: lightgray !important;
    color: var(--color-light) !important;
}

 #clipboardContents {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
  .loadSample {
    font-size: 11px;
    right: 5px;
    top: 5;
    border-bottom: 1px solid;
    position: absolute;
}
.copybtn {
    position: absolute !important;
    right: 10px;
    top: 5px;
    cursor: pointer;
}

@media (width <= 580px) {
    .flag-n::before {
        left: 50%;
        transform: translateX(-100%);
    }
}
.tool__row__s>div>p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#output {
    border: none !important;
}
.tool__row__s>div:nth-child(2)>p {
    line-height: 30px;
}
@media (width <= 1024px) {
    .tool__rb {
        border-right: none !important;
    }
    .flex-col:has(#copybtn[style*="display: none;"]) .top__txt {
        border-top: none;
    }
    .flex-col .top__txt {
        border-top: 1px solid;
    }
}
.flag-n[data-title]::before {
    right: 100%;
    left: unset;
    transform: translate(-12px, -50%);
    top: 50%;
}