.nav-item {
  list-style-type: none !important;
}

.mt-n {
  padding-top: 80px !important;
}

.breadcrumbs {
  background-color: #0394c9 !important;
  margin-left: 0;
}

.title {
  margin-top: 15px;
}

.messages {
  text-align: center;
}

.messages > span {
  padding: 1rem 5%;
  color: #ffff;
  background: #2da4ff;
  border-radius: 1.3rem;
  font-weight: bold;
}

table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::before, 
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting::before, 
table.dataTable thead .sorting::after{
  height: 60px;
  line-height: 85px;
  /* position: absolute;
  bottom: inherit;
  display: inline; */
}
.page-item.active .page-link {
  background-color: #0069D9 !important;
}

.pagination > li:first-child > a, .pagination > li > a, .pagination > li:last-child > a {
  border-radius: .25rem !important;
  color: rgb(255, 255, 255) !important;
  background-color: #48ABF7 !important;
  border-color: #48ABF7 !important;
}

.btn-guardar{
  background-color: #48ABF7!important;
  color: white!important;
  border-radius: 5px; 
  /* fasfa */
}
.btn-cancelar{
  background-color: #EDEEEE !important; 
  border: 2px solid #EDEEEE; 
  color: #1a2035!important;
}
.btn-upload{
  background-color: #48ABF7!important; 
  color: white!important;
}
i.fa.fa-file-image{
  margin-right: 5px!important;
}
ul.pagination {
  margin-top: 30px!important;
  margin-right: 3rem !important;
}
.btn-dropdown-paginate{
  background-color: #48ABF7!important; 
  color: white!important;
  height: 31px!important;
}
.bg-img-transparent{
  background-color:#D9D9D9!important;
}
.bg-active-tr{
  background-color: #e7ece7!important;
}
/* !important is needed sometimes */
::-webkit-scrollbar {
  width: 7px !important;
  height: 7px !important;
}

/* Track */
::-webkit-scrollbar-track {
 /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;  */
 -webkit-border-radius: 5px !important;
 border-radius: 5px !important;
}

#add-row_info{
  display: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
 -webkit-border-radius: 10px !important;
 border-radius: 5px !important;
 background: #c4c7ca!important;
 /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important;  */
}
::-webkit-scrollbar-thumb:window-inactive {
 background: #c4c7ca !important; 
}

.footer-dashboard {
  padding: 15px;
  background: #fff;
  position: absolute;
  width: 100%;
}

.form-control {
  border-color: #c8cdd1;
}

.page-inner {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.card-body {
  padding: 0 !important;
}

.dropdown-menu > .dropdown-item {  
  padding: 0.7rem 1.2rem;
  border-bottom: 1px solid #00000012;
}

.dropdown-menu > .dropdown-item:last-child {
  border-bottom: none;
}

.block-errors {
  padding: 0.3rem 1rem;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.block-errors > p {
  margin: 0;
  padding: 0.5rem;  
}

.dropdown-item {
  cursor: pointer;
}

a {
  cursor: pointer;
}

.btn-dropdown-table {
  position: relative; top: -33px;
}

.dropdown-menu  {
  box-shadow: 0 5px 8px rgba(0,0,0,.15)!important;
  top: -5px;
}

.post-form {
  padding: 2rem;
}

.content-user-change-pass {
  border: 3px solid #2da4ff;
  display: block;
  padding: 0.7rem 2rem;
  color: #ffff;
  background: #55adfb;
  border-end-end-radius: 2rem;
  font-weight: bold;
}

.content-user-change-pass > h4 {
  margin: 0;
}

.content-modal-delete {
  padding: 1rem 2rem;
  text-align: center;
  font-size: 1rem;
}

a:active {
  background: transparent !important;
}

.btn-cancel {
  color: #ffff !important;
  background-color: #6c757da2 !important;
}

.btn-cancel:hover, .btn-cancel:focus, .btn-cancel:disabled {
  color: #ffff;
  background-color: #6c757da2 !important;
}

.content-section-item {
  background: #55adfb;
  padding: 1rem 2rem;
  color: #ffff;
  margin: 0 -1.5rem;
}

#add-row_wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#add-row {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.form-field-errors {
  border-radius: 0.3rem;
  width: 100%;
  color: #c80f0f;
  border: 1px solid #c80f0f;
  font-weight: 600;
}

.form-field-errors > ul {
  margin: 0.5rem auto;
}

.card-header {
  padding-left: 0;
  width: 100%;
}

.card-title > strong {
  cursor: pointer;
  margin-right: .5rem;
}

.card-title > i {
  cursor: pointer;
  margin-left: .5rem;
  margin-right: .5rem;
}

.card-title {
  cursor: pointer;
}

.align-center {
  align-items: center;
}

.input-file-image {
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 8px 8px 15px 1px rgba(39,39,39,.1);
}

.img-upload {
  border: 10px solid #48abf7;
  border-radius: 12rem;
  width: 30vh;
  height: 30vh;
}

.align-center {
  align-items: center;
}

.border-section {
  padding: 2rem !important;
  border: 1px solid #d4d4d4;
  border-radius: 1rem;
}

.form-control-lg{
  font-size: 11pt !important;
      padding: 0.7rem 1rem !important;
}

select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #1572E8
!important;
	border: 1px solid #1572E8
!important;
	border-radius: 2px;
	box-sizing: border-box;
	display: inline-block;
	margin-left: 5px;
	margin-top: 5px;
	padding: 0;
	padding-left: 20px;
	position: relative;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
	white-space: nowrap;
	color: #1572E8
;
}.select2-selection__choice__remove{
	/*border: 1px solid #1572E8
!important;*/
	border-radius: 1px #1572E8
!important;
	padding: 0 2px!important;
	color: #1572E8
!important;
}.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: rgba(21,114,232,.15);
	border: 1px solid #1572E8
