label.error {
    width: 100%;
}
.view .main-field {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
}

#imagePreviewContainer {
    display: flex;
  flex-wrap: wrap;
  gap: 15px; 
  max-width: 100%;
  margin-top: 20px;
  padding: 0;
}

.image-thumbnail {
    position: relative;
    width: 114px; /* Adjust width as needed */
    text-align: center;
    list-style: none;
}

.preview-img {
    width: 100%;
    height: 90px;
    display: block;
}

.image-name {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    background: #eee;
    padding: 0 0 0 7px;
}

.delete-img-btn, .delete-img-btn-existing {
    position: absolute;
    top: -7px;
    right: -29px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#brand, #filterStatus, #approvalStatus{
width: 200px;
}

#dropdown-container{
    margin-right: 42px;
}

.store-card .fade {
    opacity: 1;
}

.store-card .alert-body {
    font-size: 12px;
}
.roles input {
    height: auto !important;
    width: unset !important;
}

.form-check .form-check-input {
  width: 17px;
  height: 17px;
  padding: 0;
}

.error {
  width: 100% !important;
  margin-top: .25rem !important;
  font-size: .875em !important;
  color: #dc3545 !important;
}

#view .card {
    border: 1px solid #0d839b;
    background-color: #fff !important;
    padding-left: 10px !important;
    border-radius: 10px!important;

}
.card .card-header h4+.card-header-action .btn:hover, .card .card-header h4+.card-header-form .btn:hover{
color: #fff !important;
}
#view.section-body .card .card-body {
    border-top-right-radius: 10px!important;
    border-bottom-right-radius: 10px!important;
    border-bottom-left-radius: 10px!important;
}

#view .main-field {
    color:#000;
}

.section-body {
    background-color: #ffffff;
    box-shadow: 0 .46875rem 2.1875rem rgba(90, 97, 105, .1), 0 .9375rem 1.40625rem rgba(90, 97, 105, .1), 0 .25rem .53125rem rgba(90, 97, 105, .12), 0 .125rem .1875rem rgba(90, 97, 105, .1);
}

.section-body .card {
    padding: 30px 15px;
}
#list.section-body {
    background: none;
    box-shadow: unset;
}

#list.section-body .card {
    padding: 0;
}

label {
    color: black !important;
}
.alert-dismissible .close {
  top: -7px !important;
  right: -17px !important;
}
.alert.alert-success {
    margin-top: 25px;
}

.light-sidebar .main-sidebar .sidebar-menu li ul.dropdown-menu li a:hover {
    color: #6FC284 !important;
}

.light-sidebar .main-sidebar .sidebar-menu li ul.dropdown-menu li.active > a {
    color: #206331 !important;
    font-weight: 600;
}
.light-sidebar .main-sidebar .sidebar-menu li ul.dropdown-menu li.active>a::before {
    color: #6FC284 !important;
}
body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu > li.active > a {
    color: #206331 !important;
}
.form-group .btn:hover, .form-group .btn.active {
    background-color: #f77f00 !important;
}

.tab-content {
    border: 1px solid #206331;
}

.tab-content>.tab-pane {
    padding: 0px 0px !important;
}

.tab-head .active {
    text-align: center;
}

.tab-head .active {
    position: relative;
    top: 6px;
    z-index: 9;
}
#view-prod-general-id {
    position: relative;
    top: 2px;
    z-index: 9;
}

#tblAttributes {
    width: 100% !important;
}