@import url(https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);


.STT_container__YtEGu {
  width: 400px;
  padding: 20px;
  border-radius: 10px;
  background-color: var(--bg-color);
}
.STT_container__YtEGu .STT_heading__6uKG6 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
}
.STT_container__YtEGu .STT_options__J_jt7 select {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--light-text-color);
  border-radius: 5px;
  outline: none;
}
.STT_container__YtEGu .STT_options__J_jt7 div:not(:last-child) select {
  margin-bottom: 20px;
}

.STT_container__YtEGu .STT_options__J_jt7 p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--light-text-color);
}
.STT_container__YtEGu .STT_line__v_6Wj {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: var(--light-text-color);
  opacity: 0.5;
  margin: 30px 0;
}
.STT_btn__BVtry {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
  height: 60px;
  padding: 20px;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  color: #fff;
  background-color: var(--primary-color);
}
.STT_btn__BVtry ion-icon {
  font-size: 30px;
}
.STT_btn__BVtry:disabled {
  background-color: var(--light-text-color);
  cursor: not-allowed;
}
.STT_container__YtEGu .STT_record___Sjov img {
  width: 30px;
  height: 30px;
  display: none;
}
.STT_container__YtEGu .STT_record___Sjov.STT_recording__X7Bga img {
  display: block;
}
.STT_container__YtEGu .STT_record___Sjov.STT_recording__X7Bga ion-icon {
  display: none;
}
.STT_container__YtEGu .STT_result__gRTbg {
  width: 100%;
  min-height: 200px;
  padding: 10px;
  border: 1px solid var(--light-text-color);
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--text-color);
}
.STT_container__YtEGu .STT_result__gRTbg p {
  display: inline;
  margin-left: 3px;
  color: var(--light-text-color);
}
.STT_buttons__LxnJ_ {
  display: flex;
  gap: 20px;
}
/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */

.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.cropper-container img {
    backface-visibility: hidden;
    display: block;
    height: 100%;
    image-orientation: 0deg;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
  }

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
    border-bottom-width: 1px;
    border-top-width: 1px;
    height: calc(100% / 3);
    left: 0;
    top: calc(100% / 3);
    width: 100%;
  }

.cropper-dashed.dashed-v {
    border-left-width: 1px;
    border-right-width: 1px;
    height: 100%;
    left: calc(100% / 3);
    top: 0;
    width: calc(100% / 3);
  }

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
  .cropper-center::after {
    background-color: #eee;
    content: ' ';
    display: block;
    position: absolute;
  }

.cropper-center::before {
    height: 1px;
    left: -3px;
    top: 0;
    width: 7px;
  }

.cropper-center::after {
    height: 7px;
    left: 0;
    top: -3px;
    width: 1px;
  }

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
    cursor: ew-resize;
    right: -3px;
    top: 0;
    width: 5px;
  }

.cropper-line.line-n {
    cursor: ns-resize;
    height: 5px;
    left: 0;
    top: -3px;
  }

.cropper-line.line-w {
    cursor: ew-resize;
    left: -3px;
    top: 0;
    width: 5px;
  }

.cropper-line.line-s {
    bottom: -3px;
    cursor: ns-resize;
    height: 5px;
    left: 0;
  }

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
    cursor: ew-resize;
    margin-top: -3px;
    right: -3px;
    top: 50%;
  }

.cropper-point.point-n {
    cursor: ns-resize;
    left: 50%;
    margin-left: -3px;
    top: -3px;
  }

.cropper-point.point-w {
    cursor: ew-resize;
    left: -3px;
    margin-top: -3px;
    top: 50%;
  }

.cropper-point.point-s {
    bottom: -3px;
    cursor: s-resize;
    left: 50%;
    margin-left: -3px;
  }

.cropper-point.point-ne {
    cursor: nesw-resize;
    right: -3px;
    top: -3px;
  }

.cropper-point.point-nw {
    cursor: nwse-resize;
    left: -3px;
    top: -3px;
  }

.cropper-point.point-sw {
    bottom: -3px;
    cursor: nesw-resize;
    left: -3px;
  }

.cropper-point.point-se {
    bottom: -3px;
    cursor: nwse-resize;
    height: 20px;
    opacity: 1;
    right: -3px;
    width: 20px;
  }

@media (min-width: 768px) {

.cropper-point.point-se {
      height: 15px;
      width: 15px;
  }
    }

@media (min-width: 992px) {

.cropper-point.point-se {
      height: 10px;
      width: 10px;
  }
    }

@media (min-width: 1200px) {

.cropper-point.point-se {
      height: 5px;
      opacity: 0.75;
      width: 5px;
  }
    }

.cropper-point.point-se::before {
    background-color: #39f;
    bottom: -50%;
    content: ' ';
    display: block;
    height: 200%;
    opacity: 0;
    position: absolute;
    right: -50%;
    width: 200%;
  }

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

