@charset "UTF-8";
.three-dots {
  text-align: center;
}

.three-dots:after {
  cursor: pointer;
  content: "⠇";
  font-size: 20px;
  padding: 0 5px;
}

.dropdown-dots {
  position: absolute;
  right: 10px;
  outline: none;
  opacity: 0;
  z-index: -1;
  max-height: 0;
  transition: opacity 0.1s, z-index 0.1s;
  box-shadow: -7px 8px 16px 0 rgba(55, 70, 95, 0.2);
  background-color: white;
  min-width: 9.65rem;
  padding: 0.4rem 0;
  margin: 0.5rem 0 0;
  font-size: 0.8rem;
  color: #727E8C;
  text-align: left;
  border: 1px solid #DFE3E7;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}

.dropdown-dots a {
  display: block;
  width: 100%;
  padding: 0.8rem 1.6rem;
  font-size: 0.8rem;
  color: #475F7B;
  text-transform: uppercase;
}

.dropdown-dots a:hover {
  color: #475F7B !important;
  text-decoration: none;
  background-color: #F2F4F4;
  cursor: pointer;
}

.dropdown-dots a:active {
  color: #FFFFFF !important;
  text-decoration: none;
  background-color: #5A8DEE;
  cursor: progress;
}

.dropdown-dots.show {
  display: flex;
  opacity: 1;
  z-index: 100;
  max-height: 100vh;
}

.btn-login {
  color: white;
  width: 190.67px;
  height: 44px;
  border-radius: 52px;
  font-size: 18px;
  font-weight: 300;
}

.main_color {
  background: rgb(114, 242, 215);
  background: linear-gradient(90deg, rgb(114, 242, 215) 0%, rgb(93, 197, 175) 100%);
}

.btn-login:hover {
  color: black;
}

#login_background {
  background-image: url("../../images/pages/login.webp");
  background-position: center;
  background-size: cover;
}

#auth-login {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

#auth_logo {
  margin-bottom: 65px;
}

.login__input {
  border-radius: 7px;
  background: #F4F4F4;
  margin-bottom: 29px;
  border: none;
}

.login__input:focus {
  border: 1px solid #5A8DEE;
}

.login__input__row {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: #2c3333;
}

.login-wrapper {
  display: flex;
}

.form-input {
  width: 100%;
  border-radius: 7px;
  line-height: 50px;
  border: none;
  outline: none;
  padding: 0 14px;
  box-sizing: border-box;
  font-weight: 400;
  background-color: #f4f4f4;
  color: #2c3333;
}

.body-2 {
  font-size: 14px;
}

.body-2, .body-3 {
  font-family: Poppins, sans-serif;
  font-weight: 300;
  line-height: 1.38;
}

.login-wrapper {
  padding: 40px 10px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}

.login {
  display: flex;
  width: 100%;
  box-shadow: -10px 12px 38px -15px rgba(0, 0, 0, 0.5);
}

.login__data {
  width: 50%;
  padding: 40px 10.5% 80px;
  box-sizing: border-box;
}

.login__logo {
  width: 212px;
  height: 49px;
  display: block;
  margin: 0 auto 82px;
}

.header__logo-image {
  width: 100%;
}

.login__form {
  margin-bottom: 52px;
}

.login__link {
  color: #5ec6b0;
  text-decoration: none;
}

.text-light {
  color: #9c9c9c !important;
}

.login__checkbox {
  display: none;
}

.login__checkbox-label {
  vertical-align: top;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
  text-transform: none;
}

.login__checkbox-label:before {
  content: "";
  width: 13px;
  height: 13px;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 2px;
}

.header__btn {
  min-width: 147px;
  text-align: center;
  height: 48px;
  padding: 14px 16px;
  box-sizing: border-box;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(90deg, #72f2d7, #5dc5af);
}

.body-1 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.login__line {
  text-align: center;
  padding-top: 10px;
  border-top: 2px solid #6febd1;
}

.body-3 {
  font-size: 12px;
}

.login__img-wrapper {
  width: 50%;
}

.login__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.body-3 {
  font-size: 12px;
}

.form-input--small {
  line-height: 38px;
}

.login__checkbox:checked + .login__checkbox-label:before {
  border-color: #5dc5af;
  background-color: #5dc5af;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 10px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.266 6.966L.98 4.596 0 5.615 3.266 9 10 2.017 9.019 1 3.266 6.966z' fill='%23fff'/%3E%3C/svg%3E");
}

@media (max-width: 990px) {
  .login__data {
    width: 60%;
    padding: 32px 32px 48px;
  }
  .login__img-wrapper {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .login__data {
    width: 100%;
  }
  .login__img-wrapper {
    display: none;
  }
}
@media (max-width: 374px) {
  .login-wrapper {
    padding: 0;
  }
  .login {
    box-shadow: none;
  }
  .login__data {
    padding-left: 12px;
    padding-right: 12px;
  }
  .login__logo {
    margin-bottom: 52px;
  }
  .login__form {
    margin-bottom: 40px;
  }
}
.iti {
  width: 100%;
}

#input_phone-error {
  position: absolute;
}

#voluntary_monitoring_status-error {
  position: absolute;
  bottom: -70%;
  left: 2.5%;
}

