*,a,html,input{
	font-family: 'Open Sans', sans-serif;
}
.form-group label,
label{
    display: inline-block;
    font-size: .8rem;
    margin-bottom: 0.2rem;
    color: #616161;
}
.caNav{
	
}
.caPlainText {
    display: block;
    font-size: .9rem;
    margin-top: -0.3rem;
    color: #2c3063;
}
.btn{
    font-size: 14px;
    font-weight: 400;
}
.caIconButton {
    text-indent: -99999px;
    width: 2rem;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 48%;
}
.file {
    border: 1px solid #F0F1F2;
    background-color: #F7F7FC;
    box-shadow: none;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    border-radius: 8px;
    font-size: .9rem;
    background-repeat: no-repeat;
    background-size: 1.7rem;
    background-position: calc(100% - 0.8rem) 55%;
    padding: 0.35rem 0.5rem 0.35rem 1.1rem;
    box-sizing: border-box;
}
.form-group .file{
    padding: 0px;
}
.file input{
	width: 100%;
}
.form-group {
    margin-bottom: 0.5rem;
}
.form-control,
.select{
	border: 1px solid #F0F1F2;
    background-color: #F7F7FC;
    box-shadow: none;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    border-radius: 8px;
    font-size: .9rem;
    background-repeat: no-repeat;
    background-size: 1.7rem;
    background-position: calc(100% - 0.8rem) 55%;
    box-sizing: border-box;
}
.select{
	padding: 0 !important;
	position: relative;
    height: calc(1.5em + 0.75rem + 2px);
}
.select::after {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    clear: both;
    bottom: 0;
    margin: auto;
    right: calc(0px + 10px);
    opacity: .7;
}
.select select {
    border: none !important;
    padding-left: 0.7rem !important;
    padding-right: 0.5rem !important;
}
.select2-container--default .select2-selection--multiple {
    background-color: transparent !important;
    border: none !important;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0.5rem;
    margin-left: 1rem;
}
.select2-dropdown {
    background-color: #f7f7fc;
    border: 1px solid #f0f1f2;
    border-radius: 4px;
    border-radius: 10px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f7f7fc;
    border: 1px solid #dbdbf1;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    color: #616161;
}
.caAddButton{
	background-image: url(../img/icons/plus.svg);
}
.caExport{
	background-image: url(../img/icons/export-excel.svg);
}
.caReturnButton{
	background-image: url(../img/icons/return.svg);
}
.caEditButton{
	background-image: url(../img/icons/pen.svg);
}
.caAll{
    background-image: url(../img/list.svg);
}
.caEmail {
    background-image: url(../img/envioCorreo.svg);   
}
.caChecked {
    background-image: url(../img/z_auth_esp.png);   
}
.caCLI {
    background-image: url(../img/z_ver_cliente.png);
}
.caPlantEntrance {
    background-image: url(../img/box-arrow-in-left.svg);   
}
.caBody {
    background-color: #fdfdfd;
    box-sizing: border-box;
    float: right;
    overflow: hidden;
}
.caPaging{
	padding-top: 1rem;
}
.caPaging .pagination-info{
	padding-right: 0 !important;
}
.caSearchButtons{
	text-align: right;
}
.card{
	border-radius: 1rem;
}
.card{
    border: none;
    -webkit-box-shadow: 0 4px 24px 0 rgb(34 41 47 / 5%);
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 5%);
    box-sizing: border-box;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fafafc;
}
.table-hover tbody tr:hover {
    background-color: #f6f6f9 !important;
}
.caSpace{
	margin-bottom: 1rem;
}
#UsersUsermgmt .form-control{
	width: 100% !important;
}
.table thead th {
    padding: 0.6rem 0.3rem;
}
.table-bordered {
    border: 1px solid #FFF;
}
.table thead {
}
.pagination-info{
	float: right;
}
.caMainTitle {
    position: relative;
    clear: both;
    width: 100%;
    overflow: hidden;
}
.caMainTitle span {
    font-weight: 800 !important;
    font-size: 1.3rem;
    color: #2c3063;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -1px !important;
}
.caMainTitleClient {
    position: relative;
    clear: both;
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
}
.caMainTitleClient span {
    font-weight: 800 !important;
    font-size: 1.3rem;
    color: #2c3063;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -1px !important;
}
.page-link {
    color: #2b2b2b;
}
.page-item.active .page-link {
    color: #fff;
    background-color: #e56f36;
    border-color: #e56f36;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color: #e56f36;
}
.dropdown-item {
  font-size: .8rem;
  color: #4a4a4a;
}
.caActions{
    color: #858585;
    transition: .3s ease all;
}
.caActions:hover{
	color: #636262;
}
.table thead th {
    border: none !important;
}
.table thead th,
.table thead th a{
    color: #2c3063;
    font-weight: 600 !important;
    font-size: 14px;
}
.table-sm td, .table-sm th {
    color: #2b2b2b;
    font-size: 14px;
    vertical-align: middle;
}
.table-bordered td, .table-bordered th {
    border: none !important;
    border-top: 1px solid #ebe9f1 !important;
}
table.dataTable.no-footer {
    border-bottom: 2px solid #ebe9f1;
}
.thead {
    background-color: #f3f2f7;
}
.table-hover tbody tr:hover {
    color: #212529;
    background-color: #fbfafe;
}
.page-link {
    padding: 0.3rem 0.75rem;
    border: 1px solid #dee2e6;
    font-size: .75rem;
}
.pagination{
	margin-bottom: 0 !important;
}
form .error-message {
    color: #9E2424;
    font-size: .8rem;
}
.caCheckRow{
	position: relative;
}
.checkbox{
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.caNavBar {
    background-color: #FFF;
    box-sizing: border-box;
    border-bottom: 4px solid #e56f36;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    z-index: 10;
    padding: 0px 1rem;
}
.navbar-brand {
    margin: 0;
    max-width: 10rem;
    padding: 0;
}
.navbar-brand img{
    display: block;
    width: 100%;
    height: 40px;
}

.caNav li{
	position: relative;
}
.caNav .active-ancestor a.align-items-start{
    background-color: #fff;
    color: #2b2b2b !important;
}
.caNav li:hover > .d-none,
.caNav li:hover > .d-none .d-none{
	display: block !important;
}
.sidebar-collapsed .sidebar-submenu{
    position: absolute;
    left: 60px;
    top: 0;
    z-index: 99999;
    min-width: 200px;
    box-shadow: 0px 0 10px rgb(0 0 0 / 10%);
}
.caUserContainer {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-preferred-size: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}
.caUserContainer .dropdown{
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: auto!important;
}
.caResetButton{
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    -webkit-appearance: none;
}
.caResetButton::after{
	display: none;
}
.caUserContainer .dropdown-toggle::after{
	display: none;
}
.caUserContainer .dropdown-toggle > div{
	float: left;
  margin-top: 0.5rem;
}
.caUserContainer .dropdown-toggle img{
width: 45px;
    border-radius: 100px;
    border: 1px solid #ebebeb;
    float: right;
    margin-left: 0.5rem;
    height: 45px;
    background-color: #f7f7fc;
    margin-top: 5px;
}
.caUserContainer .dropdown-toggle h5{
		margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 15px;
    color: #2c3063;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 6rem;
    letter-spacing: -.5px;
}
.caUserContainer .dropdown-toggle small{
	text-align: right;
	display: block;
	color: #797979;
    font-size: 11px;
    font-weight: 600;
}
.caUploadDocs {
    display: inline-block;
    float: right;
    color: #fff !important;
    position: relative;
    text-decoration: none !important;
    transition: .3s ease all;
    opacity: 1;
    background-color: #a6aea1;
    border-radius: 10px;
    -webkit-appearance: none;
    font-size: 11px !important;
    font-weight: 600;
    text-transform: uppercase;
    width: 35px;
    height: 35px;
    margin-top: 0;
    padding: 0;
    border: 0;
}
.caUploadDocs:hover{
    background-color: #838a7f;
}
.caUploadDocs::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/addicon.svg);
    width: 15px;
    height: 15px;
}
/*
.caUploadDocs::after {
    content: "";
    display: block;
    position: absolute;
    right: 18px;
    width: 17px;
    height: 18px;
    margin: auto;
    top: -1px;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/docs.svg);
}
*/
#body-row {
    margin-left:0;
    margin-right:0;
}
#sidebar-container {
    min-height: calc(100vh - 69.38px);
    background-color: #fff;
    padding: 0;
    border-right: 1px solid #e9e9e9;
    position: relative;
}


