:root {
  --padrao:  #8415FF;
  --preto: #000;
  --vermelho: #FF6370;
  --branco: #fff;
  --verde: #44ca73;
}


.login h1 a {
    background-image: url('../../images/logo-roxa.svg');
    background-size: 140px 150px;
    width: 220px;
    height: 130px;
  }
  
  body.login {
    background: var(--padrao);
    background-image: url(../../images/bg_go7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  
  .login form .input,
  .login input[type='password'],
  .login input[type='text'] {
    font-size: 24px;
    line-height: 1.33333333;
    width: 100%;
    padding: 0.1875rem 0.3125rem;
    margin: 0 6px 16px 0;
    min-height: 45px;
    max-height: none;
    border: 1px #ddd solid;
    background: none;
  }
  .login label {
    font-size: 11px;
    display: inline-block;
    margin-bottom: 10px;
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  .login #backtoblog a,
  .login #nav a {
    color: #222;
  }
  .login form {
    border-radius: 5px;
    border: none;
    background: none;
    padding: 20px;
    box-shadow: none;
    margin: 0 60px;
  }
  
  .login .button-primary {
    width: 100%;
    padding: 15px 25px !important;
    background:  var(--padrao);
    border: none;
    border-radius: 4px;
    margin-top: 15px;
  }
  .login .button-primary:hover {
    opacity: 0.9;
    background:  var(--padrao);
  }
  
  .login #nav {
    text-align: center;
  }
  .login #backtoblog {
    text-align: center;
    font-size: 12px;
  }
  
  #login {
    width: 450px;
    margin: auto;
    height: 100vh;
    background: #fff;
    box-sizing: border-box;
    display: block;
    float: left;
    padding: 0;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    box-shadow: 0 0 30px rgb(69 101 173 / 10%);
  }
  
  .login .button.wp-hide-pw .dashicons {
    color:  var(--padrao);
  }
  
  #wphead {
    background: #1e83ff !important;
  }
  
  #graficos {
    background: none !important;
    border: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    display: none;
  }
  #graficos .lista {
    display: flex;
  }
  
  .cor-verde b {
    color: #09d1bf !important;
  }
  .cor-verde .icone {
    color: #09d1bf !important;
    background-color: #45d1bf24 !important;
  }
  .cor-roxa b {
    color: #6c5ce7 !important;
  }
  .cor-roxa .icone {
    color: #6c5ce7 !important;
    background-color: #6c5ce726 !important;
  }
  .cor-amarelo b {
    color: #fdcb6e !important;
  }
  .cor-amarelo .icone {
    color: #fdcb6e !important;
    background-color: #fbcb6e3b !important;
  }
  
  #graficos .item small {
    color: #999;
    font-weight: 300;
    font-size: 14px;
  }
  .sem-margin {
    margin-right: 0 !important;
  }
  #graficos .hndle,
  #graficos .handlediv {
    display: none;
  }
  
  #graficos .inside {
    margin: 0;
    padding: 0;
  }
  #graficos .icone {
    display: inline-block;
    font-size: 20px;
    padding: 15px 15px;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    margin: 0;
    background-color: #1e83ff21;
    color: #1e83ff;
  }
  #graficos a.link-btn {
    display: block;
    color: #ffffff;
    background-color:  var(--padrao);
    padding: 10px 15px;
    border-radius: 100px;
    text-decoration: none;
    width: 150px;
    text-align: center;
  }
  #graficos a.link-btn:hover {
    color:  var(--padrao);
    background-color: #e4efff;
  }
  #graficos .postbox {
    margin: 0;
    padding: 0;
    box-shadow: none;
  }
  
  #welcome-panel .ultimo {
    border-bottom: 0px #dddddd solid;
  }
  
  .imgdash {
    width: 29%;
    display: inline-block;
    text-align: center;
  }
  
  #graficos .item {
    position: relative;
    border: none;
    box-shadow: none;
    background: #fff;
    box-sizing: border-box;
    width: 100%;
    border-radius: 5px;
    text-align: left;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    display: none;
  }
  
  #graficos .item h1,
  #graficos .item h2 {
    display: block;
  }
  #graficos .item h1 {
    color: #000;
    font-size: 2rem;
    font-weight: 600;
  }
  
  #graficos .item p {
    display: inline-block;
    font-size: 16px;
    font-weight: 300px;
  }
  #graficos .item b {
    font-size: 20px;
    line-height: 1.2;
    color: #1e83ff;
    display: inline-block;
  }
  
  #graficos .coluna1 {
    text-align: left;
  
    display: inline-block;
    padding: inherit;
    width: 35%;
    padding: 3%;
  }
  
  #graficos .coluna2 {
    display: inline-block;
    padding: inherit;
    width: 28%;
    background: #fafafa;
    min-height: 288px;
    border-radius: 5px;
    text-align: center;
    border: 1px #dddddd solid;
    margin-right: 20px;
  }
  #graficos .coluna2 p {
    margin: 10px 0 10px 0;
  }
  #graficos .coluna2 h1 {
    margin: 0;
    color: #fff;
    padding: 0;
  }
  #graficos .coluna2 img {
    width: 200px;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 25px;
  }
  
  #graficos .coluna2 a.link-btn {
    display: block;
    color: #ffffff;
    background-color:  var(--padrao);
    padding: 10px 15px;
    border-radius: 100px;
    text-decoration: none;
    width: 150px;
    text-align: center;
    margin: 0 auto;
  }
  #graficos .coluna2 a.link-btn:hover {
    color:  var(--padrao);
    background-color: #e4efff;
  }
  
  #graficos img {
    width: 350px;
  }
  
  .auto-fold .block-editor-editor-skeleton {
    left: 200px !important;
    top: 32px;
  }
  

  #postbox-container-2 {
    width: 50% ;
  }
  #postbox-container-3 {
    width: 50% !important;
  }
  
  .post-type-post #postbox-container-2 {
    width: 100% !important;
  }
  
  @media (min-width: 268px) and (max-width: 979px) {
    #graficos {
      display: none;
    }
  }
  
  .post-type-post .wrap {
    /* max-width: 1040px; */
      margin: 0 auto;
      padding-top: 30px;
  }
  
  
  