@import url(https://fonts.googleapis.com/css2?family=Barlow&display=swap);@import url(https://fonts.googleapis.com/css2?family=Rubik&display=swap);:root {
  --primary-color: #3CABD0;
  --regular-color: #585862;
  --invalid-color: #dc3545;
}

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-start {
  justify-content: start;
}

.align-item-center {
  align-items: center;
}

.color-primary {
  color: #3CABD0;
}

.color-alternative {
  color: #BCBCBC;
}

.color-regular {
  color: #585862;
}

.bold {
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.d-none {
  display: none !important;
}

.downloaded_file {
  color: #08162F !important;
}

.ml-2 {
  margin-left: 2rem;
}

.mt-1 {
  margin-top: 1rem;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}

.btn:focus {
  outline: none;
}

.btn-primary {
  background-color: #3CABD0;
  color: #ffffff;
}

.btn-outline {
  border: 0.15rem solid #3CABD0;
  color: #3CABD0;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 1rem 2rem;
}

.btn-audio {
  background-image: url("/images/icon-audio.svg");
}

.btn-download:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url("/images/icon-download.svg");
}

.btn-download-secondary:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  background-image: url("/images/icon-download-w.svg");
}

.btn-download {
  color: #3CABD0;
}

.btn-download-secondary {
  color: #ffffff;
  background-color: #3CABD0;
}

.btn-pending {
  color: #F46066;
}

.btn-pending:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url("/images/icon-pending.svg");
}

.btn-trash,
.btn-danger,
.btn-warning,
.btn-audio-play,
.btn-audio-stop,
.btn-audio {
  width: 1.6rem;
  height: 1.6rem;
  background-repeat: no-repeat;
  background-position: center center;
}

.btn-confirm-audio:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.2rem;
  background-image: url("/images/icon-confirm.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.btn-reject-qc {
  color: #c1c33c;
}

