.ul { padding-left: 2rem; margin-top: 0; margin-bottom: 1rem; }
button:focus:not(:focus-visible) { outline: 0; }
div:focus,a:focus,p:focus,span:focus{ outline:none; }
a:hover{ color:#1A86D3FF; text-decoration:none;  cursor: pointer; }
input{ outline:none;}
.bloc { width: 100%; clear: both; padding: 0 60px; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position: relative; display: flex;}
.flex{ display:flex; }
.items-center{ align-items:center; }
.items-self-center{ align-self:center; }
.justify-between{ justify-content:space-between; }
@media (max-width: 900px) { 
    .bloc {padding: 0 0;} .top_right_img{ margin-left: 20px;} .top_right_font{ font-size: 14px;} .top_right{ margin-top:10px;} 
    .main_div_word_bottom_right a { width: 100%; } 
    .main_div_bottom_right_button.loading { width: 100%; min-width: 100%; max-width: none; } .main_div_audio_box { flex-direction: column; align-items: center; margin-top: 10px; margin-left: 2%; display: flex; flex-direction: row; justify-content: center;} .main_div_audio_css { width: 100%; max-width: 100%; } .faq-content.active { padding: 0 0 10px 0; }
}

@media (min-width: 901px) { 
  .main_div_bottom_right_button { min-width: 120px; width: auto; } 
  .main_div_bottom_right_button.loading { background: #ff4d6e; cursor: wait; } 
  .main_generate_button.loading { background: #ff4d6e; cursor: wait; } 
}

.loading-spinner { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: inline-block; width: 20px; height: 20px; border: 2px solid rgba(255, 255, 255, 0.4); border-radius: 50%; border-top-color: #FFFFFF; animation: spin 1s linear infinite; margin: 0; padding: 0; }
.main_div_bottom_right_button:focus:not(:focus-visible) { outline: none; box-shadow: 0 4px rgba(0, 0, 0, 0.2); }
.main_generate_button:focus:not(:focus-visible) { outline: none; box-shadow: 0 4px rgba(0, 0, 0, 0.2); }
@keyframes spin { from { transform: translate(-50%, -50%) rotate(0deg); } to { transform: translate(-50%, -50%) rotate(360deg); } }
@media (hover: hover) { 
  .main_div_bottom_right_button:not(.loading):hover { transform: translateY(-1px); } 
  .main_generate_button:not(.loading):hover { transform: translateY(-1px); } 
}
.signDiv { background-color: white; margin-top: 10px; padding: 0; border-radius: 8px; width: 500px; height: 250px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.user_menu { position: relative; z-index: 1001;}
.user_button { display: flex; align-items: center; flex-wrap:nowrap;  background-color: #f0f2f5; border: none; border-radius: 20px; padding: 8px 15px; cursor: pointer; transition: background-color 0.3s ease; }
.user_button:hover { background-color: #e4e6e8; }
.user_avatar {  border-radius: 50%; margin-right: 10px; background-color: #ddd; object-fit: cover; display: flex; align-items: center; justify-content: center; font-size: 12px; color: #666; }
.user-name { display:flex; font-size: 14px; font-weight: 500; margin-right: 5px; }
.dropdown-menu { position: absolute;  top: 100%; right: 0; z-index: 1002; background-color: #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.1); border-radius: 4px; padding: 10px 0;  min-width: 150px; }
.dropdown-menu a { display: block; padding: 8px 20px; color: #333; text-decoration: none; transition: background-color 0.3s ease; }
.dropdown-menu a:hover { background-color: #f0f2f5; }
.w-5{ width:1.25rem; }
.w-6{ width:1.5rem; }
.h-5{ height:1.25rem; }
.h-6{ height:1.5rem; }
.audio-controls.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.audio-controls.hidden { opacity: 0; visibility: hidden; transform: translateY(10px); }
.play-button:hover { background: linear-gradient(135deg, #45a049, #388e3c); transform: translateY(-1px); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); }
.play-button:active { background: #388e3c; transform: translateY(2px); }
.download-button:hover { background: rgba(76, 175, 80, 0.1); transform: translateY(-1px); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); }
.download-button:active { transform: translateY(2px); }
.download-button.downloading { background: #4CAF5099; cursor: wait; color: transparent; }
.download-button .loading-spinner { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) scale(0); opacity: 0; width: 20px; height: 20px; border: 2px solid rgba(255, 255, 255, 0.4); border-radius: 50%; border-top-color: #FFFFFF; transition: all 0.3s ease; }
.download-button.downloading .loading-spinner { transform: translate(-50%, -50%) scale(1); opacity: 1; }
.download-button span { display: inline-block; transition: all 0.3s ease; }
.download-button.downloading span:not(.loading-spinner) { opacity: 0; transform: translateY(10px); }
.dropdown-icon { display: flex; width: 12px; height: 12px; margin-left: 5px; }
.control-button:disabled { background: #4CAF5066; opacity: 0.7; cursor: not-allowed; transform: none; box-shadow: none; }
.downloading { position: relative; overflow: hidden; }
.downloading::after { content: ''; position: absolute; bottom: 0; left: 0; height: 2px; background: #4CAF50; animation: download-progress 2s ease-in-out infinite; }
@keyframes download-progress { 0% { width: 0; } 50% { width: 100%; } 100% { width: 0; } }
.main_div_answer { font-size: 0.8rem; color:#666; text-align: left; padding: 5px 5px; margin-bottom: 0.5rem; line-height: 1.2; white-space: pre-line; line-height: 1.8; margin-bottom: 0;}
.faq-icon.active { transform: rotate(270deg); }
.faq-content.active { display: block; }
@keyframes spin { to { transform: translate(-50%, -50%) rotate(360deg); } }
.main_generate_button,
.main_div_quest,
.main_div_answer {
  font-family: var(--font-sans-serif);
}





