@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:200');


*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif; 
	/*font-family: 'Raleway', sans-serif; */
	list-style: none;
	text-decoration: none;
	font-weight: 300;
}

body{
	height: 100%;
	background: linear-gradient(115deg, #999 0%, #eee 55%, #dcdcdc 100%), linear-gradient(115deg, #ccc 0%, #999 100%), conic-gradient(from 110deg at -5% 35%, #a9a9a9 0deg, #666 360deg), conic-gradient(from 220deg at 30% 30%, #999 0deg, #666 220deg, #d3d3d3 360deg), conic-gradient(from 235deg at 60% 35%, #333 0deg, #666 180deg, #999 360deg); 
   background-blend-mode: soft-light, soft-light, overlay, screen, normal; 
   /*animation: gradient 15s ease infinite; */
   background-size: 400% 400%;
   background-attachment: fixed;
   overflow: auto;
}

small {
	font-size: 80% !important;
}


.gaeon-icon{
	max-width: 32px;
	/*filter: drop-shadow(1px 2px 3px grey); */
}

.wrapper{
	height: 100vh;
}

.tms-bg{
	background: linear-gradient(110deg, #000 40%, rgba(0, 0, 0, 0) 30%), radial-gradient(farthest-corner at 0% 0%, #333 70%, #000 70%);
}

.tms-bg-2{
	 background: linear-gradient(70deg, #000  30%, rgba(0,0,0,0) 30%), linear-gradient(30deg, #191970 60%, #000 60%); 
}

.regionChartBackground{
	background-size: contain;
	background-repeat: no-repeat; 
}


input[type="date"]
{
    display:block;
     -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em; 
}

h2, h5, .card-header, .card-footer, .text-uppercase{
	text-shadow: 0.5px 0.5px 0.5px rgba(0, 128, 128, 0.5) !important;
}


.text-muted{
	font-weight: 200 !important;
}


#company-list{
   position: relative;
   top: -15px;
}

#company-list .company-ul{ 
  cursor: pointer;
  background-color: #eee;
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
  border-radius: 5px;
  overflow-y: auto;
  max-height: 200px;
  transition-property: height;
  transition-duration: 2s;
  transition-timing-function: ease;
  transition-delay: 1s;
}

#company-list .company-ul li{  
   padding: 10px;
   border-radius: 5px; 
   border: 1px solid #ccc; 
}  

#company-list .company-ul li:hover{  
   background: #ccc; 
}  

 svg { height: ; }
 path { 
 	fill: #d3d3d3; 
 	transition: .6s fill;
 	stroke: #666;
 	stroke-width: 0.2px;
 }

.import-region{
	fill: #999;
}

 path:hover { fill: #333; }


 #tmsNigeriaMap{
 	margin: auto;
 	max-width: 100%;
	height: auto;
 }

 .beta-font{
 	font-size: 15px;
 	text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
 }

 .tms-thin-font{
 	font-weight: 300;
 	text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
 }

 .tms-thin-font-2{
 	font-weight: 200;
 	text-shadow: 1px 0px 0px rgb(0 0 0 / 30%);
 }

 .tms-shadow{
 	box-shadow: 0 0px 2px #111111;
 	/*0 3px 10px #111111 */
 }

 @media (max-width: 720px){
 	.wrapper{
 		margin: 1px;
 	}
 }
 /************ Home Button **********/

 .home-btn{
 	padding: 5px;
 	border: 1px solid #fff;
 	border-radius: 5px;
 	background: #fff;
 	color: #000;
 	transition: all 0.3s ease;
 }

 .home-btn:hover{
 	text-decoration: none;
 	background: #666;
 	color: #ccc;
 } 


 /*********** Home Button Ends ************/

 .captcha-image{
 	border-radius: 5px;
 }

 .show-product-calc{
 	visibility: visible;
 }


 /******** Nav bar styling ********/

.home-wrapper{
	display: flex;
	width: 100%;
}

.sidebar{
	position: relative;
	overflow-y: auto;
}


.sidebar .bg-shadow{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0;
	transition: all 0.3s ease;
	visibility: hidden;
	z-index: 998;
}

