@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --btn-bg-col: #33CC4A;
    --btn-bg-col-hover: #259d37;
    --btn-col: rgb(255, 255, 255);
    --shadow-col: #545454;
    --shadow-col-2: #103d17;
    --header-bg-col: #a8eab2;
    --height_font: 20px;
}

p,
div {
    color: #545454;
}

p,
a,
h2,
h3,
h4,
h5,
li,
button,
div {
    font-size: var(--height_font) !important;
    font-weight: 400 !important;
}

.p_pp {
    color: rgba(255, 0, 0, 0) !important;
}

#fileStatus {
    font-size: var(--height_font);
}

.btn:hover {
    background-color: var(--btn-bg-col-hover) !important;
    color: white;
}

#audio_listen {
    border-radius: 25px;
    box-shadow: 0px 0px 5px 0.5px #259d3778;
}

ul,
ol {
    list-style: none;
    padding-left: 0;
}

#key_private {
    color: rgba(37, 50, 45, 0.798);
    margin-top: 5px;
    padding-right: 20px;
    cursor: pointer;
    font-size: var(--height_font);
    font-weight: 600;
}


a {
    text-decoration: none;
}

.header {
    background: linear-gradient(white, white);
    text-align: end;
    padding: 10px;
    margin: 0 !important;
    padding: 0 !important;
}

.footer {
    background: linear-gradient(white, white);
    text-align: end;
    padding: 30px;
}

#header_end {
    text-align: end;
    position: relative;
    top: 20px;
}

#header {
    position: relative;
    top: 50px;
}

#header a:hover {
    color: #33CC4A;
}


.servise_name h1 {
    font-size: 40px !important;
    font-weight: 600 !important;
    color: #33CC4A;
    /*#545454*/
    margin-bottom: 10px;
    margin-top: 30px;
}

.user_min p {
    color: var(--btn-bg-col);
    margin-right: 20px;
    font-weight: 600 !important;
    font-size: 30px !important;
    text-align: end;
}

.header a {
    margin-left: 20px;
    color: rgba(37, 50, 45, 0.798);
    font-weight: 600;
    font-size: var(--height_font);
}

.ellipsis_div {
    width: 4.3% !important;
}

#container {
    position: relative;
    width: 100%;
    padding: 0px;
    height: 300px;
    overflow-y: auto;
    -webkit-box-shadow: 0.5px 0.5px 2px 0.5px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0.5px 0.5px 2px 0.5px rgba(34, 60, 80, 0.2);
    box-shadow: 0.5px 0.5px 2px 0.5px rgba(34, 60, 80, 0.2);
    border-radius: 25px;
    margin-top: 40px;
    margin-bottom: 20px;
}

#audio_list,
#text_list,
#text_long,
#btn_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#audio_list li {
    text-align: start;
}

#drop-zone {
    border: 2px dashed var(--btn-bg-col);
    border-radius: 20px;
    padding: 100px 50px;
    text-align: center;
    margin: 100px auto 20px auto;
    width: 100%;
    cursor: pointer;
    background-color: #e9ffe9d2;
}

#drop-zone p {
    font-size: 40px !important;
    font-weight: 600 !important;
}

#drop-zone:hover {
    background-color: #ceffcf9e;
}

#file-input {
    display: none;
}

.li {
    color: #545454;
    margin: 3px 0;
    cursor: pointer;
    padding: 5px 10px;
    font-size: var(--height_font);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(34, 60, 80, 0.15);
    -moz-box-shadow: 0px 1px 1px 0px rgba(34, 60, 80, 0.15);
    box-shadow: 0px 1px 1px 0px rgba(34, 60, 80, 0.15);

    -webkit-box-shadow: 0px 1px 1px 0px rgba(34, 60, 80, 0.15);
    -moz-box-shadow: 0px 1px 1px 0px rgba(34, 60, 80, 0.15);
    box-shadow: 0px 1px 1px 0px rgba(34, 60, 80, 0.15);
    white-space: nowrap;
    text-overflow: ellipsis;
}

#audio_list li {
    overflow: hidden;
}

