a{
    color: #c49a6c;
}

/******* loader ****/
.loader {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;

    background: #c49a6c !important;
    color: #fff;
    z-index: 100000 !important;
    /*opacity: 0.8;*/
}
.loader .loading {
    position: relative;
    height: 100%;
}
.loader .loading-inner {
    position: relative;
    top: 50%;
    margin-top: -40px;
}
.loader .loading small {
    font-size: 10px;
    font-weight: bold;
}
.sk-cube-grid {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
}
.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #fff;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}
@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}
/******* end  ****/

.text-disabled {
    color: #CCCCCC;
}

.empty{
    color: #8a6d3b;
    /* background-color: #fcf8e3; */
    /* border: 1px solid #faebcc; */
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    text-align: center;
}

.alert [data-notify="title"]{
    font-size: 20px;
}
.alert [data-notify="message"]{
    font-size: 14px;
}

.help-block.help-block-error{
    font-size: 13px;
}

.bootstrap-tagsinput{
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    background-color: #fbfbfa;
    border: 1px solid #c49a6c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 1px 6px 5px;
    margin-bottom: 10px;
    vertical-align: middle;
    border-radius: inherit;
    max-width: 100%;
    line-height: 27px;
    width: 100%;
    cursor: text;
}
.bootstrap-tagsinput .label-info{
    background-color: #a07a55;
}
.action-column-row{
    text-align: center;
}
.action-column-row .btn{
    padding-left:0;
    padding-right:0;
    color: #000;
}

.action-column-row .btn-action-publish{
    color: #3c763d;
}
.action-column-row .btn-action-delete{
    color: #a94442;
}
/*.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #a07a55;
    border-color: #a07a55;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > a:focus {
    color: #a07a55;
}*/

a.btn-load-more{
    width: 100%;
    font-size: 15px;
}
.ias-spinner {
    text-align: center !important; 
    width: 100%;
}
.ias-spinner img {
    width: 30px;
    float:none;
}

.comment-input-addon .btn {
    right: 22px !important;
}
.manage-comment-actions{
    width: 122px;
}

/*.pagination::before {*/
/*clear: both;*/
/*content: " ";*/
/*}*/
/*.pagination{*/
/*display:block;*/
/*}*/

/***  fixed Not ***/
.text-nowrap {
    overflow:hidden;
}
.ie-warning {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #000000;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-family: "Courier New", Courier, monospace;
    padding: 50px 0;
}
.ie-warning p {
    font-size: 17px;
}
.ie-warning .iew-container {
    min-width: 1024px;
    width: 100%;
    height: 200px;
    background: #fff;
    margin: 50px 0;
}
.ie-warning .iew-download {
    list-style: none;
    padding: 30px 0;
    margin: 0 auto;
    width: 720px;
}
.ie-warning .iew-download > li {
    float: left;
    vertical-align: top;
}
.ie-warning .iew-download > li > a {
    display: block;
    color: #000;
    width: 140px;
    font-size: 15px;
    padding: 15px 0;
}
.ie-warning .iew-download > li > a > div {
    margin-top: 10px;
}
.ie-warning .iew-download > li > a:hover {
    background-color: #eee;
}
.padding-xs { padding: .25em; }
.padding-sm { padding: .5em; }
.padding-md { padding: 1em; }
.padding-lg { padding: 1.5em; }
.padding-xl { padding: 3em; }

.padding-x-xs { padding: .25em 0; }
.padding-x-sm { padding: .5em 0; }
.padding-x-md { padding: 1em 0; }
.padding-x-lg { padding: 1.5em 0; }
.padding-x-xl { padding: 3em 0; }

.padding-y-xs { padding: 0 .25em; }
.padding-y-sm { padding: 0 .5em; }
.padding-y-md { padding: 0 1em; }
.padding-y-lg { padding: 0 1.5em; }
.padding-y-xl { padding: 0 3em; }

.padding-top-xs { padding-top: .25em; }
.padding-top-sm { padding-top: .5em; }
.padding-top-md { padding-top: 1em; }
.padding-top-lg { padding-top: 1.5em; }
.padding-top-xl { padding-top: 3em; }

.padding-right-xs { padding-right: .25em; }
.padding-right-sm { padding-right: .5em; }
.padding-right-md { padding-right: 1em; }
.padding-right-lg { padding-right: 1.5em; }
.padding-right-xl { padding-right: 3em; }

