
@font-face {
	font-family: Montserrat-Bold;
	src: url("../fonts/Montserrat-Bold.ttf");
  }
@font-face {
	font-family: Montserrat-SemiBold;
	src: url("../fonts/Montserrat-SemiBold.ttf");
  }
@font-face {
	font-family: Montserrat;
	src: url("../fonts/Montserrat-Regular.ttf");
  }
@font-face {
	font-family: Montserrat-Medium;
	src: url("../fonts/Montserrat-Medium.ttf");
  }




html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: 0px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
    font-family: Montserrat;
}

.no_float{
    float: none;
    clear: both;
}

img{
    width: 100%;
    height: auto;
}

.schov{
    display: none;
}





.logo{
    text-align: center;
    margin-bottom: 30px;
    margin-top: 200px;
}
.logo img{
    width: 240px;
}

.user{
    position: fixed;
    top: 24px;
    right: 24px;
    text-align: center;
}





.wrap{
    position: relative;
    width: 720px;
    height: 100vh;
    margin: auto;
    padding: 20px 0 0 0;
}

.dialog__wrap{
    height: 100vh;
    width: 100%;
    /* display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; */
    display: flex;
    flex-direction: column;
}

.dialog{
    background-color: rgb(21 21 21);
    width: 720px;
    padding: 20px;
    border-radius: 18px;
    /* border: 1px solid #272727; */
    line-height: 180%;
    /* margin-bottom: 30px; */
    transition: all ease-out 0.25s;
    position: relative;
    /* position: fixed;
    bottom: 42vh; */
}


.input{
    margin-bottom: 20px;
}

.input span{
    width: calc(100% - 8px);
    background: none;
    border: none;
    font-size: 18px;
    color: rgb(92, 92, 92);
    font-family: Montserrat-Medium;
    min-height: 30px;
    display: inline-block;
}

textarea:focus{
    outline: none;
}

::placeholder {
    color: rgb(71, 71, 71);
}






.butts{
    display: flex;   
}


.butt{
    width: auto;
    height: 30px;
    border-radius: 15px;
    background-color: #0d0d0d;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(109, 109, 109);  
    padding: 0 12px; 
    margin-right: 10px;
    cursor: pointer;
    transition: all ease-out 0.25s;
}

.butt:hover{
    color: #c9c9c9;
    background-color: #212121;
}

.butt i{
    margin-right: 6px;
}

.butt1 i{
    margin-right: 0px;
}

.butt1{
    width: 30px;
    margin-right: 40px;
}
.butt5{
    width: 30px;
    margin-left: 10px;
    margin-right: 0px;
    background-color: #5a9bee;
}
.butt5:hover{
    color: #6b6b6b;
    background-color: #ffffff;
}
.butt5 i{
    margin-right: 0px;
    color: #000000;
    font-size: 25px;
}
.butt6{
    width: 30px;
    margin-left: 200px;
    margin-right: 0px;
    background-color: transparent;
}
.butt6 i{
    font-size: 26px;
}
.butt0{
    margin-right: 0;
}
.butt_resp{
display: inline-block;
    float: right;
    float: left;
    padding-top: 6px;
    background-color: #171717;
    color: rgb(178, 178, 178); 
}

.butts1{
    display: flex;
    position: absolute;
    top: 14px;
    right: 22px;
    display: none;
}
.butt9{
    width: 30px;
    margin-left: 10px;
    text-align: center;
    display: flex;
    /* justify-content: center; */
    /* justify-items: center; */
    align-items: center;
    margin-right: 0;
}
.butt9 i{
    margin-right: 1px;
}



.response__wrap{
    width: 100%;
    /* height: calc(100vh - 196px); */
    height: 0px;
    /* overflow-y: auto; */
    scrollbar-width: thin;
    scrollbar-color: #121212 #000000;
    transition: all ease-out 0s; 
    /* display: none;*/
}

.rs2__wrap{
    width: 100%;
    /* height: 0px; */
}

.response__text{
    color: white;
    line-height: 200%;
    padding-right: 6px;
}

.response__icon{
    margin-top: 28px;
    float: left;
    display: none;
}

.response__icons{
    margin-top: 28px;
    float: right;
    display: none;
}

.response__icons i{
    color: rgb(120, 120, 120);
    font-size:21px;
    margin-right: 12px;
    transition: all ease-out 0.25s; 
    cursor: pointer;
}

.response__icons i:hover{
    color: rgb(85, 85, 85);
}


.rs2{
    /* margin-top: 30px; */
    padding-top: 22px;
    /* border-top: #494949 solid 1px; */
    /* height: 0px; */
    overflow: hidden;
    transition: all ease-out 0.5s;
    padding-right: 6px;
    display: block;
    color: white;
    width: 100%;
    margin-left: 12px; 
}


.img1{
    width: 125px;
    float: right;
    padding-left: 15px;
}


canvas{
    width:100%;
    height:160px;
    display: none;
}

.conditions{
    font-size: 10px;
    color: #474747;
    margin-top: 2px;
    padding: 12px 20px;
    line-height: 160%;
    text-align: left;
}










.voice{
    display:flex;
    align-items:center;
    gap:3px;
    height:20px;
}

.bar{
    width:3px;
    height:10px;
    background:#4fc3f7;
    border-radius:10px;
    transition:height 0.12s linear;
}

