/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
}

.clearfix:after {
    clear: both;
}

body {
    font-family: Avenir, 'Helvetica Neue', 'Lato', 'Segoe UI', Helvetica, Arial, sans-serif;
    color: #4b0f31;
    background-color: #f1e5e6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* a {
     outline: none;
     color: #d3394c;
     text-decoration: none;
 } */

/* a:hover,
 a:focus {
     color: #722040;
 } */

.hidden {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    pointer-events: none;
}


/* Header */

.codrops-header {
    padding: 2em 1em 4em;
    text-align: center;
}

.codrops-header h1 {
    margin: 0.5em 0 0;
    letter-spacing: -1px;
    font-size: 3em;
    line-height: 1;
}

.codrops-header h1 span {
    display: block;
    padding: 0.5em 0 1em;
    color: #999;
    font-weight: normal;
    font-size: 0.45em;
}


/* Top Navigation Style */

.codrops-links {
    position: relative;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
}

.codrops-links::after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    content: '';
    -webkit-transform: rotate3d(0, 0, 1, 22.5deg);
    transform: rotate3d(0, 0, 1, 22.5deg);
}

.codrops-icon {
    display: inline-block;
    margin: 0.5em;
    padding: 0em 0;
    width: 1.5em;
    text-decoration: none;
}

.codrops-icon span {
    display: none;
}

