/*
* File Input
*/

.file {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 2.5rem;
}

.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
#product-bulk-delete td:first-child{
  text-align: center;
}
.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  border: .075rem solid #ddd;
  border-radius: .25rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.file-custom:before {
  position: absolute;
  top: -.075rem;
  right: -.075rem;
  bottom: -.075rem;
  z-index: 6;
  display: block;
  content: "Browse";
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: #ddd;
  border: .075rem solid #ddd;
  border-radius: 0 .25rem .25rem 0;
}

/* Focus */
.file input:focus~.file-custom {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #716aca;
}

/*
* File Input Ends
*/

/* Image Section */

img.admin-img {
  border: 1px solid #ddd;
  border-radius: 0px;
  padding: 0px;
  max-width: 180px;
  height: 150px;
  object-fit: cover;
  margin: 0px;
}

img.admin-gallery-img {
  border: 1px solid #ddd;
  border-radius: 0px;
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.remove-gallery-img {
  position: absolute;
  top: -12px;
  right: 0px;
  background: #fff;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 10px;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  line-height: 18px;
  text-align: center;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.admin-form .remove-gallery-img {
  color: #757575;
}

img.admin-setting-img {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 293px;
}

.text-black {
  color: #444 !important;
}

.admin-form span {
  color: black;
}


/* Image Section Ends */

/* Breadcumb Section */

.breadcrumb {
  background-color: transparent;
  font-size: 12px;
  font-weight: bold;
  margin-top: 12px;
}

.breadcrumb a {
  color: #716aca !important;
}


/* Breadcumb Section Ends */

/* Table Image */

.table.table-bordered img {
  max-width: 70px;
  max-height: 70px;
  object-fit: cover;
}

.table.table-bordered td {
  vertical-align: middle;
}

/* Table Image Ends */

/*  Data Table Footer */

.page-item.active .page-link {
  background-color: #716aca;
  border-color: #716aca;
}

/*  Data Table Footer Ends */

/* Switch Slider */

.switch {
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.switch+.switch-body {
  position: relative;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  float: left;
  margin-right: 10px;
}

.switch+.switch-body:before {
  content: "";
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: 100px;
  top: auto;
}

.switch+.switch-body+.switch-text {
  display: inline-block;
  padding-top: 5px;
}

.switch.switch-bootstrap+.switch-body:before {
  background-color: #d2d9e1;
  width: 50px;
  height: 30px;
  -webkit-transition: background 0.1s ease;
  -o-transition: background 0.1s ease;
  transition: background 0.1s ease;
}

.switch.switch-bootstrap+.switch-body:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border: 4px solid #fff;
  -webkit-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  transition: left 0.2s ease;
}

.switch.switch-bootstrap:checked+.switch-body:after {
  left: 21px;
  background-color: #FFF;
  border: 4px solid #FFF;
  text-shadow: 0 -1px 0 rgba(0, 200, 0, 0.25);
}

/* CSS3 on/off switches */
.switch-primary>.switch.switch-bootstrap:checked+.switch-body::before {
  background-color: #716aca;
}

.switch-success>.switch.switch-bootstrap:checked+.switch-body::before {
  background-color: #5cb85c;
}

.switch-danger>.switch.switch-bootstrap:checked+.switch-body::before {
  background-color: #d9534f;
}

.switch-info>.switch.switch-bootstrap:checked+.switch-body::before {
  background-color: #5bc0de;
}

.switch-warning>.switch.switch-bootstrap:checked+.switch-body::before {
  background-color: #f0ad4e;
}


/* Switch Slider Ends */

.logo img.navbar-brand {
  height: 60%;
  width: auto;
}



.iconpicker input.search-control {
  width: 100% !important;
}

.menu-builder .list-group-item {
  justify-content: space-between;
  align-items: center;
}

span.menu-items {
  font-weight: 600;
  font-size: 13px;
}

.bg-dracula {
  background: #fcfcfc;
}

.draggable-item:last-child {
  margin-bottom: 7px !important;
}

.card.mb-0.mt-2.mx-2.draggable-item {
  cursor: move;
}

.media-body h5 {
  font-weight: 600;
}

.remove-menu {
  cursor: pointer;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-btn {
  display: flex;
  align-items: center;
}

.main-header {
  -webkit-box-shadow: 0 1px 15px 1px rgb(69 65 78 / 8%);
  -moz-box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .08);
  box-shadow: 0 1px 15px 1px rgb(69 65 78 / 8%);
}


.single-g-item{
  position: relative;
}
.file input{
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}

@media (max-width: 575px) {
  h3.mb-0 b {
    display: block;
    margin-bottom: 7px;
  }
}

@media (max-width: 767px) {
  .gd-responsive-table {
    overflow-x: auto;
  }

  .gd-responsive-table::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    border-radius: 50px;
  }

  .gd-responsive-table::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.199);
    border-radius: 50px;
  }

  .gd-responsive-table::-webkit-scrollbar-thumb {
    background-color: rgba(140, 151, 247, 0.397);
    border-radius: 50px;
  }
  .gd-responsive-table::-moz-scrollbar {
    width: 7px;
    height: 7px;
    border-radius: 50px;
  }

  .gd-responsive-table::-moz-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.199);
    border-radius: 50px;
  }

  .gd-responsive-table::-moz-scrollbar-thumb {
    background-color: rgba(140, 151, 247, 0.397);
    border-radius: 50px;
  }
  .gd-responsive-table::-ms-scrollbar {
    width: 7px;
    height: 7px;
    border-radius: 50px;
  }

  .gd-responsive-table::-ms-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.199);
    border-radius: 50px;
  }

  .gd-responsive-table::-ms-scrollbar-thumb {
    background-color: rgba(140, 151, 247, 0.397);
    border-radius: 50px;
  }

  .gd-responsive-table table {
    width: 700px !important;
    max-width: 700px !important;
  }
}

