    .langnormal {
      font-weight: 400;
    }
    .ansbtn {
      display: none;
    }
    .langbold {
      font-weight: 600;
    }
    #singlepage .langnormal,#singlepage .langbold {
      line-height: 28px; font-size: 20px;
    }
      .text16 {
        font-size: 16px;
      }
      .text18 {
        font-size: 18px;
      }
      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }
      .card {
        border: none;
        box-shadow: 5px 6px 6px 2px #e9ecef;
        border-radius: 0px 0px 5px 5px !important;
      }
      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }
      .b-example-divider {

        background-color: rgba(0, 0, 0, .05);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
/*        background-image: linear-gradient(140deg, #35acff99 0%, #35acff99 50%, #35acff99 75%);
background-image: url('images/searchbg.png');*/
      }
      /*.ml-bg {*/
      /*  background-image: url('onam_bg1.jpg');*/
      /*}*/
      .b-example-divider .fshadow {
        box-shadow: 0em .5em 1.5em 0em rgba(0, 0, 0, .2);
      }
      .form-control-dark {
        color: #fff;
        background-color: var(--bs-dark);
        border-color: var(--bs-gray);
      }
      .form-control-dark:focus {
        color: #fff;
        background-color: var(--bs-dark);
        border-color: #fff;
        box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
      }
      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }
      .text-small {
        font-size: 85%;
      }
      .dropdown-toggle {
        outline: 0;
      }
      .svg-wrapper:hover {
        color: #000000;
      }
      .btn-purple {
        background-color: #3324a9;
        color: #ffffff;
      }
      .btn-purple:hover {
        background-color: #231889;
        color: #ffffff;
      }
      .btn-purple:active {
        background-color: #231889;
        color: #ffffff;
      }
      .nav .link-dark:hover {
        color: #000000;
      }
      .postbox {
        box-shadow: 0px 0px 10px 0px #00000015;
        border-radius: 15px;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        transition: all .5s ease;
      }
      .postbox:hover {
        box-shadow: 0px 0px 15px 0px #00000045;
      }
      .card-header {
        font-size: 18px;
        font-weight: 500;
        border:1px solid #dddddd;

      }
      .card-body ul {
        padding-left:0px;
        list-style-type: none;
      }
      .card-footer {
        padding:10px;
        background-color: #ffffff;
        border-radius: 0px 0px 5px 5px !important;
      }
      .card-img-top {
        border-top-left-radius:5px !important;
        border-top-right-radius:5px !important;
      }
      body{
        background-color: #f7f6f6;
      }
      .card{
        border: none;
        box-shadow: 5px 6px 6px 2px #e9ecef;
        border-radius: 0px 0px 15px 15px;
        border-top-left-radius:5px !important;
        border-top-right-radius:5px !important;
      }
      .notopcurve {
        border-top-left-radius:0px !important;
        border-top-right-radius:0px !important;
      }
      .nobottomcurve {
        border-bottom-left-radius:0px !important;
        border-bottom-right-radius:0px !important;
      }
      .green {
        fill: green;
        color: green;;
      }
      /* rating */
      .therating {
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .starlabel {
          padding: 0 !important;
          margin: 0 !important;
      }
      .hide {
        display: none;
      }
      .clear {
        float: none;
        clear: both;
      }
      .rating {
          unicode-bidi: bidi-override;
          direction: rtl;
          font-size: 24px;
          /*text-shadow: 1px 1px  #cbab00;*/
      }
      .rating > label {
          padding: 0 !important;
          margin: 0 !important;
          cursor: pointer;
          color:#9e9800;
          width: 0.5em;
      }
      .rating > label:hover,
      .rating > label:hover ~ label,
      .rating > input.radio-btn:checked ~ label {
          color: transparent;
      }
      .rating > label:hover:before,
      .rating > label:hover ~ label:before,
      .rating > input.radio-btn:checked ~ label:before,
      .rating > input.radio-btn:checked ~ label:before {
          content: "\2605";
          color: #FFD700;
      }
      .star_full {
          content: "\2606";
          color: #FFD700;
      }
      .rating > label::before {
        position: absolute;
      }
      #footer {
        background-color: #ffffff;
        color: #555555;
      }
      .table>:not(caption)>*>* {
          padding: 0rem 0rem;
      }
      .table {
        margin-bottom: -1px;
      }
      .zoom {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
      }
      .zoom:hover {
        transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
      }
      .noradius {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
      }
      @-webkit-keyframes blinker {
        0% {opacity: 0}
        35%{opacity: 1}
        50% {opacity: 1}
      }
      .blink{
        text-decoration: blink;
        -webkit-animation-name: blinker;
        -webkit-animation-duration: 0.6s;
        -webkit-animation-iteration-count:infinite;
        -webkit-animation-timing-function:ease-in-out;
        -webkit-animation-direction: alternate;
      }
      .purple {
        color:#3324a9;
      }
      .btn-buji {
        padding: 3px 15px;
        /*display: inline-block;*/
        border-radius: 5px;
        line-height: 20px;
      }
      .btn-smallbuji {
        padding: 2px 10px;
      }
      .answerdiv {
        min-height:33px;
      }
      .answer {
        display: none;
      }
      .vscroll {
        height: 140px;
        overflow-y: scroll;
      }
      .vscroll::-webkit-scrollbar-track
      {
        /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);*/
        border-radius: 5px;
        background-color: #ffffff;
      }

      .vscroll::-webkit-scrollbar
      {
        width: 10px;
        background-color: #F5F5F5;
      }

      .vscroll::-webkit-scrollbar-thumb
      {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
        background-color: #999999;
      }
      .postimg {
        position: relative;
      }
      .btn-report {
/*        background-color: #00000055; 
        border-radius: 50%; */
        position:absolute;
        top:5px; 
        right: 5px; 
        color: #ffffff;
        cursor: pointer;
        opacity: .6;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
      }
      .btn-report:hover {
        opacity: 1;
        transform: scale(1.2);
      }
      .btn-heart {
        position:absolute;
        bottom:5px; 
        right: 5px; 
        color: gray;
        cursor: pointer;

        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
      }
      .btn-heart:hover {

        color: red;
        transform: scale(1.2);
      }
      .audiobar {
        position: relative;
      }
      audio {
          filter: sepia(20%) saturate(70%) grayscale(1) contrast(99%) invert(12%);
          width: 100%;
          height: 25px;
      }
      #search audio {
        max-width: 250px;
      }
      #singlepage audio {
          filter: sepia(20%) saturate(70%) grayscale(1) contrast(99%) invert(12%);
          width: 100%;
          height: 35px;
      }
      .starlike {
        width: 100%;
        margin-top:-10px;
      }
      .wh20 {
        width: 20px;
        height: 20px;
      }
      .wh35 {
        width: 35px;
        height: 35px;
      }
      .wh50 {
        width: 50px;
        height: 50px;
      }
      .wh100 {
        width: 100px;
        height: 100px;
      }
      .fl { float:left; }
      .fr { float: right; }
      .stext-end {
        width: 100px;
        height: 20px;
      }
