/* Globals */
body,
html {
  margin: 0;
  font-family: "Inter", sans-serif;
}

a {
  text-decoration: none !important;
}

input,
select {
  outline: none !important;
}

input:focus,
select:focus,
textarea:focus {
  box-shadow: none !important;
}

header {
  box-shadow: 0px 0px 0px 1px #d3d3d3;
}

.global-master-card .global-master-head {
  background: #c8102e;
  padding: 15px 13px;
}

.global-master-card .global-master-head h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
}

.global-master-card .global-master-body {
  padding: 28px 20px;
}

.global-master-bg-primary {
  background: #fafafa;
}

.global-master-bg-secoundary {
  background: #f1f5f9;
}
.global-master-bg-light {
  background: #eeeeee;
}
.global-max-width-100 {
  max-width: 100% !important;
}

.global-master-card .global-master-body .master-card-item-title {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #3c3f47;
}

.global-master-card .global-master-body .master-card-item-value {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  color: #64748b;
}

.global-master-card .global-master-body .info-title {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #3c3f47;
}

.global-master-card .global-master-body .info-para {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  color: #64748b;
}

.global-transparent-card .global-transparent-card-header {
  padding: 26px 58px 10px 58px;
}

.global-transparent-card .global-transparent-card-body {
  padding: 19px 58px 58px 58px;
}

.global-transparent-card .global-transparent-card-body p {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 16px;
}

.global-transparent-card .global-transparent-card-body ul {
  list-style-type: none;
}

.global-transparent-card .global-transparent-card-body ul li {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  position: relative;
  margin-bottom: 10px;
}

.global-transparent-card .global-transparent-card-body ul li::before {
  content: "";
  background-image: url(./../assets/img/Vector.svg);
  position: absolute;
  width: 13px;
  height: 16px;
  left: 0;
  top: 5px;
}

.global-transparent-card .global-transparent-card-header h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  color: #2e3a59;
}

.tab-global-header {
  background: #fff;
  padding: 19px 24px;
  padding-bottom: 0;
}

.tab-global-header .nav-item a {
  background: transparent !important;
  padding: 0;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #99a0b0;
  margin-right: 32px;
}

.tab-global-header .nav-item a.active {
  color: #c8102e;
  padding-bottom: 15px;
  border-radius: 0;
  border-bottom: 4px solid #c8102e;
}

.global-input {
  background: #f9f9fa;
  border: 1px solid #dfe1e6;
  box-sizing: border-box;
  border-radius: 3px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  /* text-transform: capitalize; */
  padding: 14px 16px;
  width: 100%;
}
.global-input-medium {
  height: 38px;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  box-sizing: border-box;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 14px 16px;
  width: 100%;
}
.global-textarea {
  background: #f9f9fa;
  border: 1px solid #dfe1e6;
  border-radius: 3px;
  padding: 15px 20px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
}
.global-select {
  background: #f9f9fa;
  border: 1px solid #dfe1e6;
  box-sizing: border-box;
  border-radius: 3px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  height: 49px;
  text-transform: capitalize;
  padding: 0px 16px;
  width: 100%;
  color: #99a0b0;
}

.global-input::placeholder {
  color: #99a0b0;
}

.global-bold-label {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #676c7a;
}
.global-bold-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #3c3f47;
}

.global-bold-label span {
  color: #c8102e;
}

.btn {
  font-family: Poppins;
  font-style: normal;
  box-shadow: none;
}
.btn:focus {
  box-shadow: none;
}

.btn {
  transition: all ease-in-out 0.5s;
}

.btn-global {
  background: #c8102e;
  color: #ffffff;
  min-width: 40px;
}
.btn-global-white {
  min-width: 215px;
  background: #ffffff;
  border-radius: 3px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #c8102e;
}

.btn-dark {
  width: 100%;
  height: 38px;
  background: #c8102e;
  border-radius: 3px;
  border-color: #c8102e;
}
.btn-global-dark {
  background: #c8102e;
  border-radius: 3px;
  border: 2px solid transparent;
}
.btn-dark:hover {
  border-color: #c8102e;
  background: #ef4444;
}

.btn-global-dark:hover, .btn-global-dark:focus {
  background: #fff;
  border: 2px solid #c8102e;
  color: #c8102e !important;
}

.btn-global-transparent {
  border: 2px solid #c8102e;
  border-radius: 3px;
  background: transparent;
  color: #c8102e;
}

.btn-global-transparent:hover, .btn-global-transparent:focus {
  background-color: #c8102e;
  color: #fff;
}

