#info a {
  color: darkred;
  text-decoration: underline;
}

@keyframes typing { from { width: 0; } }
@keyframes blink-caret { 50% { border-color: transparent; } }

#cevap { 
    
	width: 250em;
	width: 184ch; /* Ne kadar yazı yazacaksanız karakter sayacında sayıp buraya karakter sayısı kadar yazın. */
	margin: 2em 1em;
	white-space: nowrap;
	overflow: hidden;
	animation: typing 6s steps(200, end), /* # Adımlar = # Karakter Sayısı */
	           blink-caret 0.5s step-end infinite alternate;
}

html{
  overflow: hidden !important;
}
.body {
    background-color: transparent;
    padding: 0;
    margin: 0!important;
    font-size: 0!important;
    line-height: 0!important;
}
.final {
  color: white;
  padding-right: 3px; 
}
.interim {
  color: white;
}
#results {
  border: 0;
    padding-top: 40px;
    width: 99%;
    height: 27vh;
    background-color: #01549b;
    color: white;
    font-size: 22px;
    font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#results2 {
  border: 0;
  width: 100%;
  height: 29vh;
  font-size: 22px;
  color: #01549b;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#start_button {
  border: 0;
  background-color: transparent;
  right: 14px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
}

.icon-mic{
  padding: 5px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

#hastabasla {
  border: 0;
  background-color: transparent;
  right: 14px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
}
#start_img {
  width: 60px;
  height: 60px;
}

.btn-primary {
  width: 100px;
  margin: auto;
}

.dktrdl{
  border-radius: 20px;
  height: 50px;
  width: 85px !important;
  background-color: #003a6c;
  color: white;
  padding: 5px;
}

.hstdil{
  border-radius: 20px;
  height: 50px;
  width: 85px !important;
  background-color: #01549b;
  color: white;
  padding: 5px;
}
.hstdil .caret, .dktrdl .caret{
  color: white !important
}

.bootstrap-select>.btn {
  color: #01549b!important;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 20px !important;
  right: 6px !important;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group .dropdown-menu {
  background-color: #01549b!important;
  border-radius: 20px;
}

.bootstrap-select.btn-group .dropdown-menu li {
  height: 40px!important;
  font-size: 20!important;
}


.listele{
  border-radius: 20px;
 height: 50px;
 width: 60%;
 background-color: #01549b;
 color: white;
 padding: 5px;
 padding-left: 10px;
}
.topicon{
    width: 350px;
}
@media screen and (max-width: 767px) {
    #select_dialect {
      position: absolute;
      right: 0;
    } 

    .topicon{
        padding-top: 8px;
        width: 220px;
        height: 60px;
    }
    .container {
        --color: #a5a5b0;
        --size: 30px;
        position: relative;
        cursor: pointer;
        font-size: var(--size);
        user-select: none;
        fill: var(--color);
        padding-top: 16px; position: absolute;
      }
      #results {
        border: 0;
          padding-top: 40px;
          width: 99%;
          height: 25vh;
          background-color: #01549b;
          color: white;
          font-size: 22px;
          font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-style: normal;
      }
      #results2 {
        border: 0;
        width: 100%;
        height: 27vh;
        font-size: 22px;
        color: #01549b;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-style: normal;
      }
}

@media screen and (min-width: 768px) {
  select {
    margin-right: 10px;
  }
}

.chat-container{
  padding-left: 3%;
  padding-right: 3%;
}