.padding-bottom-xs { padding-bottom: .25em; }
.padding-bottom-sm { padding-bottom: .5em; }
.padding-bottom-md { padding-bottom: 1em; }
.padding-bottom-lg { padding-bottom: 1.5em; }
.padding-bottom-xl { padding-bottom: 3em; }

.padding-left-xs { padding-left: .25em; }
.padding-left-sm { padding-left: .5em; }
.padding-left-md { padding-left: 1em; }
.padding-left-lg { padding-left: 1.5em; }
.padding-left-xl { padding-left: 3em; }

.margin-xs { margin: .25em; }
.margin-sm { margin: .5em; }
.margin-md { margin: 1em; }
.margin-lg { margin: 1.5em; }
.margin-xl { margin: 3em; }

.margin-x-xs { margin: .25em 0; }
.margin-x-sm { margin: .5em 0; }
.margin-x-md { margin: 1em 0; }
.margin-x-lg { margin: 1.5em 0; }
.margin-x-xl { margin: 3em 0; }

.margin-y-xs { margin: 0 .25em; }
.margin-y-sm { margin: 0 .5em; }
.margin-y-md { margin: 0 1em; }
.margin-y-lg { margin: 0 1.5em; }
.margin-y-xl { margin: 0 3em; }

.margin-top-xs { margin-top: .25em; }
.margin-top-sm { margin-top: .5em; }
.margin-top-md { margin-top: 1em; }
.margin-top-lg { margin-top: 1.5em; }
.margin-top-xl { margin-top: 3em; }

.margin-right-xs { margin-right: .25em; }
.margin-right-sm { margin-right: .5em; }
.margin-right-md { margin-right: 1em; }
.margin-right-lg { margin-right: 1.5em; }
.margin-right-xl { margin-right: 3em; }

.margin-bottom-xs { margin-bottom: .25em; }
.margin-bottom-sm { margin-bottom: .5em; }
.margin-bottom-md { margin-bottom: 1em; }
.margin-bottom-lg { margin-bottom: 1.5em; }
.margin-bottom-xl { margin-bottom: 3em; }

.margin-left-xs { margin-left: .25em; }
.margin-left-sm { margin-left: .5em; }
.margin-left-md { margin-left: 1em; }
.margin-left-lg { margin-left: 1.5em; }
.margin-left-xl { margin-left: 3em; }

.modal-header a.close {
    line-height: 31px;
}
.modal-header a.close .fa{
    margin-left: 9px;
}

.modal-flex-center.in {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.user-panel .user-panel-in span {
    width: 23px;
    height: 20px;
}
.dev-top-bar{
    position: fixed;
    text-align: right;
    background: none;
    top: 0;
    right: 0;
}
.dev-top-bar a{
    width: 30px;
    height: 30px;
    box-shadow:  1px 2px 7px;
}
/*.icon16 {*/
/*width: 18px;*/
/*display: inline-block;*/
/*}*/
/*.gold-pig-hidden{display:none !important;}*/

.small-link{
    color: #a07a55;
    font-size: 14px;
}
.small-link:hover, .small-link:focus{
    color: #a07a55;
    text-decoration: underline;
}
.logo{
    text-align:center;
}

.form-horizontal .fileinput{
    padding-left: 14px;
}

#savebook .hsm-accordion-text div{
    /*text-align: justify !important;*/
}

#storydetail .font_droidsans_read, .hsm-accordion .hsm-accordion-text{
    text-indent: 4% !important;
}
#storydetail .font_droidsans_read img, .hsm-accordion .hsm-accordion-text img{
    /*width: 100% !important;*/
    max-width: 100%;
    margin: 20px 0;
}
.pagination-light > .disabled > span, .pagination-light > .disabled > span:hover, .pagination-light > .disabled > span:focus, .pagination-light > .disabled > a, .pagination-light > .disabled > a:hover, .pagination-light > .disabled > a:focus {
    color: #c49a6c;
    background-color: transparent;
    border-color: #a07a55;
}
.pagination-light > .no-hover > span:hover{
    color: #361A00;
    background: none;
    border: none;
}

.ebook-item .img-responsive img{
    max-height: 195px;
}
.text-default, .text-default:hover, .text-default:focus{
    color:#a07a55;
}
.checkbox label::before{
    /*top: 4px;*/
}

.hint-block{
    font-size: 12px;
    margin: -9px;
    padding: 0 0 0 14px;
    color: #a07a55;
}
.ebook-form .hint-block{
    margin: 0;
}
a.btn-primary,a.btn-primary:hover{
    color: #fff !important;
}