.btn-global-transparent-black {
  border: 2px solid #dfe1e6;
  border-radius: 3px;
  background: transparent;
  color: #a59598;
}

.btn-global-transparent-black:hover {
  background-color: #c8102e;
  color: #fff;
}

.btn-font-500 {
  font-weight: 500;
}

.btn-medium {
  padding: 14px 33px;
  font-size: 20px;
  line-height: 20px;
}

.btn-bold {
  font-weight: bold;
}

.btn-normal {
  font-weight: normal;
}

.switch-global {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 24px;
}

.switch-global input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-global .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c8102e;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 0 0 1px #c8102e;
}

.switch-global .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-text-label {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #334155;
}

.switch-global input:checked + .slider {
  background-color: #52D017;
  box-shadow: 0 0 1px #52D017;
}

.switch-global input:focus + .slider {
  box-shadow: 0 0 1px #52D017;
}

.switch-global input:checked + .slider:before {
  -webkit-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px);
}

.switch-global .slider.round {
  border-radius: 34px;
}

.switch-global .slider.round:before {
  border-radius: 50%;
}

.switch-global .slider .on
{
  display: none;
}

.switch-global .slider .on
{
  padding-right: 20px;
}

.switch-global .slider .off
{
  padding-left: 17px;
}

.switch-global .slider .on, .switch-global .slider .off
{
  color: white;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 42%;
  left: 50%;
  font-size: 14px;
  font-weight: 600;
  font-family: Verdana, sans-serif;
}

.switch-global input:checked + .slider .on
{
  display: block;
}

.switch-global input:checked + .slider .off
{
  display: none;
}

.global-table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9fa;
}

.global-table.table-striped tbody tr:nth-of-type(even) {
  background-color: #ffffff;
}

.global-table.table-striped thead tr {
  border-bottom: 1px solid #dfe1e6;
  padding: 15px 0;
}

.global-table.table-striped thead tr th {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #3c3f47;
}

.global-table.table-striped tbody tr td {
  word-break: break-word;
  padding: 14px 0;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.global-table.table-striped tbody tr th {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-decoration-line: underline;
  color: #64748b;
}

.global-pagination .page-item {
  background: #ffffff;
  border: 1px solid #ecedf0;
  color: #dfe1e6;
}

.global-pagination .page-item.active a {
  background: #c8102e !important;
  color: #ffffff;
}

.global-pagination .page-item .active span {
  color: #c8102e;
}

.global-pagination .page-item a {
  border: none !important;
  outline: none;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #3c3f47;
  padding: 10px 18px;
}

.global-pagination .page-item a:focus {
  outline: none;
  box-shadow: none;
}

.global-pagination .page-item a span {
  color: #dfe1e6;
}

.pagination-wrapper .items-length span {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: #334155;
}

.global-modal .modal-content {
  padding: 30px 32px;
}

.global-modal .modal-content .modal-header h5 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #3c3f47;
}

.global-upload .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.global-upload.upload-btn-wrapper .btn {
  border-radius: 5px;
  cursor: pointer;
}

.global-upload.upload-btn-wrapper input[type="file"] {
  display: none;
}

.global-or {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #c8102e;
}
.light-background {
  background: #f1f5f9;
}

/* Checkbox */

.global-checkbox {
  display: inline;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.global-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #c92f2e;
}

/* On mouse-over, add a grey background color */
.global-checkbox:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.global-checkbox input:checked ~ .checkmark {
  background-color: #ffffff;
  border: 4px solid #c92f2e;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.global-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.global-checkbox .checkmark:after {
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #c92f2e;
}

/* Global a tag */
.global-connection-tag {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #2563eb;
}

.sidebar {
  width: 285px;
}

.content-wrapper {
  width: calc(100% - 285px);
}
.content-wrapper .head ul {
  margin: 0;
  align-items: center;
  list-style-type: none;
}
.content-wrapper .head ul li {
  text-align: center;
  padding: 6px 13px;
}
.content-wrapper .head ul li.header-item:hover {
  background-color: #ef4444;
  border-radius: 5px;
}
.content-wrapper .head ul li.header-item:hover span {
  color: #ffffff;
}
.content-wrapper .head ul li.header-link span {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #2563eb;
}
.content-wrapper .head ul li.account-link span {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  align-items: center;
  text-align: right;
  color: #99a0b0;
}
.content-wrapper .head ul li.account-link .account-detail {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #3366ff;
}

.content-wrapper ul li span {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  margin-top: 10px;
  color: #475569;
}