.my-mw-100{
  width: 100px!important;
}
/*Reviews Page Css Starts*/

.reviews-card-heading {
    font-size: 20px;
    line-height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0 40px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 #0000001a;
    text-transform: capitalize;
    margin: 0;
}

.reviews-card-heading h5 {
    font-size: 20px;
    line-height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    margin: 0;
}

.reviews-box {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 50px;
}

.reviews-card-main {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}

.reviews-card {
    position: relative;
    padding: 20px;
    background-color: #fff;
    margin: 20px 0;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.reviews-card::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -26px;
    height: 10px;
    width: 10px;
    background-color: red;
    border-radius: 100px;
}

.reviews-in-main {
    border-left: 1px solid #00000030;
    padding: 0 0 0 20px;
    margin: 0 0 0 20px;
}

.reviews-card-top-main {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.reviews-card-top-text {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.reviews-card-mid-star ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    margin: 0;
}

.reviews-card-mid-star ul li i {
    color: #ffa700;
    font-size: 15px;
}

.reviews-card-top-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    object-fit: cover;
}

.reviews-card-top-icon img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.reviews-heading h5 {
    font-size: 40px;
    margin: 0;
    line-height: 1;
    color: #000;
}

/*Reviews Page Css Ends*/


/*Reviews Management Page Css Ends*/

.review-management-main {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 40px;
}

.review-management-heading h5 {
    font-size: 40px;
    line-height: 45px;
    margin: 0;
    color: #000;
}

.review-management-card-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 30px;
    width: 100%;
}

.review-management-card {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    /* box-shadow: 0 0 20px 0 #00000038; */
    width: 100%;
    gap: 20px;
}

.review-management-card-heading {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 5px;
    padding: 20px;
    background-color: #c9c9c945;
    border-radius: 5px;
    width: 100%;
}

.review-management-card-heading h5 {
    font-size: 25px;
    line-height: 1;
    margin: 0;
    color: #000;
}

.review-management-card-heading p {
    font-size: 14px;
    line-height: 25px;
    color: #000;
    margin: 0;
}

.review-management-con-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /* padding: 20px; */
    gap: 20px;
    background-color: #0000;
}

