body
{	
	background: #f5f8fa;	
	padding: 0px;
	margin: 0px;
	/*background-color: #F1F1F2;*/
	overflow-y: scroll;		
}
.DTMainTextBox {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    
    color: #333;
    width: 100%;
    height: 60px;
    background: #fff;
    background-position: 5px -7px !important;
    padding: 10px 10px 12px 18px !important;
    border: 1px solid #666 !important;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px !important;
    -moz-box-shadow: 3px 3px 4px #e5e5e5 inset,0 1px 0 #fff;
    -webkit-box-shadow: 3px 3px 4px #e5e5e5 inset, 0 1px 0 #fff;
    box-shadow: 3px 3px 4px #e5e5e5 inset, 0 1px 0 #fff;
}
.DTMainTextBoxBold {
    font-weight: bold;
}
.ideaBtn {
	
}
.ideaBtn .elementor-button {
	border-radius: 10px;
    margin-top: 10px;
    line-height: 12px !important;
    padding: 4px 12px;
    background-color: #aaadb3 !important;
}
.d-flex {
    display: flex;
}
.flex-1 {
    flex: 1;
}
.flex-column {
    flex-direction: column;
}
.flex-align-end {
    align-items: end;
}