/*      audio::-webkit-media-controls-volume-slider {
          display: none !important;
          width: 0px !important;
      }
      audio::-webkit-media-controls-mute-button {
          display: none !important;
          width: 0px !important;
      }*/
      playctrl, pausectrl, sharediv, readmorediv {
        cursor: pointer;
        border-radius: 50%;
        background-color: #f2f2f2;
        box-shadow: 0 0.125em 0.125em rgb(0 0 0 / 30%);
        list-style: none;
            margin: 0;
            padding:5px;
            line-height: 25px;
            padding-top:10px;
            padding-bottom: 0px;
            box-sizing: border-box;
            overflow: hidden;
            width: 18px;
            height: 18px;
      }
      playctrl:hover, pausectrl:hover, sharediv:hover, readmorediv:hover {
        box-shadow: 0px 0.125em 0.35em 0.05rem rgb(0 0 0 / 40%);
      }
      playctrl:active, pausectrl:active, sharediv:active, readmorediv:active {
        box-shadow: 0px 0.125em 0.15em 0.05rem rgb(0 0 0 / 10%);
        background-color: #e2e2e2;
      }
      .wh15 {
        width: 18px;
        height: 18px;
      }
      .inline {
        display: inline;
      }
      .pquestion p{
        margin-bottom: 0rem;
/*        -webkit-transform: scale(1, .90);
        -moz-transform: scale(1, .90);
        -o-transform: scale(1, .90);
        transform: scale(1, .90);*/
        line-height: 26px;
        font-weight: 300px;
        font-size: 16px;
      }
      .panswer {
        color: #3324a9; 
        font-weight: 500px;
      }
      .defaultlink {
        color: #6c757d;
        text-decoration: none;
        cursor: pointer;
      }
      .defaultlink:hover {
        color: #000000;
      }
      .revision {
        cursor: pointer;
      }
      .iconbtn {
        width: 50px; padding: 7px; 
        border-radius:5px;
      }
      .radius5 {
        border-radius: 5px;
      }
      .cursor-pointer {
        cursor: pointer;
      }
      .datediv {
        position: absolute; 
        left:0; 
        bottom: 0; 
        color: #ffffff; 
        padding:0px 5px; 
        border-top-right-radius:5px;  
        background-color: #00000099; 
        font-size: 14px;
      }
      #sharebar {
        opacity: 0; 
        height: 0px;
        transition: opacity .5s ease-out, height .5s ease-out;
        -webkit-transition: opacity .5s ease-out, height .5s ease-out;
        -moz-transition: opacity .5s ease-out, height .5s ease-out;
        -o-transition: opacity .5s ease-out, height .5s ease-out;
        -ms-transition: opacity .5s ease-out, height .5s ease-out;
      }

      #sharebar svg {
        transition:all .2s ease-out;
        -webkit-transition:all .2s ease-out;
        -moz-transition:all .2s ease-out;
        -o-transition:all .2s ease-out;
        -ms-transition:all .2s ease-out;
        height: 0px;
        cursor: pointer;
      }
      #sharebar svg:hover {
        transform: scale(1.2);
        padding-top:2px;
      }
      #sharebar svg:active {
        transform: scale(1);
      }
      .likesvg {
        transition:all .2s ease-out;
        -webkit-transition:all .2s ease-out;
        -moz-transition:all .2s ease-out;
        -o-transition:all .2s ease-out;
        -ms-transition:all .2s ease-out;
      }
      .likesvg:hover {
        transform: scale(1.1);
      }
      .likesvg:active {
        transform: scale(1);
      }
      .rating label {
        transition:all .2s ease-out;
        -webkit-transition:all .2s ease-out;
        -moz-transition:all .2s ease-out;
        -o-transition:all .2s ease-out;
        -ms-transition:all .2s ease-out;
      }
      .rating label:hover {
        transform: scale(1.3);
      }
      .rating label:active {
        transform: scale(1);
      }
      .cattagbox {
        font-size: 16px;
        font-style: italic;
        font-weight: normal;
      }
      .cattagbox b {
        font-style: normal;
      }

      .cattagbox a{
/*        border:1px solid #dddddd;
        padding:2px 15px;
        border-radius: 5px;
        line-height: 22px;*/
        text-decoration: none;
/*        color: #444444;
        display: inline-block;
        margin-top:7px;
        background-color: #fff8e1;*/
      }
            /*
      .cattagbox a:hover{
        background-color: #ffffff;
        color: #000000;
        box-shadow: 0px 0px 5px 5px #00000008;
      }
      */
      #category table td {
        line-height: 18px;
      }
      .smalltext {
        line-height: 15px; 
        font-size: 10px; 
        font-weight: bold; 
        margin-bottom: 0px; 
        color: #999999;
      }
      .w-400 { font-weight: 400; }

      .editmode {
        display: none;
      }
      .card-header:first-child {
          border-top-left-radius: 5px;
          border-top-right-radius: 5px;
      }
      #footer td a {
        text-decoration: none;
        color: #555555;
      }
      .activemenu {
        color:#000000;
        font-weight: bold;
      }
      .btn {
        --bs-btn-border-radius: 0.25rem;
      }
      .homeimgdiv {
        min-height: 210px;
      }
      @media (max-width: 576px) {
        .btn-buji {
            padding: 3px 10px;
        }
        .pquestion, .pquestion p{
          font-size: 13px;
          line-height: 22px;
        }
        .vscroll {
            height: auto;
        }
        .answerdiv .answer p {
          font-size: 16px;
          line-height: 22px;
          margin-bottom: 0px;
        }
/*        .cattagbox a {
          font-size: 13px;
        }*/
        .langnormal p{
          font-size: 16px;
          line-height: 22px;
          margin-bottom: 0px;
        }
        .langdesc p {
          margin-top:15px;
          font-size: 14px;
          line-height: 22px;
          margin-bottom: 0px;
        }
        .postbox .vscroll {
          padding-bottom:10px;
        }
        .datediv {
          font-size: 12px;
        }
      }