html,
body {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  color: #474747;
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 16px;
  line-height: 22px;
  background-color: #f6f6f6 !important;
  -webkit-overflow-scrolling: touch;
  letter-spacing: 0.3px;
}
body.ov-hidden {
  /*overflow: hidden;*/
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.font-bold {
  font-weight: 700 !important;
}

.font-normal {
  font-weight: 400;
}

.font-thin {
  font-weight: 300;
}

.text-white {
  color: #fff;
  text-decoration: none;
}

.text-problem {
  color: #da3912;
  text-decoration: none !important;
}
.text-problem:hover {
  color: #da3912;
}
.text-problem svg {
  position: relative;
  top: -2px;
  width: 20px;
  height: 20px;
  fill: #da3912;
}

.text-attention {
  color: #ff9900;
  text-decoration: none !important;
}
.text-attention:hover {
  color: #ff9900;
}
.text-attention svg {
  position: relative;
  top: -2px;
  width: 20px;
  height: 20px;
  fill: #ff9900;
}

.text-normal {
  color: #3366cc;
  text-decoration: none !important;
}
.text-normal:hover {
  color: #3366cc;
}
.text-normal svg {
  position: relative;
  top: -2px;
  width: 20px;
  height: 20px;
  fill: #3366cc;
}

.text-download,
.text-blue {
  color: #3366cc;
  text-decoration: none !important;
}
.text-download svg,
.text-blue svg {
  width: 22px;
  height: 22px;
  fill: #3366cc;
}

.text-green {
  color: #67d08b;
  text-decoration: none !important;
}
.text-green svg {
  position: relative;
  top: -2px;
  width: 22px;
  height: 22px;
  fill: #67d08b;
}

.text-grey {
  color: #b2b2b2;
  text-decoration: none !important;
}
.text-grey svg {
  position: relative;
  top: -2px;
  width: 22px;
  height: 22px;
  fill: #b2b2b2;
}

.text-black {
  color: #474747;
}

.text-forgot {
  font-size: 12px;
  line-height: 16px;
  text-decoration-line: underline;
}

.text-note {
  font-size: 12px;
}

.title-heading {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
}

.title-outside,
.title-sub-heading {
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  line-height: 30px;
  margin-bottom: 20px;
}

.display-inline {
  display: inline;
}

.display-inline-block {
  display: inline-block;
}

.display-block {
  display: block;
}

.link-black {
  color: #474747;
  text-decoration: none !important;
  transition: all 100ms 10ms ease;
}
.link-black svg {
  width: 22px;
  fill: #474747;
}
.link-black:hover {
  color: #666666;
}
.link-black:hover svg {
  fill: #666666;
}

.link-red {
  color: #c4302a;
  text-decoration: none !important;
  transition: all 100ms 10ms ease;
}
.link-red svg {
  width: 22px;
  fill: #c4302a;
}
.link-red:hover {
  color: #be2933;
}
.link-red:hover svg {
  fill: #be2933;
}

.link-black-red {
  color: #474747;
  text-decoration: none !important;
  transition: all 100ms 10ms ease;
}
.link-black-red svg {
  width: 22px;
  fill: #474747;
}
.link-black-red:hover {
  color: #c4302a;
}
.link-black-red:hover svg {
  fill: #c4302a;
}

.link-table {
  color: #0032a1 !important;
  text-decoration: underline;
  transition: all 100ms 10ms ease;
}
.link-table:hover {
  color: #002575 !important;
}

.border-top {
  border-top: 1px solid #dfe0eb;
}

.border-bottom {
  border-bottom: 1px solid #dfe0eb;
}

.link-white {
  color: #fff !important;
  text-decoration: none !important;
  transition: all 100ms 10ms ease;
}
.link-white:hover {
  color: #f1f1f1;
}

.link-yellow {
  color: #fed130;
  text-decoration: none !important;
  transition: all 100ms 10ms ease;
}
.link-yellow:hover {
  color: #e1b71f;
}

.text-error {
  color: #ea2359;
}

.back-arrow {
  display: inline-block;
  width: 24px;
}
.back-arrow svg {
  width: 24px;
  fill: #fed130;
}

.mauto {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.language-mobile {
  display: none;
}

#whatsapp-us {
  font-size: 14px;
  font-wight: bold;
  color: #67d08b;
}

.whatsapp-hide {
  display: none;
}

/*=====================================
=            General Style            =
=====================================*/
.header-home {
  background: #1f1f1f;
  padding: 10px 0;
  height: 54px;
  position: fixed;
  z-index: 99;
  width: 100%;
}
.header-home .logo {
  display: inline-block;
}

.bg-wrapper {
  background: url(../img/bg-home.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
  min-height: 560px;
}

.header-olin {
  display: flex;
  align-items: center;
  align-content: center;
  background: #fff;
  padding: 10px 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  height: 60px;
  position: fixed;
  top: 10;
  width: 100%;
  z-index: 99;
}
.header-olin .header-brand {
  width: 235px;
  display: flex;
}
.header-olin .header-brand .header-logo {
  width: calc(100% - 54px);
  padding: 12px 4px;
}
.header-olin .header-brand .header-logo a {
  float: right;
}
.header-olin .header-brand .header-logo a img {
  max-width: 100%;
}

.header-olin .header-wa {
  display: none;
}

.header-olin .header-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
}

.header-search {
  margin-top: 6px;
  position: relative;
  max-width: 280px;
}
.header-search.header-search-mobile {
  max-width: 100%;
}
.header-search.header-search-mobile input {
  max-width: 100%;
}
.header-search input {
  border: 1px solid #d7d7d7;
  box-sizing: border-box;
  border-radius: 2px;
  height: 38px;
  transition: all 200ms 20ms ease;
  padding: 5px 40px 5px 15px;
  font-size: 14px;
  max-width: 280px;
  width: 100%;
}
.header-search input:focus {
  outline: none !important;
  border: 1px solid #d7d7d7 !important;
  box-shadow: 0 1px 3px 0 rgba(65, 69, 73, 0.1),
    0px 1px 2px 2px rgba(65, 69, 73, 0.02);
}
.header-search .hs-group {
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 4px;
  width: 22px;
  background: none;
  outline: none;
  border: none;
  padding: 0;
}
.header-search .hs-group svg {
  fill: #666666;
}
.header-search.active .header-search-dropdown {
  visibility: visible;
  z-index: 99;
  opacity: 1;
  transform: translateY(0);
}

.header-search-dropdown {
  transition: all 200ms 20ms ease;
  transform: translateY(30px);
  background-color: #fff;
  min-height: 60px;
  max-height: 400px;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  position: absolute;
  top: 37px;
  width: 100%;
  border: 1px solid #d7d7d7;
  padding: 5px 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 3px 0 rgba(65, 69, 73, 0.1),
    0px 1px 2px 2px rgba(65, 69, 73, 0.02);
}

.hs-result {
  display: flex;
  align-items: center;
  transition: all 100ms 10ms ease;
  padding: 8px 15px;
  text-decoration: none;
  color: #474747 !important;
  cursor: pointer;
}
.hs-result:hover {
  background: #f9f9f9;
  text-decoration: none !important;
}
.hs-result .hs-img {
  height: 56px;
  width: 80px;
  overflow: hidden;
  display: inline-block;
  background-color: #b2b2b2;
  border-radius: 5px;
  overflow: hidden;
}
.hs-result .hs-img img {
  width: 100%;
  max-width: 100%;
}
.hs-result .hs-text {
  padding-left: 10px;
}

.custom-scrollbar {
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.custom-scrollbar ::-webkit-scrollbar {
  width: 8px;
}
.custom-scrollbar ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.custom-scrollbar ::-webkit-scrollbar-thumb {
  background: #b2b2b2;
}
.custom-scrollbar ::-webkit-scrollbar-thumb:hover {
  background: #fed130;
}

.header-account {
  display: flex;
  float: right;
}
.header-account > div {
  padding: 0 10px;
}
.header-account .ha-user {
  text-align: right;
  font-size: 14px;
  line-height: 18px;
  border-right: 1px solid #d7d7d7;
  padding-right: 28px;
}
.header-account .ha-user strong {
  font-weight: 700;
  display: block;
}
.header-account .ha-lang {
  margin-top: 6px;
  padding-left: 28px;
  padding-right: 40px;
}
.header-account .ha-logout {
  line-height: 32px;
}
.header-account .ha-logout a {
  color: #474747;
  text-decoration: none !important;
  transition: all 100ms 10ms;
  font-size: 14px;
  font-weight: 500;
}
.header-account .ha-logout a span {
  width: 24px;
  height: 24px;
  display: inline-block;
  padding-left: 5px;
}
.header-account .ha-logout a:hover {
  color: #c4302a;
}
.header-account .ha-logout a:hover svg {
  fill: #c4302a;
}

.custom-select-wrapper {
  position: relative;
  user-select: none;
  width: 100%;
}
.custom-select-wrapper.custom-select-wrapper-mobile {
  width: 60px;
}
.custom-select-wrapper.custom-select-wrapper-mobile
  .custom-select-olin.open
  .custom-options {
  top: -72px;
}
.custom-select-wrapper .custom-label {
  float: left;
  padding-right: 10px;
  line-height: 36px;
}

.custom-select-home {
  float: left;
}
.custom-select-home .custom-select-olin .custom-select__trigger {
  height: 34px;
  width: 128px;
  border-radius: 5px;
  border: 2px solid #fff;
  background: none !important;
  color: #fff !important;
  padding-left: 40px;
}
.custom-select-home .custom-select-olin svg {
  fill: #fff;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 10px;
  top: 3px;
}
.custom-select-home .custom-select-olin .custom-options {
  border-radius: 5px !important;
  overflow: hidden;
}
.custom-select-home .arrow::before {
  background-color: #fff !important;
}
.custom-select-home .arrow::after {
  background-color: #fff !important;
}

.custom-select-olin {
  position: relative;
  display: flex;
  flex-direction: column;
}
.custom-select-olin.no-border .custom-select__trigger,
.custom-select-olin.no-border .custom-option {
  border: none !important;
}
.custom-select-olin .arrow {
  position: relative;
  height: 6px;
  width: 6px;
}
.custom-select-olin .arrow::before,
.custom-select-olin .arrow::after {
  content: "";
  position: absolute;
  bottom: 1px;
  width: 0.1rem;
  height: 100%;
  transition: all 0.5s;
}
.custom-select-olin .arrow::before {
  left: 5px;
  transform: rotate(45deg);
  background-color: #474747;
}
.custom-select-olin .arrow::after {
  left: 1px;
  transform: rotate(-45deg);
  background-color: #474747;
}

.open .arrow::before {
  left: 5px;
  transform: rotate(-45deg);
}

.open .arrow::after {
  left: 1px;
  transform: rotate(45deg);
}

.custom-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px 8px 10px;
  font-size: 14px;
  font-weight: 300;
  color: #474747;
  height: 38px;
  width: 60px;
  line-height: 20px;
  background: #ffffff;
  cursor: pointer;
  border: 1px solid #d7d7d7;
}
.custom-select__trigger.analytic-select {
  background-color: inherit;
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  border-top: 0;
  background: #fff;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}

.custom-select-olin.open .custom-select__trigger {
  box-shadow: 0 1px 3px 0 rgba(65, 69, 73, 0.1),
    0px 1px 2px 2px rgba(65, 69, 73, 0.02);
}

.custom-select-olin.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  box-shadow: 0 1px 3px 0 rgba(65, 69, 73, 0.1),
    0px 1px 2px 2px rgba(65, 69, 73, 0.02);
}

.custom-option {
  position: relative;
  display: block;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.5s;
  border-right: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
}

.custom-option:last-child {
  border-bottom: 1px solid #d7d7d7;
}

.custom-option:hover {
  cursor: pointer;
  background-color: #f9f9f9;
}

.custom-option.selected {
  color: #474747;
  background-color: #f1f1f1;
}

.box-wa-header {
  border: 1px solid #00b689;
  border-radius: 3px;
  padding: 4px;
  width: 40px;
  text-align: center;
  line-height: 28px;
  float: right;
}
.box-wa-header svg {
  position: relative;
  top: 0px;
  left: 1px;
}

.footer-home {
  position: fixed;
  width: 100%;
  text-align: center;
  z-index: 98;
  color: #d7d7d7;
  bottom: 0;
  font-size: 10px;
  line-height: 14px;
  padding: 15px 0;
}
.footer-home p {
  margin: 0;
}

.header-mobile {
  display: none;
}

.p-mobile {
  padding: 30px 15px;
}

.wrap-mobile {
  position: fixed;
  perspective: 100px;
  right: 0;
  top: 50px;
  width: 100%;
  min-width: 100%;
  z-index: 30;
}

.wrap-mobile .wrap-mobile-content {
  position: fixed;
  width: 100%;
  height: calc(100vh - 60px);
  transform: translateY(-20px);
  perspective: 200px;
  transition: 100ms all ease;
  color: #444;
  opacity: 0;
  -webkit-box-shadow: 0px 1px 0 rgba(0, 0, 0, 0.06),
    0 1px 1px rgba(0, 0, 0, 0.01);
  -moz-box-shadow: 0px 1px 0 rgba(0, 0, 0, 0.06), 0 1px 1px rgba(0, 0, 0, 0.01);
  box-shadow: 0px 1px 0 rgba(0, 0, 0, 0.06), 0 1px 1px rgba(0, 0, 0, 0.01);
  background-color: #fff;
  visibility: hidden;
  overflow: hidden;
}

.wrap-mobile-footer {
  position: fixed;
  bottom: 20px;
  width: 100%;
  padding: 0 15px;
}

.wrap-mobile.show .wrap-mobile-content {
  transform: scale(1) translateY(9px);
  opacity: 1;
  z-index: 40 !important;
  visibility: visible;
}

.wrap-mobile.show .wrap-mobile-content {
  overflow: scroll;
  height: calc(100vh - 1px);
}
.wrap-mobile-footer {
  position: relative;
}

@media (max-width: 1024px) {
  .header-olin {
    display: block;
    padding: 0;
  }

  .header-olin .header-brand {
    width: 150px;
    float: left;
  }

  .header-olin .header-brand .hamburger {
    padding: 10px 15px;
  }

  .header-olin .header-brand .header-logo {
    padding: 16px 3px;
  }

  .header-olin .header-wa {
    float: right;
    display: block;
    width: 46px;
    height: 36px;
    margin-top: 12px;
    margin-right: 10px;
  }

  .hamburger-box {
    margin-top: 4px;
  }

  .header-account .ha-lang {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-account .ha-user {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .header-mobile {
    display: block;
  }

  .header-menu > .row {
    display: none;
  }

  .box-wa-header {
    display: inline-block;
  }

  .content-olin .content-menu {
    display: none;
  }
  .content-olin .content-body {
    margin-left: 0 !important;
  }
}
.wrapper-home {
  min-height: 560px;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.wrapper-home .container-home {
  position: relative;
  z-index: 98;
}
.wrapper-home .container-home > .row {
  height: 100vh;
}

.content-olin {
  display: flex;
  align-content: center;
  padding: 20px 0;
  position: relative;
  padding-top: 80px;
}
.content-olin .overlay {
  transition: all 250ms 20ms ease;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100vh - 60px);
  z-index: 0;
  visibility: hidden;
  opacity: 0;
}
.content-olin .overlay.active {
  visibility: visible;
  z-index: 88;
  opacity: 1;
}
.content-olin .content-menu {
  width: 240px;
  padding: 0 15px;
  transition: all 250ms 20ms ease;
  position: fixed;

  height: calc(100vh - 100px); /* added code andi - 20220228 */
  overflow-y: auto; /* added code andi - 2022013*/
  overflow-x: hidden; /* added code andi - 20220228*/
}

/* added code andi - 2022013*/
.content-olin.content-active .content-menu {
  overflow-y: hidden; /* added code andi - 2022013*/
}

.content-olin .content-body {
  transition: all 250ms 20ms ease;
  position: relative;
  margin-left: 235px;
}
.content-olin.content-active .content-menu {
  width: 100px;
}
.content-olin.content-active .content-menu .menu-olin {
  width: inherit;
}
.content-olin.content-active .content-menu .menu-olin li a {
  padding: 10px 0;
  display: inline-block;
  /*width: 40px;*/
  text-align: center;
  max-height: inherit;
}
.content-olin.content-active .content-menu .menu-olin li a span.text {
  display: inline-block;
  padding-left: 0;
  font-weight: 400;
  font-size: 9px;
}
.content-olin.content-active .content-menu .menu-bottom {
  width: 50px;
}
.content-olin.content-active .content-menu .text-help {
  opacity: 0;
  visibility: hidden;
}
.content-olin.content-active .content-body {
  width: 100%;
  margin-left: 85px;
  padding-right: 25px;
}

/* 1434  */
@media (max-width: 1434px) {
  .content-olin.content-active .content-body {
    width: 94%;
    margin-left: 75px;
    padding-right: 25px;
  }
}

/* 1434  */
@media (max-width: 1024px) {
  .content-olin.content-active .content-body {
    width: 100%;
    margin-left: 75px;
    padding-right: 25px;
  }

  #ship-oil-monitoring-download-popup .box-modal {
    width: 90% !important;
  }
  #ship-oil-monitoring-download-popup svg {
    width: 90% !important;
  }
}

/* 412px  */
@media (max-width: 412px) {
  .content-olin.content-active .content-body {
    padding-right: 18px;
  }
}

/*added by andi - 20220113 */
.content-olin .content-menu .menu-olin li ul {
  display: block;
}
.content-olin.content-active .content-menu .menu-olin li ul {
  display: none;
}

.menu-bottom {
  position: absolute;
  bottom: 10px;
  width: 90%; /* edditted by andi - 20220228 : dari 185px jadi 90%  */
  transition: all 250ms 20ms ease;
}

.bottom-link-fixed {
  border: 1px solid #00b689;
  border-radius: 4px;
  padding: 5px;
  display: block;
  text-align: center;
}
.bottom-link-fixed svg {
  width: 20px;
  height: 20px;
  fill: #00b689;
}

.intro-home {
  color: #fff;
  max-width: 480px;
  padding: 0 50px;
  box-sizing: content-box;
}
.intro-home h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 30px;
}
.intro-home p {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
}