.sidebar-inner{
	width: 250px;
	position: fixed;
	top: 0;
	left: 0;
	background-image: linear-gradient( 135deg, #191970 10%, #000 100%);
	height: 100vh;
	z-index: 999;
	transition: all 0.3s ease;
	overflow: auto;
	scrollbar-width: 0px;
	box-shadow: 10px 0px 30px -5px grey;
}

.sidebar-inner::-webkit-scrollbar{
	display: none;
}


.main-container{
	margin-left: 250px;
	width: calc(100% - 250px);
	transition: all 0.3s ease;
}

.sidebar-inner .profile-info{
	padding: 20px 20px 5px 20px;
	text-align: center;
}

.sidebar-inner .profile-info .profile-img{
	width: 100px;
	margin: 0 auto 10px;
}

.sidebar-inner .profile-info .profile-img img{
	width: 100%;
	height: 100px;
	display: block;
}

.sidebar-inner .sidebar-menu{
	
	height: auto;
	overflow: auto;
	scrollbar-width: 0px;
}

.sidebar-inner .sidebar-menu::-webkit-scrollbar{
	display: none;
}

.sidebar-inner .sidebar-menu > li > a{
	padding: 8px 15px;
	color: #fff;
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 1px;
	transition: 1s;
	font-family: 'Raleway', sans-serif !important;
}

.sidebar-inner .sidebar-menu > li > a .icon{
	margin-right: 15px;
	font-size: 25px; 
	min-width: 30px;
}

.sidebar-inner .sidebar-menu > li > a:hover,
.sidebar-inner .sidebar-menu > li.active > a{
	background: #301934;
	color: #fff;
	text-decoration: none;
	border-left: solid 2px #355E3B;
}

.sidebar-inner .sidebar-menu > li > a .arrow{
	position: absolute;
	top: 20px;
	right: 20px;
}



.sidebar-inner .logout-btn{
	position: relative;
	left: 20px;
	bottom: 20px;
	width: 210px;
	border: 1px solid #ccc;
	border-radius: 5px; 
	text-align: center;
	font-weight: 200; 
	background: linear-gradient(-45deg, #353935, #191970, #301934, #023020); 
   background-size: 400% 400%;
   animation: gradient 15s ease infinite; 
}

.sidebar-inner .logout-btn span{
	position: absolute;
	display: block !important;
}

.sidebar-inner .logout-btn span:nth-child(1){
	top: 0;
	left: 20px;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, transparent, #ccc);
	animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
	0% {
		left: -100%;
	}
	50%, 100%{
		left: 100%;
	}
}

.sidebar-inner .logout-btn span:nth-child(2){
	top: -100%;
	right: 0px;
	width: 2px;
	height: 100%;
	background: linear-gradient(180deg, transparent, #ccc);
	animation: btn-anim2 1s linear infinite;
	animation-delay: 0.25s;
}

@keyframes btn-anim2 {
	0% {
		top: -100%;
	}
	50%, 100%{
		top: 10%;
	}
}

.sidebar-inner .logout-btn span:nth-child(3){
	bottom: 0;
	right: 20px;
	width: 100%;
	height: 2px;
	background: linear-gradient(270deg, transparent, #ccc);
	animation: btn-anim3 1s linear infinite;
	animation-delay: 0.5s;
}

@keyframes btn-anim3 {
	0% {
		right: -100%;
	}
	50%, 100%{
		right: 100%;
	}
}


.sidebar-inner .logout-btn span:nth-child(4){
	bottom: -100%;
	left: 0px;
	width: 2px;
	height: 100%;
	background: linear-gradient(360deg, transparent, #ccc);
	animation: btn-anim4 1s linear infinite;
	animation-delay: 0.75s;
}

@keyframes btn-anim4 {
	0% {
		bottom: -100%;
	}
	50%, 100%{
		bottom: 10%;
	}
}


@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.sidebar-inner .logout-btn a{
	color: #fff;
	text-decoration: none;
	flex: all;
	padding: 10px 5px 10px 5px;
	transition: all 0.3s ease;
	padding: 10px;
}

.sidebar-inner .logout-btn a:hover{
	color: #ccc;
}

.sidebar-inner .close{
	position: absolute;
	top: 5px;
	right: 15px;
	color: #fff;
	font-size: 25px;
	cursor: pointer;
	display: none;
}

.sidebar-inner .close:hover,
.nav-bar .hamburger:hover{
	opacity: 0.7;
}

.nav-bar{
	background: #fff;
	height: 50px;
	width: 100%;
	box-shadow: 0 3px 15px rgba(0,0,0,0.125);
	display: flex;
	align-items: center;
	padding: 0 20px;
	position: fixed; 
	z-index: 1;
}

.nav-bar .hamburger{
	font-size: 25px;
	cursor: pointer;
	color: #999;
	margin-right: 20px;
	display: none;
}

.nav-bar .tms-logo{
	width: 250px;
	text-shadow: 0.5px 0.5px 0.5px rgba(0, 128, 128, 0.5);
}

.nav-bar .tms-logo a{
   color: #666;
   font-size: 23px;
   font-weight: 200;
  /* background: linear-gradient(to right, rgba(0, 128, 128, 1.0), rgba(0, 0, 0, 1.0));
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent; */
}

.nav-bar .tms-logo a:hover{
	text-decoration: none;
	transition: all 0.3s ease;
	opacity: 0.7;
}

.nav-bar .nav-bar-buttons{
	width: 100%;
	display: flex;
	height: 100%;
	padding: 0 5px;
	align-items: center;
	justify-content: space-between;
	float: right;
}

.nav-bar .nav-bar-buttons .right-info{
	display: flex;
	position: fixed;
	right: 3%;
}

.nav-bar .nav-bar-buttons .right-info .icon-wrap{
	padding: 4px 8px;
	/*background: #191970;*/
	background: linear-gradient(to right, rgba(25, 25, 112, 1.0), rgba(0, 0, 0, 1.0));
	border-radius: 5px;
	margin: 5px;
}

.nav-bar .nav-bar-buttons .right-info .icon-wrap:hover{
	opacity: 0.7;
	transition: all 1s ease;
}

.nav-bar .nav-bar-buttons .right-info .icon-wrap a{
	color: #fff;
	text-decoration: none;
}


.content{
	padding: 5px;
	padding-top: 60px;
	display: flex;
	flex-wrap: wrap;
}

.content .item{
	background: #fff;
	margin: 10px 5px;
	width: 31.8%;
	padding: 5px;
	padding-right: 2px;
	padding-left: 2px;
	border-radius: 5px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.125), 
	-2px -2px 4px rgba(0,0,0,0.125);
	border-left: solid 4px #17a2b8;
	/*border-image: linear-gradient(to bottom, rgba(23, 162, 184, 1), rgba(23, 162, 184, 1), rgba(23, 162, 184, 1)); */
	transition: 1s;
	color: rgba(0, 128, 128, 0.8);
}

.content .item:hover{
	transform: translate(0, -5px);
	
}

.content .item .card:hover{
   /* background: linear-gradient(110deg, #191970 40%, rgba(25, 25, 112, 0.5) 30%), radial-gradient(farthest-corner at 0% 0%, #301934 70%, #36454f 70%); */
   background: linear-gradient(110deg, #AADB33 40%, rgba(25, 25, 112, 0.5) 30%), radial-gradient(farthest-corner at 0% 0%, #AADB33 70%, #AADB33 70%);
   color: #fff;
   transition: all 1s ease;
   transition-delay: 0.8s;
   transform: translate(0, -2px) !important;
}

.content .item .card{
	border: 0px solid rgba(0,0,0,.125) !important;
}

.tms-accordion{
	background: #36454f;
	padding-left: 25px;
	height: 0;
	transition: all 0.3s ease;
	overflow: hidden;
}

.tms-accordion li a{
	display: block;
	color: #fff;
	padding: 8px 0;
	padding-left: 10px;
}

.tms-accordion li a .list{
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.tms-accordion li a .list:after{
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.tms-accordion li a:hover .list{
	padding-right: 25px;
}

.tms-accordion li a:hover .list:after{
	opacity: 1;
	right: 0;
}


.sidebar-menu > li.active .tms-accordion{
	height: 215px;
	overflow: auto;
}

.sidebar-menu > li.active .arrow{
   transform: rotate(180deg);
   transition: all 0.3s ease;
}

.tms-accordion li a:hover,
.tms-accordion li a.active{
	text-decoration: none;
	color: #ccc;
}


@media (max-width: 1024px){
	.sidebar-inner{
		left: -115%;
		transition: all 0.3s ease;	
	}

	.main-container{
		width: 100%;
		margin-left: 0; 
	}

	.sidebar-inner .close,
	.nav-bar .hamburger{
		display: block;
	}


	.content .item{
		width: 47%;
	}

	.home-wrapper.active .sidebar-inner{
		left: 0;
		transition: all 0.3s ease;
	}

	.home-wrapper.active .bg-shadow{
		visibility: visible;
		opacity: 0.7;
	}

}

@media (max-width: 528px){
	.content .item{
		width: 100%;
	}

	.content{
		padding-top: 10px;
		padding-left: 3px;
		padding-right: 3px;
		padding-bottom: 3px;
	}

	.content .container{
		padding-top: 15px;
	}

	 .version sup{
   	font-size: 65% !important;
   }

  body{
  	font-size: 14px;
  }

  h6{
  	font-size: 12px;
  }
}

@media (max-width: 320px){
	.gaeon-icon{
	max-width: 16px;
   }

   .version sup{
   	font-size: 65% !important;
   }
}

/** TMS Chat styling  ***/
.chat-users{
	padding: 25px 30px;
}

.chat-users header, 
.chat-users-list a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 20px;
}

:is(.chat-users, .chat-users-list) .chat-content{
	display: flex;
	align-items: center;
}


:is(.chat-users, .chat-users-list) .chat-details{
	color: #000;
   margin-left: 15px;
   margin-top: 10px;	
}

#chat-user-image img{
	height: 50px;
	width: 50px;
}

#table-show-reg-users img{
	height: 30px;
	width: 30px;
}

:is(.chat-users, .chat-users-list) .chat-details span{
	font-size: 18px;
	font-weight: 200;
}

.chat-users .chat-search{
	margin: 20px 0;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: space-between;

}

.chat-users .chat-search .text{
	font-size: 18px;
}

.chat-users .chat-search input{
	position: absolute;
	height: 42px;
	width: calc(100% - 50px);
	border: 1px solid #ccc;
	padding: 0 13px;
	font-size: 16px;
	border-radius: 5px 0 0 5px;
	outline: none;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease;
}

.chat-users .chat-search input.active{
	opacity: 1;
	pointer-events: auto;
}

.chat-users .chat-search button{
	width: 47px;
	height: 42px;
	border: none;
	outline: none;
	color: #333;
	background: #fff;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	font-size: 17px;
	transition: all 0.2s ease;
}

.chat-users .chat-search button.active{
	color: #fff;
	background: #333;
}


.chat-users .chat-search button.active i::before{
	content: "\f00d";
}

.chat-users-list{
	max-height: 350px;
	overflow-y: auto;
}

:is(.chat-users-list, .chat-box)::-webkit-scrollbar{
  width: 0px;
}

.chat-users-list a{
	padding-right: 15px;
	margin-bottom: 15px;
	page-break-after: 10px;
	border-bottom-color: #f1f1f1;
}

.chat-users-list a:hover{
	text-decoration: none;
}

.chat-users-list a:last-child {
	border: none;
	margin-bottom: 0px;
} 

.chat-users-list a .chat-content p{
	color: #67676a;
}

.chat-users-list a .chat-content img{
	height: 40px;
	width: 40px;
}

.chat-users-list a .status-dot{
   font-size: 12px;
   color: #468669;
}


.chat-users-list a .status-dot.offline{
	color: #ccc;
}

/***** Chat Area CSS Styling ****/

.chat-area header {
	display: flex;
	align-items: center;
	padding: 18px 30px;
}

.chat-area header img{
	height: 45px;
	width: 45px;
	margin: 0 15px;
}

.chat-area header .back-icon{
	font-size: 18px;
	color: #333;
}

.home-icon{
	font-size: 32px;
	text-align: left;
}


.chat-area header span{
	font-size: 17px;
	font-weight: 200;
}

.chat-box{
	height: 350px;
	overflow-y: auto;
	background: #f7f7f7;
	padding: 10px 30px 20px 30px;
	box-shadow: inset 0 32px 32px -32px rgb(0 0 0 / 5%),
	            inset 0 -32px -32px -32px rgb(0 0 0 /5%);
}

.chat-box .chat{
	margin: 15px 0;
}

.chat-box .chat p{
	word-wrap: break-word;
	padding: 8px 16px;
	box-shadow: 0 0 32px rgb(0 0 0 / 8%),
	            0 16px 16px -16px rgb(0 0 0 / 10%);
}

.chat-box .outgoing{
	display: flex;
}

.outgoing .chat-details{
	margin-left: auto;
	max-width: calc(100% - 100px);
}

.outgoing .chat-details p{
	background: #333;
	color: #fff;
	border-radius: 18px 18px 0 18px;
}

.chat-box .incoming img{
	height: 35px;
	width: 35px;
}

.chat-box .incoming{
	display: flex;
	align-items: center;
}

.incoming .chat-details p{
	background: #fff;
	color: #333;
	border-radius: 18px 18px 18px 0;
}

.incoming .chat-details{
	margin-left: 10px;
	margin-right: auto;
	max-width: calc(100% - 100px);

}

.chat-box .time-style{
	font-size: 9px;
	text-align: right;
}

.chat-area .typing-area{
	padding: 18px 30px;
	display: flex;
	justify-content: space-between;
}

.typing-area input{
	height: 45px;
	width: calc(100% - 58px);
	font-size: 17px;
	border: 1px solid #ccc;
	padding: 0 13px;
	border-radius: 5px 0 0 5px;
	outline: none;
}

.typing-area button{
	width: 55px;
	border: none;
	outline: none;
	background: #333;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	border-radius: 0 5px 5px 0;
}

#send-chat:hover{
	background-color: #666;
	transition: 0.5s ease;
}

/*** Scroll to top **/
#topBtn{
	position: fixed;
	bottom: 40px;
	right: 40px;
	font-size: 22px;
	width: 50px;
	height: 50px;
	border-radius: 50%; 
	cursor: pointer;
	border: none;
	opacity: 0.7;
	background: #191970;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	display: none;
}

#topBtn:hover{
   opacity: 0.3;
}

#topBtn.active{
	border: none;
}

