:root {
    --text-opaque: #828282;
    --text-dim: #4f4f4f;
    --text-color: #000000;
    --accent-color: #56CCF2;
    --secondary-color: #e5f5fa;
    --accent-light-color: #86C32A99;
    --accent-shadow-color: #86C32A99;
    --background-hover: hsla(0, 0%, 100%, 0.1);
    --home-color: #f1f1f1c;
    --flatbox-color: #23262a;
    --workspace-color: #171719;
    --menu-color: #202225;
    --panel-color: #f1f1f1;
    --title-color: #24262b;
    --component-border: #424549;
    --component-dim: hsla(0, 0%, 100%, 0.06);
    --component-shade: rgba(0, 0, 0, 0.1);
    --component-color: #34363c;
    --component-highlight: #424549;
    --slider-color: #494b50;
    --normal-opacity: 0.6;
    --hover-opacity: 1;
    --accent-negative: #51555a;
    --splitter-size: 8px;
    --splitter-small-size: 4px;
    --scrollbar-color: #ffffff;
    --scrollbar-color-hover: #ffffff30
}


.custom-btn, .custom-btn-2{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    background-color: var(--accent-color);
    border-radius: 32px;
    height: 46px;
    margin: 10px auto;
    padding: 0 36px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    border: none;
    outline: none;
}
.custom-btn:hover{
    background-color: var(--accent-color);
    color: #FFFFFF;
}
.custom-btn:active{
    background-color: #4bc9f3;
}
.custom-btn-2{
    background-color: #00FF40;
}
.custom-btn-2:hover{
    background-color: #00FF40;
    color: #FFFFFF;
}
.custom-btn-2:active{
    background-color: #00FF40;
}
.text-accent{
    color: var(--accent-color);
}
body{
    background-color: var(--panel-color);
}


.blue-text {
    color: var(--accent-color);
}

.green-text {
    color: #44EB8B;
}

.orange-text {
    color: #FF993A;
}

.purple-text {
    color: #8D7AFF;
}

.pink-text {
    color: #FF8181;
}