.codrops-icon:before {
    margin: 0 5px;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'codropsicons';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.codrops-icon--drop:before {
    content: "\e001";
}

.codrops-icon--prev:before {
    content: "\e004";
}


/* Demo links */

.codrops-demos {
    margin: 2em 0 0;
}

.codrops-demos a {
    display: inline-block;
    margin: 0 0.5em;
}

.codrops-demos a.current-demo {
    color: #333;
}


/* Content */

.content {
    width: 100%;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 3em 0;
}

.content footer {
    color: #b39295;
    margin-top: 40px;
}

.content footer a:hover,
.content footer a:focus {
    color: #4b0f31;
}



.box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box label {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.btn_update_oreder {
    display: block;
    font-size: 20px;
    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em !important;
    background: transparent;
    position: relative;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.btn_update_file {
    cursor: pointer;
    align-self: baseline;
    margin: 0 auto;
    background: transparent;
    border: none;
    color: #2ea3f2;
    border: 1px solid #2ea3f2;
    padding: 0.4rem 1.25rem;
    font-size: 16px;
    font-weight: 700;
}

.btn_update_file:hover {
    border: 1px solid #4b0f31;
}

.link_update_page {
    display: block;
    margin: 0 15px;
}

.link_update_page svg {
    width: 50px;
}

.suc-message-wait {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}

.suc-message-wait svg {
    width: 50px;
}

.suc-message__price {
    /* margin-bottom: 50px; */
}

.suc-message__price span {
    white-space: nowrap;
}

.content_voice svg {
    width: 50px;
}

.content_voice {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1.5em;
    width: 100%;
    max-width: 100% !important;
    font-family: "Open Sans,Arial,sans-serif";
    font-weight: 500;
    font-size: 1em;
    line-height: 1.6;
    overflow: auto;
    padding: 1em;
}

.error-message {
    text-align: center;
    color: #b20000;
    font-size: 16px;
}

.suc-message {
    color: #fff;
    font-size: 22px;
    text-align: center;
    color: #6381ef;
}

.btn_upload_file--disabled {
    display: none !important;
    cursor: not-allowed;
}

/* .btn_upload_file{
    max-width: 446px;
} */

.stop_processing {
    margin-left: auto;
}

/* Related demos */

.content--related {
    text-align: center;
    font-weight: bold;
    padding-top: 4em;
}

.media-item {
    display: inline-block;
    padding: 1em;
    vertical-align: top;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.media-item__img {
    max-width: 100%;
    opacity: 0.6;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.media-item:hover .media-item__img,
.media-item:focus .media-item__img {
    opacity: 1;
}

.media-item__title {
    margin: 0;
    padding: 0.5em;
    font-size: 1em;
}

@media screen and (max-width: 50em) {
    .codrops-header {
        padding: 3em 10% 4em;
    }
}

@media screen and (max-width: 40em) {
    .codrops-header h1 {
        font-size: 2.8em;
    }
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    font-size: 1rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

.no-js .inputfile+label {
    display: none;
}

.inputfile+label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

.inputfile-6+label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    padding: 0;
    color: #fff;
}

.inputfile-6+label span {
    padding: 0.4rem 1.25rem;
    /* 10px 20px */
}

.inputfile-6+label span {
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    text-align: center;
}

.inputfile-6+label span {
    color: #f1e5e6;
    border: 1px solid #fff;
    background-color: transparent;
    display: inline-block;
    width: 360px;
}

.inputfile-6+label span:hover {
    color: #01012c;
    border: 1px solid #01012c;
}


.inputfile-6:focus+label strong,
.inputfile-6.has-focus+label strong,
.inputfile-6+label:hover strong {
    background-color: #722040;
}


.order-info-box {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
}

#progress {
    display: none;
}

#progress .bar span {
    margin-right: 10px;
}


#progress .bar {

    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 26px;

}

.selected_file_name {
    color: #fff;
    font-size: 26px;
    line-height: 1.2;

    /* max-width: 540px; */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /* margin-top: 4px; */
}

.cancel_upload {
    width: max-content;
    margin: 0 auto;
}





@media screen and (max-width: 50em) {
    .inputfile-6+label strong {
        display: block;
    }
}

@media screen and (max-width: 50em) {
    .inputfile-6+label span {
        width: 100%;
    }
}

.form_upload_file {
    padding: 0 15px 44px 15px;
    max-width: 571px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.lk-title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 44px;
    font-weight: 300;
    color: #ffffff;
}

.file_format_info {
    color: #6381ef;
    font-size: 26px;
    text-align: center;
    margin-bottom: 32px;
    line-height: 1.2;
}

.formats {
    /* margin-top: auto; */
    /* margin-top: 50px; */
}

.formats__list {
    display: none;

    background-color: #00052b;
    padding: 14px 20px;
    border-radius: 10px;
    word-spacing: 5px;

    /* margin-top: 50px; */
    margin-top: 22px;
    margin-bottom: 20px;
    position: relative;
}

.formats__button-close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    background-image: url(/wp-content/themes/twentytwenty_child/assets/img/ico/ico_close-list.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.bar {
    /* background: linear-gradient(45deg, #00ff7a, #26ff00); */
    height: 18px;
}

/* INFO ORDER */

.woocommerce-order-details__title {
    margin: 30px 0 10px;
    font-size: 24px;
}

.action_btn_order {
    display: flex;
    justify-content: space-around;
}

.check_balance--red {
    color: red;
}

.check_balance--info {
    font-size: 24px;
    display: inherit;
    margin-bottom: 15px;
    text-align: center;
}

.check_balance--info_mb {
    margin-bottom: 30px;
}

.check_balance--done {
    color: #00ac53;
}

.check_balance--done:hover {
    border: none;
}

.check_balance--file {
    margin-bottom: 22px;
}

.link_text_result {
    border: 1px solid;
    padding: 6px 12px;
    border-radius: 3px;
}

.link_status_update {
    padding: 6px 12px;
    cursor: pointer;
    color: #2ea3f2;
    width: 150px;
    text-align: center;
}

.link_status_update:hover {
    color: #722040;
}

.check_balance span:nth-child(2) {
    /* мешает в статусе "Ожидает обработки" */
    /* margin:15px 0; */
}

.check_balance {
    font-size: 18px;

    /* padding: 14px 22px 19px 20px;
    max-width: 740px;
    margin: 0 auto 10px;
    border: 1px solid #020941;
    border-radius: 10px;

    background-color: #110b82; */

}

.check_balance.my-order {
    font-size: 18px;

    padding: 14px 22px 19px 20px;
    max-width: 740px;
    margin: 0 auto 10px;
    border: 1px solid #020941;
    border-radius: 10px;

    background-color: #110b82;

}

.check_balance.my-order a {
    margin-right: 10px;
}

.order-data-box {
    border: 1px solid #020941;
    border-radius: 10px;
    padding: 10px 22px 18px 20px;
    margin-bottom: 10px;
}

.order-data-box:nth-child(odd) {
    background-color: #110b82;
}

.order-data-box:nth-child(even) {
    background-color: #1d23a2;
}

.order-data {
    display: flex;
    gap: 16px;
    justify-content: space-between;


    max-width: 740px;

    /* margin: 0 auto 22px; */
    margin: 0 auto 0;

}

.check_balance.my-order .order-data {
    border: none;
}



.order-data__file-data {
    display: flex;
    gap: 17px;
    margin-bottom: 5px;
}

.order-data__box {
    margin-bottom: 21px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 7px;
}

.order-data__number {
    color: #c9d2f6;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 3px;
}

.order-data__status {
    border: 1px solid;
    padding: 2px 15px 3px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
}

.order-data__status_color_orange {
    color: #b38a29;
    border-color: #b38a29;
}

.order-data__status_color_green {
    color: #35b28d;
    border-color: #35b28d;
}

.order-data__img {
    margin-top: 5px;
    max-width: none !important;
}

.order-data__title-transcribe {
    margin-bottom: 5px;
}

.order-data__file-name {
    color: #c9d2f6;
    font-size: 22px;
    /* margin-bottom: 22px; */
    /* margin-bottom: 14px; */
}

.order-data__file-box {
    overflow: hidden;

    position: relative;
}

.order-data__file-name_width {
    max-width: 405px;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

.order-data__file-name_margin{
    margin-bottom: -2px !important;
}

.tech_support_message {
    margin-top: 10px;
    color: #b38a29;
}

/* .order-data__file-box::after{
    content:'';
    position: absolute;
    display: block;
    width: 50px;
    top: 0;
    bottom: 0;
    right: 0;

    background-image:linear-gradient(to right, rgba(255, 255, 255, 0), #110b82 75%);
    background-image: -webkit-linear-gradient(left,  rgba(17,11,130, 0) 0%, rgba(17,11,130, 1) 55%);
} */

/* .order-data-box:nth-child(odd) .order-data__file-box::after{
    background-image:linear-gradient(to right, rgba(255, 255, 255, 0), #110b82 75%);
} */

.order-data-box:nth-child(even) .order-data__file-box::after {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #1d23a2 75%);
    background-image: -webkit-linear-gradient(left, rgba(29, 35, 162, 0) 0%, rgba(29, 35, 162, 1) 55%);
}



@media (max-width: 1500px) {
    .order-data__file-name_width {
        max-width: 27vw;
    }
}

@media (max-width: 1000px) {
    .order-data__file-name_width {
        max-width: 39vw;
    }
}

.order-data__butt-update,
.mini-but {
    background-color: #3d4dff;
    color: #ffffff;
    font-size: 14px;
    padding: 3px 28px 4px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}

.order-data__butt-update.view,
.order-data__butt-update.pay,
.order-data__butt-update.cancel {
    /* display: block;
    width: 100%; */
    text-align: center;
    margin-bottom: 3px;
}

.mini-but {
    display: inline-block;
    text-align: center;
    /* margin-bottom: 4px; */
}

.order-data__butt-update:hover,
.mini-but:hover {
    background-color: #dd0087;
}



.order-data__parameter {
    color: #8fa5f7;
    font-size: 14px;
    margin-bottom: 11px;
}

.order-data__parameter.ico_date {
    background-image: url(/wp-content/themes/twentytwenty_child/assets/img/ico/ico_date.png);
    background-position: 5px center;
}

.order-data__parameter.ico_time {
    background-image: url(/wp-content/themes/twentytwenty_child/assets/img/ico/ico_time.png);
    background-position: 5px center;
}

.order-data__parameter.ico-money {
    background-image: url(/wp-content/themes/twentytwenty_child/assets/img/ico/ico_money.png);
    background-position: left center;
}

.order-data-box__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
}



.order-again {
    display: none;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce-MyAccount-navigation-link a {
    font-size: 18px !important;
    color: #fff !important;
}

.woocommerce-MyAccount-navigation-link:not(:last-child) {
    margin-bottom: 15px !important;
}

.woocommerce-MyAccount-navigation-link.is-active a {
    color: #a950bb !important;
}

.woocommerce-MyAccount-content {
    color: #fff;
}

/* Убрать иконку из меню личного кабинета напротив 'Мой кошелёк' */
.woocommerce-MyAccount-navigation>ul li.woocommerce-MyAccount-navigation-link--woo-wallet a::before {
    content: "" !important;
}

@media screen and (max-width: 480px) {
    .woocommerce-MyAccount-navigation ul {
        /* margin-bottom: 50px !important; */
    }

    .woocommerce-MyAccount-navigation-link {
        font-size: 16px !important;
    }
}



/*  */
/* .woo-wallet-content form {
    margin-top: 9px;
    margin-bottom: 9px;
} */
.woo-wallet-balance-to-add {
    padding: 0.2em;
    font-size: 2em;
}

/* Кнопки - унификация всех кнопок */
/* .et_pb_bg_layout_light .et_pb_button:hover, .et_pb_bg_layout_light .et_pb_button:hover, .woocommerce button.button:hover, .woocommerce-page button.button:hover, .woocommerce-button.woocommerce-button--next.woocommerce-Button.woocommerce-Button--next.button:hover {
    background-color: rgba(250, 250, 250, 0.2) !important;
} */
.woocommerce-Button.button {
    color: #fff !important;
}

ul .et_pb_button_module_wrapper.et_pb_button_0_wrapper.et_pb_button_alignment_tablet_center.et_pb_module:first-child {
    /* margin-bottom: 20px;
    margin-top: 11px; */
}

.et_pb_button.et_pb_button_0.et_pb_bg_layout_dark {
    cursor: pointer;
}

.suc-message__text {
    margin-bottom: 15px;
}

.suc-message__no-money {
    color: #e64108 !important;
}

.text-center {
    text-align: center;
}

.popup-preview-version {
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    padding: 30px;
    border-radius: 9px;
}

.popup-preview-version-original {
    background: rgba(0, 0, 0, 0.9);
    padding: 30px;
    border-radius: 9px;
}



@media (max-width: 768px) {
    .check_balance.my-order a{
        margin-right: 0;
        display: inline-block;
        margin-bottom: 12px;
    }

    .order-data__butt-update {
        display: block;
        min-width: 222px;
        margin: 0 auto;
        text-align: center;
    }

    .mini-but {
        display: block;
        width: 200px;
        /* margin: 0 auto 6px !important; */
        /* установить для конкретных */
    }

    .order-data {
        flex-direction: column;
        margin-bottom: 12px;
    }

    .order-data__file-box {
        flex-grow: 1;
    }

    .order-data>div:first-child {
        flex-grow: 1;
    }

    .order-data__file-data {
        gap: 5px !important;
    }

    .order-data__file-name {
        margin-bottom: 12px;
    }

    .order-data__img {
        margin-top: 10px;
    }

    .order-data__img {
        display: none;
    }

    .audio-player-container__notification{
        margin-left: 10px;
    }
}

@media (max-width: 576px) {

    .order-info-box {
        flex-wrap: wrap;
        gap: 5px;
    }

}

@media (max-width: 400px) {

    .order-data__file-name_width {
        font-size: 17px;
    }

    .order-data__file-data {
        gap: 0 !important;
    }

}

.sub-page {
    display: flex;
    gap: 50px;
    flex-direction: column;
    margin: 30px 0;
}

.sub-section {
    display: flex;
    gap: 15px;
}
.sub-block {
    flex: 1;
    max-width: 350px;
}
.sub-block.sub-block-nobg {
    border: unset;
    background: unset;
}
.sub-block h3,
.sub-block h4,
.sub-block p
 {
    margin: 0;
}

.sub-section-top {
    justify-content: space-between;
}

.sub-section-top .sub-block-nobg{
    display: flex;
    flex: 1;
}

.sub-linked-card {
    padding: 0 28px;
}
.sub-linked-card a {
    color: #6381ef;
    text-decoration: none;
    font-size: 14px;
    margin-top: 8px;
    cursor: pointer;
    border-bottom: 1px dotted #6381ef;
}
.sub-linked-card a:hover {
    color: #afbffc;
    border-color: #afbffc;
}
.sub-linked-card span{
    display: block;
}


.sub-possibilities {
    /* margin: auto; */
    padding: 8px 28px;
}
.sub-block-inner {
    display: flex;
    flex-direction: column;
    padding: 8px 28px;
    background: rgb(61 77 255 / 20%);
    font-size: 16px;
    border: 1px solid #3D4DFF;
    border-radius: 10px;
}
.sub-block__status {
    gap: 15px;
}

.sub-active__list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0;
}

.sub-active__item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sub-active__item svg {
    width: 15px;
    height: 15px;
}
.sub-active__item p {
    margin: 0;
}

.sub-tarifs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center;

}
.sub-tarifs__block {
    /* max-width: 350px; */
    max-width: unset;
    width: 100%;
    padding: 28px 18px;
    /* flex: 1 0 auto; */
    /* flex: 1; */
    flex: 0 0 30%;
}
.sub-tarifs__block:hover {
    background: rgb(61 77 255 / 45%);
}
.sub-tarifs__block h4 {
    font-size: 28px;
    font-family: Gilroy !important;
    /* text-align: center; */
}
.sub-tarifs__block ul{
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 20px 0;
}
.sub-tarifs__block li{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #8fa5f7;
}
.sub-tarifs__block svg {
    display: flex;
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content p.sub-tarifs__price {
    font-size: 36px;
    /* color: #3d4dff; */
    color: #fff;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 20px;
    margin-top: auto;
}
.sub-tarifs__block button {
    position: relative;
    /* margin-top: auto; */
    background: linear-gradient(180deg, #021768 0%, #AE007D 50%, #021768 100%);
    border: 1px solid #3D4DFF;
    border-radius: 10px;
    cursor: pointer;
    padding: 14px 7px;
    color:#fff;
    font-size: 22px;
    overflow: hidden;
    min-height: unset;
}
.sub-tarifs__block button svg{
    width: 60px;
}
.sub-tarifs__block.tariff_is_active {
    background: rgb(61 77 255 / 45%);
}
.sub-tarifs__block.tariff_is_active button {
    background:none;
    /* border: none; */
    border: 1px solid #3D4DFF;
}
/* .sub-tarifs__block.tariff_is_active button::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    cursor: default;
} */
.open-modal-sub-cancel2 {
    background-color: rgba(221, 0, 135, .9);
    color: #ffffff;
    font-size: 14px;
    padding: 3px 28px 4px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    margin: 0 auto;
}

.open-modal-sub-cancel {
    color: rgba(221, 0, 135, .9);
    margin: 30px 0 0 auto;
    font-size: 18px;
    display: block;
    cursor: pointer;

}

.try_sub_payment_again {
    color: #6381ef;
    text-decoration: none;
    font-size: 14px;
    padding-bottom: 3px;
    cursor: pointer;
    padding: 0;
    border-bottom: 1px dotted #6381ef;
    width: max-content;
}
.try_sub_payment_again:hover {
    color: #afbffc;
    border-color: #afbffc;
}
/* Modals */

.modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    background: rgb(255 255 255 / 50%);

    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;


    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.modal-wrapper--active {
    visibility: unset;
    opacity: 1;
    transition: opacity .2s ease-in;
    z-index: 2;
}
.modal-wrapper p,
.modal-wrapper h4 {
    margin: 0;
}
.modal-sub-inner {
    background: #1b257c;
    border-radius: 10px;
    overflow: hidden;
    min-width: 360px;
}
.modal-top {
    padding: 22px 30px;
    background: #020b53;
}

.modal-top h4 {
    font-size: 22px;
}

.modal-body {
    padding: 22px 30px;
}
.modal-body ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.modal-close-button {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 10px;
    background-color: #3d4dff !important;
    cursor: pointer;
    user-select: none;
}
.modal-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;

    padding: 10px 16px;
}
.sub-red-button {
    color:rgba(221, 0, 135, .9);
    font-size: 18px;
    cursor: pointer;
    font-weight: 00;
}

@media (max-width: 480px) {
    .sub-page {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }
    .sub-block-inner {
        padding: 12px 12px;
        font-size: 14px;
    }
    .sub-section-top {
        flex-direction: column;
        gap: 5px;
    }
    .sub-linked-card span {
        display: block;
    }

    .sub-section-top .sub-block-nobg{
        display: flex;
        flex: 1;
    }
    .sub-possibilities {
        margin-top: 8px;
        padding: 0 14px
    }
    .sub-linked-card {
        padding: 0 14px;
    }
}
#note_creator {
    display: inline-block;
    margin-bottom: 10px;
}

#button-toggle-speaker-edit-form, #speaker-edit-form, #speaker-edit-form-submit {
    margin-top: 20px;
}

#speaker-edit-form-inputs-container input {
    margin: 4px;
}

.to-right {
    margin-left: auto;
    margin-right: 0;
}

.absolute-center {
    z-index: 10;
    position: absolute;
    margin: auto;
    position: absolute;
    top: 50%; 
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
