/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');*/
@font-face {
    font-family:'Poppins';
    src: url('../fonts/Poppins Bold.eot');
	src: url('../fonts/Poppins Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins Bold.woff2') format('woff2'),
		url('../fonts/Poppins Bold.woff') format('woff'),
		url('../fonts/Poppins Bold.svg#Poppins Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}

@font-face {
    font-family:'Poppins';
    src: url('../fonts/Poppins Medium.eot');
	src: url('../fonts/Poppins Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins Medium.woff2') format('woff2'),
		url('../fonts/Poppins Medium.woff') format('woff'),
		url('../fonts/Poppins Medium.svg#Poppins Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}

@font-face {
    font-family:'Poppins';
    src: url('../fonts/Poppins Regular.eot');
	src: url('../fonts/Poppins Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins Regular.woff2') format('woff2'),
		url('../fonts/Poppins Regular.woff') format('woff'),
		url('../fonts/Poppins Regular.svg#Poppins Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}
/* @font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Regular.woff2') format('woff2'),
         url('../fonts/Poppins-Regular.woff') format('woff'),
         url('../fonts/Poppins-Regular.ttf')  format('truetype'),
         url('../fonts/Poppins-Regular.svg#Poppins') format('svg');
} 
@font-face {
    font-family: 'Poppins Medium';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Medium.woff2') format('woff2'),
         url('../fonts/Poppins-Medium.woff') format('woff'),
         url('../fonts/Poppins-Medium.ttf')  format('truetype'),
         url('../fonts/Poppins-Medium.svg#Poppins Medium') format('svg');
} */
html {
  scroll-behavior: smooth!important;
}
body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

.b-appname {
    font-size: 1.75rem;
    color: #333;
}
.b-appfullname {
    font-size: 1rem;
}

/*Simple Sidebar*/
#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1rem;
}
#sidebar-wrapper .sidebar-heading span{
    font-weight: 600;
}

#sidebar-wrapper .list-group {
    width: 15rem;
}

#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}
.b-gnav {
    height: 100px;
}



/*Accessibility*/
.b-acc-goi,
.b-acc-ministry {
    font-size: 0.75rem;
   /* margin-bottom: 13.5px!important;
    margin-top: 13.5px!important;  */
}
.b-acc-goi {
    border-right: 1px solid #999;
}
.b-acc-goi a,
.b-acc-ministry a {
    color: #505050;
}
#b-accessibility {
    color: #505050;
    height: 100%;
}



/*Header*/
#b-header {
    height: 110px;
    overflow: hidden;
}


/*------------------
Header section
 ---------------------*/

.header-section {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0 53px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    height: 100px;
}

.header-section.header-bg-2 {
    background: rgba(34, 34, 34, 0.83);
}

.header-nav {
    text-align: right;
    padding-top: 35px;
}
    

.site-logo {
    /* float: left; */
    display: inline-block;
    padding: 39px 0;
}

.main-menu {
    display: inline-block;
    padding: 10px 0px;
    width: 100%;
}

.main-menu li {
    display: inline-block;
    position: relative;
    padding: 0 15px;
}

.main-menu li a {
    display: block;
    font-size: 1rem;
    color: #fff;
    font-weight:500;
    padding: 0 1px 5px;
    border-bottom: 2px solid transparent;
    /*margin-right: 45px; 
    font-family: "Lato", sans-serif;*/
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
}

/*.main-menu li a.nav-link {
    color: #fff!important;
} */
a.navbar-brand img {
    width: 17%;
}
.main-menu li:last-child a {
    margin-right: 0px;
}

.main-menu li a:hover,
.main-menu li a.active {
    border-bottom: 2px solid #1e87f0;
    text-decoration: none;
}

.main-menu li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 20px;
}

.main-menu .sub-menu {
    position: absolute;
    list-style: none;
    width: 220px;
    left: 0;
    top: 100%;
    text-align: left;
    padding: 20px 0;
    visibility: hidden;
    opacity: 0;
    margin-top: 50px;
    background: #fff;
    z-index: 99;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.15);
}

.main-menu .sub-menu::before {
    position: absolute;
    content: "";
    left: 15px;
    top: -7px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 7px solid #fff;
}

.main-menu .sub-menu:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    left: 0;
    top: -20px;
}

.main-menu .sub-menu li {
    display: block;
}

.main-menu .sub-menu li a {
    display: block;
    color: #000;
    margin-right: 0;
    padding: 5px 20px;
    border-bottom: none;
}

.main-menu .sub-menu li a:hover {
    color: #1e87f0;
}

.header-right {
    display: inline-block;
}

.header-right a {
    color: #fff;
    font-size: 1rem;
    font-family: "Lato", sans-serif;
    display: inline-block;
}

.header-right .register {
    border: 2px solid #fff;
    min-width: 130px;
    text-align: center;
    padding: 8px 15px;
    margin-left: 25px;
}

.slicknav_menu {
    display: none;
}



/*------------------
Global navigation
 ---------------------*/
.dropdown-slide > .dropdown-menu {
  opacity:.3;
  display: block;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.show.dropdown-slide > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity:1;
}

.carousel-indicators li {
    background-color: #000;
}

/*------------------
Honepage Dashboard
 ---------------------*/
.b-dbcard {
    border-radius: 12px;
    /*box-shadow: 0px 0px 5px 0px #999;*/
    /*box-shadow: 0px 10px 1px #ddd, 0 10px 20px #ccc;*/
    transition: box-shadow 0.4s;
    box-shadow: 0 4px 6px rgba(50,50,93,.15), 0 1px 3px rgba(0,0,0,.08);
    padding: 20px 0 0 0;
    
}
.b-dbcard:hover {
    /*box-shadow: 0px 2px 10px 0px #999;*/
    /*box-shadow: 0px 0px 1px #ddd, 0 0px 3px #ccc;*/
    box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
}

/*------------------
Footer logos
 ---------------------*/
.footer-carousal, .footer-carousal .container{
    overflow: hidden;
    white-space: nowrap;
}
.footer-carousal .f-logo {
    width: 20%;
    display:inline-block;
}

@media only screen and (min-width: 992px) {
    .footer-carousal .f-logo.active + .f-logo + .f-logo + .f-logo + .f-logo ~ .f-logo{
        display: none;
    } 
    
}




/*Footer*/

.footer-bs {
    background-color: #ff7a07;
    padding: 40px 0px 5px 0px;
    color: rgba(255,255,255,1.00);
    position: relative;
}
span#visitors {
    border-bottom: 4px solid #f17000;
    position: absolute;
    top: 0;
    right: 0px;
    background: #ff7a07;
    padding: 6px 12px;
}

.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; }

.footer-bs .footer-nav ul.pages { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.pages li { padding:5px 0px;}
.footer-bs .footer-nav ul.pages a { color:rgba(255,255,255,1.00); font-weight:bold; text-transform:uppercase; }
.footer-bs .footer-nav ul.pages a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
.footer-bs .footer-nav p {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom:10px;
    font-weight: bold;
}

.footer-bs .footer-nav ul.list { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.list li { padding:5px 0px;}
.footer-bs .footer-nav ul.list a { color:rgba(255,255,255,1); }
.footer-bs .footer-nav ul.list a:hover { color:rgba(255,255,255,1); }

.footer-bs .footer-social ul { list-style:none; padding:0px; }
.footer-bs .footer-social h4 {
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.footer-bs .footer-social li { padding:5px 4px;}
.footer-bs .footer-social a { color:rgba(255,255,255,1.00);}
.footer-bs .footer-social a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }

.footer-bs .footer-ns h4 {
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom:10px;
}
.footer-bs .footer-ns p { font-size:0.75rem; color:rgba(255,255,255,0.70); }

@media (min-width: 768px) {
    .footer-bs .footer-social { border-left:solid 1px rgba(255,255,255,0.10); }
}


.backtotop {
    width: 50px;
    height: 50px;
    border: 1px;
    border-radius: 50%;
    background-color: #1e87f0;
    cursor: pointer;
}

.b-social-dropdown,
.b-accessibility-dropdown {
    min-width: 50px!important;
    width: 50px!important;
    left: -10px!important;
}
.b-social-dropdown a {
    padding: .25rem 0.5rem;
    text-align: center;
}
.b-accessibility-dropdown a {
    padding: 4px 8px 4px 18px;

}

.b-site-search:focus {
    border: 1px solid #80bdff;
    outline: 0!important;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0)!important;
}
.b-search.show {
    top: 10px!important;
}



/*Dashboard Page*/

/*Breadcrumb*/
ul.breadcrumb {
  /* padding: 10px 16px; */
  list-style: none;
  background-color: #F5F5F5;
}
ul.breadcrumb li {
  display: inline;
  font-size: 1rem;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}



.b-dropmenubtn {
    border: none!important;
}
.b-dropmenubtn:focus {
    outline: none!important;
}

.btn#menu-toggle.focus, .btn#menu-toggle:focus {
    outline: 0!important;
    box-shadow: 0 0 0 0.1rem rgba(255,255,255,1)!important;
}



.form-control:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0)!important;
}

button.close:focus {
    outline: none!important;
}

/* Background image */
.b-bg-image {
    background-image: url("../images/bg.jpg")!important;
    background-size: cover;
    min-height:70vh;
}


/* Theme style */
.footer-bs {
    background-color: #003b64;
}

.footer-bs .footer-nav ul.list a,
.b-footer-credit,
.b-footer-credit a {
    color: #FFF!important;
}

.main-menu li a:hover, .main-menu li a.active {
    border-bottom: 2px solid #f17000!important;
}

.backtotop {
    background-color: #f17000;
}

.b-btn {
    background-color: #003b64!important;
    border-color: #fff!important;
    color: #FFF!important;
}
.b-btn.focus, .b-btn:focus {
    box-shadow: 0 0 0 0.2rem #00577639!important;
}
.b-notreg a,
.b-already-reg a {
    color: #005776!important;
}

.breadcrumb li a {
    color: #000!important;
}
.b-db-color {
    color: #FFF;
    font-weight: 400;
}



.b-leftmenu a.b-newpage:hover {
    background: #ebebeb!important;
    border-left: 4px solid #f17000!important;
    color: #333!important;
}

.dropdown-toggle::after,
.dropdown-toggle .fa-users:before {
    color: #FFF!important;
}
.b-dropmenu-db a:hover,
.b-dropmenu-db a:active {
    background-color: #003b64!important;
    color: #FFF!important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #005776;
}