.nav-link {
    font-family: 'Poppins';
    color: var(--text-dim) !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.4px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.pp-16 {
    font-family: 'Poppins';
    color: var(--text-opaque) !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.p-18 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.25px;
    color: var(--text-opaque);
}

.tp-l {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.4px;
    color: #333333;
}

.tp-li {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.4px;
    color: #333333;
}

.tp-r {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.4px;
    color: #333333;
}
.navbar-nav .nav-link.active {
    font-weight: 600;
    text-decoration: underline;
}

.navbar-nav .nav-link:hover {
    text-decoration: underline;
}

.navbar-brand {
    font-family: 'inter';
    font-weight: 400;
    font-size: 24px;
    line-height: 29.05px;
    opacity: 1;
}

.navbar-brand:hover {
    opacity: 0.7;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;700&family=Open+Sans:wght@400;600;800&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,700&display=swap');

:root {
    --text-opaque: #828282;
    --text-dim: #4f4f4f;
    --text-color: #000000;
    --accent-color: #56CCF2;
    --accent-light-color: #86C32A99;
    --accent-shadow-color: #86C32A99;
    --background-hover: hsla(0, 0%, 100%, 0.1);
    --home-color: #f1f1f1c;
    --flatbox-color: #23262a;
    --workspace-color: #171719;
    --menu-color: #202225;
    --panel-color: #f1f1f1;
    --title-color: #24262b;
    --component-border: #424549;
    --component-dim: hsla(0, 0%, 100%, 0.06);
    --component-shade: rgba(0, 0, 0, 0.1);
    --component-color: #34363c;
    --component-highlight: #424549;
    --slider-color: #494b50;
    --normal-opacity: 0.6;
    --hover-opacity: 1;
    --accent-negative: #51555a;
    --splitter-size: 8px;
    --splitter-small-size: 4px;
    --scrollbar-color: #ffffff;
    --scrollbar-color-hover: #ffffff30
}


body {
    background-color: var(--home-color);
    color: var(--text-color);
    scroll-behavior: smooth;
    overflow-x: hidden;
    height: 100svh;
}

a {
    text-decoration: none;
}

.input-textarea {
    resize: none !important;
    border-radius: 6px;
    padding: 10px;
    outline: 0;
    border: none;
    background-color: #fff;
    font-family: 'poppins';
    font-style: normal;
    font-size: 14px !important;
    line-height: 21px;
    letter-spacing: 0.4px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.input-textarea::-webkit-scrollbar {
    display: none;
}

.getstart {
    border: 0.5px solid var(--accent-color);
    border-radius: 21px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 21px;
    letter-spacing: 0.4px;
}

.getstart {
    font-style: normal;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 21px;
    letter-spacing: 0.4px;
    padding: 7px 21px !important;
}


.getstart:hover {
    background: var(--accent-color);
    color: #fff !important;
}


/* AVATAR DIALOG  */

.profile-image {
    display: block;
    margin: 20px auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--background-color);
    /* border: 1px solid var(--background-color-2); */
    position: relative;
  }
  
  .profile-image .profileAvatarInHero {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
  }
  
  .profile-image i {
    position: absolute;
    top: 0;
    right: 0px;
    padding: 7px;
    border-radius: 50%;
    background-color: var(--accent-color);
    color: #fff;
    cursor: pointer;
  
  }
  
  .profile-image .avatarDialog {
    transform: scale(0);
    transform-origin: top right;
    transition: all 0.2s;
    position: absolute;
    top: 55px;
    right: 0;
    padding: 8px;
    display: grid;
    width: 380px;
    /* border: solid red; */
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    grid-template-columns: repeat(auto-fill, 115px);
    justify-content: center;
    gap: 5px;
    z-index: 10;
  }
  
  .avatarDialog .avatar {
    margin-top: 10px;
    width: 80px;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.2s;
  }
  
  .avatarDialog .avatar:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
  
  .profile-image .avatarDialog.showDialog {
    transform: scale(1);
  }
  

#title{
    font-family: 'Poppins';
    font-weight: bold;
}
.input-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.input-section textarea, .output-section textarea{
    width: 70%;
    border-radius: 18px;
    padding: 10px;
    height: 120px;
}

.output-section{
    background-color: #ffff;
    padding: 17px;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.24);

}

#feature-output{
    white-space: pre-wrap;
}
/* translate page  */
.select-language {
    background-color: white;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    box-shadow: 0px 1px 8px;
    z-index: 2;
    padding: 15px 10px;
    color: #777;
}

.lang {
    overflow-y: scroll;
    height: 50svh;
}

.lang::-webkit-scrollbar {
    display: none;
}

#languages {
    border: none;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    padding: 9px;
    background: var(--accent-color);
    color: #ffffff;
}

#languages:hover {
    opacity: 0.8;
}


/* for programming languages */
.select-lang{
    background-color: white;
    border-radius: 15px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    z-index: 2;
    padding: 5px 8px;
    color: rgb(32, 32, 32);
}

.response-translation {
    background-color: #ebfaeb;
    color: #202123;
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px;
    margin-bottom: 10px;
    padding: 16px;
}



@media screen and (max-width:577px) {
    .topbar {
        margin: 0 14px;
    }
    .features-dropdown-menu {
        width: 100%;
        margin-left: 0%;
        padding: 0;
    }
    .features-dropdown-menu .row>* {
        margin-top: 0.5rem !important;
        padding: 3px 3px;
        background: #f3f9f3;
        border-radius: 7px;
        margin: 5px 5px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        width: 28%;
    }
    #menu-features {
        max-height: 200px;
        overflow-y: scroll;
    }
    .input-section textarea, .output-section textarea{
        width: 90%;
        border-radius: 12px;
        height: 90px;
    }
}
@media screen and (max-width:450px) {
    .features-dropdown-menu .row>* {
        width: 46%;
    }

    #menu-features {
        max-height: 200px;
        overflow-y: scroll;
    }
}

/* for instructions  */
.custom-bg-secondary-1{
    background-color: #f7f7f8;
}
.custom-bg-secondary-2{
    background-color: #ebfaeb;
}

#input,#response{
    white-space: pre-line;
}

