:root {
	--primary: #0e368c;
  --primary-alt: #0e368c;
	--primary-2: #0e368c;
	--primary-3: #94cf1f;
	--grey: #64748b;
	--dark: #1e293b;
  --dark-2: #999;
  --dark-3: #3a3a3a;
	--dark-alt: #334155;
	--light: #f1f5f9;
  --body-bg: #f8f8f8;
	--sidebar-width: 250px;
  --white: #fff;
  --rgba-hover: rgba(34, 197, 94, 0.4);
}

#nprogress .bar {
  background: var(--primary) !important;
}


#nprogress .peg {
    box-shadow: 0 0 10px var(--primary), 0 0 5px var(--primary);
}

#nprogress .spinner .spinner-icon {
    border-top-color: var(--primary) !important;
    border-left-color: var(--primary) !important;
}

.btn-app{
  font-size: 1em;
  color: #fff;
  border-radius: 2rem;
  background: var(--primary-2);
  outline: none;
  border: none;
  cursor: pointer;
  padding: 1em;
  -webkit-appearance: none;
  transition: 0.3s all;
}

.btn-app:hover{
  color: #fff;
  background: var(--primary-alt);
}

::-webkit-scrollbar {
  width: 5px;
  height: 3px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 10px;
}

.agml--fondo {
  color: white;
  /*background-image: url("../img/recursos/fondo_billeticos.svg");*/
}

.agml-fondo-2 {
  /*background-image: url("../img/recursos/bg_login.jpg");*/
  background-position: center;
  background-size: cover;
}

.agml-fondo::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
  opacity: 0.5;
  z-index: 0;
}

.v-select{
  border-color: var(--primary)!important;
}

.bg-principal {
  background-color: var(--primary) !important;
}

.bg-principal-alt {
  background-color: var(--primary-2) !important;
}

.bg-secundario {
  background-color: var(--primary-alt) !important;
}

.badge-pink {
  background-color: pink;
  color: purple;
}

.bg-rojo {
  color: #fff;
  background-color: #742110;
}

.f-xl {
  transition: 0.2s all;
  font-size: 1.5rem;
}

.primary {
  color: var(--primary) !important;
}

.primary-alt {
  color: var(--primary-alt) !important;
}

.text-principal {
  color: var(--primary) !important;
}

.text-secundario {
  color: var(--primary-alt) !important;
}

.btn{
  border: none!important;
}

.btn-primary {
  background-color: var(--primary) !important;
}

.btn-primary:hover {
  background-color: var(--primary-alt) !important;
}

.fc-bootstrap4 td.fc-today .fc-day-number {
  background-color: var(--primary);
  color: #fff !important;
}

.bootstrap-tagsinput .tag {
  background-color: var(--primary-alt);
}

.form-control, .form-select {
  border-radius: 1rem!important;
  height: 50px;
}

.form-control:focus, .form-select:focus {
  color: var(--primary-alt);
  border-color: var(--primary-alt);
}


.router-link-active {
  color: var(--primary)!important;
}

td:hover {
  color: var(--primary-alt);
}

.titulo-panel {
  margin-left: 1rem;
  padding: 0;
  font-size: 1rem!important;
}

.r-0{
  right: 0;
}

.b-drag{
  border: 2px dashed;
  border-radius: 8px;
  transition: 0.3s all;
}

.b-drag:hover, .b-drag.active{
  border: 2px dashed var(--primary);
}

.input-file{
  position: absolute!important;
  width: 1px!important;
  height: 1px!important;
  padding: 0!important;
  margin: -1px!important;
  overflow: hidden!important;
  clip: rect(0,0,0,0)!important;
  white-space: nowrap!important;
  border: 0!important;
 }

.avatar-profile {
  width: 40px;
  height: 40px;
  font-size: 15px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1rem;
  border: none;
}

.avatar-profile.chofer {
  width: 120px;
  height: 120px;
  font-size: 3rem;
  cursor: default;
}

.avatar-pedido {
  width: 4rem;
  height: 4rem;
  font-size: 1.5rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
}