.radio2.radio-inline{
    padding-left: 20px;
}

.ebook-card{
    display:block;
    /* background-color: #fff; */
    color: #444;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ebook-card:hover{
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.56);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.56);
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.56);
}
.ebook-card .detail{
    padding: 5px 10px;
}
.ebook-card .name{
    height: 25px;
    overflow: hidden;
    line-height: 26px;
    font-weight: 600;
    font-size: 14px;
    text-overflow: ellipsis;
}
.ebook-card .author {
    color: #bdbdbd;
    font-weight: normal;
    font-size: 13px;
    margin: 4px 0;
}
.promotion-text{
    color: #fff;
    background: red;
    text-align: center;
    bottom: 0;
    opacity: 0.8;
    margin-top: -24px;
    display: block;
    line-height: 26px;
}
#buydimond .buydimond-stat .buydimond-stat-col:nth-child(4) .small {
    font-size: 10px;

}

.qr-promptpay-box{
    border: 1px solid #979797; padding: 0px;
}
.qr-promptpay-box .qr-header{
    background-color: #0e3d67;
}
.qr-promptpay-box .qr-content{
    overflow: hidden;
}

.qr-promptpay-box .qr-price{
    float: left;
    text-align: left;
    margin-top: 0px;
    width: 100%;
}
.qr-promptpay-box .qr-detail{
    float: left;
    width: 100%;
}

.ias-trigger {
    width: 100%;
}
#storydetail .story-chapter .chapter-list .chapter .num {
    flex: 0 0 48px !important;
}

#storydetail .story-chapter .chapter-list .chapter .name span {
    max-width: calc(100% - 48px) !important;
}

#ebook-detail .optionz {
    height: calc(100% - 225px) !important;
}

@media(max-width:767px){
    /*.ebook-item .img-responsive img{*/
    /*min-height: 260px;*/
    /*}*/

    #ebook-detail .story-section .mobile-writer .writer-name {
        -ms-flex: 0 0 calc(100% - 167px)  !important;
        flex: 0 0 calc(100% - 167px) !important;
        height: auto;
        padding-left: 13px;
    }
    
    #ebook-detail .story-section .mobile-writer .writer-btn {
        -ms-flex: 0 0 117px !important;
        flex: 0 0 117px !important;
    }

    #storydetail .story-section .mobile-writer .writer-name {
        -ms-flex: 0 0 calc(100% - 163px) !important;
        flex: 0 0 calc(100% - 163px) !important;
        height: auto;
        padding-left: 13px;
    }

    #storydetail .story-section .mobile-writer .writer-btn {
        -ms-flex: 0 0 117px !important;
        flex: 0 0 117px !important;
        height: auto;
        overflow: hidden;
    }
}

@media(min-width:768px){
    /*.ebook-item .img-responsive img{*/
    /*max-height: 330px;*/
    /*}*/
    .qr-promptpay-box .qr-price{
        float: right;
        margin-top: 15px;
        text-align: right;
        width: auto;
    }
    .qr-promptpay-box .qr-detail{
        float: left;
        width: auto;
    }
}
@media(min-width:992px){
    /*.ebook-item .img-responsive img{*/
    /*max-height: 320px;*/
    /*}*/

}
@media(min-width:1200px){
    /*.ebook-item .img-responsive img{*/
    /*max-height: 239px;*/
    /*}*/

}

@media print {
    html, body {
        display: none;  /* hide whole page */
    }
}

