.infoPage{
    margin-bottom: 160px;
    display: flex;
    grid-gap: 1rem;
    grid-template-rows: repeat(2,20rem);
    grid-template-columns: repeat(4,20rem);
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
}

.user_nota img{
  width: 100%;
  height: 350px;
}
.user_nota img {
  object-fit: cover;
}
.artwork-song{
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    color: #cecece;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-end;
    left: 5%;
}

  .preload-3 {
    position: relative;
    margin-bottom: 100px;
  }
    .preload-3:before, .preload-3:after {
      position: absolute;
      content: '';
      width: 20px; height: 20px;
      border-radius: 50%;
    }
    
    .preload-3:before {
      background: green;
      animation: preload-3-1 1.5s infinite ease-in-out;
    }
    .preload-3:after {
      background: yellow;
      left: 22px;
      animation: preload-3-2 1.5s infinite ease-in-out;
    }
  
  @keyframes preload-3-1 {
    0%, 100% {
      transform: translateX(0) rotate(0);
    }
    50% {
      transform: translateX(50px) scale(1.2) rotate(260deg);
      border-radius: 0;
    }
  }
  
  @keyframes preload-3-2 {
    0%, 100% {
      transform: translateX(0) rotate(0);
    }
    50% {
      transform: translateX(-50px) scale(1.2) rotate(-260deg);
      border-radius: 0;
    }
  }
  
  .ping {
    -webkit-animation: ping 1.8s ease-in-out infinite both;
    animation: ping 1.8s ease-in-out infinite both;
    width: 30px;
      height: 30px;
      background: #4cb151;
      border-radius: 50%;
      position: absolute;
  }
  
  @-webkit-keyframes ping {
    0% {
      -webkit-transform: scale(0.2);
              transform: scale(0.2);
      opacity: 0.8;
    }
    80% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
      opacity: 0.3;
    }
    100% {
      -webkit-transform: scale(2.2);
              transform: scale(2.2);
      opacity: 0;
    }
  }
  @keyframes ping {
    0% {
      -webkit-transform: scale(0.2);
              transform: scale(0.2);
      opacity: 0.8;
    }
    80% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
      opacity: 0.3;
    }
    100% {
      -webkit-transform: scale(2.2);
              transform: scale(2.2);
      opacity: 0;
    }
  }

  .loveGet {
    -webkit-animation: loveGet 1.2s ease-in-out infinite alternate;
    animation: loveGet 1.2s ease-in-out infinite alternate;
    width: 39px;
    height: 23px;
    position: absolute;
    margin-top: -2px;
    margin-left: -41px;
    z-index: 2;
  }
  
  @-webkit-keyframes loveGet {
    0% {
      -webkit-transform: scale(0.7);
              transform: scale(0.7);
      opacity: 1;
    }
    80% {
      -webkit-transform: scale(1.5);
              transform: scale(1.5);
      opacity: 0.7;
    }
    100% {
      -webkit-transform: scale(2.2);
              transform: scale(2.2);
      opacity: 0.2;
    }
  }
  @keyframes loveGet {
    0% {
      -webkit-transform: scale(0.7);
              transform: scale(0.7);
      opacity: 0.8;
    }
    80% {
      -webkit-transform: scale(1.6);
              transform: scale(1.6);
      opacity: 0.3;
    }
    100% {
      -webkit-transform: scale(2.2);
              transform: scale(2.2);
      opacity: 0;
    }
  }
  .pulsaudio {
    -webkit-animation: pulsaudio 1.2s ease-in-out infinite both;
    animation: pulsaudio 1.2s ease-in-out infinite both;
    width: 85px;
      height: 85px;
      background: #4cb151;
      border-radius: 50%;
      position: absolute;
      display: none;
      margin-top: -11px;
      margin-left: 15px;
  }
  
  @-webkit-keyframes pulsaudio {
    0% {
      -webkit-transform: scale(0.2);
              transform: scale(0.2);
      opacity: 0.8;
    }
    80% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
      opacity: 0.3;
    }
    100% {
      -webkit-transform: scale(2.2);
              transform: scale(2.2);
      opacity: 0;
    }
  }
  @keyframes pulsaudio {
    0% {
      -webkit-transform: scale(0.2);
              transform: scale(0.2);
      opacity: 0.8;
    }
    80% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
      opacity: 0.3;
    }
    100% {
      -webkit-transform: scale(2.2);
              transform: scale(2.2);
      opacity: 0;
    }
  }


