html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.42857143;
  color: #fff;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
    supported by Chrome, Edge, Opera and Firefox */
  background-color: #2d2d2d;
}

.body-login {
  background-image: url("../img/bg-login-min.jpg");
  background-size: 100% auto;
  background-position: 8% 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-container {
  width: 406px;
  height: 475px;
  background: linear-gradient(180deg, #275bc3 0%, #0d3b98 100%);
  border-radius: 15px;
  overflow: hidden;
}

.login-container .login-head {
  height: 100px;
  background: white;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-container .login-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100% - 100px);
  padding-bottom: 40px;
}

.login-container .login-body .text {
  font-size: 20px;
  color: white;
}

.input-login {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 45px;
  width: 309px;
  background: rgba(184, 187, 194, 0.15);
  padding: 10px 15px;
  border-radius: 6px;
  color: white;
}

.login-container .login-body .text p:first-child {
  margin-bottom: 0 !important;
}

.btn-login {
  height: 45px;
  width: 309px;
  background: #2d6ae3;
  color: white;
  border: none;
  outline: none;
  border-radius: 8px;
  margin-top: 20px;
}

.btn-login:hover {
  background: #2966e0;
}

.input-login input {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  margin-left: 10px;
}

.input-login input::placeholder {
  color: rgb(175, 171, 171);
}

.input-login input:focus {
  border: none;
  outline: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: none;
  background-clip: padding-box;
}

.leaflet-right .leaflet-control {
  margin-right: 20px;
}

.leaflet-top .leaflet-control-zoom {
  margin-top: 53px !important;
}

.leaflet-top {
  top: 56px;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: rgba(34, 34, 34, 0.83);
  border-bottom: none;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: white;
}

.leaflet-touch .leaflet-bar a {
  width: 40px;
  height: 40px;
  line-height: 29px;
  margin-bottom: 7px;
  padding: 1px;
  padding-right: 2px;
  border: 2px solid rgba(255, 255, 255, 0.35);
}

.leaflet-touch .leaflet-bar a:first-child {
  border-radius: 50px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-radius: 50px;
  padding-top: 2px;
}

.leaflet-touch .leaflet-bar a:hover {
  background-color: rgba(0, 0, 0, 0.83);
  border: 2px solid rgba(255, 255, 255, 0.35);
}

.myfleet-view .dataTables_filter label {
  margin-right: 135px;
}

.add-new-fleet {
  display: none;
}

.add-new-fleet.active {
  display: block;
}

.route-prediction {
  display: none;
}

.route-prediction.active {
  display: block;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

#myFleetViewContent {
  display: none;
}

#myFleetViewContent.active {
  display: block;
}

#addNewFleet_Form {
  display: none !important;
}

#addNewFleet_Form.active {
  display: block !important;
}

#routePredictionView {
  display: none;
}

#routePredictionView.active {
  display: block;
}

#routePreviewForm {
  display: none;
}

#routePreviewForm.active {
  display: block;
}

#addNewRoute {
  display: none;
}

#addNewRoute.active {
  display: block;
}

.btn {
  display: inline-block;
  padding: 7px 12px;
}

#container {
  height: 100%;
  width: 100%;
  overflow: none;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.ms-auto {
  margin-left: auto !important;
}

