/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

a {
    text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1 !important;
}

ol, ul {
    list-style: none;
    padding-left: 0;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong, b {
    font-weight: bold;
}

i {
    font-style: italic;
}

html, body {
    font-family: sans-serif;
    font-size: 16px;
    color: #707070;
}

body * {
    box-sizing: border-box;
}

.tac {
    text-align: center;
}

.d-inline {
    display: inline-block;
}

.d-block {
    display: block !important;
}

.d-none {
    display: none;
}

.w-60 {
    width: 60px !important;
}

.mr-1 {
    margin-right: 10px;
}

.mr-2 {
    margin-right: 20px;
}

.mr-3 {
    margin-right: 30px;
}

.body_login {
    background: url(https://misgroup.on-qual.com/library/img/background.jpg) center fixed no-repeat;
    background-size: cover;
}

.body_waiting {
    background: url(https://misgroup.on-qual.com/library/img/background.jpg) center fixed no-repeat;
    background-size: cover;
}

.body_dashboard {
    background: url(https://misgroup.on-qual.com/library/img/dashboard_bg.jpg) center fixed no-repeat;
    background-size: cover;
}

.body_waiting .pseudo_choose {
    background-color: #d4d4d4;
    padding: 5px;
    display: inline-block;
    border: 1px solid #989696;
    min-width: 125px;
}

.body_admin td {
    border: 1px solid black;
}

.body_admin th {
    border: 1px solid black;
}

.body_dashboard td, .body_dashboard th {
    border: 1px solid black;
}

.body_dashboard th {
    font-weight: bold;
}

.body_dashboard .menu_top {
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
}

.body_dashboard #deconnexion {
    display: inline-block;
    /*height: 20px;*/
    color: white;
    text-decoration: none;
    padding: 15px 35px;
    background-color: #df0714;
    border: 1px solid #df0714;
    cursor: pointer;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    margin: 0 auto;
}

.body_dashboard .admin-link {
    display: inline-block;
    color: #33069B;
    text-decoration: none;
    padding: 15px 35px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-bottom-left-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    margin: 0 auto;
}

.body_dashboard #deconnexion {
    text-decoration: none;
}

/*.body_dashboard #encours{ padding: 1px 0px 28px 20px;  background-color: #d2ffd2;  border: 1px solid green; border-radius: 6px;margin-bottom:15px;}*/
/*.body_dashboard #avenir{ padding: 1px 0px 28px 20px;  background-color: #ffe5b6;  border: 1px solid orange; border-radius: 6px;margin-bottom:15px;}
.body_dashboard #fini{ padding: 1px 0px 28px 20px;  background-color: #cac8c8;  border: 1px solid grey; border-radius: 6px;margin-bottom:15px;}*/

#content {
    margin-top: 14%;
}

#content #box-connexion {
    display: block;
    margin: auto;
    width: 400px;
    background-color: white;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0px 0px 7px -1px #000000;
    -webkit-box-shadow: 0px 0px 7px -1px #000000;
    -o-box-shadow: 0px 0px 7px -1px #000000;
    box-shadow: 0px 0px 7px -1px #000000;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=134, Strength=15);
    padding: 30px 40px;
}

#content #box-connexion form input[type="text"], #content #box-connexion form input[type="password"], #content #box-connexion form input[type="email"] {
    border: 1px #9A9B9E solid;
    color: #3F3B38;
    background-color: #e3e4e5;
    width: 100%;
    height: 40px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    margin: 0 0 15px 0;
    outline: none;
    padding: 0 10px;
}

#content #box-connexion #link {
    text-align: right;
    margin-bottom: 15px;
}

#content #box-connexion #mdp_oublie {
    color: #3F3B38;
    font-size: 14px;
    display: inline-block;
}

#content #box-connexion #btn_submit {
    height: 40px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 10px 35px;
    background-color: #df0714;
    border: 1px solid #df0714;
    cursor: pointer;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    margin: 0 auto;
    display: block;
    -webkit-appearance: button;
}

#content #box-connexion #img_onqual {
    text-align: center;
    margin-bottom: 15px;
    max-height: 80%;
}

#menu ol, #menu ul {
    padding-left: 0 !important;
}

#menu a {
    text-decoration: none;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.fs08em {
    font-size: 0.8em;
}

