body{
    overflow-x: hidden;
}
@media (max-width: 767.98px) {
    .nav-tabs {
        overflow-x: hidden;
    }
}

.form-control, .custom-file-input, .custom-select{
	font-weight: 500;
	font-size: 14px;
    border-radius: 1.5rem;
    border-color: #cccccc;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: 100%!important;
}
.bootstrap-select>.dropdown-toggle{
    background: white;
    border: 1px solid #cccccc;
    font-weight: 400;
}
.dropdown-toggle:after{
background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.376 11.584C14.6728 11.7819 14.6728 12.2181 14.376 12.416L9.77735 15.4818C9.44507 15.7033 9 15.4651 9 15.0657L9 8.93426C9 8.53491 9.44507 8.29671 9.77735 8.51823L14.376 11.584Z' fill='%23000'/%3e%3c/svg%3e");
}
.dropdown-item.active, .dropdown-item{
    font-weight: 400;
}
.dropdown-item.active, .dropdown-item:active{
    font-weight: 400;
    background: white;
}

.price{
	font-weight: 600;
	font-size: 14px;
}
.date{
	font-weight: 400;
	font-size: 13px;
}
.full-width{
	width:100%;
}
.text-black{
	color:black;
}
.badge{
	font-size: 13px;
}

footer a{
	color:#888888;
	font-weight: 400;
	font-size: 13px;
}
footer a:hover{
	color:#000;
}
footer h6{
    margin-bottom: 0rem;
    margin-top: 0.75rem;
    font-weight: 500;
}

.btn-configurate{
    line-height: 1;
    min-width: 150px;
}

.btn-p-10{
    padding-right:5rem!important;
    padding-left:5rem!important;
}
.btn-white{
    border-color: #ffffff;
    background: #ffffff;
    color:#000000;
}

.btn-transparent{
	border-color: #7a27f4;
	background: transparent;
	color:#7a27f4;
}

.btn-transparent:hover {
	background: #7a27f4;
	color:white;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none, 0 0 0 .2rem rgba(38, 170, 135, .5);
}

.cursor-pointer{cursor:pointer!important}
.cursor-grab{cursor:grab!important}
.fs-14{font-size: 14px!important}
.fs-16{font-size: 16px!important}
.fs-18{font-size: 18px!important}
.fs-24{font-size: 24px!important}
.fw-400{font-weight: 400!important}
.fw-500{font-weight: 500!important}
.fw-600{font-weight: 600!important}
.fw-700{font-weight: 700!important}
.width-24{max-width:24px}
.width-150{max-width:150px;width:100%}
.width-200{max-width:200px;width:100%}
.width-250{max-width:250px;width:100%}
.width-300{max-width:300px;width:100%}
.width-500{max-width:500px;width:100%}
.width-full{max-width:100%;width:100%}
.img-border{border-radius:10px;box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .09) !important;}
.wsp-btn{bottom:1rem;right:2rem;z-index:1030;width:auto!important;height:auto!important;background-color:#25d366!important;border-color: #25d366!important}
.wsp-btn > svg{height:2rem!important}
.input-s{opacity: 0;position: absolute;left: 0;bottom: 0;padding: 0;height: 0;z-index: -9999;margin: 0}

#style-avatar,#avatar-preview{border: 1px solid #f2f2f2;width:100%;border-radius:100%;max-width:124px}
#portada-preview{border: 1px solid #f2f2f2;width:100%;border-radius:10px}

.bar-container {
    position: relative;
    width: 100%;
    max-width: 200px;
    height: 20px;
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 20%;
    background-color: red;
    border-radius: 20px;
}
.title-box{background:black;color:White;padding:10px 30px;border-radius:10px;width:auto;display:inline-block;text-align:center}
.custom-span{font-size:14px;color:grey}
.btn-adjuntar{min-width:250px;background:#e6e7e8}


.link-box{background:#e6e7e8;padding:12.5px 30px}
.input-editor{
  /*border:none;border-bottom: 1px solid #eaedf2!important;padding-left:0px*/
}
.nav-tabs .nav-item{
    font-size: 15px;
}

#drop-area {
    cursor: pointer;
    width: 100%;
    height: auto;
    min-height: 100px;
    border: 2px dashed #ccc;
    margin: 20px auto;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    background: white;
    transition: all .3s;
}

@media (max-width:578px){
	.link-box{border-radius:0px}
}

.action-icon{height:18px;width:auto}
.social-icon{
	height:24px;
	width: auto;
	margin-right:3px;
}

#toast-container {
    position: fixed;
    top: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.toast {
  border:none;
  font-weight: bold;
  padding: 16px;
  margin-bottom: 10px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s, transform 0.5s;
}

.toast.show {
    opacity: 1;
    transform: translateY(0);
}

.toast.success {
    color: #1ee0ac;
    background-color: #e0faf3;
}

.toast.warning {
    color: #f4bd0e;
    background-color: #fdf5e0;
}

.toast.danger {
    color: #e85347;
    background-color: #fbe7e6;
}

 /*image gallery*/

    .file-input-container {
      padding: 10px;
      border: 2px solid #ccc;
      border-radius: 5px;
      background-color: #f9f9f9;
    }

    #drop-area {
      cursor: pointer;
      width: 100%;
      height: auto;
      min-height: 100px;
      border: 2px dashed #ccc;
      margin: 20px auto;
      text-align: center;
      padding: 20px;
      border-radius: 10px;
      background: white;
      transition: all .3s;
    }

    #drop-area:hover{
      background: #f1f1f1;
    }

    .image-list {
      list-style: none;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
    }

    .image-item {
      margin: 5px;
      position: relative;
    }

    .image-item img{
      border-radius: 5px;
    }

    .delete-button {
      cursor: pointer;
      position: absolute;
      top: 5px;
      right: 5px;
      background-color: #fbe7e6;
      border-radius: 5px;
      color: white;
      border: none;
      padding: 2px 5px 5px 5px;
      cursor: pointer;
      font-size: 16px;
      display: none;
      transition: all .3s;
    }

    .image-item:hover .delete-button {
      display: block;
    }

    /*image gallery*/


      .search-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.search-product-input {
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding-left: 40px; /* Ajusta este valor según el tamaño del icono */
}

.search-icon {
  position: absolute;
  left: 10px; /* Ajusta este valor según el diseño */
  top: 50%;
  transform: translateY(-50%);
  width: 24px; /* Ajusta el tamaño del icono */
  height: 24px; /* Ajusta el tamaño del icono */
}