.ms-1 {
  margin-left: 1rem;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pe-1 {
  padding-right: 1rem;
}

.text-white {
  color: #fff;
}

.position-relative {
  position: relative;
}

.logo-header {
  overflow: hidden;
  width: 200px;
  display: inline-block;
}

.logo-header img {
  width: 100%;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.align-items-center {
  align-items: center;
}

.f-right {
  float: right;
}

.w-0-hide {
  width: 0px;
  visibility: hidden;
  opacity: 0;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-100 {
  width: 100%;
}

.nav-justified {
  width: 100%;
  display: flex;
}

.nav-justified > li {
  display: unset;
  width: 100%;
}

.nav-pills > li + li {
  margin-left: 0px;
}

#map {
  background-color: #ddd;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#map_inawis {
  background-color: #ddd;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.header {
  position: absolute;
  z-index: 401;
  top: -3px;
  width: 350px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: rgba(25, 25, 25, 0.88);
  color: #fff;
  padding: 10px 10px;
  margin: 0 auto;
  right: 50%;
  transform: translate(50%, 0%);
  box-shadow: 0px 1px 8px rgba(23, 23, 23, 0.36);
}

.header .logo {
  width: 225px;
  margin-right: 15px;
}

.header .logo img {
  width: 100%;
}

.header .form-group {
  margin-bottom: 0px;
  position: relative;
}

.header .form-control {
  border-radius: 50px;
  background-color: #404040;
  border-color: #525252;
  color: #fff;
  padding-right: 30px;
}

.header .form-control:focus {
  border-color: #6dba01 !important;
  outline: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.header .form-group .icon-form-right {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  width: 20px;
  height: 20px;
  align-items: center;
  font-size: 14px;
  display: inline-flex;
}

.sidebar-menu {
  position: absolute;
  z-index: 401;
  width: 250px;
  height: 500px;
  left: 15px;
  top: 0;
  pointer-events: none;
}

.sidebar-menu .list-menu {
  padding: 0;
  list-style: none;
  margin-top: 15px;
  padding-left: 5px;
}

.sidebar-menu .scroll-list {
  height: 365px;
  overflow-y: hidden;
  padding-top: 10px;
}

.sidebar-menu .list-menu li {
  margin-bottom: 16px;
}

.sidebar-menu .list-menu li:last-child {
  margin-bottom: 10px;
}

.sidebar-menu .list-menu li a {
  background-color: rgba(34, 34, 34, 0.8);
  color: #fff;
  text-decoration: none;
  padding: 7px 15px;
  border-radius: 50px;
  padding-left: 32px;
  position: relative;
  pointer-events: fill;
}

.sidebar-menu .list-menu li a .icon-menu {
  display: inline-block;
  background-color: #fff;
  position: absolute;
  left: 2.75px;
  top: 2.75px;
  color: #333;
  border-radius: 50px;
  width: 23px;
  height: 23px;
  padding: 2px 4px;
}

.sidebar-menu .list-menu li a .label-menu {
  display: inline-block;
  text-shadow: 1px 1px 2px rgba(29, 29, 29, 0.58);
}

.sidebar-menu .list-menu li a:focus,
.sidebar-menu .list-menu li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgba(109, 186, 1, 0.9);
}

.sidebar-menu .list-menu li a.active {
  background-color: rgba(109, 186, 1, 0.9);
  box-shadow: 2px 2px 6px 0px rgba(53, 99, 3, 0.43);
}

.sidebar-menu .list-menu li a.active:hover {
  background-color: rgba(109, 186, 1, 0.7);
}

.sidebar-menu .list-menu li a.active .icon-menu {
  background-color: #8fed23;
}

.footer {
  z-index: 401;
  position: absolute;
  width: calc(100% - 260px);
  right: 20px;
  bottom: 20px;
  background: rgba(34, 34, 34, 0.84);
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 10px;
  border-radius: 5px;
}

.footer .btn-control {
  background-color: #fff;
  border-radius: 50px;
  padding: 7px 9px;
  line-height: 1;
  color: #60c300;
  box-shadow: 2px 3px 5px rgba(10, 10, 10, 0.27);
  transition: all 0.15s ease-in-out;
}

.footer .btn-control:hover,
.footer .btn-control:focus {
  color: #ffffff;
  background-color: #60c300;
  outline: 0;
}

.footer .btn-control:active {
  outline: 0;
}

.footer .col-btn {
  margin-right: 15px;
  text-align: center;
}

.footer .col-btn label {
  color: #fff;
  display: block;
  font-weight: normal;
  margin-top: 5px;
  text-shadow: 1px 1px 2px rgba(29, 29, 29, 0.58);
}

.footer .form-date {
  width: 200px;
  margin-top: 5px;
  margin-right: 15px;
  text-align: center;
}

.footer .form-date label {
  color: #fff;
  display: block;
  font-weight: normal;
  margin-top: 5px;
  text-shadow: 1px 1px 2px rgba(29, 29, 29, 0.58);
}

.daterange-picker {
  background: #fff;
  cursor: pointer;
  padding: 5px 10px;
  width: 100%;
  height: 35px;
  line-height: 2;
  border-radius: 4px;
  position: relative;
  padding-right: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  box-shadow: 2px 3px 5px rgba(10, 10, 10, 0.27);
  margin-bottom: 8px;
}

.daterange-picker .fa-caret-down {
  position: absolute;
  right: 10px;
  top: 12px;
}

.daterangepicker .ranges li.active {
  background-color: #60c301;
  color: #fff;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #60c301;
  border-color: transparent;
  color: #fff;
}

.daterangepicker td.in-range {
  background-color: #e9f9e0;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.toggle-panel {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: auto;
  height: auto;
  background-color: rgba(34, 34, 34, 0.84);
  border-radius: 5px;
  color: #fff;
  padding: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 401;
}

.label-toggle {
  display: flex;
  gap: 4px;
  line-height: 2;
  margin-left: 6px;
  font-family: inherit;
}

.vc-toggle-container {
  margin-bottom: 5px;
  display: flex;
}

.vc-toggle-container:last-child .vc-small-switch {
  margin-bottom: 0px;
}

.vc-toggle-container.locked {
  cursor: pointer;
}

.vc-toggle-container.locked .lock-icon {
  color: #70d614;
  margin-top: 5px;
}

.vc-toggle-container.locked .vc-small-switch {
  pointer-events: none;
  opacity: 0.5;
}

.vc-toggle-container.locked:hover .lock-icon {
  color: #5eb510;
}

.vc-toggle-container.locked .label-toggle {
  color: #9b9b9b;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: none;
  background-clip: padding-box;
}

.leaflet-right .leaflet-control {
  margin-right: 20px;
}

.leaflet-top .leaflet-control-zoom {
  margin-top: 53px !important;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: rgba(34, 34, 34, 0.83);
  border-bottom: none;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: white;
}

.leaflet-touch .leaflet-bar a {
  width: 40px;
  height: 40px;
  line-height: 29px;
  margin-bottom: 7px;
  padding: 1px;
  padding-right: 2px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-radius: 50px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-radius: 50px;
  padding-top: 2px;
}

.user-menu {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50px;
  border: 2px solid #fff;
  box-shadow: 1px 1px 6px rgba(51, 51, 51, 0.23);
  cursor: pointer;
}

.user-menu img {
  width: 100%;
}

.model-select {
  background-color: rgba(34, 34, 34, 0.8);
  pointer-events: fill;
  color: #fff;
  display: inline-block;
  padding: 4px 15px;
  border-radius: 50px;
  padding-right: 5px;
}

.model-select .form-group {
  margin-bottom: 0px;
  display: inline-block;
  position: relative;
}

.model-select .form-group .fas {
  position: absolute;
  right: 10px;
  top: 6.7px;
}

.form-select-model {
  width: 130px;
  display: inline-block;
  height: 25px;
  padding: 3px 12px;
  border-radius: 50px;
  font-size: 13px;
  background-color: #60c301;
  border: none;
  color: #fff;
  -webkit-appearance: none;
  padding-right: 23px;
}

.mdl-header {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
}

.mdl-header .title {
  font-weight: bold;
  font-size: 13px;
}

.mdl-header .close-btn {
  text-align: right;
}

.mdl-body {
  padding: 10px 15px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #5cb85b;
  border-color: #4cae4c;
}

.btn-back {
  background-color: #efefef;
  padding: 2px 10px;
  border-radius: 10px;
  margin-top: 10px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.btn-back .fas {
  margin-right: 5px;
}

.btn-back:hover {
  background-color: #ddd;
}

.btn-action {
  position: absolute;
  right: 72px;
  top: 20px;
  z-index: 1;
  width: 40px;
  display: inline-flex;
  height: 40px;
  overflow: hidden;
  border-radius: 50px;
  border: 2px solid #fff;
  box-shadow: 1px 1px 6px rgba(51, 51, 51, 0.23);
  cursor: pointer;
  background-color: #ddd;
  align-items: center;
  text-align: center;
  padding: 8.5px;
  font-size: 15px;
  color: #3e3e3e;
}

.btn-action:hover {
  background-color: #60c301;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 1px 6px !important;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  padding: 4px 10px;
}

.table-noborder tr td {
  border: none;
  border-top: none !important;
}

.map-preview {
  height: 450px;
  background-color: #ddd;
}

.route-preview {
  display: none;
}

.route-preview.active {
  display: block;
}

.add-new-route {
  display: none;
}
.add-new-route.active {
  display: block;
}

.legend {
  position: absolute;
  z-index: 2;
  background-color: #fff;
  width: 30px;
  right: 25px;
  bottom: 130px;
  box-shadow: 1px 1px 6px rgba(51, 51, 51, 0.23);
  display: none;
}

.legend.knot {
  display: block;
}

.legend.sc {
  display: block;
}

.legend.hs {
  display: block;
  width: 39px;
  right: 21px;
}

.point {
  padding: 5px;
  text-align: center;
  height: 26px;
  position: relative;
}

.point span {
  color: #fff;
  position: absolute;
  bottom: -8px;
  z-index: 2;
  right: 50%;
  transform: translateX(50%);
  text-shadow: 0px 2px 2px rgb(0, 0, 0);
}

.legend .unit-label {
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: bold;
  background-color: #fff;
}

.legend.knot .point.knot-60 {
  background-color: #790702;
}

.legend.knot .point.knot-50 {
  background-color: #ac0400;
}

.legend.knot .point.knot-40 {
  background-color: #ff2f28;
}

.legend.knot .point.knot-30 {
  background-color: #ff6562;
}

.legend.knot .point.knot-25 {
  background-color: #ffb35e;
}

.legend.knot .point.knot-20 {
  background-color: #ffff59;
}

.legend.knot .point.knot-15 {
  background-color: #b0ff5c;
}

.legend.knot .point.knot-12 {
  background-color: #5eff5c;
}

.legend.knot .point.knot-8 {
  background-color: #5effb0;
}

.legend.knot .point.knot-5 {
  background-color: #6cbbff;
}

.legend.knot .point.knot-2 {
  background-color: #97cbff;
}

.legend.knot .point.knot-0 {
  background-color: #fff;
}

.legend.sc .point.sc-400 {
  background-color: #9b0000;
}

.legend.sc .point.sc-300 {
  background-color: #cf0000;
}

.legend.sc .point.sc-200 {
  background-color: #ce6600;
}

.legend.sc .point.sc-150 {
  background-color: #ff8000;
}

.legend.sc .point.sc-100 {
  background-color: #ff9946;
}

.legend.sc .point.sc-80 {
  background-color: #ffff3a;
}

.legend.sc .point.sc-60 {
  background-color: #96ff00;
}

.legend.sc .point.sc-45 {
  background-color: #00da00;
}

.legend.sc .point.sc-30 {
  background-color: #00f293;
}

.legend.sc .point.sc-20 {
  background-color: #5dffff;
}

.legend.sc .point.sc-10 {
  background-color: #62b1ff;
}

.legend.sc .point.sc-5 {
  background-color: #007cff;
}

.legend.sc .point.sc-0 {
  background-color: #004a9b;
}

.legend.hs .point.hs-7 {
  background-color: #7a007d;
}

.legend.hs .point.hs-6 {
  background-color: #cb009b;
}

.legend.hs .point.hs-5 {
  background-color: #ff00cd;
}

.legend.hs .point.hs-4 {
  background-color: #e50015;
}

.legend.hs .point.hs-3-5 {
  background-color: #ff211c;
}

.legend.hs .point.hs-3 {
  background-color: #b53900;
}

.legend.hs .point.hs-2-5 {
  background-color: #ff6c00;
}

.legend.hs .point.hs-2 {
  background-color: #ffae00;
}

.legend.hs .point.hs-1-5 {
  background-color: #fbff22;
}

.legend.hs .point.hs-1-25 {
  background-color: #00e23c;
}

.legend.hs .point.hs-1 {
  background-color: #00ffc0;
}

.legend.hs .point.hs-0-75 {
  background-color: #2dc4ed;
}

.legend.hs .point.hs-0-5 {
  background-color: #1b6ec3;
}

.legend.hs .point.hs-0 {
  background-color: #2535ee;
}

.btn-second:hover {
  background-color: #ddd;
}

.user-menu-btn {
  position: absolute;
  z-index: 401;
  left: 10px;
  top: 20px;
}

.user-menu-btn .dropdown-menu > li > a {
  padding: 3px 10px;
  color: #5e5e5e;
}

.user-menu-btn .dropdown-menu {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.user-menu-btn .usermenu-dropdown {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50px;
  padding: 0px;
  border: 2px solid #fff;
  box-shadow: 1px 1px 6px rgba(51, 51, 51, 0.23);
}

.user-menu-btn .usermenu-dropdown img {
  width: 100%;
}

.full-custom-height {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.full-custom-height .card {
  height: calc(100% - 70.43px);
}

.map-smaller {
  width: calc(100% - 270px);
  transition: all 0.3s ease-in-out;
}

.map-full {
  display: inline-block;
  width: 100% !important;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.card .card-header .btn-collapse-header {
  position: fixed;
  left: -38px;
  font-weight: bold;
  background-color: rgb(45 45 45 / 80%);
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
  padding: 2px 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: 1px 4px 6px rgba(51, 51, 51, 0.22);
  transition: all 0.2s ease-in-out;
}

.card .card-header .btn-collapse-header .fas {
  transform: rotate(-180deg);
  transition: all 0.2s ease-in-out;
}

.card .card-header .btn-collapse-header:hover {
  color: #474747;
  background-color: #d1d3d4 !important;
}

.slidein {
  width: 0px;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  height: 100%;
  display: block;
}

.slidein #filters-container {
  height: 100%;
  background-color: #2d2d2d;
  width: 270px;
  left: calc(100% - 270px);
  transition: all 0.3s ease-in-out;
  transform: translateX(270px);
}

.slidein.active {
  width: 270px;
}

.slidein.active #filters-container {
  transform: translateX(0px);
}

.slidein.active .card .card-header .btn-collapse-header {
  position: absolute;
  left: 0;
  border-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: unset;
  background-color: #21b83e;
}

.slidein.active .card .card-header .btn-collapse-header .fas {
  transform: rotate(0deg);
}

#filters-container .tab-scroll {
  height: calc(100vh - 85px);
  overflow-y: auto;
}

.menu-bottom {
  padding-left: 0;
  list-style: none;
  margin-bottom: 15px;
}

.link-menu {
  padding: 7px 0px;
  border-bottom: 1px solid #636363;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.link-menu.high-risk.active {
  color: #8fed24;
}

.link-menu.locked {
  color: #9e9e9e;
}

.link-menu .icon-before-menu {
  margin-right: 5px;
  width: 12px;
}

.link-menu .icon-nav {
  float: right;
  margin-top: 3px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}

.link-menu.high-risk.active .icon-nav {
  transform: rotate(180deg);
}

.sidemenu-drop {
  display: none;
  background-color: rgba(34, 34, 34, 0.84);
  position: absolute;
  padding: 10px;
  top: 0;
  right: 0;
  transform: translateX(130px);
  border-radius: 5px;
}

.sidemenu-drop.active {
  display: block;
}

.info-vessel-box {
  position: absolute;
  z-index: 401;
  width: 335px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background-color: rgb(17 17 17 / 80%);
  backdrop-filter: blur(10px);
  border-radius: 7px;
  overflow: hidden;
  background-clip: padding-box;
  border: 3px solid rgb(0 0 0 / 30%);
}

.header-vsl-info {
  padding: 5px 10px;
}

.header-vsl-info .flag-vsl {
  width: 40px;
  overflow: hidden;
}

.header-vsl-info .vsl-name {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

.header-vsl-info .vsl-type {
  color: #fff;
  font-size: 12px;
}

.header-vsl-info .btn-close {
  color: #fff;
  background-color: transparent;
  font-size: 18px;
  padding: 0px 10px;
  transition: all 0.3s ease-out;
}

.header-vsl-info .btn-close:hover {
  color: #fff;
  background-color: #db182b;
}

.header-vsl-info .btn-close:focus {
  outline: 0;
}

.header-vsl-info .btn-close:active {
  outline: 0;
}

.vsl-img {
  overflow: hidden;
  position: relative;
  height: 210px;
  border-bottom: 1px solid #686c73;
}

.vsl-img img {
  width: 100%;
}

.vsl-img .vsl-id-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  justify-content: space-between;
  padding: 0px 15px;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(16 16 16) 0%, rgba(30, 31, 57, 0) 100%);
  height: 100px;
  align-items: end;
}

.identity-vsl .label-title {
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  margin-bottom: 2px;
}

.identity-vsl .label-value {
  color: rgb(255, 255, 255);
  font-size: 13px;
}

.vsl-travel-info {
  padding: 10px 15px;
}

.arrival-info {
  margin-left: 10px;
}
.icon-arrival {
  width: 15px;
  text-align: center;
  position: relative;
}

.icon-arrival:before {
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - 10px);
  left: 50%;
  transform: translateX(-50%);
  top: 15px;
  background-color: #fff;
}

.icon-departure {
  width: 15px;
  text-align: center;
}

.arrival-info .label-arrival {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 2px;
  color: #fff;
}

.arrival-info .sub-label-arrival {
  font-size: 11px;
  color: #fff;
}

.departure-info {
  margin-left: 10px;
}

.departure-info .label-arrival {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 2px;
  color: #fff;
}

.departure-info .sub-label-arrival {
  font-size: 11px;
  color: #fff;
  margin-bottom: 2px;
}

.vsl-info-collapse .panel-group {
  margin-bottom: 0px;
}

.vsl-info-collapse .panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
  background-color: #383838;
}

