div.error {
    color: #ec0606;
    font-size: .8575rem !important;
}

label.error {
    color: #ec0606;
    font-size: .8575rem !important;
    margin-bottom: 0 !important;
}

.divproductimg {
    cursor: pointer !important;
}

.divproductimg>.profile-widget>.badge {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #0279dc;
    color: white;
    font-size: 13px;
}

.divproductimg>.profile-widget>a {
    position: absolute;
    top: 2px;
    right: 5px;
    color: red;
    font-size: 20px;
}

.divproductimg>.profile-widget>img {
    width: 100px;
    height: 100px;
}

button {
    cursor: pointer;
}

table>tbody>tr>td>.form-control {
    border-color: #00000052;
    box-shadow: none;
    font-size: 15px;
    height: 30px;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
    background-color: #e9ecef;
}

.nav-link.disabled {
    color: #6c757d;
    cursor: not-allowed;
}

.btn {
    cursor: pointer !important;
}

.account-logo img {
    width: 180px !important;
}

.mycomment {
    min-height: 45px;
}

/*Social Media*/
.asocialmedia {
    font-size: 50px;
    margin: 10px;
}

.instagramicon {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.youtubeicon {
    color: #FF0000;
}

.youtubeicon:hover {
    color: #FF0000;
}

.facebookicon {
    color: #1092f3;
}

.facebookicon:hover {
    color: #1092f3;
}

.linkedinicon {
    color: #0073b1;
}

.linkedinicon:hover {
    color: #0073b1;
}

.twittericon {
    color: black;
}

.twittericon:hover {
    color: black;
}

.websiteicon {
    color: dimgray;
}

.websiteicon:hover {
    color: dimgray;
}

/* DataTables Processing Loader styling - Compact & Premium Look */
.dataTables_wrapper .dataTables_processing {
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    color: #333;
    height: auto;
    left: 50%;
    margin-left: -60px;
    /* Half of width (120px) */
    margin-top: -40px;
    padding: 15px 10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 120px;
    z-index: 9999;
    font-weight: 500;
    font-size: 13px;
    transition: all 0.3s ease;
}

.dataTables_processing .spinner-border {
    width: 1.5rem;
    height: 1.5rem;
    border-width: 0.2em;
    margin-bottom: 6px;
    color: #007bff;
}