@media (max-width: 992px) {
  .sidebar {
    width: 100%;
  }
  .content-wrapper {
    width: 100%;
  }
  .pagination-wrapper {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .pagination-wrapper .items-length {
    padding-left: 0 !important;
  }
  .global-modal .modal-content {
    padding: 10px 5px;
  }
  .tab-global-header .nav-item {
    margin-bottom: 24px;
  }
}

@media (min-width: 1178px) {
  header nav .nav-inner-items .nav-item {
     height:103px;
  }
}

@media (max-width: 924px) {
  .headVisible {
    display: flex !important;
    justify-content: space-between;
  }
  .headVisible li span {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
  }
  .headVisible ul {
    list-style-type: none;
  }
  .headVisible .brand {
    display: none !important;
  }
  .headerInvisble {
    display: none !important;
  }
}

/* Header Section */

header {
  display: flex;
  align-items: center;
}

header .brand {
  border: 1px solid #e2e8f0;
  width: 285px;
  border-bottom: none;
}

header nav {
  width: calc(100% - 285px) !important;
}

@media (max-width: 1178px) {
  header .nav-inner-items .nav-item a span {
    display: none;
  }
}
@media (max-width: 991px) {
  header .brand {
    display: none;
  }
  header .user-info-item span {
    display: none;
  }
  header .back-item span {
    display: none;
  }
  header nav {
    width: 100% !important;
  }
  header .nav-item a {
    padding: 6px 10px !important;
  }
  header .invisiable {
    display: none;
  }
}
@media (min-width: 991px) {
  .i-top {
    display: none;
  }
}

header nav .nav-inner-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 17px;
}

header nav .nav-inner-items .nav-item {
  border-radius: 5px;
  transition: all ease-in-out 0.5s;
  cursor: pointer;
}

header nav .nav-inner-items .nav-item a {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #64748b;
  padding: 20px;
}

header nav .nav-inner-items .nav-item svg {
  margin-bottom: 10px;
}

header nav .nav-inner-items .nav-item:hover {
  background: #c8102e;
}

header nav .nav-inner-items .nav-item:hover a {
  color: #ffffff;
}

header nav .nav-inner-items .nav-item.active {
  color: #ffffff;
  background: #c8102e;
}

header nav .nav-inner-items .nav-item.active a {
  color: #ffffff;
}

header nav .nav-inner-items .nav-item.active a svg path {
  fill: #ffffff;
}

header nav .nav-inner-items .nav-item:hover a svg path {
  fill: #ffffff;
}

header nav .nav-inner-items .nav-item a {
  display: flex;
  flex-direction: column;
  text-align: center;
}

header nav .nav-inner-items .back-item a {
  display: flex;
  align-items: center;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #2563eb;
}

header nav .nav-inner-items .back-item a svg {
  margin-right: 17px;
}

header nav .nav-inner-items .user-info-item .user-inner {
  display: flex;
}

header nav .nav-inner-items .user-info-item .user-inner svg {
  margin-top: 10px;
}

header nav .nav-inner-items .user-info-item .dropdown-user-info .drop-info {
  font-family: Poppins;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #3366ff;
  cursor: pointer;
}

header nav .nav-inner-items .user-info-item .dropdown-user-info svg {
  margin-left: 7px;
}

header nav .nav-inner-items .user-info-item span {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  text-align: right;
  color: #99a0b0;
}

header nav .nav-inner-items .user-info-item .dropdown-menu {
  top: 15px !important;
  /* left: 15px !important; */
  min-width: 410px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 11px;
}

header nav .nav-inner-items .user-info-item .dropdown-menu .dropdown-item {
  padding: 10px 17px;
  margin-bottom: 14px;
  background: #f7f7f7;
  border-radius: 5px;
}

header nav .nav-inner-items .user-info-item .dropdown-menu .dropdown-item p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

header nav .nav-inner-items .user-info-item .dropdown-menu .dropdown-item h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  margin: 8px 0 !important;
}

header nav .nav-inner-items .user-info-item .dropdown-menu .search {
  position: relative;
}

header nav .nav-inner-items .user-info-item .dropdown-menu .search i {
  position: absolute;
  top: 16px;
  left: 18px;
}

header nav .nav-inner-items .user-info-item .dropdown-menu .search input {
  height: 60px;
  padding-left: 50px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  display: flex;
  color: #64748b;
  border: none;
}

/* Sidebar styles */

.sidebar {
  padding: 30px 25px;
  background: #ffffff;
  min-height: 100vh;
  border: 1px solid #e2e8f0;
  border-bottom: 0;
}