.vsl-info-collapse .panel-group .panel.panel-default {
  border-color: #707070;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
}

.vsl-info-collapse
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  border-top: 0;
}

.vsl-info-collapse .panel-group .panel-heading {
  padding: 0;
  background-color: unset;
}

.vsl-info-collapse .panel-group .panel-heading a {
  text-decoration: none;
}

.vsl-info-collapse .panel-group .panel-heading a:hover {
  text-decoration: none;
}

.vsl-info-collapse .collapse-div {
  padding: 7px 15px;
  background-color: rgba(34, 34, 34, 0.6);
  border-bottom: 1px solid #686969;
}

.vsl-info-collapse .panel-group .panel-heading a:hover .collapse-div {
  background-color: rgb(225 234 255 / 25%);
}

.vsl-info-collapse
  .panel-group
  .panel-heading
  a[aria-expanded="true"]
  .collapse-div {
  background-color: #2858b6;
}

.vsl-info-collapse .panel-title-collapse {
  color: #fff;
  font-weight: bold;
}

.vsl-info-collapse .icon-collapse {
  color: #fff;
}

.vsl-info-collapse .panel-group .panel + .panel {
  margin-top: -1px;
}

.vsl-info-collapse
  .panel-group
  .panel-heading
  a[data-toggle="collapse"]
  .rotate {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.vsl-info-collapse
  .panel-group
  .panel-heading
  a[data-toggle="collapse"].collapsed
  .rotate {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.vsl-info-collapse .label-col {
  color: #fff;
}

.file-label {
  color: #fff;
}

.icon-link-footer {
  color: #fff;
}

.label-link-footer {
  color: #fff;
}

.icon-col {
  padding-right: 1rem;
}

.icon-col .flaticon-breeze:before,
.icon-col .flaticon-waves:before {
  font-size: 20px;
  color: #fff;
}

.doc-list {
  list-style: none;
  padding-left: 0px;
}

.doc-list li a {
  color: #fff;
}

.doc-list li a:hover {
  text-decoration: none;
}

.doc-list li a .list-panel {
  background-color: rgba(255, 255, 255, 0.18);
  padding: 5px 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.doc-list li a .list-panel .icon-file {
  margin-right: 5px;
}

.doc-list li a:hover .list-panel {
  background-color: rgba(255, 255, 255, 0.3);
}

.doc-list li a:focus,
.doc-list li a:active {
  text-decoration: none;
}

.doc-list li a .list-panel .fa-eye {
  color: rgba(255, 255, 255, 0.47);
}

.doc-list li a:hover .list-panel .fa-eye {
  color: rgba(255, 255, 255, 0.8);
}

.vsl-info-footer {
  border-top: 1px solid #656564;
  margin-top: -1px;
}

.vsl-info-footer a:hover {
  text-decoration: none;
}

.link-btn {
  text-align: center;
  width: 100px;
  padding: 10px 10px;
  color: #fff;
}

.link-btn:hover {
  color: rgba(255, 255, 255, 0.8);
}

.link-btn .icon-link-footer {
  font-size: 15px;
}

.vsl-safety-info {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 60px;
  border-radius: 0.35rem;
  box-shadow: 1px 4px 6px rgba(34, 34, 34, 0.26);
  background-color: #ddd;
}

.vsl-safety-info.safety {
  background: rgb(103, 177, 29);
  background: linear-gradient(
    144deg,
    rgba(103, 177, 29, 1) 0%,
    rgba(166, 228, 103, 1) 35%,
    rgba(231, 249, 156, 1) 59%,
    rgba(106, 206, 33, 1) 100%
  );
  border: 1px solid #389012;
  color: #46370f;
}

.vsl-safety-info.safety .label-header-info {
  background-color: #d9ea0c;
  padding: 2px 5px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #389011;
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}

.vsl-safety-info.unsafe {
  background: rgb(228, 38, 27);
  background: linear-gradient(
    144deg,
    rgba(228, 38, 27, 1) 0%,
    rgba(228, 103, 103, 1) 35%,
    rgba(249, 156, 156, 1) 59%,
    rgba(206, 33, 33, 1) 100%
  );
  border: 1px solid #901212;
  color: #ffffff;
}

.vsl-safety-info.unsafe .label-header-info {
  background-color: #f14940;
  padding: 2px 5px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #901212;
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}

.vsl-safety-info .label-value-info {
  padding: 2px 10px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
}

.card .card-header {
  padding: 10px 15px;
}

.card .card-header .label-header {
  text-align: center;
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  padding-left: 25px;
}

.card .card-header .btn-close {
  font-weight: bold;
  background-color: #f2f2f2;
  font-size: 18px;
  line-height: 1.35;
  padding: 2px 10px;
}

.card .card-header .btn-close:hover {
  background-color: #e1e1e1;
}

.card .card-body {
  padding: 10px 15px;
  padding-right: 5px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #126dfa;
}

.nav-pills > li > a {
  border: 2px solid #126dfa;
  padding: 4px 10px;
  font-size: 14px;
  color: #126dfa;
}

.nav-pills li:first-child a {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 0px;
}

.nav-pills li:last-child a {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: 0px;
}

.nav-pills > li > a:focus,
.nav-pills > li > a:hover {
  text-decoration: none;
  background-color: #d9e9ff;
}

.form-control {
  height: 42px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  top: 5px;
}

.flag-img-port {
  width: 20px;
  overflow: hidden;
}

.flag-img-port img {
  width: 100%;
}

.result-planner .label-header {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  border-bottom: solid 1px #ddd;
  margin-bottom: 10px;
}

.result-planner .result-list table {
  width: 100%;
}

.result-planner .result-list table tr td {
  padding: 5px;
  font-size: 13px;
}

.result-planner .result-list table tr td.result-val {
  font-weight: bold;
}

.result-planner .result-list table tr td.result-val.state-safe {
  color: #19ae1c;
  text-transform: uppercase;
}

.result-planner .result-list table tr td.result-val.state-unsafe {
  color: rgb(218, 29, 29);
  text-transform: uppercase;
}

.btn-toolbar {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn-block + .btn-block {
  margin-top: 0px;
}

.btn-primary {
  color: #fff;
  background-color: #126dfa;
  border-color: #126dfa;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0f60de;
  border-color: #0f60de;
}

.btn-danger {
  color: #fff;
  background-color: #e64141;
  border-color: #e64141;
}

.btn.focus,
.btn:focus,
.btn:hover {
  outline: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
  outline-offset: -2px;
}

.header-label-tab {
  padding: 10px 0px;
  border-bottom: 1px solid #575757;
  margin-bottom: 15px;
  font-weight: bold;
}

.layer-list {
  padding-left: 0;
  list-style: none;
}

.layer-list li {
  font-size: 13px;
}

.topright-wrapper {
  display: flex;
  position: absolute;
  right: 50px;
  top: 10px;
}

.header-brand {
  z-index: 1;
  background-color: rgb(45 45 45 / 80%);
  backdrop-filter: blur(10px);
  padding: 10px 15px;
  width: 230px;
  margin: 0px 5px;
  overflow: hidden;
  right: 50px;
  top: 10px;
  border-radius: 0.35rem;
  box-shadow: 0px 3px 6px rgba(51, 51, 51, 0.17);
  display: none;
}

.header-brand img {
  width: 100%;
}

.legend-wrapper,
.other-legend-wrapper {
  position: absolute;
  z-index: 1;
  background-color: rgb(45 45 45 / 25%);
  backdrop-filter: blur(5px);
  padding: 10px 15px;
  margin: 0px 5px;
  overflow: hidden;
  border-radius: 0.35rem;
  /* box-shadow: 0px 3px 6px rgba(51, 51, 51, 0.17); */
  bottom: 105px;
  left: 5px;
}
.legend-wrapper-type {
  position: absolute;
  z-index: 1;
  background-color: rgb(45 45 45 / 25%);
  backdrop-filter: blur(5px);
  padding: 10px 19px;
  margin: 0px 5px;
  overflow: hidden;
  border-radius: 0.35rem;
  bottom: 105px;
  right: 0;
  max-height: 40px;
  overflow-y: none;
  transition: max-height 0.3s ease-out;
  width: auto;
}

.show-legend-type {
  max-height: 310px;
  overflow-y: scroll;
  width: 250px;
}

.legend-wrapper-type.hide-content {
  max-height: 40px;
  overflow-y: none;
  width: auto;
}

.legend-wrapper-type.hide-content .legend-unit {
  display: none;
}

.show-legend-type .legend-unit {
  display: block;
}

.legend-wrapper-type.hide-content .position-relative {
  transform: translateY(0) translateX(100%);
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  width: 0;
}

.show-legend-type .position-relative {
  transform: translateY(0) translateX(0);
  opacity: 1;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out,
    width 0.3s ease-out;
  width: 250px;
}

.map-full .header-brand {
  display: block;
}

.legend-title {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0px;
  padding: 5px 0px;
  text-shadow: 1px 3px 2px rgb(0 0 0 / 25%);
}

.legend-unit {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0px;
  padding: 5px 0px;
  text-shadow: 1px 3px 2px rgb(0 0 0 / 25%);
}

.legend-label {
  text-shadow: 1px 3px 2px rgb(0 0 0 / 25%);
}

.legend-color-range-wave-height-current {
  width: 10px;
  flex-direction: column;
}

.legend-color-range-wave-height-current div {
  width: 10px;
  height: 20px;
}

.legend-color-range-wave-height-current .c1 {
  background-color: #2635ee;
}

.legend-color-range-wave-height-current .c2 {
  background-color: #1b6ec4;
}

.legend-color-range-wave-height-current .c3 {
  background-color: #2dc5ed;
}

.legend-color-range-wave-height-current .c4 {
  background-color: #2bfec0;
}

.legend-color-range-wave-height-current .c5 {
  background-color: #24e23c;
}

.legend-color-range-wave-height-current .c6 {
  background-color: #fbfd37;
}

.legend-color-range-wave-height-current .c7 {
  background-color: #feae2a;
}

.legend-color-range-wave-height-current .c8 {
  background-color: #fd6c21;
}

.legend-color-range-wave-height-current .c9 {
  background-color: #b53912;
}

.legend-color-range-wave-height-current .c10 {
  background-color: #fd201c;
}

.legend-color-range-wave-height-current .c11 {
  background-color: #e60a17;
}

.legend-color-range-wave-height-current .c12 {
  background-color: #fd20cd;
}

.legend-color-range-wave-height-current .c13 {
  background-color: #cb169b;
}

.legend-color-range-wave-height-current .c14 {
  background-color: #7a0e7e;
}

.legend-color-range-sea-current {
  width: 10px;
  flex-direction: column;
}

.legend-color-range-sea-current div {
  width: 10px;
  height: 20px;
}
.legend-color-range-temp {
  width: 10px;
  flex-direction: column;
}

.legend-color-range-temp div {
  width: 10px;
  height: 20px;
}

.legend-color-range-sea-current .c1 {
  background-color: #2635ee;
}

.legend-color-range-sea-current .c2 {
  background-color: #1b6ec4;
}

.legend-color-range-sea-current .c3 {
  background-color: #2dc5ed;
}

.legend-color-range-sea-current .c4 {
  background-color: #2bfec0;
}

.legend-color-range-sea-current .c5 {
  background-color: #24e23c;
}

.legend-color-range-sea-current .c6 {
  background-color: #fbfd37;
}

.legend-color-range-sea-current .c7 {
  background-color: #feae2a;
}

.legend-color-range-sea-current .c8 {
  background-color: #fd6c21;
}

.legend-color-range-sea-current .c9 {
  background-color: #b53912;
}

.legend-color-range-sea-current .c10 {
  background-color: #fd201c;
}

.legend-color-range-sea-current .c11 {
  background-color: #e60a17;
}

.legend-color-range-sea-current .c12 {
  background-color: #fd20cd;
}

.legend-color-range-sea-current .c13 {
  background-color: #cb169b;
}

.legend-color-range-sea-current .c14 {
  background-color: #7a0e7e;
}

.legend-color-range-wind {
  width: 10px;
  flex-direction: column;
}

.legend-color-range-wind div {
  width: 10px;
  height: 20px;
}
.legend-color-range-altimetri div {
  width: 10px;
  height: 20px;
}

.legend-color-range-altimetri {
  width: 10px;
  flex-direction: column;
}
.legend-color-range-weather-radar {
  width: 10px;
  flex-direction: column;
}
.legend-color-range-weather-radar div {
  width: 10px;
  height: 20px;
}

.legend-color-range-wind .c1 {
  background-color: rgb(236, 236, 236);
}

.legend-color-range-wind .c2 {
  background-color: #97cbfd;
}

.legend-color-range-wind .c3 {
  background-color: #6cbbfd;
}

.legend-color-range-wind .c4 {
  background-color: #5efeb0;
}

.legend-color-range-wind .c5 {
  background-color: #5efd5c;
}

.legend-color-range-wind .c6 {
  background-color: #b0fd5c;
}

.legend-color-range-wind .c7 {
  background-color: #fffe59;
}

.legend-color-range-wind .c8 {
  background-color: #feb45f;
}

.legend-color-range-wind .c9 {
  background-color: #fd6562;
}

.legend-color-range-wind .c10 {
  background-color: #fd2f28;
}

.legend-color-range-wind .c11 {
  background-color: #ac050e;
}

.legend-color-range-wind .c12 {
  background-color: #790607;
}

.legend-color-range-altimetri .c1 {
  background-color: #4f0058;
}
.legend-color-range-altimetri .c2 {
  background-color: #42428d;
}
.legend-color-range-altimetri .c3 {
  background-color: #007a91;
}
.legend-color-range-altimetri .c4 {
  background-color: #00ac7e;
}
.legend-color-range-altimetri .c5 {
  background-color: #51d72d;
}
.legend-color-range-altimetri .c6 {
  background-color: #ffe500;
}
.legend-color-range-weather-radar .c1 {
  background-color: #01d1f8;
}
.legend-color-range-weather-radar .c2 {
  background-color: #024efc;
}
.legend-color-range-weather-radar .c3 {
  background-color: #028086;
}
.legend-color-range-weather-radar .c4 {
  background-color: #00e600;
}
.legend-color-range-weather-radar .c5 {
  background-color: #00b200;
}
.legend-color-range-weather-radar .c6 {
  background-color: #81cc00;
}
.legend-color-range-weather-radar .c7 {
  background-color: #ffe103;
}
.legend-color-range-weather-radar .c8 {
  background-color: #f9a205;
}
.legend-color-range-weather-radar .c9 {
  background-color: #fa3a07;
}
.legend-color-range-weather-radar .c10 {
  background-color: #de0000;
}
.legend-color-range-weather-radar .c11 {
  background-color: #b00101;
}
.legend-color-range-weather-radar .c12 {
  background-color: #cd008d;
}
.legend-color-range-weather-radar .c13 {
  background-color: #c400ff;
}

.legend-color-range-altimetri .c1 {
  background-color: #4f0058;
}
.legend-color-range-altimetri .c2 {
  background-color: #42428d;
}
.legend-color-range-altimetri .c3 {
  background-color: #007a91;
}
.legend-color-range-altimetri .c4 {
  background-color: #00ac7e;
}
.legend-color-range-altimetri .c5 {
  background-color: #51d72d;
}
.legend-color-range-altimetri .c6 {
  background-color: #ffe500;
}

.legend-color-range-temp .c1 {
  background-color: #000000;
}
.legend-color-range-temp .c2 {
  background-color: #004986;
}
.legend-color-range-temp .c3 {
  background-color: #2063ba;
}
.legend-color-range-temp .c4 {
  background-color: #2c89ff;
}
.legend-color-range-temp .c5 {
  background-color: #00b3ff;
}
.legend-color-range-temp .c6 {
  background-color: #00c48e;
}
.legend-color-range-temp .c7 {
  background-color: #00ea7b;
}
.legend-color-range-temp .c8 {
  background-color: #57ff00;
}
.legend-color-range-temp .c9 {
  background-color: #8cd500;
}
.legend-color-range-temp .c10 {
  background-color: #c7bb00;
}
.legend-color-range-temp .c11 {
  background-color: #d69700;
}
.legend-color-range-temp .c12 {
  background-color: #ff4c00;
}
.legend-color-range-temp .c13 {
  background-color: #ff9a00;
}
.legend-color-range-temp .c14 {
  background-color: #ffc184;
}
.legend-color-range-temp .c15 {
  background-color: #ffd2b4;
}
.legend-color-range-temp .c16 {
  background-color: #ea5759;
}
.legend-color-range-temp .c17 {
  background-color: #e93f33;
}

.legend-lh {
  line-height: 2px;
}

.bottom-legend-wrapper {
  position: absolute;
  bottom: 70px;
  padding: 0px 10px;
  left: 50%;
  background-color: rgb(255 255 255 / 75%);
  backdrop-filter: blur(10px);
  transform: translateX(-50%);
  border-radius: 4px;
  box-shadow: 2px 3px 5px rgba(10, 10, 10, 0.27);
  z-index: 1;
  color: #333;
}

.bottom-legend-wrapper ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px;
}

.bottom-legend-wrapper ul li {
  padding: 5px;
  float: left;
}

.bottom-legend-wrapper .legend-box {
  width: 15px;
  height: 12px;
  background-color: #ddd;
  display: inline-flex;
  margin-right: 2px;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  font-weight: 700;
  margin-top: -2px;
  border-radius: 2.655px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 3.54043px 3.54043px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(3.9829788208007812px);
}

.bottom-legend-wrapper.wi .legend-box.rendah {
  background-color: #00fe00;
}

.bottom-legend-wrapper.wi .legend-box.sedang {
  background-color: #f6fb00;
}

.bottom-legend-wrapper.wi .legend-box.tinggi {
  background-color: #ff0021;
}

.bottom-legend-wrapper.sc .legend-box.rendah {
  background-color: #fbff0c;
}

.bottom-legend-wrapper.sc .legend-box.sedang {
  background-color: #ee8d0d;
}

.bottom-legend-wrapper.sc .legend-box.tinggi {
  background-color: #d10003;
}

.leaflet-popup {
  z-index: 1000;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 5px;
}

.leaflet-popup-content {
  margin: 10px 10px;
  border-radius: 2px;
}

.popup-vsl-info {
  width: 250px;
}

.header-popup-vsl {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.flag-img-popup {
  width: 35px;
  margin-right: 10px;
  overflow: hidden;
}

.flag-img-popup img {
  width: 100%;
}

.vsl-name-popup {
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
}

.map-smaller .modal {
  position: absolute;
}

/* .modal-backdrop {
    position: absolute;
    right: 270px;
    transition: all .3s ease-in-out;
} */

.modal-backdrop.full-map-modal {
  right: 0;
  z-index: 1;
}

.modal-dialog {
  min-width: 1250px;
  margin: 20px auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) !important;
}

.modal-header {
  padding: 8px 15px;
}

.modal-header .modal-title {
  font-size: 15px;
  text-align: center;
}

.modal-content {
  color: #333;
}

.pdfobject-container {
  height: 75vh;
}

@keyframes blink-animation {
  to {
    opacity: 0.5;
  }
}

@-webkit-keyframes blink-animation {
  to {
    opacity: 1;
  }
}

.loading-animation {
  position: absolute;
  z-index: 1;
  bottom: 22px;
  border-radius: 3px;
  padding: 10px;
  right: 45px;
}

.loading-animation .loading-img {
  clip-path: circle(30% at 50% 50%);
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(51, 51, 51, 0.17);
  z-index: 2;
}

.loading-animation .loading-img img {
  width: 90px;
  clip-path: circle(25% at 50% 50%);
}

.loading-animation .loading-label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  right: -34px;
  z-index: -1;
  padding-left: 20px;
  padding-right: 10px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #518ad9;
  box-shadow: 0px 3px 6px rgba(51, 51, 51, 0.17);
}

.loading-animation .loading-label span {
  animation: blink-animation 1s steps(15, start) infinite;
  -webkit-animation: blink-animation 1s steps(15, start) infinite;
}

.bottom-list-wrapper {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.15);
}

.footer-btn-container {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  top: -13px;
  pointer-events: none;
}

.btn-up-bottom {
  background: transparent;
  border: none;
  outline: none;
  position: relative;
  height: 14px;
  cursor: pointer;
  pointer-events: auto;
}

.btn-up-bottom svg .fill-bg-btn {
  fill: #fff;
}

.btn-up-bottom svg .fill-border-btn {
  fill: rgba(57, 76, 96, 0.15);
}

.icon-arrow-btn {
  position: absolute;
  top: 3px;
  left: 0;
  min-width: 100%;
  color: #0d1216;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: text-bottom;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  transform: rotate(0deg);
}

.icon-arrow-btn.collapse-down {
  transform: rotate(180deg);
}

.footer-main {
  background-color: #fff;
  border-top: 1px solid rgba(57, 76, 96, 0.15);
  padding: 5px 10px;
}

.label-footer-center {
  color: #333;
  font-weight: bold;
  padding: 5px 0px;
}

.submit-history-btn .btn-submit {
  border-right: 1px solid #fff !important;
}

.submit-history-btn .btn-history {
  border-left: 1px solid #fff !important;
}

.route-planning-list {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 2;
  width: 100%;
}

.route-planning-list .title-panel {
  padding: 10px 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  border-top: 1px solid #ddd;
}

.route-planning-list .title-panel .btn-close-panel {
  background-color: #fff;
  border: none;
  font-size: 15px;
  padding: 13px 10px;
  border-radius: 2px;
  line-height: 0;
  padding-top: 10px;
}

.route-planning-list .title-panel .btn-close-panel:hover {
  background-color: #ed3f3f;
  color: #fff;
}

.route-planning-list .list-body {
  overflow-y: auto;
  height: calc(100vh - 140px);
  padding: 5px 10px 10px 10px;
}

.list-route {
  list-style: none;
  padding-left: 0px;
}

.list-route a {
  color: #333;
  text-decoration: none;
}

.list-route a:hover {
  text-decoration: none;
}

.list-card {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0px 3px 5px rgba(51, 51, 51, 0.1);
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

.route-info {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}

.departure-port-name p {
  margin-bottom: 0px;
}

.arrival-port-name {
  text-align: right;
}

.arrival-port-name p {
  margin-bottom: 0px;
}

.departure-vessel {
  text-align: left;
}

.departure-vessel p {
  margin-bottom: 0px;
}

.title-card {
  color: rgba(51, 51, 51, 0.65);
}

.icon-arrow {
  padding: 0px 10px;
}

.title-port {
  color: #878787;
}

.arrival-date {
  text-align: right;
}

.arrival-date p {
  margin-bottom: 0px;
}

a:hover .list-card {
  border-color: #007cff;
  box-shadow: 0px 3px 5px rgba(109, 162, 235, 0.33);
}

.route-detail-info {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 2;
  width: 100%;
  padding: 15px;
  height: calc(100vh - 70px);
}

.route-detail-info .title-panel {
  padding: 10px 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  border-top: 1px solid #ddd;
}

.route-detail-info .title-panel .btn-close-panel {
  background-color: #fff;
  border: none;
  font-size: 15px;
  padding: 0px 10px;
  border-radius: 2px;
}

.list-no-style {
  list-style: none;
  padding-left: 0px;
}

.route-tbl {
  height: 200px;
  overflow-y: auto;
  margin-top: 10px;
}

#routePlanner .select2-container .select2-selection--single {
  height: 35px;
}

#routePlanner .select2-container--default .select2-selection--single {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 1px solid #ccc;
}