li img {
    height: 20px;
}

#name_file_up {
    font-size: var(--height_font);
    text-align: center;
    margin-top: 50px;
    word-wrap: break-word;
    margin-bottom: 20px;
}

.btn_point {
    overflow: hidden;
    background: white;
    padding: 5px;
    text-align: center;
    border-radius: 15px 15px 0 0;
    color: #545454;
    width: 25%;
    cursor: pointer;
    margin: 0 5px 2px 5px;
    box-shadow: 0px 0px 3px 1px var(--shadow-col-2);
}

.tabs {
    width: 50%;
    margin-right: 1%;
    margin-left: 1%;
    display: flex;
}

.text_txt {
    height: auto;
    box-shadow: 0px 0px 3px 1px var(--shadow-col-2);
    margin: 0;
    padding: 20px;
    border-radius: 20px;
    font-size: var(--height_font);
    color: #000;
    text-align: start;
    min-height: 300px;
}

.text_block_ {
    margin: 0;
    padding: 0;
}


.p-p-p {
    display: inline-block;
    margin-right: 10px;
}

.text_txt p {
    color: #545454;
    margin: 10px;
}

button {
    word-wrap: break-word;
}

.conter {
    margin: 0 5% 150px 5%;
    width: 90%;
    border-radius: 50px;
}

p,
th,
td {
    color: #545454;
}

a {
    text-decoration: none;
    color: #545454;
}

#myCheckbox,
#analiz_Checkbox {
    top: 3px;
}

a:hover {
    color: #545454;
    text-decoration: none;
}


.btn {
    padding: 10px;
    border-radius: 10px;
    background: var(--btn-bg-col);
    color: var(--btn-col);
    margin: 10px;
    width: 30%;
}

.btn:hover {
    color: white;
}

.row {
    --bs-gutter-x: 0 !important;
}

.row-2 div p {
    font-size: var(--height_font);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #787878;
    margin-bottom: 3px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 1px 1px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 1px 1px 0px rgba(34, 60, 80, 0.2);
    background-color: #F2F2F2;
    padding: 8px;
}

.row-2 div table {
    width: 100%;
    margin: 0 0 50px 0;
}

.row-4 {
    margin-top: 50px;
}

.row-4 div p {
    font-size: var(--height_font);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.row-4 div div {
    width: 100%;
    margin: 0;
}

.textarea {
    width: 100%;
    background: var(--btn-col);
    padding: 10px;
}

.copy_icon {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

/*Ползунки*/
#container::-webkit-scrollbar {
    width: 10px;
}

/* Стиль полосы прокрутки */
#container::-webkit-scrollbar-track {
    background: var(--btn-col);
}

/* Вид полосы прокрутки */
#container::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(120, 120, 120, 0.322);
}

/* Если пользователь навел курсор на полосу прокрутки */
#container::-webkit-scrollbar-thumb:hover {
    background: rgba(120, 120, 120, 0.563);
}

#messageBox {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 80px;
    border: 2px solid #545454;
    border-radius: 10px;
    z-index: 999;
    font-size: var(--height_font);
}
#messageBox1 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 80px;
    border: 2px solid #545454;
    border-radius: 10px;
    z-index: 999;
    font-size: var(--height_font);
}

#closeButton {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
#closeButton1 {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

#subscription_act, #cancellation_sub{
    display: none;
}

#copyButton {
    cursor: pointer;
}

#copyNotification {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    display: none;
}

input[type="checkbox"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 20px !important;
    height: 20px !important;
    border: 2px solid #33CC4A !important;
    border-radius: 3px !important;
    background-color: #fff !important;
    cursor: pointer !important;
    display: inline-block !important;
    position: relative !important;
}

input[type="checkbox"]:checked {
    background-color: #33CC4A !important;
    border: 2px solid #33CC4A !important;
}

input[type="checkbox"]:checked::after {
    content: '' !important;
    position: absolute !important;
    top: 1px !important;
    left: 6px !important;
    width: 6px !important;
    height: 12px !important;
    border: solid white !important;
    border-width: 0 3px 3px 0 !important;
    transform: rotate(45deg) !important;
}

