body {
    font-family: Lato,Helvetica,Arial,sans-serif!important;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    line-height: 1.25rem;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: none;
    /*text-align: center;*/
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.log-body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #f4f4f4;
    margin: 50px;
}
main{
    width: 95%;
    margin: 0 auto;
    padding-top: 60px;
}

header {
    background: rgba(225, 192, 235, 0.3);
    padding: 20px;
    text-align: center;
}
.container{
    /*width: 80%;*/
    margin: 0 auto;
}
form {
    margin: 0 auto;
}

.form-group {
    margin-bottom: 20px;
    padding-bottom: 1%;
    /*font-size: 80%;*/ 
}

.form-control {
    width: 64%;
    /*height: 5%;*/
    padding: 1%;
    font-size: 100%;
    border-radius: none;
    border: 1px solid #ced4da;
    box-sizing: border-box;
}

.insert {
    width: 10%;
}
.btn {
    width: 10%;
    background-color: #007bff;
    color: white;
    height: 10%;
    padding: 1%;
    /*border-radius: 5%;*/
    cursor: pointer;
    
    border: 1px solid #ced4da;
    font-size: 100%;
    text-align: center;
    box-sizing: border-box;
}
.btn:hover {
    background-color: #0056b3;
}
.upload-button:hover {
    background-color: #0056b3;
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

.upload-button{
    background-color: #007bff;
    color: white;
    /*width: 74%;*/
    height: 5%;
    padding: 1%;
    /*border-radius: 5%;*/
    cursor: pointer;
    border: none;
    /*font-size: 80%;*/
    height: 45px;
    text-align: center;
    box-sizing: border-box;
    padding: 12px 16px;
}

.submit-text-button{
    background-color: #6a0dad;
    color: white;
    /*width: 74%;*/
    height: 5%;
    padding: 1%;
    /*border-radius: 5%;*/
    cursor: pointer;
    border: none;
    /*font-size: 80%;*/
    height: 45px;
    text-align: center;
    box-sizing: border-box;
    padding: 12px 16px;
    border-radius: 5px;
    width: 100%;
}

.submit-text-button:hover {
    background-color: #5a007d;
}



.textUploadArea {
    width: 100%;


    padding: 10px;
    border: 2px solid #6a0dad;
    border-radius: 5px;
    font-size: 16px;
    color: #333;

    resize: none;
    margin-bottom: 10px;
    margin-top: 10px;
}

.textUploadArea:focus {
    outline: none;
    border-color: #5a00b5;
    box-shadow: 0 0 10px rgba(106, 13, 173, 0.5);
}

.submit-text-button {
    display: inline-block;
    background-color: #6a0dad;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
}


.submit-text-button label {
    cursor: pointer;
    margin: 0;
}




.to-text-button{
    background-color: #00bd18;
    color: white;
    /*width: 74%;*/
    height: 5%;
    padding: 1%;
    /*border-radius: 5%;*/
    cursor: pointer;
    border: none;
    /*font-size: 80%;*/
    text-align: center;
    box-sizing: border-box;
    font-family: Lato,Helvetica,Arial,sans-serif;


}

.to-text-button.disabled
.to-text-button[disabled]{
  pointer-events: none; 
  opacity: 0.5;
}



.to-text-button:hover{
    background-color: #008800;
}

.tooltip {
    color: #a9a9a9; /* light grey */
}

.warning {
    font-weight: 700!important;
    font-size: .8rem!important;
    line-height: 1.2rem!important;
    margin-top: -2%;
    color: #ff0000;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

textarea {
    padding: 1%;
    width: 74%;
    box-sizing: border-box;
    font-size: 130%;
}
.transcribe-options-checkbox {
    height: 17px;
    width: 17px;
}
.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
/*.new-file-button {
    background-color: #8000FF; 
    border: none;
    color: white;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
}*/
.logout-button {
    position: absolute; 
    top: 10px; 
    right: 10px;
    background-color: #8000FF; 
    border: none;
    color: white;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
}
.new-file-button:hover {
    background-color: #5F04B4;
}
.logout-button:hover {
    background-color: #5F04B4;
}
.new-file-button span {
    font-family: Lato,Helvetica,Arial,sans-serif;
}
.table-style {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 18px;
    text-align: left;
}
.table-style th, .table-style td {
    border-bottom: 1px solid #ddd;
    padding: 8px 12px;
}
.table-style th {
    background-color: #f2f2f2;
}
.table-style tr:hover {
    background-color: #f5f5f5;
}
/*.progress-bar-container {
    width: 100%;
    background-color: #ffffff;
    margin-top: 10px;
}

.progress-bar {
    width: 0;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: white;
    background-color: #4caf50;
}*/
.progress-bar-container {
    background-color: #a2aab0;
    height: 4px;
    height: 0.25rem;
    position: relative;
    display: none;
}
.progress--bar {
    background-color: #20bf55;
    height: 4px;
    height: 0.25rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 100;
}

.filename {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
    --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
    --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
    --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    margin: 0;
    font-family: inherit;
    overflow: visible;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    color: #495057;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
    border-radius: .1875rem;
    background-color: #fff;
    border: 1px solid #cbd0d3;
    font-size: 1rem;
    line-height: 1.5rem;
    display: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl;
    text-align: left;
}

.filename .text-content {
    direction: ltr; /* Возвращаем обратное направление текста */
    display: inline-block;
}

.border-radius--flat-bottom {
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
}
.percentage{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
    --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
    --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
    --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
    text-align: left;
    font-family: Lato,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 0!important;
    font-weight: 700!important;
    color: #199342;
    font-size: .8rem!important;
    line-height: 1.2rem!important;
}

.flexxxx{
    display: flex;
}

.form-control,
.new-file-button {
    box-sizing: border-box;
    height: 45px;
    vertical-align: middle;
}

.form-control {
    flex-grow: 1;
    padding: 1%;
    font-size: 100%;
    border-radius: 0;
    border: 1px solid #ced4da;
}
.form-control:focus {
    border-radius: 0; 
    /*border-color: #ff0000;
*/  border-color: #8000FF;
    outline: none; 
}

.new-file-button {
    background-color: #8000FF; 
    border: none;
    color: white;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
}

.view-txt{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
    --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
    --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
    --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
    -webkit-font-smoothing: antialiased;
    border-collapse: collapse;
    box-sizing: border-box;
    padding: .25em .4em;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding-right: .6em;
    padding-left: .6em;
    display: inline-flex!important;
    font-family: Lato,Helvetica,Arial,sans-serif;
    font-weight: 700;
    border-radius: 3px;
    color: #fff!important;
    font-size: .7rem!important;
    line-height: 1.05rem!important;
    border: none;
    background-color: #20bf55;
}


.view-span{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
    --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
    --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
    --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
    -webkit-font-smoothing: antialiased;
    border-collapse: collapse;
    text-align: center;
    white-space: nowrap;
    font-family: Lato,Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff!important;
    font-size: .7rem!important;
    line-height: 1.05rem!important;
    box-sizing: border-box;
    width: 6rem;
    text-overflow: ellipsis;
    display: inline-flex;
    overflow: hidden;
}

.view-txt:hover{
    background-color: #008F3C;
    cursor: pointer;
}

.download-mp3{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
    --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
    --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
    --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
    -webkit-font-smoothing: antialiased;
    border-collapse: collapse;
    box-sizing: border-box;
    padding: .25em .4em;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding-right: .6em;
    padding-left: .6em;
    display: inline-flex!important;
    font-family: Lato,Helvetica,Arial,sans-serif;
    font-weight: 700;
    border-radius: 3px;
    color: #fff!important;
    font-size: .7rem!important;
    line-height: 1.05rem!important;
    border: none;
    background-color: #8000FF;
}

.download-mp3:hover {
    background-color: #5F04B4;
    cursor: pointer;
}
.download-mp3-view-span{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
    --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
    --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
    --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
    -webkit-font-smoothing: antialiased;
    border-collapse: collapse;
    text-align: center;
    white-space: nowrap;
    font-family: Lato,Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff!important;
    font-size: .7rem!important;
    line-height: 1.05rem!important;
    box-sizing: border-box;
    width: 6rem;
    text-overflow: ellipsis;
    display: inline-flex;
    overflow: hidden;
}
.view-txt i.fa {
    padding-top: 3px;
    padding-right: 3px;
}

.download-mp3 i.fa {
    padding-top: 3px;
    padding-right: 3px;
}

.progress-note {
    color: #0000FF;
    font-size: 0.7rem;
}

.checked{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
    --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
    --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
    --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
    border-collapse: collapse;
    white-space: nowrap;
    color: #fff!important;
    box-sizing: border-box;
    margin-right: .25rem!important;
    font-size: .7rem!important;
    line-height: 1.05rem!important;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-rendering: auto;
    text-align: center;
    width: 1.25em;
    font-family: Font Awesome\ 6 Pro;
    font-weight: 400;
}
.del-file-container{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
    --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
    --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
    --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
    color: #212529;
    text-align: left;
    font-family: Lato,Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    position: relative;
    width: 100%;

    flex: 0 0 100%;
    max-width: 100%;
    font-size: .8rem!important;
    line-height: 1.2rem!important;
}

.del-file-btn{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
    --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
    --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
    --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
    text-align: left;
    font-family: Lato,Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-size: .8rem!important;
    line-height: 1.2rem!important;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 4px;
    padding: .25rem;
    background-color: transparent;
    color: #39324b;
}
.del-file-btn:hover{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
    --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
    --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
    --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
    text-align: left;
    font-family: Lato,Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-size: .8rem!important;
    line-height: 1.2rem!important;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 4px;
    padding: .25rem;
    background-color: #39324b;
    color: #fff;
}







/* Увеличение высоты navbar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(235, 222, 240, 1); /* Light purple background color */
    height: 55px; /* Установите фиксированную высоту для navbar */
    position: fixed; /* Фиксированное положение */
    top: 0; /* Прикрепить к верхней части страницы */
    width: 100%; /* Растянуть на всю ширину */
    z-index: 1000; /* Сделать навбар выше других элементов */
}

.nav-items {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%; /* Make the nav items take full height */
    width: 100%; /* Ensure nav items take the full width */
}

.navbar li {
    display: flex;
    align-items: center;
    height: 100%; /* Установите высоту элемента li равной высоте navbar */
}

.navbar a.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #6a0dad; /* Purple color */
    font-weight: bold;
    height: 100%; /* Установите высоту ссылки равной высоте navbar */
    padding: 0 20px; /* Удалите вертикальные отступы, оставьте только горизонтальные */
    box-sizing: border-box; /* Убедитесь, что padding включен в высоту и ширину */
}

