<style type="text/css">
    .review-user-content {
        padding: 10px;
        margin-bottom: 10px;
        position: relative;
        background: #f0f0f0;
        border-radius: 5px;
    }

    .review-user-content h2 {
        color: #414141;
        font-weight: bold;
        font-size: 14px;
        padding: 0;
    }

    .review-user-content p {
        font-size: 12px;
        color: #414141;
    }

    .star-rating {
        font-size: 11px;
        height: 12px;
        position: relative;
        text-align: center;
        width: 62px;
        line-height: 12px;
    }


    .star-rating span {
        float: left;
        left: 0;
        overflow: hidden;
        padding-top: 10px;
        position: absolute;
        top: 0;
        line-height: 12px;
    }

    .star-rating::before {
        font-family: "FontAwesome";
        color: #777;
        content: "\f005\f005\f005\f005\f005";
        float: left;
        font-size: 11px;
        left: 0;
        letter-spacing: 2px;
        position: absolute;
        top: 0;
    }

    .star-rating span::before {
        font-family: "FontAwesome";
        color: #ffc107;
        content: "\f005\f005\f005\f005\f005";
        float: left;
        font-size: 11px;
        left: 0px;
        letter-spacing: 2px;
        position: absolute;
        top: 0;
    }

    .vl {
        border-left: 1px solid black;
        height: 230px;
    }
</style>

<style type="text/css">
    .input-group-text {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: .375rem .75rem;
        margin-bottom: 0;
        font-size: 1rem;
        font-weight: 400;
        line-height: 19.5px;
        color: #495057;
        text-align: center;
        white-space: nowrap;
        background-color: #e9ecef;
        border: 1px solid #ced4da;
        border-radius: .25rem;
    }

    .input-group-prepend {
        position: absolute;
        z-index: 99;
        margin-left: -1rem !important;
        margin-top: -0.1rem !important;
    }

    .input-group {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100%;
    }

    .input-group>input {
        padding-left: 42px
    }

    .paginate_button:hover {
        background: #f0592c !important;
        border: 1px solid #f0592c !important;
        color: #fff !important;
        font-size: 12px !important;
        padding: 4px 12px !important;
        border-radius: 3px !important;
        display: inline-block !important;
        margin-bottom: 10px !important;
    }

    .paginate_button {
        background: #fff !important;
        border: 1px solid #f0592c !important;
        color: #f0592c !important;
        font-size: 12px !important;
        padding: 4px 12px !important;
        border-radius: 3px !important;
        display: inline-block !important;
        margin-bottom: 10px !important;
    }

    .current {
        background: #f0592c !important;
        border: 1px solid #f0592c !important;
        color: #fff !important;
        font-size: 12px !important;
        padding: 4px 12px !important;
        border-radius: 3px !important;
        display: inline-block !important;
        margin-bottom: 10px !important;
    }
    .dataTables_filter{
      margin-top: 2rem !important;
   }
   .dataTables_length {
      margin-top: 23px !important;
   }
   .dataTables_length label{
      display: inline-flex !important;
   }
   .dataTables_length select{
      margin-left: 8px !important;
      margin-right: 8px !important;
   }
   /* Styling for the custom upload button */
    .upload-btn {
        display: inline-block;
        position: relative;
        overflow: hidden;
        padding: 10px 12px;
        /* background-color: #f1f1f1; */
        color: #333;
        border: 1px solid #ccc;
        cursor: pointer;
    }

    .upload-btn input[type="file"] {
        position: absolute;
        font-size: 100px;
        opacity: 0;
        right: 0;
        top: 0;
    }

    .upload-btn:hover {
        background-color: #e0e0e0;
        color: #333;
    }
    .gallery {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* position: relative; */
    display: inline-block;
    margin-top: 7px;
    }
    .gallery img {
        /* position: relative; */
        margin: 1px;
    }
    .cancel-button {
        position: absolute;
        right: 0;
        top: 0;
    }

</style>