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: 250px !important;
}

.chat-profile-img {
    padding: 5px !important;
    min-height: 225px !important;
}

.comment {
    min-height: 45px;
}
