/**
 * 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;
 }


.form_upload_file {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
}

 .box {
     display: flex;
 }

 .box + .box {
     margin-top: 2.5rem;
 }

.btn_upload_file {
    cursor: pointer;
    align-self: baseline;
}
.btn_upload_file--disabled {
    cursor: not-allowed;
    background-color: #928181;
}
.link_update_page {
    display: block;
    margin: 0 15px ;
}
.link_update_page svg {
    width: 50px;
}
.content_voice svg {
    width: 50px;
}
.content_voice {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1.5em;
    max-width: 100%;
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 1em;
    line-height: 1.6;
    overflow: auto;
    padding: 1em;
    border: 1px dashed #ccc; 
}



.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;
     /* 20px */
     font-weight: 700;
     text-overflow: ellipsis;
     white-space: nowrap;
     cursor: pointer;
     display: inline-block;
     overflow: hidden;
     padding: 0.625rem 1.25rem;
     /* 10px 20px */
 }

 .no-js .inputfile + label {
     display: none;
 }

 .inputfile:focus + label,
 .inputfile.has-focus + label {
     outline: 1px dotted #000;
     outline: -webkit-focus-ring-color auto 5px;
 }

 .inputfile + label * {
     /* pointer-events: none; */
     /* in case of FastClick lib use */
 }

 .inputfile + label svg {
     width: 1em;
     height: 1em;
     vertical-align: middle;
     fill: currentColor;
     margin-top: -0.25em;
     margin-right: 0.25em;
 }
 .inputfile-1 + label {
     color: #f1e5e6;
     background-color: #d3394c;
 }
 .inputfile-1:focus + label,
 .inputfile-1.has-focus + label,
 .inputfile-1 + label:hover {
     background-color: #722040;
 }

 /* style 6 */

.inputfile-6 + label {
    color: #d3394c;
}

.inputfile-6 + label {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 1px solid #d3394c;
    background-color: #f1e5e6;
    padding: 0;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
    border-color: #722040;
}

.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;
}

.inputfile-6 + label span:first-child {
    color: #f1e5e6;
    background-color: #d3394c;
    display: inline-block;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    background-color: #722040;
}

@media screen and (max-width: 50em) {
	.inputfile-6 + label strong {
		display: block;
	}
}
@media screen and (max-width: 50em) {
	.inputfile-6 + label span:first-child {
        width: 100%;
    }
}

.form_upload_file {
    width: 100%;
    max-width: 100% !important;
}
.content_voice {
    width: 100%;
    max-width: 100% !important;
}