#routePlanner
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 33px;
}

#routePlanner
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 34px;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background: #5b5b5b;
  border-radius: 15px;
}

::-webkit-scrollbar-thumb:hover {
  background: #3a3a3a;
}

::-webkit-scrollbar-track {
  background: rgba(32, 32, 32, 0.75);
  border-radius: 15px;
}

.container-radio {
  display: block;
  position: relative;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #393939;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.container-radio:hover {
  background-color: #444444;
}

.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  height: 25px;
  width: 25px;
  background-color: #e7e7e7;
  border-radius: 3px;
  box-shadow: 0px 2px 8px 0px rgba(157, 209, 66, 0.27);
  transition: all 0.3s ease-in-out;
}

.checkmark img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
}

.container-radio .label-text {
  color: #fff;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
}

.container-radio:hover .label-text {
  color: #61c302;
}

.container-radio:hover input ~ .checkmark {
  background-color: #b0b1b2;
}

.container-radio input:checked ~ .checkmark {
  background: #61c302;
  box-shadow: 0px 2px 8px 0px rgba(157, 209, 66, 0.27);
}

.checkmark .wave-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/significant-wave-icon.svg);
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.container-radio input:checked ~ .checkmark .wave-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/significant-wave-icon-active.svg);
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.checkmark .wind-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/wind-speed-icon.svg);
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.container-radio input:checked ~ .checkmark .wind-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/wind-speed-icon-active.svg);
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.checkmark .sea-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/sea-current-icon.svg);
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.container-radio input:checked ~ .checkmark .sea-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/sea-current-icon-active.svg);
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.container-radio input:checked ~ .label-text {
  color: #61c302;
}

