body {
  background: #fff;
  font-family: "samsung";
  margin: 0;
  padding-bottom: 60px;
  overflow-x: hidden;
  color: #333;
  font-size: 14px;
  font-weight: normal;
}

html {
  background: #fff;
}
td ul li a:hover {
  color: #00a79e !important;
}
.list-group a:hover {
  color: #00a79e !important;
}
@font-face {
  font-family: "samsung";
  src: url("../fonts/samsungsharpsans-regular.eot") format("embedded-opentype"),
    url("../fonts/samsungsharpsans-regular.otf") format("opentype"),
    url("../fonts/samsungsharpsans-regular.svg") format("svg"),
    url("../fonts/samsungsharpsans-regular.woff") format("woff"),
    url("../fonts/samsungsharpsans-regular.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "samsung";
  src: url("../fonts/samsunginterface-regular.eot") format("embedded-opentype"),
    url("../fonts/samsunginterface-regular.svg") format("svg"),
    url("../fonts/samsunginterface-regular.woff") format("woff"),
    url("../fonts/samsunginterface-regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "samsung";
  src: url("../fonts/SamsungOne-400.eot");
  src: url("../fonts/SamsungOne-400.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SamsungOne-400.woff2") format("woff2"),
    url("../fonts/SamsungOne-400.woff") format("woff"),
    url("../fonts/SamsungOne-400.ttf") format("truetype"),
    url("../fonts/SamsungOne-400.svg#SamsungOne-400") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "samsung";
  src: url("../fonts/SamsungOne-500.eot");
  src: url("../fonts/SamsungOne-500.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SamsungOne-500.woff2") format("woff2"),
    url("../fonts/SamsungOne-500.woff") format("woff"),
    url("../fonts/SamsungOne-500.ttf") format("truetype"),
    url("../fonts/SamsungOne-500.svg#SamsungOne-500") format("svg");
  font-weight: 300;
  font-style: normal;
}

.btn {
  font-size: 14px;
}

.btn-success {
  background-color: #00a79e;
  border: 1px solid #00b19d;
}

.btn-outline-secondary {
  border-color: #b1b1b1;
}

.logo-login {
  width: 140px;
}

.my-shop {
  /*background:#00867F;*/
  padding: 0 20px !important;
  height: 70px !important;
  text-align: center;
  color: rgba(255, 255, 255, 1) !important;
}

.store-icon {
  background: #00a79e;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100px;
  font-size: 18px;
}

#wrapper.enlarged .topbar .topbar-left .logo i {
  display: block;
  opacity: 1;
}

#wrapper .topbar .topbar-left .logo i {
  display: none;
  opacity: 0;
}

.chip {
  display: inline-block;
  height: 38px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
  line-height: 32px;
  padding: 3px 40px 3px 20px;
  -webkit-border-radius: 16px;
  border-radius: 6px;
  background-color: #dee4e8;
  margin-bottom: 1rem;
  margin-right: 1rem;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}

.chip i {
  position: absolute;
  right: 15px;
  top: 12px;
}

.table-area {
  position: relative;
  z-index: 0;
  margin-top: 50px;
}

table.responsive-table {
  display: table;
  /* required for table-layout to be used (not normally necessary; included for completeness) */
  table-layout: fixed;
  /* this keeps your columns with fixed with exactly the right width */
  width: 100%;
  /* table must have width set for fixed layout to work as expected */
  height: 100%;
}

table.responsive-table thead {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  width: 100%;
  height: 50px;
  line-height: 3em;
  background: #eee;
  table-layout: fixed;
  display: table;
}

table.responsive-table th {
  background: #eee;
}

table.responsive-table td {
  line-height: 2em;
}

table.responsive-table tr > td,
table.responsive-table th {
  text-align: left;
}

table.main-table {
  background: #fff;
}

.table-rep-plugin .btn-toolbar {
  display: none;
}

table.main-table th {
  color: #000;
}

table.main-table td,
table.main-table th {
  vertical-align: middle;
}

table.main-table td:first-child,
table.main-table th:first-child {
  width: 100px;
}

table.main-table td:last-child,
table.main-table th:last-child {
  width: 100px;
  text-align: center;
}

