body {
    background: radial-gradient(farthest-side ellipse at 10% 0, #202444 20%, #101129);
    background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Jura';
  text-transform: uppercase;
}
.widget {
    background: rgb(0 0 0 / 10%);
  }

.widget-light {
    background: rgb(255 255 255 / 15%) !important;
}

/*MENU BOTTOM*/

.static-menu-bottom{
	
    text-align: center;
    background: red;
    height: 45px;
    width: 60%;
    margin: 0 auto;
    border-radius: 50px;
}

* {
  box-sizing: border-box;
}
.sticky-btm {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  opacity: .6;
}
.active-icon {
  opacity: 1;
  filter: drop-shadow(0px 3px 10px rgb(255 255 255 / 1));
}
.icon:hover {
  opacity: 1;
}

.btm {
  display: inline-flex;
  align-items: center;
  box-shadow: 0px 20px 40px rgb(18 34 64 / 10%);
  border-radius: 30px;
  margin-bottom: 20px;
  padding: 0 15px;
  position: relative;
  /*background: linear-gradient(180deg, rgb(255 255 255 / 21%) 0%, rgb(255 255 255 / 31%) 70%);*/
  /*border: 1px solid rgb(173 173 173 / 5%);*/
  background: rgb(0 0 0 / 60%);
  box-shadow: 2px 10px 24px -2px rgb(0 0 0 / 15%);
  -webkit-box-shadow: 2px 10px 24px -2px rgb(0 0 0 / 15%);
  -moz-box-shadow: 2px 10px 24px -2px rgba(0,0,0,0.15);
}
.btm__item {
  width: 60px;
  height: 60px;
  position: relative;
  cursor: pointer;
  padding: 10px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
}
.btm__item::before, .btm__item:after {
  content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    border: 1px solid #ffffff;
    border-radius: 50%;
    transform: scale(1);
    opacity: 0;
    transition: all 0.55s cubic-bezier(0.71, 0.03, 0.23, 0.95);
}
.btm__item::after {
  box-shadow: 0 7px 15px currentColor;
}

.btm__item:hover::before, .btm__item:hover::after {
  transform: translateY(-15px) scale(1);
}
.btm__item:hover::before {
  opacity: 1;
}
.btm__item:hover::after {
  opacity: 0.4;
}
.btm__item:hover .btm__icon {
  transform: translateY(-17px) scale(1);
  color: #fff;
  transition-delay: 0.1s, 0.1s;
}
.btm__icon {
  transition: all 0.5s cubic-bezier(0.71, 0.03, 0.23, 0.95);
  transition-delay: 0.1s;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.content-wrap, .loader-wrap {
    left: 0;
    transition: left .2s linear;
}

.content-map {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.content {
    position: relative;
    min-height: 100%;
    padding: 80px 40px 40px 40px !important;
}

.static-center{
  position: static;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
}

#color-overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: black;
   opacity: 0.6;
}
.pr-pl0{
  padding-right: 0!important;
  padding-left:  0!important;
}

/*3D MODEL*/
model-viewer {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  opacity: .7;
}

.model-position{
  position: absolute; 
  width: 60%; 
  top: 0; 
  left: 0; 
  right: 0; 
  margin: 0 auto; 
  margin-top: -30px
}

#default-poster {
  width: 100%;
  height: 100%;
  /* The default poster is a <button> so we need to set display
   * to prevent it from being affected by text-align: */
  display: block;
  position: absolute;
  border: none;
  padding: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--poster-color, none);
  background-image: var(--poster-image, none);
}

.navbar-form .input-group .form-control {
    width: 400px !important;
}

.navbar .nav-item.divider {
    display: block;
    height: 20px;
    width: 1px;
    margin: 10px 20px;
    background: #818181;
}

.bg-default {
    background-color: #474d84 !important;
}
.bg-red{
  background-color: #ef1d25;
}
.page-controls .dropdown-toggle-notifications .circle {
    margin: 0 4px 0 4px;
    width: 25px;
    height: 25px;
    line-height: 25px;
}
.widget-icon-small {
    font-size: 30px;
    height: 70px;
}
.mt-5{
  margin-top: 5px;
}
.easy-pie-chart-md {
    line-height: 100px;
    height: 100px;
    width: 100px;
}
.stats-row {
    margin-bottom: 10px;
}
.widget {
    margin-bottom: 20px;
  }
.f-24{
  font-size: 24px;
}
.btn-latest-map{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: white!important;
  border-color: white!important;
}
.btn-latest-map:hover{
  border-color: #DB2A34!important;
}
.latest-map{
    height: 130px !important;
    background-size: cover;
    object-fit: cover;
}
.map-port{    
    background-size: cover;
    object-fit: cover;
    border-radius: 10px;
}
.img-flag{
  height: 30px;
  width: 30px;
}
.widget-controls {
    top: 8px;
  }
.top-135{
  top: 135px!important;
}
.lh-sm{
  line-height: 20px;
}
.logo-alugra{
  margin-left: 40px;
  margin-top: 5px;
}

