.bx-sh{
  box-shadow: 0px 24px 51px 0px #eaeaed;
}

.border-rb{
    border-right:1px solid #dfdfdf;
    border-bottom:1px solid #dfdfdf;
}

.border-rb1{
    border-right:1px solid #dfdfdf;
}

.border-rb2{
    border-bottom:1px solid #dfdfdf;
}


.make-sh:hover{
    box-shadow: 0 0 11px rgba(33,33,33,.2); 
    /* background-color: #fff; */
    transition: box-shadow .5s;
    background-color: #fff;
  
}
.ledger{
    position: relative;
    margin-top: -2%;
    background-color: #fff;
    box-shadow: 0 0 11px rgba(33,33,33,.2); 
    
    /* border-radius:8px; */
}


.f-w{
    background-color: #cdeddc;
    border: 1px solid #fff;
    color:#fff;
}
/* 
.txt-gr{
    background: -webkit-linear-gradient(#303389, #ec5627);

    background-clip: border-box;

-webkit-background-clip: text;

-webkit-text-fill-color: transparent;
} */

/* .ledger::before {
	content: "";
	width: 0px;
	height: 0px;
	border: 0.8em solid transparent;
	position: absolute;
}

.ledger.bottom::before {
    left: 45%;
	bottom: -20px;
	border-top: 10px solid #444;
}
 */

/* .re-sh :hover{
    box-shadow: none;
} */