@media (min-width: 576px) {
    .col-sm-1 {
        flex: 0 0 auto;
        width: 4%;
    }
}

.img_ellipsis {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.img_ellipsis:hover {
    opacity: 1;
}

button[data-tooltip] {
    position: relative;
    cursor: pointer;
}

button[data-tooltip]::before {
    content: attr(data-tooltip);
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #33333356;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    z-index: 10;
    font-size: var(--height_font);
    font-weight: 400;
}

button[data-tooltip]:hover::before {
    opacity: 1;
    visibility: visible;
}


/*Выпадающее меню*/
.box_list {
    background: #F2F2F2;
    position: absolute;
    right: 50px;
    top: 0;
    border-radius: 20px;
    box-sizing: border-box;
    border: 1px solid #a1a0a0;
    display: none;
    padding: 17px;
}


.box_list.show {
    display: block;
    text-align: start;
}


/*Карзина*/
.delete-cart-icon {
    font-size: 20px;
    cursor: pointer;
    transition: color 0.3s;
    margin-right: 5px;
}

.delete_li:hover {
    color: #e74c3c;
}

.download-icon {
    font-size: 20px;
    cursor: pointer;
    transition: color 0.3s;
    margin-right: 5px;
}

.download_li:hover {
    color: #33CC4A;
}

.transkrib_li:hover {
    color: #ccb533;
}

#loading {
    display: none;
    font-size: 40px !important;
    font-weight: 600 !important;
    color: #33CC4A;
}

.logo_user {
    position: relative;
    width: 75px;
    cursor: pointer;
    top: 10px;
    right: -15px;
}

.rem,
.tar {
    margin-left: 10px;
    text-align: start;
}

.rem_,
.tar_ {
    font-weight: 600 !important;
}

.tar_name,
.rem_con,
.tar_name a {
    color: #33CC4A;
    display: flex;
    font-weight: 700 !important;
}


.rem_con p {
    color: #33CC4A;
    font-weight: 700 !important;
}

.remaining_tariff {
    border: 1px solid #33CC4A;
    padding: 14px 10px 0 10px;
    border-radius: 40px;
}

#file_transk {
    font-size: 40px !important;
    font-weight: 600 !important;
    color: #33CC4A;
}

.or {
    font-weight: 600 !important;
}

.checkbox_i p {
    text-align: start;
    margin-left: 36%;
}

#checkbox_neiro {
    display: none;
}

.mess_phone {
    position: fixed;
    width: 30%;
    background: white;
    bottom: 10px;
    right: 10px;
    text-align: center;
    border-radius: 20px;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 8px 6px rgba(51, 204, 74, 0.2);
    -moz-box-shadow: 0px 0px 8px 6px rgba(51, 204, 74, 0.2);
    box-shadow: 0px 0px 8px 6px rgba(51, 204, 74, 0.2);
    z-index: 999;
}

.mess_err_file{
    position: fixed;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    background: white;
    top: 10%;
    text-align: center;
    border-radius: 20px;
    padding: 70px;
    -webkit-box-shadow: 0px 0px 8px 6px rgba(51, 204, 74, 0.2);
    -moz-box-shadow: 0px 0px 8px 6px rgba(51, 204, 74, 0.2);
    box-shadow: 0px 0px 8px 6px rgba(51, 204, 74, 0.2);
    z-index: 999;
}

.mess_err_file_info p{
    font-size: 30px!important;
}

.mess_phone_info p {
    color: #787878;
}

.mess_money {
    position: fixed;
    width: 60%;
    background: white;
    top: 20%;
    left: 20%;
    text-align: center;
    border-radius: 20px;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 8px 6px rgba(51, 204, 74, 0.2);
    -moz-box-shadow: 0px 0px 8px 6px rgba(51, 204, 74, 0.2);
    box-shadow: 0px 0px 8px 6px rgba(51, 204, 74, 0.2);
    z-index: 999;
}

.mess_tr_money p {
    color: #787878;
    font-size: 30px !important;
}