.sidebar-wrapper .nav-inner-wrapper {
  display: flex;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e8f0;
  border-top: 0;
}

.sidebar-collapse {
  background: #99a0b0;
  border-radius: 4px;
  padding: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  cursor: pointer;
}
.sidebar-collapse span {
  cursor: pointer;
}
.sidebar-collapse span.arrow::after {
  content: "";
  background-image: url(./../assets/img/arrow-down.svg);
  width: 12px;
  height: 7px;
  position: absolute;
  background-size: cover;
  right: 13px;
  top: 20px;
}
.sidebar-collapse.collapsed span.arrow::after {
  content: "";
  background-image: url(./../assets/img/arrow-down.svg);
  width: 12px;
  height: 7px;
  position: absolute;
  background-size: cover;
  right: 13px;
  top: 20px;
  transform: rotate(272deg);
}
span.arrow-black::after {
  content: "";
  background-image: url(./../assets/img/arrow-black.svg);
  width: 7px;
  height: 11px;
  position: absolute;
  background-size: cover;
  right: 13px;
  top: 20px;
  transform: rotate(0deg);
}
.sidebar-link.active span.arrow-black::after {
  content: "";
  background-image: url(./../assets/img/arrow-black.svg);
  width: 7px;
  height: 11px;
  position: absolute;
  background-size: cover;
  right: 13px;
  top: 20px;
  transform: rotate(90deg);
}
.sidebar span {
  cursor: pointer;
}

.sidebar-link {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 4px 4px 0px 0px;
  padding: 10px;
}

.sidebar-link a {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #64748b;
}

.sidebar-inner-link a {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #64748b;
}

.sidebar-link span {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #64748b;
}

.sidebar-inner-link {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 4px 4px 0px 0px;
  padding: 10px;
}

.sidebar .sidebar-input {
  padding: 22px 10px;
  background: #f9f9fa;
  border-color: transparent;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #99a0b0;
}
.sidebar .inner-coupons {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #64748b;
}

.navbar-toggler {
  background-color: #686868;
}

@media (max-width: 992px) {
  .sidebar-wrapper {
    width: 100%;
  }
  .sidebar-wrapper .nav-inner-wrapper {
    justify-content: space-between !important;
  }
  .sidebar-wrapper .brand img {
    width: 92px;
  }
}

@media (min-width: 992px) {
  .nav-inner-wrapper .brand {
    display: none;
  }
}

/* Main Content layout styles */
main {
  background: #f9f9fa;
  min-height: 100vh;
}
.content {
  padding: 75px 32px;
}
@media (max-width: 767px) {
  .content {
    padding: 20px 15px;
  }
}

/* Customer Details */
.customer-detail {
  background: #c8102e;
  border-radius: 5px;
}
.customer-detail h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
  color: #ffffff;
  padding: 21px;
  margin: 0;
}
.search-card .search-card-header {
  border-bottom: 1px solid #e4e9f2;
  background: #ffffff;
  padding: 15px 58px 7px 58px;
}
.search-card .search-card-header p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  color: #2e3a59;
}
.search-card .search-card-body {
  background: #ffffff;
  padding: 13px 58px 7px 58px;
}
.search-card .top-desc {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 5px;
}
.search-card .search-card-body ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top: 16px;
}
.search-card .search-card-body ul li {
  font-family: "Poppins";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}
.search-card .search-card-body ul li::before {
  content: "";
  background-image: url(./../assets/img/Vector.svg);
  width: 12px;
  height: 16px;
  position: absolute;
  background-size: cover;
  left: 0;
  top: 4px;
}

@media (max-width: 767px) {
  .search-card .search-card-header {
    padding: 20px;
  }
  .search-card .search-card-body {
    padding: 20px;
  }
}

/* Rewards card */

.rewards-card input {
  background: #f9f9fa;
  padding: 24px 16px;
  border: 1px solid #dfe1e6;
  box-sizing: border-box;
  border-radius: 3px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  text-transform: capitalize;
  color: #99a0b0;
}

.rewards-card label {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #676c7a;
  margin: 0;
}
.rewards-card span {
  margin: 19px 0;
  display: block;
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  color: #2e3a59;
}

/* Customers page */

.customer-content {
  padding: 30px 110px;
}

.customer-card input {
  background: #f9f9fa;
  padding: 24px 16px;
  border: 1px solid #dfe1e6;
  box-sizing: border-box;
  border-radius: 3px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #99a0b0;
}