.date-period {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: rgb(45 45 45 / 80%);
  backdrop-filter: blur(10px);
  box-shadow: 0px -4px 10px rgb(0 0 0 / 25%);
}

.date-period .date {
  padding: 5px 15px;
  border-right: 1px solid #7d7d7d;
  width: 100%;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.date-period .date:hover {
  background-color: #323232;
}

.date-period .date:nth-child(2) {
  border-left: 1px solid #7d7d7d;
}

.date-period .date:last-child {
  border-right: none;
}

.date-period .date.active {
  position: relative;
  background-color: #61c302;
}

.date-period .date.active::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 10px 12px;
  border-color: transparent transparent #63c302 transparent;
}

.date-period .btn-ctrl-date {
  background-color: transparent;
  border-radius: 0;
  padding: 5px 15px;
  line-height: 0;
  border: none;
  transition: all 0.3s ease-in-out;
}

.date-period .btn-ctrl-date:active,
.date-period .btn-ctrl-date:hover {
  background-color: #61c302;
  color: #fff;
}

.date-period .btn-ctrl-date:focus {
  color: #fff;
}

.time-slider {
  /* background: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.8)); */
  position: absolute;
  width: 99.98%;
  bottom: 27px;
  left: 0;
  padding: 0px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background-color: rgb(45 45 45 / 70%);
  color: white;
  border-radius: 4px;
  cursor: ew-resize;
  font-size: 12px;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  display: none;
  border-top-color: rgb(45 45 45 / 70%);
}