.overlay {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.5);
	overflow: hidden;
	height: 0;
	transition: .5s ease;
	width: 100%;
}

#logged-user-image:hover .overlay{
	height: 10%;
	cursor: pointer;
}

.img-text{
	color: #333;
	font-size: 12px;
	position: absolute;
	top: 13%;
	left: 50%;
	padding-top: 20px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.preview{
	overflow: hidden;
	width: 160px;
	height: 160px;
	margin: 10px;
	border: 1px solid red;
}

.modal-lg{
	max-width: 1000px !important;
}

#sample_image{
	max-width: 100%;
	height: auto;
}


#tms-rss-logo{
	max-width: 60px;
	height: auto;
}

#tms-allocation-logo{
	max-width: 25px;
	height: auto;
}

#output-rss-feed .card-columns .card .card-body div img{
	max-width: 100%;
	height: auto;
}


#output-rss-feed .card-columns .card .card-body .field .field-item div iframe{
	max-width: 100%;
	height: auto;
}


a.fa-bell{
	position: relative;
	font-size: 2em;
	color: grey;
	cursor: pointer;
}

.fa-bell{
  animation: notify-bell 1s infinite !important;
}

@keyframes notify-bell {
	0%  { rotate: 0deg; }
	10% { rotate: 10deg; }
	30% { rotate: -10deg; }
	45% { rotate: 5deg; }
	55% { rotate: -5deg; }
	60% { rotate: 0deg; }
}