/*
REVIEW BOX
*/
.review-box{
    width: 100% !important;
    height: 250px !important;
    background: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.04);
    box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.04);
    margin: 0 0 15px 0;
    padding: 10px;

    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.review-box .cover{
    /*-ms-flex: 0 0 134px;
    flex: 0 0 134px;
    height: auto;
    overflow: hidden;
    position: relative;
    padding-top: 176px;*/
    height: auto;
    overflow: hidden;
    position: relative !important;
    padding-top: 0px !important;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
.review-box .cover img{
    position: relative !important;
    width: auto;
    max-width: 100%;
    height: auto !important;
    left: 50%;
    transform: translate(-50%, 0%);

}


.review-box .desc{
    -ms-flex: 0 0 calc(100% - 134px);
    flex: 0 0 calc(100% - 134px);
    height: auto;
    overflow: hidden;
    padding-left: 10px;
}
.review-box .desc .info .name {
    width: calc(100% - 62px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    height: 23px;
    white-space: nowrap;
    float: left;
}

.review-box .desc .info .buy-complete {
    display: block;
    float: right;
    height: 24px;
    right: 0;
    bottom: 5px;
    padding: 1px 8px;
    line-height: 27px;
    font-family: 'THSarabunNew';
    border-radius: 14px;
    color: #FFFFFF;
    font-size: 11px;
}

.review-box .desc .text .quote{
    display: inline-block;
    width: 34px;
    height: 24px;
    background: url('../images/icon/svg/quote.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 5px;
    float:left;

}
.review-box .desc .text{
    overflow: hidden;
    padding-bottom: 5px;
    border-bottom: solid 1px #EBEBEB;
    font-family: 'THSarabunNew';
    margin-top: 10px;
    clear: both;
}


.review-box .desc .text span{
    padding-top: 10px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.review-box .desc .title{
    margin-top: 10px;
    font-size: 17px;
    line-height: 1.2;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 20px;
    white-space: nowrap;
}
.review-box .desc .text a{
    color: #C6874D;
    font-family: 'promptmedium';
    float: right;
}
.review-box .desc .writer{
    font-size: 14px;
    color: #656565;
}
.review-box .desc .rating{
    font-size: 11px;
    color: #656565;
}
.review-box .desc .rating i{
    font-size: 12px;
    color: #FDC413;
    text-shadow: 0px 0px 1px rgb(177 146 112);
}


.modal .form-check-input{
    transform: scale(1.2);
}

.modal a:hover{
    color: #c49a6c;
}

.gift-section .hint{
    font-size: 12px;
}
.gift-section .card{
    margin: 10px 0;
}
.gift-section .card .image{
    text-align: center;
}
/*.gift-section .card .number-input{*/
/*text-align: center;*/
/*width: 100%;*/
/*margin: 10px 0;*/
/*}*/
/*.gift-section .card .number-input .form-control{*/
/*width: 100px;*/
/*margin: 0 auto;*/
/*text-align: center;*/
/*}*/

.number-spinner input::-webkit-outer-spin-button,
.number-spinner input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.number-spinner input{
    text-align: center;
}
#reward textarea.form-control {
    height: auto;
}
.sweet-alert{}
.sweet-alert h2{
    font-size: 22px !important;
}
.sweet-alert .confirm{
    background-color: #E89512 !important;
}

.box-display{
    background-color: #cb8b54;
    color: #fff;
    padding: 5px;
}
.gift-display{
    background-color: #ffe4cd;
    padding: 5px;
}

.cookie-consent-text{
    font-size: 14px;
}

.cookie-consent-btn-ctrl .btn{
    min-width: 140px;
}


.growl-close {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: none;
    font-size: 31px;
    padding: 0;
    margin: 0 10px;
    line-height: 27px;
}

#promotion-gift-booking .card{
    margin-bottom: 20px;
}
#promotion-gift-booking .img-responsive{
    position:relative;
}

.soldout .img-responsive::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.37);
}
.soldout .img-responsive::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background:url('../images/sold_out/soldout_en.png');
    background-repeat:no-repeat;
    background-size: 60%;
    background-position: center;
}
.mobile-app.modal-coupon .modal-dialog{
    margin: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.mobile-app.modal-coupon .modal-content{
    border: none;
    border-radius: 0;
    height: 100%;
    overflow: hidden;
}
.mobile-app.modal-coupon .modal-header{
    position: fixed;
    width: 100%;
    height: 59px;
    padding: 0;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 50;

    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.mobile-app.modal-coupon .modal-header .close{ display: none;}
.mobile-app.modal-coupon .coupon-topbar{ display: flex; }

.mobile-app.modal-coupon .modal-body{
    padding-top: 59px;
    padding-left: 0;
    padding-right: 0;
}
.mobile-app.modal-coupon .modal-body .text-title{ display: none;}
.mobile-app.modal-coupon .coupon-list-zone{
    overflow: scroll;
    height: calc(100vh - 225px);
}
.mobile-app.modal-coupon .coupon-list-zone::-webkit-scrollbar{ display: none;}


.mobile-app.modal-coupon .coupon-frm .form-inline-coupon{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mobile-app.modal-coupon .coupon-frm .form-inline-coupon .form-group{
    width: calc(100% - 94px);
    padding-right: 5px;
}

.mobile-app.modal-coupon .btn-zone{
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 15px;
    background: #C6C6C6;
}
.mobile-app.modal-coupon .btn-zone .btn{
    background: #4B4B4B;
    border-color: #4B4B4B;
}

.item-box .name{
    color: #383838;
}

.item-box .intro {
    color: #383838;
}

.mod-slider-syncing-type-b .slider-for .item-box .desc .intro {
    display: block;
}

.coupon-topbar a {
    border: none;
    border-radius: 0;
    background: none;
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.coupon-topbar a .icon-svg {
    width: 20px;
    height: 20px;
}

.slider-for .item-box a{
    outline: 0;
}

.top-front-bar .dropdown-notifi .notifi-zone .nav-tabs .count.count-none, 
.top-front-bar .dropdown-notifi .topbar-btn .count.count-none{
    background: none !important;
}

.book-item .no-rent {
    height: 27px;
}

.book-item-type2-b .list-price .rent .btn {
    width: auto !important;
}

.my-following-avatar {
    border-radius: 10px;
}
.my-following-name {
    height: 54px;
    overflow: hidden;
}
.story_detail_buyall_modal .list-buyall .list-buyall-label .num {
    width: 45px !important;
}

.story_detail_buyall_modal .list-buyall .list-buyall-label .name{
    width: calc(100% - 106px) !important;
    flex: 1 0 calc(100% - 106px) !important;
}

/* .nav-tabs.tab-style-slide li > a:hover {
    border: none;
    color: #000000 !important;
    background: transparent !important;
    border-radius: 50px;
} */

.mobile-app .dropdown-toggle {
    padding: 12px;
}
.mobile-app .dropdown-menu  a {
    padding: 7px 20px !important;
}
.mobile-app .page-container .form-control, .mobile-app  .form-control select  {
	height: 45px;
}

.mobile-app .search-bar-2 .search-panel-input::after {
    font-size: 16px;
    top: 35%;
    right: 20px;
}

.ell.writer{
    color: #000;
    font-size: 15px;
    font-weight: 400;
}
/* .modal-header.mobile-app h4 {
    font-size: ;
} */

.list-unstyled.mobile-app li{
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16px;
}
.list-unstyled.mobile-app li.divider {
    padding-top: 1px;
    padding-bottom: 1px;
}

.trigger-shelf{
    padding-left: 8px;
    padding-right: 8px;
}
.trigger-shelf.mobile a{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}

.keyword-search-container {
    
    width: 100%;
    height: 33px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-top: 1px;
}
.keyword-search-container.mobile {
    
    width: 100%;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-top: 1px;
}


.keyword-search-container #search-input {
    flex: 1;
    border: none;
    padding: 1px 5px;
    font-size: 16px;
}

.keyword-search-container.mobile #search-input {
    flex: 1;
    border: none;
    padding: 8px 5px;
    font-size: 16px;
}

.keyword-search-container #search-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 10px;
}

.keyword-search-container #search-button i {
    padding-top: 5px;
    font-size: 15px;
}

