.new-active span {
    color: #3bb64c;
}
.new-active a {
    background-color: #ebfafa;
}
.new-active   {
    background-color: #ebfafa;
}
.new-active {
    border-right: 6px solid #3bb64c; 
    padding-left:10px !important; 
}
.nav-item { 
    padding-left:15px !important;
    
}
li:hover a:hover {
    background-color: #d7f5f5;
}
.nav-item:hover {
    background-color: #d7f5f5;
}
.nav-item .active {
    background-color: #d7f5f5 !important;
}
/* side bar end */
/* content body */

.light-color{
    background-color: #f2f6f9;
}
.light-green-color{
    background-color: #f7fbfe;
}
.dt {
    font-weight: 300;
    font-size: 1.6rem;
    color: #000000 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
 

dd {
    font-weight: 700;
    font-size: 1.2rem;
    color: #373b3e;
}
/* dashboard */

/* help form support row */
.welcome-admin{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.vertical-center {
    display: table-cell;
    vertical-align: middle;
  }
/* 
dt { 
    font-size: 1.3rem;
    color: #000000 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
} */

dd {
    font-weight: 700;
    font-size: 1.2rem;
    color: #373b3e;
}
/* help form support row end*/

/* dashboard */

/* common classes */

.height-30 {
	height: 10px;
}

.height-100 {
	height: 110px;
}


.border-radius-1 {
	border-radius: 1px;
}

.border-radius-2 {
	border-radius: 2px;
}

.border-radius-3 {
	border-radius: 3px;
}

.border-radius-4 {
	border-radius: 4px;
}

.border-radius-5 {
	border-radius: 5px;
}

.border-radius-6 {
	border-radius: 6px;
}

.border-radius-7 {
	border-radius: 7px;
}

.border-radius-8 {
	border-radius: 8px;
}

.border-radius-9 {
	border-radius: 9px;
}

.border-radius-10 {
	border-radius: 10px;
}

.border-radius-11 {
	border-radius: 11px;
}

.border-radius-12 {
	border-radius: 12px;
}

.border-radius-13 {
	border-radius: 13px;
}

.border-radius-14 {
	border-radius: 14px;
}

.border-radius-15 {
	border-radius: 15px;
}
/* common classes end */
 
@media screen and (min-width: 1440px) and (max-width: 2540px){
    .large-heading-text{
    font-size: 2.6rem;
    }
} 
@media screen and (min-width: 999px) and (max-width: 1440px){
    .large-heading-text{
    font-size: 1.6rem;
    }
}
@media screen and (min-width: 0px) and (max-width: 1000px) { 
    .large-heading-text{
    font-size: 2rem;
    }
}