.ol-p img {
  opacity: 0.6;
  width: 20px;
  position: relative;
  margin-bottom: 15px;
  top: 5px;
}
.ol-p span {
  padding-left: 10px;
}

.ol-pitem {
  padding: 15px 0;
  border-bottom: 1px solid #dfe0eb;
  font-size: 14px;
  color: #474747;
}
.ol-pitem h4 {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  margin: 0;
}
.ol-pitem svg {
  margin: 0 5px;
  width: 20px;
  fill: #0032a1;
}

.card-olin {
  background-color: #fff;
  padding: 12px 0;
  border-radius: 4px;
  min-height: 100px;
  margin-bottom: 30px;
}
.card-olin.card-olin-menu {
  /*height: calc(100vh - 100px);*/ /* commented by andi - 20220228 : perubahan supaya height yang dinamis di sisi menu saja */
  border-radius: 8px;
  padding: 10px;
  position: relative;
}
.card-olin.card-radius {
  border-radius: 8px;
}
.card-olin.card-shadow {
  box-shadow: 0 1px 3px 0 rgba(65, 69, 73, 0.1),
    0px 1px 2px 2px rgba(65, 69, 73, 0.02);
}
.card-olin .card-olin-header {
  padding: 0 20px;
  position: relative;
  margin-bottom: 20px;
}
.card-olin .card-olin-header h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
}
.card-olin .card-olin-header h3 .link {
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  display: inline-block;
  margin: 0 10px;
  text-decoration: none !important;
  transition: all 100ms 50ms ease;
  color: #346be6;
}
.card-olin .card-olin-header h3 .link:hover {
  color: #0032a1;
}
.card-olin .card-olin-header .card-action {
  position: absolute;
  right: 20px;
  top: 0;
}
.card-olin .card-action-mobile {
  position: relative !important;
  right: auto;
  left: auto;
  padding-left: 15px;
}
.card-olin .card-olin-body {
  padding: 0 20px;
}
.card-olin.no-padding .card-olin-header,
.card-olin.no-padding .card-olin-body {
  padding: 0;
}