.blink{
  animation: blink 0.5s infinite;
}
@keyframes blink {
  0% {
    background-color: #474d84;
  }
  100% {
    background-color: #DB2A34;
  }
}

::-webkit-input-placeholder {
  display: inline-block;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  padding-right: .15em;
  white-space: nowrap;
}

input:focus::-webkit-input-placeholder {
  -webkit-transform: translateY(-125%);
  font-size: 75%;
  opacity: 0.05
}

input.imitatefocus::-webkit-input-placeholder {
  -webkit-transform: translateY(-125%);
  opacity: 0.05
}

.navbar-form .input-group .form-control {
    padding: 5px 15px 7px;
  }

.text-right{
  text-align: right;
}
.center-title{
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
}
.widget>header h1, .widget>header h2, .widget>header h3, .widget>header h4, .widget>header h5, .widget>header h6 {
    color: #a1a2ad !important;
    font-family: 'Jura';
    font-size: 18px;
    text-transform: uppercase;
}
.widget>header+.widget-body p:last-child, .widget>header+.widget-body.p-0 p:last-child {
    color: rgb(255 255 255);
    font-weight: 600;
}
.widget-image {
  border-radius: 15px;
}
.thumb-cam{
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}
.product-card .card-photo {
  border-radius: 15px;
  box-shadow: 4px 4px 10px 0px rgb(31 31 32 / 20%);
}
.pt-50{
  padding-top: 50px;
}
.pb-50{
  padding-bottom: 50px;
}
.pb-60{
  padding-bottom: 60px;
}
.h-50{
  height: 50px !important;
}
.navbar-form .input-group .form-control{
  background: rgb(255 255 255 / 30%) !important;
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  z-index: 9999;
}
.navbar-form .input-group .form-control:focus{
  background: rgb(255 255 255 / 70%) !important;
  color: #000000;
}
.navbar-form .input-group .input-group-text{
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
  color: rgba(244,244,245,1) !important;
}

.find-form{
  width: 100%;
  padding: 70px;
  padding-top: 0px;
}
.find-button{
  position: absolute;
  top: 54%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 90px;
  font-weight: 600;
}
.button-find{
  background: rgb(0 0 0 / 60%);
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
  font-family: 'Jura';
  letter-spacing: 1px;
  font-weight: 700 !important;
}
.button-find:hover{
  background: rgb(255 255 255 / 70%);
  color: #0e0b11;
  cursor: default;
  font-family: 'Jura';
  letter-spacing: 1px;
  font-weight: 700 !important;
}
.navbar-form .input-group .input-group-text {
    background: rgb(0 0 0 / 60%) !important;
}
.dropdown-divider {
    border-top: 1px solid #040620;
}
.border-none{
  border: none !important;
}
#myVideo {
  object-fit: cover;
  background-size: cover;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  height: 100vh;
}

.vid-bg {
  opacity: 0.3; /* ! */
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%
}
.widget-no-background{
  background: none !important;
  box-shadow: none !important;
}
.lh-label{
  line-height: 35px;
}
.pb-input{
  padding-bottom: 8px;
}
.btn-dropdown{
  height: 43px;
}
legend{
  border-bottom: 1px solid #9b9b9b;
}
.abc-checkbox label::before {
  background-color: #ffffff;
  border: none;
}
.form-control {
  background-color: #666666;
}
.btn-inverse {
  color: rgba(244,244,245,0.901961);
  background-color: #666666;
  border-color: #666666;
}
.form-group .input-group-text {
  background: #8a8a8a;
  color: rgb(244 244 245);
}

.btn-primary {
    color: #fff;
    background-color: #DB2A34;
    border-color: #DB2A34;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
}
.btn-primary:hover {
    background-color: #691116;
    border-color: #691116;
}

.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #DB2A34;
    border-color: #DB2A34;
}
.bootstrap-select .dropdown-menu>li>a.active, .bootstrap-select .dropdown-menu>li>a.active:hover, .bootstrap-select .dropdown-menu>li>a.active:focus {
    color: #fff;
    text-decoration: none;
    background-color: #DB2A34;
    outline: 0;
}
.vessel-photo-preview{
    width: 100%;
    height: 170px;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 10px;
}
.vessel-photo{
    width: 100%;
    height: 90px;
    object-fit: cover;
    margin-bottom: 15px;
    border-radius: 10px;
}

.col-4-grid{
  padding-left: 0;
}

.table {
  display: table;
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
  padding: 10px;
  border-bottom: 1px solid #4c4d5f;
}
.table-head{
  background: grey;
}
.table-line{
  width: 100%;
  height: 1px;
  background: red;
}
.text-white-bold{
  font-weight: 600;
  color: #ffffff;
}
.full-list{
  padding: 10px 0 20px;
}
.fw-thin{
  font-weight: 300 !important;
}
.text-align-right{
  text-align: right;
}
.text-align-left{
  text-align: left;
}
.trim {
    display: none;
}
a {
    color: #ef1d25;
    text-decoration: none;
    background-color: transparent;
}
.text-grey{
  color: grey;
}
.blink-25{
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.glyphicon {
    vertical-align: baseline;
  }