.audio{
  width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.controllersAudio{
  width: 73px;
  position: relative;
  margin-top: -62px;
  border: none;
  background: none;
}
.fancybox__counter {
  display: none;
}
.ContentGridItem-module_root-o3Gmy {
  height: 399px;
}
.text-pest, .text-fert, .text-seeds, .text-foto, .text-nota, .text-question{
  margin-right: 6px;
  color: #666;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 50px;
  display: inline-block;
  background-color: #fbfbfb;
}
.text-fert:hover{
background: #595a5d;
border: 1px solid #1e1e1e;
color: #f9f9f9;
}
.text-nota:hover{
  background: #595a5d;
  border: 1px solid #1e1e1e;
  color: #f9f9f9;
  }
  .text-question:hover{
    background: #595a5d;
    border: 1px solid #1e1e1e;
    color: #f9f9f9;
    }
.text-pest:hover{
background: #595a5d;
border: 1px solid #1e1e1e;
color: #f9f9f9;
}
.text-seeds:hover{
background: #595a5d;
border: 1px solid #1e1e1e;
color: #f9f9f9;
}
.text-foto:hover{
background: #595a5d;
border: 1px solid #1e1e1e;
color: #f9f9f9;
}
.text-fert:active{
background: #595a5d;
border: 1px solid #1e1e1e;
color: #f9f9f9;
}
.text-question:active{
  background: #595a5d;
  border: 1px solid #1e1e1e;
  color: #f9f9f9;
  }
.text-seeds:active{
background: #595a5d;
border: 1px solid #1e1e1e;
color: #f9f9f9;
}
.text-foto:active{
background: #595a5d;
border: 1px solid #1e1e1e;
color: #f9f9f9;
}
.text-pest:active{
background: #595a5d;
border: 1px solid #1e1e1e;
color: #f9f9f9;
}
.text-all{
background: #595a5d;
border: 1px solid #1e1e1e;
color: #f9f9f9;
  margin-right: 6px;
  text-decoration: none;
  padding: 4px 12px;
  border-radius: 50px;
  display: inline-block;
}
.filter{
  top: 78px;
  position: absolute;
  display: inline-block;
  width: 96%;
  right: 5%;
z-index: 6;
}

.hide{
    opacity: 1;
    animation-name: a1;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    display: none;
}
@keyframes a1{
    to{
        opacity: 0;
        min-height: 0;
        min-width: 0;
        padding: 0;
        margin: 0;
        border: 0;
    }
}

address {
    height: 17px;
}
.ContentGridItemHeader-module_title-hzSo0 {
    margin-left: 26px;
}
.ContentGridItem-module_root-o3Gmy {
    top: -8px;
    margin-left: 0px;
    margin-top: 0px;
}

    /* */ 
.outerdiv
{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

@media (min-width: 1024px) {
  #fixed {
    width: 50%;
    position: fixed;
    top: 38px;
    z-index: 9999;
    left: 350px;
  }

      }
      @media (min-width: 1450px) {
      .innerdiv
      {
        display: grid;
        grid-template-columns: repeat(5,calc(100%/5 - 8px/5*(5 - 1)));
        row-gap: 24px;
        column-gap: 8px;
        grid-auto-flow: row dense;
        margin-top: 25px;
        margin-bottom: 25px;
        width: 100%;
      }
    }
      @media (min-width: 1200px) and (max-width: 1450px) {
      .innerdiv
      {
        display: grid;
        grid-template-columns: repeat(4,calc(100%/4 - 8px/4*(4 - 1)));
        row-gap: 24px;
        column-gap: 8px;
        grid-auto-flow: row dense;
        margin-top: 25px;
        margin-bottom: 25px;
        width: 100%;
      }
    }
    @media (min-width: 700px) and (max-width: 900px) {
      .innerdiv
      {
        display: grid;
        grid-template-columns: repeat(2,calc(100%/2 - 8px/2*(2 - 1)));
        row-gap: 24px;
        column-gap: 8px;
        grid-auto-flow: row dense;
        margin-top: 25px;
        margin-bottom: 25px;
        width: 100%;
      }
    }
    @media (min-width: 900px) and (max-width: 1200px) {
      .innerdiv
      {
        display: grid;
        grid-template-columns: repeat(3,calc(100%/3 - 8px/3*(3 - 1)));
        row-gap: 24px;
        column-gap: 8px;
        grid-auto-flow: row dense;
        margin-top: 25px;
        margin-bottom: 25px;
        width: 100%;
      }
    }
  @media (min-width: 700px) {
  .u-block-cbe5-4 {
    display: flex;
    flex-wrap: wrap;
    z-index: 9991;
    width: 100%;
    justify-content: center;
  }
  #content{
    margin: 0px 5%;
  }

  }

  @media (max-width: 700px) {
.innerdiv
{
  margin-bottom: 160px;
  display: flex;
  grid-gap: 1rem;
  grid-template-rows: repeat(2,20rem);
  grid-template-columns: repeat(4,20rem);
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

  }


.innerdivNew {
  margin: 1rem;
  display: flex;
  grid-gap: 1rem;
  grid-template-rows: repeat(2,20rem);
  grid-template-columns: repeat(4,20rem);
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
}

.div2
{
background: #fff;
grid-column: 3/4;
grid-row: 2/3;
z-index: 2;
}
.div3
{
background: white;
grid-column: 4/5;
grid-row: 1/4;
color: black;
}

.userdetails
{
display: flex;
    width: calc(90% - 2rem);
    padding: 1rem 2rem;
}
.imgbox
{
  margin-right: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.imgbox img
{
  object-fit: cover;
}
.detbox
{
	display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10px;
}
.detbox p
{
	margin: 0;
}
.detbox .name
{
  color: #1e1f26;
  font-size: 16px;
  margin-bottom: 0.1rem;
  font-weight: 600;
  text-align: left;
  overflow: hidden;
text-overflow: ellipsis;
width: 200px;
height: 30px;
white-space: nowrap;
}
.detbox .name.dark
{
    color: #4a5258;
    font-size: 23px;
    text-align: center;
}
.detbox .designation
{
color: #545764;
font-size: 0.8rem;
}
.detbox .designation.dark
{
	color: #49505A;
}

.review p {
  font-size: 1rem;
  color: #4A4B63;
  font-weight: 500;
  line-height: 1.5;
}
.review.dark p{
	color: #0e0e0e;
}
.attribution
{
	font-size: 1rem;
    line-height: 1.5;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    text-align: right;
}
.attribution a
{
	text-decoration: none;
}

@media only screen and (max-width: 1000px)
{
	.innerdiv
	{
		transform: scale(1);
	}
}


#bits{
background-image: none;
background-color: #fff0;
    }
#receptss{
background-image: none;
background-color: #fff0;   
    }