.Navbar1_navbar_c__bXJ4Y {
    height: 100%;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 999;
  }
  .Navbar1_navbar_s__ttG5p {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 20px;
    align-items: center;
    background: #000000;
    height: 60px;
    width: 100%;
    color: #fff;
    align-items: center;
    font-size: 1.125rem;
    font-family: "Roboto", sans-serif;
    /* position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 999; */
    border-bottom: solid 1px white;
    padding: 0 40px;
  }
  
  .Navbar1_login_sign__KEUOr {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
  }
  
  .Navbar1_navbar_s_logo__qVcZr {
    justify-self: start;
    cursor: pointer;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 165px;
    min-width: 15%;
    height: 100%;
  }
  
  .Navbar1_navbar_s_logo__qVcZr .Navbar1_logo_nav__w6CgY {
    width: 90%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  
  .Navbar1_navbar_s__ttG5p button {
    background: #089ee8;
  }
  
  .Navbar1_fa_firstdraft___KVxL {
    margin-left: 0.5rem;
    font-size: 1.6rem;
  }
  
  .Navbar1_nav_menu__b0PYX {
    display: flex;
    color: white;
    flex-direction: row;
    text-align: center;
    align-items: center;
    height: 100%;
    background-color: #000000;
    width: -moz-max-content;
    width: max-content;
    flex-direction: row;
    justify-content: space-between;
    gap: 25px;
  }
  
  .Navbar1_nav_item__Tf4AO {
    display: flex;
    background-color: #000000;
    flex-direction: row;
    justify-content: space-around;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    align-items: center;
    /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
  }
  
  .Navbar1_nav_links___ECpk {
    color: white;
    display: flex;
    align-items: center;
    text-decoration: none;
    /* padding: 0.5rem 1rem; */
    height: 100%;
    padding: 10px;
    font-size: 18px;
    /* transition: all 0.2s ease-out; */
  }
  
  /* .nav_menu :hover {
    background-color: #08B3E5;
  } */
  
  .Navbar1_nav_links___ECpk:hover {
    /* background-color: #1978a5; */
    border-radius: 4px;
    color: white;
    /* text-decoration: underline; */
    /* text-underline-offset: 5px; */
    cursor: pointer;
  }
  
  .Navbar1_fa_bars__Q6e0f {
    color: black;
  }
  
  .Navbar1_nav_links_mobile__8vhOt {
    display: none;
  }
  
  .Navbar1_menu_icon__2CBl2 {
    display: none;
  }
  
  .Navbar1_Mobi_navbar__H9QhU {
    display: none;
    font-family: "poppins";
    width: 100vw;
    position: fixed;
    align-items: center;
    justify-content: space-evenly;
    background: #4a5458;
    z-index: 20;
    height: 90px;
    color: white;
    text-align: center;
    top: calc(100vh - 70px);
    border-radius: 10px 10px 0px 0px;
    /* box-shadow: inset 10px 10px 10px #48c0fc; */
  }
  .Navbar1_navbar__wHOJU{
    background: #00b7d5;
  }
  .Navbar1_navicons__Wk7Ll a {
    color: white;
    font-size: 1.7rem;
  }
  
  .Navbar1_navicons__Wk7Ll {
    font-size: 0.7rem;
  }
  
  @media screen and (max-width: 1020px) {
    .Navbar1_nav_item__Tf4AO {
      width: 100%;
    }
  
    .Navbar1_nav_menu__b0PYX {
      display: flex;
      flex-direction: column;
      width: 65%;
      height: 100%;
      /* padding: 0 75%; */
      /* padding-left: 70px; */
      /* position: absolute; */
      top: 0px;
      opacity: 100000;
      z-index: 100000;
    }
  
    .Navbar1_hidden__v5MbN {
      left: -100%;
      transition: all 0.5s ease;
      display: none;
    }
  
    .Navbar1_active__lTRmw {
      background: black;
      left: 0;
      height: 100%;
      opacity: 1000000000;
      transition: all 0.5s ease;
      z-index: 10000000000;
      align-items: center;
    }
  
    .Navbar1_nav_links___ECpk {
      text-align: center;
      /* padding: 1rem; */
      width: 85%;
      height: 50%;
      display: table;
    }
  
    .Navbar1_nav_links___ECpk:hover {
      transform: scale(1.2);
      transition: all 0.3s ease;
    }
  
    .Navbar1_menu_icon__2CBl2 {
      display: block;
      position: absolute;
      right: 0;
      /* transform: translate(-100%, 60%); */
      font-size: 1.8rem;
      cursor: pointer;
      color: #00b7d5;
    }
  
    .Navbar1_login_sign__KEUOr {
      position: absolute;
      margin-right: 20px;
      margin-left: 20px;
    }
  
    .Navbar1_fa_times__lZMQr {
      color: White;
      font-size: 2rem;
    }
  
    .Navbar1_nav_links_mobile__8vhOt {
      display: block;
      text-align: center;
      /* padding: 1.5rem; */
      /* margin-bottom: 2rem auto; */
      /* margin-bottom: 2rem; */
      /* margin: 0; */
      border-radius: 4px;
      /* width: 100%; */
      background: #000000;
      text-decoration: none;
      color: white;
      font-size: 1.5rem;
    }
  
    .Navbar1_nav_links_mobile__8vhOt:hover {
      background: #000000;
      color: #1978a5;
      transition: 250ms;
    }
  
    .Navbar1_Mobi_navbar__H9QhU {
      display: flex;
    }
  }
  
  .Navbar1_Popup__4JxHe {
    position: absolute;
    top: 80vh;
    right: 10px;
    background: rgb(0, 183, 213, 0.6);
    border-radius: 20px;
    overflow: hidden;
  }
  
  .Navbar1_popup_head__gfjQz {
    color: red;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0.4rem 1rem;
    background: rgb(0, 183, 213);
  }
  
  .Navbar1_popup_body__2pUUY {
    padding: 0.8rem;
  }
  
  .Navbar1_popup_body__2pUUY p {
    color: white;
  }
  
@-webkit-keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}:root{--rc-drag-handle-size: 12px;--rc-drag-handle-mobile-size: 24px;--rc-drag-handle-bg-colour: rgba(0, 0, 0, .2);--rc-drag-bar-size: 6px;--rc-border-color: rgba(255, 255, 255, .7);--rc-focus-color: #0088ff}.ReactCrop{position:relative;display:inline-block;cursor:crosshair;max-width:100%}.ReactCrop *,.ReactCrop *:before,.ReactCrop *:after{-webkit-box-sizing:border-box;box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{overflow:hidden;max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-width:100%;max-height:inherit}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video{-ms-touch-action:none;touch-action:none}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{-ms-touch-action:none;touch-action:none}.ReactCrop__crop-mask{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.ReactCrop__crop-selection{position:absolute;top:0;left:0;-webkit-transform:translateZ(0);transform:translateZ(0);cursor:move}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--circular-crop .ReactCrop__crop-selection:after{pointer-events:none;content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border:1px solid var(--rc-border-color);opacity:.3}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed white}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){-webkit-animation:marching-ants 1s;animation:marching-ants 1s;background-image:-webkit-gradient(linear,left top, right top,color-stop(50%, #fff),color-stop(50%, #444)),-webkit-gradient(linear,left top, right top,color-stop(50%, #fff),color-stop(50%, #444)),-webkit-gradient(linear,left top, left bottom,color-stop(50%, #fff),color-stop(50%, #444)),-webkit-gradient(linear,left top, left bottom,color-stop(50%, #fff),color-stop(50%, #444));background-image:linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%);background-size:10px 1px,10px 1px,1px 10px,1px 10px;background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;color:#fff;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.ReactCrop__crop-selection:focus{outline:2px solid var(--rc-focus-color);outline-offset:-1px}.ReactCrop--invisible-crop .ReactCrop__crop-mask,.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{content:"";display:block;position:absolute;background-color:#fff6}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute;width:var(--rc-drag-handle-size);height:var(--rc-drag-handle-size);background-color:var(--rc-drag-handle-bg-colour);border:1px solid var(--rc-border-color)}.ReactCrop__drag-handle:focus{background:var(--rc-focus-color)}.ReactCrop .ord-nw{top:0;left:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);cursor:nw-resize}.ReactCrop .ord-n{top:0;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);cursor:n-resize}.ReactCrop .ord-ne{top:0;right:0;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);cursor:ne-resize}.ReactCrop .ord-e{top:50%;right:0;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);cursor:e-resize}.ReactCrop .ord-se{bottom:0;right:0;-webkit-transform:translate(50%,50%);transform:translate(50%,50%);cursor:se-resize}.ReactCrop .ord-s{bottom:0;left:50%;-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%);cursor:s-resize}.ReactCrop .ord-sw{bottom:0;left:0;-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%);cursor:sw-resize}.ReactCrop .ord-w{top:50%;left:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);cursor:w-resize}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:var(--rc-drag-bar-size);-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:var(--rc-drag-bar-size);height:100%;-webkit-transform:translate(50%);transform:translate(50%)}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:var(--rc-drag-bar-size);-webkit-transform:translateY(50%);transform:translateY(50%)}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:var(--rc-drag-bar-size);height:100%;-webkit-transform:translate(-50%);transform:translate(-50%)}.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle,.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w{display:none}@media (pointer: coarse){.ReactCrop .ord-n,.ReactCrop .ord-e,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:var(--rc-drag-handle-mobile-size);height:var(--rc-drag-handle-mobile-size)}}