.mess_money_email {
    position: fixed;
    width: 60%;
    background: white;
    top: 20%;
    left: 20%;
    text-align: center;
    border-radius: 20px;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 8px 6px rgba(51, 204, 74, 0.2);
    -moz-box-shadow: 0px 0px 8px 6px rgba(51, 204, 74, 0.2);
    box-shadow: 0px 0px 8px 6px rgba(51, 204, 74, 0.2);
    z-index: 999;
}

.mess_tr_money_email p {
    color: #787878;
    font-size: 30px !important;
}

.mess_money_phone {
    position: fixed;
    width: 60%;
    background: white;
    top: 20%;
    left: 20%;
    text-align: center;
    border-radius: 20px;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 8px 6px rgba(51, 204, 74, 0.2);
    -moz-box-shadow: 0px 0px 8px 6px rgba(51, 204, 74, 0.2);
    box-shadow: 0px 0px 8px 6px rgba(51, 204, 74, 0.2);
    z-index: 999;
}

.mess_money_transkrib{
    position: fixed;
    width: 60%;
    background: white;
    top: 20%;
    left: 20%;
    text-align: center;
    border-radius: 20px;
    padding: 70px 30px;
    -webkit-box-shadow: 0px 0px 8px 6px rgba(204, 51, 56, 0.244);
    -moz-box-shadow: 0px 0px 8px 6px rgba(204, 51, 56, 0.244);
    box-shadow: 0px 0px 8px 6px rgba(204, 51, 56, 0.244);
    z-index: 999;
}

.mess_tr_money_phone p, .mess_tr_money_transkrib p {
    color: #787878;
    font-size: 30px !important;
}

.mess_phone_info a {
    color: #33CC4A;
    text-decoration: underline;
}

#closeButton_money {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

#closeButton_money_email {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

#closeButton_money_phone, #closeButton_money_transkrib {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

#closeButton_phone {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.mess_tr {
    position: fixed;
    width: 40%;
    background: white;
    top: 20%;
    left: 30%;
    text-align: center;
    border-radius: 20px;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 8px 6px rgba(51, 204, 74, 0.2);
    -moz-box-shadow: 0px 0px 8px 6px rgba(51, 204, 74, 0.2);
    box-shadow: 0px 0px 8px 6px rgba(51, 204, 74, 0.2);
    z-index: 999;
}

.mess_tr_delete{
    position: fixed;
    width: 60%;
    background: white;
    top: 50%;
    left: 20%;
    text-align: center;
    border-radius: 20px;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 8px 6px rgba(51, 204, 74, 0.2);
    -moz-box-shadow: 0px 0px 8px 6px rgba(51, 204, 74, 0.2);
    box-shadow: 0px 0px 8px 6px rgba(51, 204, 74, 0.2);
    z-index: 999;
}

#closeButton_tr {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

#closeButton_tr_delete{
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

#closeButton_err_file{
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.mess_tr_info p {
    color: #787878;
    font-size: 20px;
}

.mess_tr_delete_info p{
    color: #787878;
    font-size: 26px!important;
    font-weight: 600!important;
    margin-bottom: 50px;
}

.lk {
    background-color: #Ffff;
    border-radius: 20px;
    box-shadow: 0.5px 0.5px 2px 0.5px rgba(34, 60, 80, 0.2);
    padding: 30px;
}

.lk h2 {
    font-size: 30px !important;
    font-weight: 600 !important;
}

.lk_t {
    background-color: #Ffff;
    border-radius: 20px;
    box-shadow: 0.5px 0.5px 2px 0.5px rgba(34, 60, 80, 0.2);
    padding: 30px;
}

.lk_t h2 {
    font-size: 30px !important;
    font-weight: 600 !important;
}

.right_lk {
    position: sticky;
    top: 20px;
    margin: 0;
}

.left_rate_lk,
.left_minutes_lk,
.left_edit_lk {
    margin-top: 5%;
}


.container_lk {
    margin-top: 100px;
    margin-bottom: 100px;
}

.li_user {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    align-items: center;
    height: 50px;
    margin: 20px 0;
}

.li_user_right {
    display: flex;
    align-items: center;
}

