/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

body {
    background-color: #010101;
    color: #ffffff;
    max-width: 600px;
    margin: auto;
    font-family: "inter", sans-serif;
}

main {
    position: relative;
}

.bubble {
    width: 100px;
    height: 100px;
    margin: 8px auto;
    border-radius: 100%;
    text-align: center;
    background: -o-radial-gradient(10% 20%, circle, rgb(236, 158, 248) 0%, rgb(131, 83, 241) 90.1%);
    background: radial-gradient(circle at 10% 20%, rgb(236, 158, 248) 0%, rgb(131, 83, 241) 90.1%);
    background: -o-radial-gradient(0.7% 2.4%, 939px, rgb(116, 106, 255) 0%, rgb(221, 221, 221) 100.2%);
    background: radial-gradient(939px at 0.7% 2.4%, rgb(116, 106, 255) 0%, rgb(221, 221, 221) 100.2%);

    max-width: 100%;
    z-index: 99;
    position: relative;
}

.bubble img {
    -webkit-filter: drop-shadow(1px 8px 12px rgba(255, 255, 2550, 2.5));
    filter: drop-shadow(1px 8px 12px rgba(255, 255, 2550, 2.5));
}

.w-40 {
    width: 40%;
}

.bubble h2,
.bubble2 h2 {
    font-size: 13px;
    font-weight: 700;
    max-width: 75%;
    margin: auto;
    margin-top: 5px;
    color: #000000;
    -webkit-animation: pulsate 0.11s ease-in-out infinite alternate;
    animation: pulsate 0.11s ease-in-out infinite alternate;
}

.logo {
    width: 70px;
}

.parmas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

.title_home {
    width: 85%;
    margin: auto;
    margin-top: 15px;
    text-align: center;
}

.flagTopHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: anchor-center;
    -ms-flex-align: anchor-center;
    align-items: anchor-center;

    margin-right: 12px;
    margin-left: 12px;
}


.icon_cercle {
    background-color: #171717;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    line-height: 30px;
    border: 1px solid #7d7d7d;
    z-index: -1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    margin-right: 20px;
    margin-left: 20px;
}

.icon_cercle img {
    width: 20px;

}

.bg_ray {
    background-image: url("/imgs/ray_coin.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 100%;
    position: absolute;
    top: -90px;
    right: 0;
    height: 220px;
    z-index: -1;
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);

}