.card-summary {
  margin-bottom: 10px;
}
.card-summary .row {
  min-height: 65px;
}

.card-table .table {
  min-width: 800px;
}
.card-table .table thead th {
  border-top: none !important;
  border-bottom: 1px solid #dee2e6;
  font-size: 14px;
  line-height: 16px;
  color: #b2b2b2;
  font-weight: 400;
}
.card-table .table thead th:first-child {
  padding-left: 0;
}
.card-table .table thead th:last-child {
  padding-right: 0;
}
.card-table .table tbody tr td {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #474747;
}
.card-table .table tbody tr td:first-child {
  padding-left: 0;
}
.card-table .table tbody tr td:last-child {
  padding-right: 0;
}

.td-img {
  height: 56px;
  width: 80px;
  overflow: hidden;
}

.card-black {
  width: 380px;
  background: rgba(17, 17, 17, 0.7) !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px !important;
  color: #fff;
  padding: 36px;
  font-size: 14px;
  line-height: 21px;
  min-height: 400px;
  position: relative;
}
.card-black h3 {
  margin: 0 0 30px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.card-black .card-footer {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.box-form-wrap {
  max-width: 600px;
}

.box-login,
.box-form {
  /* BEGIN CODE ANDI - 20210220 : penambahan field field required */
  /* END CODE ANDI - 20210220 : penambahan field field required */
}
.box-login .fg-label,
.box-form .fg-label {
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #d7d7d7;
  font-family: "Nunito Sans", sans-serif !important;
}
.box-login .form-group,
.box-form .form-group {
  margin-bottom: 30px;
  position: relative;
}
.box-login .form-group.field-error .fg-control,
.box-form .form-group.field-error .fg-control {
  border: 1px solid #ea2359 !important;
}
.box-login .form-group-alert-ready,
.box-form .form-group-alert-ready {
  text-align: left;
}
.box-login .form-group-alert-ready .alert-message,
.box-form .form-group-alert-ready .alert-message {
  display: none;
  font-size: 12px;
  color: #ff392e;
}
.box-login .form-group-alert-ready .alert-message.show,
.box-form .form-group-alert-ready .alert-message.show {
  display: inline-flex;
}
.box-login .form-group-alert-ready label,
.box-form .form-group-alert-ready label {
  display: inline-flex;
}
.box-login .form-group-alert-ready input.is-alert,
.box-login .form-group-alert-ready select.is-alert,
.box-form .form-group-alert-ready input.is-alert,
.box-form .form-group-alert-ready select.is-alert {
  border: 1px solid #ff392e !important;
}
.box-login .fg-input-group,
.box-form .fg-input-group {
  position: relative;
}
.box-login .fg-input-group .fg-icon,
.box-form .fg-input-group .fg-icon {
  position: absolute;
  right: 0px;
  top: 1px;
  z-index: 20;
  width: 44px;
  padding: 7px 0;
}
.box-login .fg-input-group .fg-icon svg,
.box-form .fg-input-group .fg-icon svg {
  fill: #d7d7d7;
  width: 22px;
}
.box-login .fg-input-group .fg-icon a,
.box-form .fg-input-group .fg-icon a {
  padding: 6px 10px;
}
.box-login .fg-control,
.box-form .fg-control {
  width: 100%;
  background: rgba(196, 196, 196, 0.3);
  border-radius: 4px;
  outline: none !important;
  transition: all 100ms 10ms linear;
  height: 38px;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 21px;
  color: #d7d7d7 !important;
  font-family: "Nunito Sans", sans-serif !important;
  border: none !important;
}
.box-login .fg-control:focus,
.box-form .fg-control:focus {
  background: rgba(196, 196, 196, 0.5);
}
.box-login textarea.fg-control,
.box-form textarea.fg-control {
  height: 100% !important;
}
.box-login ::placeholder,
.box-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
.box-login :-ms-input-placeholder,
.box-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.box-login ::-ms-input-placeholder,
.box-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.box-login.wrap-form .fg-label,
.box-form.wrap-form .fg-label {
  color: #474747 !important;
}
.box-login.wrap-form .fg-control,
.box-form.wrap-form .fg-control {
  color: #474747 !important;
  background: #fff !important;
  border: 1px solid #b2b2b2 !important;
}
.box-login.wrap-form .fg-control:focus,
.box-form.wrap-form .fg-control:focus {
  background: none !important;
  border: 1px solid #474747 !important;
}
.box-login .fg-control:disabled,
.box-form .fg-control:disabled {
  background: #ebebe4 !important;
}
.box-login.wrap-form .fg-input-group .fg-icon svg,
.box-form.wrap-form .fg-input-group .fg-icon svg {
  fill: #555;
  width: 22px;
}
.box-login.wrap-form ::placeholder,
.box-form.wrap-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b2b2b2 !important;
  opacity: 1;
  /* Firefox */
}
.box-login.wrap-form :-ms-input-placeholder,
.box-form.wrap-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b2b2b2 !important;
}
.box-login.wrap-form ::-ms-input-placeholder,
.box-form.wrap-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b2b2b2 !important;
}