.li_user_right button {
    background-image: url('https://audiovideo2text.ru/img/edit.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    border: none;
    margin-right: 10px;
    background-color: #Ffff;
}

.left_edit_lk button {
    width: 100%;
    padding: 20px 0;
    color: #a52a2a;
    border: none;
    border-radius: 20px;
    font-size: 40px !important;
    font-weight: 600 !important;
    background-color: #Ffff;
}

.right_lk a {
    line-height: 60px;
}

.a_btn {
    padding: 10px 20px;
    border-radius: 20px;
    background: var(--btn-bg-col);
    color: var(--btn-col);
    margin: 0px;
    border: none;
}

.a_btn:hover {
    background-color: var(--btn-bg-col-hover) !important;
    color: white;
}

.remaining_tariff {
    display: inline-flex;
}

.remaining_tariff div div,
.remaining_tariff div div p,
.remaining_tariff div div a {
    font-size: 14px !important;
}

#cancellation {
    padding: 10px 20px;
    border-radius: 20px;
    background: silver;
    color: var(--btn-col);
    margin: 0px;
    border: none;
}

#cancellation:hover {
    background-color: rgb(145, 145, 145) !important;
    color: white;
}

.li_choose_tariff {
    text-align: end;
    margin: 50px 0 15px 0;
}

.body {
    background: #F2F2F2;
}

#password_lk {
    font-weight: 600 !important;
    font-size: 25px !important;
}

.rate {
    display: flex;
}

#time-control button {
    background: #33CC4A;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-weight: 600 !important;
    top: 5px;
}

#decrease,
#increase {
    position: relative;
}

#decrease p,
#increase p {
    position: absolute;
    top: -3px;
    color: #fff;
    font-weight: 600 !important;
}

#decrease p {
    left: 8px;
}

#mess_warning {
    color: #a52a2a;
}

.password-container {
    position: relative;
    display: inline-block;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.eye-icon {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #8b8b8b;
    cursor: pointer;
    padding: 5px;
}

.bx-hide:before {
    content: "\eb0e";
}

.bx-show:before {
    content: "\ec0c";
}

#key_private:hover {
    color: #33CC4A;
}

.tariff {
    margin: 0 2%;
    height: 700px;
}

.col-tariff {
    width: 20%;
}

.tariff p {
    text-align: end;
    margin: 10px 0;
}

.top_p_tatiff {
    text-align: center !important;
    margin: 20px 0 !important;
    font-size: 40px !important;
    font-weight: 600 !important;
    color: #33CC4A;
    line-height: 50px;
}

.top_p_tatiff_p {
    text-align: center !important;
    margin-bottom: 40px !important;
    font-weight: 600 !important;
    font-size: 30px !important;
}

.sup_email {
    margin-top: 50px !important;
}

.li_user_tariff {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    align-items: center;
    margin: 10px 0 0 0;
}

.li_user_tariff_right {
    display: flex;
    align-items: center;
}

.li_user_tariff_right button {
    background-image: url('https://audiovideo2text.ru/img/edit.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    border: none;
    margin-right: 10px;
    background-color: #Ffff;
}

.rate_tariff {
    display: flex;
    color: #33CC4A;
}

.btn-3 {
    width: 80% !important;
}

.btn-4 {
    width: 40% !important;
}

#transkrib_file_1_not_delete{
    background: silver!important;
}

#transkrib_file_1_not_delete:hover{
    background: rgb(146, 146, 146)!important;
}

#transkrib_file_1_delete{
    background: #a52a2a!important;
}

#transkrib_file_1_delete:hover{
    background: #7d1e1e!important;
}

.translate {
    border: none;
    background: none;
}

.flag-container {
    display: flex;
    flex-wrap: wrap;
}

.flag-item {
    margin: 10px;
    padding: 10px 30px;
}

.flag-icon {
    font-size: 1rem;
}

.dropdown-content_2 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content_2 button {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
}

.dropdown-content_2 button:hover {
    background-color: #f1f1f1;
}

.dropdown_1:hover .dropdown-content_2 {
    display: block;
}