span.notify-num {
	position: absolute;
	font-size: 0.6em;
	top: 2px;
	color: #fff;
	right: -3px;
	background-color: /*#c00*/ #DA251C;
	/*background-color: #ff0000; */
	border-radius: 6px;
	padding: 2px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; 
}

.notification-dropdown {
  width: 220px;
  max-height: 200px;
  overflow: auto;
  overflow-x: hidden; /* Hide horizontal scrollbar */
  overflow-y: scroll; /* Add vertical scrollbar */
  padding-bottom: 5px;
  box-shadow: 5px 5px 5px #888888;
}

.notification-dropdown::-webkit-scrollbar{
	width: 10px;
	background-color: #f5f5f5;
}

.notification-dropdown::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #fff;
	background-image: -webkit-linear-gradient(top, #4d9c41 0%, #19911d 50%, #54de5d 51%, #54de5d 100%);
}

.notification-dropdown a:hover{
	background-image: linear-gradient( 135deg, #191970 10%, #000 100%);
	color: #fff !important;
	transition: all 1s ease;
}

.user-status {
	background-color: #28a745;
	border-radius: 15px;
	font-size: 12px !important;
	padding: 5px;
	color: #fff;
}

.heading-text-shadow{
	text-shadow: 1px 1px 1px rgba(0, 128, 128, 0.5);
}


.tab-content{
	border-left: Solid 1px #dee2e6; 
	border-right: solid 1px #dee2e6; 
	border-bottom: solid 1px #dee2e6; 
	padding-bottom: 15px;
	border-bottom-left-radius:  5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.card{
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    background-color: #ffffff /* #fffff0 */;
    transition: 1s;
}

.card:hover{
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
	transform: translate(0, -5px);
}


.search-box{
	position: relative;
	align-items: center;
}

.tms-search{
	padding: 5px;
	width: 80px;
	height: 40px;
	background: none;
	border: .5px solid #ccc;
	border-radius: 50px;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: 200px;
	color: #999;
	outline: none;
	transition: 0.5s;
	box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
}

.search-box:hover input{
  width: 400px;
  background: #333;
  border-radius: 10px;
  color: #fff;
} 


@media (max-width: 528px){
   .search-box input{
    display: none;
   }

   .search-box i{
    display: none !important;
   }
}

@media (max-width: 768px){
	.search-box:hover input{
   width: 200px;
   background: #999;
   border-radius: 10px;
   }
}

.search-box i{
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(-50%, -50%);
	font-size: 20px;
	color: #ccc;
	transition: 0.2s;
}

.search-box:hover i{
	opacity: 0;
	z-index: -1;
}

#search-list{
	position: relative;
	top: 0;
}


#search-list .search-ul{ 
  background-color: #999;
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
  border-radius: 5px;
  overflow: auto;
  max-height: 300px;
  width: 400px;
  scrollbar-width: 0px;
}