.upload-msg {
  padding: 30px;
  font-size: 14px;
  color: #aaa;
  width: 100%;
  margin: 10px auto;
  border: 2px dashed #d7d7d7;
  position: relative;
  cursor: pointer;
  background: #f6f6f6;
  border-radius: 3px;
}

.upload-demo-wrap {
  width: 100%;
  height: 300px;
  margin: 0 auto;
}

.upload-wrap .upload-image-wrap,
.upload-wrap .upload-result,
.upload-wrap.ready .upload-msg {
  display: none;
}

.upload-wrap.ready .upload-image-wrap {
  display: block;
}

.btn-upload {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border: none !important;
  cursor: pointer;
}

.btn-upload input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: #f6f6f6;
  cursor: inherit;
  display: block;
}

.message-error {
  font-size: 12px;
  line-height: 16px;
  color: #ea2359;
  min-height: 20px;
}

.action-table {
  text-decoration: none !important;
  padding: 0 3px;
  transition: all 100ms 10ms;
}
.action-table:hover svg {
  fill: #474747;
}
.action-table.action-delete:hover svg {
  fill: #c4302a;
}
.action-table.action-edit:hover svg {
  fill: #0032a1;
}
.action-table svg {
  width: 20px;
  height: 20px;
  fill: #666666;
}

