body {
  --bs-primary-rgb: 255, 84, 0;
  --bs-primary: rgb(var(--bs-primary-rgb));
  --bs-dark-rgb: 26, 57, 72;
  --bs-dark: rgb(var(--bs-dark-rgb));
  --bs-ivory-rgb: 248, 247, 246;
  --bs-ivory: rgb(var(--bs-ivory-rgb));
  --bs-grey: #dfe6e5;
  --bs-btn-disabled-border-color: transparent;
  --bs-border-radius: 20px;
  --bs-border-radius-lg: 25px;
  min-height: 100vh;
  position: relative;
  padding-bottom: 90px;
}
body h1 {
  color: var(--bs-dark);
}
body .btn-light {
  --bs-btn-color: rgb(var(--bs-dark-rgb));
  --bs-btn-bg: #fff;
  --bs-btn-border-color: none;
  --bs-btn-hover-color: #F8F7F6;
  --bs-btn-hover-bg: rgba(var(--bs-primary-rgb), .8);
  --bs-btn-hover-border-color: none;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #f5e2e3;
  --bs-btn-active-bg: rgb(var(--bs-primary-rgb));
  --bs-btn-active-border-color: none;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(var(--bs-dark-rgb));
  --bs-btn-disabled-bg: var(--bs-grey);
  --bs-btn-disabled-border-color: none;
}
body .btn-light .bi {
  color: #799197;
}
body .btn-light:hover .bi, body .btn-light:active .bi, body .btn-light:disabled .bi, body .btn-light.active .bi {
  color: var(--bs-btn-hover-color);
}
body .btn-light.xactive {
  background-color: rgb(var(--bs-primary-rgb)) !important;
  color: #F8F7F6;
}
body .btn-light.btn-submit {
  padding: 16px 30px;
  font-size: 18px;
  line-height: 18px;
  background: #e5e4e3;
  color: #6b7276;
  font-weight: 300;
}
body .btn-light.btn-submit:not(.active):hover {
  background: transparent linear-gradient(177deg, #FA5420 0%, #E5397A 51%, #A0157F 100%) 0% 0% no-repeat padding-box;
  color: #ffffff;
}
body .btn-light.btn-vaclav {
  padding: 9px 150px;
  background: transparent linear-gradient(90deg, #FA5420 0%, #E5397A 51%, #A0157F 100%) 0% 0% no-repeat padding-box;
  color: #ffffff;
  font-size: 21px;
  border-radius: 25px;
}
body .btn-light.btn-vaclav:not(.active):hover {
  opacity: 0.8;
}
body .btn-light.btn-without_bg:hover {
  background: transparent linear-gradient(177deg, #FA5420 0%, #E5397A 51%, #A0157F 100%) 0% 0% no-repeat padding-box !important;
  color: #ffffff;
}
body .btn-light.btn-action {
  padding: 15px 60px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
body .btn-light.btn-action:not(.active):hover {
  background: transparent linear-gradient(90deg, #FA5420 0%, #E5397A 51%, #A0157F 100%) 0% 0% no-repeat padding-box;
  color: #ffffff;
  font-size: 20px;
  border-radius: 30px;
}
body #submit-url:-webkit-autofill,
body #submit-url:-webkit-autofill:hover,
body #submit-url:-webkit-autofill:focus,
body #submit-url:-webkit-autofill:active {
  -webkit-background-clip: text;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #ffffff;
  outline: none !important;
}
body #submit-url {
  color: #1a3948 !important;
  font-size: 21px !important;
  height: 60px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding-right: 135px;
}
body #submit-url:focus {
  box-shadow: none !important;
}
body #clear {
  font-size: 24px !important;
  color: #1a3948 !important;
  padding-left: 15px;
}
body #paperclip {
  font-size: 24px !important;
  color: #1a3948 !important;
  padding-left: 15px;
}
body #button-submit {
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  border-radius: 25px;
  position: absolute;
  z-index: 999;
  right: 5px;
  top: 5px;
  padding: 16px 30px;
}
body #button-submit.try_again {
  background: #e5e4e3;
  color: #6b7276;
}
body .spinner-border {
  width: 20px;
  height: 20px;
}
body #dismiss-job, body #dismiss-form {
  opacity: 0.6;
}
body #dismiss-job:hover, body #dismiss-form:hover {
  opacity: 1;
}
body #container-preview .card {
  padding: 24px !important;
}
body #container-preview .card-text {
  line-height: 1;
  margin-top: -2px !important;
  margin-bottom: 23px !important;
}
body #container-preview .card-text a {
  color: #9fabb0 !important;
  font-size: 14px !important;
}
body #container-preview .card-text a small {
  font-size: 14px !important;
}
body #container-preview .card-title {
  font-size: 21px !important;
  line-height: 32px;
  color: #1a3948 !important;
  margin-bottom: 24px !important;
}
body #container-preview .card-author {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body #container-preview .card-body {
  padding-left: 24px;
}
body .job-meta {
  position: absolute;
  background-color: var(--bs-dark);
  padding: 2px 5px 2px;
  border-radius: 4px;
  line-height: 1em;
  font-size: 11px;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
}
body .job-meta i, body .job-meta span {
  color: var(--bs-grey);
}
body .job-meta.content-type {
  left: 6px;
  top: 6px;
}
body .job-meta.content-length {
  left: 6px;
  bottom: 6px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 10px;
}
body .card img {
  --bs-border-radius: 6px;
  --bs-border-radius-lg: 6px;
}
body .view-transcription {
  padding-left: 100px;
  position: relative;
}
body .view-transcription span:after {
  position: absolute;
  background: #fff;
  left: 2px;
  margin-top: 4px;
  font-size: 13px;
  color: var(--bs-tertiary-color);
  content: attr(data-offset);
}
body .azure_transcript_row {
  position: relative;
}
body .azure_transcript_row .duration {
  font-size: 13px;
  color: var(--bs-tertiary-color);
  position: absolute;
  left: -100px;
  top: 3px;
}
body .azure_transcript_row .speaker {
  color: #799197;
}
body .form-visible .btn.active {
  background: transparent linear-gradient(177deg, #FA5420 0%, #E5397A 51%, #A0157F 100%) 0% 0% no-repeat padding-box;
}
body .btn-light.btn-submit {
  --bs-btn-bg: var(--bs-grey);
}
body #container-recent .card.active {
  border-color: var(--bs-primary);
}
body #profile .dropdown-item {
  background-color: transparent;
}
body #profile .progress-bar {
  background: transparent linear-gradient(90deg, #FA5420 0%, #E5397A 51%, #A0157F 100%) 0% 0% no-repeat padding-box;
}
body #logo {
  height: 50px;
}