/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
    width: 230px;
}
.sidebar-collapsed {
    width: 60px;
}

/* Menu item*/
#sidebar-container .list-group a {
    height: 50px;
    color: #2b2b2b;
    font-size: 14px;
}

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
    height: 40px;
    padding: 10px 0 10px 30px;
}
.sidebar-submenu {
    font-size: 0.9rem;
}

/* Separators */
.sidebar-separator-title {
    background-color: #faf6f6;
    height: 35px;
}
.sidebar-separator {
    background-color: #faf6f6;
    height: 25px;
}
.logo-separator {
    background-color: #faf6f6;
    height: 60px;
}
/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
  content: " \f0d7";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 10px;
}
/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
  content: " \f0da";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 10px;
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #535b61!important;
}

.caNav .list-group-item {
    border: none;
    border-bottom: 1px solid #dee2e6;
}
.list-group-item-action:focus, .list-group-item-action:hover {
    color: #495057;
    background-color: #d9dfd4;
}
.caToggleNav{
	position: absolute !important;
	bottom: 0;
	left: 0;
	width: 100%;
}
.caToggleNav a{
    background-color: #ededed;
    border-top: 1px solid #dee2e6 !important;
}
.caToggleNav a:hover{
    background-color: #dfdddd;
}
.caFormBottom *{
	display: inline-block;
}
.caFormBottom .btn {
    border-radius: 0.4rem;
    padding: 0.375rem 1.5rem;
}
 @media only screen and (min-width : 768px) {
}
.caUserContainer {
    flex-basis: 100%;
}
.table-responsive {
    overflow-x: auto !important;
}
.btn-primary {
    color: #fff;
    background-color: #2c3063;
    border-color: #2c3063;
}
.btn-primary:hover {
    color: #fff;
    background-color: #181b38;
    border-color: #181b38;
}
.btn-primary.active {
    color: #fff;
    background-color: #181b38;
    border-color: #181b38;
}
.btn-secondary {
    background-color: #a6aea1;
    border-color: #a6aea1;
}
.btn-secondary:hover,
.btn-secondary.active {
    background-color: #838a7f;
    border-color: #838a7f;
}
.btn-group-sm>.btn, .btn-sm {
    border-radius: 10px;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #cacfc5;
    border-color: #cacfc5;
}
.nav-tabs .nav-link {
    color: #2c3063;
    letter-spacing: -.5px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #2b2b2b;
    font-weight: 600;
}
.searchSubmitBtn {
    display: block;
    text-indent: -99999px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-image: url(../img/icons/searchp.svg) !important;
    background-position: 50% 50%;
    width: 35px;
}