.status-olin .sto-bullet {
  margin-right: 3px;
}

.sto-bullet {
  width: 10px;
  height: 10px;
  background-color: #b2b2b2;
  display: inline-block;
  border-radius: 50%;
}
.sto-bullet.sto-blue {
  background-color: #0032a1;
}
.sto-bullet.sto-yellow {
  background-color: #fed130;
}
.sto-bullet.sto-red {
  background-color: #c4302a;
}
.sto-bullet.sto-green {
  background-color: #00b689;
}

.cs-title {
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  color: #b2b2b2;
}

.cs-value {
  font-size: 18px;
  line-height: 25px;
  color: #474747;
}
.cs-value.big {
  font-size: 40px;
  line-height: 38px;
  margin-top: 10px;
}

.menu-olin {
  list-style: none;
  margin: 0;
  padding: 0;
  /*width: 180px;*/
}
.menu-olin.menu-olin-mobile {
  width: 100%;
}
.menu-olin li {
  display: block;
  margin-bottom: 8px;
  /*background-color: #fff;*/
}
.menu-olin li a {
  display: block;
  color: #666;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  padding: 10px 8px;
  border-radius: 4px;
  max-height: 44px;
  transition: all 200ms 20ms ease;
}

.content-olin.content-active .content-menu .menu-olin li a {
  /*padding: 0;*/
}