.text-estado-reciente {
  display: flex;
  align-items: center;
  border: 1px dashed var(--primary-alt);
  border-radius: 1rem;
  text-transform: uppercase;
  color: var(--primary);
  padding: 8px;
}

.hr-cargas {
  border-color: var(--primary-alt);
}

.flag-change {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.fs-10px{
  font-size: 10px!important;
}

.fs-12px{
  font-size: 12px!important;
}

.fs-14px{
  font-size: 14px!important;
}

.fs-16px{
  font-size: 16px!important;
}

.fs-18px{
  font-size: 18px!important;
}

.fs-change-text {
  font-size: 1.5rem !important;
}

.fs-text-change {
  font-size: 1rem !important;
}

.separador-route {
  width: 1px;
  height: 100%;
  border: 2px solid var(--primary);
  margin: auto;
}


.icon-xl {
  font-size: 3rem !important;
}

.icon-xl-2 {
  font-size: 6rem !important;
}

.t-over {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
}

.w-0 {
  width: 0 !important;
}

.ml-neg-1 {
  margin-left: -1.5rem;
}

.c-pointer {
  cursor: pointer;
}

.f-bold {
  font-weight: bold;
}

a {
  color: var(--bs-gray-800)!important;
}

a:hover {
  color: var(--primary) !important;
}

.border-theme-1 {
  background-color: var(--primary) !important;
}

.border-theme-2 {
  background-color: var(--primary-alt) !important;
}

.fs-xl {
  font-size: 1rem !important;
}

.fs-xl-2 {
  font-size: 1.5rem !important;
}

.fs-xl-3 {
  font-size: 2.5rem !important;
}

.b-radius{
  border-radius: 1.5rem!important;
}

.copy-agml {
  transition: 0.4s all;
  cursor: pointer;
}

.copy-agml:hover {
  font-weight: bold;
  /*font-size: 1.5rem;*/
}

.custom-switch.custom-switch-primary-inverse
  .custom-switch-input:checked
  + .custom-switch-btn {
  background: #232223;
  border: 1px solid var(--primary);
}

.custom-switch.custom-switch-primary-inverse
  .custom-switch-input:checked
  + .custom-switch-btn:after {
  background-color: var(--primary-alt);
}

/** Select 2 cambio de estilos **/
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid var(--primary);
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: var(--primary-alt);
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid var(--primary);
  border-radius: 4px;
}

.select2-selection.select2-selection--single {
  padding: 5px 0 30px 10px;
  border-radius: 1rem;
}

/******/

/*** Drag zone */

.drag-area {
  border: 2px dashed var(--primary-alt);
  height: 200px;
  width: 100%;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.drag-area.active {
  border: 2px solid var(--primary);
  background-color: rgba(0, 0, 0, 0.1);
}
.drag-area .icon {
  font-size: 100px;
  color: var(--primary);
}
.drag-area header {
  font-size: 30px;
  font-weight: 500;
  color: var(--primary-alt);
}

.drag-area img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.centrar{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/*******/

/********/

.pac-container {
  z-index: 10000 !important;
}

.pac-container:after {
  content: none !important;
}

.pac-item {
  width: inherit !important;
  cursor: pointer !important;
  font-size: 22px !important;
  font-family: "Times New Roman", Times, serif !important;
}

.pac-item:hover {
  background-color: #b8b8b8 !important;
}

.pac-item-query {
  font-size: 22px !important;
  font-family: "Times New Roman", Times, serif !important;
}

/*******/

/*** Tabla css */
.table.dataTable {
  border-collapse: collapse !important;
}

.dataTables_length {
  display: flex;
  justify-content: center;
}

tbody tr td {
  cursor: pointer;
}

tbody tr td ul li {
  display: flex;
  flex-direction: column;
}

.table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child:before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > th:first-child:before {
  background-color: var(--primary-alt);
}

.table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > td:first-child:before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > th:first-child:before {
  background-color: #d33333;
}

.pagination {
  justify-content: end !important;
}

#tabla_filter > label > input {
  margin-left: 1rem;
}

.table.dataTable td {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  border-bottom: 0;
}

.page-link {
  display: flex !important;
  padding: 1rem !important;
  align-items: center !important;
}

.btn-group {
  margin-bottom: 1rem;
}

.table-loader {
  visibility: hidden;
}
.table-loader:before {
  visibility: visible;
  display: table-caption;
  content: " ";
  width: 100%;
  height: 600px;
  background-image: linear-gradient(rgba(235, 235, 235, 1) 1px, transparent 0),
    linear-gradient(90deg, rgba(235, 235, 235, 1) 1px, transparent 0),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.5) 15%,
      rgba(255, 255, 255, 0) 30%
    ),
    linear-gradient(rgba(240, 240, 242, 1) 35px, transparent 0);

  background-repeat: repeat;

  background-size: 1px 35px, calc(100% * 0.1666666666) 1px, 30% 100%, 2px 70px;

  background-position: 0 0, 0 0, 0 0, 0 0;

  animation: shine 0.5s infinite;
}