.btn-reject-audio:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.2rem;
  background-image: url("/images/icon-reject.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.btn-pending-send-audio:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.2rem;
  background-image: url("/images/icon-pending-send-audio.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.btn-success-send-audio:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.2rem;
  background-image: url("/images/icon-success-send-audio.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.btn-upload-audio:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.2rem;
  background-image: url("/images/icon-upload-audio.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.btn-edit-audio:before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.2rem;
  background-image: url("/images/icon-edit-audio.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.btn-accepted:before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.2rem;
  background-image: url("/images/accepted.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.btn-rejected:before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.2rem;
  background-image: url("/images/rejected.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.btn-reject-audio,
.btn-confirm-audio,
.btn-pending-send-audio,
.btn-success-send-audio,
.btn-upload-audio,
.btn-edit-audio,
.btn-accepted,
.btn-rejected {
  display: flex;
  align-items: baseline;
}

.btn-upload-audio {
  color: #3CABD0;
  border: 2px solid #3CABD0;
  border-radius: 10px;
  padding: 0.4rem 1.2rem;
}

.btn-accepted {
  color: #ffffff;
  background-color: #3CABD0;
  font-weight: 600;
  align-items: center;
}

.btn-rejected {
  color: #3CABD0;
  background-color: #ffffff;
  font-weight: 600;
  align-items: center;
}

.btn-confirm-audio {
  color: #FF8024;
  font-weight: bold;
  font-size: 0.9rem;
}

.btn-reject-audio {
  color: #F46066;
}

.btn-pending-send-audio {
  color: #00BB4B;
}

.btn-success-send-audio {
  color: #06CCAB;
  text-decoration: underline;
}

.btn-trash {
  background-image: url("/images/icon-trash.svg");
}

.btn-danger {
  background-image: url("/images/icon-danger.svg");
}

.btn-warning {
  background-image: url("/images/icon-warning.svg");
}

.btn-audio-play {
  background-image: url("/images/icon-audio-play.svg");
}

.btn-audio-stop {
  background-image: url("/images/icon-audio-stop.svg");
}

.btn-icon {
  font-size: 1.35rem;
  color: #3CABD0;
  display: flex;
  align-items: center;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal__container {
  background-color: white;
  width: 500px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  border-radius: 0.5rem;
  padding: 1rem;
  position: relative;
}

.modal__body {
  text-align: center;
}

.modal__close {
  background-color: white;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #585862;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.modal__active {
  pointer-events: initial;
  opacity: 1;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #585862;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: borde;
}

/* The container-check */

.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */

.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #3CABD0;
  border-radius: 20%;
}

/* On mouse-over, add a grey background color */

.container-check:hover input ~ .checkmark {
  background-color: #ffffff;
}

/* When the checkbox is checked, add a blue background */

.container-check input:checked ~ .checkmark {
  background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.container-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.container-check .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #3CABD0;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/*
@import '~bootstrap/scss/bootstrap';
*/

*,
*:after,
*:before {
  box-sizing: border-box;
  margin: 0;
}

* a {
  text-decoration: none;
}

.container {
  color: #ffffff;
  display: grid;
  min-height: 100vh;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 5rem auto 10%;
  grid-template-areas: "header header header header" " main main  main main" " footer footer footer footer";
  font-family: "Rubik", sans-serif;
}

.header {
  grid-area: header;
  height: 100%;
}

.main {
  grid-area: main;
}

footer {
  grid-area: footer;
  text-align: center;
  margin: 1rem 0;
  color: #585862;
  font-family: "Rubik", sans-serif;
}

.header,
.main,
footer {
  padding: 0 3rem;
}

.main-logo {
  height: 4rem;
}

.header {
  font-size: 0.8rem;
}

header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #08162F;
  font-size: 0.9rem;
}

.nav ul,
.nav-user ul,
.nav,
.nav-user {
  display: flex;
  align-items: center;
}

.nav_item {
  margin: 0 2rem;
  list-style: none;
}

.nav_item a {
  color: #3CABD0;
}

.active a {
  color: #ffffff;
  font-weight: bold;
}

.nav_item a {
  text-decoration: none;
}

.nav ul {
  justify-content: flex-start;
  padding: 0;
}

.nav-user {
  justify-content: flex-end;
}

.nav_item__close-session {
  padding: 0.7rem 1rem;
  font-family: "Rubik", sans-serif;
  width: auto;
  color: #08162F !important;
  background-color: #3CABD0;
  font-size: 0.8rem;
  border-radius: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}

.nav_item__close-session img {
  margin-right: 0.5rem;
}

.main {
  padding-top: 2rem;
  color: #585862;
}

.main .main_greeting {
  color: #3CABD0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  height: 4rem;
  width: 100%;
}

.main .main_greeting .main_greeting_sub_title {
  color: #4E5057;
}

.main .main_content {
  width: 100%;
  height: 100%;
}

.form-send {
  height: 7rem;
}

.form-send .form-group {
  margin: 0 1.5rem;
  /*width: 25%;*/
}

.form-send .form-group:first-child {
  margin-left: 0;
}

.form-group label {
  display: block;
  margin-bottom: 0.6rem;
}

.upload {
  height: 13rem;
  border: dotted 0.1rem #3CABD0;
  cursor: pointer;
}

.upload_description_message {
  font-size: 0.8rem;
}

.upload-footer {
  margin: 1rem 0;
}

.list-upload {
  margin: 2rem 0;
  width: 100%;
}

.table {
  width: 100%;
  text-align: left;
}

.table thead tr {
  background-color: #F7F7F7;
}

.table thead tr th {
  color: #08162F;
}

.table tbody tr {
  height: 3rem;
}

.audio_player_description button {
  margin-right: 0.5rem;
}

.audio_player_description {
  display: flex;
  align-items: center;
}

.audio_player_description .audio_name {
  font-size: 1rem;
  color: #585862;
}

.audio_player_description .audio_link {
  display: block;
}

.audio_player_description .audio_date {
  font-size: 0.9rem;
  color: #B0BACF;
}

.swal2-container {
  font-family: "Rubik", sans-serif;
}

.swal2-container .content .main-content .btn {
  display: inline-block;
}

.swal2-container .cancel-button {
  background-color: white !important;
  color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
}

.swal2-title {
  color: #3CABD0 !important;
}

.swal2-actions button {
  background-color: #3CABD0 !important;
}

.swal2-content {
  color: #4E5057 !important;
}

.form-translate {
  height: 5rem;
}

.list-group-audio {
  width: 100%;
  border: 2px solid #3CABD0;
  border-radius: 10px;
  padding: 1rem 3rem;
  margin: 1.5rem 0;
}

.list-group-audio .form-remember {
  margin-bottom: 1rem;
}

.result {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.result .btn {
  display: inline-block;
}

.result h1 {
  color: #3CABD0;
}

.result p {
  width: 50rem;
}

.result h1,
.result p,
.result button {
  margin: 0.8rem 0;
}