.navbar a.nav-link:hover {
    background-color: rgba(215, 189, 226, 1); /* Light purple background color on hover */
    color: #6a0dad; /* Maintain the same text color on hover */
}

.navbar li span {
    margin-left: 5px;
}

.profile {
    margin-left: auto; /* Переместите профиль вправо */
    display: flex;
    align-items: center;
    height: 100%; /* Установите высоту профиля равной высоте navbar */
}

.nav-icon {
    color: #5a007d; /* Purple color for icons */
}

.nav-icon:hover {
    opacity: 1;
}

.new-file-button {
    background-color: #6a0dad; /* Purple color */
    color: white;
    font-weight: bold;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none; /* Убирает подчеркивание текста */
    border-radius: 0;
}

.new-file-button:hover,
.new-file-button:focus,
.new-file-button:active {
    background-color: #5a007d; /* Darker purple on hover */
    text-decoration: none; /* Убирает подчеркивание текста при наведении, фокусе и нажатии */
    outline: none; /* Убирает обводку вокруг текста */
    border: none; /* Убирает границу */
}

.new-file-button i {
    margin-right: 5px;
    text-decoration: none; /* Убирает подчеркивание текста внутри иконки */
}

a {
    text-decoration: none; /* Убирает подчеркивание текста */
}