@keyframes shine {
  to {
    background-position: 0 0, 0 0, 40% 0, 0 0;
  }
}

.loader.agml {
  transition: 0.1s all;
  cursor: wait;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  margin: auto;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.loaderAgml {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, .1);
  display: none;
}

.loader {
  margin: 30px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-left-color: var(--primary);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loadagml 0.5s infinite linear;
  animation: loadagml 0.5s infinite linear;
  margin-top: 15rem;
}

@-webkit-keyframes loadagml {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loadagml {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.dataTables_filter {
  margin: 1rem 0;
}

/*** Notificador */

.sin-notify {
  position: absolute;
  top: 6rem;
  text-align: center;
}

/*******

/******/

/* Modal estilos */

.modal .modal-content {
  border-radius: 1rem !important;
}

.calendar {
  cursor: pointer;
}

.fc-title {
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1rem;
}

.h-agml-scroll {
  height: 350px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.btn-cerrar {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.2s;
  background-color: #332927;
  color: #fff;
}

/*Modal Efecto*/
.fadeAGML {
  transform: scale(0.9);
  opacity: 0;
  transition: all 0.2s linear;
}

.fadeAGML.show {
  opacity: 1;
  transform: scale(1);
}

.fadeAGML2 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeAGML2.show {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*input[type="radio"] {
  display: none;
}*/

.circu {
  padding: 25px;
  background: #ccc;
  border-radius: 50px;
}

#grupoRadio label:hover {
  cursor: pointer;
}

#grupoRadio input[type="radio"]:checked + label {
  border: 2px solid black !important;
}

.activado input[type="radio"]:checked + label {
  border: 2px solid black !important;
}

#btneliminarEvento {
  color: crimson;
  padding: 5px;
  background: #8888;
  border-radius: 25px;
  font-size: 17px;
  font-weight: 600;
}
#btneliminarEvento:hover {
  cursor: pointer;
  background-color: #333;
}

#ui-id-1 {
  margin-top: 5px;
  border-radius: 8px;
  padding: 5px;
  align-items: center;
  text-align: center;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
  font-size: 1rem;
  font-weight: bold;
  color: var(--primary-alt);
  z-index: 999999;
}

#ui-id-2 {
  margin-top: 5px;
  border-radius: 8px;
  padding: 5px;
  align-items: center;
  text-align: center;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
  font-size: 1rem;
  font-weight: bold;
  color: var(--primary-alt);
  z-index: 999999;
}

.ui-state-active {
  border: var(--primary-alt) !important;
  background-color: var(--primary-alt) !important;
  color: var(--primary) !important;
  font-weight: bold !important;
  font-size: 1.5rem;
  transition: 0.1s all;
}

.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.top-credito-remesa {
  top: 0;
  right: 0;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
}