.custom_btn {
    cursor: pointer;
    display: inline-block;
    color: #FFF;
    padding: 0.5em 1em;
    border-radius: 3px;
    background-color: #df0714;
    border: 1px solid #df0714;
    text-decoration: none;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.custom_btn:hover {
    background-color: white;
    color: #df0714;
}

header {
    padding: 2em 1em 1em 1em;
}

header .time {
    font-size: 2.5em;
    margin-bottom: 1em;
}

header nav a {
    color: #484848;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.4em;
    display: inline-block;
    padding: 0 1em;
}

header nav a.current {
    color: #e30713;
}

.picto {
    max-width: 16px;
    max-height: 16px;
    display: inline-block;
}

.picto img {
    max-width: 100%;
}

.main_content {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}


.main_content .nav-container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

#nav {
    display: flex;
    gap: 10px;
    font-weight: 600;
}


.calendar {
    background-color: #444;
    color: white;
    padding: 6px 31px 6px 31px;;
    border-radius: 4px;
    text-decoration: none;
    font-size: 1.4em;
}

.content_dashboard {
    background: white;
    border-radius: 20px;
    margin: 1em;
    padding: 1em;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(117, 117, 117, 1);
    -moz-box-shadow: 0px 0px 19px 0px rgba(117, 117, 117, 1);
    box-shadow: 0px 0px 19px 0px rgba(117, 117, 117, 1);
}

.content_dashboard .block_meeting {
    display: none;
}

.content_dashboard .block_meeting.current {
    display: block;
}

.content_dashboard .block_meeting .entete {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1em;
}

.content_dashboard .block_meeting .entete .title {
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: bold;
    color: #9d9d9d;
    width: 20%;
    max-width: 180px;
    text-align: center;
}

.content_dashboard .block_meeting .entete .search {
    flex: 1;
    text-align: right;
    position: relative;
}

.content_dashboard .block_meeting .entete .search .block_input {
    position: relative;
    display: inline-block;
}

.content_dashboard .block_meeting .entete .search .block_input .picto {
    position: absolute;
    top: 4px;
    left: 7px;
}

.content_dashboard .block_meeting .entete .search .block_input input {
    padding: 0.3em;
    border-radius: 25px;
    border: 1px solid #CCC;
    padding-left: 30px;
}