.custom-pagination li {
  margin: 0 0 0 5px;
}

.custom-pagination li a:hover {
  color: #00a79e;
}

img.img-list {
  width: 60px;
}

ul.action-icon {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.action-icon li {
  display: inline-block;
  margin-left: 10px;
}

/*file upload css*/
.fileuploader {
  display: block;
  width: 100%;
  padding: 0px;
  margin: 0 0 10px 0;
  background: none;
}

.fileuploader-input .fileuploader-input-button,
.fileuploader-popup
  .fileuploader-popup-header
  .fileuploader-popup-button.button-success {
  background: #00a79e;
  background-position: inherit;
  color: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.fileuploader-input .fileuploader-input-caption {
  color: #00a79e;
}

.fileuploader-input .fileuploader-input-caption {
  padding: 10px;
  margin-right: 6px;
  border-radius: 5px;
}

.fileuploader-input .fileuploader-input-button,
.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button,
.fileuploader-popup
  .fileuploader-popup-header
  .fileuploader-popup-button.button-success {
  padding: 10px;
  border: none;
  border-radius: 5px;
}

.nav-pills > li > a,
.nav-tabs > li > a {
  color: #2a3142;
  font-weight: normal;
}

.nav-link {
  display: block;
  padding: 0.5rem 2rem;
}

.side-menu.left {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.qrcode-cont {
  border: 1px solid #ccc;
  border-radius: 20px;
  text-align: center;
}

.fileuploader-items {
  height: 200px;
  overflow: auto;
}

.category-list-cont {
  border: 1px solid #ccc;
  border-radius: 3px;
}

.topbar .topbar-left {
  background-color: #00867f;
}

.rootip-app-img {
  background: url(../img/icon-rootip-menu.svg) no-repeat 0 0;
  height: 12px;
}

.green-text {
  color: #00a79e !important;
}

.widget-cont .accordion .panel-heading {
  padding: 0;
  border-radius: 10px;
  border: none;
}

.widget-cont .panel-heading a {
  color: #333 !important;
  display: block;
  border: none;
  padding: 15px 55px 15px;
  font-size: 16px;
  background-color: #f5f5f5;
  font-weight: 600;
  position: relative;
  color: #fff;
  box-shadow: none;
  transition: all 0.1s ease 0;
}

.widget-cont .panel-heading a:hover,
.widget-cont .panel-heading a:focus {
  color: #00a79e !important;
}

.widget-cont .panel-heading a:after,
.widget-cont .panel-heading a.collapsed:after {
  content: "\f068";
  font-family: fontawesome;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 5px;
  color: #333 !important;
  background-color: #f5f5f5;
  border: 5px solid #f5f5f5;
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 30px;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
}

.widget-cont .panel-heading:hover a:after,
.widget-cont .panel-heading:hover a.collapsed:after {
  transform: rotate(360deg);
}

.widget-cont .panel-heading a.collapsed:after {
  content: "\f067";
}

.widget-cont #accordion .panel-body {
  background-color: #fbf8f8;
  color: #8c8c8c;
  line-height: 25px;
  padding: 10px 25px 20px 35px;
  border-top: none;
  font-size: 14px;
  position: relative;
}

.text-white {
  color: white;
  text-transform: uppercase;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}

.widget-cont .card-header {
  padding: 0;
  border: none;
}

.widget-cont .card {
  border: none;
}

.widget-cont .storytitle {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 13px;
}

.widget-cont h2 {
  padding: 0;
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 20px;
  color: #000;
}

.widget-cont .widget-footer {
  text-align: center;
  margin-top: 20px;
}

.widget-cont .widget-footer img {
  height: 15px;
  vertical-align: middle;
  margin-left: 5px;
}

.widget-cont .widget-footer p {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 12px;
}

.widget-cont .bg-primary {
  background-color: #2ca8ff;
  color: #ffffff;
  text-transform: inherit;
  border-radius: 4px;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14),
    0 7px 10px -5px rgba(44, 168, 255, 0.4);
}

.app-store-cont {
  display: block;
  clear: both;
  padding-top: 10px;
}

.app-store-cont ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.app-store-cont ul li {
  display: inline-block;
  margin-right: 10px;
}

.app-store-cont ul li img {
  height: 40px;
}

.morris-hover {
  position: absolute;
  z-index: 1000;
}

.morris-hover.morris-default-style {
  border-radius: 10px;
  padding: 6px;
  color: #666;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px rgba(230, 230, 230, 0.8);
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
}

.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
}

