/*==================================================
 Main
==================================================*/

	html{
		height: 100%;
	}
	body{
		min-height: 100%;

	}
	body.authentication-bg-pattern {
		background-image: url(../img/bg-pattern.png);
	}	

	body.authentication-bg {
		background-color: #FFF;
		background-size: cover;
		background-position: center;
	}
	
/*==================================================
 Colors
==================================================*/

.bg-primary{background-color: #ea641a !important;}
.bg-secondary{background-color: #4a494a !important;}
.bg-success{background-color: #d7e0b2 !important; color:#3a393a !important;}
.bg-danger{background-color: #fcd6b5 !important; color:#3a393a !important;}
.bg-warning{background-color:}
.bg-info{background-color:}
.bg-pink{background-color: #f4dbec !important; color:#3a393a !important;}
.bg-blue{background-color: #3198b9 !important; color:#3a393a !important;}
.bg-light{background-color: #F6F6F6 !important; color:#3a393a !important;}
.bg-dark{background-color: #3a393a !important;}


/*==================================================
 Buttons
==================================================*/

.filter-btn:hover{
    cursor: pointer;
}
.btn{
    margin-bottom: 10px;
}
.btn-success{background-color: #d7e0b2 !important; border-color: #d7e0b2 !important; color:#000000 !important;}
.btn-danger{background-color: #fcd6b5 !important; border-color: #fcd6b5 !important; color:#000000 !important;}
.btn-pink{background-color: #f4dbec !important; border-color: #f4dbec !important; color:#000000 !important;}
.btn-blue{background-color: #3198b9 !important; border-color: #3198b9 !important; color:#000000 !important;}

/*==================================================
 Logo
==================================================*/



/*==================================================
 Header
==================================================*/



/*==================================================
 Pagina-1
==================================================*/

#section-intro,
#section-cards{
    margin-top: 4rem;
}
.badge{
    border: 1px solid #dce3e6;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 20px rgb(0 0 0 / 5%);
    box-shadow: 0px 5px 20px rgb(0 0 0 / 5%);
}
.card{
    height: calc(100% - 1rem);
    margin-bottom: 1rem;
    border: 1px solid #dce3e6;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 20px rgb(0 0 0 / 5%);
    box-shadow: 0px 5px 20px rgb(0 0 0 / 5%);
}
.card-body{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.disc-txt{
    font-size: 14px;
}
.tile{
    margin-bottom: 1rem;
    border-radius: 50px;
}
.tile-header{
    padding: 1rem 4rem;
}
.tile-header img{
    width: 200px;
}
.tile-body{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;   
    border-radius: 50px 50px 0px 0px;
    padding: 2rem 1rem; 
}
.tile-ul{
    min-height: 150px;
}
.chevron{
    color: #fff;
    right: 0.5rem;
}
.pag1btn{
    border-radius: 20px;
    width: 10rem;
}
.btns-flex{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2em;
}
.btn-flex{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.25em;
}

/*==================================================
 Form
==================================================*/


/*==================================================
 Pagina-2
==================================================*/





/*==================================================
 Footer
==================================================*/




/*==================================================
 Media Queries
==================================================*/