.searchClearBtn {
    display: block;
    text-indent: -99999px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-image: url(../img/icons/erase.svg) !important;
    background-position: 50% 50%;
    width: 35px;
}
.caFormBottom {
    display: flex;
    flex-direction: row-reverse;
    gap: 0.5rem;
}

/* SELECT */

select[readonly]
{
    pointer-events: none;
}
.select2-container {
    width: 100% !important;
    display: block;
}
.select2-container--default .select2-selection--single {
    background-color: #f7f7fc;
    border: 1px solid transparent;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    visibility: hidden;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e9e9e9;
    font-size: .9rem;
    color: #2a2a2a;
    padding-left: 8px;
    border-radius: 7px;
}
.select2-results__option {
    font-size: .9rem;
}
.select2-search--dropdown {
    padding-top: 5px;
}
.select2-dropdown {
    margin-top: 5px;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: whitesmoke;
    cursor: not-allowed;
    height: calc(1.5em + 0.75rem + 2px);
}
.select2-container--default.select2-container--disabled *  {
    color: #a6a6a6 !important;
    line-height: 34px !important;
}

/* FIN SELECT */

.loading-indicator {
	min-height:30px;
	background:url("../img/loading-indicator.gif") no-repeat;
	background-position:50% 25%;
}
.callValidNSS, .callValidRFC, .callValidCURP, .callValidSAT {
    display: inline-block;
    background-color: #e56f36;
    color: #fff;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    margin-left: 10px;
    width: 100px;
}
.callValidNSS:hover, 
.callValidRFC:hover, 
.callValidSAT:hover, 
.callValidCURP:hover {
background-color: #cc622e !important;
}