.dropdown_1 {
    position: relative;
    display: flex;
}

.dropdown_1 button {
    background: none;
    border: none;
    cursor: pointer;
}

.dropbtn {
    background: none;
    border: none;
    cursor: pointer;
}

.svg_{
    position: relative;
    top: -1px;
    left: 3px;
}

@media (max-width: 768px) {
    .dropbtn{
        font-size: 12px!important;
        text-align: start;
    }
    #selected-language{
        font-size: 12px !important;
        font-weight: 600 !important;
    }
    .flag-icon{
        font-size: 10px;
    }
    .dropdown{
        margin-bottom: 10px;
    }
    .dropdown-content_2 {
        display: none;
    }

    .dropdown_1:focus-within .dropdown-content_2,
    .dropdown_1:active .dropdown-content_2 {
        display: block;
        position: static;
    }

    .dropdown_1 {
        flex-direction: column;
        align-items: flex-start;
    }
}

.dropdown {
    position: relative;
    display: flex;
    background: #F2F2F2;
    color: #787878;
    padding: 10px;
    border-radius: 10px;
    width: 280px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    max-height: 500px;
    overflow-y: auto;
    min-width: 280px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: 0px;
    top: 100%;
    border-radius: 10px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

@media (max-width: 768px) {
    .dropdown-content {
        display: none; /* По умолчанию скрыто на мобильных устройствах */
    }

    .dropdown:focus-within .dropdown-content,
    .dropdown:active .dropdown-content {
        display: block; /* Показать при фокусе или активном состоянии */
        position: static; /* Отменяем absolute для мобильного */
        max-height: none; /* Убираем ограничение по высоте */
        overflow-y: visible; /* Убираем скроллинг */
    }

    .dropdown {
        flex-direction: column; /* Вертикальная ориентация на мобильных */
        align-items: flex-start; /* Выравнивание по левому краю */
        width: 100%; /* Ширина на 100% для мобильных */
        padding: 0; /* Убираем внутренние отступы */
    }

    .dropdown-content a {
        padding: 10px; /* Уменьшаем отступы для мобильных */
        text-align: left; /* Выравнивание текста по левому краю */
    }
}

.hidden {
    display: none !important; /* Скрыть с помощью важного правила */
}

.flag-item {
    margin: 5px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.flag-item:hover {
    transform: scale(1.1);
}

#cancel_subscription{
    cursor: pointer;
}

.block_for_dev{
    width: 100%;
    background: rgb(242, 242, 242);;
    border-radius: 20px;
    margin-top: 50px;
    padding: 20px;
    display: flex;
}

.block_for_col{
    background: white;
    height: 250px;
    width: 100%;
    margin: 5px 0 20px 0;
    border-radius: 10px;
}

.block_for_textarea{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 10px;
    resize: none;
}

.button_col{
    display: inline;
    text-align: center;
}

.text_for_col_{
    position: relative;
    left: 10px;
    font-weight: 600;
}


.save_mess_{
    display: none;
    position: absolute;
    width: 100%;
    background: #33CC4A;
    top: 60px;
    left: 0px;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    z-index: 999;
    opacity: 0.3;
}

.save_mess_info p{
    color: white;
}

#err_or_vide{
    color: #a52a2a;
    font-size: 26px !important; 
    font-weight: 600 !important;
}

@media (max-width: 1300px) {
    .tabs {
        width: 70%;
    }

    .btn_point {
        margin: 0 5px 3px 5px;
    }

    #drop-zone {
        padding: 80px 30px;
    }
}