#logo_wrapper {
  margin-bottom: 58px !important;
}

.text-vaclav {
  color: #1a3948;
}

#intro {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 62px;
}

#ytg_rferl_content_container {
  background: #fff;
  padding: 30px;
  border-radius: 30px;
}

.progress {
  position: relative;
}

.rferl_custom_progressbar_percent {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  display: block;
  text-align: center;
}

#profile_wrapper {
  background: #fff;
  z-index: 9;
  position: absolute;
  right: 15px;
  top: 0px;
  border-radius: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 8px 16px;
  padding-bottom: 0;
  max-width: 300px;
}
#profile_wrapper #profile {
  max-width: 100%;
}
#profile_wrapper h6 {
  font-size: 0.875rem;
  color: #6c757d;
  margin-bottom: 12px;
}
#profile_wrapper .ahoj {
  margin-bottom: 16px;
}
#profile_wrapper .progress {
  margin-bottom: 8px;
  height: 24px;
}
#profile_wrapper .dropdown-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.176);
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 8px;
}
#profile_wrapper .text-body-secondary {
  color: #9fabb0 !important;
  font-size: 14px;
}

.progress-bar-text {
  padding-left: 12px;
  font-weight: 600;
}
.progress-bar-text.limit {
  position: absolute;
  padding: 0;
  right: 12px;
  top: 3px;
}

#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 90px;
  line-height: 60px;
  padding-bottom: 30px;
}

#vaclav_about_page {
  color: #5C666F;
  font-size: 16px;
}
#vaclav_about_page a {
  color: #55A2CE;
}
#vaclav_about_page a:hover {
  color: #00a2ff;
}
#vaclav_about_page ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
#vaclav_about_page ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
#vaclav_about_page h2 {
  font-size: 28px;
  color: #1A3948;
  font-weight: 600;
}
#vaclav_about_page p {
  margin-bottom: 30px;
}
#vaclav_about_page .card {
  padding: 30px 0px;
  border: 0;
  font-size: 16px;
  color: #5C666F;
  border-radius: 10px;
  box-shadow: 10px 12px 12px rgba(0, 0, 0, 0.1215686275);
  text-align: center;
}
#vaclav_about_page .card .card-text {
  margin-bottom: 0;
}
#vaclav_about_page .card .img_wrapper {
  height: 75px;
  margin-bottom: 30px;
}
#vaclav_about_page .bi-check {
  color: #5BCCA3;
  font-size: 18px;
  line-height: 1;
}
#vaclav_about_page .bi-x {
  color: #E5397A;
  font-size: 18px;
  line-height: 1;
}
#vaclav_about_page .table {
  width: 100% !important;
  margin: 0;
}
#vaclav_about_page .table thead th {
  background: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  padding-top: 0;
  line-height: 1;
  padding-bottom: 20px;
}
#vaclav_about_page .table tbody td {
  border-bottom: 1px solid #F8F7F6;
  font-size: 14px;
  color: #5C666F;
}
#vaclav_about_page .table tbody td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#vaclav_about_page .table tbody td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#vaclav_about_page th, #vaclav_about_page td {
  text-align: center;
  border: 0;
}
#vaclav_about_page th:first-child, #vaclav_about_page td:first-child {
  text-align: left;
}

#about_link {
  font-size: 16px;
  text-decoration: none;
  color: #C1C0BE;
}
#about_link:hover {
  text-decoration: underline;
}