.header{
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.hasta-input{
  border: 0;
  width: 100%;
  height: 30vh;
  font-size: 22px;
  color: #01549b;
  font-weight: 600;
  
}

.doktor-input{
  border: 0;
  padding-top: 40px;
  width: 99%;
  height: 27vh;
  background-color: #01549b;
  color: white;
  font-style: normal;
}

.doktor-input::placeholder{
  color: white;
  opacity: 0.5;
  
}
.hasta-input::placeholder{
  color: #01549b;
  opacity: 0.5;
}

.chat-hasta{
  background-color: white;
  border-radius: 20px;
  padding: 10px;
  border: 1px solid rgba(128, 128, 128, 0.315);
  height: 38vh;
  z-index: 1;
  position: relative;
  background-color: rgb(227, 227, 227);
}
.chat-doktor{
  position: relative;
  margin-top: -30px;
  background-color: #01549b;
  border-radius: 20px;
  padding: 10px;
  height: 38vh;
}
.konusma{
  padding-top: 30px;
  display: flex;
  justify-content: space-between;

  
}
.kayit{
  color: #01549b;
  font-size: 15px;
  font-style: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.temizle{
    color: #01549b;
    font-size: 12px;
    font-style: normal;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    right: 90;
    font-style: normal;
    position: absolute;
    top: 24px;
}
.hasta-switcher{
  display: flex;
    width: 100%;
    justify-content: space-between;
    bottom: 10px;
    height: 50px;
    position: absolute;
}

.doktor-switcher{
  display: flex;
    width: 100%;
    justify-content: space-between;
    height: 50px;
    bottom: 12;
    position: absolute;
}

/*------ Settings ------*/
.container {
    --color: #a5a5b0;
    --size: 30px;
    position: relative;
    cursor: pointer;
    font-size: var(--size);
    user-select: none;
    fill: var(--color);
     padding-top: 4px; position: absolute;
     padding-left: 0px!important;
  }
  

  .dropdown-menu>li>a {
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dropdown-menu>li>a:hover {
  background-color: #003563 !important;
}
.dropdown-menu>li.selected a {
  background-color: #003563 !important;
  width: 100%;
}

  .container .mute {
    position: absolute;
    animation: keyframes-fill .5s;
    background-color: #01549b;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 15px;
  }
  
  .container .voice {
    position: absolute;
    display: none;
    animation: keyframes-fill .5s;
    background-color: #01549b;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 15px;
  }
  
  /* ------ On check event ------ */
  .container input:checked ~ .mute {
    display: none;
  }
  
  .container input:checked ~ .voice {
    display: block;
  }
  
  /* ------ Hide the default checkbox ------ */
  .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* ------ Animation ------ */
  @keyframes keyframes-fill {
    0% {
    }
  
    50% {
    }
  }

  .btn-group.open .dropdown-toggle{
    -webkit-box-shadow:  none;
    box-shadow: none;
  }
  .btn:focus-visible, .btn:focus{
    outline: 0 !important;
    outline-offset: 0 !important;
    -webkit-box-shadow:  none;
    box-shadow: none;
  }
  .bootstrap-select .btn:focus{
    outline: 0 !important;
    outline-offset: 0 !important;
    -webkit-box-shadow:  none;
    box-shadow: none;
  }
  .bootstrap-select.btn-group .dropdown-menu li a:focus{
    outline: 0;
  }

  select {
    height: 60px;
    line-height: 50px;
    font-size: 12pt;
   }
   .btn {
    background-color:  transparent!important;
    border: 0px solid transparent!important;
    padding: 7px 0 0px 12px!important;
    font-size: 27px!important;
   }
   .btn-group>.btn:first-child {
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bootstrap-select.btn-group .btn .filter-option{
  width: auto;
}

   .flag-tr{
    background-image: url(../images/flag/tr.svg?V1.1);
    display: inline-block;
    height: 20px;
    width: 50px;
    background-repeat: no-repeat;
    margin-top: 4px;
   }

   .flag-sa{
    background-image: url(../images/flag/ar.svg?V1.1);
    display: inline-block;
    height: 20px;
    width: 50px;
    background-repeat: no-repeat;
   }

   .flag-us{
    background-image: url(../images/flag/en.svg?V1.6);
    display: inline-block;
    height: 20px;
    width: 50px;
    background-repeat: no-repeat;
   }
   .flag-de{
    background-image: url(../images/flag/gr.svg?V1.3);
    display: inline-block;
    height: 20px;
    width: 50px;
    background-repeat: no-repeat;
   }

   .flag-ru{
    background-image: url(../images/flag/ru.svg?V1.1);
    display: inline-block;
    height: 20px;
    width: 50px;
    background-repeat: no-repeat;
   }
   .flag-fr{
    background-image: url(../images/flag/fr.svg?V1.1);
    display: inline-block;
    height: 20px;
    width: 50px;
    background-repeat: no-repeat;
   }
   .flag-ro{
    background-image: url(../images/flag/ro.svg?V1.1);
    display: inline-block;
    height: 20px;
    width: 50px;
    background-repeat: no-repeat;
   }
   .flag-az{
    background-image: url(../images/flag/az.svg?V1.1);
    display: inline-block;
    height: 20px;
    width: 50px;
    background-repeat: no-repeat;
   }
   .dropdown-menu .inner .selectpicker{
    overflow: hidden!important;
   }
.modalim {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
    background-color: rgba(0,0,0,0.4);
}

@keyframes slideIn {
    from {bottom: -100%;}
    to {bottom: 0;}
}

.modalim-content {
    background-color: #fefefe;
    margin: 0% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    position: fixed;
    bottom: 0;
    height: 75vh;
    animation: slideUp 0.4s;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

@keyframes slideUp {
    from {bottom: -100px;}
    to {bottom: 0;}
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.doktorkonusma{
    background-color: #dbe0e5;
    color: #01549b;
    width: 60%;
    padding: 20;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: 15px;
    float: left;
}

.hastakonusma{
     background-color: #01549b;
    color: white;
    width: 60%;
    padding: 20;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: 15px;
    float: right;
}
.atext{
    padding-bottom: 10;
    font-weight: 1000;
    font-size: 18;
}
.btext{
    font-size: 15;
}
.chatalan{
    height: 90%;
    overflow: auto;
}