/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://library-sdb.apps.bancolombia.com/bds/7.0.0/bds.min.css);
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/styles.scss?ngGlobalStyle (1) ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  position: relative;
  min-height: 100vh;
  background-color: #f4f4f4;
  overflow-x: hidden;
}
html .trazo1,
body .trazo1 {
  position: absolute;
  left: -20rem;
  top: -3rem;
}
html .trazo2,
body .trazo2 {
  position: absolute;
  right: -1rem;
  bottom: 0rem;
}

.authComponent {
  background-color: #f4f4f4;
}
.authComponent .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  border-radius: 20px;
  padding: 1rem;
  background-color: #f4f4f4;
}
.authComponent .text .button {
  width: 15rem;
}
.authComponent .imgContainer {
  width: 85vw;
  max-width: 450px;
  min-width: 200px;
  margin: 0;
}
.authComponent .imgContainer img {
  width: 100%;
  border-radius: 15px;
}

.header {
  position: absolute;
  top: 0px;
  width: 100vw;
}
.header .cursor-pointer {
  cursor: pointer;
}

.homeComponent .homeContainerTitulo {
  background-color: #f4f4f4;
  border-radius: 10px;
}
.homeComponent .iconIdea {
  border-radius: 50%;
  background-color: #59CBE8;
}

.pdf-viewer {
  height: 100vh;
}

.readonly-input {
  opacity: 1;
  color: #7c8287;
  cursor: not-allowed;
}

.footer {
  margin-top: auto;
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #f4f4f4;
}
.footer #footerNoNetworkLinks.bc-footer {
  padding: 0px;
  display: flex;
  justify-content: center;
}
.footer #footerNoNetworkLinks.bc-footer .bc-container {
  padding: 0px;
  padding-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
}

.bcs-badge-canon-status {
  min-width: 6rem;
  padding: 0.5rem;
  border-radius: 1rem;
}

.encabezadosLargos {
  max-width: 10rem !important;
  white-space: normal !important;
  word-wrap: break-word !important;
  text-align: center !important;
}

.bcs-body-tr-loading {
  position: relative;
  height: 6.5rem !important;
}

.bcs-body-tr-loading > section {
  position: absolute;
  left: 35%;
  top: 25%;
}

.bc-table-dropdown-color {
  background-color: rgba(44, 42, 41, 0.1607843137);
  border-radius: 15px;
}

.estadocolum {
  width: 185px;
}

.coloresPorEstado {
  width: 15px;
  border-radius: 15px;
}

.coloresPorEstado.status-por-identificar {
  background-color: #FEF4BB;
  width: 4rem;
  border: 1px solid #FDDD35;
}
.coloresPorEstado.status-aprobado {
  background-color: #CCEFF8;
  width: 4rem;
  border: 1px solid #59CBE8;
}
.coloresPorEstado.status-rechazo-comercial {
  background-color: #FFD7C4;
  width: 4rem;
  border: 1px solid #FF8246;
}
.coloresPorEstado.status-recibido-bien-servicio {
  background-color: #66DBB8;
  width: 4rem;
  border: 1px solid #00C389;
}
.coloresPorEstado.status-rechazo-fiscal {
  background-color: #B3B5B8;
  width: 4rem;
  border: 1px solid #838486;
}
.coloresPorEstado.status-rechazo-fiscal-EDN {
  background-color: #F9D3E1;
  width: 4rem;
  border: 1px solid #F5B7CD;
}

.boderColor {
  border: 3px solid #FDDD35;
}