.meetings .meeting {
    border-left: 4px solid white;
    display: flex;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

@media only screen and (max-width: 600px) {
    .meetings .meeting {
        display: flex;
        flex-direction: column;
    }
    .meetings .meeting .time{
        width: 100%!important;
        max-width: unset!important;
        line-height: unset!important;
    }
    .body_dashboard .export-cta .lien_acces {
        text-align: center!important;
        margin-top: 4px!important;
    }

}

.meetings .meeting:not(:nth-child(1)) {
    border-top: 1px solid #DDD;
}

.meetings .meeting:hover {
    border-left: 4px solid #df0714;
}

.meetings .meeting > div {
    padding: 1em;
    align-self: center;
}

.meetings .meeting .time {
    font-size: 1.2em;
    width: 20%;
    max-width: 180px;
    text-align: center;
    line-height: 1.4;
}

.meetings .meeting .time .hour {
    font-size: 1.1em;
    font-weight: bold;
}

.meetings .meeting .infos {
    flex: 1;
}

.meetings .meeting .title {
    display: flex;
    margin: 1em 0;
    align-items: center;
    position: relative;
}

.meetings .meeting .title .name {
    font-weight: bold;
    font-size: 1.4em;
    flex: 1;
}

.meetings .meeting .title .name.room  {
    display: flex;
    justify-content: space-between;
}

.meetings .meeting .title .more_option {
    width: 100px;
    text-align: center;
    cursor: pointer;
}

.meetings .meeting .title .more_option > .picto {
    max-width: 42px;
}

.meetings .meeting .title .more_option ul.menu_more_option {
    display: none;
    position: absolute;
    top: 0;
    right: 100px;
    margin: auto;
    border: 1px solid #e4e4e4;
    background: #f3f3f3;
    text-align: left;
    font-size: 0.9em;
    border-radius: 3px;
}

.meetings .meeting .title .more_option ul.menu_more_option a {
    color: #707070;
    text-decoration: none;
    display: block;
    padding: 0.5em;
}

.meetings .meeting .title .more_option ul.menu_more_option a:hover {
    background-color: #e2e2e2;
}

.meetings .meeting .title .more_option.open ul.menu_more_option {
    display: block;
}

.meetings .meeting .title .more_option ul.menu_more_option li {
    display: block;
}

.meetings .meeting .description .desc {
    line-height: 1.3;
    padding: 1em 0;
}

.meetings .meeting .bottom_info {
    font-size: 0.9em;
    color: #9d9d9d;
}

.meetings .meeting .bottom_info .info {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
}

.meetings .meeting .bottom_info .info > * {
    display: inline-block;
    vertical-align: middle;
}

.copyToClipboard {
    position: relative;
    cursor: pointer;
}

.copyToClipboard .tooltip {
    position: absolute;
    bottom: 150%;
    left: 0;
    text-align: center;
    background-color: #daffb1;
    font-size: 0.85em;
    padding: 0.2em 0.5em;
    border-radius: 2px;
    display: none;
}

.block_error {
    width: 100%;
    display: block;
    text-align: center;
    padding: 6px;
    margin-bottom: 15px;
    border: 1px solid #ef5757;
    border-radius: 4px;
    background-color: #f5bdbd;
    color: white;
}

.quest_list {
    text-align: left;
    margin: 10px 0px;
    max-height: 400px;
    overflow-y: auto;
    padding: 0px 5px;
}

.quest_list ul li {
    display: flex;
    justify-content: space-between;
    list-style: circle;
    margin: 10px 0px;
    align-items: center;
}

.quest_list ul li a {
    color: white;
}

.quest_list ul li a:hover {
    color: #94b5e5;
}

.quest_list ul li a:hover:after {
    font-family: "FontAwesome";
    content: '\f304';
    font-weight: 400;
    margin-left: 10px;
    font-size: 14px;
}

.quest_list .action_btn {
    text-align: right;
    min-width: 100px;
}

.quest_list .action_btn span {
    margin: 3px;
}

.quest_list .action_btn span.infotip {
    cursor: pointer;
}

.tooltip {
    cursor: pointer;
}

.fas, .far {
    pointer-events: none;
}

/* width */
.quest_list::-webkit-scrollbar {
    width: 10px
}

/* Track */
.quest_list::-webkit-scrollbar-track {
    background: #f1f1f1
}

/* Handle */
.quest_list::-webkit-scrollbar-thumb {
    background: #888
}

/* Handle on hover */
.quest_list::-webkit-scrollbar-thumb:hover {
    background: #555
}

.visio_btn {
    display: inline-block;
    background-color: #616161;
    color: white;
    font-weight: bold;
    padding: 0.3em 0.5em;
    border-radius: 3px;
    cursor: pointer;
    border: none;
    outline: none;
}

.message:not(#messagerie .message) {
    display: none;
    position: relative;
    padding: 0.5rem 1rem;
    margin: 1rem 0;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.message.error {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.message.success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.fancy_container .remove-modalite i,
.fancy_container .remove-question i {
    color: #b71c1c;
}

/*.fancybox-slide{
    height: auto;
}*/

#questionnaire .table-monito table {
    width: calc(100% - 50px);
    margin: 20px 0px 20px 50px;
}

#questionnaire .table-monito table tr th:nth-child(1) {
    width: 60%;
}

#questionnaire .table-monito table tr th {
    background: #616161;
    font-weight: normal;
    color: white;
    padding: 10px;
}

#questionnaire .table-monito table tr td {
    padding: 10px;
    vertical-align: middle;
    border-bottom: 1px solid #616161;
}

#questionnaire .table-monito table tr:hover td {
    background: rgba(148, 147, 147, 0.15);
}

/** DEBUT PARTIE QUESTIONNAIRE */

.input-error {
    border: 1px solid #dc3545 !important;
}

.text-red {
    color: #dc3545 !important;
}


.preview-question {
    max-height: 250px !important;
}

#questionnaire {
    width: 60%;
    max-width: 800px;
    border-radius: 10px;
}

div#questionnaire.fancybox-content {
    padding: 20px 40px;
}

div#questionnaire .indication_visuel img {
    max-width: 100%;
    max-height: 500px;
}