.card-ult-remesa:hover{
  transition: 0.5s all;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.small, small{
  font-size: 1rem;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/*** Shimmer fb Css ***/
.br {
  border-radius: 8px;
}
.w80 {
  width: 80%;
}

.wrapper {
  width: 0px;
  animation: fullView 0.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.flagPicLoader {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  margin-top: 1rem;
}

.comment {
  height: 10px;
  background: #777;
  margin-top: 20px;
}

.loaderChartClasic {
  height: 100%;
  width: 100%;
  border-radius: 8px;
  margin-top: 1rem;
}
.loaderChartPolar {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  margin-top: 1rem;
}

.text-loader{
  width: 150px;
  height: 16px;
  border-radius: 12px;
  background-color: rgba(var(--bs-light-rgb), 1) !important;
}

@keyframes fullView {
  100% {
    width: 100%;
  }
}
.animate {
  animation: shimmer 2s infinite linear;
  background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
  background-size: 1000px 100%;
}
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

.content-tasas-cambio-header {
  display: flex;
  justify-content: space-between;
}

.content-tasas-cambio-header > h5 {
  font-size: 1rem;
}

.img-logo-tasas-cambio {
  width: 150px;
  height: 100px;
}

.content-tasas-cambio-header img {
  display: none;
}

/**************************************/

.img-disponibilidades {
  width: 60px;
  border-radius: 8px;
}

.card-bottom-buttons {
  padding: 0.2rem;
  right: 0;
  bottom: 0;
}
/******************************/

/*** Drag zone */

.drag-area {
  border: 2px dashed var(--primary-alt);
  height: 200px;
  width: 100%;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.drag-area.active {
  border: 2px solid var(--primary);
  background-color: rgba(0, 0, 0, 0.1);
}
.drag-area .icon {
  font-size: 100px;
  color: var(--primary);
}
.drag-area header {
  font-size: 30px;
  font-weight: 500;
  color: var(--primary-alt);
}

.drag-area img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}


/*******/

.btn-buscar-capture {
  position: absolute;
  top: 0.6rem;
  right: 1.5rem;
  width: 4.5rem;
  font-size: 10px;
}

.avatar-page-perfil {
  pointer-events: none;
  border: 3px solid #fff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: 2rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-edit-perfil {
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s all;
}

.btn-edit-perfil:hover{
 transform: scale(1.3);
}


.content-ult-remesas{
  height: 240px;
  overflow-y: scroll;
}

.flag-ult-remesa{
  height: 24px;
  border-radius: 5px;
}

.detail-ult-remesas{
  display: flex;
  flex-direction: row;
}


.text-rol-perfil{
  position: relative;
  top: -1rem;
}


@media screen and (max-width: 991px) {
.main-menu.sider{
  transition: 0.3s all ease-in-out;
  transform: translateX(-90px);
}
}


@media screen and (max-width: 768px) {
  .detail-ult-remesas{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem!important;
  }
}

@media screen and (max-width: 500px) {
  .fs-xl-3 {
    font-size: 1.5rem !important;
  }
  .drag-area header {
    font-size: 1rem;
  }
  .drag-area span {
    font-size: 1rem;
  }
  .drag-area button {
    padding: 5px 15px;
    font-size: 1rem;
  }

  #tabla_filter {
    margin: 1rem;
  }
  .flag-change {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
  }

  .fs-change-text {
    font-size: 1.5rem !important;
  }

  .fs-text-change {
    font-size: 1rem !important;
  }
}

#smartWizardValidation .card-body > div {
  height: 100%;
}

.c-pointer {
  cursor: pointer !important;
}

.dashboard-deudoras {
  height: 123px;
}

@media screen and (max-width: 350px) {
  .fs-xl-3 {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 320px) {
  .flag-change {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
  }

  .fs-change-text {
    font-size: 1rem !important;
  }

  .fs-text-change {
    font-size: 1rem !important;
  }

  .fs-text-update {
    font-size: 0.8rem !important;
  }
}


/** Flechas Swiper */
.swiper-button-prev::after {
  content: ''!important;
}

.swiper-button-prev::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  /*content: '\f0a8'!important;*/
  content: '\f060'!important;
  font-size: 2rem;
}

.swiper-button-next::after {
  content: ''!important;
}

.swiper-button-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  /*content: '\f0a9'!important;*/
  content: '\f061'!important;
  font-size: 2rem;
}
/* Fin Flechas */