#control_outsourced_status-error {
  position: absolute;
  bottom: -70%;
  left: 2.5%;
}

#chemical_tankers_status-error {
  position: absolute;
  bottom: -70%;
  left: 2.5%;
}

#oil_tankers_status-error {
  position: absolute;
  bottom: -70%;
  left: 2.5%;
}

#distance_travelled_status-error {
  position: absolute;
  bottom: -70%;
  left: 2.5%;
}

#through_ice_status-error {
  position: absolute;
  bottom: -70%;
  left: 2.5%;
}

#average_density_status-error {
  position: absolute;
  bottom: -70%;
  left: 2.5%;
}

.input-group-text a {
  font-size: 12px;
  color: #2161d9;
  text-decoration: none;
  background-color: transparent;
}

.was-validated .select2:invalid + .select2 .select2-selection {
  border-color: #FF5B5C;
  padding-right: calc(1.4em + 1.269rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF5B5C' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23FF5B5C' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 0.5rem;
  background-size: calc(0.7em + 0.47rem) calc(0.7em + 0.47rem);
}

.was-validated .select2:valid + .select2 .select2-selection {
  border-color: #39DA8A;
  padding-right: calc(1.4em + 1.269rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2339DA8A' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right 0.5rem;
  background-size: calc(0.7em + 0.47rem) calc(0.7em + 0.47rem);
}

.was-validated .select2-seemp:invalid + .select2 .select2-selection {
  border-color: #FF5B5C;
  padding-right: calc(1.4em + 1.269rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF5B5C' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23FF5B5C' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 0.5rem;
  background-size: calc(0.7em + 0.47rem) calc(0.7em + 0.47rem);
}

.was-validated .select2-seemp:valid + .select2 .select2-selection {
  border-color: #39DA8A;
  padding-right: calc(1.4em + 1.269rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2339DA8A' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right 0.5rem;
  background-size: calc(0.7em + 0.47rem) calc(0.7em + 0.47rem);
}

.was-validated .select2-eu:invalid + .select2 .select2-selection {
  border-color: #FF5B5C;
  padding-right: calc(1.4em + 1.269rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF5B5C' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23FF5B5C' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 0.5rem;
  background-size: calc(0.7em + 0.47rem) calc(0.7em + 0.47rem);
}

.was-validated .select2-eu:valid + .select2 .select2-selection {
  border-color: #39DA8A;
  padding-right: calc(1.4em + 1.269rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2339DA8A' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right 0.5rem;
  background-size: calc(0.7em + 0.47rem) calc(0.7em + 0.47rem);
}

*:focus {
  outline: 0px;
}

.lds-container {
  background: rgba(0, 0, 0, 0.4);
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.lds-ring {
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #46b8a3 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.new_port_activity {
  margin-top: 0.6rem;
  padding: 0;
  cursor: pointer;
}

.new_port_activity:hover {
  color: #5A8DEE;
}

.voyage_dates:not([disabled])[readonly] {
  background-color: white !important;
  border: 1px solid #DFE3E7 !important;
}

.badge-final-draft {
  background-color: #46B8A3 !important;
}

.alert-change-log {
  background: #ff8500 !important;
  color: black !important;
  box-shadow: 0 3px 8px 0 rgba(253, 172, 65, 0.4);
  border: none;
}

.border-change-log {
  border: 1px solid #ff8500 !important;
}

.table-change-log {
  background: #ff8500 !important;
  color: #000000;
}

.text-change-log {
  color: #ff8500 !important;
}

.select2-change-log .select2-container {
  border: 1px solid #ff8500 !important;
}

.tooltip-inner {
  max-width: 350px;
  width: auto;
  text-align: left;
}

.dropdown-dots {
  white-space: normal;
}