#b-sitemap a {
    color: #005776!important;
}
#b-sitemap a:hover {
    color: #111!important;
}
/*.carousel-caption {
    color: #ffffff;
    background-color: #000000EE;
}*/

.b-left-head {
    color:#ffffff!important;
}
.b-login-head {
    color:#ffffff; 
    border-bottom: 2px solid #ffffff; 
    padding-bottom: 10px;
}
.b-login-sec {
    background-color: #22222299; 
    border-radius: 25px;
}
.b-heading-sec {
    background-color: #22222299; 
    border-radius: 25px;
}

.custom-control-label::after {
    /*background-color: green;
    border-radius: 5px;*/
}



/* Mohit Css */
.pld-textbox-margin .form-control {
    margin-bottom: 20px;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}
.custom-selectbox-height .select2-container--default .select2-selection--single {
    padding: 5px 0;
    height: 38px;
    border: 1px solid #ced4da !important;
}
.custom-selectbox-heightbox .bootstrap-tagsinput{
    padding: 8px 0;
    height: 38px;
    border: 1px solid #ced4da !important;
}
.email-block .bootstrap-tagsinput span {
    margin: 3px 0px;
    display: inline-block;
    padding: 0px 3px 0 4px;
    font-size: 0.875rem;
}
.emp-table-bg{background: #ebf2f1;}
.custom-selectbox-height .select2-container--default .select2-selection--single .select2-selection__arrow b
.alert-text {
    color: #ff0707;
    font-size: 1rem;
    font-weight: 500;
}

.alert-text span {
    font-size: 1.75rem;
    font-weight: 600;
    
}
.add-ves-party-btn {
    position: absolute;
    right: 10px;
    top: 10px;
}
.vessel-service-sub-head label {
    font-size: 1rem;
    text-transform: capitalize;
    /* vertical-align: middle; */
}
.form-check.form-check-inline input[type=radio] {
    /* margin: 0 3px 0px 3px; */
    /* margin: -5px 6px 0px 3px; */
}
.vessel_head_name {
    background: #003b641a;
    color: #0c0c0c;
    padding: 8px 25px;
    font-size: 1.25rem;
    font-weight: 500;
}
.vessel_prent_head_name {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #003b64;
}
.slect_file {
    padding: 3px;
}
.btn-annual-survey {
    position: absolute;
    right: 16px;
    bottom: 16px;
    background: #003b64;
    color: #fff;
    padding: 9px;
    font-size: 0.8125rem;
    border-radius: 0px 4px 4px 0px;
}
.btn-view-doc {
    position: absolute;
    right: 16px;
    bottom: 0px;
    background: #003b64;
    color: #fff;
    padding: 9px;
    font-size: 0.8125rem;
    border-radius: 0px 4px 4px 0px;
}
.btn-view-doc_top {
    position: absolute;
    right: 16px;
    top: 30px;
    background: #003b64;
    color: #fff;
    padding: 9px;
    font-size: 0.8125rem;
    border-radius: 0px 4px 4px 0px;
}

.btn-view-doc_tax {
    position: absolute;
    right: 16px;
    top: 48px;
    background: #003b64;
    color: #fff;
    padding: 9px;
    font-size: 0.8125rem;
    border-radius: 0px 4px 4px 0px;
}

.btn-view-doc_new {
    position: absolute;
    background: #003b64;
    color: #fff;
    padding: 9px;
    font-size: 0.8125rem;
    border-radius: 4px;
}
.btn-annual-survey:hover {
    color: #fff;
}
.btn-view-doc:hover {
    color: #fff;
}
.btn-view-doc_top:hover {
    color: #fff;
}
.btn-close {

    background: #dc3545;
    padding: 3px 8px;
    font-size: 0.75rem;
    color: #fff !important;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 3px;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;

    
}
.btn-bill-doc:hover {
    color: #fff;
}
.btn-bill-doc {
    position: absolute;
    right: 11px;
    bottom: 9px;
    background: #003b64;
    color: #fff;
    padding: 8px;
    font-size: 0.8125rem;
    border-radius: 0px 4px 4px 0px;
}
.top-banner-heading {
    background: #0c0b0bc7;
    padding: 20px 15px 0px 15px;
    border-bottom: 5px solid #f17000;
    margin-bottom: 23px;
}
.top-banner-heading h1 {
    font-size: 2.625rem;
    margin-bottom: 25px;
}
.sub-heading-content {
    /* text-align: center; */
    background: #f17000;
    color: #fff;
    padding: 6px 12px;
    font-size: 1.125rem;
    display: inherit;
    margin-top: 15px;
    border-bottom: 2px solid #fff;
   
}
.banner-login-sec {
    background: #000000ba;
    padding: 0;
}
.banner-login-sec .nav-tabs {
    border-bottom: 3px solid #f17000;
}
.banner-login-sec ul li a.active {
    border-radius: 0px;
    background: #f17000 !important;
    color: #fff !important;;
    border: 1px solid #f17000 !important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border: 1px solid transparent; 
    color: #f17000 !important;
}
.nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover{
    border: 1px solid transparent; 
    color: #fff !important;
}
.master-form .form-group label{
font-size: 0.9375rem;
}
.master-form input {
    border-radius: 2px;
    padding: 20px 5px;
}
.bg_gray {
    background: #f4f4f4;
    border-bottom: 1px solid #e9e9e9;
}
.main-menu li a {
    color: #333 !important;
}
.b-dbcard i {
    font-size: 2.25rem;
    background: #003b64;
    padding: 25px;
    border-radius: 33% 67% 62% 38% / 30% 30% 70% 70%;
    color: #fff;
}
.b-dbcard h5 {
    font-size: 1.25rem;
    padding: 10px 0;
    
    margin-top: 12px;
}
.p-counting {
    /* position: absolute; */
    bottom: 18px;
    /* overflow: hidden; */
    right: 0;
    padding: 5px 6px !important;
    background: #003b64;
    color: #fff;
    border-radius: 0 0 8px 8px;
    text-align: right;
}
.b-dbcard h6 {
    display: flex;
    padding: 15px 10px !important;
    margin: 0;
    justify-content: space-between;
    background: #f17000;
    font-size: 1rem;
    color: #fff;
}
.b-footer-credit {
    border-top: 1px solid #ffffff26;
    padding: 10px 0;
    font-size: 0.8125rem;
}
.b-footer-credit a:hover {
    color: #f17000 !important;
}

.bg-orange{background-color: #f17000;}
.bg-orange:hover{background-color: #f17000 !important;}
.menu_icon {
    padding: 15px;
    color: #fff;
    border-radius: 0px;
    height: 56px;
}
.menu_icon:hover {
    color: #fff;
}

.title-dashboard ol.breadcrumb li a {
    font-size: 1rem;
    font-weight: 500;
}
.bg-gray{background-color: #f8f8f8;}
.counter_section {
    min-height: auto;
    display: block;
    box-shadow: 0 5px 20px rgb(0 0 0 / 5%);
    border: 1px solid #e7e7e7;
    padding: 20px 25px;
    background: #fff;
    border-radius: 5px;
    min-height: 190px;
    margin-bottom: 20px;
    /* display: flex; */
    border-top: 5px solid #003b64;
    justify-content: space-between;
    
}
/* .counter-icon i {
    font-size: 24px;
    background: linear-gradient(to bottom, #ff7700 0%, #003b64 100%);
    color: #fff;
    padding: 12px;
    border-radius: 50px;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
} */
.counter-icon {
    position: absolute;
    top: 5px;
    right: 6px;
}
.counter-icon i {
    font-size: 1.5rem;
    background: linear-gradient(to bottom, #ff7700 0%, #003b64 100%);
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 0px 0px 0px 65px;
    width: 60px;
    height: 60px;/
    background-clip: text;
    text-align: right;
}


.counter-service-text p {
    text-align: left;
    font-weight: 500;
    font-size: 1.125rem;
    color: #003b64;
}
.counter-service-text h3 {
    font-size: 1.375rem;
    text-align: left;
    font-weight: 500;
}
.badge-done {
    background: #1fa51f;
    color: #fff;
    font-weight: 400;
    font-size: 0.75rem;
    padding: 6px 12px;
    border: none;
}
.badge-pending {
    background: #f17000;
    color: #fff;
    font-weight: 400;
    font-size: 0.75rem;
    padding: 6px 12px;
    border: none;
}

.counter_link {
    position: absolute;
    right: 8%;
    font-size: 0.8125rem;
    color: #003b64;
    font-weight: 500;
}
.counter_link:hover {
    color: #003b64;
}
.font-22{font-size: 1.375rem;}
/* .breadcrumb-font li a {
    font-size: 16px !important;
} */
.content-header.title-dashboard h4 {
    font-size: 1.25rem;
    margin: 0;
}
.form_addnw .form-group input[type=radio] {
    vertical-align: middle;
    margin: 0 3px 0 3px;
}
a:hover{text-decoration: none;}
.card-head {
    /* padding: 0.75rem 1.25rem; */
    /* margin-bottom: 0; */
    /* background-color: rgba(0,0,0,.03); */
    border-bottom: 1px solid rgb(0 0 0 / 2%);
    background-image: url(../images/pattern_h.png);
    font-weight: normal;
    height: auto;
    border-radius: 5px 5px 0 0;
    padding: 15px 20px 15px;
    background-size: cover;
    background-color: #dee2e6;
    position: relative;
}
.table_data tr th{
    background-color: #003b64 !important;
    color: #fff;
    font-weight: 400 !important;
    font-size: 0.9375rem;
    line-height: 1.2;
}
.table_data tr td {
    font-size: 0.9375rem;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px !important;
    border-bottom: 1px solid #dee2e6 !important;
}
table.dataTable.no-footer {
    border: 1px solid #dee2e6 !important;
    box-sizing: border-box;
    border-top:none !important;
}
.page-item.active .page-link {
    background-color: #003b64 !important;
    border-color: #003b64 !important;
}
.btn-success {
    color: #fff;
    background-color: #1fae51;
    border-color: #1fae51;
}
.btn-success:hover {
    color: #fff;
    background-color: #129740;
    border-color:#129740;
}
.v-middel {
    vertical-align: middle !important;
}
.width-13{width: 13%;}
.width-12{width: 12%;}
.width-10{width: 10%;}
.width-8{width: 8%;}
table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting{padding:8px 15px;}
.border-light{border: 1px solid #e7e4e4 !important;}

  


/*  Comman Css */

.bg-light-gray {background: #f4f4f48a;}
.width100{width: 100% !important;}
.edit-btn-icon i {background: #f17000; padding:4px 3px 6px 5px; color:#fff;border-radius: 4px;}
.view-btn-icon i {background: #0073ec; padding:4px 3px 6px 5px; color:#fff;border-radius: 4px;}
.verify-btn-icon i {background: #218838; padding:4px 3px 6px 5px; color:#fff;border-radius: 4px;}
.btn-action-icon {margin:0 2px !important; padding: 0!important; font-size: 0.75rem;}
.btn.focus, .btn:focus{box-shadow: none;}
.foot-img{
background: #fff !important;
padding: 0 10px;
min-height: 65px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 2px;
}
.last-btm-foot{
    font-size: 0.75rem;
    text-align: center;
    padding-bottom: 5px;
    line-height: 0.5;
}
.last-btm-foot a{
    color: #f17000;
}

.last-btm-foot span {
    font-size: 1.5rem !important;
    font-weight: normal;
    -webkit-vertical-align: baseline-middle;
    -moz-vertical-align: baseline-middle;
    vertical-align: middle;
}

.thumb-lg {
    height: 88px;
    width: 88px;
    }
    .card {
    border: none;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.05);
    }
    .m-b-30 {
    margin-bottom: 30px;
    }
    .social-links li a {
    -webkit-border-radius: 50%;
    background: #fcfdfd;
    border-radius: 50%;
    color: #9f9f9f;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    }




    .box-shadow-block {
        box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    }
    .box-shadow-block h4 {
        padding: 10px 0 10px 20px;
        /* background: rgb(0 59 100 / 10%); */
        text-align: left;
        font-size: 1.25rem;
        /* margin-bottom: 14px; */
        box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 7%);
    }
    .task-report-block {
        display: flex;
        box-shadow: 0 3px 6px rgb(0 0 0 / 2%), 0 3px 6px rgb(0 0 0 / 9%);
    }
    .task-report-block:hover {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }
    
    .task-report-block .media h2 {
        background: #003b64;
        align-self: normal;
        margin: 0;
        padding: 15px 0px;
        color: #fff;
        display: flex;
        min-width: 80px;
        align-items: center;
        justify-content: center;
    }
    .task-report-block h5 {
        font-size: 1.25rem;
        padding: 10px;
    }
    .badge-btn {
    color: #fff !important;
    font-weight: 400;
    font-size: 0.75rem;
    padding: 4px 8px;
    border: none;
    border-radius: 4px;
    display: inline-block;
    }
    .badge-btn a:hover {
        cursor: pointer;
        }
    .badge-btn span {
       margin-left: 5px;
    }
    .badge-r {
        background: #d9534f;   
    }
    .badge-g {
        background: #1fae51;   
    }
    .badge-y {
        background: #003b64;
    }
    .badge-o {
        background: #ed7014;
    }
    .badge-b {
        background: #09aeae;
    }
    .bg-light-b {
        background-color: #0073ec05!important;
    }


/*  Menu Css */

.nav-top-heading{
    color: #FFF;
    /* font-weight: 500; */
}

/*  Breadcrumb Css */

.title-dashboard{
    background: #fff;
    margin-top: 0;
    padding: 15px 38px;
    box-shadow: 1px 0 5px rgb(0 0 0 / 10%);    
    position: relative;
}
/* home */
.remember_userid .checkbox input {
    vertical-align: middle;
    margin-right: 5px;
    }
    .omb_forgotPwd {
    font-size: 0.8125rem;
    }
    .box-shadow-form {
    box-shadow: 0 3px 6px rgb(0 0 0 / 12%);
    }
    .btn-style-1{
    border: 1px solid #ddd;
    color: #b1b1b1 !important;
    padding:10px 0;
    }
    .btn-style-1.active{
    color: #fff!important;
    border: 0px solid #ddd;
    }
    .panel.site-left-sec .panel-heading h3 {
    color: #393939;
    padding: 10px 20px;
    border-width: 0;
    border-radius: 0;
    font-size: 0.875rem;
    }
    .panel.site-left-sec .panel-content {
    padding: 31px 20px 33px;
    }
    .panel-activity__list {
    padding: 0;
    list-style: none;
    }
    .panel-activity__list > li + li {
    margin-top: 10px;
    }
    .activity__list__icon {
    display: none;
    position: absolute;
    top: 2px;
    left: 0;
    min-width: 30px;
    color: #fff;
    background-color: #2bb3c0;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    }
    .activity__list__header {
    position: relative;
    min-height: 35px;
    padding-top: 4px;
    padding-left: 45px;
    color: #999;
    z-index: 0;
    }
    .activity__list__header img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 35px;
    border-radius: 50%;
    }
    .activity__list__body {
    padding-top: 13px;
    padding-left: 43px;
    }
    .activity__list__footer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-top: 23px;
    margin-left: 43px;
    padding: 13px 8px 0;
    color: #999;
    border-top: 1px dotted #ccc;
    justify-content: end;
    font-size: 0.875rem;
    }
    .activity__list__footer span i {
    padding-right: 5px;
    }
    .news-alerts {
    background: #8E0E00;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #1F1C18, #8E0E00);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #1F1C18, #8E0E00); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    width: 100%;
    max-width: 720px;
    margin: 10px auto;
    height: 300px;
    padding: 15px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
    font-family: "Archivo", sans-serif;
    }
    .news-alerts ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    }
    .news-alerts ul li {
    padding: 10px 0px;
    }
    .news-alerts ul li a {
    color: rgba(255, 255, 255, 0.80);
    font-size: 1.125rem;
    text-decoration: none;
    }
    .news-alerts ul li a:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
    }
    .news{width: 160px}
    .news-scroll a{text-decoration: none}
    .dot {
        height: 10px;
        width: 10px;
        margin-left: 3px;
        margin-right: 3px;
        background-color: #f17000;
        border-radius: 50%;
        display: inline-block;

        vertical-align: middle;
    }
    .news-scroll a{color: #333;}
    /*****************************
    *	vertical news ticker with image
    ******************************/
    .ticker-wrapper-v-image{
    display: flex;
    position: relative;
    width: 100%;
    height: 380px;
    overflow: hidden;
    padding: 15px;
    }
    .news-ticker-v-image{
    list-style: none;
    margin:0;
    padding: 0;
    animation: tic-v-image 20s cubic-bezier(1, 0, .5, 0) infinite;
    }
    .news-ticker-v-image:hover {
    animation-play-state: paused;
    }
    .news-ticker-v-image li{
    margin-bottom: 20px;
    }
    .news-ticker-v-image .thumbnail {
    max-width: 100%;
    height: auto;
    float: left;
    margin-right: 10px;
    display: inline-block;
    }
    .ticker-wrapper-v-image .clear {
    clear: both;
    }
    .ticker-wrapper-v-image .news_title a{
    color: #094ca1;
    font-size: 1.125rem;
    font-weight: 500;
    }
    .ticker-wrapper-v-image .news_title{
    line-height: 20px;
    }
    .ticker-wrapper-v-image .news-content{
    color: #1d1d1d;
    font-size: 1rem;
    }
    @keyframes tic-v-image {
    0%   {margin-top: 0;}
    25%  {margin-top: -16%;}
    50%  {margin-top: -32%;}
    75%  {margin-top: -50%;}
    100% {margin-top: 0;}
    }



    /*---block css----*/
    .abt_web h2 {
        font-size: 1.5rem;
        background: #005986;
        padding: 10px;
        color: #fff;
    }
    .abt_web p {
padding: 0 20px;
}
.news_h_block {
background: #f4f4f4;
margin-top: 10px;
}
.bg_nav{box-shadow: 0 1px 3px rgb(0 0 0 / 5%), 0 1px 2px rgb(0 0 0 / 12%);background: #f4f4f47d;}
.logo-text {
    font-size: 1.25rem;
    font-weight: 500;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    margin-left: 5px;
}
.logo-text span {
font-size: 0.875rem;
}
aside.small.heading-tit h2 {
background: #005986;
padding: 10px;
color: #fff;
}
.heading_news_title h4 {
background: #005986;
color: #fff;
padding: 10px;
font-size: 1.25rem;
}
.user_pannel {
box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
border-radius: 4px;
background: #7c7e7e12;
}
.user_pannel a{color:#fff;}
.user_pannel p i {
background: #dc3545;
padding: 20px 18px;
font-size: 2.5625rem;
color: #fff;
border-radius: 50%;
}
.user_pannel h5 {
background: #005986;
color: #fff;
padding: 10px 0;
margin-bottom: 20px;
}
.btn-blue {
background: #005986;
border: 1px solid #005986;
}
.btn-blue:hover {
background: #dc3545;
border: 1px solid #dc3545;
}
.gradient-style1 {
background-image: linear-gradient( 239deg, #005986bf 10%, #dc3545db 100%);
}
.widget-style3 {
padding: 30px 20px;
}
.box-shadow {
-webkit-box-shadow: 0px 0px 28px rgb(0 0 0 / 8%);
-moz-box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
box-shadow: 0px 0px 28px rgb(0 0 0 / 8%);
}
.border-radius-10 {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.height-100-p {
height: 100%;
}
.widget-style3 .widget-data {
width: calc(100% - 60px);
}
.font-30{font-size: 1.875rem;}
.widget-icon i {
font-size: 2.75rem;
}
.widget-data a {
color: #fff;
}
.widget-data a:hover {
color: #fff;
text-decoration: none;
}

.icon-edit  {
    background: #0073ec66;
    color: #0073ec;
    border-radius: 4px;
    padding: 5px;
}


.icon-view  {
    background: #f1700059;
    color: #f17000;
    border-radius: 4px;
    padding: 5px;
}


.icon-verify {
    background: #12829359;
    color: #128293;
    border-radius: 4px;
    padding: 5px;
}
.icon-approved  {
    color: #10c469;
    background: #10c4695e;
    border-radius: 4px;
    padding: 5px;
}
button.btn.btn-secondary.dropdown-toggle.custom-btnd.width100 {
    background: #f17000;
    color: #fff;
    border: 0px;
    border-radius: 0px;
    }
    .new-bg-image {
    background-image: linear-gradient(-55deg, #aa8e049e 50%, #000000ad 50%), url(../images/set-port-bg.jpg);
    background-size: cover;
    background-position: 14% 35%;
    height:65vh;
    }
    .logo-gmb img {
    width: 120px;
    }
    .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus{box-shadow:none;}
    button:focus{outline: none;}
    .btn-new-temp {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* top: -40px; */
    margin: 25px auto;
    }
    .btn-new-temp button {
    border: 2px solid #f8f9fa;
    background: #003b64;
    color: #f8f9fa;
    }
    .btn-new-temp button:hover{
    border: 2px solid #f8f9fa;
    background: #f17000;
    color: #f8f9fa;
    }
    button.btn.btn-secondary.dropdown-toggle.custom-btnd.width100 {
    background: #f17000;
    color: #fff;
    border: 0px;
    border-radius: 0px;
    }
    .width100 {
    width: 100% !important;
    }

    .loading {
        /* border: 16px solid #f3f3f3; 
        border-top: 16px solid #3498db; 
        border-radius: 50%;
        width: 120px;
        height: 120px;
        animation: spin 2s linear infinite;
        position: absolute; */
        background: #00000094;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
    }

    .loading-box img{
        margin-top:-19px;
        position:relative;
        top:50%;
        width:250px;
        height:250px;
        z-index:9999;
    }
/*-----Admin Changes 12-09-22--------*/

.admin-logo img {
    background: #fff;
    border-radius: 50%;
    border: 2px solid rgb(0 123 255 / 25%);
}

#admin-accordian {   
    width: 250px;
    color: white;    
}
#admin-accordian ul {
    margin: 0 !important;
    padding: 0 !important;
}

#admin-accordian h3 {
    background: #003040;
    background: linear-gradient(#003040, #002535);
    margin: 0px !important;
}

#admin-accordian h3 a {
    padding: 10px 6px;
    font-size: 0.875rem;
    line-height: 34px;
    display: block;
    color: white;
    text-decoration: none;
}

#admin-accordian h3:hover {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}

i {
    margin-right: 10px;
}

#admin-accordian > ul > li {
    list-style-type: none;
    border-bottom: 1px solid #fff;
}
#admin-accordian > ul > li > ul {
    list-style-type: none;
    padding: 12px 15px;
    
}


#admin-accordian ul ul li a, #admin-accordian h4 {
    color: #333;
    text-decoration: none;
    font-size: 0.875rem;
    /* line-height: 24px; */
    display: block;
    padding: 7px 0 7px 40px;
    transition: all 0.15s;
    position: relative;
}
a.dashboard-bgcolor.b-db-color.b-newpage .fa {
    float: right;
    position: relative;
    top: 5px;
    font-size: 1.25rem;
    right: 15px;
}
a.dashboard-bgcolor.b-db-color.b-newpage .admin-drop {
    float: right;
    position: relative;
    top: 2px;
    font-size: 1.3125rem;
    right: 5px;
}
.fa.fa-caret-down.right.admin-subdrop {
    position: relative;
    right: 20px;
    top: 5px;
    float: right;
}




#admin-accordian ul ul li a:hover {
    background: linear-gradient(to right, #c3c3c375, #c3c3c3);
    border-left: 3px solid #f17000;
}
#admin-accordian ul ul ul li a:hover {
    background: linear-gradient(to right, #000, #000);
    border-left: 2px solid #000; 
}

#admin-accordian ul ul {
    display: none;
}

#admin-accordian li.active>ul {
    display: block;
    background: #f2f2f2;
}

#admin-accordian ul ul ul {
    margin-left: 15px;
    border-left: 1px dotted rgba(0, 0, 0, 0.5);
}
#admin-accordian ul li.active h3 a {
    background: #f17000;
    border-bottom: 1px solid #fff;
}


#admin-accordian ul ul ul{
    background: #003b64 !important;
    color: #333;
    
}
#admin-accordian ul ul li.active{
    background: #f17000;
    color: #fff !important;
    border-left: 2px solid #f17000;
    /* border-top: 2px solid #fff; */
    
}
#admin-accordian ul li h3 a i {
    min-width: 21px;
    font-size: 1rem;
}
#admin-accordian ul ul li.active a{
    color: #fff;
    
}
.rotate {
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.active .down .rotate {
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}


.new-bg-image h2 {
    font-size: 3.125rem;
    background: #003b64d1;
    border-radius: 6px;
    border-bottom: 5px solid #f17000;
    margin-bottom: 80px;
    text-shadow: 2px 2px 0px #f17000;
}
.set-port .form-control {
    border-radius: 0px;
}
.set-port h5 {
    font-size: 1.25rem;
    background: #f17000;
    margin: 0;
    color: #fff;
    padding: 10px 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.btn-yellow{background-color: #f17000; border-color: #f17000; display: ruby-text;}
a.w-100.btn.btn-primary.btn-yellow.mt-3.btn-rounded.waves-effect.w-md.waves-light.text-white {
    display: block;
}
.bg-yellow{background-color: #f17000; }
.set_port_menu .nav-item a{color:#333 !important; margin: 0 15px; margin: 0 20px 0 0px;}
.login_port_card  {
    border: none;
    box-shadow: 1px 0px 20px rgb(0 0 0 / 25%);
}
.login_port_card h6 {
    background: #003b64;
    padding: 12px 10px;
    color: #fff;
    margin: 0;
    font-size: 1.125rem;
    font-weight: 500;
}
.login_port_card p {
    background: #003b64;
    padding: 12px 10px;
    color: #fff;
    margin: 0;
    font-size: 1.125rem;
    font-weight: 500;
}
.login_port_card img {
    border: 1px solid #f4f4f4;
    padding: 10px;
    background: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.bg-gradient-info {
    background: -webkit-gradient(linear, left top, right top, from(#003b64f2), color-stop(99%, #f17000)) !important;
    background: linear-gradient(to right, #003b64f2, #f17000 99%) !important;
}
.card.card-img-holder .card-img-absolute {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.stretch-card{position: relative;}
.stretch-card:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transition: all 0.9s ease;
}
.stretch-card.grid-margin i {
    position: absolute;
    right: 0;
    font-size: 3.125rem;
    padding: 20px;
}
.stretch-card h6 a {
    color: #fff;
}
.custom-padding-tb50 {
    padding: 80px 0;
}
.about-section .content-column .text{
	position:relative;
	color:#0a0a0a;
	font-size:0.9375rem;
	line-height:2em;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* .about-section{
	position:relative;
	padding:80px 0px;
}

.about-section .content-column{
	position:relative;
	margin-bottom:40px;
}



.about-section .content-column .email{
	position:relative;
	color:#252525;
	font-weight:700;
	margin-bottom:50px;
} */

/* .about-section .image-column{
	position:relative;
	margin-bottom:50px;
}

.about-section .image-column .inner-column{
	position:relative;
	padding:40px 40px 0px 0px;
	margin-left:50px;
} */

/* .about-section .image-column .inner-column:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	left:40px;
	bottom:100px;
	z-index:-1;
	border:2px solid #f17000;
}

.about-section .image-column .inner-column .image{
	position:relative;
}

.about-section .image-column .inner-column .image:before{
	position:absolute;
	content:'';
	left:-50px;
	bottom:-50px;
	width:299px;
	height:299px;
	background:url(img/pattern-2.png) no-repeat;
}

.about-section .image-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.about-section .image-column .inner-column .image .overlay-box{
	position:absolute;
	left:40px;
	bottom:48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box{
	position:relative;
	color:#252525;
	font-size:24px;
	font-weight:700;
	line-height:1.4em;
	padding-left:125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number{
	position:absolute;
	left:0px;
	top:0px;
	width:110px;
	height:110px;
	color:#d7a449;
	font-size:68px;
	font-weight:700;
	line-height:105px;
	text-align:center;
	background-color:#ffffff;
	border:1px solid #000000;
} */
.z-index9{z-index: -9;}

.sec-title2{
	color:#fff;
}
.sec-title {
    position: relative;
}
.sec-title .title {
    position: relative;
    color: #f17000;
    font-size: 1.125rem;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}
.sec-title .title:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: #bbbbbb;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
    color: #333;
}
.section-title1 h2 {
    font-size: 1.625rem;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #003b64;
}
.section-title1 h1 {
    font-size: 1.625rem !important;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    color: #003b64;
}
.section-title h2 {
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #003b64;
}
.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #f17000;
    bottom: 0;
    left: calc(50% - 20px);
}
.card-img-holder h2 {
    margin-bottom: 40px;
    font-size: 1.375rem;
}
.box-margin-50{margin: 50px 0;}







/* .stretch-card:hover i {
    font-size: 150px !important;
    transition: 0.6s;
    color: #ffffff87;
} */
.login_port_card:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transition: all 0.9s ease;
}
.login_port_card:hover {
    background: #f1f1f1;
}
.login_port_card:hover img{
    background: #ffffff;
}
.custom-select2 .select2-selection__rendered {
    background: #e9ecef;
}





.login_port_card img {
    font-size: 1.5rem;
    color: white;
    position: relative;
    border-radius: 50%;
    padding: 5px;
    margin: 3px;
   
}

.login_port_card:hover  img{
    background-color: #fff;
    transform: rotate(360deg);
    transition: all 0.9s ease;
    cursor: pointer;
    box-shadow: none;
}

.status-pending {
    /* background: #ed7014; */
    padding: 4px 10px;
    font-size: 0.875rem;
    border-radius: 3px;
    font-weight: 500;
    color: #ed7014;
}
.status-success{
    /* background: #1fae51; */
    padding: 4px 10px;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 3px;
    color: #1fae51;
}
/* .status-success:hover{color:#fff} */
.btn-edit {
    background: #f17000;
    padding: 3px 8px;
    font-size: 0.75rem;
    color: #fff !important;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 3px;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
}
.btn-esign {
    background: #128293;
    padding: 3px 8px;
    font-size: 0.75rem;
    color: #fff !important;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 3px;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
}
.btn-view {
    background: #0073ec;
    padding: 3px 8px;
    font-size: 0.75rem;
    color: #fff !important;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 3px;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
}
.btn-verify {
    background: #0e7e6a;
    padding: 3px 8px;
    font-size: 0.75rem;
    color: #fff !important;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 3px;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
}
.btn-cancle {
    background: #dc3545;
    padding: 3px 8px;
    font-size: 0.75rem;
    color: #fff !important;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 3px;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
}
.btn-approved {
    background: #28a745;
    padding: 3px 8px;
    font-size: 0.75rem;
    color: #fff !important;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 3px;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
}
.btn-extra-1 {
    background: #0099CC;
    padding: 3px 8px;
    font-size: 0.75rem;
    color: #fff !important;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 3px;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
}
.btn-extra-2 {
    background: #024a9f;
    padding: 3px 8px;
    font-size: 0.75rem;
    color: #fff !important;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 3px;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
}
.btn-extra-3 {
    background: #1190ad;
    padding: 3px 8px;
    font-size: 0.75rem;
    color: #fff !important;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 3px;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
}
.btn-extra-3:hover{color:#fff;}
.btn-extra-2:hover{color:#fff;}
.btn-extra-1:hover{color:#fff;}
.btn-edit:hover{color:#fff;}
.btn-cancle:hover{color:#fff;}
.btn-view:hover{color:#fff;}
.btn-verify:hover{color:#fff;}
.btn-approved:hover{color:#fff;}
.font-14{font-size:0.875rem;}
.custon-slt span.select2-container--default .select2-selection--single {
    height: 39px !important;
    padding: 4px 0 !important;
}
.custon-sl span.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    background: #e9ecef !important;
}

/* New tag Design for login pages */
.vc {
    background: #dc3545;
    color: #fff;
   
    text-align: center;
    padding: 1px 5px;
    position: relative;
    margin-right: 16px;
    font-size: 0.75rem;
}
.vc::after {
    width: 0;
    height: 0;
    border: 8.5px solid transparent;
        border-top-color: transparent;
        border-left-color: transparent;
    position: absolute;
    content: "";
    border-top-color: #dc3545;
    right: -14px;
    top: 0px;
    border-left-color: #dc3545;
}
.vc::before {
    width: 0;
    height: 0;
    border: 11.5px solid transparent;
        border-bottom-color: transparent;
    position: absolute;
    content: "";
    border-bottom-color: #dc3545;
    right: -13px;
    top: -4px;
}

/* End New tag Design for login pages */
    
   /* Start For Slim Scroll */
   .news-login-container {
    height: 238px;
    overflow-y: scroll;
    position: relative;
} 
   ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  
  ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
  
  ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3);
  }
     /* End For Slim Scroll */

     .admin-user-profile .card-body{border: 1px solid #ddd; border-radius: 4px;}
     .admin-user-profile .admin-basic-list {
        width: 46%;
        float: left;
        margin: 0 auto;
    }
    .admin-user-profile .card-header {
        padding: 0.75rem 1.25rem;
        margin-bottom: 0;
        background-color: #003b64;
        /* border-bottom: 3px solid #f17000; */
        color: #f8f9fa;
    }
    .btn-primary-new {
        color: #fff;
        background-color: #003b64;
        border-color: #003b64;
    }
    /* .btn-primary-new:hover {
        color: #fff;
        background-color: #065c99;
        border-color: #065c99;
    } */
     .btn-primary-new:hover {
    color: #fff;
    background-color: #f17000;
    border-color: #f17000;
}
    .btn-outline-primary-new {
        color: #003b64;
        border-color: #003b64;
    }
    .btn-outline-primary-new:hover {
        color: #fff;
        background-color: #065c99;
        border-color: #065c99;
    }
    .admin-tab nav a.active{background-color: #003b64 !important; border-color: #003b64 #003b64 #003b64 !important; color:#fff !important;}
    .admin-tab nav a.nav-item.nav-link {background-color: #e4e4e4; border-color: #b1b1b1 #b1b1b1 #b1b1b1; color:#333;}
    .admin-tab nav a.nav-item.nav-link:hover {background-color: #f17000; border-color: #f17000 #f17000 #f17000; color:#fff !important;}
    .admin-tab nav a{margin-right: 10px;}
    .admin-tab nav a:last-child{margin-right: 0px;}
    .admin-tab .tab-content{border: 1px solid #ddd; padding:20px !important; border-top: 0px;}
    .admin-tab .nav-tabs{border-bottom: 0px !important;}
    .content-header.title-dashboard i {margin: 0;}







    .dashboard_sub_part .media h2 {
        background: #003b64;
        align-self: normal;
        margin: 0;
        padding: 15px 0px;
        color: #fff;
        display: flex;
        min-width: 55px;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
    }
    .dashboard_sub_part {
        box-shadow: 0 3px 6px rgb(0 0 0 / 2%), 0 3px 6px rgb(0 0 0 / 9%);
    }
    .dashboard_sub_part .media {display: block;}
    .dashboard_sub_part h5 {
        font-size: 1.25rem;
        padding: 10px;
    }
    .dashboard_sub_part .media-content .d-flex a{margin-right: 10px;}





    .radius-10 {
        border-radius: 10px !important;
    }
    
    .border-info {
        border-left: 5px solid  #f17000 !important;
    }
    .border-danger {
        border-left: 5px solid  #fd3550 !important;
    }
    .border-success {
        border-left: 5px solid  #15ca20 !important;
    }
    .border-warning {
        border-left: 5px solid  #ffc107 !important;
    }



/*   New Design in Dashboard */


    .card-dash {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 0px solid rgba(0, 0, 0, 0);
        border-radius: .25rem;
        margin-bottom: 1.5rem;
        box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
    }
    .bg-gradient-scooter {
        background: linear-gradient(to bottom, #ff7700 0%, #003b64 100%);
    }
    .widgets-icons-2 {
        width: 56px;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ededed;
        font-size: 1.6875rem;
        border-radius: 10px;
    }
    .rounded-circle {
        border-radius: 50%!important;
    }
    .text-white {
        color: #fff!important;
    }
    .ms-auto {
        margin-left: auto!important;
    }
    .bg-gradient-bloody {
        background: #f54ea2;
        background: -webkit-linear-gradient( 
    45deg
     , #f54ea2, #ff7676)!important;
        background: linear-gradient( 
    45deg
     , #f54ea2, #ff7676)!important;
    }
    
    .bg-gradient-ohhappiness {
        background: #00b09b;
        background: -webkit-linear-gradient( 
    45deg
     , #00b09b, #96c93d)!important;
        background: linear-gradient( 
    45deg
     , #00b09b, #96c93d)!important;
    }
    
    .bg-gradient-blooker {
        background: #ffdf40;
        background: -webkit-linear-gradient( 
    45deg
     , #ffdf40, #ff8359)!important;
        background: linear-gradient( 
    45deg
     , #ffdf40, #ff8359)!important;
    }







    .b-dropmenu-db.show {
        display: block;
        background-image: url(../images/pattern_h.png);
        background-size: cover;
        width: 400px;
    }
    .vesell-head h4 {
        padding: 10px 0 10px 20px;
        text-align: left;
        font-size: 1.25rem;
        box-shadow: 0 10px 20px rgb(0 0 0 / 0%), 0 6px 6px rgb(0 0 0 / 0%);
        margin: 0;
        border-bottom: 1px solid #efeeee;
    }
    .vesell-view {
        display: flex;
        flex-wrap: wrap;
    }
    .vesell-view .admin-basic-list {
        width: 49%;
        margin: 0 .5%;
    }
    .vesell-view .admin-basic-list h6 {
        /* font-size: 14px; */
        font-weight: 600;
    }
    .vesell-view .admin-basic-list p{
       margin: -3px;
    }
    .vesell-view .admin-basic-list h6 span {
        float: right;
    }
    .vesell-view.owner-details .admin-basic-list {
        width: 33%;
        padding: 0 10px;
    }
    .vesell_call_top_head {
        background: #ebf2f1;
        color: #464545;
        padding: 15px;
        border-bottom: 2px solid #dce9e7;
        border-top: 2px solid #dce9e7;
        text-align: center;
        font-size: 1.625rem;
    }
        
        
        
        .admin-basic-list:nth-child(4n+1) {
            background: #ebf2f1 ;
            padding: 10px 0;
            border: 1px solid #e3e2e2;
            border-bottom: none;
            margin-top: -1px;
        }
        .admin-basic-list:nth-child(4n+2) {
            background: #ebf2f1 ;
            padding: 10px 0;
            border-top: 1px solid #e3e2e2;
            margin-top: -1px;
            border-left: 1px solid #e3e2e2;
            border-right: 1px solid #e3e2e2;
        }
        .admin-basic-list:nth-child(4n+4) {
            background: #fff ;
            padding: 10px 0;
            border: 1px solid #e3e2e2;
            margin-top: -1px;
        }
        .admin-basic-list:nth-child(4n+3) {
            background: #fff ;
            padding: 10px 0;
            border: 1px solid #e3e2e2;      
        }
        .custom-header {
            background: #003b64;
            color: #fff;
            font-weight: 400;
            font-size: 1.0625rem;
        }
        
        
        
        




    .table-rwd {color: #666;border-collapse: collapse;margin-left: auto;margin-right: auto;}
    .table-rwd td, .table-rwd th {padding: 0.6em;}
    .table-rwd th {font-weight: normal;text-align: left; border: 1px solid #ddd;}
    .table-rwd td { text-align: left; }  
    .table-rwd td:first-of-type {text-align: left;}
    .table-container { overflow-x: auto; }
    .table-rwd { width: 100%; border-collapse: separate;border-spacing: 0 10px;}
    .table-rwd th span{float: right;}
    .vessel-hr { margin: 8px 0;}
    .table-rwd th:first-child{background-color: #f7f7f7; font-weight: 600;}




   
    .ship-doc-view {border-collapse: collapse;margin-left: auto;margin-right: auto;}
    .ship-doc-view td, .ship-doc-view th {padding: 0.6em;}
    .ship-doc-view th {font-weight: normal;text-align: left;border: 1px solid #ddd;}
    .ship-doc-view td {text-align: left;}
    .ship-doc-view tr td {border-spacing: 0px 1px !important;border: 1px solid #ddd !important;}
    .ship-doc-view td:first-of-type {text-align: left;}
    .ship-doc-view {width: 100%;border-collapse: separate;border-spacing: 0 3px;}
    .ship-doc-view th span{float: right;}
    .ship-doc-view th{background-color: #f7f7f7; font-weight: 600;}



    #restable{
        background:#fff;
        color:#777;
        overflow:hidden;
        min-width:auto;
        width:99%;
        margin:0px auto 10px auto;
        border-collapse:collapse;
      }
      #restable th, 
      #restable td:before{
        color:#5a6772;
        text-align:left;
        display:none;
      }
      #restable tr:nth-child(2) th{
        cursor:pointer;
      }
      #restable tr:first-child th{
        display:table-cell;
        text-align:center;
        background:#505050;
        color:#fff;
        padding:1em .5em !important;
      }
      #restable tr:nth-child(2) th{
        background: #f7f7f7;
        color: #212529;
        padding:13px 10px 13px 10px;
      }
      #restable tr,
      #restable td:first-child{
        -webkit-background-size:40px;
        -moz-background-size:40px;
        -o-background-size:40px;
        background-size:40px;
        background-repeat:no-repeat;
        background-position:95% 65%;
      }
      #restable tr,
      #restable td:first-child{
        -webkit-transition:background-position 1s cubic-bezier(0, 1.2, .8, 1.2);
        -moz-transition:background-position 1s cubic-bezier(0, 1.2, .8, 1.2);
        -o-transition:background-position 1s cubic-bezier(0, 1.2, .8, 1.2);
        transition:background-position 1s cubic-bezier(0, 1.2, .8, 1.2);
      }
      #restable td{
        display:block;
        padding:0 .5em;
      }
      #restable td:first-child{
        padding-top:1em;
        background-position:0 -100px;
        color:#333;
        font-weight:600;
      }
      #restable td:last-child{
        padding-bottom:1em;
        border-bottom:1px solid #ddd !important;
      }
      #restable tr:last-child td:last-child{
        border-bottom:none;
      }
      #restable td:before{
        content:attr(data-o);
        font-weight:bold;
        width:100%;
        display:inline-block;
        padding: 10px 10px 5px 0px;
      }
      #restable tr:nth-child(even){
        background-color:#ebf2f1 !important;
      }
      #restable thead {
        border-top: 1px solid #ddd !important;
        padding: 13px 10px 10px 10px;
    }
      @media (min-width: 480px){
        #restable tr{
          background-position:150% 50%;
          background:transparent !important;
        }
        #restable td:before{
          display:none;
        }
        #restable th, #restable td {
            display: table-cell;
            padding: 15px 10px 15px 10px;
            border: 1px solid #ddd;
        }
        #restable td:first-child{
          /* padding-left:70px; */
          background-position:5% 50%;
        }
        #restable td:last-child{
          border-bottom:none;
        }
      }

      /* Start Small Responsive Table */
      #restable_small{
        background:#fff;
        color:#777;
        overflow:hidden;
        min-width:auto;
        width:99%;
        margin:0px auto 10px auto;
        border-collapse:collapse;
      }
      #restable_small th,
      #restable_small td:before{
        color:#5a6772;
        text-align:left;
        display:none;
      }
      #restable_small tr:nth-child(2) th{
        cursor:pointer;
      }
      #restable_small tr:first-child th{
        display:table-cell;
        text-align:center;
        background:#505050;
        color:#fff;
        padding:1em .5em !important;
      }
      #restable_small tr:nth-child(2) th{
        background: #f7f7f7;
        color: #212529;
        padding:5px 10px 5px 10px;
      }
      #restable_small tbody{
        border:1px solid #ddd !important;
      }
      #restable_small tr,
      #restable_small td:first-child{
        -webkit-background-size:40px;
        -moz-background-size:40px;
        -o-background-size:40px;
        background-size:40px;
        background-repeat:no-repeat;
        background-position:95% 65%;
      }
      #restable_small tr,
      #restable_small td:first-child{
        -webkit-transition:background-position 1s cubic-bezier(0, 1.2, .8, 1.2);
        -moz-transition:background-position 1s cubic-bezier(0, 1.2, .8, 1.2);
        -o-transition:background-position 1s cubic-bezier(0, 1.2, .8, 1.2);
        transition:background-position 1s cubic-bezier(0, 1.2, .8, 1.2);
      }
      #restable_small td{
        display:block;
        padding:0 .5em;
        border-right: none !important;
        border-left: none !important;
      }
      #restable_small td:first-child{
        background-position:0 -100px;
        color:#333;
        /* font-weight:600; */
      }
      #restable_small td:last-child{
        /* padding-bottom:1em; */
        border-bottom:1px solid #ddd !important;
      }
      #restable_small tr:last-child td:last-child{
        border-bottom:none;
      }
      #restable_small td:before{
        content:attr(data-o);
        font-weight:bold;
        width:100%;
        display:inline-block;
        padding: 10px 10px 5px 0px;
      }
      #restable_small tr:nth-child(even){
        background-color:#ebf2f1 !important;
      }
      #restable_small thead {
        border-top: 1px solid #ddd !important;
        /* padding: 13px 10px 10px 10px; */
    }
      @media (min-width: 480px){
        #restable_small tr{
          background-position:150% 50%;
          background:transparent !important;
        }
        #restable_small td:before{
          display:none;
        }
        #restable_small th, #restable_small td {
            display: table-cell;
            /* padding: 15px 10px 15px 10px; */
            border: 1px solid #ddd;
        }
        #restable_small td:first-child{
          /* padding-left:70px; */
          background-position:5% 50%;
        }
        #restable_small td:last-child{
          border-bottom:none;
        }
      }
   
      /* End Small Responsive Table */

      .text-orange{color:#f17000;}
      .news-login-container p {
        background: #fff;
        color: #000;
        padding: 10px;
    }
    .view-tbl-head {
        display: inline-block;
        background: #808080;
        margin: 0 0 0 8px;
        color: #fff;
    }  
    #page-content-wrapper {
        background: #f4f4f48a;
    }
    .error ,.help-block {
        color: red !important; 
    }
    .user-ques .permission_name:nth-child(odd) {
        background: #fff;
        border: 1px solid #e8e8e8;
        border-radius: 0;
        margin-bottom: 20px;
    }
    .user-ques .permission_name:nth-child(even) {
        background: #fff;
        border: 1px solid #e8e8e8;
        border-radius: 0;
        margin-bottom: 20px;
    }   
    .user-ques .permission_name .col-sm-12{
        padding: 10px 15px;
        background: #ebf2f1;
        border-bottom: 1px solid #ddd;
        font-weight: 500;
    }
    .permission_group label{
        font-size: 0.75rem;
        font-weight: 500;
    }
    input[type=checkbox], input[type=radio] {
        /* box-sizing: border-box;
        padding: 0; */
        vertical-align: middle;
        margin-right: 5px;
    }
    select {
        text-transform:capitalize;
    }
    .allowance-head {
        background: #0073ec26;
        padding: 10px;
        color: #333;
        margin: 0;
    }
    .emp-grp tr.group {
        background: #ebf2f1!important;
        line-height: 32px;
    }
   .allowance-table td {
        font-size: 0.8125rem;
        vertical-align: middle;
        padding: 5px 8px !important;
    }
    .allowance-table {
        background: #ebf2f1 !important;
      
    }
   .dark-head {
        background: #ebf2f1 !important;
    }
    .dark-head th {
        vertical-align: middle;
    }
    .revenue-block i {
        font-size: 3.0625rem !important;
        padding: 10px;
    }
    .revenue-block i {
        font-size: 2.5625rem !important;
        padding: 15px;
        background: #f17000;
        color: #f9f9f9;
        border-radius: 55px;
        width: 85px;
        height: 85px;
        border: 4px solid #ffb472;
    }
    /* .revenue-block {
        background: linear-gradient(135deg, rgb(203 203 203 / 59%) 0%, rgb(39 94 161 / 0%) 75%, rgb(0 50 108 / 0%) 86%, rgb(241 112 0) 65%, rgb(241 112 0) 100%, rgb(29 113 215) 100%);
    } */
    .revenue-block {
        background: linear-gradient(321deg, rgb(203 203 203 / 93%) 89%, rgb(39 94 161 / 0%) 44%, rgb(0 50 108 / 50%) 81%, rgb(241 112 0) 66%, rgb(241 112 0) 17%, rgb(29 113 215) 216%);
    }
    .revenue-block:hover {
        background: linear-gradient(321deg, rgba(255, 255, 255, 0.93) 89%, rgb(39 94 161 / 0%) 44%, rgb(0 59 100 / 50%) 81%, rgb(0 59 100) 66%, rgb(0 59 100) 17%, rgb(29 113 215) 216%);
    }
    .table#bill-table thead tr th {
        vertical-align: middle;
    }
    .font-13 {
        font-size: 0.8125rem !important;
    }
   
    th.rev_ptable {
        padding: 0px !important;
        border: 0px;
    }
    .revenue_table th:first-child {
        width: 350px;
        border-top: 0px;
        border-bottom: 1px solid #dee2e6;
    }
    .revenue_table th:last-child {
        text-align: center;
        width: 140px;
        border-top: 1px solid #f6f6f6;
    }
    .rev_ptable .table .revenue_table th:last-child {
        text-align: center;
        width: 15%;
        border-top: 1px solid #f6f6f6;
    }
    table.table.m-0.revenue_table {
        border: 1px solid #f6f6f6;
    }
    .swal2-styled.swal2-confirm {
        background-color: #31b35e !important;
        border: 0px !important;
    }
    .swal2-styled.swal2-cancel{
        background-color: #cb314a !important;
        border: 0px !important;
    }
    .swal2-styled.swal2-confirm:focus {
        box-shadow:none !important;
    }

    .user-ques {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .card.permission_name {
        display: table-cell;
        /* padding: 16px; */
        width: 24%;
        /* margin-right: 1%; */
    }
    .permission_group .form-check-input {
        position: absolute;
        margin-top: 0.4rem;
        margin-left: -1.25rem;
    }
    .annual-survey-head {
        background: #ebf2f1;
        padding: 10px;
        text-align: center;
        text-transform: uppercase;
    }
    .party-service-parent {
        display: flex;
        flex-wrap: wrap;
    }
    .party-service-child {
        flex-basis: 49.5%;
        background: #ebf2f1;
        border: 1px solid #dce9e7;
        margin: .2%;
        padding: 0px 10px;
        display: flex;
        align-items: center;
    }
    #GOGparty_ac\[1\]-error {
        position: absolute;
        top: 30px;
        left: 0;
    }
    #GMBparty_ac\[1\]-error{
        position: absolute;
        top: 30px;
        left: 0;
    }
    .form-check-inline {
        display: inline-flex;
        justify-content: center;
        align-items:initial; 
        /* display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0; 
        height: 27px;*/
    }

    .party-service-child .form-check label {
    font-size: 0.8125rem;
    font-weight: 500;
    padding: 5px 0;
}
    .table-striped tbody tr:hover {
        background: #ceecfe66 !important;
    }
    .table-striped tbody tr td {
        vertical-align: middle;
    }
    .table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(0,0,0,.03);
    }
    .modal-header {
        color: #fff;
        padding: 15px;
        background-color: #003b64;
    }
    .modal-footer{
        background-color: #f5f5f5 !important;
    }
    .close{opacity: 1;}
    .opacity-1{
        opacity: 1;
    }
    .text-verify{
        color: #077E8C;
    }
    .loading img {
        position: absolute;
        top: 50%;
        /* left: 50%; */
        transform: translate(-50%, -50%);
      }
    /* div.dataTables_wrapper div.dataTables_processing {
        position: fixed;
        top: 28% !important;
        left: 19% !important;
        width: 86% !important;
        margin-left: -100px !important;
        margin-top: -26px !important;
        text-align: center !important;
        padding: 1em 0 !important;
        background: #ff00002e !important;
        height: 700px !important;
        z-index: 99 !important;
    } */
    .login_heading {
        text-align: center;
        font-size: 2.625rem;
        text-transform: uppercase;
        background: #003b64c2;
        color: #fff;
        padding: 10px 0px;
        font-weight: bold;
        /* text-shadow: 7px 4px 0px #01233b, 7px 4px 0px rgb(2 38 63); */
        border-bottom: 5px solid #f17000;
    }
    .fin_year{
        width: auto;
        margin-right: 10px;
    }
    .fin_year:focus-visible{
        box-shadow: none;
    }
    .select-box-hgt {
        height: 38px;
        padding: 11px;
    }

  
    

   
    /* Budget Proposal Table */
    table#bill-table tbody tr th {
        white-space: nowrap;
    }


    .news-container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.3);
        background-color: #fff;
        z-index: 99;
        overflow: hidden;
    }
    
    .news-container .title {
        position: absolute;
        background: #df2020;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0 24px;
        color: white;
        font-weight: 500;
        z-index: 200;
    }
    
    .news-container ul {
        display: flex;
        list-style: none;
        margin: 0;
        animation: scroll 25s infinite linear;
    }
    
    .news-container ul li {
        white-space: nowrap;
        padding: 10px 24px;
        color: #494949;
        position: relative;
    }
    
    .news-container ul li::after {
        content:"";
        width: 1px;
        height: 100%;
        background: #b8b8b8;
        position: absolute;
        top: 0;
        right: 0;
    }
    
    .news-container ul li:last-child::after {
        display: none;
    }
    
    @keyframes scroll {
        from {
            transform: translateX(100%);
        }
    
        to {
            transform: translateX(-1083px);
    
        }
    }
    .news-container ul:hover {
        -webkit-animation-play-state: paused;
        -moz-animation-play-state: paused;
        -ms-animation-play-state: paused;
        -o-animation-play-state: paused;
        animation-play-state: paused;
   }
    .user_guidelines {
        font-weight: 500;
        background: #ebf2f1;
        padding: 5px;
        border: 1px solid #c4d3d1;
        display: inline-block;
    }   
    .user_guidelines span{color:#f17000; font-weight:500;}
    .party_type_user {
        border: 1px solid #ddd;
        position: relative;
    }
    .party_type_user label:first-child {
        font-size: 0.875rem !important;
        background: #ebf2f1;
        width: 100%;
        padding: 10px;
        font-weight: 500;
    }
    .party_type_user .form-check{
        padding:5px 30px;
    }
    .party_type_user label.error {
        position: absolute;
        bottom: -30px;
    }
    /* .party_type_user .form-check .form-check-input {
        margin-top: 0 !important;
    } */
    .btn-view-doc_download {
        position: absolute;
        right: 16px;
        bottom: 0px;
        background: #28a745;
        color: #fff;
        padding: 9px;
        font-size: 0.8125rem;
        border-radius: 0px 4px 4px 0px;
    }
    .btn-view-doc_download:hover {
        color: #fff;
    }
    .btn-view-doc_download {
        position: relative;
        right: 0px;
        bottom: 38px;
        background: #28a745;
        color: #fff;
        padding: 7.5px;
        font-size: 0.8125rem;
        border-radius: 0px 4px 4px 0px;
    }
    /* .isTanYes span.required.hideInsupp {
        bottom: -10px;
        position: absolute;
    } */
    .vesell-view_1 .admin-basic-list:first-child {
        width: 90%;
        margin: 0 .5%;
    }
    .bg-port-head{
    background: #003b64;
    color: #fff !important;
}
.passenger-dtl p {
    font-size: 0.9375rem;
    background: #ebf2f1;
    padding: 10px;
    border-bottom: 2px solid #c6d3d1;
    display: block;
    margin: 0;
    font-weight: 500;
}
.passenger-dtl {
    background: #f5f5f5;
    border: 1px solid #ddd;
}
.form-check.form-check-inline label {
    margin: 0;
}
a.btn.btn-danger.add-ves-party-btn.custom-loc-1 {
    position: absolute;
    top: -50px;
    font-size: 0.9375rem;
    padding: 4px 10px;
}
.plot-assign-payment-block {
    background: #f4f4f4;
    padding: 70px 0 20px 0px;
    border: 1px solid #ddd;
}
.btn.btn-success.add-ves-party-btn.custom-payment-1 {
    top: 6px;
}
.check_option .check_option_label {
    position: relative;
    top: 0px;
    background: #ddd;
    padding: 10px 15px;
    border-radius: 5px 0 0px 5px;
    margin: 0;
}
.check_option_bdr{
    border: 1px solid #ddd;
    border-radius: 5px 0 0 8px;
    display: flex;
    align-items: center;
}
.check_option_bdr span {
    display: flex;
    align-items: center;
    padding: 0px 15px;
}

.check_option {
    margin-top: 26px;
}
.registration_base{
    border: 1px solid #ddd;
    background: #ebf2f121;
}
.user-ques .permission_name .col-sm-12 input[type=checkbox]{
    width: 1em;
    height: 1em;
    border: 0.1em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.1em);
    margin-right: 10px;
    vertical-align: middle;
}
.permission_name {
    margin-bottom: 10px;
}
.permission_group {
    padding: 5px 0 5px 12px;
}
.ho_block .text-secondary {
    font-weight: 500;
    color: #333!important;
    font-size: 1.125rem;
}
.plot_label label{font-size: 0.9375rem;}
h6.card-text {cursor: pointer;}
.obj_map_bg {
    background: #ebf2f1;
    padding: 20px 5px;
    border: 1px solid #ddd;
}
.loc_all_bg {
    background: #ebf2f1;
    padding: 20px;
    border: 1px solid #ddd;
}
.form_bg_block {
    background: #ebf2f1;
    padding: 10px 20px;
    border: 1px solid #ddd;
}
.user_port p {
    background: #003b640a;
    margin: 0;
    padding: 7px 0;
    margin: 4px 0;
    border: 1px solid #e3e2e2;
    border-left: none;
    border-right: 0;
}
.user_port p:last-child{
    margin: 0;
    border-bottom: none;
}
.user_port_head {
    background: #ebf2f1;
    padding: 10px;
    margin: 0;
    border: 1px solid #c9dfdc;
    border-bottom: none;
    font-weight: 500;
}
.user_port p span {
   
    color: #f17000;
    font-size: 0.75rem;
    padding: 5px 0px 5px 9px;
}
i.far.fa-user-shield {
    color: #f17000;
    margin-right: 2px;
    background: #f170002e;
    padding: 2px 5px 2px 5px;
    border-radius: 4px;
}
.user_ddo {
    background: #f17000;
    padding: 2px 10px;
    color: #fff;
}
.portDiv input {
    margin-bottom: 5px;
}

