#sellerConnectionContainer .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: flex;
    align-items: center;
    padding-bottom: 2px;
}

#sellerConnectionContainer .select2-container--default .select2-results__option .img-flag {
    height: 50px;
    width: 50px;
    padding-right: 2px;
}

#sellerConnectionContainer .select2-container--default .select2-selection--single .img-flag {
    height: 50px;
    width: 50px;
    padding-right: 2px;
}

#sellerConnectionContainer .select2-container--default .select2-selection--single {
    min-height: 50px; /* Ajustar a la altura de la imagen */
}

#sellerConnectionContainer .select2-container .select2-selection__rendered {
    white-space: nowrap;
    min-height: 50px;
}

#sellerConnectionContainer .select2-container .select2-selection__arrow {
    white-space: nowrap;
    min-height: 50px;
}

.category-wrapper {
    width: 100%;
}

.category-container {
    width: 100%;
    margin-bottom: 5px;
}

.category-select {
    width: 100%;
}

.btn-primary {
    color: #fff;
    background-color: #00554e;
    border-color: #00554e;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #00554e;
    border-color: #00554e;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #00554e;
    border-color: #00554e;
}

.btn-primary .badge {
    color: #00554e;
    background-color: #fff;
}

#mappingTable thead th:first-child {
    border-top-left-radius: 5px;
}

#mappingTable thead th:last-child {
    border-top-right-radius: 5px;
}

#mappingTable tbody tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

#mappingTable tbody tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}

.tr-data{vertical-align:middle!important;font-size:11px!important;}

#floating-action-buttons-container{
    position: fixed;
    bottom:4%;
    right:50px;
}

.float-fixed-button{
	position: relative;
	width:60px;
	height:60px;
	color:#FFF;
	border-radius:50px;
    text-align:center;
    font-weight: bold;
    box-shadow: 2px 2px 3px #999;
    border: none;
    font-size: 20px;
    margin: .25rem;
}

.btn-danger {
    color: #fff;
    background-color: #c82333;
    border-color: #c82333;
}

.custom-btn {
    background-color: #f8f9fa; /* Fondo gris clarito */
    border: 1px solid rgb(170, 170, 170); /* Borde gris */
    font-weight: bold !important; /* Tipografía fuerte */
}

.cfj-bgcolor-one {
    background-color: rgba(88, 205, 208, 0.5) !important;
}

.bg-danger {
    background-color: rgba(220, 53, 69, 0.5) !important;
}

.custom-btn:hover {
    background-color: inherit !important;
    border-color: inherit !important;
    color: inherit !important;
}

#save-all-categories-btn.disabled {
    pointer-events: none;
    opacity: 0.5;
}

#button_cancel_categories.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.custom-pagination-link {
    color: black;
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.loading-overlay i {
    font-size: 2rem;
    color: #007bff;
}