.content-w {
    padding: 20px 55px 1px 55px !important;
}
label {
    font-weight:normal;
    color: #6c757d;
}
p {
    color: #6c757d;
}
hr {
    padding: 20px;
    border-top: 2px solid #ECEDED;
}
.card hr {
    border-top: 1px solid #afb6b6;
    padding: 2px;
}

.required::after {
    content: "*";
    color: red;
    margin-left: 5px;
    /* Optional */
}

.input {
    width: 30px;
    height: 50px;
    border: none;
    border-bottom: 3px solid rgba(0, 0, 0, 0.5);
    margin: 0 10px;
    text-align: center;
    font-size: 30px;
    cursor: not-allowed;
    pointer-events: none;
}

.input:first-child {
    margin-left: 0;
}

.input:focus {
    border-bottom: 3px solid orange;
    outline: none;
}

.input:nth-child(1) {
    cursor: pointer;
    pointer-events: all;
}
.rounded-image {
    object-fit: cover;
    border-radius: 50%;
    width: 220px;
    height: 220px;
    overflow: hidden;
}
.sub-menu i {
    color: #000;
}

.icon-w svg{
    fill: #f1deff;
}
.breadcrumb-item span {
    color: #000;
}
.menu-position-top.menu-w.selected-menu-color-bright ul.main-menu > li.selected > a .icon-w svg{
    fill: #6E0AB8;
}

.sub-menu li a {
    color: #333;
}

.sub-menu li.active a {
    color: #020911FF;
}

.sub-menu li.active i {
    color: #000102FF;
}

.sub-menu li.active a{
    background-color: #f1deff;
}
.widget-box {
    display: flex;
    height: 115px;
    align-items: center;
    justify-content: space-between;
    background: white;
    padding: 15px;
    border: solid 1px #E9EAEA ;
    border-radius: 5px;
    margin-bottom: 20px;
}

.widget-icon {
    background: #F4ECFA;
    border-radius: 50%;
    padding: 26px;
    font-size: 14px;
    color: #6E0AB8;
}

.widget-title {
    color: #727A90;
    font-size: 14px;
    font-weight: 500;
}

.widget-value {
    font-size: 20px;
    padding-bottom: 1rem;
    font-weight: bold;
    color: black;
}

td svg {
    width: 70px !important;
}


.input-group .form-control {
    border-radius: 5px;
    box-shadow: none;
}

.input-group .btn {
    border-radius: 5px;
    box-shadow: none;
}

.pagination-links {
    margin-left: auto;
}