.logintime {
    padding: 2px 10px 3px 7px;
    background: #ed7014;
    margin-right: 20px;
    font-size: 1.25rem;
    width: 105px;
    text-align: center;
    border-radius: 2px;
}
/* dolarrate */
.dollarrate {
    padding: 4px 10px 4px 10px;
    background: #ed7014;
    margin-right: 20px;
    font-size: 1.03125rem;
    text-align: center;
    border-radius: 2px;
}
.zoom-in-zoom-out {
    margin: 24px;
    width: 23px !important;
    height: 23px !important;
    background: #FF9800;
    animation: zoom-in-zoom-out 2s ease-out infinite;
    font-size: 0.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -25px;
    right: -15px;
    border-radius: 20px;
}
button.dt-button.buttons-pdf.buttons-html5 {
    background: #d30000;
    color: #fff;
    border: #d30000;
}
button.dt-button.buttons-excel.buttons-html5 {
    background: #2a722a;
    color: #fff;
    border: #2a722a;
}
button.dt-button.buttons-csv.buttons-html5 {
    background: #FF9800;
    color: #fff;
    border: #FF9800;
}
button.dt-button.buttons-copy.buttons-html5 {
    background: #2196F3;
    color: #fff;
    border: #2196f3;
}
button.dt-button.buttons-pdf.buttons-html5:hover {
    background: #d30000;
    color: #fff;
    border: #d30000;
}
button.dt-button.buttons-excel.buttons-html5:hover {
    background: #2a722a;
    color: #fff;
    border: #2a722a;
}
button.dt-button.buttons-csv.buttons-html5:hover {
    background: #FF9800;
    color: #fff;
    border: #FF9800;
}
button.dt-button.buttons-copy.buttons-html5:hover {
    background: #2196F3;
    color: #fff;
    border: #2196f3;
}

