@charset "UTF-8";

@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/ShipETicketingWeb/styles/fonts/webfonts/overpass-v7-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/ShipETicketingWeb/styles/fonts/webfonts/overpass-v7-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body{
	background:url(/ShipETicketingWeb/images/ship.jpg);
	font-family: 'Overpass', sans-serif;
    font-weight: 400;
	position: relative;
    margin: 0;
    padding-bottom: 15rem; 
    min-height: 100svh;
    background-color: #e3e7e9;
    background-repeat:no-repeat;
    background-position:center; 
	background-size:cover; 
	
}

@media only screen and (max-width: 950px) {
  body {
    background:url(/ShipETicketingWeb/images/ship.jpg);
	font-family: 'Overpass', sans-serif;
    font-weight: 400;
	position: relative;
    margin: 0;
    padding-bottom: 15rem; 
    min-height: 100svh;
    background-size: cover; 
    background-position: 95% 75%;
    background-repeat: no-repeat; 
    background-attachment: fixed
  }
}

 .container-xl{
	max-width:1400px;
}

/*-----Top Bar-----*/

.topbar-text{
	color:#070f4e;
}
.topbar-bgcolor {
	background-color:#48C2FE;
}
.topbar span{
	font-size:15px;
}
	
.topbar-weblink{
	color:white;
	text-decoration: none;
}

.topbar-weblink:hover{
	color:#070f4e;
	text-decoration: none;
}

.topbar-twitterlink{
	color:white;
	text-decoration: none;
}

.topbar-twitterlink:hover{
	color:#070f4e;
	text-decoration: none;
}

.topbar-fblink{
	color:white;
	text-decoration: none;
}

.topbar-fblink:hover{
	color:#070f4e;
	text-decoration: none;
}

.topbar-tele{
	color:white;
}

.topbar-tele:hover{
	color:#070f4e;
}

.topbar-email{
	color:white;
}

.topbar-email:hover{
	color:#070f4e;
}

/*------First Nav------*/

.first-nav{
  padding: 0px;
  background: #fff;
  z-index:999;
  transition: 0.5s;
  background-color: #063182;;
}

/*---------Login Card------*/

.login-username{
	padding-left:20px;
    padding-right:20px;
    padding-top:10px;
}

.login-errmsg{
	padding-left:20px;
    padding-right:20px;
}

.login-password{
	padding-left:20px;
    padding-right:20px;
}

.login-btn{
	padding-left:20px;
    padding-right:20px;
}

 .userlogin-card{
  margin-top:30px;
  background: rgba(0,0,0,0.2);
  backdrop-filter: saturate(150%) blur(5px);
  padding-left:15px;
  padding-right:15px;
} 

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .userlogin-card {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    margin-top:30px;	
    padding-left:15px;
    padding-right:15px;
  }
}

/* slightly transparent fallback for Firefox (not supporting backdrop-filter) */
@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .userlogin-card {
    background-color: rgba(255, 255, 255, .2);
    margin-top:30px;	
    padding-left:15px;
    padding-right:15px;
  }
}

/* Footer */

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color:#D6E4E5;
  margin-top:-40px;
  
}

.footer-weblinks{
	color:#0E5E6F;
	text-decoration: none;
}

.footer-weblinks:hover{
	color:#070f4e;
	text-decoration: none;
}


#login-bottons td{
	text-align:center;
	color:#fff;
}

#login-inputs td{
	color:#fff;
}
#log-top{
	padding:0px;
	margin:auto;
	width:100%;
	
	text-align:center;
}
#log-top-otp{
	padding:0px;
	margin:auto;
	width:100%;
	text-align:center;
}
#login_image{
	height:95%;
	width:15%;
	margin:2px;

}
.login-border{
	/* border:1px solid #fff; */
/* 	margin-top:-10px; */
	box-shadow:0px 0px 5px #F49D1A;
	padding:5px;
	border-radius:20px;
}
#inpLoginId{
	border:0px solid #b8b8b8;
	border-bottom:1px solid #b8b8b8;
	border-radius:0px;
	background:#063182;
	color:#fff;
	
}
#inpPwd{
	border:0px solid #b8b8b8;
	border-bottom:1px solid #b8b8b8;
	border-radius:0px;
	background:#063182;
	color:#fff;
}
.red{
	color:#eb4034;
}
.hidden {
           display: none;
   }
   