.callValidNSS:disabled, .callValidRFC:disabled, .callValidCURP:disabled, .callValidSAT:disabled {
    background-color: #ccc; /* Color de fondo cuando está deshabilitado */
    cursor: not-allowed;
}
.csstime {
    width: 50%;
    display: inline;
    border-radius: 0px 8px 8px 0px;
    text-align: center;
}
.w100 .input{
    width: 100%;
}
.caIdContainer {
    width: 100%;
    border: 1px dashed #cfcfcf;
    border-radius: 17px;
    box-sizing: border-box;
    padding: 20px;
}
.caExpView .caIdContainer {
    margin-top: 35px;
}
.caExpView .card{
    box-shadow: none;
}
.caIdActions{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}


.caStepsContainer .dropdown-toggle{
    position: relative;
}
.caStepsContainer .dropdown-toggle::after{
    position: absolute;
    right: -5px;
    top: 5px;
}
.caStepsContainer {
    padding: 0 0 15px 0;
    margin-bottom: 10px;
}
.caStepsContainer ul{
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: #FFF;
    border-radius: 8px;
    display: flex;
    min-width: 820px;
}
.caStepsContainer li{
    list-style: none;
    width: 100%;
    padding: 10px;
    border-left: 1px solid #eaeaea;
    border-bottom: 5px solid #D64045;
    padding-top: 25px;
    position: relative;
}
.caStepsContainer li::before{
    content: "";
    display: block;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 15px;
    height: 15px;
    background-color: #D64045;
    border-radius: 100rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.caStepsContainer li.caCompleted{
    border-bottom: 5px solid #669D31;
}
.caStepsContainer li.caInProcess{
    border-bottom: 5px solid #e56f36;
}
.caStepsContainer li.caCompleted::before{
    background-color: #669D31;
    background-image: url(../img/check.svg);
}
.caStepsContainer li.caInProcess::before{
    background-color: #e56f36;
}
.caStepsContainer li span{
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #2b2b2b;
    margin-bottom: -1px;
    line-height: 1.1;
    letter-spacing: -.5px;
    opacity: .5;
}
.caStepsContainer li b{
    display: block;
    font-size: 10px;
}
.caStepsContainer li.caCompleted b{
    color: #669D31;
}
.caStepsContainer li.caInProcess b{
    color: #e56f36;
}
.caStepsContainer li.caCompleted span,
.caStepsContainer li.caInProcess span{
    opacity: 1;
}
.dropdownSteps .dropdown-item:focus, 
.dropdownSteps .dropdown-item:hover{
    background-color: transparent !important;
    color: #2b2b2b;
}
.dropdownSteps span{
    position: relative;
}
.dropdownSteps span::after{
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #D64045;
    border-radius: 100rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.dropdownSteps .caCompleted,
.dropdownSteps .caCompleted:hover{    
    color: #669D31;
}
.dropdownSteps .caCompleted::after{
    background-image: url(../img/check.svg);
}
.dropdownSteps .caInProcess,
.dropdownSteps .caInProcess:hover{
    color: #e56f36;
}
/*
@media only screen and (max-width : 1100px) {
.caStepsContainer {
    overflow-x: auto;
    margin-bottom: 10px;
    padding-bottom: 25px;
}

}*/
.responsiveTable{
    width: 100%;
    overflow: auto;
}


/****** Start datatable *****/

table th.arrow a:after {
    content: ' ⇅'; 
    opacity: 0.5; 
}

table th.arrow a.asc:after {
    content: ' ⇣';
    opacity: 1;
}

table th.arrow a.desc:after {
    content: ' ⇡';
    opacity: 1;
}

/****** End datatable *****/

/****** Start separation *****/
.rightAboveSpans {
    display: flex;
    justify-content: space-between;
    margin: 1.5rem 0rem 0rem;
}

.rightSpans {
    margin: 1rem 0;
}

.manifest-stats {
    display: flex;
    gap: 2rem;
    padding: 0.5rem;
}

.stat-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.stat-label {
    color: #616161;
    font-size: 0.85rem;
    font-weight: 500;
}

.stat-value {
    color: #2c3063;
    font-size: 1.1rem;
    font-weight: 600;
}
/****** End separation *****/

.icono_aprobado {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: green;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
}

.icono_no_aprobado {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: red;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
}

.icono {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: gray;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
}


/* START CHECKBOX SWITCH */
.caComboCheckLeft {
	position: relative;
	/* padding-left: 100px; */
	float: left;
	margin-bottom: 5px;
  }
  .caComboCheckLeft>span {
	color: #4b6365;
	font-weight: 600;
	font-size: 12px;
	padding-left: 10px;
	display: inline-block;
	position: absolute;
	width: max-content;
	top: 48%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
  }
  .switch {
	position: relative;
	display: inline-block !important;
	width: 49px;
	height: 24px;
	text-indent: -999999px;
	margin-bottom: 0 !important;
  }
  .switch input {
	opacity: 0;
	width: 0;
	height: 0;
  }
  .switch .checkbox,
  .form-horizontal .checkbox {
	min-height: initial;
	height: 24px;
    position: relative;
    right: auto;
    top: 37%;
  }
  .slds {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f7f7f7;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 5px;
	border: 1px solid #e0e0e0;
  }
  .slds:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 1px;
	bottom: 1px;
	background-color: #e8e8e8;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 5px;
  }
  input:checked+.slds::before {
	background-color: #009cab;
  }
  input:focus+.slds::before {
	box-shadow: 0 0 1px #2196F3;
  }
  input:checked+.slds:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
  }
  .slds.round {
	border-radius: 34px;
  }
  .slds.round:before {
	border-radius: 50%;
  }
  /* END CHECKBOX SWITCH */