#search-list .search-ul li{  
   padding: 10px;
   border-radius: 5px; 
   border: 1px solid #ccc;
   width: 400px;
   background: linear-gradient(110deg, #000 40%, rgba(0, 0, 0, 0) 30%), radial-gradient(farthest-corner at 0% 0%, #333 70%, #000 70%); 
   box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
   color: #fff;
}  

#search-list .search-ul li:hover{  
   background: #999;
   box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}  


.search-ul::-webkit-scrollbar{
	display: none;
}

.fi {
	border-radius: 10px !important;
}

.chart-box{
	height: 320px;
	max-height: 230px;
	overflow-y: scroll;
}


.chart-box::-webkit-scrollbar{
	width: 10px;
	background-color: #f5f5f5;
}

.chart-box::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #fff;
	background-image: -webkit-linear-gradient(top, #4d9c41 0%, #19911d 50%, #54de5d 51%, #54de5d 100%);
}

.crude-grade-list-less-benchmark, .oil-operator-list {
  font-size: .7em;
}

#addInvoiceModal .modal-dialog{
	max-width: 650px !important;
}


.swal2-popup{
	background: linear-gradient( 135deg, #191970 10%, #000 100%) !important;
	/*background: linear-gradient(to right bottom, hsl(236, 50%, 50%), hsl(195, 50%, 50%)) !important; */
	color: #fff !important;
}

.swal2-html-container table{
	color: #fff !important;
	/*border-collapse:separate !important; 
   border:solid #fff 1px !important;
   border-radius:6px !important; */
}

.swal2-html-container table tr td, .swal2-html-container table tr th{
	color: #fff !important;
}

.swal2-html-container table tr:hover{
	background: #000;
	color: #fffff0 !important;
	transition: all 1s ease;
}

.carda, .carda div canvas {
	background-color: #fff;
}


@keyframes gradient {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.wave {
    background: rgb(255 255 255 / 25%);
    border-radius: 1000% 1000% 0 0;
    position: fixed;
    width: 200%;
    height: 18em;
    animation: wave 10s -3s linear infinite;
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.wave:nth-of-type(2) {
    bottom: -1.25em;
    animation: wave 18s linear reverse infinite;
    opacity: 0.8;
}

.wave:nth-of-type(3) {
    bottom: -2.5em;
    animation: wave 20s -1s reverse infinite;
    opacity: 0.9;
}

@keyframes wave {
    2% {
        transform: translateX(1);
    }

    25% {
        transform: translateX(-25%);
    }

    50% {
        transform: translateX(-50%);
    }

    75% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(1);
    }
} 


/* Wave Ends */

.hr-tms{
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(10, 153, 153, 0), rgba(153, 153, 153, 0.5), rgba(153, 153, 153, 0));
}

.hr-tms-light{
	border: 0 !important;
	height: 1px;
	background-image: linear-gradient(to right, rgba(248, 249, 250, 0), rgba(248, 249, 250, 0.5), rgba(248, 249, 250, 0)) !important;
}

.hr-text{
	line-height: 1em;
	position: relative;
	outline: 0;
	border: 0;
	color: #fff;
	text-align: center;
	height: 1.5em;
	opacity: .5;
	&:before {
		content: '';
		background: linear-gradient(to right, transparent, #fff, transparent);
		position: absolute;
		left: 0;
		top: 50%;
		width: 100%;
		height: 1px;
	}
	&:after {
		content: attr(data-content);
		position: relative;
		display: inline-block;
		color: #fff;
		padding: 0 .5em;
		line-height: 1.5em;
		color: #fff; 
		background-color: #333;
		opacity: 1;
	}
}

.table-welcome tbody tr{
	border:solid 1px !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-bottom: 0 !important;
	border-image-source: linear-gradient(to right, rgba(248, 249, 250, 0), rgba(248, 249, 250, 0.5), rgba(248, 249, 250, 0)) !important; 
}

/*

border: 0 !important;
	height: 1px;
	background-image: linear-gradient(to right, rgba(248, 249, 250, 0), rgba(248, 249, 250, 0.5), rgba(248, 249, 250, 0)) !important;
 */

/* For Bootstrap 4 */
.dt-body-nowrap{
	white-space: nowrap;
}


#table-show-product-import_info, #table-show-product-import_paginate, #table-show-product-import_filter label, #table-show-product-import_length{
	font-size: 13px;
}

#table-show-crude-export_info, #table-show-crude-export_paginate, #table-show-crude-export_filter label, #table-show-crude-export_length{
	font-size: 13px;
}