.irs--round .irs-min,
.irs--round .irs-max {
  color: rgb(255 255 255 / 50%);
  background-color: rgb(0 0 0 / 16%);
}

.irs--round {
  height: 40px;
}

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #414141;
  border-radius: 0px;
}

.irs--round .irs-handle {
  top: 28px;
  width: 20px;
  height: 20px;
  border: 4px solid #61c302;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
  cursor: ew-resize;
}

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #61c302;
}

@keyframes pulse {
  0% {
    transform: translateX(-50%) scale(1);
    box-shadow: 0 0 0 0 rgb(225 65 65 / 70%);
  }
  50% {
    transform: translateX(-50%) scale(1.1);
    box-shadow: 0 0 0 10px rgb(225 65 65 / 0%);
  }
  100% {
    transform: translateX(-50%) scale(1);
    box-shadow: 0 0 0 0 rgb(225 65 65 / 0%);
  }
}

.risk-alert-vessel {
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%) scale(1);
  z-index: 2;
  background-color: #e14141;
  border: 0;
  box-shadow: 0 0 0 3px rgb(225 65 65 / 30%);
  border-radius: 50px;
  padding: 5px 15px;
  transition: background-color 0.3s ease-in-out;
  animation: pulse 2s infinite;
}

.risk-alert-vessel .icon-alert {
  margin-right: 5px;
}

.risk-alert-vessel .v-name {
  font-weight: bold;
}

.risk-alert-vessel:hover {
  background-color: #d03737;
}

.detail-risk {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 198px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.35);
  background-color: rgba(34, 34, 34, 0.83);
}
.route-button {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 245px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.35);
  background-color: rgba(34, 34, 34, 0.83);
}

.detail-risk:hover {
  background-color: rgba(21, 20, 20, 0.913);
}
.route-button:hover {
  background-color: rgba(21, 20, 20, 0.913);
}

.detail-risk .icon-risk {
  position: relative;
  font-size: 14px;
}

.detail-risk .icon-risk .badge-counter {
  position: absolute;
  background-color: #f73838;
  padding: 2px 7px;
  border-radius: 15px;
  top: -15px;
  left: 12px;
  text-align: left;
  font-size: 12px;
}

.btn-login-home {
  width: unset;
  padding: 4px 10px;
  height: unset;
  margin-top: 0px;
  background-color: #21b83e;
  box-shadow: 0px 4px 5px rgb(0 0 0 / 25%);
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.btn-login-home:hover {
  background-color: #1ca236;
  color: #fff;
}

.btn-login-home:focus,
.btn-login-home:active {
  color: #fff;
}

.dataTables_wrapper .form-control {
  height: 32px;
}

.risk-list {
  position: absolute;
  left: 60px;
  top: 80px;
  background-color: rgb(45 45 45 / 80%);
  backdrop-filter: blur(10px);
  width: 320px;
  z-index: 11;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  display: none;
}
.route-planner {
  position: absolute;
  left: 60px;
  top: 59px;
  background-color: rgb(45 45 45 / 80%);
  backdrop-filter: blur(10px);
  z-index: 11;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  display: none;
}
.all-route-planner {
  position: absolute;
  left: 60px;
  top: 59px;
  background-color: rgb(45 45 45 / 80%);
  backdrop-filter: blur(10px);
  z-index: 11;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  display: none;
  width: 28%;
}
.information-timeline {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4rem;
  background-color: rgb(45 45 45 / 80%);
  backdrop-filter: blur(10px);
  z-index: 11;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  display: none;
  max-width: 100%;
}

.risk-list.active {
  display: block;
}
.route-planner.active {
  display: block;
}
.information-timeline.active {
  display: block;
}
.all-route-planner.active {
  display: block;
}

.risk-list .header-card {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  align-items: center;
}

.risk-list .body-card {
  padding: 10px;
  max-height: calc(100vh - 182px);
  overflow-y: auto;
}
.all-route-planner .body-card {
  padding: 10px;
  max-height: calc(100vh - 182px);
  overflow-y: auto;
}
.route-planner .header-card {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  align-items: center;
}
.all-route-planner .header-card {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  align-items: center;
}

.route-planner .body-card {
  padding: 10px;
  max-height: calc(100vh - 182px);
  overflow-y: auto;
}
.information-timeline .header-card {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  align-items: center;
}

.information-timeline .body-card {
  padding: 10px;
  max-height: calc(100vh - 182px);
  overflow-y: auto;
}

.close-btn-card {
  background-color: transparent;
  border: none;
  font-size: 20px;
  padding: 13px 10px;
  line-height: 0;
  color: #fff;
}

.close-btn-card:hover {
  color: rgba(255, 255, 255, 0.85);
}

.risk-panel {
  display: flex;
  justify-content: space-between;
  background-color: rgb(255 255 255 / 15%);
  padding: 10px;
  margin-bottom: 10px;
  border-left: 5px solid #ddd;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.risk-panel:last-child {
  margin-bottom: 0px;
}

.risk-panel.low {
  border-color: #069f1f;
}

.risk-panel.medium {
  border-color: #fee612;
}

.risk-panel.high {
  border-color: #dc2a1e;
}

.risk-panel:hover {
  background-color: rgb(255 255 255 / 20%);
}

.risk-col {
  width: 150px;
}

.vsl-name {
  margin-bottom: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 150px;
}

.mmsi-vsl {
  font-size: 10px;
}

.risk-date {
  font-size: 10px;
  margin-bottom: 5px;
}

.risk-level {
  font-size: 10px;
  background-color: #454545;
  display: inline-block;
  padding: 2px 5px;
}

.risk-panel.low .risk-level {
  background-color: #069f1f;
}

.risk-panel.medium .risk-level {
  background-color: #fee612;
  color: #333;
}
.risk-panel.high .risk-level {
  background-color: #dc2a1e;
}

#authModal .modal-content {
  border-radius: 9px;
  background: rgba(45, 45, 45, 0.7);
  backdrop-filter: blur(4px);
}

#authModal .modal-dialog {
  min-width: 345px;
}

#authModal .login-form-img {
  background-image: url("/beta/inawis/assets/img/INAWIS-LOGIN-IMG.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 6px;
  height: 420px;
  padding: 15px;
  position: relative;
}

#authModal .login-form-img .caption-img {
  position: absolute;
  bottom: 18px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

#authModal .greeting-form {
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 10px;
}
#authModal .greeting-title {
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
}

#authModal label {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
}

#authModal .form-username input {
  border-radius: 4px;
  border: 0.5px solid #6a6a6a;
  background: rgba(255, 255, 255, 0.1);
  padding: 5px 7px;
  width: 100%;
  margin-bottom: 10px;
  color: #fff;
}
#authModal .form-password input {
  border-radius: 4px;
  border: 0.5px solid #6a6a6a;
  background: rgba(255, 255, 255, 0.1);
  padding: 5px 7px;
  width: 100%;
  margin-bottom: 10px;
  color: #fff;
  height: 31px;
}
#registerModal .form-password input {
  border-radius: 2px;
  border: 0.5px solid #6a6a6a;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  color: #fff;
  height: 31px;
}

.help-block {
  color: #fff;
}

#authModal .remember-checked {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 10px;
}

#authModal .remember-checked input {
  margin: 0;
}

#authModal .remember-checked label {
  margin: 0;
}

.input-login-new {
  border-radius: 4px;
  border: 1px solid #60c302;
  background: #60c302;
  width: 100%;
  color: #fff;
  font-size: 12px;
  height: 31px;
}

.register-redirect-new {
  color: #fff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  padding: 10px;
}

.back-to-login {
  color: #fff;
  font-size: 12px;
  display: flex;
  justify-content: center;
}

.register-redirect-new a {
  color: #fff;
  text-decoration: underline;
  padding-left: 5px;
}

.back-to-login a {
  color: #60c302;
  padding-left: 5px;
}

.form-login-container {
  line-height: 31px;
}

#authModal .close {
  color: #fff;
  font-weight: 500;
}
#registerModal .close {
  color: #fff;
  font-weight: 500;
}
#registerModal .modal-header {
  border: 0;
}