#file{
       background-image: none;
       background-color: #fff0; 
    }
  
@media (max-width: 700px) {
.u-block-cbe5-4 {
  display: flex;
  flex-wrap: wrap;
  z-index: 9991;
  width: 100%;
  justify-content: center;
}
#fixed{width: 100%;
position: fixed;
top: 88px;} 
}
@media only screen and (min-device-width: 700px) and (max-device-width: 1024px){    
    #fixed {
  width: 60%;
  position: fixed;
  top: 40px;
  z-index: 9999;
  left: 273px;
}
}


article .recepts {
width: 80%;
flex: 1;
margin: 5px 20px;
border-radius: 30px;
padding: 0px 20px;
display: inline-block;
text-align: left;
}
    
h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 300;
  color: #353340;
  font-size: 16px;
}
.stream-area {
  display: block;
}
.container-user {
  top: 35px;
}
.main-container {
  padding: 0px;
  margin: -10px;
}
.online {
position: relative;
top: -10px;
left: 21px;
  width: 13px;
  height: 13px;
  background-color: #8BC34A;
  border-radius: 13px;
  border: 3px solid #FAFAFA;
}
.offline {
  position: relative;
top: -10px;
left: 21px;
  width: 13px;
  height: 13px;
  background-color: #c34a4a;
  border-radius: 13px;
  border: 3px solid #FAFAFA;
}
@media all and (max-width: 740px){ 
    .storage-moment-all {
  margin-left: 5px !important;
}
.imgCollabMob{
  display: flex;
  position: relative;
  /*min-width: 280px;*/
  height: 360px;
  object-fit: cover;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.14), 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 1px -1px rgba(0, 0, 0, 0.2);
  margin-top: 0px;
  width: 96%;
  height: 30vh;
  border-radius: 9px;
  margin-left: 2%;
  margin-right: 2%;
}
    
