*::-webkit-scrollbar-track {
    background-color: #F5F5F500;
}

*::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F500;
}

*::-webkit-scrollbar-thumb {
    background: #008b55!important;
    border-radius: 5px;
}

.avatar-title {
    background: #d8e3ff;
    color: #000;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
}

.files img {
    max-width: 150px;
    max-height: 250px;
}

.file-upload {
    border: 0px dashed #dae6f6;
    border-radius: 5px;
    text-align: center;
    padding: 0.9rem 2rem;
    color: #008b55;
    cursor: pointer;
}

.item-image {
    background-size: cover;
    background-position: center;
    padding: 5rem 0;
    border-radius: 10px;
}

.item-image-table {
    background-size: cover;
    background-position: center;
    padding: 2rem 0;
    border-radius: 10px;
    width: 100%;
}

.imageList a.clear {
    padding: .5rem 1rem;
    background: #ffffffcc;
    float: right;
    border-bottom-left-radius: 28px;
    border-top-right-radius: 9px;
    transition: all 300ms;
}

.imageList a.clear:hover {
    padding: .5rem 1rem;
    background: #fff;
    float: right;
    border-bottom-left-radius: 28px;
}

.select2-selection,
.select2-selection--single {
    display: block;
    width: 100%;
    height: 2.875rem;
    padding: 0.875rem 1.375rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.productImg {
    width: 40px;
    height: 50px;
    background-size: cover;
    background-position: center;
    margin: -10px 0;
}

.td-marketplace img {
    width: 16px !important;
    height: 16px !important;
}

.td-marketplace i {
    font-size: 8px;
    margin-left: 3px;
}

.table td,
.jsgrid .jsgrid-table td {
    padding: 10px;
    vertical-align: middle;
    border-top: 1px solid #f5f7ff;
}

.table th,
.jsgrid .jsgrid-table th,
.table td,
.jsgrid .jsgrid-table td {
    padding: 10px;
    vertical-align: middle;
    border-top: 1px solid #CED4DA;
}

.btn-add-variant {
    margin-bottom: -32px;
}

.form-group label {
    font-size: 0.875rem;
    line-height: 1.4rem;
    vertical-align: top;
    margin-bottom: .5rem;
    font-weight: 900;
    opacity: .7;
}

.dropdown .dropdown-menu {
    border: none;
    -webkit-box-shadow: 0px 3px 21px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 3px 21px 0px rgb(0 0 0 / 20%);
}

.dropdown .dropdown-menu .dropdown-item {
    margin-bottom: 0;
    padding: 0.687rem 1.562rem;
    cursor: pointer;
}

.dropdown .dropdown-menu .dropdown-item i {
    font-size: 17px;
    margin-right: .5rem;
    vertical-align: middle;
}

.td-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 250px;
}

.dropdown-menu h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 180px;
    background: #f0f0f0;
    padding: 10px;
    margin-top: -10px;
    font-size: revert;
}

.dropdown h3 {
    cursor: pointer;
}