.zoom-in-out-box {
    margin: 24px;
    width: 40px;
    height: 40px;
    background: #164768;
    animation: zoom-in-zoom-out 2s ease-out infinite;
    position: absolute;
    z-index: 99;
    right: -13px;
    top: -28px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 0.625rem;
    border: 1px solid #fff;
}
  
  @keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.5, 1.5);
    }
    100% {
      transform: scale(1, 1);
    }
  }


  .disclaimer_text{text-align: center; font-size: 0.75rem;}
  .disclaimer_text b{font-weight: 500; text-decoration:underline;}
  .privacy_text p {
    line-height: 2;
    font-size: 1rem;
    text-align: justify;
}
.login-cards {
    display: flex;
    justify-content: center;
}
  
.login-card {
    max-width: 1200px;
    margin: 0 5px;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    margin-bottom: 40px;
}
 .pos_relative{position: relative;}
  .nav-link img.new_blink {
    position: absolute;
    left: 0%;
    top: -4px;
}
 .pos_relative{position: relative;}
  .nav-link img.new_blink {
    position: absolute;
    left: 0%;
    top: -4px;
}


/* Following CSS is for FAQ Page */
.faq {
    padding: 60px 0;
  }
  .faq .faq-list {
    padding: 0;
    list-style: none;
  }
  .faq .faq-list li {
      background-color: #f17000;
      margin-bottom: 10px;
      border-radius: 10px;
      padding: 10px 40px;
  }
  .faq .faq-list a {
      display: block;
      position: relative;
      font-size: 1rem;
      font-weight: 600;
      color: #fff;
      text-decoration: none;
  }
  .faq {
    padding: 60px 0;
  }
  .faq .faq-list {
    padding: 0;
    list-style: none;
  }
  .faq .faq-list li {
      background-color: #f17000;
      margin-bottom: 10px;
      border-radius: 10px;
      padding: 10px 40px;
  }
  .faq .faq-list a {
      display: block;
      position: relative;
      font-size: 1rem;
      font-weight: 600;
      color: #fff;
      text-decoration: none;
  }
  
  .faq .faq-list i {
    font-size: 1rem;
    position: absolute;
    left: -25px;
    top: 6px;
    transition: 1s;
  }
  .faq-title {
      text-align: center;
      font-size: 1.0625rem;
      border-bottom: 2px dashed #000;
      margin-bottom: 30px;
      padding-bottom: 10px;
      color: #000;
  }
  
  .faq .faq-list p {
    padding-top: 5px;
    margin-bottom: 20px;
    font-size: 1rem;
    color:#fff
  }
  
 
  .collapsed i.fas.fa-arrow-up {
      transform: rotate(180deg);
  }
  .lastupdate {
      position: absolute;
      bottom: -5px;
      right: 0;
      padding-right: 10px;
      font-size: 0.6875rem;
  }

  /* updated 16-4-2025 */
  body.dark-mode {
    background-color: #121212;
    color: #ffffff;
  }
  
  .dark-mode .bg-light{
    background-color: #1e1e1e !important;
  }
  .dark-mode .navbar {
    background-color: #1e1e1e !important;
  }
  .dark-mode .set_port_menu .nav-item a{
    background-color:#1e1e1e;
    color: #fff !important;
  }
  .dark-mode .logo-text{
    color: #fff;
  }
  .dark-mode .navbar-light .navbar-toggler {
    border-color: rgb(255 255 255);
    background: #ffffff;
  }
  .dark-mode .checkbox-colormode-label {
    background-color: #0d4fa3;
  }
  .dark-mode  .footer-bs{
    background-color: #000000;
  }
  .dark-mode .news-container .title{
    background-color: #ffa500;
  }
  .dark-mode .news-container{
      background: #000000;
  }
  .dark-mode .news-container ul li{
      color: #ffffff;
      background: #000000;
  }
  
  .dark-mode .bg-light-primary {
    background-color: #1e1e1e !important;
  }
  
  .dark-mode .login_port_card {
    background-color: #222 !important;
    border-color: #444 !important;
    color: #fff !important;
  }
  
  .dark-mode .btn-yellow {
    background-color: #ffa500 !important;
    border-color: #ffae42 !important;
    color: #111 !important;
  }
  
  .dark-mode a.btn {
    color: #111 !important;
  }
  
  .dark-mode .section-title h2{
    color: #fff ;
  }
  .dark-mode .section-title p{
    color: #fff ;
  }
  .dark-mode .section-title p.user_guidelines {
    color: #000000 ;
  }
  /* About section dark mode styles */
  .dark-mode .about-section {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
  }
  
  .dark-mode .about-section .sec-title .title,
  .dark-mode .about-section .main-title,
  .dark-mode .about-section p {
    color: #f0f0f0 !important;
  }
  
  .dark-mode .about-section .text {
    color: #cccccc !important;
  }
  .dark-mode .user_guidelines {
    color: #000000;
  }
  
  .dark-mode .about-section img {
    border: 4px solid #333;
    border-radius: 8px;
  }
  .dark-mode #chcp_font_size {
    background-color: #333;
  }
  .checkbox-colormode {
    opacity: 0;
    position: absolute;
  }
  
  .checkbox-colormode-label {
    background-color: #111;
    width: 50px;
    height: 26px;
    border-radius: 50px;
    position: relative;
    padding: 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 35px;
  }
  
  .fa-moon {color: #f1c40f;}
  
  .fa-sun {color: #f39c12;}
  
  .checkbox-colormode-label .ball {
    background-color: #fff;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    transition: transform 0.2s linear;
  }
  
  .checkbox-colormode:checked + .checkbox-colormode-label .ball {
    transform: translateX(24px);
  }
#chcp_font_size {
    background: #003b64;
    display: flex;
    flex-direction: row-reverse;
    padding: 8px 0 0 0;
}
#chcp_font_size button {
    color: #dddddd;
    font-size: 12px;
    /* background: #f17000; */
    padding: 3px 4px;
    border-radius: 0;
    margin: 0 4px;
    border: 1px solid #dddddd;
    text-align: center;
}
.incres-text {
    margin-right: 30px;
}
button#uw-widget-custom-trigger img {
    width: 27px !important;
}
.uw-widget-custom-trigger {
    border: none !important;
    border-radius: 70px !important;
    bottom: 100px !important;
    cursor: pointer !important;
    height: 50px !important;
    padding: 0 20px !important;
    right: 10px !important;
    max-width: 50px;
    width: 50px;
    background-color:#f17000 !important;

}
.second-panel {
    background-color: #003b64 !important;
}
.feature-active .uwaw-features__item__i {
    border: 2px solid #003b6 !important;
}
.feature-active .uwaw-features__item__icon svg, .feature-active .uwaw-features__item__name, .feature-active .light_dark_icon i {
    color: #003b64 !important;
}
.feature-active .icon-bigger-text, .feature-active .icon-small-text, .feature-active .icon-line-hight, .feature-active .icon-hide-images, .feature-active .icon-dyslexia-font, .feature-active .icon-cursor, .feature-active .icon-highlight-links, .feature-active .icon-text-spacing, .feature-active .icon-moon, .feature-active .icon-sun, .feature-active .icon-invert, .feature-active .icon-speaker, .feature-active .icon-adhd-friendly {
    background-color: #003b64 !important;
}
.tick-active {
    background-color: #003b64 !important;
}
.uwaw-features__step.active {
    background: #003b64 !important;
}



