
.scrollbar-dusty-grass::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-dusty-grass::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-dusty-grass::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(330deg, #d4fc79 0%, #96e6a1 100%);
    background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
}

.thin::-webkit-scrollbar {
    width: 6px;
}

.cust_scrollbar {
    position: relative;
    overflow-y: scroll;
    height: auto;
	margin: 10px 5px;
}
.rec_scrollbar{
    position: relative;
    overflow-y: scroll;
    max-height: 200px;
	margin: 10px 5px;
}

.cust_h250{
    max-height: 250px;
}
.cust_h300{
    max-height: 300px;
}
.cust_h350{
    max-height: 350px;
}
.cust_h400{
    max-height: 400px;
}
.cust_h450{
    max-height: 450px;
}
.cust_h500{
    max-height: 500px;
}
.cust_h550{
    max-height: 550px;
}
.cust_h600{
    max-height: 600px;
}
.cust_h650{
    max-height: 650px;
}
.cust_h700{
    max-height: 700px;
}

.cust_vh10{
    max-height: 10vh;
}
.cust_vh15{
    max-height: 15vh;
}
.cust_vh20{
    max-height: 20vh;
}
.cust_vh25{
    max-height: 25vh;
}
.cust_vh30{
    max-height: 30vh;
}
.cust_vh35{
    max-height: 35vh;
}
.cust_vh40{
    max-height: 40vh;
}
.cust_vh45{
    max-height: 45vh;
}
.cust_vh50{
    max-height: 50vh;
}
.cust_vh55{
    max-height: 55vh;
}
.cust_vh60{
    max-height: 60vh;
}
.cust_vh65{
    max-height: 65vh;
}
.cust_vh70{
    max-height: 70vh;
}
.cust_vh75{
    max-height: 75vh;
}
.cust_vh80{
    max-height: 80vh;
}
.cust_vh85{
    max-height: 85vh;
}
.cust_vh90{
    max-height: 90vh;
}

div.alert a{
	color:#FFF;
	text-decoration: underline;
}
div.alert a:hover{
	color:#d36028;
}