

@font-face {
    font-family: 'YekanBakh';
    src: url('https://liom.app/view/dist/fonts/YekanBakh-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'YekanBakh';
    src: url('https://liom.app/view/dist/fonts/YekanBakh-Regular.ttf');
    font-weight: normal;
}

body * {
    font-family: "YekanBakh";
}

html,
body {
    font-family: "YekanBakh";
}




.drtl {
    direction: rtl !important;
    text-align: right !important;
}

.dltr {
    direction: ltr !important;
    text-align: left !important;
}

html {
    background: white;
    height: 100%;
}


body {
    background: #F8F8F8;
}

.bg-color {
    background: #F8F8F8;
}

.primary-color {
    color: #8254C6 !important;
}


.height100 {
    height: 100%;
}

.height60 {
    height: 60%;
}

.height50 {
    height: 50%;
}

.height40 {
    height: 40%;
}


.width100 {
    width: 100%;
}

.width50 {
    width: 50%;
}




.header-items-box {
    overflow-x: auto;
    white-space: nowrap;
    background: white;
}

.header-items-box .item {
    display: inline-block;
    margin: 8px 3px;
    padding: 8px;
    background: #F7F7F7;
    border-radius: 6px;
    font-size: 12px;
    cursor: pointer;
    color: #8F8F8F;
}

.header-items-box .item.active {
    background: #F8EDFF !important;
    color: #8254C6;
    accent-color: #8254C6;
}

.central-box {
    display: flex;
    justify-content: center;
    align-items: center;
}


.header-items-box .item label {
    margin-bottom: 0;
}

.header-items-box .item input {
    margin-left: 2px;
}


a:hover{
    text-decoration:none;
    color: unset;
}
a{
    text-decoration:none;
    color: unset;
}

.modal-loading-2 {
    position: fixed;
    bottom: -30px;
    z-index: 10100;
    left: 0;
    right: 0;
}

.hidden{
    display: none;
}
.user-profile {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.user-img img {
    border-radius: 50px;
}

.post-actons {
    text-align: center;
    font-size: 18px;
    border-top: 1px solid;
    border-color: #F2F2F2;
    padding: 8px 0px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    align-content: center;
}

.post-actons .item {
    display: grid;
    text-align: center;
    justify-items: center;
    align-items: center;
    justify-content: center;

}


.post-actons .item img {
    width: 20px;
}

.post-actons .item span {
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    color: #8F8F8F;
    padding-top: 4px;
}

.post-border {
    padding: 8px 0;
}


.post-title {
    color: #1D1B1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.post-text,
.comment-text p {
    color: #757575;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.more-icon {
    margin: 8px;
    text-align: end;
}






.time {
    color: #8F8F8F;
    font-family: Yekan Bakh;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.user-name {
    margin-right: 8px;
}

.user-name p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
}


.user-name span {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #8F8F8F;
    line-height: 16px;
    direction: ltr;
    display: inline-block;
}

.pic-box img {
    width: 100%;
    border-radius: 4px;

}

.pic-btn button {
    background: #F7F7F7;
    color: #8F8F8F;
    text-align: center;
    font-family: Yekan Bakh;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 8px;
}


.text-txtAction-btn button {
    width: 100%;
    display: block;
    border-radius: 4px;
    background: #F7F7F7;
    color: #8F908F;
    text-align: center;
    font-family: Yekan Bakh;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 20px;
}

.right-box {
    display: flex;
    justify-content: flex-end;
}

ul.post-list {
    padding: 0;
}

ul.post-list li {
    display: block;
    margin: 16px 0;
}

.navbar {
    background: #F8EDFF !important;
    color: black;
}

a.nav-link {
    color: black;
}

.post-item{
    border-radius: 8px;
}

nav.navbar.navbar-expand-sm.navbar.sticky-top {
    justify-content: flex-start;
}