@media only screen and (max-width:1400px){
  .masterContainer{
    grid-template-columns: 350px 1fr;
  }
  .holderFormAdaugaSetare form{
    width: 80%;
  }
}
@media only screen and (max-width:1250px){
  .detailsUser, .addBillingDelivery{
    grid-template-columns: unset;
    grid-row-gap: 20px;
  }
}

@media only screen and (max-width:1200px){
  .holderLoginForm {
    width: 70%;
  }
  .holderNewAccount {
    width: 90%;
  }
  .holderSearch input[type="text"]{
    width: 30%;
  }
  .holderSearchAvansat{
    grid-template-columns: repeat(4, 1fr);
  }
  .holderTitluServiciiClient{
    width:100%;
  }
}

@media only screen and (max-width:1150px){
  .holderNewAccountForm{
    grid-column-gap: 15px;
  }
  .holderFormAdaugaSetare form{
    width: 100%;
  }
  .infoUserLoggedIn img {
    max-width: 65px;
  }
  .masterContainer{
    grid-template-columns: unset;
    grid-row-gap: 20px;
  }
  .holderLeftContent{
    min-height: unset;
    -webkit-box-shadow: 0px 5px 15px 0px #cccccc;
    -moz-box-shadow: 0px 5px 15px 0px #CCCCCC;
    box-shadow: 0px 5px 15px 0px #cccccc;
    padding-bottom: 0px;
  }
  .titleMenuUpperLooged{
    text-align: center;
  }
  .menuUpperLogged, .titleButtonsMenuLogged {
    display: block;
  }
  .buttonsMenuLogged a:first-child {
    margin-right: 15px;
  }
  .menuLeft{
    padding: 5px 15px;
    grid-area: menuLeft;
    background-color: var(--white-yellow);
  }
  .infoUserLoggedIn{
    justify-content: center;
    grid-area: infoUserLeft;
    padding: 0px;
  }
  .holderLeftContent{
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "menuLeft infoUserLeft";
    padding-top: 0px;
    width: 102%;
    margin-left: -1%;
  }
}

@media only screen and (max-width:1100px){
  .holderNameSociety{
    grid-template-columns: 3fr 1.2fr;
  }
}

@media only screen and (max-width:1000px){
  .buttonsMenuLogged a>span{
    display: none;
  }
  .upperMenu > .optionMenuUpper{
    width: 100%;
    justify-content: flex-end;
  }
  .infoContactUpper{
    width: 100%;
    text-align: left;
  }
  .upperMenu{
    flex-direction: column;
  }
  .holderLogin{
    width: 90%;
  }
  .rowBillingInfo, .holderNameSociety{
    display: block;
  }
}

@media only screen and (max-width:900px){
  .nameUserLoggedIn{
    font-size: var(--s);
  }
  .linieVanzareRenewalCautare,.linieVanzareVnlCautare,.linieVanzareCpeCautare, .linieVanzareMetronetCautare{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .linieVanzareCpe, .linieVanzareRenewal, .linieVanzareMetronet, .linieVanzareVnl{
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media only screen and (max-width:800px){
  .holderLeftContent{
    grid-template-columns: 1.5fr 1fr;
  }
  .holderSearchAvansat {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width:750px){
  .btnViewRow{
    color: var(--green) !important;
    font-weight: 600;
  }
}

@media only screen and (max-width:650px){
  .upperMenu > .optionMenuUpper, .optionMenuUpper, .infoContactUpper{
    justify-content: space-between;
    gap:0px;
  }
  :root{
  	--xl:20px;
  	--l:18px;
  	--m:16px;
  	--s:14px;
  	--xs:12px;
  }
  .holderLoginForm {
    width: 90%;
  }
  .holderNewAccountForm{
    grid-template-columns: unset;
    grid-row-gap: 20px;
  }
  .btnShowMenuMobile{
    display: inline-block;
    margin-left: 15px;
  }
  .holderLeftContent{
    display: none;
  }
  .holderBtnAccount {
    grid-template-columns: 1fr 30px;
  }
  .menuLeft{
    border:none;
    padding: 5px 0px;
    background-color: var(--white);
  }
  .rowMenuLeft a{
    color: var(--blackFooter);
    display: block;
  }
  .infoUserLoggedIn{
    border: none;
    margin-bottom: 20px;
  }
  .rowBillingInfo{
    grid-template-columns: unset;
  }
  .buttonsMenuLogged{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

@media only screen and (max-width:600px){
.holderSearch input[type="text"] {
    padding: 6px;
    width: 35%;
  }
  .holderSearchAvansat {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width:550px){
  .linkNewPartener{
    display: none;
  }
  .holderLogo img{
    max-width: 250px;
  }
  .leftMobile {
    min-width: 80%;
  }
  .btnShowMenuMobile, .buttonsMenuLogged a:first-child{
    margin:0px;
  }
  .buttonsMenuLogged i{
    padding: 0px;
  }
}
@media only screen and (max-width:500px){
  .holderCompleteData label{
    font-size: 11px;
  }
  .holderNavbar{
    font-size: var(--s);
  }
  input[type="submit"]{
    padding: 8px 16px;
  }
}

@media only screen and (max-width:450px){
    .holderLogin {
      width: 100%;
    }
    .userRights{
      grid-template-columns: 1fr;
      padding-left: 10px;
    }
}