#questionnaire .questions .header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 10px;
}

#questionnaire .questions .header div:nth-child(1) {
    align-self: center;
    margin-right: 10px;
}

#questionnaire .questions .header .intitule {
    font-weight: bold;
    margin: 5px 0px 10px 0px;
}

#questionnaire .questions .precision {
    font-style: italic;
    font-size: 0.9em;
}

#questionnaire .questions .header span.num-question {
    color: white;
    padding: 5px;
    margin: 0 5px;
    font-weight: normal;
    background: #df0714;
    border: 1px solid #df0714;
    border-radius: 5px;
    text-align: center;
}

#questionnaire .questions .modalites.unique label {
    display: block;
}

#questionnaire .questions .textarea {
    text-align: center;
}

#questionnaire .questions .textarea textarea {
    width: 80%;
    height: 150px;
    resize: none;
    outline: none;
    padding: 5px;
    margin-top: 10px;
    border-radius: 10px;
}

#questionnaire .questions .modalites.unique .modalite {
    padding: 5px 0px;
}

#questionnaire .questions .next-question {
    border: 1px solid #df0714;
    background-color: #df0714;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    padding: 5px 15px;
    text-decoration: none;
    margin: 10px 0px;
    cursor: pointer;
}

#questionnaire .questions .note-etoile {
    text-align: center;
    margin-bottom: 10px;
}

#questionnaire .questions .note-etoile .etoile {
    background-color: transparent;
    border: none;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 70px;
    color: #c5c1c1;
    border-radius: 50%;
}

#questionnaire .questions .note-etoile .etoile:before {
    content: "\002605";
}

.etoile:hover:before {
    outline: none;
    color: #ffce00;
    text-shadow: 0 0px 15px yellow;
}

#questionnaire .questions .modalites.classement {
    margin-top: 20px;
}

#questionnaire .questions .modalites.classement label {
    width: 60%;
    display: flex;
    padding: 10px 20px 10px 10px;
    border-radius: 5px;
    flex-direction: row;
    margin: 10px 0px;
    border: 1px solid #9E9E9E;
    background: #f9f9f9;
}

#questionnaire .questions .modalites.classement label .ordre {
    width: 20px;
    height: 20px;
    color: white;
    display: flex;
    background: #df0714;
    visibility: hidden;
    border-radius: 100%;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
}

#questionnaire .questions .modalites.classement input[type=checkbox] {
    display: none;
}

#questionnaire .questions .modalites.classement input[type=checkbox]:checked + label {
    -webkit-box-shadow: 0px 0px 5px -30px rgba(43, 43, 43, 0), 0px 0px 4px 1px #bfbfbf;
    box-shadow: 0px 0px 5px -30px rgba(43, 43, 43, 0), 0px 0px 4px 1px #bfbfbf;
}

#questionnaire .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#questionnaire .btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

#questionnaire .btn-danger {
    color: #fff;
    background: #df0714;
    border: 1px solid #df0714;
}

#questionnaire .btn[type=button]:not(:disabled) {
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
}

a:focus, button:focus {
    outline: 0;
}

.container_download {
    text-align: center;
}

.container_download .btn {
    margin: 10px 0px;
}

.emotion-text-label {
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.check-icon {
    margin: 0px 5px;
    display: inline-flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}

.check-icon label {
    margin-left: 5px;
}

.icon_emotion_question {
    width: 30px;
    cursor: pointer;
}

#questionnaire .modalites-emotions {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}

#questionnaire .modalites-emotions label {
    display: inline-block;
    padding: 10px;
}

#questionnaire .modalites-emotions img {
    width: 35px;
}

#questionnaire .modalites-emotions input {
    display: none;
}

#questionnaire .modalites-emotions input:checked + img {
    transform: scale(1.3);
}

#questionnaire table img {
    cursor: default;
}

/*#questionnaire .questions .modalites.unique .modalite input[type="radio"],
#questionnaire .questions .modalites.unique .modalite input[type="checkbox"]{
    display: none;
}*/

/** FIN PARTIE QUESTIONNAIRE */


/** DASHBOARD CLIENT */

.body_dashboard.compensate-for-scrollbar {
    margin-right: 0;
}

