.bottom-space-30 {
    padding-bottom: 30px
}

.author_by {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #9e9e9e;
}

.custom_author {
    color: #0c6af3
}

.custom_price {
    margin: 3px 0 0;
    font-weight: 600;
    color: #ff0000;
}

.custom_text_right {
    text-align: right;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-3 {
    margin-top: 3px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 40px;
}

.margin-bottom-40 {
    margin-bottom: 30px;
}

.margin-top-14 {
    margin-top: 14px;
}

.custom_description {
    color: #777;
}

.post_details_height {
  /*  height: 43px;
    overflow: hidden;*/
    min-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post_user_name {
    height: 22px;
    overflow: hidden;
}

.font-size-16 {
    font-size: 16px;
}

.text-transform-lowercase {
    text-transform: lowercase;
}

.post_image {
    height: 207px;
    object-fit: contain;
}

.image_div {
    background: white;
    text-align: center;
    border: 1px solid #eff2f5 !important;
}

.custom_color_black {
    color: black;
}

.custom_color_red {
    color: red;
}

.fw-600 {
    font-weight: 600;
}

.text-end {
    text-align: end;
}

.text-first {
    text-align: initial;
}

.app-image-width {
    width: 70%;
}

.line-height {
    line-height: 25px
}

.margin-left-auto{
    margin-left: auto;
}

.margin-right-auto{
    margin-right: auto;
}

.book_title {
    height: 37px;
    overflow: hidden;
    line-height: 20px;
}

.mb-0 {
    margin-bottom: 0;
}

.padding-20 {
    padding: 20px 0px;
}

.padding-top-30 {
    padding-top: 30px;
}

.main-section{
    height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-section .scan-section{
    max-width: 24%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.main-section .scan-section .qode-img {
    box-shadow: 0 0 8px #dddddd;
}

.qr_code_text{
    margin-top: 14px;
    color: #777777;
    font-size: 24px;
    line-height: 35px;
}