.menu-olin li a span.icon {
  height: 24px;
  width: 24px;
  display: inline-block;
}
.menu-olin li a span.text {
  padding-left: 10px;
}
.menu-olin li a svg {
  fill: #666;
}
.menu-olin li:hover a {
  background-color: #f9f9f9;
}
.menu-olin li.active a {
  background-color: #eaf2fd;
  color: #0032a1;
}
.menu-olin li.active a svg {
  fill: #0032a1 !important;
}

.content-olin .menu-olin-header {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url(../img/arrow_drop_center.png);
}
.content-olin .menu-olin-header.active {
  background-image: url(../img/arrow_up_center.png);
}
.content-olin.content-active .menu-olin-header {
  cursor: pointer;
  background-image: url();
  background-repeat: no-repeat;
  background-position: center right;
}

.menu-olin-child li {
  display: block;
  margin-left: -14px;
}

.menu-olin li.active > ul li a {
  background-color: #fff;
  color: #666;
}

.menu-olin li.active > ul li.active a {
  /*background-color: #EAF2FD;*/
  color: #0032a1;
}

.menu-olin-child li.active a svg {
  fill: #0032a1 !important;
}
.content-olin.content-active .content-menu .menu-olin-child li {
  display: none;
  margin-left: -40px;
}

.box-grey {
  font-size: 14px;
  line-height: 21px;
  background: #f6f6f6;
  padding: 20px;
  margin-bottom: 15px;
  color: #474747;
}
.box-grey .box-title {
  font-weight: 700;
  font-size: 14px;
}

.box-vessel {
  font-size: 14px;
}
.box-vessel .title-vessel {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
}
.box-vessel .bv-img {
  border-radius: 4px;
  overflow: hidden;
}
.box-vessel .bv-img img {
  width: 100%;
  max-width: 100%;
}

.row-vessel {
  font-size: 14px;
}

.box-ship-chart {
  background: #f9f9f9;
  padding: 20px 30px;
  margin-bottom: 15px;
}
.box-ship-chart .btn {
  font-weight: bold;
  border-radius: 3px;
}
.box-ship-chart .row-ship-chart h4 {
  color: #474747;
  font-size: 18px;
}
.box-ship-chart .row-ship-chart span {
  color: #666666;
  font-size: 14px;
}
.box-ship-chart .row-ship-chart img {
  width: 30px;
}
.box-ship-chart .row-ship-chart .col {
  padding-left: 10px;
}

.box-tab nav {
  margin-bottom: 15px;
}
.box-tab .nav-tabs {
  border: 1px solid #dfe0eb;
  padding: 10px !important;
  display: inline-block;
}
.box-tab .nav-tabs .nav-item {
  display: inline-block;
  border: none !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
  color: #474747;
}
.box-tab .nav-tabs .nav-item:hover {
  border: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
.box-tab .nav-tabs .nav-item.show .nav-link,
.box-tab .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #0032a1;
  border-color: none !important;
}

