  span.msg_error {
      color: red !important;
      margin: 0;
      position: absolute;
      bottom: -5px;
      font-size: 13px !important;
  }

  span.modal_msg_error {
      color: red !important;
      margin: 0;
      position: absolute;
      bottom: -20px;
      font-size: 13px !important;
  }

  span.message_error {
    color: red !important;
    margin: 0;
    position: absolute;
    bottom: -20px;
    font-size: 13px !important;
    left: 10px;
  }

  p.msg.err-failure {
      color: #c31111;
      background-color: rgba(255,0,0,.0588235294);
      border: 1px solid rgba(247,12,12,.3098039216);
  }
  p.msg {
    padding: 10px;
  }
  p.msg.err-success {
      color: #37912c;
      background-color: rgba(116,245,93,.231372549);
      border: 1px solid rgba(41,133,30,.3098039216);
  }
  th {
    font-family: "Trebuchet MS", Arial, Verdana;
    font-size: 12px;
    padding: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d3e2f0;
    background-color:#d3e2f0;
    color: black;
  }
  .forgot-password {
      font-size: 14px;
      display: flex;
      justify-content: end;
  }
  .td-color-chnge tr:nth-child(2n+2) td{background: #ddd;}
  .no-border{border:none; box-shadow: none;}

  .userForm{background: #ddd; padding: 25px; border-radius: 5px;}
  .userForm h3{font-weight:bold; margin:0 0 30px; border-bottom:1px solid #c9c7c7; padding-bottom:13px;}
  .userForm label{font-weight: normal; font-size:12px; color:#333; letter-spacing: 1px;}


  .no-border .card-body{padding:0;}
  .custom-file-btn {
      position: absolute;
      right: 115px;
      top: 50px;
  }
  .custom-file-btn label {
      display: inline-block;
      background: #fff url(/storage/5251816.png);
      color: white;
      padding: 0.5rem;
      font-family: sans-serif;
      border-radius: 0.3rem;
      cursor: pointer;
      margin-top: 1rem;
      text-indent: -20000px;
      width: 20px;
      height: 20px;
      background-size: 100% 100%;
  }

  .image_msg_err {
      color: red !important;
      margin: 0;
      position: absolute;
      bottom: -5px;
      font-size: 13px !important;
  }

  .img-thumbs {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    margin: 1.5rem 0;
    padding: 0.75rem;
  }
  .img-thumbs-hidden {
    display: none;
  }
  
  .wrapper-thumb {
    position: relative;
    display:inline-block;
    margin: 1rem 0;
    justify-content: space-around;
  }
  
  .img-preview-thumb {
    background: #fff;
    border: 1px solid none;
    border-radius: 0.25rem;
    box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.12);
    margin-right: 1rem;
    max-width: 140px;
    padding: 0.25rem;
  }
  
  .remove-btn{
    position:absolute;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:.7rem;
    top:-5px;
    right:10px;
    width:20px;
    height:20px;
    background:white;
    border-radius:10px;
    font-weight:bold;
    cursor:pointer;
  }
  
  .remove-btn:hover{
    box-shadow: 0px 0px 3px grey;
    transition:all .3s ease-in-out;
  }

  .product-img{
    display: flex;
  }

  table.dataTable {
    width: 100% !important;
  }

  .dataTables_wrapper .dataTables_paginate {
    padding-top: .755em;
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button {   
    padding: .2em .5em;
  }

  .setting-logo{
    border: 3px solid #ADB5BD;
    margin: 0 auto;
    padding: 3px;
    width: 250px;
  }

  .content-wrapper {
    min-height: inherit !important;
    height: auto !important;
  }

  .edit-profile a img {
    width: 30px;
    border-radius: 100%;
  }

  .image-container {
    width: 11%;
    position: relative;
    margin: 0 0 30px;
  }
  .product-img img{
    width: 100%;
    height: auto;
  }
  
  .image-container {
    position: relative;
    display: inline-block;
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
}

.image-container:hover img {
  opacity: 0.8;
}

.delete-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  color: #c0392b;
  background-color: #fff;
  border: 2px solid #c0392b;
  box-shadow: 0 0 5px rgba(255, 127, 127, 0.3);
  margin: 0 5px;
  cursor: pointer;
  font-size: 16px;
  padding: 8px;
  border-radius: 50%;
}

.image-container:hover .delete-image {
  opacity: 1.3;
}

  .div-with-suggestion {
    position: relative;
  } 

  .password-suggestions {
    background: #eee;
    padding: 10px;
    border-radius: 15px;
    font-size: 14px;
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 100;
  }

  .password-suggestions::before {
    content: "";
    width: 25px;
    height: 25px;
    background: #eee;
    top: -10px;
    position: absolute;
    right: 30px;
    transform: rotate(45deg);
  }

  .password-suggestions p {
      margin-bottom: 5px;
      color: #ff0000;
  }

  .password-true {
    color: #3a7d34 !important;
  }

  .wrapper, body, html {
    min-height: 90% !important;
  }


  .active-style {
    background-color: #3699FF;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

.inactive-style {
    background-color: #F64E60;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

.showbutton,
.editbutton,
.delbutton {
  border: 2px solid transparent;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 20px;
  transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.showbutton {
  background: linear-gradient(to right, #5bc0de, #2aabd2);
}

.editbutton {
  background: linear-gradient(to right, #3498db, #2980b9);
}

.delbutton {
  background: linear-gradient(to right, #cb2d3e, #ef473a);
}

.showbutton:hover,
.editbutton:hover,
.delbutton:hover {
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: #333;
}

.info-box {
  border-top: 2px solid; 
  border-radius: 8px;   
  margin-bottom: 10px;
}

.info-box-icon {
  display: inline-block;
  width: 70px; 
  height: 70px; 
  line-height: 70px; 
  text-align: center; 
  border-radius: 50%;
  font-size: 30px;
}

.bg-info {
  background-color: #17a2b8;
}

.bg-success {
  background-color: #28a745;
}

.bg-warning {
  background-color: #DC3545;
}

.info-box-content {
  display: inline-block;
  margin-left: 15px;
  vertical-align: top;
}

.info-box.total {
  border-top-color: #17a2b8;
}

.info-box.totaluser {
  border-top-color: #007BFF;
}

.info-box.sent-emails {
  border-top-color: #28a745;
}

.info-box.not-sent-emails {
  border-top-color: #DC3545;
}

.product-details td {
	padding: 8px;
	width: 25%;
}

.product-details tr:nth-child(2n+1) td {
	background: #eee;
}

.product-details tr:nth-child(2n+1) td:first-child {
	border-right: 1px solid #ccc;
}

.product-details {
	border: 1px solid #ccc;
	border-radius: 5px;
}

.product-details strong {
	font-weight: 500;
	color: #111;
	padding-right: 10px;
	display: inline-block;
	width: 230px;
	margin-right: 10px;
}

.product-details {
	font-size: 16px;
	border: 1px solid #ddd;
}

.view-details {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  background-color: #17A2B8;
  padding: 10px 15px;
  border-radius: 50px;
  transition: background-color 0.3s, transform 0.3s;
}

.view-details:hover {
  background-color: #091a2c;
  color: #ccc;
  transform: scale(1.05);
}

.view-details i {
  margin-right: 4px;
}

.send-mail {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  background-color: #3a4c9e;
  padding: 10px 15px;
  border-radius: 50px;
  transition: background-color 0.3s, transform 0.3s;
}

.send-mail:hover {
  background-color: #091a2c;
  color: #ccc;
  transform: scale(1.05);
}

.send-mail i {
  margin-right: 4px;
}

.sendbtn {
  background: #3a4c9e;
  border: none;
  color: white;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.sendbtn:hover {
  background: #2aabd2; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.sendbtn:focus {
  outline: none;
}

.layout-fixed .brand-link {
  width: 250px;
  height: 60px;
}
.brand-link .brand-image {
  float: left;
  line-height: .8;
  margin-left: .8rem;
  margin-right: .5rem;
  margin-top: -3px;
  max-height: 40px;
  width: auto;
  filter: brightness(0) invert(1);
}

