 /* =====================================================
     GLOBAL STYLES
  ==================================================== */

  .jtextfill {
    height: 100%;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 44px 30px;
    display: table;
    box-sizing: border-box;
  }

  .span_text {
    vertical-align: middle;
    display: table-cell;
    line-height: initial;
  }

  #closebtn {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
  }

  .content_fullscreen {
    position: fixed;
    visibility: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999999999999999;
  }

  iframe,
  video,
  embed {
    min-height: auto;
  }

  select#tts_source_lang {
    padding: 8px 30px !important;
    color: #fff !important;
    background: #ff9109 !important;
    font-size: 18px !important;
    width: 165% !important;
    margin-left: -127px !important;
    font-family: arial, sans-serif;
  }
  
   select#tts_source_lang:hover {
  background: #000 !important;
    color: #fff !important;
  }

  select#tts_target_lang {
    background: #E8E8E8;
    border: 0;
    padding: 7px;
  }

  /* Functional Classes */
  .fn_2 {
    width: 24%;
  }

  .fn_4 {
    width: 37.33%;
    padding: 0 5px;
  }

  .tts-desktop-outputbox {
    width: 80%;
    float: left;
  }

  .fn_7 {
    width: 80%;
  }

  .fn_8 {
    width: 100%;
    clear: both;
  }

  .fn_12 {
    display: flex;
    justify-content: center;
  }
  
  .margin-bottom {
    margin-bottom: 1px !important;
}

  .fn_13 {
    text-align: center;
  }

  .fn_011 {
    display: none;
  }

  /* Buttons & Inputs */
  input#mobile-translate_button {
    background: #434143;
    color: #f8f8f8;
    font-weight: 400 !important;
    font-family: arial, sans-serif;
    font-size: 12px;
    border: 1px solid #fff !important;
    width: 25%;
    padding: 9px;
    margin-top: 6px;
    position: absolute;
    left: 70%;
  }

  input#mobile-translate_button:hover {
    background: #424242;
    color: #fff;
  }

  input#translate_button {
    background: #3e3ed3;
    color: #fff;
    font-family: arial, sans-serif;
    font-size: 18px;
    text-transform: capitalize;
    padding: 6px;
    width: 36%;
  }

  input#translate_button:hover {
    background: #000;
    color: #fff;
  }

  /* Other Components */
  .tran-input {
    width: 100%;
    float: left;
    margin-right: 3px;
    position: relative;
  }

  .tts-form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 2.5rem;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 600px;
  }

  .fa {
    font-size: 25px;
  }

  .desktop-icon-sound {
    position: absolute;
    left: 5px;
    top: 5px;
  }
  
.desktop-icon-sound i, .mobile-icon-sound a i {
    color: red !important;
}
  
  .mobile-icon-sound {
    position: absolute;
    left: 5px;
    bottom: 0%;
  }
  
  .mobile-icon-remove {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
  }
  
  .desktop-icon-remove {
    position: absolute;
    left: 0% !important;
    bottom: -1%;
}
  
  .mobile-icon-download {
    position: absolute;
    right: 2%;
    bottom: 1px;
  }
  
  .mobile-icon-download a i {
    color: blue;
  }
  
  .desktop-icon-download {
    position: absolute;
    right: 5px;
    top: 5px;
  }
  
  .desktop-icon-download a i {
    color: blue;
  }
  
  /* Top Areas & Layout Helpers */
  .tts-desktop-language-list {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  .translare-top-area-03 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  
  .translare-top-area-02 {
    width: 5%;
    float: left;
    text-align: center;
  }
  
  .select_container {
    width: 153px;
    margin-left: -69px;
  }
  
  .s22 {
    position: absolute;
    right: 91%;
    top: 87%;
    z-index: 1000; /* Added z-index */
  }
  
  .r22 {
    position: absolute;
    bottom: 5px;
    left: 50%;
  }
  
  /* =====================================================
     MEDIA QUERIES
  ==================================================== */
  
  .smart-banner-1 {
    width: 320px;
    height: 50px !important;
    max-height: 50px !important;
    line-height: 50px !important;
    overflow: hidden !important;
  }
  
  .smart-banner-2 {
    width: 320px;
    height: 250px;
  }
  
  @media screen and (min-width: 80px) and (max-width: 768px) {
	  
.tts-form-control {
	height: 260px;
  }
  
    input#mobile-translate_button {
      width: 28%;
      padding: 10px;
      margin-top: 3px;
      left: 63%;
    }
    .select_container {
      width: 150px;
      margin-left: -80px;
    }
    .tran-input-terp {
      margin-top: -32px;
    }
    .s222,
    .r222,
    .icon-downloadd {
      top: 5px;
    }
    .mobile_add {
      height: auto;
      display: block;
      clear: both;
    }
    .tts-mobile-language-list {
      border-top: 2px solid #3e3ed3;
      border-bottom: 2px solid #3e3ed3;
      padding: 4px 0;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
    }
    .scheme_default .select_container select {
        font-size: 17px ;
        width: 173% !important;
        margin-left: -75%;
        font-family: arial, sans-serif;
        margin-bottom: -4px;
    }
    .content_wrap,
    .content_container {
      width: 98% !important;
    }
    .fn_0 {
      display: none;
    }
    .fn_011 {
      display: block;
    }
    .select_container::after {
      margin-top: -0.5em;
      font-size: 20px;
    }
    #target_lang2 {
      float: left;
    }
    #translate_button2 {
      width: 39%;
      padding: 9px 0 !important;
      margin-top: 2px;
    }
    input#translate_button2 {
      float: right;
      background: #e1e1fb;
      color: #80c0cc;
      font-weight: 900 !important;
      font-size: 16px;
      margin-top: 20px;
      position: absolute;
      left: 61%;
      display: none;
    }
    .tts-form-control {
      padding: 15px 3px 0 0;
      font-size: 21px;
    }
    .fa {
      font-size: 20px;
    }
  }
  
  @media screen and (min-width: 361px) and (max-width: 768px) {
    .select_container select {
      height: 40px !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
  }
  
  .top-ad{
    position: absolute;
    top: 121px;
    left: 411px;
    width: 1200px;
    height: 280px;
}