.keyword-search-container.mobile #search-button i {
    padding-top: 5px;
    font-size: 19px;
}
.submit-contact-container {
    position: relative; 
    height: 95px;
}


.submit-contact-container .grecaptcha-badge {
       
    bottom: 5px !important;
   left: 50px !important;
   visibility: visible !important;
}

.submit-contact-container .recapcha-hidden{
  height: 10px;
  width: 100%;    
}

#storydetail .story-chapter .panel-title .titlerang{
    width: 110px;
}

.col-writer-user-action button {
    font-size: 14px;
}

.pagination-two .select-wrapper select option{
    color: #000;
  }

#storydetail .story-chapter .panel-title .titlerang{
    width: 125px !important;
}


#story-index-writer #chapter_table .chapter_name .desc .chapter_num span:first-child{
    width: 55px;
}

.appstore{display:none}

@media (max-width: 992px) {
    #logout-form {
        padding-bottom: 30px;
    }
}

@media(max-width:478px){
    #coupon-pages .coupon-list.in .body-coupon .btn-zone {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row-reverse;
        margin-top: 0;
    }
    #coupon-pages .coupon-list .body-coupon .btn-zone .btn {
        margin-left: 10px;
    }



    .book-item-rectangle-type-1 .inside-row-2 {
        margin-top: 15px;
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.95em;
        height: 74px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        color: #5c5c5c;
    }

    .col-writer-user-action button{
        font-size: 18px;
    }
}