.template-text-grey{
    color: #B6B8B9;
}

.template_btn_lg_danger{
    background-color: rgb(224, 0, 0);
    color: #fff;
    font-weight: bold;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
}
.template_btn_lg_green{
    background-color: #49DE82;
    color: #fff;
    font-weight: bold;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
}
.template_btn_lg_green ion-icon{
    font: 30px;
}
.round{
    border-radius: 5px;
}
.template_btn_lg_light{
    background-color: rgb(255, 255, 255);
    border:1px solid rgb(224, 0, 0);
    color: rgb(98, 100, 101);
    font-weight: bold;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
}
.space40{
    height: 40px;
}
.template_text_primary{
    color: rgb(224, 0, 0)!important;
}

/* filter page css */
.section_filter{
    background-color: #f5f5f5;
    border-radius: 6px;
    float: left;
    padding: 12px;
    width: 200px;
    box-sizing: border-box;
}
.section_filter_title{
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px;
}
.filter_content{
    width: 100%;
}
.search_dropdown{
    width: 100%;
    margin-bottom: 12px;
    cursor: pointer;
    overflow: hidden;
}
select{
    cursor: pointer;
    width: 100%;
}
select:focus{
    outline: none;
}
.search_dropdown select{
    font-family: proxima-nova,noto,helvetica,arial,sans-serif;
    font-size: 13px;
    line-height: 1.5;
    box-sizing: border-box;
    width: 100%;
    cursor: pointer;
}
.heading{
    color: #2b2d2e;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
    font-weight: 700;
}
.range-fields{
    display: flex;
    margin-bottom: 10px;
}
.year_start{
    width: calc(50% - 4px);
}
.year_end{
    margin-left: 4px;
    width: calc(50% - 4px);
}
#id_keywords{
    border: 1px solid #a6a6a6;
    padding: 2px 8px 1px;
    border-radius: 4px;
    width: 100%;
}
.featured_card_wrapper{
    padding: 20px 0;
    border-top: 1px solid #000;
}
.featured_card_wrapper:last-child{
    border-bottom: 1px solid #000;
}
.featured_card{
    border-left: 3px solid rgb(224, 0, 0);
}
.left_img_card{
    width: 100%;
    padding: 10px;
}
.filter_sm_btn{
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 10px 3px;
    border-radius: 12px;
    margin-right: 5px;
    cursor: pointer;
}
.left_img_card_top{
    width: 100%;
    height: 30px;
}
.left_image_card_bottom{
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left_image_card_bottom p{
    font-size: 12px;
}
.left_image_card_title{
    font-size: 16px;
    font-weight: 700;
    margin: 5px  4px;
    display: flex;
    justify-content: space-between;
}
.left_image_card_content{
    display: flex;
}
.left_image_card_content img{
    width:200px;
    height: 120px;
    object-fit: cover;
}
.card_desc{
    padding: 0 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card_desc p{
    font-size: 14px;
}
.theme_bg_dark{
    background-color: #000;
}
.theme_bg_primary{
    background-color: #4294ff;
}

.pagingarea {
    clear: both;
    margin: 0 auto 20px;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}
.pagingarea .actions .pages .page-links,
.pagingarea .actions .paging_back .paging_back_inactive,
.pagingarea .actions .paging_back a,
.pagingarea .actions .paging_forward .paging_forward_inactive,
.pagingarea .actions .paging_forward a {
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    padding: 0 12px;
    line-height: 40px;
    min-width: 42px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    box-sizing: border-box;
    transition: all 0.2s;
}
.pagingarea .actions .pages .page-links,
.pagingarea .actions .paging_back a,
.pagingarea .actions .paging_forward a {
    background-color: #fff;
    border-color: #d8d9da;
    color: #3b4245;
}
.pagingarea .actions .pages .page-links {
    border-color: transparent;
}
.pagingarea .actions .paging_back .paging_back_inactive,
.pagingarea .actions .paging_back .paging_back_inactive:hover,
.pagingarea .actions .paging_forward .paging_forward_inactive,
.pagingarea .actions .paging_forward .paging_forward_inactive:hover {
    background-color: #eef0f1;
    border-color: #eef0f1;
    color: #b6b8b9;
}
.pagingarea .actions .pages .page-links:hover,
.pagingarea .actions .paging_back a:hover,
.pagingarea .actions .paging_forward a:hover {
    background-color: #626465;
    color: #fff;
    border-color: #626465;
}
.pagingarea .actions .pages .page-links:active,
.pagingarea .actions .paging_back a:active,
.pagingarea .actions .paging_forward a:active {
    background-color: #eef0f1;
    border-color: #eef0f1;
}
.pagingarea .actions .pages #current {
    background-color: #e00000;
    border-color: #e00000;
    color: #fff;
}
.pagingarea .actions {
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