.vaclav_rounded_block {
  border-radius: 9999px;
  padding: 5px;
  color: #6B7276;
  font-size: 21px;
}

.vaclav_selected_language {
  height: 60px;
  line-height: 60px;
  padding-left: 26px;
  background: #ffffff;
  border-radius: 25px;
}
.vaclav_selected_language span {
  padding-left: 45px;
  position: relative;
  display: block;
  color: #1a3948;
}
.vaclav_selected_language span .bi-check {
  font-size: 30px;
  position: absolute;
  left: 0;
}
.vaclav_selected_language span .bi-pencil {
  font-size: 25px;
  position: absolute;
  line-height: 50px;
  top: 5px;
  right: 5px;
  cursor: pointer;
  background: #e5e4e3;
  color: #6b7276;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
}
.vaclav_selected_language span .bi-pencil:hover {
  color: #E5397A;
}
.vaclav_selected_language:focus {
  box-shadow: none !important;
}

.btn-gray {
  background: #E5E4E3;
  font-weight: 300;
  color: #6B7276;
  padding: 8px 30px;
  margin: 0;
}

.select_submit_btn:disabled {
  border: 0;
  background: #e5e4e3;
  color: #6b7276;
  font-size: 18px;
  line-height: 18px;
  border-radius: 25px;
  position: absolute;
  z-index: 999;
  right: 5px;
  top: 5px;
  padding: 16px 30px;
}

#set_source_language, .set_source_language {
  padding-left: 70px;
  background-position: 30px 22px;
  height: 60px;
  color: #6b7276 !important;
  font-size: 21px;
  font-weight: 300;
}
#set_source_language:focus, .set_source_language:focus {
  box-shadow: none !important;
}

.vaclav_select {
  font-size: 21px;
  padding-left: 50px;
  border: 0;
  background: #fff;
  position: relative;
}

.select_wrapper {
  position: relative;
}
.select_wrapper .arrow_helper {
  position: absolute;
  z-index: 999;
  left: 30px;
  top: 18px;
  font-size: 16px;
}

.vaclav_set_source_language {
  position: relative;
}
.vaclav_set_source_language button {
  position: absolute;
  right: 5px;
  top: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-submit_inverted, .select_submit_btn {
  padding: 16px 30px !important;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
  color: #ffffff;
  background: transparent linear-gradient(177deg, #FA5420 0%, #E5397A 51%, #A0157F 100%) 0% 0% no-repeat padding-box;
}
.btn-submit_inverted:not(.active):hover, .select_submit_btn:not(.active):hover {
  color: #ffffff;
  opacity: 0.7;
}

.mt_21 {
  margin-top: 21px;
}

#link_form .btn-submit_inverted {
  margin: 0 !important;
  border: 0 !important;
}

.form-switch .form-check-input:checked {
  background-color: #E5397A;
  border: 0;
}

.form-switch .form-check-input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28248, 247, 246, 1%29'/%3e%3c/svg%3e");
  background-color: #e5e4e3;
  border-color: #e5e4e3;
  color: #f8f7f6;
}

#text-content.hide_timecodes .duration {
  display: none;
}
#text-content.hide_speakers .speaker {
  display: none;
}

.card-transcription {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 16px;
  height: 100%;
  padding: 15px 30px;
  padding-bottom: 0;
}
.card-transcription h5 {
  font-size: 21px;
  margin-bottom: 20px;
}
.card-transcription p {
  font-size: 14px !important;
  color: #6b7276 !important;
}
.card-transcription button {
  margin-top: 40px !important;
}

.card-transcription__blocked {
  border: 1px solid #CCD1D3 !important;
  background: none;
  box-shadow: none;
}
.card-transcription__blocked h5 {
  color: #9fabb0;
}
.card-transcription__blocked p {
  color: #9fabb0 !important;
}

.transcription_blocked_info_wrapper {
  padding-left: 30px;
  position: relative;
  font-size: 18px !important;
  line-height: 21px !important;
  color: #6b7276 !important;
  margin-top: 45px;
  text-align: left !important;
  font-weight: 300 !important;
  padding-bottom: 0;
}
.transcription_blocked_info_wrapper p {
  font-size: 18px !important;
  line-height: 21px !important;
  color: #6b7276 !important;
  margin-bottom: 0 !important;
}
.transcription_blocked_info_wrapper i {
  position: absolute;
  top: 0px;
  left: 0;
}

#container-content {
  margin-top: 8px;
}

#timecodesSwitch_wrapper, #speakersSwitch_wrapper {
  padding-left: 140px;
  color: #6b7276 !important;
}
#timecodesSwitch_wrapper .small, #speakersSwitch_wrapper .small {
  font-size: 14px;
}
#timecodesSwitch_wrapper input, #speakersSwitch_wrapper input {
  margin-top: 5px;
}

#transcription_type_label {
  padding-left: 100px;
  margin-top: -38px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #6b7276 !important;
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  #transcription_type_label {
    display: none;
  }
}

/*# sourceMappingURL=styles.css.map */