.customer-card label {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 34px;
  margin: 0;
  color: #676c7a;
}
.customer-card span {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #64748b;
}
.customer-card span.seperate {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}
.customer-card .detail-search-button {
  display: flex;
  justify-content: space-between;
  background: #f9f9fa;
  border: 1px solid #dfe1e6;
  box-sizing: border-box;
  border-radius: 3px;
}
.customer-card .detail-search-button span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 36px;
  color: #3c3f47;
}

.customer-card .customer-card-body {
  background: #ffffff;
  padding: 31px 58px 7px 58px;
}
@media (max-width: 767px) {
  .customer-content {
    padding: 20px;
  }
}

/* STORE SYLES */

.content-store .store-info-wrapper {
  background: #ffffff;
  border-radius: 5px;
}

.content-store .store-info-wrapper .store-info-header {
  border-bottom: 1px solid #eee;
  padding: 35px 47px;
  padding-bottom: 0;
}

.content-store .store-info-wrapper .store-info-body {
  padding: 20px 35px 47px 35px;
}

.content-store .store-info-wrapper .nav-pills .nav-link {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #99a0b0;
  background: transparent;
  border-bottom: 5.6px solid transparent;
  border-radius: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-right: 41px;
  padding-bottom: 16px;
}

.content-store .store-info-wrapper .nav-pills .nav-link.active {
  color: #c8102e;
  border-bottom: 5.6px solid #c8102e;
}

.content-store .store-content-card {
  background: #f1f5f9;
}

.content-store .store-content-card .store-content-card-header {
  padding: 15px 19px;
  background: #c8102e;
}

.content-store .store-content-card .store-content-card-header h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
}

.content-store
  .store-content-card
  .store-content-card-body
  .store-content-card-item:nth-child(odd) {
  background: #fafafa;
}

.content-store
  .store-content-card
  .store-content-card-body
  .store-content-card-item:nth-child(even) {
  background: #f1f5f9;
}

.content-store
  .store-content-card
  .store-content-card-body
  .store-content-card-item
  .store-content-card-item-inner {
  padding: 33px 19px;
}

.content-store
  .store-content-card
  .store-content-card-body
  .store-content-card-item
  .store-content-card-item-inner
  .store-content-card-item-title {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #3c3f47;
  flex: 60%;
}

.content-store
  .store-content-card
  .store-content-card-body
  .store-content-card-item
  .store-content-card-item-inner
  .store-content-card-item-value {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  color: #64748b;
  flex: 40%;
  word-break: break-word;
}

.content-store .background-filled-light {
  background: #f1f5f9;
}

.content-store .background-filled-light .store-content-card-body {
  padding: 30px 19px;
}

.content-store .store-general-card .general-title {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #3c3f47;
}

.content-store .store-general-card .general-desc {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #64748b;
}

.content-store .store-general-card .general-form label {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #374151;
}

@media (max-width: 767px) {
  .content-store .store-content-card-item-inner {
    flex-wrap: wrap;
  }
  .content-store .store-info-wrapper .store-info-body {
    padding: 20px 10px 47px 10px;
  }
}

/* ENROLLMENT SYLES */

.content-enrollment .enrollment-content-wrapper {
  background: #ffffff;
  padding: 28.6px 47px;
}
.content-enrollment .enrollment-content-wrapper p {
  font-family: Poppins;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  padding-top: 30px;
  margin: 0;
  color: #334155;
}

.content-enrollment .enrollment-content-header {
  background: transparent;
  background: #ffffff;
  border-bottom: 1px solid #e4e9f2;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  padding-top: 30px;
  padding-left: 47px;
  line-height: 15px;
  color: #2e3a59;
}
.content-enrollment .enrollment-content-wrapper {
  background: #ffffff;
  padding: 15px 30px 20px 47px;
}
@media (max-width: 767px) {
  .content-enrollment .enrollment-content-header {
    padding-top: 20px;
    padding-left: 30px;
  }
  .content-enrollment .enrollment-content-wrapper {
    padding: 15px 30px 20px 30px;
  }
}
/* CUSTOMER-REVIEW SYLES */

.content-customer-review .customer-review-content-wrapper {
  background: #ffffff;
  padding: 28.6px 47px;
}
.content-customer-review .customer-review-content-wrapper p {
  font-family: Poppins;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  padding-top: 30px;
  margin: 0;
  color: #334155;
}

.content-customer-review .customer-review-content-header {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #64748b;
  background: #f1f5f9;
  border-radius: 5px;
  padding: 19px 24px;
}
.content-customer-review .customer-review-content-wrapper {
  background: #ffffff;
  padding: 15px 30px 20px 47px;
}
@media (max-width: 767px) {
  .content-customer-review .customer-review-content-header {
    padding-top: 20px;
    padding-left: 30px;
  }
  .content-customer-review .customer-review-content-wrapper {
    padding: 15px 30px 20px 30px;
  }
}

