.text-purple{
  color: #74247B;
}

.signin-logo{
  width: 20rem;
}

.sign-in-section{
    background-image: url(/images/WHITE_BACK.jpg);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    padding-bottom: 103px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard-page-content>img{
  top: -20;
  position: absolute;
  background-image: url(/images/line-background.png);
  width: 100%;
  background-repeat: no-repeat;
  height: 100%;
}


table.dataTable.stripe tbody tr, table.dataTable.display tbody tr, table.dataTable.display thead th{
  color: black;
}

div#product-table_wrapper, .data-table-body-container {
  padding: 20px 10px 0 5px;
}


.auth-logo{
  display: flex;
  justify-content: center;
}

.error-listing{
  list-style: none;
}

.logo-md{
  max-height: 3.5rem;
  width: 4.5rem;
}

.product-create-container{
  margin-top: 20px;
}


.custom-file-upload {
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f8f9fa;
  transition: background-color 0.3s;
}
.custom-file-upload:hover {
  background-color: #e2e6ea;
}
#preview-container {
  display: none;
}

#preview-container img{
  width: 100px;
  height: 100px;
}

button#remove-image {
  max-height: 34px;
  height: 34px;
}

button.remove-image {
  max-height: 34px;
  height: 34px;
}

#product-supplier option:checked , #product-supplier option:hover, #product-categories option:checked , #product-categories option:hover , #status option:hover {
  background-color: #74247B; 
  color: white; 
}

.custom-file-upload{
    align-items: center;
    display: flex;
    flex-direction: column;
    border-radius: 7px;
    padding: 15px;
    border: 1px solid #cccccc;
}

.dataTables_wrapper .dataTables_length select {
  color: black;
}

#product-resistance{
  word-wrap: b;
} 

#preview-container-edit{
  display: flex;
}

.dashboard{
  padding-top: 20px;
}
.dashboard-widget-logo{
  display: flex !important;
  justify-content: space-around;
  align-content: center;
  flex-wrap: wrap;
}

.profile-picture {
  position: relative;
  width: 23%;
  height: 20%;
  max-height: 300px;
  max-width: 300px;
  overflow: hidden;
  background-color: #dddddd;
  padding: 10px;
  overflow: none;
  border-radius: 10px;
}

.preview {
  width: 100%;
  height: 100%;
}

.preview img {
  margin-bottom: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.edit {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #74247B;
  padding: 5px;
  color: white;
  border-radius: 50%;
  cursor: pointer;
}

.edit i {
  color: #ffff;
}

.status-indicator {
  width: 7rem;
  display: flex;
  align-items: center;
  border: 2px solid lightgreen; 
  border-radius: 12px;
  padding: 5px 10px; 
  background-color: white;
  color: lightgreen; 
  font-weight: bold; 
  font-size: 14px; 
}

.status-dot {
  width: 10px; 
  height: 10px; 
  border-radius: 50%; 
  margin-right: 8px; 
}

.text-success .status-dot {
  background-color: lightgreen; 
}

.text-warning .status-dot {
  background-color: #ffc107;
}

.text-danger .status-dot {
  background-color: rgb(226, 72, 72);
}

.status-indicator.text-danger {
  border: 2px solid rgb(225, 95, 95); 
}

.status-indicator.text-warning {
  border: 2px solid #ffc107;
}


.button-container {
  display: flex;
  gap: 10px; 
}

.edit-button {
  background-color: #4CAF50; 
  color: white; 
  border: none;
  border-radius: 5px;
  padding: 10px 15px; 
  font-size: 14px; 
  cursor: pointer; 
  transition: background-color 0.3s;
}

.edit-button:hover {
  background-color: #45a049; 
}

.delete-button {
  background-color: #f44336; 
  color: white; 
  border: none; 
  border-radius: 5px; 
  padding: 10px 15px; 
  font-size: 14px; 
  cursor: pointer; 
  transition: background-color 0.3s;
}

.delete-button:hover {
  background-color: #e53935; 
}


.bootstrap-select .dropdown-menu {
  max-height: 300px;
  overflow-y: auto; 
}

button.btn.dropdown-toggle.btn-light {
  border: 1px solid #d5d5d5;
}

.text-module{
  color: #383838;
  font-weight: 800;
}


.product-banner p {
  margin: 0;
}

  .upload__box {
    padding: 40px;
  }
  .upload__inputfile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  
  .upload__btn {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    text-align: center;
    min-width: 116px;
    padding: 5px;
    transition: all .3s ease;
    cursor: pointer;
    border: 2px solid;
    background-color: #74247B;
    border-color: #74247B;
    border-radius: 10px;
    line-height: 26px;
    font-size: 14px;
  }
    .upload__btn:hover {
      background-color: unset;
      color: #74247B;
      transition: all .3s ease;
    }
    
    .upload__btn-box {
      margin-bottom: 10px;
    }

  
    .upload__img-wrap {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -10px;
    }
    
    .upload__img-box {
      width: 200px;
      padding: 0 10px;
      margin-bottom: 12px;
    }
    
    .upload__img-close {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 10px;
        right: 10px;
        text-align: center;
        line-height: 24px;
        z-index: 1;
        cursor: pointer;
      }
        .upload__img-close:after {
          content: '\2716';
          font-size: 14px;
          color: white;
        }
      
  


.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
}