.pagination {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagination li {
    margin: 0 5px;
}

.pagination li a {
    padding: 8px 12px;
    text-decoration: none;
    border: 1.5px solid #ddd;
    border-radius: 5px;
    color: #6c757d;
    font-size: 14px;
    transition: all 0.3s;
}
.page-link{
    border-radius: 5px;
}
.pagination li.active a {
    background-color: #4c6ef5;
    color: #fff;
    border-radius: 5px;
    border: 1.5px solid #4c6ef5;
}


.pagination li a:hover {
    background-color: #e0e7ff;
    color: #4c6ef5;
    border: 1.5px solid #4c6ef5;
    border-radius: 5px;
}

.circle-progress-circle {
    stroke: hsl(210, 100%, 85%);
    stroke-width: 25px;
    fill: hsl(210, 100%, 85%);
}
.label-badge-active {
    cursor: pointer;
    background: #e6f4f5;
    border: 1.5px solid #b0dedf;
    border-radius: 100px;
}

.badge-active {
    padding: 0 3px;
    color: #009399;
    font-weight: 600;
    max-width: 100%;
}
.label-badge-inactive {
    cursor: pointer;
    background: #fce8e8;
    border: 1px solid #ea4949;
    border-radius: 100px;
}

.badge-inactive {
    padding: 0 6px;
    color: #ea4949;
    font-weight: 600;
    max-width: 100%;
}

.label-badge-completed {
    cursor: pointer;
    background: #f4ecfa;
    border: 1.5px solid #6c0ab6;
    border-radius: 100px;
}

.badge-completed {
    padding: 0 3px;
    color: #6c0ab6;
    font-weight: 600;
    max-width: 100%;
}

.label-badge-at-sea {
    cursor: pointer;
    background: #e6f4f5;
    border: 1.5px solid #b0dedf;
    border-radius: 100px;
}

.label-badge-yes {
    cursor: pointer;
    background: #009399;
    border: 1.5px solid #b0dedf;
    border-radius: 100px;
}

.label-badge-no {
    cursor: pointer;
    background: #ecbb3c;
    border: 1.5px solid #b0dedf;
    border-radius: 100px;
}

.badge-at-sea {
    padding: 0 3px;
    color: #009399;
    font-weight: 600;
    max-width: 100%;
}

.badge-planned {
    padding: 0 3px;
    color: #ecbb3c;
    font-weight: 600;
    max-width: 100%;
}

.label-badge-planned {
    cursor: pointer;
    background: #fdf7e7;
    border: 1.5px solid #ecbb3c;
    border-radius: 100px;
}
.label-badge-hold {
    cursor: pointer;
    background: #f1f2f4;
    border: 1px solid #d3d6dd;
    border-radius: 100px;
}

.badge-hold {
    padding: 0 6px;
    color: #727a90;
    font-weight: 600;
    max-width: 100%;
}
.label-badge-pending {
    cursor: pointer;
    background: #fdf7e7;
    border: 1.5px solid #ecbb3c;
    border-radius: 100px;
}

.badge-pending {
    padding: 0 6px;
    color: #ecbb3c;
    font-weight: 600;
    max-width: 100%;
}
.label-badge-towing {
    cursor: pointer;
    background: #e6f5fe;
    border: 1px solid #019bf4;
    border-radius: 100px;
}

.badge-towing {
    padding: 0 6px;
    color: #019bf4;
    font-weight: 600;
    max-width: 100%;
}

.label-badge-not-started {
    cursor: pointer;
    background: #fce8e8;
    border: 1px solid #ea4949;
    border-radius: 100px;
}

.badge-not-started {
    padding: 0 6px;
    color: #ea4949;
    font-weight: 600;
    max-width: 100%;
}

.label-badge-accident {
    cursor: pointer;
    background: #e6f4f5;
    border: 1.5px solid #33a9ad;
    border-radius: 100px;
}

.badge-accident {
    padding: 0 3px;
    color: #33a9ad;
    font-weight: 600;
    max-width: 100%;
}
.label-badge-incident {
    cursor: pointer;
    background: #f4ecfa;
    border: 1.5px solid #6c0ab6;
    border-radius: 100px;
}

.badge-incident {
    padding: 0 3px;
    color: #6c0ab6;
    font-weight: 600;
    max-width: 100%;
}
.label-badge-near {
    cursor: pointer;
    background: #feefec;
    border: 1.5px solid #f5927d;
    border-radius: 100px;
}

.badge-near {
    padding: 0 3px;
    color: #f5927d;
    font-weight: 600;
    max-width: 100%;
}
.label-badge-hazel {
    cursor: pointer;
    background: #e6f5fe;
    border: 1.5px solid #019bf4;
    border-radius: 100px;
}

.badge-hazel {
    padding: 0 3px;
    color: #019bf4;
    font-weight: 600;
    max-width: 100%;
}

.label-badge-open {
    cursor: pointer;
    background: #e6f5fe;
    border: 1.5px solid #019bf4;
    border-radius: 100px;
}

.badge-open {
    padding: 0 3px;
    color: #019bf4;
    font-weight: 600;
    max-width: 100%;
}

.label-badge-follow-up {
    cursor: pointer;
    background: #feefec;
    border: 1.5px solid #f5927d;
    border-radius: 100px;
}

.badge-follow-up {
    padding: 0 3px;
    color: #f5927d;
    font-weight: 600;
    max-width: 100%;
}

.label-badge-completed {
    cursor: pointer;
    background: #f4ecfa;
    border: 1.5px solid #6c0ab6;
    border-radius: 100px;
}

.badge-completed {
    padding: 0 3px;
    color: #6c0ab6;
    font-weight: 600;
    max-width: 100%;
}

.label-badge-approved {
    cursor: pointer;
    background: #e6f4f5;
    border: 1.5px solid #b0dedf;
    border-radius: 100px;
}

.badge-approved {
    padding: 0 3px;
    color: #009399;
    font-weight: 600;
    max-width: 100%;
}

.label-badge-order_number {
    cursor: pointer;
    background: #e6f5fe;
    border: 1px solid #019bf4;
    border-radius: 100px;
}

.badge-order_number {
    padding: 0 6px;
    color: #019bf4;
    font-weight: 600;
    max-width: 100%;
}


.label-badge-declined {
    cursor: pointer;
    background: #fce8e8;
    border: 1px solid #ea4949;
    border-radius: 100px;
}

.badge-declined {
    padding: 0 6px;
    color: #ea4949;
    font-weight: 600;
    max-width: 100%;
}


.label-badge-default {
    cursor: pointer;
    background: #fce8e8;
    border: 1px solid gray;
    border-radius: 100px;
}

.badge-default {
    padding: 0 6px;
    color: gray;
    font-weight: 600;
    max-width: 100%;
}

.badge{
    font-size: 10px;
}

.card a{
    text-decoration: none;
}


.dropify-wrapper {
    border-radius: 15px;
}
.dropify-message p {
    display: none;
}

.dropify-message::before {
    content: "+";
    font-size: 80px;
    font-weight: 100;
    color: #6E0AB8;
    display: block;
    text-align: center;
}
.file-icon {
    display: none;
}
.card {
    border: 1.5px solid #e5e5e5;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 2px 8px 1px #e5e5e5;
}
.btn {
    border-radius: 5px;
}

.menu-w.menu-layout-compact ul.main-menu > li a:hover .icon-w div{
    color: #6E0AB8;
}

.gm-style .gm-style-iw-d {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    padding: 0 !important;
    width: 100% !important;
    max-width: none;
    display: block;
    overflow: auto !important;
}

.gm-style img {
    max-width: none;
    height: 100px;
    margin-bottom: 5px;
}

.gm-style .gm-style-iw-c{
    padding: 0 !important;
}

.gm-style-iw-chr{
    position: absolute;
    right: 0;
}

.table-search input{
    min-width: 260px !important;
}
.form-group label {
    font-weight: 500;
    color: #334152;
}

img[src*="style-image-map"]{
	border-radius: 50%;
	border: 3px solid red !important;
}

img[src*="planned"]{
	border: 3px solid #ecbb3c !important;
	background-color: #fdf7e7;
}

img[src*="towing"]{
	border: 3px solid #019bf4 !important;
	background-color: #e6f5fe;
}

img[src*="at-sea"]{
	border: 3px solid #b0dedf !important;
	background-color: #e6f4f5;
}

img[src*="not-started"]{
	border: 3px solid #ea4949 !important;
	background-color: #fce8e8;
}

img[src*="completed"]{
	border: 3px solid #6c0ab6 !important;
	background-color: #f4ecfa;
}

img[src*="hold"]{
	border: 3px solid #d3d6dd !important;
	background-color: #f1f2f4;
}

#map {
	height: 90vh;
	border-radius: 5px;
}

.vessel-card.active{
	background-color: #F5F0F8FF;
	border: 2px solid #6e0ab8;
}

.vessel-card:not([data-lat="0"]):hover{
	background-color: #F5F0F8FF;
}

.vessel-card {
	box-shadow: -2px 2px 3px 0px #0000000d;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 8px;
	text-align: center;
	overflow-x: hidden;
	border: 2px solid #F1E7F8;
	background: #fff;
	transition: 0.2s ease all;
	cursor: pointer;
}

.vessel-card img {
	width: 75px;
	height: 75px;
	object-fit: contain;
	border-radius: 7px;
}

.vessel-card h5 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0;
}

.vessel-card p {
	font-size: 11px;
}

.alert-pending{
	font-size: 10px;
}

.circle-status{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
}

.circle-active{
	background: green;
}

.circle-not-active{
	background: red;
}

h6.column-header-title {
    border-bottom: 2px solid #eee;
    margin-bottom: 0;
    padding-bottom: 8px;
}