/****** Start input FIX in form *****/

.prefijo-input {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 4px;
}

.prefijo-input span {
    /* width: 20%; */
}

.prefijo-input div {
    width: 100%;
} 

.prefijo {
    background: #f0f0f0;
    padding: 5px;
    font-weight: bold;
    border-right: 1px solid #ccc;
}

.casillero {
    border: none;
    outline: none;
    padding: 5px;
}


/****** End input FIX in form *****/

.doors {
    display: none;
}

.list-door-container {
    padding: 2rem;
}

.titles-door {
    font-weight: bold;
}

.list-door {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.list-door-total {
    display: flex;
    justify-content: flex-end;
}
/* Estilos específicos para el menú de navegación */
.caNav .list-group-item.active {
    background-color: #cacfc5;
    border-color: #cacfc5;
    color: #2b2b2b;
}

.caNav .list-group-item.sub-active {
    background-color: #cacfc5;
    border-color: #cacfc5;
    color: #cacfc5;
    font-weight: 500;
}

.caNav .sidebar-submenu.show {
    background-color: #f8f9fa;
}

.caNav .list-group-item.active .fa {
    color: #2b2b2b;
}

.caNav .list-group-item.sub-active .fa {
    color: #cacfc5;
}

.caNav .list-group-item {
    transition: all 0.3s ease;
}

.caNav .list-group-item:not(.active):not(.sub-active):hover {
    background-color: #f1f1f1;
    color: #cacfc5;
}

/* Estilos para el menú colapsado */
.caNav.sidebar-collapsed .list-group-item.active {
    background-color: #cacfc5;
    border-color: #cacfc5;
}

.caNav.sidebar-collapsed .list-group-item.sub-active {
    background-color: #cacfc5;
    border-color: #cacfc5;
}

.caNav.sidebar-collapsed .sidebar-submenu {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Estilos para el ícono de flecha */
.caNav .submenu-icon::after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    transition: transform 0.3s ease;
}

.caNav .list-group-item[aria-expanded="true"] .submenu-icon::after {
    transform: rotate(180deg);
}

.dataTables_filter {
    text-align: left;
    margin-bottom: 1rem;
}

.dataTables_filter input {
    margin-left: 0;
    width: 250px;
}

/* Contenedor del paginador completo */
#manifestDetailsTable_paginate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    flex-wrap: wrap;
}

