.custom-dropdown-menu{
    box-shadow: 0px 10px 32px 4px #7c52cb29 !important;
}
.option-input {
    min-width: 286px;
    width: 41%;
}
.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}
.tool-footer {
    justify-content: center;
    align-items: end;
}
.output-container {
    padding: 24px;
    margin: auto;
    max-height: 600px;
    max-width: 920px;
    border-radius: 16px;
    background: #ffffff;
    margin-top: 32px;
    box-shadow: 0px 8px 16px 0px #8067b729;

    border: 1px solid #e2e0eb;
}
.output-container .output-header {
    padding-bottom: 22px;
}
.versions {
    padding-left: 0;
}
.text-input::placeholder{
    color: var(--placeholder);
}
.text-input {
    border-radius: 10px;
    border: 1px solid var(--lightgray);
    background: #fff;
    resize: none;
    padding: 10px;
    padding-right: 32px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 6px;
}
.text-input:focus {
    border: 1px solid #2f1f6a;
}
.input-count-container {
    position: absolute;
    right: 10px;
    color: #b6b1cb;
    font-weight: 400;
    font-size: 14px;
    bottom: 20px;
    display: none;
}
.text-input-box {
    padding: 24px;
}
.text-sample-btn:hover{
    border: 1px solid var(--darkblue);
    color: var(--darkblue);
}
.text-sample-btn {
    padding: 6px 10px 6px 10px;
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid #e2e0eb;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #6a6097;
    margin-left: auto;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.mb-5{
    margin-bottom: 20px;
}
.input__loader__progress {
    bottom: 60px;
}
.margin-left-auto {
    margin-left: auto;
}

.modes__versions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.mode__btn{
    padding: 4px 12px !important;
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid #E2E0EB;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #6a6097;
}
.mode__active{
   border:1px solid #2F1F6A;
}
.text-output-box {
    overflow: auto;
    max-height: 450px;
}
.tool-options{
    justify-content: start;
}
.tool-btn{
    height: fit-content;
    width: max-content;
}
#captcha{
    right: 0px;
    top: 24px;
}
.sm-flex-col{
    flex-direction: row;
}
@media screen and (max-width: 868px) {
     .sm-flex-col {
        flex-direction: column;
    }
    .option-input {
        width: 48%;
    }
    .tool-options {
        justify-content: space-between;
    }
}
@media screen and (max-width: 768px) {
    .result-bottom-400{
        bottom: -220px !important;
    }
        .text-output-box {
        max-height: 400px;
    }
}
@media screen and (max-width: 640px) {
    .sm-flex-col{
        flex-direction: column;
    }
    .option-input {
        min-width: unset;
        width: 100%;
    }
    .feedback-card {
        left: -42px;
    }
}
@media screen and (max-width: 550px) {
    .custom-dropdown-menu{
        box-shadow: 0px -2px 5px 4px rgba(124,82,203,0.39);
    }
    .text-input{
        min-height: 160px;
    }
    .custom-dropdown-menu {
        bottom: 50px !important;
    }
    .custom-dropdown img{
        transform: rotate(180deg);
    }
}