.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
}

.display-none {
  display: none !important;
}

.swal2-footer a {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #00a79e;
  color: #fff;

  padding: 5px 30px;
  margin: 0px 5px 0 0;
}

.swal2-popup .swal2-footer {
  justify-content: center;
  margin: 0;
  padding: 0;
  border-top: none;
  color: #545454;
  font-size: 1em;
}

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  width: 100%;
  line-height: 22px;
  cursor: text;
}

.bootstrap-tagsinput .badge-info {
  background-color: #00a79e !important;
}

.bootstrap-tagsinput .badge {
  font-weight: 600;
  padding: 5px 10px !important;
  font-size: 14px !important;
  margin-top: 1px;
}

.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto !important;
  max-width: inherit;
}

.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}

.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.loader-cont {
  background: rgba(255, 255, 255, 0);
  width: 204px;
  height: 204px;
  line-height: 104px;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 11000000;
  border-radius: 100px;
}

.loader-cont > img {
  width: 100%;
  height: 100%;
}

.overlay-bg {
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 900000;
}

.table-responsive[data-pattern="priority-columns"] {
  overflow-x: hidden;
}

.btn-primary:disabled:hover {
  background-color: #cecece !important;
  border-color: #ccc !important;
}

.swal2-modal .swal2-confirm.btn-confirm,
.swal2-popup .swal2-styled.swal2-confirm {
  background-color: #00a79e !important;
}

#brandsList .tt-post-content a {
  color: #333333;
}

#brandsList .tt-post-content a h3 {
  font-size: 20px;
}

@media (max-width: 700px) {
  #brand-details .banner #logo {
    width: 100px !important;
  }
}

@media (max-width: 510px) {
  .navbar-custom {
    padding-right: 0;
  }

  .navbar-custom ul:first-child li:first-child {
    display: none;
  }

  #brand-details .banner #logo {
    width: 80px !important;
    top: -30%;
  }
}

#assistance h4 {
  font-size: 24px;
}

#rate {
  margin: 0;
  padding: 0;
  list-style: none;
}

#transparencyTrackerRateScore .rate {
  width: 15px;
  height: 18px;
  border: 2px solid #008982;
  background: transparent;
  display: inline-block;
  margin: 0 0.1rem;
  border-radius: 2px;
}

#transparencyTrackerRateScore .rate.fill {
  background: #008982;
}
.switch {
  position: relative;
  display: inline-block;
}

.switch-input {
  display: none;
}

.switch-label {
  display: block;
  width: 48px;
  height: 100%;
  text-indent: -150%;
  clip: rect(0 0 0 0);
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Switch Rail & Knob */
  /* Switch Rail */
  /* Switch Knob */
}

.switch-label:before,
.switch-label:after {
  content: "";
  display: block;
  position: absolute;
  cursor: pointer;
}

.switch-label:before {
  width: 100%;
  height: 100%;
  background-color: #dedede;
  border-radius: 9999em;
  transition: background-color 0.25s ease;
}

.switch-label:after {
  top: 1px;
  left: 0;
  width: 24px;
  height: 90%;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
  transition: left 0.25s ease;
}

.switch-input:checked + .switch-label {
  /* Switch Rail */
  /* Switch Knob */
}

.switch-input:checked + .switch-label:before {
  background-color: #00a79e;
}

.switch-input:checked + .switch-label:after {
  left: 34px;
}

#evidence-modal-button {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 25px 0 0 25px;
}
.supplier-button {
  position: absolute;
  top: 40px;
  right: 0;
  border-radius: 25px 0 0 25px;
}
.testimonial-group .avatar {
  padding-top: 1rem;
}

#qna {
  border-bottom: 2px dashed #dee2e6;
}
#brandTypecontainer label {
  padding-right: 10px;
}