#table-show-exim-mv-jetty_info, #table-show-exim-mv-jetty_paginate, #table-show-exim-mv-jetty_filter label, #table-show-exim-mv-jetty_length{
	font-size: 13px;
}

#table-show-exim-dv-jetty_info, #table-show-exim-dv-jetty_paginate, #table-show-exim-dv-jetty_filter label, #table-show-exim-dv-jetty_length{
	font-size: 13px;
}

#table-show-published-dates_info, #table-show-published-dates_paginate, #table-show-published-dates_filter label, #table-show-published-dates_length{
	font-size: 13px;
}
/*table-show-published-dates */

.page{
	margin: 1em auto;
	max-width: 768px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	height: 100%;
}

.box{
	padding: 0.5em;
	width: 100%;
	margin: 0.5em;
}

.box-2{
	padding: 0.5em;
	width: calc(100%/2 - 1em);
}

.box-2 img {
	max-width: 100%;
}

.options label, .options input {
	width: 4em;
	padding: 0.5em 1em;
}

.btn-coy{
	background: #fff;
	color: #000;
	border: 1px solid #000;
	padding: 0.5em 1em;
	text-decoration: none;
	margin: 0.8em 0.3em;
	display: inline-block;
	cursor: pointer;
}

.hide{
	display: none;
}