.login-line {
  width: 56px;
  height: 4px;
  margin-bottom: 10px;
  background: #60c302;
}

.toggle-password-icon {
  position: absolute;
  top: 45%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}

#registerModal .modal-content {
  border-radius: 9px;
  background: rgba(45, 45, 45, 0.7);
  backdrop-filter: blur(4px);
}

#registerModal .modal-dialog {
  min-width: 500px;
}

#registerModal .create-account-page {
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-right: 75px;
  margin-top: 11px;
  margin-bottom: 11px;
  font-size: 14px;
}

.login-line.register {
  margin-left: 197px;
}

#registerModal .create-account-page i {
  font-size: 20px;
}

#registerModal .vertical-stepper {
  display: flex;
  flex-direction: column;
}

#registerModal .step {
  display: flex;
  cursor: pointer;
}

#registerModal .step-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #7a7a7a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  position: absolute;
  left: 0;
}

#registerModal .step-content {
  border-left: 1px solid #757575;
  width: 100%;
  padding-left: 3rem;
  padding-bottom: 2rem;
  padding-top: 0.5rem;
}

#registerModal .step:last-child .step-content {
  border: 0;
}

#registerModal .step-title {
  font-weight: bold;
  margin-bottom: 5px;
  color: #a0a0a0;
}

#registerModal .step-description {
  color: #777;
}

#registerModal .step.active .step-icon {
  background-color: #60c302;
}

#registerModal .step.active .step-title {
  color: #ffffff;
}

#registerModal .registration-form {
  display: none;
  color: #ffffff;
}

#registerModal .registration-form label {
  font-weight: 400;
  font-style: normal;
}

#registerModal .registration-form.active {
  display: block;
}

#registerModal .btn-success.next-step {
  border: 1px solid #60c302 !important;
  background: #60c302 !important;
}

#registerModal .btn-secondary.cancel-regist {
  border: 1px solid #7d8279;
  background: #7d8279;
}

#registerModal .form-group input {
  border: 0.5px solid #6a6a6a;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 5px;
}

#registerModal .form-group .form-control {
  height: auto;
}

.select2-results__options {
  background: #4b4c4d !important;
}

#registerModal .select2-search.select2-search--dropdown {
  background: #4b4c4d !important;
}

#registerModal .select2-container--default .select2-selection--single {
  width: 290px;
  background: #4b4c4d;
  height: 32px;
}

#registerModal
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff;
}

#registerModal .btn-secondary.cancel-regist {
  padding: 4px 10px;
  margin-right: 5px;
}

#successModal .modal-dialog {
  min-width: 345px;
}

#successModal .modal-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 20px;
}

#successModal .modal-content {
  border-radius: 9px;
  background: rgba(45, 45, 45, 0.7);
  backdrop-filter: blur(4px);
}

#successModal .modal-content {
  margin: auto;
  margin-top: 171px;
}
#successModal .modal-body {
  height: 315px;
}

#successModal .succes-button {
  display: flex;
  align-items: center;
  gap: 5px;
}

#successModal .success-button .btn-secondary {
  padding: 4px 10px;
  border: 1px solid #7d8279;
  background: #7d8279;
  color: #fff;
}

#successModal .success-caption {
  margin-top: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}

#successModal .success-subcaption {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .time-slider {
    bottom: 44px;
  }
}
@media only screen and (min-width: 1065px) {
  .time-slider {
    bottom: 44px;
  }
}
@media only screen and (min-width: 1337px) {
  .time-slider {
    bottom: 27px;
  }
}

.header-panel {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding: 10px 0px;
  padding-top: 3px;
}

.header-panel .close-btn-popup-port {
  float: right;
  font-size: 17px;
  margin-top: -6px;
  cursor: pointer;
  color: rgb(130, 130, 130);
}

.weather-info,
.wind-info,
.wave-info {
  text-align: center;
  width: 100%;
}

.weather-info h4,
.wind-info h4,
.wave-info h4 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 5px;
}

.weather-info .pic-weather-stat {
  width: 40px;
}

.weather-info .weather-desc {
  font-size: 11px;
}

.wind-info .wind-desc {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0px;
}

.wind-info .wind-desc .knot-text {
  font-size: 9px;
  vertical-align: top;
}

.wind-info .wind-direction {
  font-size: 11px;
}

.wave-info .wave-desc {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0px;
}

.wind-info .wave-height {
  font-size: 11px;
}

.weather-desc-info {
  border-top: 1px solid #ddd;
}

.weather-desc-info h4,
.weather-warning h4 {
  font-size: 15px;
}

.weather-desc-info p,
.weather-warning p {
  font-size: 11px;
}

/* === POPUP AWS ==*/
.leaflet-popup-content {
  width: 270px !important;
  margin: 3px !important;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: #333 !important;
  color: white !important;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
  opacity: 0.9;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content-wrapper {
  border-radius: 0px !important;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.leaflet-container a.leaflet-popup-close-button {
  background: #e23b3b !important;
  margin-right: 10px;
  color: #fff;
  border-bottom-right-radius: 3px;
  padding: 0px !important;
  border-bottom-left-radius: 3px;
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 17px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}
.leaflet-container a {
  color: #0078a8;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.cluster-disabled-btn {
  border-radius: 3px;
  border: 1px solid #27c600;
  margin-left: auto;
  margin-right: 5px;
  background: rgba(39, 198, 0, 0.34);
}

.cluster-disabled-btn img {
  padding-bottom: 2px;
}

@media only screen and (min-width: 768px) {
  .bottom-legend-wrapper {
    bottom: 108px;
  }
}
@media only screen and (min-width: 1200px) {
  .bottom-legend-wrapper {
    bottom: 90px;
  }
}

.tooltip-layer,
.tooltip-cluster {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #ccc;
}

.tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.64);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  top: -120%;
  left: 20%;
  margin-left: -60px;
}

.tooltiplayer {
  visibility: visible;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.64);
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  top: -40px;
  left: 0;
  /* margin-left: -60px; */
  z-index: 1;
}

.tooltip-cluster:hover .tooltiptext {
  visibility: visible;
}

#riskDetailList .no-data-evaluation {
  height: 30px;
  background: #f9d648;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #000;
  font-size: 13px;
}

.vc-small-switch:hover .tooltiplayer {
  visibility: visible;
}

.tooltipster-base {
  height: auto !important;
  width: auto !important;
}

.tooltipster-box {
  background: #fff !important;
  border: 2px solid #8e8e8e !important;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.25)) !important;
}

.tooltipster-content {
  color: #000 !important;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 4px 10px !important;
}

.tooltip-info {
  border-radius: 4px;
  border: 1px solid #49a7ec;
  background: #c8e8ff;
  display: flex;
  padding: 5px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  top: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #8e8e8e !important;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #fff !important;
}

.tooltipster-active {
  z-index: 1000 !important;
}
#legend-vsl-close {
  position: absolute;
  right: 6px;
  top: 6px;
  border: none;
  background: #4d4d4d;
  height: 25px;
  width: 25px;
  border-radius: 4px;
  z-index: 20;
}

.leaflet-control-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.leaflet-top .leaflet-control {
  margin-top: 0 !important;
}
/* 
img {
  display: block;
  max-width: 100%;
} */

/* End basic CSS override */

.timeline {
  display: flex;
  flex-direction: column;
  border-left: 2px dashed #fff;
  font-size: 14px;
  margin-top: 3rem;
  margin-left: 1rem;
  height: 31px;
}

.timeline-item {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-top: -27px;
}

.timeline-item.end {
  margin-top: 13px;
}

.new-comment {
  display: flex;
  align-items: center;
  gap: 5px;
}

.new-comment input {
  border-radius: 2px;
  border: 0.5px solid #6a6a6a;
  background: rgba(255, 255, 255, 0.1);
  padding: 7px 8px;
  width: 100%;
}

.route-plan-latlon {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: -25px;
  margin-top: 2%;
}

.route-plan-latlon input {
  border-radius: 2px;
  border: 0.5px solid #6a6a6a;
  background: rgba(255, 255, 255, 0.1);
  padding: 7px 8px;
  width: 190px;
}

.new-comment select {
  border-radius: 2px;
  border: 0.5px solid #6a6a6a;
  background: rgba(255, 255, 255, 0.1);
  padding: 7px 8px;
  width: 190px;
}

.select2-search__field {
  color: #111;
}

.new-comment input::placeholder {
  color: #b2b2b2;
}

.timeline-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -50px;
  flex-shrink: 0;
  overflow: hidden;
}

.timeline-item-icon.faded-icon {
  background-color: #f4f6f8;
  color: #7b7b7b;
}

.timeline-item-icon.filled-icon {
  background-color: #688afd;
  color: #fff;
}

.timeline-item-description {
  display: flex;
  padding-top: 6px;
  gap: 8px;
  color: #7b7b7b;
}

.timeline-item-description img {
  flex-shrink: 0;
}

.timeline-item-description a {
  color: #3d3d3d;
  font-weight: 500;
  text-decoration: none;
}

.timeline-item-description a:hover,
.timeline-item-description a:focus {
  outline: 0;
  color: #688afd;
}

.avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.avatar.small {
  width: 28px;
  height: 28px;
}

.avatar img {
  object-fit: cover;
}

.comment {
  margin-top: 12px;
  color: #7b7b7b;
  border: 1px solid #e3e3e3;
  box-shadow: 0 4px 4px 0 #f4f6f8;
  border-radius: 6px;
  padding: 16px;
  font-size: 1rem;
}

