/*
Theme Name: My Custom Theme
Author: Himanshu
Description: A custom theme to manage mockups for bimstec.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: my-custom-theme
*/



HTML,
body{font-family: "Barlow", sans-serif!important;}
table.custom-table{border:rgba(0,0,0,0.3) solid 1px;}
table.custom-table tr th,
table.custom-table tr td {font-size: 1.188rem; line-height: 2rem; border-width: 1px;}
table.custom-table tr td{display: table-cell; float: none; text-align: left; vertical-align: top; word-break: normal;}
table.custom-table tr td.date{max-width: 130px; min-width:130px;}
.select-filter{
    background-color: #f2f2f2;
    border: #d9d8d8 solid 1px;
    height:40px;
    padding:5px 10px;
    box-sizing: border-box;
    padding-right: 25px;
    font-size: 1.188rem;
}
.search-box{
    background-color: #f2f2f2;
    border-radius: 4px;
    border: #d9d8d8 solid 1px;
    height:40px;
    min-width:250px;
    max-width: 100%;
    font-size: 1rem;
    padding:8px;
    box-sizing: border-box;
}

.show-per-page,
.total-post{font-size: 1.188rem;}
.show-per-page .select-box{padding: 5px; box-sizing:border-box; font-size: 1.188rem; }
.action-btns{align-items:center; display:flex; justify-content:flex-start}
.action-btns .prvw-icon{width:18px; height:18px;}
.action-btns a{display:block; padding: 8px 15px; line-height:1;}
.action-btns .prvw-icon svg{width: 100%;}


.custom-post-single-page{display: flex; flex-wrap: wrap; align-items: flex-start;}
.left-section{width: 70%;}
.right-sidebar{width: 30%;}

.about-objectives .list-content {
    width: calc(100% - 30px);
  }