.social-btn {
    padding:20px;
}
.social-btn .item{ 
    margin-top:15px;
    padding:0px!important;
    border-top-right-radius: 10px!important;
    border-bottom-right-radius: 10px!important;
}

.social-btn .item a span:first-child{
    font-size:36px!important;
    padding:5px 5px 5px 12px;
}
.social-btn .item a :hover span:first-child{ 
    padding:5px 5px 5px 30px;
    transition: all 0.3s;
}


.social-btn .item a span{ 
    font-size:20px;
    line-height:40px;
    vertical-align: middle;
    display: inline-block;
}

.social-btn .item .line{
    color:#009e20; 
    background:#e0ffe7;
    border-top-right-radius: 20px!important;
    border-bottom-right-radius: 20px!important;
}

.social-btn .item .fb{
    color:#1f449c; 
    background:#c2d4ff;
    
    border-top-right-radius: 20px!important;
    border-bottom-right-radius: 20px!important;
}

.social-btn .item .yh{
    color:#572b71; 
    background:#ebcaff;

    border-top-right-radius: 20px!important;
    border-bottom-right-radius: 20px!important;
}

.social-btn .item .gn{
    color:#007bff; 
    background:#eaf6ff;

    border-top-right-radius: 20px!important;
    border-bottom-right-radius: 20px!important;
}






.icon-bar {
    position: fixed;
    right:0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index:9999!important;
  }
  
  /* Style the icon bar links */
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 8px;
    transition: all 0.3s ease;
    color: white;
    font-size: 35px;
  }
  
  /* Style the social media icons with color, if you want */
  .icon-bar a:hover {
    background-color: #000; 
  }
  
  .share,.share:hover {
    background: #f2f2f2!important;
    color: #333!important;
  }

  .facebook {
    background: #3B5998;
    color: white;
  }
  
  .twitter {
    background: #55ACEE;
    color: white;
  }
  
  .google {
    background: #dd4b39;
    color: white;
  }
  
  .linkedin {
    background: #007bb5;
    color: white;
  }
  
  .youtube {
    background: #bb0000;
    color: white;
  }

  .line {
    background: #00aa0e;
    color: white;
  }



  .warnmsg{
      border:#d2d2d2 1px solid;
      padding:20px;
      width:fit-content;
      margin:0 auto;
      color:#333;
      border-radius:10px;
      font-size: 27px!important;
  }
  .text-l1{  color:#00aa0e; }
  .text-l2{  color:rgb(255, 205, 86);   }
  .text-l3{  color:#f38a00; }
  .text-l4{  color:#f32d00; }



  @media only screen and (max-width: 450px) {
    
    .icon-bar a { 
      font-size: 20px;
    }

    .warnmsg{ 
        padding:10px; 
        font-size: 18px!important;
    }

    .ntxt{  width: 100%;word-wrap: break-word;    }

  }