.box-accordion .accordion {
  margin-bottom: 20px;
}
.box-accordion .card {
  border: none !important;
  border-radius: 2px !important;
}
.box-accordion .card-header {
  background: #fff !important;
  border-bottom: none !important;
  padding-top: 0;
  padding-bottom: 0;
}
.box-accordion .card-header h2 .btn {
  font-weight: 700 !important;
  font-size: 16px;
  line-height: 22px;
  color: #474747;
  text-decoration: none !important;
  border-bottom: none;
  display: block;
  padding: 20px 0 !important;
  border-bottom: 1px solid #dfe0eb;
  width: 100%;
  text-align: left;
  position: relative;
  min-height: 64px;
}
.box-accordion .card-header h2 .btn img {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: all 50ms 20ms ease;
}
.box-accordion .card-header h2 .btn.collapsed {
  border-bottom: 1px solid #fff;
}
.box-accordion .card-header h2 .btn.collapsed img {
  transform: translateY(-50%) rotate(0);
}

.breadcrumb {
  background: none !important;
  padding: 0 !important;
  font-size: 14px !important;
}
.breadcrumb li a {
  color: #b2b2b2;
  text-decoration: none !important;
  transition: all 100ms 10ms ease;
}
.breadcrumb li:hover a {
  color: #474747;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 15px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 15px;
  color: #b2b2b2;
  content: url("data:image/svg+xml; utf8, <svg width='12px' height='12px' viewBox='0 0 16 16' class='bi bi-chevron-right' fill='currentColor' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
  opacity: 0.6 !important;
}

.loader {
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  border-top: 4px solid #fff;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 1.6s linear infinite;
  /* Safari */
  animation: spin 1.6s linear infinite;
  display: inline-block;
  margin: auto;
  text-align: center;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* text-based popup styling */
.wrap-modal {
  position: fixed;
  bottom: 0;
  right: 0px;
  z-index: 0;
  width: 100%;
  height: 100vh;
  transition: all 500ms 20ms ease;
  z-index: -999 !important;
}
.wrap-modal.wrap-big .box-modal {
  max-height: 96vh;
  width: 800px;
}

.wrap-modal .box-modal {
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  width: 460px;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.2s all ease;
  transform: translate(0, 0) rotateX(-180deg) scale(0.3);
  opacity: 0;
  visibility: hidden;
  top: 50%;
  left: 50%;
  height: fit-content;
  overflow-y: scroll;
}
.wrap-modal .box-modal .box-modal-content {
  padding: 30px 40px;
}
.wrap-modal ::-webkit-scrollbar {
  width: 8px;
}
.wrap-modal ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.wrap-modal ::-webkit-scrollbar-thumb {
  background: #b2b2b2;
}
.wrap-modal ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.wrap-modal.show {
  z-index: 9990 !important;
  background: rgba(0, 0, 0, 0.26);
}

.wrap-modal.show .box-close {
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 9991;
}

.wrap-modal.show .box-modal {
  max-height: 600px;
  opacity: 1;
  transform: translate(-50%, -50%) rotateX(0) scale(1);
  visibility: visible;
  z-index: 9999;
}

.icon-red svg {
  width: 80px;
  height: 80px;
  fill: #c4302a;
}

.icon-green svg {
  width: 64px;
  height: 64px;
  fill: #00b689;
}

.icon-blue svg {
  width: 64px;
  height: 64px;
  fill: #0032a1;
}

#section-aux .section-aux-form:first-child .card-action {
  display: none;
}

#section-contact .section-contact-form:first-child .card-action {
  display: none;
}

#section-summary .section-summary-form:first-child .removeSummary {
  display: none;
}

#section-survey .section-survey-form:first-child .removeSurvey {
  display: none;
}

.editor-olin {
  min-height: 100px;
}

.datepicker {
  z-index: 999 !important;
  padding: 5px 10px !important;
}

.datepicker td,
.datepicker th {
  padding: 5px !important;
}

.wrapper-canvas {
  margin-top: 30px;
  background: #6a6a6a;
  text-align: center;
  padding: 30px;
}
.wrapper-canvas #the-canvas {
  width: 700px;
  height: 100%;
  margin: auto;
}
.wrapper-canvas .canvas-info {
  width: 700px;
  margin: auto;
  text-align: left;
}

.ss-mobile {
  display: none;
}