/* ORDER HISTORY STYLES */
.content-order-history .order-content-card-header {
  background: #c8102e;
  border-radius: 5px;
}
.content-order-history .order-content-card-header h1 {
  padding: 21px;
  margin: 0;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}
.content-order-history .store-content-card .store-content-card-sub-header {
  padding: 15px 19px;
  background: #c8102e;
}

.content-order-history .store-content-card .store-content-card-sub-header h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
}

/* HELP STYLES */
.content-help {
  padding: 75px 32px;
}
.content-help .help-content-card .content-help-header {
  background: #c8102e;
  border-radius: 5px;
}
.content-help .help-content-card .content-help-header h1 {
  padding: 21px;
  margin: 0;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}
.content-help .help-content-card .help-content-body-card {
  padding: 30px 25px;
  background: #ffffff;
}
.content-help .help-content-card .help-content-body-card .general-desc {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: #64748b;
}
.content-help .help-content-card .help-contact-card {
  padding: 27px;
  background: #f9f9fa;
}

.content-help .help-content-card .help-contact-card h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  color: #2e3a59;
}
.content-help .help-content-card .help-contact-card .general-desc {
  font-family: Poppins;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  color: #2e3a59;
}
.content-help
  .help-content-card
  .help-contact-card
  .help-questions
  .question-content {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: #334155;
}

.rounded-top-9 {
  border-radius: 0;
  border-top-left-radius: 9px !important;
  border-top-right-radius: 9px !important;
}

.bordered-center {
  border-left: 2px solid;
  border-right: 2px solid;
}

.tvr-logo-bar{
  height:103px;
}

.tvr-logo-bar a img{
  margin-top:15px;
}

.signed-in-bar-retailer{
  background: #c8102e;
  color:white;
  height:30px;
}


.signed-in-bar-retailer a{
  padding-left: 5px;
  color:#2563eb;
}