/* Alinear los números al centro */
#manifestDetailsTable_paginate ul.pagination {
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.25rem;
}

/* Estilos para cada botón */
#manifestDetailsTable_paginate li.paginate_button a {
    padding: 2px 7px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-color: white;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

/* Hover */
#manifestDetailsTable_paginate li.paginate_button a:hover {
    background-color: #f0f8ff;
}

/* Activo */
#manifestDetailsTable_paginate li.paginate_button.active a {
    background-color: #e56f36;
    color: white;
    border-color: #e56f36;
}

/* Deshabilitado */
#manifestDetailsTable_paginate li.paginate_button.disabled a {
    color: #aaa;
    background-color: #f1f1f1;
    border-color: #ddd;
    cursor: not-allowed;
}

/* Contenedor adicional para los textos de info (puedes inyectarlo tú) */
#manifestDetailsTable_infoWrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 14px;
    color: #555;
    margin-left: auto;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    color: inherit;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: inherit !important;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: white !important;
    background-color: #e56f36 !important;
    border-color: #e56f36 !important;
}

.custom-checkbox {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
}

/* Estilos para badges de información */
.info-badge {
    width: 120px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem;
    border-radius: 0.25rem;
}

.info-badge-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    flex: 1;
}

.info-badge-icon {
    border-left: 1px solid rgba(255,255,255,0.3);
    margin-left: 8px;
    padding-left: 8px;
    display: flex;
    align-items: center;
}

/* Estilos para indicadores de tamaño */
.size-icon-container {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 0.5rem;
    box-shadow: 0 2px 8px 0 rgba(44,48,99,0.10);
}

.info-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    border-radius: 0.25rem;
    min-height: 110px;
    background: #f7f7fc !important;
    border: 1px solid #e6e8f3;
}

.info-box-content {
    display: flex;
    padding: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.info-box-text {
    display: block;
    font-size: 0.875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #2c3063;
    font-weight: 600;
    font-size: 1rem;
    margin-top: 0.2rem;
}

.info-box-number {
    display: block;
    font-weight: 700;
    font-size: 1.5rem;
    color: #4a4f8c;
    margin-top: 0.1rem;
}

.bg-gradient-primary {
    background: #f7f7fc !important;
}

.user-photo-upload-container {
    min-height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.user-photo-preview {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin-bottom: 10px;
    object-fit: cover;
    border: 2px solid #e0e0e0;
    background: #fafafa;
}