.eachdiv
{
padding: 10px 0px;
    color: white;
}
.fotoForCollab{
    position: relative;
    max-height: 300px;
}
.divcol
{
    width: 100%;
    background: #fff;
    padding: 1rem 10px;
    border-radius: 0.8rem;
    box-shadow: 5px 5px 20px #6d6b6b6b;
    color: white;
}
.review {
  max-width: 740px;
  text-align: right;
}
    }

@media only screen and (min-device-width: 741px){

  article .recepts {
    height: 571px;
}
  .review {
    width: 100%;
    text-align: right;
    min-height: 354px;
}
  .imgCollabMob{
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    height: 360px;
    object-fit: cover;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.14), 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 1px 1px -1px rgba(0, 0, 0, 0.2);
    margin-top: 0px;
    width: 100%;
    aspect-ratio: 10 / 9;
  }
  .imgCollabMob.questionsContent{
  height: 510px;
}

    .eachdiv
{
    border-radius: 0.8rem;
    box-shadow: -1px 0px 6px 0px #6d6b6b6b;
    color: white;
    background: #fff;
}

}


 @media only screen and (min-device-width: 800px) and (max-device-width: 818px){ 
    #upload-container img {
  left: -11px !important;
  top: -11px !important;
}
     .online {
  top: -24px !important;
     }
.folder-me {
  width: 99.3% !important;
     }
.sidebar-mob {
  top: 10px;
  position: absolute;
}
     .container-user {
  width: 100% !important;
  left: 10px !important;
}
.wrapper {
  margin-top: 38px !important;
}
    }
    .storiesWrapper {
  margin: 0 0 0 10px;
}
@media only screen and (min-device-width: 800px) and (max-device-width: 1124px) {
    
        .followingDecstope{
            display: none;
        }
        .folder-me-grad {
  width: 99%;
}
        .storage-moment {
  width: 98.5%;
        }
        .storage {
  width: 100%;
}
        .storage section {
  width: 96%;
        }
        .add {
  top: -31px;
  right: -213px;
}
       .add.foto {
  right: -175px;
}
        .page-footer {
  margin-top: 0px !important;
}
    .sidebar.collapse .side-menu svg {
  margin-right: 15px;
}
        .container-user {
  top: 28px !important;
  height: 90%;
  width: 100%;
  left: 5px;
}
        .sidebar.collapse {
  width: 150px;
  border-right: 1px solid var(--border-color);
  margin-left: -10%;
}
        
    }
    .page-footer {
  margin-top: 80px;
}

@media only screen and (min-device-width: 1091px) and (max-device-width: 1124px){
.user_img {
  width: 97%;
  margin: 5px;
  border-radius: 20px;
  height: 370px;
}
    }
@media screen and (max-width: 818px){
.storage-all {
  width: 100%;
  margin: 2% 2% 0 -2.5%;
}
.ContentGridItem-module_root-o3Gmy {
  margin-left: 2%;
}
        
 #storiesme{
            height: 150px;
            z-index: 2;
            width: 90%;
            top: -10px;
        }