/* 17-12-2025 */
.metric-card {
      transition: transform 0.2s;
    }
    .metric-card:hover {
      transform: translateY(-5px);
    }
    .trend-up {
      color: #198754; /* success green */
    }
    .trend-down {
      color: #dc3545; /* danger red */
    }

    .update-dashboard-card-value i{
  font-size: 24px;
    position: absolute;
    right: 10px;
    top: 15px;
    background: #a3b9c94a;
    color: #f17000ba;
    width: 44px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #d9d6d6;
 }
.card.metric-card.shadow-sm.h-100
 {
    border-top: 4px solid #003b64 !important;
    /* background: #ffffff; */
    border: 1px solid #ddd;
}
.elegant-card{
border-radius: 18px;
background:#ffffff;
box-shadow:0 10px 30px rgba(0,0,0,.08);
border: 1px solid #ddd;
}
.total-box {
    border-radius: 14px;
    background: #f1f5ff;
    border: 1px solid #e5eaf9;
}
.status-row {
    border-bottom: 1px solid #eef0f3;
    padding: 6px 10px;
    margin-bottom: 3px;
    font-size: .9rem;
    border-radius: 4px;
    border: 1px solid #ddd;
}
.status-row:last-child{
/* border-bottom:none; */
}
.dot{
width:10px;
height:10px;
border-radius:50%;
display:inline-block;
margin-right:8px;
}
.verify-dashboard-bg {background: #003b6412;}
.pending-dashboard-bg {background: #f1700026;}
.approved-dashboard-bg {background: #2188381a;}
.progress-box{ flex: 0 0 48%; margin: 1%;}

       

        .leave-card {
            border-radius: 1.2rem;
            overflow: hidden;
            box-shadow: 0 0.75rem 1.5rem rgba(0,0,0,0.12);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            background: #fff;
            border: 1px solid #ddd;
            color: #333;
        }
        .leave-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 1rem 2rem rgba(0,0,0,0.2);
        }
       
        .leave_name{
            color: #333;
        }
        

        .leave-icon i {
            font-size: 2.5rem;
            color: #f1700024;
            position: absolute;
            right: 0px;
            top: 15px;
        }
       
        .days-count {
            font-size: 3rem;
            font-weight: 800;
            line-height: 1;
            color: #f17000;
        }
        
        .btn-light-transparent {
            background: rgb(0 57 96 / 0%);
            border: 1px solid rgb(0 59 99 / 20%);
            backdrop-filter: blur(5px);
            color: #2e2e2e !important;
        }
        .btn-light-transparent:hover {
            background: rgba(255,255,255,0.3);
        }
        
/* Start Work Flow Level */ 
.work-avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	border: 2px dotted #bfbfbf;
}
.work-step-title {
	font-weight: bold;
	font-size: .9rem;
	color: #333;
}
.work-step-name {
	font-size: .9rem;
	color: #555;
}
.work-flow-arrow {
	text-align: center;
	font-size: 1.5rem;
	color: #f17000;
	margin: 0px 0;
	opacity: 0.8;
}
/* End Work Flow Level */ 
/* ****************************************************** */

/* ****************************************************** */
/* Start Employee Grid CSS */ 
.employee_name {
	color: #333;
	font-size: 1.1rem;
}
.employee-grid-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
	padding: 20px;
	background-color: #fff;
}
.leave-grid-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
	padding: 20px;
	background-color: #fff;
}
.employee-card {
	border-radius: 1.2rem;
	overflow: hidden;
	box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.12);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	background: linear-gradient(to top, #1e3c722e 0%, #1e3c7214 1%, #2a529800 100%);
	border: 1px solid #ddd;
	color: #333;
}
.employee-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
	background: linear-gradient(to top, #1e3c7226 0%, #1e3c7221 1%, #f170000d 100%);
}
.employee-btn-light-transparent {
	/* background: rgb(0 57 96 / 0%);
            border: 1px solid rgb(0 59 99 / 20%); */
	backdrop-filter: blur(5px);
	color: #2e2e2e !important;
	width: fit-content;
	padding: 0;
}
.employee-btn-light-transparent:hover {
	/* background: rgba(255,255,255,0.3); */
}
.employee-group-icon i {
	font-size: 2rem;
	color: #f1700024;
	position: absolute;
	right: 0px;
	top: 15px;
}
/* Optional: Force single row on very large screens only */
    @media (min-width: 1200px) {
      .employee-grid-container {
        grid-template-columns: repeat(3, 1fr); /* Exactly 5 columns on large screens */
      }
      .leave-grid-container {
        grid-template-columns: repeat(4, 1fr); /* Exactly 5 columns on large screens */
      }
    }

/* Close Employee Grid CSS */ 


.custom_header_new {
    background-color: #f7f7f7 !important;
    color: #003b64 !important;
}
.admin-tab nav .nav-link {
    background: #ffffff;
    border: 1px solid #ddd;
    color: #464646;
}
.admin-tab nav .nav-link:hover {
    background: #f17000;
    border: 1px solid #ddd;
    color: #ffffff !important;
}