

body {
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    color: #333;
}
.option-wait {
    padding: 5px 20px;
    cursor: wait;
}
.option {
    position: relative;
    text-align: center;
}
.option .fa {
    color: #00BCD4;
}
.option-list ul {
    padding: 0px;
    list-style: none;
    margin:0px;
}
.option-list {
    display: none;
    box-shadow: 0 0 10px 0 #000;
    position: absolute;
    width: 150px;
    background-color: #fff;
    right: 50%;
    top: 50%;
    transform: translate(-10px, -10px);
    z-index: 1;
}
.option-list ul li {
    padding: 10px;
    padding-left: 10px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    font-weight: 600;
    color: #000;
    cursor: pointer;
}
.option-list ul li:hover {
    background-color: #dedede;
}
.option-list ul li .fa {
    padding-right: 5px;
}
.user-option {
    padding: 5px 20px;
    cursor: pointer;
}
.search-blog {
    max-width: 250px;
}
.search-blog .form-control {
    padding: 3px 10px;
}
.table-entry {
    padding-bottom: 20px;
}
.table-entry span {
    display: inline-block;
    padding-right: 5px;
}
img.img-loading,
img.loading {
    position: absolute;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
    display: none;
}
.table td.td-add {
    width: 75px;
    padding: 5px;
    text-align: center;
}
.btn-add {
    font-size: 25px;
    color: #0753a1;
    cursor: pointer;
}
.bg-red {
    background: #d30808 !important;
}
.bg-yellow {
    background: #978910 !important;
}
.bg-black {
    background: #130f0f !important;
}
/*.status-Pending {
    background: #ffa500;
}*/
.status-Pickup {
    background: #ffff00;
}
.status-Completed, .payment-Paid {
    background: #b3ffb3;
}
.status-Cancelled, .payment-Indebted {
    background: #ffa2a2;
}
.card-fbpost {
    height: 275px;
    overflow: auto;
}
.posts-box {
    padding-bottom: 30px;
}
.img-post {
    height: 220px; 
    width: 100%;
    opacity: 0.6;
}
.post-side {
    background: #000;
    box-shadow: 0px 0px 2px 0px #000;
}
.post-side:hover {
    cursor: pointer;
    background: #4e4d4d;
    box-shadow: 0px 0px 6px 2px #000;
}
img.loading {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: none;
}
.post-loading {
    width: 50px;
    display: none;
}
.private-true td {
    background-color: #b3f8b3 !important;
}
.hidden-true td {
    background-color: #f8d2d2 !important;
}
.table th, .table td {
    padding: 5px;
}
.import-blog {
    text-align: center;
    width: 300px;
    margin: auto;
    padding: 25px;
    border: 1px dashed #000;
    position: relative;
    cursor: pointer;
    background-color: #f8f8f8;
}
.import-blog:hover {
    background-color: #fff;
}
.import-blog .icon {
    font-size: 60px;
}
h3.title-import {
    padding-top: 20px;
}
input#import-file, 
input.import-file {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 167px;
    cursor: pointer;
    opacity: 0;
}
.filename {
    font-size: 16px;
    padding-top: 15px;
}
.custom-switch .custom-control-label::before {
    background-color: #ea5455;
}
.feature-, .feature-false, .feature-0 {
    display: none;
}