.page-footer{
          margin-top:22px;  
        }
.folder p {
  top: -50px !important;
}
.folders > header h3{
            font-size: 1rem;
            font-weight: 400;
        }   
.folders > header {
  height: 16px;
}
        
    #following-my {
  position: relative;
  height: auto;
  height: 100%;
  width: 100%;
  padding: 12px;
  top: 0px;
  right: 10px;
        }
        .folder-me {
  width: 98.5%;
}
 .storage-moment-all {
  margin-top: 10px;
}
.history-all {
  padding: 0px;
        }
.storage-moment-my {
  height: 139px;
}
        .u-menu-user {
  height: 32px;
  width: 101px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-left: 5px;
}
 .storage-all section {
  border-radius: none;
  background: none;
  box-shadow: none;
  display: grid;
  margin-bottom: 20px;
}       
.storage-moment-my header {
  padding: 9px;
}
.storage header {
  padding: 9px !important;
}
        .storiesWrapper {
  top: -3px;
}
.plus:hover .plus__line--v {
  bottom: 58px;
  width: 200px;
  left: -164px;
  top: 25px;
}
        
        .storage-bits {
  width: 100%;
  float: none;
}
        .storage-bits_left {
  width: 100%;
  float: none;
}
       #upload-container {
  width: 30px;
  height: 30px;
}
        #upload-container img {
width: 30px;
left: -19px;
position: relative;
top: 114px;
}
    .online {
  position: relative;
top: 103px;
left: 2px;
        }
.userTitle {
left: 29px;
top: -17px;
width: 325px;
text-align: left;
font-weight: 400 !important;
font-size: .8rem !important;
}
   .nameClick h5 {
top: -9px;
position: relative;
left: -16px;
font-size: .5rem !important;
}
        .user-edit {
padding: 2px;
width: 67px;
height: 22px;
right: -10px;
position: relative;
top: -5px;
cursor: pointer;
font-size: .7rem !important;
text-transform: full-size-kana !important;
}

.folder-me-grad {
width: 100%;
height: 47px;
}
        .storage-moment {
  margin-top: 20px !important;
        }
        h4 {
  font-size: 1rem;
  font-weight: 500;
        }
        .folder-me {
  position: relative;
  width: 98.5%;
  height: 43px;
  margin: 2px 0;
  border-radius: 20px;
  background: #fff;
  text-align: center;
  padding: 15px 20px;
  left: 2px;
}
        .user-logo {
  background: #f8f8f8;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  float: left;
  top: 3px;
  position: absolute;
  left: 10px;
}
        
        .storage-moment {
  width: 100%;
        }
        .storage {
  width: 100%;
}
        .storage section {
  width: 100%;
        }
        .add {
  right: 0px;
  float: right;
}

        .history {
  width: 100% !important;
        }
.add.foto{
        right: -28px;
        width: 70px;
        }
    }
@media screen and (min-width: 818px){
.sidebar-mob{
   display: none;      
         }
         #storiesme{
            height: 150px;
        }
         
     .add.foto{right: -232px;}
     .userTitle {
  left: 64px;
  top: -11px;
}
     
.plus:hover .plus__line--v {
height: 40px;
width: 220px;
border-radius: 60px;
left: -30px;
top: 25px;
color: #000;
} 
.plus__line {
  width: 3px;
  height: 17px;
  left: calc(50% - 1.5px);
  top: calc(50% - 9px);
}
    }
@media (min-width: 575px){
#upload-container {
  width: 50px;
  height: 50px;
}
        
    }
@media screen and (min-width: 1191px) {
#upload-container img {
  width: 50px;
  border-radius: 50%;
  margin-top: 21px;
  height: 50px;
}
    }
@media screen and (max-width: 1122px) {
.grid_img-all {
    grid-template-columns: 1fr;
}
.user_img {
    width: 100%;
    max-height: 60vh;
    }
    }
@media only screen and (min-device-width: 1123px) and (max-device-width: 1521px){ 
.grid_img-all {
    grid-template-columns: 0.5fr 0.5fr;
}
    }