.body_dashboard .export-cta {
    margin: 1em;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

@media only screen and (max-width: 854px) {
    .body_dashboard .export-cta {
        flex-direction: column;
        margin: 0;
        align-items: unset !important;
        justify-content: unset !important;
    }
}

.body_dashboard .export-cta div:nth-child(1) {
    flex: 1;
}

.body_dashboard .visio-export {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
}

.body_dashboard .export-cta .lien_acces {
    text-align: right;
}

.body_dashboard .export-cta .lien_acces .message-download {
    text-align: left;
    padding: 10px 0;
}

.body_dashboard .list-files {
    flex: 1;
    gap: 0.5em;
    display: flex;
    flex-direction: column;
}

.body_dashboard .list-files .item-file {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.body_dashboard .list-files .item-file img:nth-child(1) {
    width: 17px;
    margin-right: 10px;
}

.body_dashboard .list-files .item-file .list-cta {
    display: flex;
    margin-left: 10px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.body_dashboard .list-files .item-file .list-cta img {
    cursor: pointer;
}


.body_login.exercise_automoderationtest {
    overflow: hidden;
}

.body_login.exercise_automoderationtest .filmstrip {
    display: none !important;
}

.body_login.exercise_automoderationtest .details-container {
    display: none !important;
}

.body_login.exercise_automoderationtest #notifications-container {
    display: none !important;
}

a.add-moderator {
    align-content: center;
    height: 32px;
    background: #fff;
    border: 1px solid #C90000;
    color: #C90000;
    font-weight: bold;
    padding: 0 12px;
    border-radius: 8px;
    float: right;
    margin-right: 10px;
    transition: background-color 0.2s ease-in-out;
}

a.add-moderator:hover {
    background: #C90000;
    color: white;
}

.padding-left-2rem {
    padding-left: 2rem !important;
}
.padding-left-1rem {
    padding-left: 1rem !important;
}

.wrap-text {
    word-break: break-word; /* coupe les mots trop longs */
    white-space: normal; /* autorise les retours à la ligne */
}

.more-link {
    color: blue;
    cursor: pointer;
    font-weight: bold;
}

.more-info .modal-more-info {
    display: none;
}

#floating-info {
    display: none;
    position: absolute;
    z-index: 9999;
    background: #F0F0FF;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    max-width: 300px;
    font-size: 14px;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
}


/* Modal background */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
}

/* Modal content */
.modal-content {
    min-height: 42%;
    background-color: #fff;
    margin: auto;
    padding: 20px 30px;
    border-radius: 8px;
    width: 50%;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
}

.modal-content .text-center {
    text-align: center;
}

.mt-20 {
    margin-top: 20px;
}


@media only screen and (max-width: 1024px) {
    .modal-content {
        width: auto !important;
    }
}

/* Title */
.modal-content h2 {
    color: #c00;
    margin-top: 0;
}

/* Close button */
.close {
    color: #000;
    position: absolute;
    right: 16px;
    top: 10px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

/* Upload area */
.upload-zone {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    height: 147px;
    padding: 20px;
    border: 2px dashed #b30000;
    border-radius: 12px;
    background-color: #f9f9f9;
    cursor: pointer;
}

.upload-zone label {
    cursor: pointer;
}

/* Upload link */
.upload-link {
    color: #c00;
    font-weight: bold;

    text-decoration: underline;
}

/* Icon */
.upload-icon {
    font-size: 28px;
    margin: 10px 0;
}

/* File list */
#fileList {
    font-style: italic;
    color: #666;
}

.file-list {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.file-list li {
    padding: 5px 10px;
    margin-bottom: 5px;
    /*background: #f3f3f3;*/
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.file-list li span {
    flex: 1;
}

.file-list li button {
    background: none;
    border: none;
    color: #c00;
    font-size: 16px;
    cursor: pointer;
}

.file-list li button:hover {
    color: #900;
}

.mt-auto {
    margin-top: auto;
}

.mt-16 {
    margin-top: 16px;
}

.loader {
    display: none;
    width: 64px;
    height: 64px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #C90000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 20px auto auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#saveFilesBtn {
    margin: auto;
    width: 50%;
}

.fancybox-container.fancybox-is-open .fancybox-content video {
    width: clamp(46.313rem, 28.125vw + 32.25rem, 66rem)!important;
}