/* For the entire page */

html {
    overflow: scroll;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}
@font-face {
    font-family: 'poppins-regular';
    src: url('poppins-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'notosans-regular';
    src: url('notosans-regular.ttf') format('truetype');
}
body {
    background: #EAEAEA; /* linear-gradient(113deg, #EDD0E2 1.04%, #C0DAEE 92.73%); */
    margin-top: 170px;
    font-family: poppins-regular;
}

.btn-lang {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 240px;
    flex-shrink: 0;
    border-radius: 30px;
    background: linear-gradient(90deg, #578FFE 2.34%, #9B87FE 100%);
    box-shadow: 0px 4px 18px 2px rgba(0, 0, 0, 0.10);
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    padding: .375rem .75rem;
}

.flag-wd {
    width: 2em;
}


.flag-ct {
    width: 2.8em;
}

.tb-lang {
    height: 200px;
}

.td-flag {
    margin-top: auto;
    margin-bottom: auto;
    padding: 30px;
}

.td-lang {
    font-size: 5rem;
    margin-top: auto;
    margin-bottom: auto;
}

.bottom-bar {
    height: 200px;
    width: 100%;
    background-color: #D4D4D4;
}

.mic-btn {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background: linear-gradient(180deg, #F59090 0%, #D80000 100%);
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    width: 300px;
    height: 90%;
    border-radius: 20px;
    border: none;
    color: #ffffff;
}


.stop-btn {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background: #FFFFFF;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    width: 300px;
    height: 90%;
    border-radius: 20px;
    border: none;
    color: #000000;
}

.mic {
    width:60px;
}

.text-mic {
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
}

.chat-div {
    padding-bottom: 200px;
    padding-left: 10px;
    padding-right: 10px;
}

.chat-big-font {
    font-size: 72px !important;
    font-family: 'notosans-regular';
}

.chat-small-font {
    font-size: 48px !important;
    font-family: 'notosans-regular';
}

.select-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.chat-right {
    border-radius: 16px;
    background: #ACACAC;
    box-shadow: 0px 6.006px 27.028px 3.003px rgba(0, 0, 0, 0.10);
    color: #ffffff;
    font-weight: 300;
    margin-left: auto;
    padding: 10px;
    width: fit-content;
    margin-bottom: 10px;
}

.chat-left {
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 0px 6.006px 27.028px 3.003px rgba(0, 0, 0, 0.10);
    color: #818181;
    font-weight: 300;
    margin-right: auto;
    padding: 10px;
    width: fit-content;
    margin-bottom: 10px;
}


.chat-center {
    background: #CCE4F3;
    box-shadow: 0px 6.006px 27.028px 3.003px rgba(0, 0, 0, 0.10);
    color: #4873D2;
    font-weight: 300;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.change-lang-div {
    border-radius: 60px;
    background: linear-gradient(180deg, #ACACAC 0%, #464646 100%);
    height: 180px;
    margin-top: 10px;
    margin-right: 5px;
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.36px;
    padding:30px;
    text-align: center;
}

.icon-pre1 {
    width: 50px;
}

.icon-pre2 {
    width: 15px;
}