/* #divOtp{
	box-shadow:0px 0px 5px #fc6603;
	padding:5px;
	border-radius:20px;
	display:none;
} */

#divOtp
{
	color:black;
	margin-top:7%;
}
#inpOtp{
	border:0px;
	border-bottom:1px solid #fff;
	border-radius:0px;
	background-color:#063182;
	color:#fff;
}
a{color:#c4c427; text-decoration:none;}
a:hover{color:#27c470;}
.btn-secondary:hover{
	background-color:#0D4C92;
}

.reg_divOtp{
	color:black;
}

.input-group-prepend{
	border:1px solid #b8b8b8; border-radius:5px 5px 0px 5px; padding:8px; margin-right:1px; background:#1c4db0;
	width: 50px;
	text-align:center;
}
/* Rotate Animation */
/* @keyframes flip-with-scale {
    0% {
        transform: perspective(400px) scaleX(1);
    }
    100% {
        transform: perspective(400px) scaleX(-1);
    }
} */


/* Scroll Bar */
::-webkit-scrollbar {
width:6px;
opacity: 0.5;
}
::-webkit-scrollbar:hover {
 height: 10px;
 width: 40px;
}
::-webkit-scrollbar-thumb {
border-radius:10px;
background-color:#fff;
box-shadow:inset 0 0 6px rgba(0,0,0,.3);
}
::-webkit-scrollbar-thumb:hover {
width:20px;
}       


/* #registration{
	float:right;
	width:400px;
	z-index:999999;
	position:relative;
	margin:0px;
	padding:0px;
} */


#registration {
  display: flex;
  flex-direction: column;
  z-index:9999999;
  margin-top:35px;
  height: 90vh;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  border-radius:16px 0px 0px 16px;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* @media screen and (max-height: 600px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
} */


/* ****************Registration CSS******************* */

#right{
/* 	background:url(/ShipETicketingWeb/images/ship_blur.jpg);
	background-repeat:no-repeat; 
	background-position:left; 
	background-size:cover; */
	background: #063182;
	/* background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(198,198,198,1) 100%); */
	height:100%;
	box-shadow:1px 2px 10px #dbdbdb;
	overflow-x:hidden;
	overflow-y:auto;
}
#regn-div{
	padding-top:5px;
}
.required{
	color:#d8e61e;
	text-align:right;
	font-size:0.9vw;
}
#input-group-prepend{
	width:170px;
	/* background:#40142a; */
	color:#fff;
	border-radius:5px 5px 0px 5px;
	padding:0px;
	border:none;
	
}
#input-group-text{
	margin:0px;
	width:100%;
	height:100%;
	/* background:#40142a; */
	background: linear-gradient(180deg, #063182 79%, rgba(204,204,204,0.4766281512605042) 100%);
	color:#fff;
	border:none;
	border-radius:5px 5px 0px 5px;
}
#inpFullName, #inpDob, #inpAddress, #inpMobile, #inpEmail, #reg_inpPwd, #inpConfPwd{
	border:0px solid #b8b8b8;
	border-bottom:1px solid #b8b8b8;
	border-radius:0px;
	background:rgb(83,36,122);
	color:#fff;
}
#header-tagline{
	margin:auto;
	padding:16px;
	width:100%;
	/* background-color:#c99e12; */
background: rgb(51,51,51);
background: linear-gradient(180deg, rgba(51,51,51,1) 36%, rgba(74,57,129,1) 100%);
	text-align:center;
	border-bottom:1px solid #f2f2f2;
}
#heading{
	margin-top:0%;
	color:#fff;
	font-size:1.5em;
}
#dss1{
	margin:auto;
	margin-top:25%;
	bottom:0;
	width:95%;
	text-align:center;
}
#dss-img1{
	width:10%;
	margin-bottom:10px;
}
#dss-text1{
	color:#fff;
	font-size:1.2vw;
	text-shadow:1px 1px 5px #000; 