!important;
	border-radius: 2px;
	box-sizing: border-box;
	display: inline-block;
	margin-left: 5px;
	margin-top: 5px;
	padding: 0;
	padding-left: 20px;
	position: relative;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
	white-space: nowrap;
	color: #1572E8
;
}

.bootstrap-tagsinput {
  background-color: #ffffff;
  border: 1px solid #e5e8eb;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}

.bootstrap-tagsinput input {
  border: #474a4c;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 6px 10px;
  margin: 0;
  width: auto;
  max-width: inherit;
  color: #474a4c
}

/*.bootstrap-tagsinput .tag [data-role="remove"]:after {
font-family: FontAwesome; 
content: "\f057"; 
padding: 0px 0px; 
font-size: 12px; color:red; 
}*/
.bootstrap-tagsinput .tag {
  border: 1px solid #007bff;
  color: #007bff;
  font-size: 14px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 3px 3px;
}



/*///////////////////////////////////////////////////////////////

/* SELECTOR (FILTER INTERFACE) */
.selector .selector-filter {
  border: 0px solid #ccc;
  border-width: 0 0px;
  padding: 4px 0px 4px 0px;
}
.selector .selector-filter label {
  display: none;
}

.selector {
  display: flex !important;
  justify-content: center;
}

.selector select {
  height: 17.2em;
  width: 100%; /* fix offscreen scroll-bar on selector-chosen */
  border: 1px #ccc solid;
}
.selector .selector-chosen select {
  border-top: 0;
}
/* fix offscreen scroll-bar on selector-chosen */
.selector-available, .selector-chosen {
  width: 50%;
}
/* selector object list */
.selector > .selector-available > select, .selector > .selector-chosen > select {
  font-size: 13px;
  color: rgb(90, 90, 90);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px 0px 4px 4px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
/* selector object list items */
.selector > .selector-available > select > option, .selector > .selector-chosen > select > option {
  padding: 6px;
  border-bottom-width: 1px;
  border-bottom-color: rgba(211, 211, 211, 0.35);
  border-bottom-style: solid
}
/* selector field title */
.selector > .selector-available > h2, .selector > .selector-chosen > h2 {
  text-align: left;
  background: #55adfb;
  color: #ffff;
  border: 1px solid #ccc;
  border-bottom: none;
  font-size: 100%;
  font-weight: 600;
  margin: 0px;
  padding: 10px 0px 6px 10px;
  height: 36px;
  border-radius: 4px 4px 0px 0px;
}
/* selector filter box bootstrapping */
.selector .selector-available input {
  width: 98.8%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #777;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.selector .selector-available p {
  background: #55adfb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0px 0px 7px 6px;
  margin-bottom: 0;
}
/* selector chooseall and clearall button spacing */
a.selector-chooseall {
  padding: 0px 20px 3px 0;
}
a.selector-clearall {
  padding: 0px 0 3px 20px;
}


.selector-chooseall, .selector-chooseall:hover, .selector-chooseall:active, .selector-clearall, .selector-clearall:hover, .selector-clearall:active, .selector-chooseall:focus,  .selector-clearall:focus {
  color: #fff;
  padding: 0.5rem 1rem !important;
  background: #5fafff !important;
  text-decoration: none;
  border-radius: 1rem;
  font-weight: 600;
  justify-content: center;
  display: flex;
  width: 50%;
  margin: 1rem auto;
}

.selector ul.selector-chooser {
  margin: auto 0.8rem !important;
  background: #ededed;
  padding: 0.5rem !important;
  width: 32px;
  list-style: none;
  float: left;
  border-radius: 1rem;
}

.selector-add:link, .selector-remove:link, .selector-add:active, .selector-remove:active {
  color: #447e9b !important;
  text-decoration: none;
}

.selector-add {
  background: url(../img/selector-icons.svg) 0 -96px no-repeat;
  margin-bottom: .5rem;
}

.selector-remove {
  background: url(../img/selector-icons.svg) 0 -64px no-repeat;
}

.selector-add, .selector-remove {
  width: 16px;
  height: 16px;
  display: block;
  text-indent: -3000px;
  overflow: hidden;
  cursor: default;
  opacity: 0.8;
}

.selector-chooser {
  float: left;
  width: 22px;
  border-radius: 1rem;
  margin: 10em 5px 0 5px;
  padding: 0;
}

.selector  li.selector-chooser {
  list-style: none;
}

th, td { white-space: nowrap; }

#add-row {
  width: 100% !important;
}

.wrapper {
  min-height: 0;
  position: relative;
  top: 0;
  height: 0;
}

/* //////////// Edit img ////////////////////*/

.modal-footer-style {
  display: flex;
  justify-content: end;
}
.btn-cancel {                                                 
  background-color: #dbdbdb !important;
  border-color: #f8f9fa;
}
.width-full {
  width: 100vh;
}
.content-image-editor {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dee2e6;
  margin-bottom: 1rem;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
}
.btn-edit {
  border: transparent;
  padding: 0.1rem 0.4rem;
  position: relative;
  top: 10px;
  right: -10px;
  border-radius: 1rem;
  display: flex;
  margin-left: auto; 
  margin-right: 0; 
}

#imagePreview {
  width: 14em !important;
  height: 8em !important;
  margin-bottom: 1rem !important;
}

