.arrow-up {  
width:0;  
height:0;  
border-left:5px solid transparent;  
border-right:5px solid transparent ;  
border-bottom:10px solid black;  
border-top:10px solid #dddddd; 
float: right;
}  
  
.arrow-down {  
width:0;  
height:0;  
border-left:5px solid transparent;  
border-right:5px solid transparent;  
border-top:10px solid black;  
border-bottom:10px solid #dddddd;
float: right;  
}

.arrow-default {  
width:0;  
height:0;  
border-left:5px solid transparent;  
border-right:5px solid transparent ;  
border-bottom:10px solid #dddddd;  
border-top:10px solid #dddddd;  
float: right; 
}

.strikethrough-true
{
        text-decoration: line-through;
		color: red;
}

.newscope
{
  position: absolute;
  padding: 2%;
  right: 5%;
  line-height: 0%;
}

.btn-success-homepage {
    color: #000;
    background-color: #F0F0F0;
    border-color: rgb(22, 144, 242)
}

.btn-success-homepage:hover {
    color: #fff;
    background-color: rgb(22, 144, 242);
    border-color: rgb(22, 144, 242)  !important;
    }

.btn-text-padding{
	padding-top: 15px;
	padding-bottom: 15px;
}

.tabinactive {
    color: #000000 !important;
    /*background-color: #e4e5e6;
    border: 2px solid #cfd8dc !important;*/
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
}

.tabactive {
	color: #fff !important;
    background-color: rgb(22, 144, 242) !important;
    border-color: rgb(22, 144, 242)  !important;
    }

.btn-margin1 {
	margin:1px;
}

.suggestedbtn {
	margin-bottom:5px;
	border-radius: 50em; 
}

.suggestedbtn:focus{
	outline: 0 !important;
}

.ngx-pagination .current {
    background-color: rgb(22, 144, 242)!important;
    border-color: rgb(22, 144, 242)  !important;
    }