@media (max-width: 860px) {
  .section-summary-form .col-12.col-sm-11,
  .section-survey-form .col-12.col-sm-11 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-summary-form .col-sm-5-12,
  .section-survey-form .col-sm-5-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .wrap-modal.wrap-big .box-modal {
    width: 90%;
    max-width: 600px;
  }

  .wrapper-canvas {
    margin-top: 20px;
    padding: 30px 15px;
  }
  .wrapper-canvas #the-canvas {
    width: 400px;
  }
  .wrapper-canvas .canvas-info {
    width: 400px;
  }

  .ss-desktop {
    display: none;
  }

  .ss-mobile {
    display: block;
  }
}
@media (max-width: 640px) {
  .box-ship-chart {
    padding: 0;
    background: none;
  }

  .box-tab .nav-tabs {
    padding: 7px 7px 0 7px !important;
  }
  .box-tab .nav-tabs .nav-item {
    font-size: 14px;
    padding: 8px !important;
  }

  .wrap-modal .box-modal {
    width: 95%;
    max-width: 460px;
  }
  .wrap-modal .box-modal .box-modal-content {
    padding: 20px;
  }
  .wrap-modal.wrap-big .box-modal {
    width: 95%;
    max-width: 600px;
  }

  .mbb-10 {
    margin-bottom: 10px;
  }
}
@media (max-width: 520px) {
  .wrapper-canvas {
    margin-top: 20px;
    padding: 30px 15px;
  }
  .wrapper-canvas #the-canvas {
    width: 300px;
  }
  .wrapper-canvas .canvas-info {
    width: 100%;
  }
  .wrapper-canvas .canvas-info .row div {
    text-align: center;
    float: none !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 440px) {
  .box-tab .nav-tabs .nav-item {
    white-space: nowrap;
    max-width: 55%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 380px) {
  .wrapper-canvas #the-canvas {
    width: 260px;
  }
}
.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.btn {
  min-width: 100px;
  min-height: 38px;
  max-height: 38px;
  border-radius: 4px !important;
  transition: all 200ms 40ms ease !important;
  border: 1px solid #d9d9d9;
}
.btn svg {
  width: 22px;
  fill: #474747;
}
.btn.btn-loader {
  opacity: 0.6;
  pointer-events: none;
}
.btn:hover {
  opacity: 0.9;
}
.btn.btn-yellow {
  background: #fed130;
  color: #666666;
  border-color: #666666;
}
.btn.btn-yellow svg {
  fill: #666666;
}
.btn.btn-soft-blue {
  background: #e3ecf8;
  color: #0032a1 !important;
  border-color: #e3ecf8 !important;
}
.btn.btn-soft-blue svg {
  fill: #0032a1;
}
.btn.btn-soft-blue:hover {
  background: #d2e2f7 !important;
  border-color: #d2e2f7 !important;
}
.btn.btn-soft-blue-outline {
  background: #e3ecf8;
  color: #0032a1 !important;
  border-color: #0032a1 !important;
}
.btn.btn-soft-blue-outline svg {
  fill: #0032a1;
}
.btn.btn-soft-blue-outline:hover {
  background: #d2e2f7 !important;
}
.btn.btn-blue {
  background: #0032a1;
  color: #fff !important;
  border-color: #0032a1 !important;
}
.btn.btn-blue svg {
  fill: #fff;
}
.btn.btn-blue:hover {
  opacity: 0.8;
}
.btn.btn-blue-outline {
  background: transparent;
  color: #0032a1 !important;
  border-color: #0032a1 !important;
}
.btn.btn-blue-outline svg {
  fill: #0032a1;
}
.btn.btn-green {
  background: #00b689;
  color: #fff !important;
  border-color: #00b689 !important;
}
.btn.btn-green svg {
  fill: #fff;
}
.btn.btn-green:hover {
  opacity: 0.8;
}
.btn.btn-green-outline {
  background: transparent;
  color: #00b689 !important;
  border-color: #00b689 !important;
}
.btn.btn-green-outline svg {
  fill: #00b689;
}

.btn.btn-red {
  background: #c4302a;
  color: #fff !important;
  border-color: #c4302a !important;
}
.btn.btn-red svg {
  fill: #fff;
}
.btn.btn-red-outline {
  background: transparent;
  color: #c4302a !important;
  border-color: #c4302a !important;
}
.btn.btn-red-outline svg {
  fill: #c4302a;
}

@media (max-width: 992px) {
  .btn {
    margin: 5px 0;
  }

  .form-check-input {
    margin-left: 0 !important;
  }

  .form-check-label {
    padding-left: 3px;
  }
}
@media (max-width: 580px) {
  .form-check-label {
    padding-left: 20px;
  }
}
/*=====================================
=           Column t Style           =
=====================================*/
.col-xs-5-12,
.col-sm-5-12,
.col-md-5-12,
.col-lg-5-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5-12 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5-12 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5-12 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5-12 {
    width: 20%;
    float: left;
  }
}
@media (max-width: 1024px) {
  .d-1024-none {
    display: none !important;
  }

  .col-box-home {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 95%;
  }
  .col-box-home .card-black {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .auto-1024 {
    margin: auto;
  }
}
@media (max-width: 992px) {
  .wrapper-home .container,
  .header-home .container {
    width: 100%;
    max-width: 100%;
  }

  .d-992-none {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .d-768-none {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .d-480-none {
    display: none !important;
  }

  .wrapper-home {
    overflow: hidden;
  }
  .wrapper-home .container-home.container-single > .row {
    min-height: 100vh;
  }
  .wrapper-home .container-home .row {
    height: 100%;
  }

  .col-box-home.col-single .card-black {
    margin-top: 0;
  }
  .col-box-home .card-black {
    margin-top: 25px;
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    padding: 20px;
  }

  .language-mobile {
    display: block;
    padding-top: 80px;
    float: none;
    text-align: center;
    width: 245px;
    margin: 0 auto;
    z-index: 99;
  }
  .language-mobile small {
    float: left;
    padding-right: 10px;
    line-height: 32px;
    display: inline-block;
  }

  .header-text {
    display: none;
  }
}
@media (min-width: 480px) {
  .d-sm-none {
    display: none !important;
  }
}

/*# sourceMappingURL=main.css.map */
