/*
Theme Name: dc24-clone-twentytwentyfour
Theme URI: 
Author: 
Author URI: 
Description: C'est un clone de twentytwentyfour for playing
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dc24clonetwentytwentyfour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

html {
  scroll-behavior: smooth;
}

#gform_2 .gform_footer {
  justify-content: center;
}

.modula-link{
  text-align: center;
  text-decoration: none;
  display: flex; 
  justify-items: center;
  justify-content: center;
  width:100%;
  &::before {
    content: ">";
    margin-right: 5px;
  }
}

.login .message.register {
  margin-top: 16px;
  background: #f7f7f7;
  line-height: 1.4em;
  padding: 12px;
  text-align: center;
  border-left: 4px solid red;
  margin: 20px 0;
}
.login .message.register a {
  color: #0073aa;
}

.magic-login-login-block {
}
h2#magic-login-block-title {
  font-family: var(--wp--preset--font-family--body);
  font-size: 24px;
}
.magic-login-login-block .magicloginform-inner #user_login {
  width: 80%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid rgb(104, 110, 119);
  border-radius: 3px;
  box-shadow: rgba(18, 25, 97, 0.08) 0px 1px 4px 0px;
}

.magic-login-login-block .magicloginform-inner input[type="submit"] {
  background-color: rgb(32, 76, 229);
  width: auto;
  color: white;
  border-radius: 20px;
  border: none;
  color: white;
  padding: 10px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  font-family: "inter", sans-serif;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px; /* Optional: if you want rounded corners */
  -webkit-appearance: none; /* Removes the default styling for buttons in WebKit browsers */
  -moz-appearance: none; /* Removes the default styling for buttons in Firefox */
  appearance: none; /* Removes the default styling for buttons in IE */
}
p.message.magic_login_block_login_success,
.magic_login_block_login_error {
  text-align: center;
  position: fixed;
  left: 20px;
  right: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: azure;
  top: 100px;
  padding: 30px;
}

#magic-login-login-block p.magic-login-block-description {
  font-weight: 400;
}

#magic-login-login-block label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  margin-top: 12px;
}


.grecaptcha-badge { 
  display:none;
}

#respond .logged-in-as{
  display: none;
}

.post-navigation-link__label{
  display: none;
}