.blocklinks {
	
	position: relative;margin-top: 15px;
}

 .col-lg-2{flex:0 0 auto;width:49.66666667%}
 
.buylink{
	position: absolute; right: -5px; top: -5px;
	text-decoration:none;
	text-align:center;
	width: 24px;height: 24px;	
	font-size:12px;
	padding: 1px;
	border-radius: 4px;
	border: rgba(255,255,255,0.7) 1px solid;
}
.linklist {
	padding: 3px 2px;
}
.linklist a {
  background-color: #ffffff;
   
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 194px;
    height: 100%;
    
      }
      
       @keyframes glowing {
      0% { background-color: rgb(0 0 0 / 10%); box-shadow: 0px 1px 3px 1px rgb(159 189 197 / 55%); }
      50% { background-color: #fffae4; box-shadow: 0px 1px 3px 1px rgb(159 189 197 / 55%); }
      100% { background-color: #fff; box-shadow: 0px 1px 3px 1px rgb(159 189 197 / 55%); }
      }
      .linklist a {
      animation: glowing 2100ms infinite;
      }
      
.linklist a:hover {
	
    background:#f8f9fa
   
}
.linklist2 {
	padding: 3px 2px;
}
.linklist2 a {

    background-color: #ffffff;
   
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 194px;
    height: 100%;

}  
.linklist2 a:hover {
	
   background:#f8f9fa
}
.bylnklabel{

    color: #6E5E1E;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    width: 73%;
    display: flex;
    font-weight: 500;
    font-size: 1.2em;
    
}
.lnkrools{
	display:block;
	color:#666666;
	padding:10px;
}



.custom-btn {
    width: 75px;
    height: 30px;
    color: #fff;
    border-radius: 5px;
    /* padding: 10px 25px; */
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: #198754;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
    outline: none;
}
.btn-16 {
  border: none;
  color: #f8f9fa;
  z-index: 1;
}
.btn-16:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
  transition: all 0.3s ease;
}
.btn-16:hover {
  color: #f8f9fa;
}
.btn-16:hover:after {
  left: auto;
  right: 0;
  width: 100%;
}
.btn-16:active {
  top: 2px;
}