@media only screen and (min-device-width: 1522px) and (max-device-width: 1809px){ 
.grid_img-all {
    grid-template-columns: 0.3fr 0.3fr 0.4fr;
}
    }
@media screen and (min-width: 1810px) {
.grid_img-all {
    grid-template-columns: 0.25fr 0.25fr 0.25fr 0.25fr;
}
    }
@media only screen and (min-device-width: 576px) and (max-device-width: 817px){     
    .ContentGridItem-module_root-o3Gmy {
    width: 438px;
}
    }
@media only screen and (min-device-width: 662px) and (max-device-width: 820px){     
    .ContentGridItem-module_root-o3Gmy {
    width: 465px;
}
    }
@media only screen and (min-device-width: 820px) and (max-device-width: 1090px){     
    .ContentGridItem-module_root-o3Gmy {
    width: 465px;
}
    }
@media only screen and (min-device-width: 457px) and (max-device-width: 576px){     
  .ContentGridItem-module_root-o3Gmy {
width: 375px;
} 
}

@media only screen and (min-device-width: 423px) and (max-device-width: 457px){     
  .ContentGridItem-module_root-o3Gmy {
    width: 355px;
} 
} 
 

.ContentGridItemHeader-module_titleAndAuthor-vmALx {
    flex: 1;
    margin: 13px 1rem 0 0;
}



@media only screen and (min-device-width: 992px) and (max-device-width: 1254px){   
    .storiesWrapper {
  top: -5px;
}
}
@media only screen and (min-device-width: 818px) and (max-device-width: 991px){   
    .storiesWrapper {
  top: 8px;
}
}
@media screen and (min-width: 1255px) {
.storiesWrapper {
    top: -34px;
}
    }
.statPage{
  top: 0px;
  position: absolute;
  width: 82px;
  right: 0%;
  color: #1e1f26;
  z-index: 2;
  height: 33px;
  border: 1px solid #1e1e1e;
  border-radius: 20px;
  padding: 5px;
  background: linear-gradient(45deg, #999696, transparent);
}
#more{
  width: 166px;
  height: 48px;
}
@media screen and (min-width: 485px) {
#more{
  padding-top: 6px;
  padding-left: 15px;
}
.text-pest, .text-fert, .text-seeds, .text-foto, .text-nota, .text-question{
  padding: 4px 12px;
}
.text-all:after{
  content: "Все";
}
.text-fert:after{
  content: "Удобрения";
}
.text-seeds:after{
  content: "Семена";
}
.text-pest:after{
  content: "СЗР";
}
.text-nota:after{
  content: "ЗаметкА";
}
.text-question:after{
  content: "Вопросы";
}
}
@media screen and (max-width: 485px) {
  #more{
    bottom: 91px;
  }
  .text-pest, .text-fert, .text-seeds, .text-foto, .text-nota, .text-question{
    padding: 4px 10px;
  }
  .text-all:after{
    content: "Все";
  }
  .text-all {
    padding: 8px 12px;
}
  .text-fert{
    content: url("/template/svg/fert.svg");
  }
  .text-seeds{
    content: url("/template/svg/seeds.svg");
  }
  .text-pest{
    content: url("/template/svg/pest.svg");
  }
  .text-fert:hover{
    content: url("/template/svg/fertw.svg");
  }
  .text-seeds:hover{
    content: url("/template/svg/seedsw.svg");
  }
  .text-pest:hover{
    content: url("/template/svg/pestw.svg");
  }
  }


.lovePlant {
  position: relative;
  right: 15px;
  text-align: right;
  cursor: pointer;
}


/**/
.userLove {
  position: absolute;
  left: 10px;
  font-weight: 450;
  color: #2a2a2a;
  font-family: "Roboto", sans-serif;
  width: fit-content;
  font-size: .8rem;
}
.userAvatarLove{
  position: absolute;
  right: 15px;
  width: 213px;
  height: 35px; 
}

#loveNotaAll, #loveFotoAll, #lovePlantAll{
  height: 30px;
}
#loveFotoAll {
  margin-top: 15px;
}