#loader {
    display: none;
    width: 100%;
    float: left;
    top: 0;
    padding: 23% 0;
    left: 0;
    z-index: 9999;
    margin: 0;
    text-align: center;
    background: rgba(80%, 80%, 80%, 0.9);
    position: fixed;
    height: 100%;
    overflow: hidden;
}

ul.new-star li {

    margin-right: 2px;
}

ul.new-star {
    list-style: none;
}

ul.new-star li i.fa.fa-star-o.green {
    color: #d60063;
}

ul.new-star {
    display: -webkit-inline-box;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.green {
    color: #d60063;
}

ul.new-star {
    display: -webkit-inline-box;
    padding-left: 0px;
    font-size: 12px;
}

table th, table td {
    padding: 10px 8px !important;

}

/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type: none;
    padding: 0;

    -moz-user-select: none;
    -webkit-user-select: none;
}

.rating-stars ul > li.star {
    display: inline-block;

}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
    font-size: 1.5em; /* Change the size of the stars */
    color: #ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
    color: #e25897;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
    color: #d60063;
}

.rating-stars label {
    float: left;
    width: 90px;
}

.ms-container {
    width: 100% !important;
}


.uppy-FileInput-container {
    text-align: center;
}

.file-area-w {
    text-align: center;
    margin: 20px auto 30px;
}

.uppy-ProgressBar {
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    transition: height .2s;
    width: 100%;
    z-index: 10000;
}

.uppy-ProgressBar-inner {
    background-color: #2275d7;
    box-shadow: 0 0 10px #2275d7b3;
    height: 100%;
    width: 0;
    margin-top: 10px;
}

.uppy-ProgressBar-percentage {
    color: #fff;
    display: none;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
}

button.uppy-FileInput-btn {
    border: 1px solid #ff69b4;
    padding: 4px 5px;
    width: 140px;
    border-radius: 4px;
}

.file-area-w button {
    position: relative;
}

.file-area-w input[type="file"] {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}