@media (max-width: 1000px) {
    .tabs {
        width: 96%;
        margin-right: 2%;
        margin-left: 2%;
    }

    .box_btn_ {
        width: 100% !important;
    }

    .row-2 div p,
    .li,
    .btn_point {
        font-size: 16px !important;
    }

    #drop-zone p,
    .servise_name h1 {
        font-size: 30px !important;
    }

    .servise_name h1 {
        margin-top: 50px;
    }

    .btn {
        padding: 7px;
        margin: 10px;
        width: 30%;
        font-size: 16px !important;
    }

    .lk h2,
    .lk button {
        font-size: 16px !important;
    }

    .lk form div,
    .lk form div div div,
    .lk a,
    .lk div,
    .lk div div,
    .lk div div div,
    .lk div div div div {
        font-size: 14px !important;
    }

    input {
        width: 200px !important;
    }

    .a_btn,
    #cancellation,
    #editing_data,
    #apply {
        font-size: 14px !important;
        padding: 7px 15px;
        border-radius: 10px;
    }

    .li_choose_tariff {
        text-align: end;
        margin: 20px 0 15px 0;
    }

}

@media (max-width: 750px) {
    .right_lk a {
        line-height: 0 !important;
    }

    .lk {
        padding: 10px 15px;
    }

    #key_private {
        margin-top: 0px;
        padding-right: 0px;
    }

    #name_file_up {
        font-size: 12px !important;
    }

    #text_txt {
        font-size: 12px !important;
    }

    #header_end,
    #header {
        width: 30%;
    }

    #header a {
        font-size: 14px !important;
    }

    .servise_name {
        width: 70%;
    }

    .remaining_tariff {
        display: none;
    }

    .logo_user {
        top: 30px;
        right: 0;
    }

    #drop-zone {
        padding: 40px 30px;
    }

    .row-2 div p,
    .li,
    .btn_point {
        font-size: 12px !important;
    }

    .btn {
        font-size: 14px !important;
    }

    .checkbox_i p {
        text-align: center;
        margin-left: 0;
        font-size: 14px !important;
    }

    .button_transkrib,
    .button_download,
    .button_delete,
    .btn-y {
        width: 60%;
        margin-left: 20%;
        margin-right: 20%;
    }

    .mini_div {
        height: 0;
    }

    .text_mess_m div {
        font-size: 12px !important;
    }

    .mini_div p {
        font-size: 12px !important;
    }

    .box_btn_ {
        margin-top: 20px;
    }

    .box_btn_1 {
        margin-top: 0 !important;

    }

    #container {
        width: 100%;
        margin: 0;
    }

    .conter {
        margin: 0 1% 50px 1%;
        width: 98%;
    }

    .ellipsis_div {
        display: none;
    }


    input[type="checkbox"] {
        appearance: none !important;
        -webkit-appearance: none !important;
        width: 10px !important;
        height: 10px !important;
        border: 2px solid #33CC4A !important;
        border-radius: 3px !important;
        background-color: #fff !important;
        cursor: pointer !important;
        display: inline-block !important;
        position: relative !important;
    }

    input[type="checkbox"]:checked {
        background-color: #33CC4A !important;
        border: 2px solid #33CC4A !important;
    }

    input[type="checkbox"]:checked::after {
        content: '' !important;
        position: absolute !important;
        top: -1px !important;
        left: 2px !important;
        width: 3px !important;
        height: 6px !important;
        border: solid white !important;
        border-width: 0 1px 1px 0 !important;
        transform: rotate(45deg) !important;
    }

    .text_block {
        width: 29%;
    }

    #container {
        border-radius: 5px;
        height: auto !important;
    }

    button[data-tooltip]::before {
        top: -25px;
        left: 50%;
        padding: 3px;
        border-radius: 3px;
        font-size: 12px !important;
    }

    #loading {
        font-size: 20px !important;
    }

    #file_transk {
        font-size: 20px !important;
    }

    .mess_phone {
        padding: 10px 20px;
    }

    .mess_phone_info p,
    .mess_phone_info a {
        font-size: 12px !important;
        margin-bottom: 0;
    }

    #closeButton_phone {
        font-size: 12px !important;
    }

    .mess_tr {
        width: 90%;
        left: 5%;
    }

    .mess_tr_delete{
        width: 90%;
        left: 5%;
    }

    .li_user {
        margin: 0;
    }

    .list_right {
        display: none;
    }

    .lk_main {
        width: 100% !important;
    }

    .container_lk {
        margin-top: 30px;
    }
}

