@font-face {
  font-family: Maersk Text;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/maersk/MaerskText-Regular.eot") format("eot"),
    url("../fonts/maersk/MaerskText-Regular.woff2") format("woff2"),
    url("../fonts/maersk/MaerskText-Regular.woff") format("woff");
}

@font-face {
  font-family: Maersk Text;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/maersk/MaerskText-Bold.eot") format("eot"),
    url("../fonts/maersk/MaerskText-Bold.woff2") format("woff2"),
    url("../fonts/maersk/MaerskText-Bold.woff") format("woff");
}

body {
  margin: 0px;
  font-family: Maersk Text, sans-serif;
}

/* PIE */

.ind-footSmall {
  padding: 2px 0px;
}

.ind-footFondo {
  width: 100%;
  height: 37px;
}

.ind-footNav {
  padding: 0px;
  -webkit-box-shadow: 0px -2px 6px -1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px -2px 6px -1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px -2px 6px -1px rgba(0, 0, 0, 0.4);
  background-color: var(--core-tertiary);
}

.ind-footText {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  font-size: 12px;
}

.ind-footImg {
  margin-right: 0.5rem;
  display: inline-block;
  /*
	background-image: url('../img/logo-02.png');
    width: 220px;
    height: 10px;*/
}

.ind-footImgv2 {
  margin-right: 0.5rem;
  display: inline-block;
  /*
	background-image: url('../img/logo-03.png');
    width: 202px;
    height: 15px;*/
}

.ind-footConex {
  position: absolute;
  right: 0.3rem;
  top: 0.6rem;
}

/* -------------- */

/* ohCore */

.ohCore-body-content {
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  min-height: fit-content; /*new*/
}

.ohCore-body-center {
  text-align: center;
}

.ohCore-body-font {
  color: #fff !important;
  font-weight: 600;
}

.ohCore-body-img {
  background-image: url("../img/loading.svg");
  display: inline-block;
  font-weight: 300;
  width: 100px;
  height: 100px;
  background-size: contain;
}

/* -------------- */

/* custom */

@media screen and (max-width: 576px) {
  .vistaA {
    display: inline-block !important;
  }
  .vistaAInline {
    display: inline-block !important;
  }
  .vistaACell {
    display: table-cell !important;
  }
  .vistaB {
    display: none !important;
  }
  .vistaC {
    display: none !important;
  }
  .vistaBC {
    display: none !important;
  }
  .vistaAB {
    display: inline-block !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .vistaA {
    display: none !important;
  }
  .vistaAInline {
    display: none !important;
  }
  .vistaACell {
    display: none !important;
  }
  .vistaB {
    display: inline-block !important;
  }
  .vistaC {
    display: none !important;
  }
  .vistaBC {
    display: inline-block !important;
  }
  .vistaAB {
    display: inline-block !important;
  }
}

@media screen and (min-width: 768px) {
  .vistaA {
    display: none !important;
  }
  .vistaAInline {
    display: none !important;
  }
  .vistaACell {
    display: none !important;
  }
  .vistaB {
    display: none !important;
  }
  .vistaC {
    display: inline-block !important;
  }
  .vistaBC {
    display: inline-block !important;
  }
  .vistaAB {
    display: none !important;
  }
}

.ind-body-maxContent:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  position: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 4s ease-in-out;
}

.ind-body-maxContent {
  position: fixed;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--core-cuaternary);
  min-height: 100%;
  overflow: auto; /*new*/
}

.img_logo_01_svg {
  background-image: url("../img/logo-01.png");
  display: inline-block;
  width: 350px;
  height: 180px;
  background-repeat: round;
}

/* For texts */

.text-size-15 {
  font-size: 1.5rem;
}

.text-size-15i {
  font-size: 1.5rem !important;
}

.text-size-10 {
  font-size: 1rem;
}

.text-size-8 {
  font-size: 0.8rem;
}

.text-GrayBlue {
  color: #acc6d1;
}

.text-bold {
  font-weight: bold;
}

/* Material css */
.cdk-drag-animating {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.cdk-drag-preview {
  display: flex;
}

/* Login Maersk Styles */
.login-maersk-background {
  background: linear-gradient(135deg, #1B4F72 0%, #2E86AB 50%, #A23B72 100%);
  min-height: 100vh;
}

.login-btn-primary {
  background: linear-gradient(45deg, #0073E6 0%, #005BB5 100%);
  border: none;
  color: white;
  font-weight: 600;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 115, 230, 0.3);
  transition: all 0.3s ease;
}

.login-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 115, 230, 0.4);
}

.login-btn-azure {
  background: linear-gradient(45deg, #00A4E4 0%, #0073E6 100%);
  border: none;
  color: white;
  font-weight: 600;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 164, 228, 0.3);
  transition: all 0.3s ease;
}

.login-btn-azure:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 164, 228, 0.4);
}

.login-tooltip-position {
  position: absolute;
  top: 0.4rem;
  right: -1.3rem;
}

.login-password-group {
  position: relative;
}

.tooltip-text-left {
  text-align: left;
}
