.profile-cover 
{
    height: 40rem !important;
}

.card
{
    
}

.o2o-divider
{
    margin-right: 6px; display: inline-block; vertical-align: middle;
}

.o2o-flex-line 
{
    flex: 1;
    margin: 0;
    border: 0;
    border-top: 1px solid #999;
    height: 0;
}

.o2o-flex-line-vertical 
{
  width: 1px;
  height: 50px;
  border: 0;
  background: #999;
  margin: 0;
}

.o2o-shipbg
{
    background-image: url('/media/b1jnjwwe/shipbg.png');
    background-size: 100% 100%;
    background-position: center; 
    background-repeat: no-repeat;
}

.page-content {
    padding-bottom: 5.5rem !important;
    margin-top: 40px !important;
}

.o2o-wpnbg
{
    background-color: rgba(50, 50, 50, 0.2) !important;
}

.bg-blktr
{
    background-color: rgba(0, 0, 0, 0.1) !important;
}

html.dark-theme .border 
{
    border: 1px solid rgb(43 88 116) !important;
}

.nav-tabs .nav-link.active 
{
    background-color: #c0072d !important;
    color: #fff !important;
}

.glass-panel
{
  background: rgba(20, 35, 55, 0.45) !important;
  backdrop-filter: blur(12px) saturate(140%) !important;
  border-radius: 12px !important;
}

.glass-panel-norad
{
  background: rgba(20, 35, 55, 0.45) !important;
  backdrop-filter: blur(12px) saturate(140%) !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.no-bg
{
    background: transparent !important;
}

.glass-bg
{
    background-image: url(/media/w0ieyeus/jovianmoon.png);    
    background-position: center center;    
    background-attachment: fixed;
    background-color: #0a101a;
}

.hero-banner
{    
    -webkit-mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
}

.hero-content
{    
    position: relative;
    z-index: 1;
}

.cut-box 
{
  clip-path: polygon(
    0 0,
    calc(100% - 30px) 0, 
    100% 30px,
    100% 100%,
    0 100%
  );
}

.sidebar-bg
{
    background: linear-gradient(to left, #053559, #052a48) !important;
}

.topbar-bg
{
    background: linear-gradient(to right, #053559, #052a48) !important;
}


html.dark-theme .sidebar-wrapper .metismenu .mm-active > a
{
    background-color: #c0072d !important;
}

.sidebar-wrapper .metismenu a:hover 
{
	background-color: #c0072d !important;
}

.list-group-item 
{    
    backdrop-filter: blur(12px) saturate(140%) !important;
    background: transparent !important;
}

.label-img-badge
{
    position: absolute;
    margin-top:10px;
    padding: 10px;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
}

.corv-dropdown 
{
    backdrop-filter: blur(12px) saturate(140%) !important;
    background: rgba(20, 35, 55, 0.80) !important;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1) !important;
}

.o2o-zoom-img-wrp
{    
    overflow: hidden; 
    display: inline-block;
    border-radius: 12px 12px 0 0;
}

.o2o-zoom-img-wrp img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
  transform-origin: center center;
}

.o2o-zoom-img-wrp:hover img,
.o2o-zoom-img-wrp:focus-within img 
{ 
  transform: scale(1.12);
}

.fleet-card-detailarea
{
    
}

.fleet-card-detailarea .card-body
{
    padding:0px !important;
    border-radius: 0px !important;
}

.fleet-card-detailarea .accordion-item
{
    border-radius: 0px !important;
    backdrop-filter: none !important;
    border: none !important;
    border-top: 1px solid #000 !important;
}

.fleet-card-detailarea .accordion-button
{
    background: none !important;
    backdrop-filter: none !important;
    background-color: transparent !important;
    padding: 8px !important;
}

.accordion-item 
{
    background: rgba(20, 35, 55, 0.45) !important;
    backdrop-filter: blur(12px) saturate(140%) !important;
    background-color: transparent !important;
}

.accordion-header
{
    background-color: transparent !important;
}

.accordion-button
{
    background: rgba(20, 35, 55, 0.45) !important;
    backdrop-filter: blur(12px) saturate(140%) !important;    
    background-color: transparent !important;
}

.user-setting 
{
    background: none !important;
}

.form-control
 {
    background: rgba(20, 35, 55, 0.20) !important;
    backdrop-filter: blur(12px) saturate(140%) !important;
    border-radius: 12px !important;
 }