a:hover,
a:focus,
a:active {
    text-decoration: none; /* Убирает подчеркивание текста при наведении, фокусе и нажатии */
    outline: none; /* Убирает обводку вокруг текста */
    border: none; /* Убирает границу */
}


.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}


.dropdown-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    color: #6a0dad;
    text-decoration: none;
    white-space: nowrap;
}

.dropdown-item:hover {
    background-color: rgba(225, 192, 235, 0.6);
}

.dropdown-icon {
    margin-right: 8px;
}

.cursor-pointer {
    cursor: pointer;
}

.dropdown-menu {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 106, 13, 173;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg,hsla(0,0%,100%,0.15),hsla(0,0%,100%,0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255,255,255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0,0,0;
    --bs-secondary-color: rgba(33,37,41,0.75);
    --bs-secondary-color-rgb: 33,37,41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233,236,239;
    --bs-tertiary-color: rgba(33,37,41,0.5);
    --bs-tertiary-color-rgb: 33,37,41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248,249,250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 106, 13, 173; /* здесь менять цвет */
    --bs-link-decoration: none;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10,88,202;
    --bs-link-hover-decoration: none;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0,0,0,0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0,0,0,0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0,0,0,0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(106, 13, 173,0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
    --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
    --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
    --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
    color: var(--bs-body-color);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: Lato,Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25rem;
    -webkit-font-smoothing: antialiased;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb),0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb),0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb),0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb),1);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb),1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb),1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(33, 37, 41, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb),0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    list-style: none;
    box-sizing: border-box;
    right: .75rem!important;
    top: 55px!important; /* Adjust this value to move the menu down */
    background-color: #fff;
    border-top: 5px solid #6a0dad; /* !!!!!!!!!!!!!!!!!!!!!!!!!! */
    padding: 1rem;
    box-shadow: 0 3px 6px 1px rgba(0,0,0,.12),0 7px 14px 1px rgba(50,50,93,.14);
    position: absolute;
    display: block;
    z-index: 2000;
    min-width: 18rem;
    display: none;
}