.bg_violet {
    background-image: url(/imgs/side_violet.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    width: 100%;
    position: absolute;
    top: -12px;
    width: 300px;
    height: 220px;
    z-index: -1;
    left: 0;
}

.icon_cercle {
    background-color: #171717;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 30px;
    border: 1px solid #7d7d7d;
    z-index: -1;
}

.icon_cercle i {
    color: #B9B9B9;

}

.bg_chat {
    background-image: url("/imgs/chat_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    top: 100px;
    margin-bottom: 15px;
    z-index: 1;
    width: 100%;
    max-width: 600px;
    margin-top: 25px;
}

.gif_robot {
    width: 180px;
    height: 150px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-top: 20px;
}

.chay_text_send {
    position: fixed;
    width: 95%;
    bottom: 0px;
    max-width: 600px;
}

.chat_content {
    height: 320px;
    width: 100%;
    position: fixed;
    top: 280px;
    padding-right: 18px;
    overflow: auto;
    padding-left: 6px;
    max-width: 600px;
}

.loading_chat {
    margin-right: 10px;
    margin-left: 10px;
    height: 30px;
    margin-top: 5px;
}

.btn_chat i {
    color: #88659b;
}

.form_img *::-webkit-input-placeholder {

    color: #ffffff;
}

.form_img *::-moz-placeholder {

    color: #ffffff;
}

.form_img *:-ms-input-placeholder {

    color: #ffffff;
}

.form_img *::-ms-input-placeholder {

    color: #ffffff;
}

.form_img *::placeholder {

    color: #ffffff;
}

.textarea-wrapper {
    position: relative;
}

.bot_chat {

    background-color: #ffffff;
    color: #171717;
    border-radius: 20px;
    width: 85%;
    padding: 15px;
}

.humain_chat {
    background-color: #171717;
    color: white;
    border: 1px solid #2E2E2E;
    border-radius: 20px 20px 0px 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    text-align: end;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.char-count {
    position: absolute;
    bottom: 5px;
    right: 25px;
    font-size: 12px;
    color: grey;
}

.btn_title_style_xl,
.btn_title_style_xl:hover,
.btn_title_style_xl:focus {
    background: #7B61FF;
    color: white;
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 700;
    line-height: 35px;
    border-radius: 25px;
    text-align: center;
    margin: auto;
    width: 70px;
}
.fixed_btn_bottom{
    bottom: 15px !important;
    z-index: 9999;
    position: fixed !important;
}
.btn_title_style_intro,
.btn_title_style_intro:hover,
.btn_title_style_intro:focus {
    background: linear-gradient(to right, #7B61FF, #21b0ff);
    color: white;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 700;
    line-height: 35px;
    border-radius: 25px;
    text-align: center;
    margin: auto;
    width: 90%;
    margin-bottom: 15px
}
.img_style {
    width: 65px;
    max-width: 100%;
    height: 61px;
    border-radius: 60px;
}

.img_style_title {
    margin-top: 15px !important;
    padding-left: 5px;
}

.btn_gen {
    position: fixed;
    bottom: 10px;
}

.promot,
.promot:hover,
.promot:focus {
    background-color: #0E0E10;
    color: #d5d5d5;
    border: 1px solid #2E2E2E;
}

.promot::-webkit-input-placeholder {
    color: #0E0E10;
}

.promot::-moz-placeholder {
    color: #0E0E10;
}

.promot:-ms-input-placeholder {
    color: #0E0E10;
}

.promot::-ms-input-placeholder {
    color: #0E0E10;
}

.promot::placeholder {
    color: #0E0E10;
}

.promot {
    /* margin-left: 15px;
    margin-right: 15px; */
        border-radius: 16px;
        padding: 16px;
        font-size: 16px;
        margin-top: 16px;
  
}

.img_res_v {
    width: 106%;
}

.img_to_download {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 35px;
}

.img_content {
    position: relative;
}

.img_content .btn_close {
    top: 45px;
    right: 0;
    position: absolute;
    color: #ffffff;
    cursor: pointer;
    background: transparent;
    border: none;
    font-size: 2em;
}

.preview_img {
    background-color: #000000;
}

.image-loader {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 24px;
    z-index: 10;
}


.images_grid>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2em;
}

.images_grid>a>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 16px rgba(0, 0, 0, .2);
}

.images_grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    grid-auto-rows: 120px;
    grid-auto-flow: dense;
    margin-top: 60px !important;
}

.progress-text {
    margin-top: 10px;
    font-size: 16px;
}

.error-text {
    color: #ff6b6b;
    font-weight: bold;
}

.btn_upload_img,
.btn_upload_img:hover,
.btn_upload_img:focus {
    background-color: #7B61FF;
    border: 2px solid #7B61FF;
    color: white;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 13px;
    margin-left: 15px;
}

/***** Intro image ****/

.res_img_container {

    width: 350px;
    height: 300px;
    margin-top: 60px !important;
}

.res_img_deg1 {
    position: absolute;
    right: 15px;
    top: 50px;
    border-radius: 60px;
    background: -o-linear-gradient(top, #328A37 0%, #FFE038 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#328A37), to(#FFE038));
    background: linear-gradient(180deg, #328A37 0%, #FFE038 100%);
    padding: 4px;

}

.res_img_deg1 img {
    width: 62px;
    height: 62px;
    border-radius: 60px;
}

.res_img_deg2 {
    position: absolute;
    left: 3px;
    top: 145px;
    border-radius: 60px;
    padding: 4px;
    background: -o-linear-gradient(top, #D4F5F9 0%, #137A92 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#D4F5F9), to(#137A92));
    background: linear-gradient(180deg, #D4F5F9 0%, #137A92 100%);


}

.res_img_deg2 img {
    width: 108px;
    height: 108px;
    border-radius: 60px;
}

.res_img_deg3 {
    position: absolute;
    top: 230px;
    border-radius: 60px;

    background: -o-linear-gradient(top, #E9EBE6 0%, #77FF50 100%);

    background: -webkit-gradient(linear, left top, left bottom, from(#E9EBE6), to(#77FF50));

    background: linear-gradient(180deg, #E9EBE6 0%, #77FF50 100%);
    padding: 4px;

}

.res_img_deg3 img {
    width: 81px;
    height: 81px;
    border-radius: 60px;
}

.res_img_deg4 {
    position: absolute;
    top: 90px;
    border-radius: 60px;

    background: -o-linear-gradient(291.09deg, #FE8617 27.47%, #FFE038 86.08%);

    background: linear-gradient(158.91deg, #FE8617 27.47%, #FFE038 86.08%);

    padding: 4px;
}

.res_img_deg4 img {
    width: 105px;
    height: 105px;
    border-radius: 60px;
}

.res_img_deg5 {
    position: absolute;
    left: 35px;
    top: 5px;
    border-radius: 60px;

    background: -o-linear-gradient(top, #F24D9D 0%, #F7FAFF 100%);

    background: -webkit-gradient(linear, left top, left bottom, from(#F24D9D), to(#F7FAFF));

    background: linear-gradient(180deg, #F24D9D 0%, #F7FAFF 100%);
    padding: 4px;

}

.res_img_deg5 img {
    width: 72px;
    height: 72px;
    border-radius: 60px;
}

.res_img_deg6 {
    position: absolute;
    border-radius: 60px;

    background: -o-linear-gradient(291.09deg, #FE8617 27.47%, #FFE038 86.08%);

    background: linear-gradient(158.91deg, #FE8617 27.47%, #FFE038 86.08%);
    padding: 4px;

    right: 100px;
}

.res_img_deg6 img {
    width: 60px;
    height: 60px;
    border-radius: 60px;
}

.res_img_deg7 {
    position: absolute;
    border: 4px solid #ffffff;
    border-radius: 60px;
    top: 110px;
    left: 50px;
    width: 12px;
    height: 12px;
}

.res_img_deg8 {
    position: absolute;
    border: 4px solid #ffffff;
    border-radius: 60px;
    top: 200px;
    right: 95px;
    width: 12px;
    height: 12px;
}

.btn_title_style_m,
.btn_title_style_m:hover,
.btn_title_style_m:focus {
    background: #7B61FF;
    color: white;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    border-radius: 25px;
    text-align: center;
    margin: auto;
    width: 60%;
    margin-top: 10px;
}

/***** pdf ****/

.pdf_wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pdf_wrapper .file-upload {
    height: 50px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    border-radius: 25px;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#AE84FF), to(#29B3FF));
    background: -o-linear-gradient(left, #AE84FF, #29B3FF);
    background: linear-gradient(to right, #7B61FF, #21b0ff);
background: -webkit-linear-gradient(to right, #AE84FF, #29B3FF);
    background-size: 100% 200%;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    color: #FFFFFF;
    font-size: 20px;
    padding: 15px;
}

.pdf_wrapper .file-upload input[type=file] {
    height: 55px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.pdf_wrapper .file-upload:hover {
    background-position: 0 -100%;
    color: #ffffff;
}

.pdf_btn_send {
    border-radius: 7px;
    background: #000;
    background: -webkit-gradient(linear, left top, right top, from(#AE84FF), to(#29B3FF));
    background: -o-linear-gradient(left, #AE84FF, #29B3FF);
    background: linear-gradient(to right, #AE84FF, #29B3FF);
    background: -webkit-linear-gradient(to right, #AE84FF, #29B3FF);
    height: 55px;
    width: 55px;
    color: white;
    border-radius: 15px;
    margin: 10px 0px;
}

.modal_contour {
    border: 1px solid #EF416A;
    background-color: #0c0c0c;
    border-radius: 20px;
    min-height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 95%;
    position: relative;
}

.modal_contour_content {
    border: 1px solid #EF416A;
    background-color: #0c0c0c;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 85%;
    height: 290px;
    background-image: url("/imgs/modal_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: rgb(0 102 255 / 35%) 0px 5px 15px;
    box-shadow: rgb(0 102 255 / 35%) 0px 5px 15px;
}

.modal_contour_content h5 {
    color: white;
    max-width: 80%;
    margin: auto;
}

.btn_no {
    background-color: transparent;
    color: white;
    border: 1px solid #EF416A;
    font-family: 'Inter';
    font-weight: 700;
    line-height: 35px;
    border-radius: 10px;
    text-align: center;
}

.btn_yes {
    background: #7B61FF;
    color: white;
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 700;
    line-height: 35px;
    border-radius: 10px;
    text-align: center;
    width: 70px;
}

.bg-mouve {
    background-color: #B25AFF;
    color: #ffffff;
}

/***** Podcast ****/

.podcast_img {
    width: 62%;
    position: relative;
    left: -50px;
}

.btn_hitory {
    background: #B25AFF;
    color: #ffffff;
    border-radius: 20px;
    padding: 10px 20px;
    
    width: 120px;
    font-size: 0.7rem;
}

.btn_hitory1 {
    background: #B25AFF;
    color: #ffffff;
    border-radius: 20px;
    padding: 10px 20px;
    width: 120px;
    font-size: 15px;
}

.pram_audio {
    position: absolute;
    right: 50px;
    top: 30px;
    width: 90px;
}

/***** Voixoff ****/

.voice_examples {
    max-height: 300px;
    margin-bottom: 130px !important;
}

.voixoff_author {
    position: relative;
}

.btn_play {
    top: 15%;
    left: 20%;
    position: absolute;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    z-index: 9999;
    opacity: 0.5;

}

.bg_overly {
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: relative;
}

.btn_fix {
    position: fixed;
    bottom: 7px;
}

.btn_generer {
    position: relative;
    bottom: -76px;
}

/* HIDE RADIO */
.select-image-class {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
.select-image-class+img {
    cursor: pointer;
}

/* CHECKED STYLES */
.select-image-class:checked+img {
    outline: 2px solid #7B61FF;
}

/***** Video ****/
.prompt_title,
.prompt_title:active,
.prompt_title:hover,
.prompt_title:focus {
    background-color: #0e0e10;
    border: 1px solid #292929;
    outline: none !important;
    color: white;
}

/* Chrome, Edge, Safari */
textarea.promot::-webkit-input-placeholder,
input.prompt_title::-webkit-input-placeholder {
    color: #dfdfdf;
}

/* Firefox 4-18 */
textarea.promot:-moz-placeholder,
input.prompt_title {
    color: #dfdfdf;
    opacity: 1;
}

/* Firefox 19+ */
textarea.promot::-moz-placeholder,
input.prompt_title::-moz-placeholder {
    color: #dfdfdf;
    opacity: 1;
}

/* IE 10-11 */
textarea.promot:-ms-input-placeholder,
input.prompt_title:-ms-input-placeholder {
    color: #dfdfdf;
}

/* Modern browsers */
textarea.promot::placeholder,
input.prompt_title::placeholder {
    color: #dfdfdf;
    opacity: 1;
}

.bg_video {
    background-image: url("/imgs/bg_video.png");
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    background-size: 65%;
    margin-top: 4.5rem;

}


.bg_voice {
    background-image: url(/imgs/bg_video.png);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    background-size: 85%;
    margin-top: 6.5rem;
}

.flag-icon {
    width: 15px;
    height: 15px;
    margin-right: 8px;
    vertical-align: middle;
}

.box_history {
    background: #171717;
    border: 1px solid #2E2E2E;
    margin: 5px;
    border-radius: 15px;
    padding: 5px;
    margin-bottom: 15px;
}

.box_history img {
    border-radius: 15px;
}

.box_history .date {
    color: #bebebe;
    font-size: 10px;
    text-align: center;
    padding-bottom: 8px;
}

.history_list {
    overflow: auto;
    height: 550px;
    padding-bottom: 260px;
}

.mode-section {
    /*  margin-top: 30px; */
}

.mode-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.mode-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
}

.mode-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.mode-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 17px;
    height: 16px;
    border: 2px solid #9d7fe0;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.mode-radio:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #9d7fe0;
    border-radius: 50%;
}

.mode-icon {
    width: 24px;
    height: 24px;
    border: 2px solid white;
}

.landscape-icon {
    width: 24px;
    height: 16px;
    border-radius: 2px;
}

.portrait-icon {
    width: 16px;
    height: 24px;
    border-radius: 2px;
    border-color: #9d7fe0;
}

.square-icon {
    width: 20px;
    height: 20px;
    border-radius: 2px;
}

.mode-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 11px;
}

.mode-ratio {
    font-size: 12px;
    color: #999;
}

.active-mode {
    color: #9d7fe0;
    font-weight: bold;
}

.active-icon {
    border-color: #9d7fe0;
}

.voice-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.play-button {
    width: 25px;
    height: 22px;
    background-color: #9d7fe0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 15px;
}

.play-icon {
    color: white;
    margin-left: 3px;
    font-size: 0.6rem;

}

.voice-info {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.voice-options {
    max-height: 160px;
    overflow: auto;
}

/***** Voix off ****/

.vo_gif {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 320px;
    background-image: url("/imgs/sound-wave-animation-mEf57nhMHy.png");
    background-repeat: no-repeat;
    background-position: center;
}

.wave_gif {
    position: absolute;
    width: 90px;
    right: 5px;
    top: 70px;

}

.voixoff_author {
    position: relative;
}

.history_list {
    overflow: auto;
    height: 550px;
    padding-bottom: 260px;
}

.box_history {
    background: #171717;
    border: 1px solid #2E2E2E;
    margin: 5px;
    border-radius: 15px;
    padding: 5px;
    margin-bottom: 15px;
}

.box_history img {
    border-radius: 15px;
}

.box_history .date {
    color: #bebebe;
    font-size: 10px;
    text-align: center;
    padding-bottom: 8px;
}

.btn_sound,
.btn_sound:hover,
.btn_sound:focus,
.btn_sound:active {
    background-color: #7B61FF;
    width: 50%;
    margin: auto;
    color: white;
    font-family: 'Inter';
    font-weight: 700;
    border-radius: 25px;
    text-align: center;
}

.btn_sound_his,
.btn_sound_his:hover,
.btn_sound_his:focus,
.btn_sound_his:active {
    background-color: #B25AFF;
    width: 120px;
    font-size: 0.7rem;
    color: white;
    font-family: 'Inter';
    font-weight: 700;
    border-radius: 25px;
    text-align: center;
}

#loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999;
}

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

.loader-circle {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 auto;
    padding: 10px;
    -webkit-box-shadow: 0 0 30px rgba(79, 0, 144, 0.5);
    box-shadow: 0 0 30px rgba(79, 0, 144, 0.5);
}

.loader-fill {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    background: conic-gradient(#7B61FF 0%, transparent 0%);
    -webkit-transition: background 0.1s linear;
    -o-transition: background 0.1s linear;
    transition: background 0.1s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
}

.percentage {
    font-size: 36px;
    font-weight: bold;
    color: white;
    margin-top: -120px;
    position: relative;
    text-shadow: 0 0 10px #8e1ae8cc;
}

.loader-text {
    color: white;
    margin-top: 80px;
    font-size: 18px;
    font-weight: 500;
    text-shadow: 0 0 5px rgba(72, 196, 255, 0.6);
}

.img_style_text {
    font-size: 12px;
    margin-top: 6px;
    text-align: center;
}

#btnsend {
    border-color: #831f8afa;
    margin-left: 8px;
    border-width: 3px;
}

/*** loading ***/
.circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 0 5px #7B61FF;
    box-shadow: 0 0 0 5px #7B61FF;
    border-radius: 50%;
    overflow: hidden;
}

.wave {
    position: relative;
    width: 100%;
    height: 100%;
    background: #7B61FF;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 50px rgba(0, 0, 0, .5);
}

.wave::before,
.wave::after {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -75%);
    -ms-transform: translate(-50%, -75%);
    transform: translate(-50%, -75%);
    background: #000;
}

.wave:before {
    border-radius: 45%;
    background-color: rgb(0, 0, 0);
    -webkit-animation: animate 5s linear infinite;
    animation: animate 5s linear infinite;
}

.wave:after {
    border-radius: 40%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-animation: animate 10s linear infinite;
    animation: animate 10s linear infinite;
}

@-webkit-keyframes animate {
    0% {
        -webkit-transform: translate(-50%, -75%) rotate(0deg);
        transform: translate(-50%, -75%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -75%) rotate(360deg);
        transform: translate(-50%, -75%) rotate(360deg);
    }
}

@keyframes animate {
    0% {
        -webkit-transform: translate(-50%, -75%) rotate(0deg);
        transform: translate(-50%, -75%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -75%) rotate(360deg);
        transform: translate(-50%, -75%) rotate(360deg);
    }
}

.progress_bar {
    color: rgb(178, 178, 178);
    z-index: 999;
    position: absolute;
    top: 25px;

    left: 60px;
    font-weight: 900;
}

.loading {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.full_loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    z-index: 999;
    display: none;
}

#countdown-container {
    position: relative;
    z-index: 9999;
    color: #ffffff;
    margin-top: 20px !important;
}

#loading-message {
    color: #ffffff;
    max-width: 80%;
    text-align: center;
}

.vh75 {
    height: 75vh;
}

.video_post {
    position: relative;
    height: 160px;
    width: 100%;
}

.img_vid {

    border-radius: 20px;
}

.loading_text {
    margin-top: 300px;
    text-align: center;
}

.robot_hand {
    width: 357px;
    height: 357px;
}

.pills_desc {
    background-color: #fb1b1b;
    width: 90px;
    height: 45px;
    position: absolute;
    bottom: 70px;
    left: 80px;
    color: white;
    border-radius: 60px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    font-weight: 600;
    font-size: 11px;
}

.pills_desa {
    background-color: #3994d5;
    width: 90px;
    height: 45px;
    position: absolute;
    bottom: 70px;
    right: 80px;
    color: white;
    border-radius: 60px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;

}

canvas {
    position: absolute;
    left: 50%;
    top: 58%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.img_ex_filter {
    height: 125px;
}

.m8rem {
    margin-top: 8rem;
}

.swiper_container {
    height: 250px;
}

.island-wrapper {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    bottom: 30px;
    z-index: 150;
    display: none;
}

.island_compact {
    height: 90px;
    width: 412px;
    max-width: 90vw;
    color: white;
    background-color: #000;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    border-radius: 24px;
    -webkit-box-shadow: 0px 0px 24px -8px rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 24px -8px rgba(255, 255, 255, 0.7);
    padding: 8px 8px 8px 16px;
    -webkit-transition: all 256ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
    -o-transition: all 256ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
    transition: all 256ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    overflow: hidden;
    border: 1px solid #a8a6a691;
}

.island_compact>* {
    -webkit-transition: all 256ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
    -o-transition: all 256ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
    transition: all 256ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

.island_min {
    will-change: auto;
    width: 235px;
    height: 44px;
    max-width: 90vw;
    color: white;
    background-color: #000;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    -webkit-box-shadow: 0px 0px 24px -8px rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 24px -8px rgba(255, 255, 255, 0.7);
    padding: 8px 8px 8px 16px;
    -webkit-transition: all 256ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
    -o-transition: all 256ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
    transition: all 256ms cubic-bezier(0.175, 0.885, 0.32, 1.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    overflow: hidden;
    border: 1px solid #a8a6a691;
    border-radius: 22px;
}

.btn_rec {
    width: 35px;
    height: 35px;
    font-size: 0;
    background-color: red;
    border: 0;
    border-radius: 35px;
    margin-top: 25px;
    outline: none;
    z-index: 99;
}

.btn_rec_min {
    width: 15px;
    height: 15px;
    font-size: 0;
    background-color: red;
    border: 0;
    border-radius: 35px;
    margin-top: 5px;
    outline: none;
    z-index: 99;
}

.img_compatct {
    height: 83px;
    width: 306px;
    scale: 2;
    left: 75px;
    border-radius: 64px;
    position: absolute;
}

.img_min {
    height: 25px;
    width: 42px;
    scale: 2;
    right: 0;
    border-radius: 64px;
    position: absolute;
}

.rec {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(173, 0, 0, 0.53);
        box-shadow: 0px 0px 5px 0px rgba(173, 0, 0, 0.53);
    }

    65% {
        -webkit-box-shadow: 0px 0px 5px 13px rgba(173, 0, 0, 0.71);
        box-shadow: 0px 0px 5px 13px rgba(173, 0, 0, 0.71);
    }

    90% {
        -webkit-box-shadow: 0px 0px 5px 13px rgba(173, 0, 0, 0);
        box-shadow: 0px 0px 5px 13px rgba(173, 0, 0, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(173, 0, 0, 0.53);
        box-shadow: 0px 0px 5px 0px rgba(173, 0, 0, 0.53);
    }

    65% {
        -webkit-box-shadow: 0px 0px 5px 13px rgba(173, 0, 0, 0.71);
        box-shadow: 0px 0px 5px 13px rgba(173, 0, 0, 0.71);
    }

    90% {
        -webkit-box-shadow: 0px 0px 5px 13px rgba(173, 0, 0, 0);
        box-shadow: 0px 0px 5px 13px rgba(173, 0, 0, 0);
    }
}

.server_anylyse {
    width: 175px;
}

.siri_pos {
    position: fixed;
    bottom: 5px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 600px;
}

.siri {
    width: 80px;
}

.recording {
    width: 230px;
}

.status {
    margin: 10px 0;
    padding: 10px;
    border-radius: 4px;
    display: none;
}

.img_preview_cont {
    width: 165px;
    border: 2px solid #656565;
    border-radius: 10px;
}

.img_preview {
    width: 100%;
    border-radius: 10px;
}

.lightbox {

    height: 52%;
    display: flex;
    flex-direction: column-reverse;
}

.form_img {
    margin-top: 45px;
}

#cropped-images {
    margin-top: 12px;
    margin-bottom: -12px;
}

.img_res {
    margin-top: 3px;
    margin-bottom: 30px;
}

.introjs-tooltiptext,
.introjs-tooltip-title {
    color: black !important;
    font-size: 0.8rem;
}

.introjs-button {
    font-size: 12px;
}

.introjs-tooltip {
    min-width: 195px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #ffffff;
    font-size: 14px !important; /* taille plus petite */

}
.swiper-pagination-bullet-active{
    background-color: #79058b!important;
}


.swiper-pagination-bullet {
    background-color: white;
    opacity: 1;
  }

.image-check {
    position: relative;
    margin-bottom: 7px;
}

.image-check p {
    position: absolute;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
    bottom: -10px;
    background-color: black;
    color: white;
    padding: 3px;
    width: 100%;
    border-radius: 15px;
    max-height: 50px;
    font-size: 0.8em;
}

.styles img {
    -webkit-box-shadow: 0 0 0 10px #FFF0;
    box-shadow: 0 0 0 10px #FFF0;
    -webkit-transition: -webkit-box-shadow 0.1s;
    transition: -webkit-box-shadow 0.1s;
    -o-transition: box-shadow 0.1s;
    transition: box-shadow 0.1s;
    transition: box-shadow 0.1s, -webkit-box-shadow 0.1s;
    margin-bottom: 15px;
    width: 100%;
    border-radius: 115px;
}

.styles input {
    display: none;
}

.styles input:checked + img {
    -webkit-box-shadow: 0 0 0 10px #7B61FF;
    box-shadow: 0 0 0 10px #7B61FF;
    -webkit-transition: -webkit-box-shadow 0.11s;
    transition: -webkit-box-shadow 0.11s;
    -o-transition: box-shadow 0.11s;
    transition: box-shadow 0.11s;
    transition: box-shadow 0.11s, -webkit-box-shadow 0.11s;
}
.unsub_modal{
    
}
.unsub_modal .icon_cercle { 
    z-index: 2 !important;
}
.intro_margin{
    margin-top: 100px !important;
}

.btn_white{
    background-color: white;
    line-height: 30px;
    font-size: 2em;
    padding: 15px;
    border-radius: 20px;
    width: 75%;
    margin-top: -10px;

}
.btn_white:hover,.btn_white:focus{
    background-color: #010101;
    color: white;
    border: solid #fff;
}
.input_tel{
    background-color: white;
    color: #000;
    line-height: 30px;
    font-size: 1.3em;
    padding: 15px;
    border-radius: 20px;
    width: 75%;
    margin-top: 40px;
}
#formtel{
    display: none;     
}
#formpin{
    display: none;    margin-top: -200px;
} 
#getpin{
    margin-top: 25px;
}
#setpin{
    margin-top: 25px;
}
#helptitle{
    justify-content: center;
    align-items: center;
}
.form_container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 200px;
}
#authTabsContent{
    display: none;   
     margin-top: -200px;
}
#formpin{
    display: none;    
    margin-top: -200px;
}
.logo{
   }
#getpin{
    margin-top: 25px;
}
#setpin{
    margin-top: 25px;
}
.custom-radio {
    display: none; /* Hide the default radio button */
}

.custom-radio-label {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 2px solid white;
    background-color: black;
    position: relative;
    cursor: pointer;
}

.custom-radio:checked + .custom-radio-label::after {
    content: "✔";
    color: white;
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}
.nav{
color: #b17fd7;
}