.team-profile img ,.supplier-profile img{
  background-color: white;
}

.supplier-profile img{
  padding: 20px;
}

.team-profile, .supplier-profile{
  justify-content: center;
  padding-top: 5px;
  text-align: center;
}

.team-profile .edit, .supplier-profile .edit {
  display: flex;
  border-radius: 0%;
  border: 2px solid white;
  bottom: 5;
  gap: 5px;
}

.file-item, .banner-item {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-start;
    margin: 5px 0;
}

.remove-image, .delete-image{
  height: fit-content;
  color: white;
  background-color: #74247B;
  border: none;
}

.request-view-all:hover{
  color: white !important;
}

.page-content .container-fluid{
  padding-top : 20px;
}

.export-dropdown{
  color: black;
}
div.dt-container .dt-info, div.dt-container .dt-search, div.dt-container .dt-paging{
  text-align: right;
} 

button.dt-button.buttons-copy.buttons-html5, 
button.dt-button.buttons-csv.buttons-html5, 
button.dt-button.buttons-excel.buttons-html5,
button.dt-button.buttons-pdf.buttons-html5, 
  button.dt-button.buttons-print.buttons-html5{
  background: transparent;
  border: none;
  color: white;
  background-color: #45a049;
}

button.dt-button.buttons-print{
  background: transparent;
  border: none;
  color: white;
  background-color: #45a049;
}

.event-edit-container .modal-dialog{
  max-width: fit-content;
}

.nav-tabs {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs li a.active {
  background-color: #74247B !important;
  color: white !important;
}

.banner-picture{
  position: relative;
  overflow: hidden;
}

.banner-picture .edit {
  display: flex;
  border-radius: 0%;
  border: 2px solid white;
  bottom: 5;
  gap: 5px;
}

.page-banner-container .active-dropdown, .page-banner-container .dropdown-item:hover{
  background-color: #74247B;
  color: white;
}
.page-banner-container .dropdown-toggle{
  background-color: #45a049;
  color: white;
  border-radius: 5px;
}
.exclusive-badge {
  background-color: #74247B !important;
}

.user-profile-image{
  background-color: white;
  padding: 8px;
  border-radius: 50%;
}

.eye-icon {
  position: absolute;
  right: 10px;
  top: 4px;
  cursor: pointer;
  font-size: 20px;
}

.top-side{
  height: 15px;
  background: linear-gradient(45deg, #74247B, #398937d1);
}

td form {
  text-align: center;
}