.dropdown-menu::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #6a0dad; /* Цвет фона выпадающего меню */
    position: absolute;
    top: -15px; /* Adjust this value to move the arrow down */
    right: 30px;
}
.cursor-pointer {
    cursor: pointer;
}

.button-common {
    color: white;
    height: 45px;
    padding: 12px 16px;
    cursor: pointer;
    border: none;
    text-align: center;
    box-sizing: border-box;
    font-family: Lato, Helvetica, Arial, sans-serif;
    width: 100%; /* Ensure the buttons take the full width of their container */
}

/* Specific styles for .to-text-button */
.to-text-button {
    background-color: #00bd18;
}


.to-text-button:hover {
    background-color: #008800;
}
/* TRANSLATE.HTML SECTION */

.form-group-container {
    display: flex;
    align-items: center;
    gap: 10px; /* Adjust gap as needed */
}

.form-group-container .form-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.form-group label {
    margin-bottom: 5px;
}

#choose-source-language, #choose-target-language {
    width: 200px; /* Ensure both dropdowns have the same width */
}

.fa-right-long {
    font-size: 36px; /* Adjust icon size as needed */
    margin-bottom: 35px; /* Align icon vertically with dropdowns */
    color: #0056b3; /* Ensure the color fits the overall design */
}

.prompt-element {
    width: 40%; /* Adjust width as needed */
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 100px;
}




/* Specific styles for .to-translate-button */
.to-translate-button {
    background-color: #00bd18;
}

.to-translate-button:hover {
    background-color: #008800;
}

.time-cost-container{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: Lato,Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    box-sizing: border-box;
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: var(--bs-border-radius);
    --bs-alert-link-color: inherit;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    border: var(--bs-alert-border);
    text-align: center!important;
    font-size: .875rem;
    line-height: 1rem;
    position: relative;
    border-radius: .5rem;
    background: #f9f0db url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAU0lEQVQoU2P8+eH2fwYC4PfnRwyMhBSCFLHyyuFXCFMEshCniciKcCpEV4RVIUgRCIDchQxQrEY2CafV2KzD8Aw2RTBr4cHz5fHe/+juQQ9/kGIAcLFMSUnx6f8AAAAASUVORK5CYII=);
    color: #ae811d;
    padding: 3px 3px;
}

.textUploadArea{
    width: 100%;
    margin-top: 10px;
}