@media (max-width: 576px) {
    #audio_block_1 {
        width: 5%;
    }

    .audio_block {
        width: 50%;
    }

    .text_long {
        width: 20%;
    }

    .text_block {
        width: 25%;
    }

    button[data-tooltip]::before {
        display: none;
    }
}

@media (max-width: 500px) {
    .btn {
        font-size: 12px !important;
    }

    .box_btn_ {
        margin-top: 40px;
    }

    .row-2 div p,
    .li,
    .btn_point {
        padding: 2px;
    }

    html,
    body {
        width: 100% !important;
        overflow-x: hidden !important;
    }

    img,
    video,
    iframe {
        max-width: 100% !important;
        height: auto !important;
    }

    *,
    *::before,
    *::after {
        box-sizing: border-box !important;
    }

    #file_transk {
        font-size: 14px !important;
    }

    .mess_phone {
        width: 50%;
        border-radius: 5px;
    }
}

@media (max-width: 400px) {
    .servise_name h1 {
        margin-top: 30px;
    }

    .logo_user {
        width: 60px;
        top: 10px;
    }

    .servise_name h1 {
        font-size: 20px !important;
    }

    #drop-zone {
        padding: 20px;
        margin: 30px auto 20px auto;
    }

    #drop-zone p,
    .servise_name h1 {
        font-size: 20px !important;
        margin-top: 10px;
    }

    .row-2 div p,
    .li,
    .btn_point {
        font-size: 10px !important;
    }

    #header_end {
        top: 0;
    }

    #header {
        top: 5px;
    }

    .tabs {
        width: 90%;
        margin-right: 5%;
        margin-left: 5%;
    }

    #text_zv,
    #rezume,
    #analiz,
    #req {
        border-radius: 5px 5px 0 0;
        overflow: hidden;
    }

    #name_file_up {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .footer p {
        font-size: 14px !important;
    }
}

/*Адаптация страницы тарифов*/

@media (max-width: 1463px) {
    .tariff {
        margin: 0 2%;
        height: 700px;
    }
}

@media (max-width: 1150px) {
    .lk_t h2 {
        font-size: 20px !important;
        margin: 0;
    }

    .top_p_tatiff {
        margin: 0 !important;
        font-size: 30px !important;
    }

    .top_p_tatiff_p {
        margin-bottom: 25px !important;
        font-size: 20px !important;
    }

    .li_user_tariff {
        margin-top: 20px !important;
        font-size: 14px !important;
    }

    .rate_tariff {
        font-size: 14px !important;
    }

    .tariff {
        margin: 0 2%;
        height: 550px;
    }

}

@media (max-width: 947px) {
    .top_p_tatiff {
        font-size: 20px !important;
    }

}

@media (max-width: 900px) {
    .col-tariff {
        width: 60%;
        margin-left: 20%;
        margin-right: 20%;
    }

    .lk_t {
        height: auto;
    }

    .a_a_btn {
        font-size: 25px !important;
        padding: 12px 20%;
    }

    .lk_t h2 {
        font-size: 40px !important;
        margin: 10px;
    }

    .top_p_tatiff,
    .top_p_tatiff_p {
        font-size: 30px !important;
    }

    .li_user_tariff {
        margin-top: 30px !important;
        font-size: 25px !important;
    }

    .rate_tariff {
        font-size: 25px !important;
    }

    .lk_t {
        margin-top: 30px;
    }

    .mb_down {
        margin-bottom: 100px;
    }
}

@media (max-width: 600px) {
    .col-tariff {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media (max-width: 400px) {
    #youtube_input{
        padding: 0!important;
        top: 2px!important;
    }
    .row-2{
        padding: 0!important;
    }
    #myCheckbox, #analiz_Checkbox{
        top: 0;
    }
    .col-tariff {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .a_a_btn {
        font-size: 20px !important;
        padding: 10px 15%;
    }

    .lk_t h2 {
        font-size: 30px !important;
    }

    .top_p_tatiff,
    .top_p_tatiff_p {
        font-size: 20px !important;
    }

    .li_user_tariff {
        font-size: 20px !important;
    }

    .rate_tariff {
        font-size: 20px !important;
    }
}