/* 	background: #fff;
	padding:5px;
	border-radius:5px; */

}
.inpPwd{ 
    z-index: 999999999999 !important;
}
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

/* Blinking Effect */
.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

.box{
	box-shadow:0px 0px 3px #ccc;
	margin:5px;
	margin-bottom:10px;
	padding:5px;
}
/* h6{
	background:#115161;
	padding:5px;
	border-radius:5px;
} */
.login-label-header{
          color:#e6d02e;
          text-shadow:0px 0px 3px #000;
          padding:5px;
          border-radius:5px;
          box-shadow:0px 0px 3px #ccc;
          margin-left:5px;
          }
        
.login-label{
          color:#fff;
        }
        
.login-label-icon{
          color:red;
        }
        
/* Marque Top */
#marquee-scroll{
	padding-top:20%;
	animation: marqueeTop 25s linear infinite;
}
#marquee-scroll:hover{
	animation-play-state: paused;
}
@keyframes marqueeTop{
    0%{
        transform: translateY(0%);
    }
    100%{
        transform: translateY(-100%);
    }
}

/* .swal-overlay {
  background-color: rgb(83,36,122);
} */
.swal-modal {
  background-color: rgba(83,36,122,1);
  box-shadow: 0px 0px 2px #ccc;
}
.swal-title {
  margin: 0px;
  font-size: 24px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.21);
  margin-bottom: 28px;
  color:#fff;
}
.swal-text {
/*   background-color: #FEFAE3;
  padding: 17px;
  border: 1px solid #F0E1A1;
  display: block;
  margin: 22px;
  text-align: center; */
  color: #fff;
}
.swal-button {
  padding: 7px 19px;
  border-radius: 2px;
  background-color: #4962B3;
  font-size: 12px;
  border: 1px solid #3e549a;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}
.swal-icon--success__hide-corners {
background: none !important;
}
.swal-icon--success:before,
.swal-icon--success:after {
background: none !important;
}


/* Visitors Count */

.vcount {
  font-family: 'Menlo', 'Consolas', 'Droid Sans Mono', 'DejaVu Sans Mono', 'Courier New', Courier, monospace;
  font-variant-numeric: tabular-nums;
  font-weight:bold;
  display: inline-block;
  padding: 0px 5px;
  font-size: 16px;
  background-color: #023b91;
  color: white;
  text-decoration: none;
  /* border: 1px solid #023b91; */
  border-radius: 5px;
  text-align: center;
  margin-bottom: 5px; 
  box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.3), 
                        inset 0 2px 2px rgba(0, 0, 0, 0.5),
                        0 2px 5px rgba(0, 0, 0, 0.4);
  
}

@media only screen and (max-width: 950px) {
.vcount {
  font-family: 'Menlo', 'Consolas', 'Droid Sans Mono', 'DejaVu Sans Mono', 'Courier New', Courier, monospace;
  font-variant-numeric: tabular-nums;
  font-weight:bold;
  display: inline-block;
  padding: 0px 5px;
  font-size: 14px;
  background-color: #023b91;
  color: white;
  text-decoration: none;
  /* border: 1px solid #023b91; */
  border-radius: 5px;
  text-align: center;
  margin-bottom: 5px; 
  box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.3), 
                        inset 0 2px 2px rgba(0, 0, 0, 0.5),
                        0 2px 5px rgba(0, 0, 0, 0.4);
  
}
	
}

.vcIcon{
	color: #023b91;
}

.newDomainheader {
    padding: 0.5rem 1rem;  
    height: 50px;         
    background-color:  #AD091C;
    color:#fff;
}

.ndLink{
	color: #AD091C;
}

.ndText{
	 font-size: 1.2rem; 
}
.btn-close {
    outline-offset: 1px;      
    font-size: 0.8rem; 
    width: 0.8rem;     
    height: 0.8rem;
    background-color:#fff;
    color:#023b91;
}


@media only screen and (max-width: 950px) {
.btn-close {    
	    font-size: 0.8rem; 
        width: 0.8rem;     
        height: 0.8rem;     
  }
}
        