.button {
  border: 0;
  padding: 0;
  display: inline-flex;
  vertical-align: middle;
  margin-right: 4px;
  margin-top: 12px;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  height: 32px;
  padding: 0 8px;
  background-color: #f4f6f8;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 99em;
}

.button:hover {
  background-color: #e3e3e3;
}

.button.square {
  border-radius: 50%;
  color: #7b7b7b;
  width: 32px;
  height: 32px;
  padding: 0;
}

.button.square:hover {
  background-color: #e3e3e3;
  color: #3d3d3d;
}

.show-replies {
  color: #b2b2b2;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1rem;
  cursor: pointer;
}

.show-replies:hover,
.show-replies:focus {
  color: #3d3d3d;
}

#routePlanner.body-card {
  padding: 18px;
}

.route-button-modal-inactive {
  padding: 7.5px;
  border-radius: 2px;
  border: 0.5px solid #959595;
  background: rgba(149, 149, 149, 0.34);
}

.route-button-modal-active {
  padding: 9.5px;
  border-radius: 2px;
  border: 0.5px solid #60c301;
  background: #60c301;
}

.route-button-modal-submit {
  border-radius: 2px;
  border: 0.5px solid #60c301;
  background: #60c301;
  width: 50%;
  height: 35px;
}

#routePlanner .label-header {
  display: flex;
  align-items: center;
  gap: 5px;
}
#routeTimeline .label-header {
  display: flex;
  align-items: center;
  gap: 5px;
}

.select-input {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-top: 3.5rem;
}
.select-input.ships {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-top: 1rem;
}

.select-input-icon {
  padding-left: 0.3rem;
}

.select-input-date {
  width: 100%;
}

.select-input-date .date-time-route-planner {
  border-radius: 2px;
  border: 0.5px solid #6a6a6a;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 7px;
  width: 100%;
  width: 100%;
}

.select-input.ships .select2-container {
  width: 100% !important;
}

.select-input.ships .select2-selection {
  border-radius: 2px;
  border: 0.5px solid #6a6a6a !important;
  background: rgba(255, 255, 255, 0.1);
}

.select-port .select2-selection {
  border-radius: 2px;
  border: 0.5px solid #6a6a6a !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

.select-input.ships .select2-selection__rendered {
  color: #fff;
}

.select-port .select2-selection__rendered {
  color: #fff !important;
}

.list-route-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list-route-header .latest-route {
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 500;
}

.list-route-header .view-all-routes {
  color: #00ba1f;
  background: transparent;
  border: 0;
}

.list-routes-info {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

#allRoutePlanner .list-routes-info {
  max-height: 237px;
  overflow-x: auto;
  padding-right: 1rem;
}

.list-routes-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  margin-bottom: 10px;
  width: 100%;
  border: none;
}

.list-routes-container:hover {
  background: rgba(255, 255, 255, 0.35);
}

.list-routes-container .left-content {
  display: flex;
  align-items: center;
  gap: 5px;
}

.left-content .icon-trip {
  border-radius: 4px;
  background: #1888c7;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.routes-loc-info .city-info {
  font-weight: 600;
  text-align: start;
}

.routes-loc-info .date-time-info {
  font-size: 10px;
  opacity: 0.5;
}

.list-routes-container .icon-success {
  border-radius: 50%;
  border: 0.5px solid #00ba1f;
  background: rgba(0, 186, 31, 0.25);
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-routes-container .icon-warning {
  border-radius: 50%;
  border: 0.5px solid #ff0202;
  background: rgba(255, 2, 2, 0.25);
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-route {
  list-style-type: none;
  display: flex;
  padding: 0;
  gap: 1rem;
  position: relative;
}

.li {
  transition: all 200ms ease-in;
  position: relative;
}

.timestamp {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.15);
  font-size: 12px;
  padding: 10px;
  width: 101px;
  margin-right: 0rem;
}

.detail-info {
  position: relative;
}

.detail-info::before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #23c315;
  top: -10%;
  left: -85%;
  width: 143px;
  z-index: -1;
}
.detail-info.warning::before {
  content: "";
  content: "";
  position: absolute;
  border-bottom: 2px dashed #ff0000;
  top: -10%;
  left: -69%;
  width: 113px;
  z-index: -1;
}

.timestamp .author,
.detail-info .date {
  font-weight: 500;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 90px;
}

.timeline-route .status .detail-info .date {
  font-weight: 500;
  font-size: 12px;
  text-align: center;
}

.detail-info .time {
  color: #fff;
  font-weight: 500;
  opacity: 0.5;
  margin-bottom: 10px;
  text-align: center;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.li.complete .timestamp {
  background: rgba(255, 0, 0, 0.35);
}
.li.warning-end .timestamp {
  background: rgba(255, 0, 0, 0.35);
}

.timestamp.complete {
  background: rgba(255, 0, 0, 0.35);
}

/* .status {
  display: flex;
  justify-content: center;
  border-top: 2px solid #23c315;
  position: relative;
  transition: all 200ms ease-in;
} */

.status .detail-info {
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.15);
  padding: 5px;
  margin-top: 2rem;
}

.li.complete .detail-info {
  border-radius: 3px;
  background: rgba(255, 0, 0, 0.35);
  padding: 5px;
  margin-top: 2rem;
}

.li.warning-end .detail-info {
  border-radius: 3px;
  background: rgba(255, 0, 0, 0.35);
  padding: 5px;
  margin-top: 2rem;
}

.status:before {
  content: ">";
  width: 15px;
  height: 15px;
  background-color: #23c315;
  border-radius: 25px;
  border: 2px solid #fff;
  position: absolute;
  top: 58px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 200ms ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.li.warning-end .status::before {
  background-color: #ff0000;
}

.li.complete .status:before {
  background-color: #ff0000;
  transition: all 200ms ease-in;
}
.li.start .status:before {
  content: url("/assets/img/start-timeline-icon.svg");
  background-color: transparent;
  border: none;
  transition: all 200ms ease-in;
  left: 50%;
}

.li.end .status:before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #23c315;
  border-radius: 25px;
  border: 2px solid #fff;
  position: absolute;
  top: 52px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 200ms ease-in;
  font-weight: 700;
  transition: all 200ms ease-in;
}

.li.complete .status h4 {
  color: #66dc71;
}

.li.start {
  margin-right: 2rem;
}

.li.end {
  margin-left: 2rem;
}

@media (min-device-width: 320px) and (max-device-width: 700px) {
  .timeline-route {
    list-style-type: none;
    display: block;
  }

  .li {
    transition: all 200ms ease-in;
    display: flex;
    width: inherit;
  }

  .timestamp {
    width: 100px;
  }

  .status:before {
    left: -8%;
    top: 30%;
    transition: all 200ms ease-in;
  }
}

.right-route-timeline-header {
  display: flex;
  align-items: center;
  gap: 5px;
}

.right-route-timeline-header .save-route {
  background: #23c315;
  border-radius: 4px;
  border: none;
  padding: 2px 8px;
}
.right-route-timeline-header .print-route {
  background: #0098d9;
  border-radius: 4px;
  border: none;
  padding: 2px 8px;
  display: flex;
  gap: 5px;
  align-items: center;
}

.route-timeline-close {
  border-radius: 4px;
  background: #535347;
  font-size: 12px;
  padding: 5px;
}

.route-timeline-close i {
  color: #ffffffc2;
}

.route-timeline-header {
  border-bottom: 1px solid #6a6a6a;
  padding-bottom: 18px;
}

.estimated-speed {
  border-right: 1px solid #6a6a6a;
  margin-left: 1rem;
  padding-right: 1rem;
}

.estimated-speed span {
  padding: 3px;
  border-radius: 4px;
  color: #3336;
  border-radius: 2px;
  border: 0.5px solid #e2e2e2;
  background: #fff;
  font-weight: 500;
  font-size: 12px;
}

.input-es-speed {
  width: 41px;
  background: transparent;
  border: none;
  color: #111;
}

#allRoutePlanner .list-route-header {
  border-radius: 2px;
  border: 0.5px solid #6a6a6a;
  background: rgba(255, 255, 255, 0.15);
  padding: 5px;
  position: relative;
}

#allRoutePlanner .list-route-header i {
  position: absolute;
  top: 10px;
  left: 10px;
}

#allRoutePlanner .list-route-header input {
  width: 100%;
  background: transparent;
  border: none;
  padding-left: 0.5rem;
}

#allRoutePlanner .list-route-header input:focus-visible {
  outline: none;
}

.all-routes-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.group-next-prev-pagiantion {
  display: flex;
}

.group-next-prev-pagiantion .prev-btn,
.group-next-prev-pagiantion .next-btn {
  background: rgba(255, 255, 255, 0.5);
  border: none;
}

.group-next-prev-pagiantion .prev-btn.disabled {
  opacity: 0.5;
}

.all-latest-back-button {
  background: #fff;
  color: #000;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  border: none;
}

.detail-info .wind-speed,
.detail-info .length {
  display: flex;
  align-items: center;
  gap: 3px;
}

.daterangepicker.ltr.show-calendar.opensright,
.daterangepicker .calendar-table table,
.daterangepicker td.off,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  background: #222222e5 !important;
}

.daterangepicker .drp-calendar.left .calendar-table {
  padding-right: 0 !important;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #60c301 !important;
}

.route-timeline-close .fas.fa-chevron-up {
  display: none;
}

.route-icon {
  display: none; /* Hide the icon by default */
  /* Add additional styles as needed */
}

.route-icon-show {
  display: block;
}

.route-button-modal img {
  display: block;
}
