.blog-detail-title{
    position: absolute;
    color: white;
    width: 100%;
    bottom: -16px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    line-height: 1.4;
}

a.likeBtn svg{
    width: 16px;
    height: 16px;
    position: relative;
    top: -2px;
}

a.likeBtn.active svg path{
    fill: var(--tg-primary-color);
    stroke: var(--tg-primary-color);
    stroke-width: 2px;

}

.small-title{
    font-size: 15px !important;
    line-height: 1.3;
}

.error{
    color: white;
    background: #f08080;
    padding: 5px 8px;
    margin-bottom: 10px;
}

.error p{
    color: white;
    margin-bottom: 0;
}

.custom-checkbox{
    width: 22px !important;
    float: left;
    accent-color: var(--tg-primary-color);
    margin-right: 20px;
    position: relative;
    top: -9px;
}

.alert{
    text-align: center;
    color: var(--tg-primary-color);
    background: var(--tg-gray-three) !important;
    border: 1px solid silver;
    border-radius: unset;
}

.alert-info{
    color: #2e8b57 !important;
}
.alert-success{
    color: #2e8b57 !important;
}

.dropdown-menu li a{
    width: 100%;
    display: block;
    height: 30px;
    margin-left: 20px;
    margin-bottom: 10px;
}

.dropdown-menu li{
    position: unset !important;
    margin-left: 0px !important;
    line-height: 30px !important;
}

.modal-header .close{
    border: unset;
}


.attach-file {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.fileContainer {
    display: inline-block;
    font-size: 14px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
}
.attach-file .fileContainer {
    background: #23d2e2;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    width: 30px;
}

.fileContainer [type=file] {
    cursor: pointer;
    display: block;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    right: 0px;
    text-align: right;
    top: 0;
    width: 100%;
    overflow: hidden;
}

.uploadimage {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.uploadimage .fileContainer [type="file"] {
    left: -22px;
    top: -10px;
    width: 20px;
}
.uploadimage > i {
    font-size: 16px;
    position: relative;
    top: 1px;
}

.photoItem{
    width: 100%;
    aspect-ratio: 1 / 1;
    background-size: cover;
    margin-top: 20px;
}

.btn-sm {
    font-size: 13px !important;
    padding: 11px 19px !important;
    background: var(--tg-icon-color) !important;
}

.removeAlbumPhoto{
    background: white;
    padding: 5px 12px;
    float: right;
    position: relative;
    top: 15px;
    left: -19px;
}

.article-form-step{
    margin-top: 10px;
}

.article-form-step label{
    font-size: 90%;
}

.article-form-step a{
    float: right;
    font-family: monospace;
    background-color: var(--tg-primary-color);
    color: white;
    padding: 5px 8px;
    border-radius: 10px;
    line-height: 14px;
    position: relative;
    top: 16px;
    right: -9px;
}

.postItemBg{
    aspect-ratio: 1 / 1;
    padding: 20px;
    background-size: contain;
    color: white;
    position: relative;
    width: 96%;
    float: left;
    margin: 2%;
}

.postItemBg li{
    color: white !important;
}
.postItemBg .link-btn{
    position: absolute;
    top: 17px;
    right: 20px;
    background: white;
}

.postItemBg .weekly-post-content{
    width: 100%;
}
.postItemBg p{
    color: white;
    display: block;
    background: rgba(0, 0,0, 0.7);
    padding: 10px 20px;
    position: absolute;
    bottom: 50px;
    left: 0px;
    bottom: 0px;
}

.postItemBg p a{
    color: var(--tg-paragraph-color);
    text-decoration: none;
}

.postItemBg .date{
    font-size: 80%;
}

.overflowDiv{
    background: var(--tg-gray-three);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.overflowDiv .blog-post-meta{
    text-align: left;
    margin-top: 10px;
}


.overflowDiv .overflowtext{
    padding-left: 20px;
    padding-right: 20px;
    color: black;
    display: block;
    border-bottom: 1px solid #f5f5f5;
}

.overflowDiv .blog-post-meta .list-wrap{
    justify-content: left;
    margin-left: 20px;
    margin-bottom: 10px;
}

.load-overlay{
    position: fixed;
    top: 0px;
    right: 0px;
    background: black;
    color: white;
    z-index: 50000;
    padding: 30px;
    font-family: var(--tg-heading-font-family);
    border-bottom-left-radius: 68px 84px;
    }

.isMethodDiv{
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: var(--tg-secondary-color);
    padding: 11px;
    font-family: var(--tg-heading-font-family);
    font-weight: bold;
    border-top-left-radius: 25px 28px;
}
.isNotMethodDiv{
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: var(--tg-body-font-color);
    padding: 11px;
    font-family: var(--tg-heading-font-family);
    font-weight: bold;
    border-top-left-radius: 25px 28px;
}