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;
}
