/* DESKTOP FIX - SIDEBAR ALINHADA AO CONTEUDO */
@media (min-width:901px){

  #dashboardScreen > aside.sidebar{
    left:calc(50% - 645px) !important;
    top:62px !important;
  }

  #dashboardScreen .content{
    max-width:980px !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

}

/* DESKTOP FIX - REMOVER COLAR MOBILE DO LOGIN */
@media (min-width:901px){

  #pasteProxyBtn,
  #pasteProxyMiniBtn{
    display:none !important;
  }

  .proxy-paste-wrap{
    width:100% !important;
    display:block !important;
  }

  .proxy-paste-wrap input{
    width:100% !important;
    padding-right:18px !important;
  }

}