@media (max-width: 767px) {
  .content-help {
    padding: 15px 15px;
  }
  .content-help .help-content-card .help-contact-card {
    padding: 10px;
  }
  .content-help .help-content-card .help-content-body-card {
    padding: 14px;
  }
  .bordered-center {
    border: none;
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .master-card-item-inner {
    justify-content: space-between !important;
  }
}


table:not(.table-condensed) thead tr th:first-child {
  text-align: left; 
  padding-left: 20px;
} 

table:not(.table-condensed) tbody tr td:first-child {
  text-align: left; 
  padding-left: 20px !important;
} 

table:not(.table-condensed) tbody tr th:first-child {
  text-align: left !important; 
  padding-left: 20px !important;
} 

table tbody tr th a {
  color: #64748b;
} 

table tbody tr th a:hover {
  color: #c8102e;
} 

.accordionss {
  cursor: pointer;
}

@media (max-width: 1178px) {
  header nav .nav-inner-items .nav-item a {
    padding-bottom: 10px;
  }
}

@media (max-width: 768px) {
  header nav .nav-inner-items .nav-item a svg {
    margin-bottom: 0 !important;
  }
  .drop-info {
    display: none !important;
  }
  .user-info-item .dropdown-menu-right {
    min-width: 360px !important;
  }
}

.pull-right{
  float:right;
}


.pull-left{
  float:left;
}

.search-input{
  border-right: none !important;
}

.br-none{
  border-right: none;
}

.search-input-icon{
  border-left: none;
  background: transparent;
}

.search-input-icon .bi.bi-eye-slash-fill, .bi.bi-eye-fill{
  font-size: 21px;
}

.input-group{
  width:100%;
}

.input-group input{
  width:90%;
}

.forgot-password{
  color:#c8102e;
}

.back-mol a span{
  color: #475569;
}

.tvr-datatable-icon{
    cursor: pointer;
    margin-left:15px;
}

.dataTables_wrapper .dataTables_paginate
{
    border-radius: .25rem;
}

table.dataTable thead .sorting_asc {
  background-image: url(../images/sort_asc.svg) !important;
}
table.dataTable thead .sorting_desc {
  background-image: url(../images/sort_desc.svg) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
  background: #ffffff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover{
  background: #c8102e !important;
  color: #ffffff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #ffffff !important;
  background-color: #c8102e !important;
}

.user-dropdown-menu{
  min-width:100px !important;
}

.tvr-user-dropdown{
  cursor: pointer;
}

.tvr-user-dropdown .invisiable{
  margin-top:6px;
}

.back-to-admin{
  background: white;
  border-radius: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.signed-in-bar{
  padding-top:2px;
}

.datepicker{
  padding-right: 12px;
  z-index:1000;
}

.datepicker td, .datepicker th {
  padding:5px;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
 .datepicker table tr td.active.disabled:hover {
  background-image: linear-gradient(to bottom, #C8102E, #C8102E);
}

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
  background:#C8102E;
  color:white;
}

.datepicker .next{
  color:#C8102E;
}

.datepicker .prev{
  color:#C8102E;
}

.tooltip{
  z-index:99999 !important;
}

.tooltip-color{
  color:#c8102e;
}

.enrollment-search-criteria{
  line-height: 54px !important;
}


/* Table Loader */
.tvr-table{
  position: relative;
}

.tvr-table .tvr-table-body{
  opacity:0.3 !important;
}

.tvr-table-loader{
  position: absolute;
  width: 99%;
  height: 100%;
}

.tvr-table-loader .spinner-border{
  top:40%;
  right:40%;
  top: 40%;
  right: 49%;
  position: absolute;
}

.dataTables_empty
{
  text-align: center !important;
}

.sister-stores-div{
  max-height: 500px;
  overflow: auto;
}

.switch-sister-store{
  cursor: pointer;
}

.switch-sister-store:hover{
  background: #c8102e !important;
}
.switch-sister-store:hover p, .switch-sister-store:hover h4{
  color:#ffffff !important;
}

@media screen and (max-width: 1470px) 
{
  .order-input-flex
  {
    flex-wrap:wrap;
  }

  .order-button-flex
  {
    margin-top:27px;
  }
}
.btn-loader{
  margin-left:10px;
  color: #ffffff;
}

.spinner-border-md{
  width: 1.4rem;
  height: 1.4rem;
}

/* Table Loader */
.tvr-table{
    position: relative;
}

.tvr-table .tvr-table-body{
    opacity:0.3;
}

.tvr-table-loader{
    position: absolute;
    width: 99%;
    height: 100%;
}

.tvr-table-loader .spinner-border{
    top:40%;
    right:40%;
    top: 40%;
    right: 49%;
    position: absolute;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
 .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
  .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
   .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #495057;
}

.bootstrap-select .dropdown-menu li a span.text {
  line-height: 15px;
  font-size:15px;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #c8102e;
}

.dropdown-item.active span.text{
  color:#fff;
}

.dropdown-toggle{
  border: 1px solid #DADAF3;
  background: #fff;
}

.global-select .dropdown-toggle{
  height: 50px;
  line-height: 36px;
  background: #f9f9fa;
}

.datepicker[readonly] {
  background-color:white;
}

.rewards-theme-color{
  color:white !important;
  background:#C8102E !important;
}

.perk-icon-img img{
  max-width:140px;
}

.audit-trail-sort-by{
  display:inline;
}

.audit-trail-modal-close{
  color:#ffffff;
  opacity: 1;
}

#auditTrail .modal-body{
  max-height: 80vh;
  overflow-y: auto;
}

/* Order store material CSS start */

.content-store .card {
  background-color: #F1F5F9;
  color: #64748B;
}

.content-store p {
  font-size: 20px;
  line-height: 27px;
}

.content-store .card .store-card {
  border: 1px solid #000;
  padding: 10px 7px;
}

.content-store .card .store-card img {
  flex: 0 0 160px;
  object-fit: contain;
  object-position: top;
}

.content-store .card .store-card .details {
  margin-left: 10px;
  flex: 1 1 auto;
}

.content-store .card .store-card h3 {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  font-weight: bold;
}

.content-store .card .store-card ul li::marker {
  color: #000;
  font-size: 20px;
  line-height: 1;
}

.shipping-contact .font-small {
  font-size: 16px;
  line-height: 24px;
}

.shipping-contact .maroon {
  color: #C8102E;
}

.content-store .card .store-card .bottom-box input.global-input {
  width: 100px;
}

.text-black {
  color: #000;
}

.content-store .card .store-card .bottom-box .dropdown.bootstrap-select {
  max-width: 320px;
  display: block;
}

@media (min-width: 991.98px) and (max-width: 1200px) {
  .content-store .card .store-card .top-box {
    flex-direction: column !important;
  }
  .content-store .card .store-card img {
    flex: 1 1 100%;
  }
  .content-store .card .store-card .details {
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  .content-store .card .store-card img {
    flex: 1 1 100%;
  }
  .content-store .card .store-card .details {
    margin-left: 0;
  }
}

@media (max-width: 575.98px) {
  .content-store .customer-detail h1 {
    font-size: 20px;
  }
  /* .content-store .card .store-card img {
    float: none !important;
    display: flex;
  } */
}


/* Order store material CSS end */
.btn-loader-med{
  position: absolute;
  right: 22px;
  top: 16px;
}

.btn-global-dark:hover .btn-loader{
  color:#C8102E !important;
}

.auto-complete-div{
  position: relative;
}

.autocomplete-loader{
  color:#C8102E;
  position: absolute;
  right: 7px;
  top: 3px;
}


.twitter-typeahead{
  width:100%;
}
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {    /* used to be tt-dropdown-menu in older versions */
  width: 100%;
  margin-top: 4px;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
      border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
      box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  line-height: 24px;
  cursor: pointer;
}

.tt-suggestion.tt-cursor,.tt-suggestion:hover {
  color: #fff;
  background-color: #c8102e;

}

.tt-suggestion p {
  margin: 0;
}

.generate-card-btn{
  min-width: 200px;
}

.store-circular-url{
  word-break: break-word;
}

.store-hours-day{
  padding-right: 15px;
}

.store-hours-time{
  font-size:14px !important;
}

.tvr-theme-color {
  color: #C8102E;
}

.table-fs-14{
  font-size: 14px !important;
}

input:focus{
  border-color: #c8102e;
  box-shadow: 0 1px 1px rgb(200, 16, 46, 0.075) inset, 0 0 8px rgb(200, 16, 46, 0.6) !important;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  border-color: #c8102e;
  outline: none !important;
  box-shadow: 0 1px 1px rgb(200, 16, 46, 0.075) inset, 0 0 8px rgb(200, 16, 46, 0.6) !important;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
  border-color: #c8102e;
  box-shadow: 0 1px 1px rgb(200, 16, 46, 0.075) inset, 0 0 8px rgb(200, 16, 46, 0.6) !important;
}

input[type=checkbox]:active + .slider, input[type=checkbox]:focus + .slider {
  border-color: #c8102e;
  box-shadow: 0 1px 1px rgb(200, 16, 46, 0.075) inset, 0 0 8px rgb(200, 16, 46, 0.6) !important;
}

.btn-global-transparent:focus{
  box-shadow: 0 2px 2px rgb(200, 16, 46, 0.075) inset, 0 0 16px rgb(200, 16, 46, 0.6) !important;
}

.btn-global-dark:focus{
  box-shadow: 0 2px 2px rgb(200, 16, 46, 0.075) inset, 0 0 16px rgb(200, 16, 46, 0.6) !important;
}

/* Bootstrap custom checkbox styling overide */

.custom-control-label{
    font-size:16px;
}

.custom-control-label::before {
    border:#1E293B solid 1px;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}


.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #1E293B;
}

.custom-control-input:checked~.custom-control-label::before {
    background: #FFFFFF;
    border: 2px solid #C8102E;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("../images/checkmark.svg");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: lightgray;
}
/* Bootstrap custom checkbox styling overide */

.all-sister-stores{
  max-height: 500px;
  overflow: auto;
}

.modifications-sku-upc-list{
  max-height: 300px;
  overflow: auto;
}

.modifications-sku-upc-list span{
  font-weight: bold;
}

.modifications-sku-upc-list input{
  max-width: 80%;
  margin-left:10px;
  display: inline-block;
}

.modifications-sku-upc-list .invalid-feedback{
  padding-left:26px !important;
}

.modifications-sku-upc-list input:first-child{
  margin-left:11px !important;
}

.delete-sku-upc-icon{
  color: #C8102E;
  font-size: 24px;
  cursor:pointer;
}

.global-table.table-striped thead tr {
  height:0px !important;
}

.dataTables_scrollHeadInner{
  min-width: 100% !important;
}

.tvr-table-body{
  min-width: 100% !important;
}

.dataTables_wrapper .dataTables_length {
  float: right;
}

/* File Upload Design CSS */
.dropzone-area {
  max-width: 300px;
  height: 150px;
  padding: 25px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  /* font-size: 20px; */
  cursor: pointer;
  color: #64748B;
  border: 2px dashed #C8102E;
  border-radius: 10px;
}

.drag-drop-input {
  display: none;
}

.dropzone-preview {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}

.dropzone-preview::after {
  content: attr(label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}

.dropzone-title{
    color: #C8102E;
}