.select-search, .select2, .select2-container, .select2-selection__rendered{
	width: 100% !important;
}

#table-show-calc-price-summary{
	font-size: 80%;
}

#table-show-calc-price-summary thead tr th{
	font-weight: bold;
}

.exim-text {
	font-weight: 100px !important;
	font-size: 40%;
	text-shadow: none !important;
}

.product-price-text {
	font-weight: : 100px !important;
	font-size: 40%;
	text-shadow: none !important;
}

.text_text{
    /*font-family: 'Roboto Mono', monospace;
    font-size: 2rem; */
}

.text_hide{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
}

.text_cursor{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    border-left: 3px solid black;
}

/*.tms-title {
  font-size: 28px;
  color: royalblue;
  font-weight: 600;
  letter-spacing: -1px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
} */

.tms-title::before,.tms-title::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 50%;
  left: 0px;
  background-color: #000;
  margin: 0 0 0 5px;
}

.tms-title::before {
  width: 18px;
  height: 18px;
  background-color: #000;
}

.tms-title::after {
  width: 18px;
  height: 18px;
  animation: pulse 1s linear infinite;
}

@keyframes pulse {
  from {
    transform: scale(0.9);
    opacity: 1;
  }

  to {
    transform: scale(1.8);
    opacity: 0;
  }
}

#inspection-chart, #capacity-chart, #operator-chart, #oil-depots-chart, #region-vol-chart {
    width: 100%;
    height: 100%;
    }