.prod-size {
  min-width: 14em !important;
  height: 8em !important;
  padding-right: 1rem;
}

.content-fondo {
  display: flex;
  align-items: center;
  /* border-bottom: 1px solid #d4d4d4; */
  padding-bottom: 2rem;
  padding-top: 1rem;
}

/* .content-fondo:last-child {
  border-bottom: 1px solid #d4d4d4;
} */

.not-border-bottom {
  border-bottom: transparent;
}

.img-flex {
  display: flex;
  align-items: center;
}

.content-fondo > div:nth-child(2) > input {
  border-color: #c8cdd1 !important;
  font-size: 14px;
  border-color: #ebedf2;
  /* padding: 0.6rem 1rem; */
  height: inherit !important;
}

.content-fondo > div:nth-child(3) > label {
  display: block;
}

.content-fondo > div:nth-child(3) > input {
  border-radius: 0.2rem;
  border: 1.4px solid #00000059;
  padding: 0.3rem 0.5rem;
}

.content-fondo > div:nth-child(4) > img {
  width: 14rem;
  height: 8rem;
  border-radius: .5rem;
  padding: 0;
}

.content-fondo > div:nth-child(5) {
  padding-left: 1.5rem;
}

.btn.used {
  background-color: #ebecec !important;
}

.head-light {
  color: #6c757d;
}

.datatable {
  width: 100% !important;
}

.btn-primary-panorama {
    background-color: #48ABF7 !important;
    color: #fff;
}

.bg-dark-warning {
    background-color: #FF4500 !important;
}

a.bg-dark-warning:hover,
a.bg-dark-warning:focus,
button.bg-dark-warning:hover,
button.bg-dark-warning:focus {
    background-color: #FF5A1E !important;
}

.btn-dark-warning {
    color: #ffffff;
    background-color: #FF4500;
    border-color: #FF4500;
}

.btn-dark-warning:hover {
    color: #ffffff;
    background-color: #FF5A1E;
    border-color: #FF5A1E;
}

.btn-dark-warning:focus,
.btn-dark-warning.focus {
    color: #ffffff;
    background-color: #FF5A1E;
    border-color: #FF5A1E;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-dark-warning.disabled,
.btn-dark-warning:disabled {
    color: #ffffff;
    background-color: #FF4500;
    border-color: #FF4500;
}

.btn-dark-warning:not(:disabled):not(.disabled):active,
.btn-dark-warning:not(:disabled):not(.disabled).active,
.show>.btn-dark-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #FF3A00;
    border-color: #FF2F00;
}

.btn-dark-warning:not(:disabled):not(.disabled):active:focus,
.btn-dark-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-transparent {
    background-color: transparent;
    border: none;
    color: gray;
    display: flex;
    align-items: center;
    font-size: 18px;
}
  
.btn-transparent:hover {
    text-decoration: none;
}

.vertical-center {
    display: flex;
    align-items: center;
}

@media (min-width: 1200px) and (max-width:1650px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-block {
        display: block !important;
    }        
}
@media (min-width:1651px) {
    .d-xxl-none {
        display: none !important;
    }
    .d-xxl-block {
        display: block !important;
    } 
    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-eye {
  cursor: zoom-in;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 1500;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Quill styles */
.quill-editor {
  height: 100px !important;
}

.masked-text {
  position: relative;
}

.masked-text::before,
.masked-text::after {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white; /* Or any color you prefer */
  z-index: 1;
}

.masked-text::before {
  transform: translateX(-100%);
}

.masked-text::after {
  transform: translateX(100%);
}

/*session*/
.bg-grey {
  background-color: #EDEEEE; /* Gris */
  color: #1a2035; /* Texto negro para contraste */
}

.bg-light-blue {
  background-color: #48ABF7; /* Azul más claro */
  color: #ffffff; /* Texto blanco para contraste */
}