/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 06 2026 | 06:23:41 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.archive-list .betterdocs-category-title-counts{
    margin-right:16px;
}
.blog-section .elementor-posts.elementor-posts--skin-classic.elementor-grid.elementor-has-item-ratio {
    grid-template-columns: repeat(2,1fr);
}
.post-in-category .elementor-post__card {
    display: flex;
    flex-direction: row;
	box-shadow: none !important;
    border: 1px solid #EBF3DF;
    border-radius: 10px;
}
.post-in-category .elementor-post__card:hover {
  box-shadow: 1px 7px 17px -10px rgb(209 224 188)!important;
}
.betterdocs-body {
    background: #F0F0F06E;
}
.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-sidebar-content{
	background: transparent !important;
}

.post-in-category a.elementor-post__read-more {
    margin: 0!important;
}
.archive-header-cat .betterdocs-category-header-inner {
    display: flex;
    flex-direction: row!important;
    align-items: center!important;
}
.archive-header-cat .betterdocs-main-category-folder {
    background: #ebf3dfa3;
    border-radius: 10px;
}

.archive-header-cat .betterdocs-main-category-folder .betterdocs-category-header-inner .betterdocs-category-icon .betterdocs-folder-icon {
    background: #7fb4394d;
}
.archive-header-cat .elementor-widget-doc-category-archive-header {
}

.archive-header-cat .betterdocs-main-category-folder {
    max-height: 101px;
}
.archive-header-cat .betterdocs-category-title {
    font-size: 18px!important;
    margin-right: 16px;
}
.post-in-category .elementor-post__excerpt {
    margin-bottom: 4px!important;
}
.post-in-category .elementor-post__title {
    margin-bottom: 16px!important;
}
.post-in-category a.elementor-post__thumbnail__link {
    margin: 8px!important;
    border-radius: 8px!important;
    overflow: hidden;
    max-height: 200px;
    max-width: 200px;
}
.archive-list .betterdocs-category-title {
    margin-bottom:0!important
}
.post-thumbnail img {
    width: 100%;
    border-radius: 12px;
}
.archive-list .betterdocs-category-box-inner-wrapper {
    border:1px solid #00000029
}
.archive-list a.category-box{
    border:none!important;
    margin: 0!important;
    border-bottom:1px solid #00000029!important;
    border-radius:0;
}
.post-blog-section .jet-posts__item {
    background: white;
    border-radius: 16px;
	margin-bottom:12px;
	border:4px solid #EBEFE5;
}
a.category-box{
        margin:8px;
        border:1px dashed #AACD7B!important;
        border-radius:16px;
}
.seach-betterdocs .betterdocs-searchform {
    padding: 0!important;
}

.seach-betterdocs input.search-submit {
    background: #d3ddc4 !important;
    border: 1px solid white!important;
    border-radius: 8px;
    color: #557926!important;
	padding: 12px 24px!important;
}
.post-blog-section .jet-posts__inner-content {
    background: white;
    border-radius: 10px;
    padding: 8px 16px;
}
.post-list .jet-posts__item {
    height: 180px!important;
}
.category-blog p.betterdocs-last-update {
    display: none;
}
.post-single {
    width: 40%;
}
.post-list .jet-posts__item .jet-posts__inner-box{
 display:flex;
 flex-direction: row!important;
 align-items:center;
}
.post-list  .post-thumbnail {
    height: 160px;
    width:30%;
    flex:none;
    margin-left:16px
}
.post-list  .post-thumbnail img{
    height: 100%;
    object-fit:cover;
    border-radius:8px;
}
.betterdocs-sidebar-layout-1 {
    right: 0!important;
}
body.rtl .betterdocs-breadcrumb-list .breadcrumb-delimiter-icon {
    transform: rotate(180deg);
}
	.betterdocs-full-sidebar-left.betterdocs-sidebar-layout-7{
		display:block!important;
		left: auto !important;
	}
@media(max-width:768px){
	.betterdocs-full-sidebar-left.betterdocs-sidebar-layout-7{
		display:block!important;
		left: auto !important;
	}
}