.review-management-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 100%;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 2px 0 #0000002e;
    padding: 40px 0;
}

.review-management-con-icon-text-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
}

.review-management-con-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    font-size: 30px;
}

.review-management-con-icon-text h6 {
    font-size: 25px;
    line-height: 1;
    margin: 0;
    color: #000;
    font-weight: 600;
}

.con-icon1 i {
    color: #009fff;
}

.con-icon2 i {
    color: #ff0000;
}

.con-icon3 i {
    color: #00b300;
}

.con-icon4 i {
    color: #ffa700;
}

.review-management-status-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.review-management-status-card-main {width: 100%;}

.review-management-status-card {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 20px 0 #00000038;
}

.review-management-status-card-heading {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    background-color: #c9c9c945;
    padding: 20px;
}

.review-management-status-card-heading h5 {
    font-size: 25px;
    line-height: 1;
    margin: 0;
    color: #000;
}

.review-management-status-card-con {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    padding: 20px;
    background-color: #fff;
    width: 100%;
}

.review-management-status-card-con-progress-bar {
    width: 100%;
}

.progress1 .progress-bar {background-color: #00b300;}

.progress2 .progress-bar {
    background-color: #ffa700;
}

.progress3 .progress-bar {
    background-color: #ff0000;
}

.review-management-status-card-con-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #177dff;
    font-size: 18px;
    line-height: 1;
    height: 40px;
    font-weight: 500;
}

.review-management-score-card-prog-icon, .review-management-lat-con-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    padding: 5px;
}

.review-management-score-card-prog-icon img, .review-management-lat-con-icon img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.review-management-score-card-box {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 20px;
    width: 100%;
}

.review-management-score-card-main {
    width: 50%;
}

.review-management-lat-box {
    width: 50%;
}

.review-management-score-card {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 20px 0 #00000038;
}

.review-management-score-card-heading {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    width: 100%;
    background-color: #c9c9c945;
    padding: 20px;
    gap: 10px;
}

.review-management-score-card-heading h5 {
    font-size: 25px;
    line-height: 1;
    margin: 0;
    color: #000;
}

.review-management-score-card-heading p {
    font-size: 14px;
    line-height: 25px;
    color: #000;
    margin: 0;
}

.review-management-score-card-prog-main {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    padding: 20px;
    background-color: #fff;
    width: 100%;
}

.review-management-score-card-prog {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.review-management-score-card-prog .progress4 {
    width: 100%;
}

.progress4 .progress-bar {
    background-color: #00b300;
}

.review-management-score-card-btn-main {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    width: 100%;
}

.review-management-score-card-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #177dff;
    font-size: 18px;
    line-height: 1;
    height: 40px;
    font-weight: 500;
}

.review-management-lat-main {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 20px 0 #00000038;
}

.review-management-lat-heading {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    width: 100%;
    background-color: #c9c9c945;
    padding: 20px;
    gap: 10px;
}

.review-management-lat-heading h5 {
    font-size: 25px;
    line-height: 1;
    margin: 0;
    color: #000;
}

.review-management-lat-con-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    width: 95%;
    margin: 0 auto;
}

.review-management-lat-con-main {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: start;
    gap: 10px;
    background-color: #fff;
    width: 100%;
}

.review-management-lat-con-txt h6 {
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0;
}

.review-management-lat-con-txt p {
    font-size: 14px;
    line-height: 25px;
    color: #000;
    margin: 0;
}

.review-management-lat-con-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.review-management-lat-btn {
    padding: 0 20px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
}

.review-management-lat-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #177dff;
    font-size: 18px;
    line-height: 1;
    height: 40px;
    font-weight: 500;
}

.review-management-score-card-prog-box {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    width: 100%;
}

/*Reviews Management Page Css Ends*/

.user-item{
        position: relative;
}

.unread-badge {
    width: 15px;
    height: 15px;
    font-size: 10px;
    position: absolute;
    top: 6px;
    right: 3px;
}
.nav-item
.dropdown-list {
    max-height: 90vh;
    overflow-y: auto;
}

