body{
	font-weight: var(--normal-weight-font) !important;
}
:focus{
	outline: 0;
}
.btn-success {
	border-color: #2e9549!important;
	color: #fff;
	border: 1px solid #2e9549;
	background-color: #34a853!important;
	border-color: #34a853;
}
.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #288140;
	border-color: #103319;
}
.btn-success:hover {
	color: #fff;
	background-color: #288140!important;
	border-color: #206632!important;
}
.form-label {
	font-weight: var(--semibold-weight-font) !important;
	font-size: 13px;
}
.btn-third
{
	background-color: var(--third-color-dark) !important;
	border-color: var(--third-color-dark) !important;
	color:white !important;
}
/*.form-label {
	font-weight: var(--normal-weight-font);
	font-size: 12px;
	color: teal;
	margin-bottom: 3px;
	}*/
	.form-control{
		height: 33px;
		font-size: 13px;
	}
	.form-control:focus{
		box-shadow:none;
	}
	.select2-selection--single{
		width: 100%;
		height: 33px!important;
		padding: .375rem .75rem;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
		color: #495057;
		background-color: #fff!important;
		background-clip: padding-box;
		border: 1px solid #E8E9E9!important;
		border-radius: .25rem!important;
		transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}
	.select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 33px;
	}
	.input-group-prepend{
		height: 33px;
	}
	.select2-container--default .select2-selection--single .select2-selection__rendered {
		color: #444;
		line-height: 20px;
		font-size: 13px;
		padding-left:0;
	}
	.select2-dropdown {
		border: 1px solid #E8E9E9;
	}
	.select2-results__options li:first-child{
		min-height:30px;
		font-size: 13px;
	}
	.select2-results__options li{
		font-size: 13px;
	}
	.text-primary{
		color: var(--secondary-color-light) !important;
	}
	.text-info {
		color: var(--secondary-color-light) !important;
	}
	.page-title {
		color: var(--secondary-color-light)!important;
		font-weight: var(--medium-weight-font)!important;
	}
	.btn-info {
		color: #fff!important;
		background-color: #138496!important;
		border-color: #117a8b!important;
	}
	.btn-info:hover {
		color: #fff!important;
		background-color: #138496;
		border-color: #117a8b;
	}
	.inner-page-head{
		font-size:18px;
	}
	.card-header{
		padding-bottom:0;
		padding-top:10px;
	}
	.table-new tr th, .table-new tr td{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.actions .btn{
		cursor:pointer;
	}
	.dropify-wrapper{
		border-radius:3px;
	}
	.bulk-right p{
		font-size:13px;
	}
	.btn:focus{
		box-shadow: none;
	}
	.nowrap{
		white-space: nowrap;
	}
	.btn-red {
		color: #fff;
		background-color: #b1403b;
		border-color: #b1403b;
	}
	.btn-red:hover {
		color: #fff;
		background-color: #b1403b;
		border-color: #b1403b;
	}
	.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus{
		box-shadow: none;
	}



	.container-fluid-1{
		margin-top:30px;
	}
	.page #page_top{
		position: fixed;
		width: 95%;
		z-index: 99;
		margin-top: 0;
	}

	table.order-summary-head tr td{
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 15px;
		padding-right: 0;
		color: #fff;
		border-right: 1px solid #5c98c5!important;
		font-weight: 500;

	}
	table.order-summary-head tr td:first-child{
		padding-left: 0px;
	}
	table.order-summary-head tr td:last-child{
		border-right: 0!important;
	}
	table.order-summary-head tr td .text-muted {
		color: #eee!important;
		font-weight:var(--normal-weight-font);
	}
	.order-sum-header{
		background: #2185d0;
		border-top-left-radius: 8px!important;
		border-top-right-radius: 8px!important;
	}
	.order-sum-header table tr{
		background: transparent!important;
	}
	.card-body {
		padding: 20px 20px 5px 20px;
	}
	.order-sum-tab .nav-tabs .nav-link {
		padding-top:8px;
		padding-bottom:8px;
	}
/*.page .section-light, .page .section-dark, .page .section-white, .page .section-gray, .page .section-body {
	padding: 0 0px;
	}*/
	.section-body{
		padding:0!important;
	}
	.select2-selection--multiple {
		width: 100%;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
		color: #495057;
		background-color: #fff!important;
		background-clip: padding-box;
		border: 1px solid #E8E9E9!important;
		border-radius: .25rem!important;
		transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}
	.display-inline-block{
		display: inline-block;
	}
	.width-auto{
		width:auto;
	}

	.text-truncate {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.custom-checkbox .custom-control-label {
		font-size:14px;
	}

	.end-left-menu .with-icon i{
		font-size: 25px;
		color: #4D5052;
		font-weight:var(--normal-weight-font);
	}
	.end-left-menu .with-icon span{
		display: block;
		color: #4D5052;
		font-size: 10px;
		padding-top: 0px;
	}
	.end-left-menu a{
		display: block!important;
		width:68px;
		height:65px;
		min-width:68px;
		padding:10px 3px;
		margin-bottom: 10px;
	}
	.end-left-menu a.active{
		border-left:4px solid #e2e2f6;
		width:64px;
		min-width:68px;
		background-color: #3e4681;
		background-image: linear-gradient(180deg,rgba(60,62,93,.6),rgba(60,62,93,0) 33%),linear-gradient(225deg,rgba(60,62,93,.6) 33%,rgba(60,62,93,0) 70%),linear-gradient(270deg,rgba(60,62,93,.6) 70%,rgba(60,62,93,0) 94%),linear-gradient(315deg,rgba(60,62,93,.6) 33%,rgba(60,62,93,0) 70%),linear-gradient(360deg,rgba(60,62,93,.6),rgba(60,62,93,0) 33%),linear-gradient(90deg,rgba(98,100,167,.75) 6%,rgba(98,100,167,0) 70%);
		color: #fff;
	}
	.end-left-menu a:hover{
		width:64px;
		min-width:68px;
		background-color: #3e4063;
	}
	.header_top.dark {
		background-color: #33344a!important;
	}

	.bg-new-header-top {
		background: #33344a !important;
	}

	.bg-new-header-top .page-header {
		border:0;
	}
	.bg-new-header-top .page-title {
		color: #ffffff !important;
	}

	.bg-new-header-top .notification .btn {
		/* color: #ffffff !important; */
	}

	.container-fluid-1 {
		padding: 0px 15px;
		padding-bottom: 35px;
	}
	footer.footer{
		font-size: 0.7rem !important;
		height: 40px;
		background: var(--third-color-dark);
		border-top: 1px solid #cccccc;
		padding: 0 40px !important;
		/* position: fixed; */
		bottom: 0;
		left: 70px;
		z-index: 999;
		/* width: calc(100% - 70px); */
		width: 100%;
	}
	.end-left-menu .with-icon{
		position:relative;
	}
	.end-left-menu .activity-badge{
		position: absolute;
		left: 35px;
		top: 3px;
		border-radius: 1rem;
		height: 21px;
		margin: auto;
		min-width: 21px;
		align-items: center;
		border-radius: .9rem;
		height: 21px;
		font-weight: 700;
		background: #cc4a31;
		color: #fff;
		border: .2rem solid #33344a;
		line-height: 15px;
		padding: 0 3px;
	}
	.end-left-menu a:hover .activity-badge{

		left: 31px;
	}
	.card{
		border-radius:0;
	}
	.nav-tabs .nav-link.active {
		border-color: var(--secondary-color-light) !important;
		color: var(--secondary-color-light) !important;
	}
	div.dataTables_wrapper div.dataTables_info {
		font-size: 13px;
	}
	.dropdown-new-menu{
		z-index:1040;
	}
	#left-sidebar{
		display:none;
	}
	.page{
		left: 70px;
		width: calc(100% - 70px);
	}
	.offcanvas-active .page {
		left: 70px;
		width: calc(100% - 70px);
	}
	#header_top{
		border-right:0;
	}

	.typing_float_div , .typing_float_divv {
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		width: 45%;
		background-color: #f4f5f8;
		position: fixed;
		top: 0;
		right: -45%;
		padding: 20px 10px 10px 10px;
		height: 100vh;
		padding-top: 70px;
		overflow-y: auto;
		z-index: 1051;
		box-shadow: 0 3px 7px rgba(41,43,48,0.1);
	}

	.typing_float_divv.open {
		right: 0px
	}
	.typing_float_divv .pop-side-head{
		font-size: 15px!important;
		margin-bottom: 15px;
		margin-top: 10px;
		color: #33344a;
		font-weight: 600!important;
	}
	.typing_float_divv .brand-name{
		background: #33344a;
		color: #fff;
		position: absolute;
		z-index: 1;
		right: 0px;
		margin-bottom: 0!important;
		top: 0;
		padding: 17px;
		left: 0px;
		width: 100%;
		height:58px;
	}

	.change_temp_float_div {
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		width: 40%;
		background-color: #f4f5f8;
		position: fixed;
		top: 0;
		left: -40%;
		padding: 20px 10px 10px 10px;
		height: 100vh;
		padding-top: 70px;
		overflow-y: auto;
		z-index: 1051;
		box-shadow: 0 3px 7px rgba(41,43,48,0.1);
	}

	.change_temp_float_div {
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		width: 40%;
		background-color: #f4f5f8;
		position: fixed;
		top: 0;
		left: -40%;
		padding: 20px 10px 10px 10px;
		height: 100vh;
		padding-top: 70px;
		overflow-y: auto;
		z-index: 1051;
		box-shadow: 0 3px 7px rgba(41,43,48,0.1);
	}

	.change_temp_float_div.open {
		left: 0px
	}
	.change_temp_float_div .pop-side-head{
		font-size: 15px!important;
		margin-bottom: 15px;
		margin-top: 10px;
		color: #33344a;
		font-weight: 600!important;
	}
	.change_temp_float_div .brand-name{
		background: #33344a;
		color: #fff;
		position: absolute;
		z-index: 1;
		right: 0px;
		margin-bottom: 0!important;
		top: 0;
		padding: 17px;
		left: 0px;
		width: 100%;
		height:58px;
	}
	.filter_float_div {
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		width: 320px;
		background-color: #f4f5f8;
		position: fixed;
		top: 0;
		right: -320px;
		padding: 20px 10px 10px 10px;
		height: 100vh;
		padding-top: 70px;
		overflow-y: auto;
		z-index: 1051;
		box-shadow: 0 3px 7px rgba(41,43,48,0.1);
	}

	.filter_float_div.open {
		right: 0px
	}
	.filter_float_div .pop-side-head{
		font-size: 15px!important;
		margin-bottom: 15px;
		margin-top: 10px;
		color: #33344a;
		font-weight: 600!important;
	}
	.filter_float_div .brand-name{
		background: #33344a;
		color: #fff;
		position: absolute;
		z-index: 1;
		right: 0px;
		margin-bottom: 0!important;
		top: 0;
		padding: 15px;
		left: 0px;
		border-left: 1px solid #47494a;
		width: 100%;
		height: 53px;
	}

	.right-bar-newoverlay-enabled .right-bar-newoverlay {
		display: block;
	}
	.right-bar-newoverlay {
		background-color: rgba(49,58,70,.55);
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		display: none;
		z-index: 1050;
		transition: all .2s ease-out;
	}
	.view-more-i.fa-caret-down{
		vertical-align: middle;
		font-size: 20px !important;
		width: 26px;
		height: 26px;
		text-align: center;
		padding-top: 3px;
		margin-left: 5px;
		border-radius: 50%;
		border: 1px solid #ddd;
		cursor: pointer;
	}
	.cursor-pointer{
		cursor: pointer;
	}
	table.dataTable thead .nosort:before, table.dataTable thead .nosort:after {
		display:none!important;
	}
	table.dataTable thead .nosort:after, table.dataTable thead .nosort:before {
		display:none!important;
	}
	table.dataTable thead .nosort{
		padding-right: 0px!important;
	}

	.breadcumb_list{
    margin: 0;
    padding: 0;
    /*border-bottom: 1px solid #fff;*/
    margin-top: -7px;
    padding-left: 0px;
	}
	.breadcumb_list li{
		display:inline-block;
		padding: 0px 0px 10px 0;
		font-size:13px;
	}
	.breadcumb_list li a{
		color: #a7a5a5!important;
	}
	.breadcumb_list li:last-child{
		color: #000!important;
		font-weight:500;
	}
	.breadcumb_list li:first-child a{
		position: relative;
		top: 1px;
		padding-right:1px;
	}

	.breadcumb_list li:after{
		content: "\e92f";
		font-family: 'feather' !important;
		speak: none;
		color:#a7a5a5!important;
		font-style: normal;
		font-weight: var(--normal-weight-font);
		padding-left: 3px;
		padding-right: 3px;
		position: relative;
		top: 2px;
		font-variant: normal;
		text-transform: none;
		line-height: 1;

	}

	.breadcumb_list li:last-child:after{
		display:none;

	}
	.calendar_custom .fc-button-group .fc-button{
		text-transform: capitalize;
	}

	.ToggeleBtn
	{
		float: left!important;
	}

	.btn-rounded{
		border-radius: 107%;
		padding: 6px 9px !important;
	}
	.select2-results__options li {
    word-break: break-word;
}


/* lukku code below */
.max-container {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
	background: #efefef;
    /* overflow-y: auto; */
	min-height: 100vh;
}

.max-main-navbar.navbar-light {
	color: #fff;
	background-color: var(--primary-color-light);
	border-color: #aca1a2;
  }
  
  .max-main-navbar .navbar-nav > li > a {
	color: #fff;
  }
  
  .max-main-navbar .navbar-nav > .dropdown > a .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
  }
  
  .max-main-navbar .navbar-brand {
	color: #fff;
  }
  
  .max-main-navbar .menu-large {
	position: static !important;
  }
  
  .max-main-navbar .megamenu {
	padding: 10px;
	width: 80%;
	left: 10% !important;
  }
  
  /*Blinking Icon Css*/
  
  .max-main-navbar .blink {
	background-color: var(--secondary-color-light);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-family: var(--font-family);
	font-size: 10px;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	-webkit-animation: glowing 6000ms infinite;
	-moz-animation: glowing 6000ms infinite;
	-o-animation: glowing 6000ms infinite;
	animation: glowing 6000ms infinite;
  }
  @-webkit-keyframes glowing {
	0% { background-color: var(--secondary-color-light); -webkit-box-shadow: 0 0 3px }
	50% { background-color: #dc3545; -webkit-box-shadow: 0 0 3px }
	100% { background-color:  var(--secondary-color-light); -webkit-box-shadow: 0 0 40px }
	
  }
  
  @-moz-keyframes glowing {
	0% { background-color: var(--secondary-color-light); -webkit-box-shadow: 0 0 3px}
	50% { background-color: #dc3545; -moz-box-shadow: 0 0 3px }
	100% { background-color: var(--secondary-color-light); -moz-box-shadow: 0 0 40px }
  
  }
  
  @-o-keyframes glowing {
	0% { background-color: var(--secondary-color-light); }
	50% { background-color: #dc3545; }
	100% { background-color: var(--secondary-color-light); }
  
  }
  
  @keyframes glowing {
	0% { background-color: var(--secondary-color-light); }
	50% { background-color: #dc3545; }
	100% { background-color: var(--secondary-color-light); }
  
  }
  /*End*/
  
  /*@media (max-width: 768px) {*/
	.max-main-navbar .megamenu {
	  margin-left: 0;
	  margin-right: 0;
	}
	.max-main-navbar .megamenu > li {
	  margin-bottom: 30px;
	}
	.max-main-navbar .megamenu > li:last-child {
	  margin-bottom: 0;
	}
	.max-main-navbar .megamenu.dropdown-header {
	  padding: 3px 15px !important;
	}
	.max-main-navbar .navbar-nav .open .dropdown-menu .dropdown-header {
	  color: #fff;
	}
  /*}*/
  
  .max-main-navbar .logo1 {
	display: inline-block;
	margin-right: 7px;
	width: 40px;
	font-weight: 500 !important;
	height: 40px;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	letter-spacing: normal;
	color: var(--secondary-color-light);
	font-weight: 100;
	background-color: #ffffff;
	border-radius: 50%;
	margin-left: 15px;
	padding-top: 0px !important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-top: -9px;
  }
  
  .max-main-navbar .dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
  }
  
  
  .max-main-navbar .dropdown-menu {
	margin-top: 0;
  }
  
  .max-main-navbar .dropdown-submenu {
	position: relative;
  }
  
  .max-main-navbar .dropdown-menu h4{
	text-align : left;
	font-size: 14px;
	margin-top : 0px;
	color: var(--primary-color-light);
	font-weight: var(--semibold-weight-font);
	text-transform: unset;
	margin-bottom: 0px;
	padding: 5px !important;
  }
  
  .max-main-navbar .dropdown-menu .dropdown-item
  {
   font-size: 13px;
   padding: 3px 7px !important;
   color: var(--primary-color-dark);
   font-weight: var(--normal-weight-font);
  }
  .max-main-navbar .dropdown-menu .dropdown-item, .max-main-navbar .dropdown-menu li>a
  {
   line-height: 1.428571;
   margin: 0 .3125rem;
   position: relative;
   /* display: flex; */
   width: auto;
   flex-flow: nowrap;
   align-items: center;
   overflow: hidden;
  }
  
  .max-main-navbar .megamenu.show, .max-main-navbar .open>.dropdown-menu{
	display: block;
	opacity: 1;
	transform: scale(1);
  }
  .max-main-navbar .NotifyList {
	padding: 4px;
	width: 312px;
	height: 380px;
	/* left: -23px !important; */
	top: 26px !important;
  }
  .right-navs-top .nav-item {
    padding: 0 6px;
}
  .max-main-navbar .NotifyList.dropdown-menu-arrow:after {
	display: inline-block;
	content: '';
	position: absolute;
	top: -10px;
	left: 41px;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
  }
  .max-main-navbar .NotificationList{
	background-color: #eff9fe;
	overflow: auto;
	height: 300px;
  }
  .max-main-navbar .NotificationProfile{
	width: 30px;
	height: 35px;
  }
  .max-main-navbar .icon-background1
  {
	color: var(--secondary-color-light) !important;
	cursor: pointer !important;
	font-size: 15px !important;
  }
  
  .max-main-navbar .bell {
	width: 35px;
	-webkit-animation: ring 4s .7s ease-in-out infinite;
	-webkit-transform-origin: 50% 4px;
	-moz-animation: ring 4s .7s ease-in-out infinite;
	-moz-transform-origin: 50% 4px;
	animation: ring 4s .7s ease-in-out infinite;
	transform-origin: 50% 4px;
  }
  
  @-webkit-keyframes ring {
	0% {
	  -webkit-transform: rotateZ(0);
	}
  
	1% {
	  -webkit-transform: rotateZ(30deg);
	}
  
	3% {
	  -webkit-transform: rotateZ(-28deg);
	}
  
	5% {
	  -webkit-transform: rotateZ(34deg);
	}
  
	7% {
	  -webkit-transform: rotateZ(-32deg);
	}
  
	9% {
	  -webkit-transform: rotateZ(30deg);
	}
  
	11% {
	  -webkit-transform: rotateZ(-28deg);
	}
  
	13% {
	  -webkit-transform: rotateZ(26deg);
	}
  
	15% {
	  -webkit-transform: rotateZ(-24deg);
	}
  
	17% {
	  -webkit-transform: rotateZ(22deg);
	}
  
	19% {
	  -webkit-transform: rotateZ(-20deg);
	}
  
	21% {
	  -webkit-transform: rotateZ(18deg);
	}
  
	23% {
	  -webkit-transform: rotateZ(-16deg);
	}
  
	25% {
	  -webkit-transform: rotateZ(14deg);
	}
  
	27% {
	  -webkit-transform: rotateZ(-12deg);
	}
  
	29% {
	  -webkit-transform: rotateZ(10deg);
	}
  
	31% {
	  -webkit-transform: rotateZ(-8deg);
	}
  
	33% {
	  -webkit-transform: rotateZ(6deg);
	}
  
	35% {
	  -webkit-transform: rotateZ(-4deg);
	}
  
	37% {
	  -webkit-transform: rotateZ(2deg);
	}
  
	39% {
	  -webkit-transform: rotateZ(-1deg);
	}
  
	41% {
	  -webkit-transform: rotateZ(1deg);
	}
  
	43% {
	  -webkit-transform: rotateZ(0);
	}
  
	100% {
	  -webkit-transform: rotateZ(0);
	}
  }
  
  @-moz-keyframes ring {
	0% {
	  -moz-transform: rotate(0);
	}
  
	1% {
	  -moz-transform: rotate(30deg);
	}
  
	3% {
	  -moz-transform: rotate(-28deg);
	}
  
	5% {
	  -moz-transform: rotate(34deg);
	}
  
	7% {
	  -moz-transform: rotate(-32deg);
	}
  
	9% {
	  -moz-transform: rotate(30deg);
	}
  
	11% {
	  -moz-transform: rotate(-28deg);
	}
  
	13% {
	  -moz-transform: rotate(26deg);
	}
  
	15% {
	  -moz-transform: rotate(-24deg);
	}
  
	17% {
	  -moz-transform: rotate(22deg);
	}
  
	19% {
	  -moz-transform: rotate(-20deg);
	}
  
	21% {
	  -moz-transform: rotate(18deg);
	}
  
	23% {
	  -moz-transform: rotate(-16deg);
	}
  
	25% {
	  -moz-transform: rotate(14deg);
	}
  
	27% {
	  -moz-transform: rotate(-12deg);
	}
  
	29% {
	  -moz-transform: rotate(10deg);
	}
  
	31% {
	  -moz-transform: rotate(-8deg);
	}
  
	33% {
	  -moz-transform: rotate(6deg);
	}
  
	35% {
	  -moz-transform: rotate(-4deg);
	}
  
	37% {
	  -moz-transform: rotate(2deg);
	}
  
	39% {
	  -moz-transform: rotate(-1deg);
	}
  
	41% {
	  -moz-transform: rotate(1deg);
	}
  
	43% {
	  -moz-transform: rotate(0);
	}
  
	100% {
	  -moz-transform: rotate(0);
	}
  }
  
  @keyframes ring {
	0% {
	  transform: rotate(0);
	}
  
	1% {
	  transform: rotate(30deg);
	}
  
	3% {
	  transform: rotate(-28deg);
	}
  
	5% {
	  transform: rotate(34deg);
	}
  
	7% {
	  transform: rotate(-32deg);
	}
  
	9% {
	  transform: rotate(30deg);
	}
  
	11% {
	  transform: rotate(-28deg);
	}
  
	13% {
	  transform: rotate(26deg);
	}
  
	15% {
	  transform: rotate(-24deg);
	}
  
	17% {
	  transform: rotate(22deg);
	}
  
	19% {
	  transform: rotate(-20deg);
	}
  
	21% {
	  transform: rotate(18deg);
	}
  
	23% {
	  transform: rotate(-16deg);
	}
  
	25% {
	  transform: rotate(14deg);
	}
  
	27% {
	  transform: rotate(-12deg);
	}
  
	29% {
	  transform: rotate(10deg);
	}
  
	31% {
	  transform: rotate(-8deg);
	}
  
	33% {
	  transform: rotate(6deg);
	}
  
	35% {
	  transform: rotate(-4deg);
	}
  
	37% {
	  transform: rotate(2deg);
	}
  
	39% {
	  transform: rotate(-1deg);
	}
  
	41% {
	  transform: rotate(1deg);
	}
  
	43% {
	  transform: rotate(0);
	}
  
	100% {
	  transform: rotate(0);
	}
  }
  /*search button css start*/
.search-web-max .searchbox{
    position:relative;
    min-width:36px;
    width:0%;
    height:32px;
    float:right;
    overflow:hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
  }
  .search-web-max .searchbox-input{
    top:0;
    right:0;
    border:0;
    outline:0;
    width:100%;
    height:32px;
    margin:0;
    padding:10px 45px 10px 20px;
  }
  .search-web-max .searchbox-icon,.search-web-max .searchbox-submit{
    width: 36px;
    height: 32px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 30px;
    border-radius:5px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: var(--primary-color-light);
    border:1px solid #e8dfdf;
  }

  .search-web-max .searchbox-open{
    /* width:100%; */
	width:225px;
  }
  .search-web-max form.searchbox.app-search:not(.searchbox-open) input {
    display: none;
  }
  .search-web-max .byline{
    position:absolute;
    top:150px;
    left:30%;
    text-align:center;
    font-size:18px;
  }
  .search-web-max .byline a{
    text-decoration:none;
    color: #d74b4b;
  }
  
  /* img.brand-logo{
	height: 32px;
	width: 4rem;
	margin-right: 0.5rem;
	box-shadow: 3px 3px 1px green;
	border-radius: 3px;
  } */
.list-popup-l {
	justify-content: center;
}
.list-popup-l li {
    font-size: 12px;
    max-width: 69%;
}
.list-popup-l li:nth-child(2) {
	display: flex;
	justify-content: center;
	align-items: center;
}
.list-popup-l li button {
    font-size: 12px;
}
.popup-h-l{
	font-size: 14px;
	font-weight: bold;
}
.hr-l{
	margin: 0;
	padding: 0;
}
.btn-drop-l button{
	font-size: 12px;
}
.close-l{
    font-size: 36px;
    padding: 0 11px !important;
    line-height: 46px;
}
/* .mapping-form-l{
	max-height: inherit !important;
	min-height: 92vh !important;
	overflow-y: scroll !important;
	overflow-x: hidden !important;
} */
/* .modal-client-mapping{
	overflow-x: hidden !important;
	overflow-y: scroll !important;
} */
.mapping-form-l {
    max-height: 82vh !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    min-height: 82vh !important;
}
.cliend-mapping-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    left: 0;
    padding: 11px 35px;
}
.table-sticky-head {
    position: fixed;
    width: 98.4%;
    background-color: #fff;
    z-index: 9999;
}
.min-height-sticky{
	height: 56px;
}
.chk-condition-btn{
		/* margin-top: -24px; */
		float: right;
		/* display: block !important; */
		padding: 2px 10px;
		font-size: 12px;
		margin-left: 0;
	}
	.no-border-radius{
		border-radius: 0 !important;
	}
	.btn-panel-chk-l button {
		font-size: 11px !important;
		padding: 1px 6px !important;
	}
	.primary-max-color{
		background-color: var(--secondary-color-light) !important;
		border-color: var(--secondary-color-light) !important;
	}
	.primary-max-color:hover, .primary-max-color:focus{
		background-color: var(--secondary-color-light) !important;
	}
	.no-scroll{
		overflow: visible !important;
	}
	.fs-dropdown-chk .fs-dropdown{
        width: 200% !important;
	}
	.complete-btn-os-l {
		/* position: absolute; */
		font-size: 9px !important;
		margin-top: 10px !important;
		/* display: inline-block; */
		margin-bottom: 9px;
		background-color: var(--secondary-color-light) !important;
		border: none;
	}
	.complete-btn-os-l:hover, .complete-btn-os-l:focus {
		background-color: var(--secondary-color-light) !important;
	}
	.no-border{
		border: none !important;
	}
	.import-export-btn-wrkflow {
		padding: 5px 11px !important;
	}
	.dropdown .import-export-btn-wrkflow{
		font-size: 12px !important;
	}
	.card-body-milestone, .card-header-milestone{
		padding: 0 10px !important;
	}
	.card-body-milestone .fs-dropdown{
		position: absolute !important;
	}
	.fnt-13{
		font-size: 13px !important;
	}
    /* #tbl-document-type-check-list .fs-dropdown{
		position: fixed !important;
		width: 30%;
	} */
	/* .typo-complete-user {
		position: absolute;
		top: 66px;
		left: 136px;
	} */
	.overflow-visible{
		overflow: visible !important;
	}
	
/* .modal-footer-absolute {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #fff;
    border-top: solid 1px #eee !important;
} */

.remove-cfg-rules-l {
    font-size: 11px;
    padding: 1px 6px;
    margin: 6px 0;
    width: 70px;
}
.more-btn-myloans-l{
	padding-top: 28px;
}

.pt-30-l {
    padding-top: 31px;
}
.f13-l{
	font-size: 13px !important;
}

.double-sm-btn {
    padding: 3px 6px;
    font-size: 13px;
}
.primary-max-t-color{
	color: var(--secondary-color-light) !important;
}

.no-underline{
	text-decoration: none !important;
}
.fs-14{
	font-size: 14px;
}
.badge-square{
	border-radius: 0 !important;
}

.badge-report-l {
    padding: 7px !important;
}

.btn-export-report {
    margin-top: -2px;
    padding: 14px 10px;
}

.more-btn-reports {
    padding: 3px 8px;
    font-size: 11.2px;
    font-weight: 600;
}
.table-org-l tr td{
	padding: 7px;
}
.table-org-l tr td .form-group{
	margin: 0;
}
.table-wf-data .bg-dynamic-milestone {
    background: #f5f670 !important;
}
.table-wf-data .bg-custom-light {
    background-color: #d0dfee!important;
}
.select-ui .fs-label-wrap {
    background-color: var(--secondary-color-light) !important;
    color: #fff !important;
}
.select-ui .fs-label-wrap .fs-label {
    color: #fff;
}
.select-ui .fs-arrow {
    border-top: 5px solid #fff;
}
.custom-sele-l .fs-label-wrap{
 background-color: #efeaea !important;
}
.table-field-set tr td{
	vertical-align: middle;
}

.fa-move-l {
    vertical-align: middle;
    position: absolute;
    right: 25px;
    /* top: 71px; */
    margin-top: -7px;
}
.table-field-set-s .fa{
 font-size: 18px;
 margin-top: -21px;
}
.form-colort{
	background-color: #efeaea !important;
	padding: 17px 5px;
}
.form-colortt input{
	background-color: #efeaea !important;
}
/* .table-field-set .fa-arrows {
    float: right;
    margin-top: 5px;
} */
.relative-p{
	position: relative;
}
.relative-p .fa-search {
    position: absolute;
    top: 29px;
    right: 9px;
    font-size: 14px;
    color: #777;
}
.each-name-relational-l::marker{
	display: none;
	list-style-type: none;
}
.each-name-relational-l{
	list-style-type: none;
}
.v-align-middle tr td, .v-align-middle tr th{
	vertical-align: middle;
}
.fs-16{
	font-size: 16px;
}
/* .table-scroll-l{
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	max-height: 300px;
} */
/* .table-scroll-l tr td{
	min-width: 200px;
} */

.table-scroll-l table {
	border-collapse: collapse;
	/* width: 300px; */
	overflow-x: scroll;
	display: block;
  }
  

  
  .table-scroll-l thead,
  .table-scroll-l tbody {
	display: block;
  }
  
  .table-scroll-l tbody {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 240px;
  }
  
  .table-scroll-l td,
  .table-scroll-l th {
	min-width: 115px;
	height: 25px;
	border: dashed 1px lightblue;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 115px;
  }
  .table-scroll-l td:nth-child(1),
  .table-scroll-l th:nth-child(1) {
	min-width: 107px !important;
	max-width: 107px !important;
  }
  .table-scroll-l td:nth-child(2),
  .table-scroll-l th:nth-child(2) {
	min-width: 67px !important;
	max-width: 67px !important;
  }
  .table-scroll-l td:nth-child(3),
  .table-scroll-l th:nth-child(3) {
	min-width: 115px !important;
	max-width: 115px !important;
  }
  .tabl-common{
	overflow-y: scroll;
	overflow-x: hidden;
	height: 240px;
  }
  .common-hv{
	overflow: scroll;
	height: 440px;
	width: 100%;
  }
  .table-bold td{
	font-weight: bold;
  }
  .table-padding-role{
	height: 40px;
	cursor: pointer;
  }
  .items-roles{
	display: none;
  }
  .items-roles:nth-child(1), .items-roles:nth-child(2), .items-roles:nth-child(3), .items-roles:nth-child(4) {
	display: table-row;
  }
  .btn-group-os .btn-square{
	padding: 6px 5px;
    border: none;
    font-size: 13px;
  }
  
.true-mark {
    position: absolute;
    width: 45px;
    height: 45px;
    background-color: var(--secondary-color-light);
    display: flex;
    align-items: center;
    text-align: center;
    /* align-self: center; */
    /* align-content: center; */
    justify-content: center;
    border-radius: 25px;
    font-size: 35px;
    color: #fff;
    top: -24px;
    left: 50%;
    transform: translate(-50%);
}

.close-popup-l {
    font-size: 23px;
    /* margin-top: -23px; */
    /* padding: 7px 0; */
    /* margin-right: -11px; */
    position: absolute;
    right: 7px;
    top: 0;
}
.h6-os-pop{
	font-size: 13px;
	font-weight: 400;
}
.fs-13{
	font-size: 13px;
}
.user-img-os{
	width: 70px;
	height: 70px;
	margin-top: 10px;
}
.full-round{
	border-radius: 50px !important;
}
.edit-btn-os {
    padding: 1px 6px;
    font-size: 16px;
    margin-top: 7px;
	border: none;
}
.flex-overflow {
    /* overflow-y: hidden; */
    height: 500px;
    width: 100%;
    display: flex;
    /* overflow-x: hidden; */
}
.sticky-head{
	position: sticky;
	top: 0;
}
.table-thead-sticky thead{
	position: sticky;
	top: 0;
}
.dataTables_scrollHead, .dataTables_scrollHeadInner{
	width: 100% !important;
}
.overflow-scroll{
	max-height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.overflow-scroll-70vh{
	max-height: 80vh;
	overflow-y: scroll;
	overflow-x: hidden;
}
.overflow-scroll-60vh{
	max-height: 60vh;
	overflow-y: scroll;
	overflow-x: hidden;
}
.h-33{
	height: 33px;
	background-color: #fff;
}
.btn-add-jurisdiction {
    padding: 6px 11px;
    font-size: 24px;
    border-radius: 0 3px 3px 0;
    background-color: var(--secondary-color-light) !important;
    border: none;
}
.to-besubmit {
    font-size: 16px;
    padding: 3px 9px;
    /* font-weight: 400; */
    background-color: #777;
    /* color: var(--secondary-color-light); */
}
.m-0, .no-margin{
	margin: 0;
}
.table-b-custom tr th{
	color: #fff !important;
}
.v-middle, .v-middle th{
	vertical-align: middle !important;
}
.table-b-custom .fa, .table-b-custom .far, .table-b-custom .fas {
    font: normal normal normal 14px/1 FontAwesome;
}
.btn-xss {
    padding: 2px 5px;
    font-size: 10px;
}
.round-badge {
    border-radius: 50px;
    background-color: #5a6268;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    padding: 2px 0;
    font-size: 12px;
}
.vertical-steps .nav-link, .vertical-steps .nav-item{
    padding: 10px 9px;
	border: none;
	margin: 4px 0;
}
.vertical-steps .nav-link:focus, .vertical-steps .nav-item:focus{
	border: none !important;
	outline: none;
}

.vertical-steps {border: solid 1px #ddd;}
.m-10{
	margin: 10px;
}
.customize-accordion .text-left {
	background-color: #efefef;
	font-weight: bold;
	font-size: 12px;
}
.customize-accordion .collapse .card-body {
    margin: -1px 21px 0 21px !important;
    padding: 15px 16px;
    border: solid 1px #eee;
}

.customize-accordion .card{
	margin: 0;
}
.font-clocks{
	font-size: 18px;
	color: #777;
	vertical-align: middle;
}
.mt-34{
	margin-top: 34px;
}
.bold-ltr{
	font-weight: bold;
}
.hero1{
	font-size: 17px;
	font-weight: bold;
}
.custom-modal-1{
	max-width: 572px;
}
.close-big-parent {
    font-size: 26px;
    margin-top: -21px;
    margin-bottom: 6px;
    color: #777;
    margin-left: 10px;
}
.freedom-ex .select2-selection--single{
	background-color: #eee !important;
}
.bold{
	font-weight: bold;
}
.bold th{
	font-weight: bold !important;
}
.fs-11 th, .fs-11{
	font-size: 11px !important;
}
.clone-groups .btn {
    min-width: 100px;
}
.chckbox-theme {
    padding: 9px 9px;
    background-color: #eeee;
    margin: -26px 0px 5px 0;
}
.chckbox-theme input[type=radio] {
    vertical-align: middle;
    width: 25px;
    height: 20px;
}
.chckbox-theme span{
	font-weight: bold;
	font-size: 12px;
}
.light-select-grp .select2-selection--single {
    background-color: #f7f7f7 !important;
}
.relative-form{
	position: relative;
}
.relative-form .fa {
    position: absolute;
    right: 16px;
    top: 8px;
}
.relative-form-labled{
	position: relative;
}
.relative-form-labled .fa {
    position: absolute;
    right: 9px;
    top: 35px;
}
.block_section-cm {
    margin-top: 10px;
    text-align: left;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    background: #eee;
    padding: 5px;
    padding-left: 15px;
}
.add-shipping-remark {
    position: absolute;
    right: 9px;
    top: 0;
    padding: 0;
    font-size: 13px;
    width: 23px;
    height: 23px;
}
.close-shipping-remark {
    /* position: absolute; */
    /* right: 9px; */
    /* top: 0; */
    padding: 0;
    font-size: 9px;
    width: 17px;
    height: 17px;
    float: right;
    margin: 5px 0 0 0;
}
.switch-theme-custom {
    position: absolute;
    right: 56px;
    bottom: -25px;
    color: #000;
}
.switch-theme-custom .custom-control-label{
	line-height: 20px;
}
#btn-group-myloans-bulk-operations .badge-info{
	background-color: var(--secondary-color-light) !important;
}
.fs-special-color .fs-label-wrap{
	background-color: #eaeaea;
}
/* .DateBgcolor{
	background-color: #efeaea !important;  
} */
.summary-header-head{
	background-color: #fff;
}
.block_section {
    margin-top: 10px;
    text-align: left;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    background: #eee;
    padding: 5px;
    padding-left: 15px;
}
.NotificationList{
    background-color: #f5f5f5 !important;
  }
  .btn-api-refresh{
	margin-left: 35%;
	margin-top:22px; 
	border-color:#bdbdbd!important
  }
/* .clickable-icon-bg{
	border-top: solid 2px #D2D3D4;
	margin: 72px 0 41px 0;
} */
.clickable-icon-bg {
    border-top: solid 2px #D2D3D4;
    margin: 72px 0 41px 0;
    display: flex;
    justify-content: space-between;
	width: 44%;
}
.clickable-icon {
    background-color: #F9F9FA;
    width: 75px;
    height: 75px;
    border-radius: 50px;
    text-align: center;
    border: solid 1px #eee;
    /* position: absolute; */
    /* left: 0; */
    padding: 13px 0;
	margin-top: -40px;
}
/* .clickable-icon{
	background-color: #F9F9FA;
	width: 75px;
	height: 75px;
	border-radius: 50px;
	text-align: center;
	border: solid 1px #eee;
	position: absolute;
    top: 36px;
    left: 0;
	padding: 13px 0;
}  */
/* .f-item{
	flex: 1 0 100%;
} */
.clickable-icon-text{
	font-weight: 500;
}

.space-extra {
    margin: -5px 0 0 0;
}
.clickable-icon .fs-12{
	font-size: 12px;
	display: block;
    line-height: 15px;
}
.inner-content-p {
    background-color: #fff;
    margin: 16px 0;
    padding: 24px;
    box-shadow: 0 0 6px #ddd;
}
.new-form-fields .form-control, .new-form-fields select, .new-form-fields textarea{
	border: solid 1px #e6e8ea;
	border-radius: 0;
}
.inner-content-p .fa-file-text-o, .max-w-35 .bi-clipboard-plus {
    font-size: 31px;
    color: var(--secondary-color-light);
    line-height: 24px;
}
.loanentry-header{
	color: #3b3a46;
	font-weight: bold;
}
.loanentry-sub-header{
	color: #6c757d;
}
.max-w-50 {
    max-width: 50px;
}
.max-w-35{
	max-width: 35px;
}
.inner-content-p .radio-custom-theme label {
	/* display: flex; */
	cursor: pointer;
	font-weight: 500;
	position: relative;
	overflow: hidden;
	margin-bottom: 0.375em;
   /* Accessible outline */
   /* Remove comment to use */
   /* &:focus-within {
		outline: .125em solid $primary-color;
   }
	*/
}
.inner-content-p .radio-custom-theme label input {
	position: absolute;
	left: -9999px;
}
.inner-content-p .radio-custom-theme label input:checked + span {
	background-color: #d6d6e5;
}
.inner-content-p .radio-custom-theme label input:checked + span:before {
	box-shadow: inset 0 0 0 0.4375em #00005c;
}
.inner-content-p .radio-custom-theme label span {
	display: flex;
	align-items: center;
	padding: 0.375em 0.75em 0.375em 0.375em;
	border-radius: 99em;
	transition: 0.25s ease;
}
.inner-content-p .radio-custom-theme label span:hover {
	background-color: #d6d6e5;
}
.inner-content-p .radio-custom-theme label span:before {
	display: flex;
	flex-shrink: 0;
	content: "";
	background-color: #fff;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	margin-right: 0.375em;
	transition: 0.25s ease;
	box-shadow: inset 0 0 0 0.125em #00005c;
}

.new-form-fields{
	padding-top: 6px;
}
.inner-content-p .select2-container--default .select2-selection--single {
    border-radius: 0 !important;
}
.text-danger-new {
    color: #dc3545!important;
}




.tabs-custom-new button,
.tabs-custom-new input {
    font-family: var(--font-family);
}

.tabs-custom-new a {
    color: #f96332;
}

.tabs-custom-new a:hover,
.tabs-custom-new a:focus {
    color: #f96332;
}

.tabs-custom-new p {
    line-height: 1.61em;
    font-weight: 300;
    font-size: 1.2em;
}

.tabs-custom-new .category {
    text-transform: capitalize;
    font-weight: 700;
    color: #9A9A9A;
}


.tabs-custom-new .nav-item .nav-link,
.tabs-custom-new .nav-tabs .nav-link {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.tabs-custom-new .card a {
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
}

.tabs-custom-new [data-toggle="collapse"][data-parent="#accordion"] i {
    -webkit-transition: transform 150ms ease 0s;
    -moz-transition: transform 150ms ease 0s;
    -o-transition: transform 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: transform 150ms ease 0s;
}

.tabs-custom-new [data-toggle="collapse"][data-parent="#accordion"][aria-expanded="true"] i {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.tabs-custom-new .now-ui-icons {
    display: inline-block;
    font: normal normal normal 14px/1 'Nucleo Outline';
    font-size: inherit;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes nc-icon-spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



.tabs-custom-new .nav-tabs {
    border: 0;
    /* padding: 15px 0.7rem; */
}

/* .tabs-custom-new .nav-tabs:not(.nav-tabs-neutral)>.nav-item>.nav-link.active {
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
} */

.tabs-custom-new .card .nav-tabs {
    border-top-right-radius: 0.1875rem;
    border-top-left-radius: 0.1875rem;
}

.tabs-custom-new .nav-tabs>.nav-item>.nav-link, .tabs-custom-new .old-renewal {
    color: #888888 !important;
    margin: 0;
    margin-right: 5px;
    background-color: transparent !important;
    border: 1px solid transparent !important;
    /* border-radius: 30px; */
    font-size: 14px;
    padding: 11px 23px;
    line-height: 1.5;
	width: 100%;
}

.tabs-custom-new .nav-tabs>.nav-item>.nav-link:hover, .tabs-custom-new .old-renewal:hover {
    background-color: transparent;
}

.tabs-custom-new .nav-tabs>.nav-item>.nav-link.active {
    background-color: #444;
    /* border-radius: 30px; */
    color: #FFFFFF;
}

.tabs-custom-new .nav-tabs>.nav-item>.nav-link i.now-ui-icons {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.tabs-custom-new .nav-tabs.nav-tabs-neutral>.nav-item>.nav-link {
    color: #FFFFFF;
}

.tabs-custom-new .nav-tabs.nav-tabs-neutral>.nav-item>.nav-link.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}
.tabs-custom-new .old-renewal {
	background-color: #eee !important;
	margin: 0;
}

.tabs-custom-new .old-renewal-act {
    background-color: var(--secondary-color-light) !important;;
    /* border-radius: 30px; */
    color: #FFFFFF !important;
}
.section_row_div2{
	box-shadow: 0px 0px 7px 0px #eee;
}
.tabs-custom-new .card {
    border: 0;
    border-radius: 0.1875rem;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0px 0px 7px 0px #eee;
}

.tabs-custom-new .card .card-header {
    background-color: #eee;
    border-bottom: 0;
    /* background-color: transparent; */
    border-radius: 0;
    padding: 0;
}

.tabs-custom-new .card[data-background-color="orange"] {
    background-color: #f96332;
}

.tabs-custom-new .card[data-background-color="red"] {
    background-color: #FF3636;
}

.tabs-custom-new .card[data-background-color="yellow"] {
    background-color: #FFB236;
}

.tabs-custom-new .card[data-background-color="blue"] {
    background-color: #2CA8FF;
}

.tabs-custom-new .card[data-background-color="green"] {
    background-color: #15b60d;
}

.tabs-custom-new [data-background-color="orange"] {
    background-color: #e95e38;
}

.tabs-custom-new [data-background-color="black"] {
    background-color: #2c2c2c;
}

.tabs-custom-new [data-background-color]:not([data-background-color="gray"]) {
    color: #FFFFFF;
}

.tabs-custom-new [data-background-color]:not([data-background-color="gray"]) p {
    color: #FFFFFF;
}

.tabs-custom-new [data-background-color]:not([data-background-color="gray"]) a:not(.btn):not(.dropdown-item) {
    color: #FFFFFF;
}

.tabs-custom-new [data-background-color]:not([data-background-color="gray"]) .nav-tabs>.nav-item>.nav-link i.now-ui-icons {
    color: #FFFFFF;
}



.tabs-custom-new .now-ui-icons {
  display: inline-block;
  font: normal normal normal 14px/1 'Nucleo Outline';
  font-size: inherit;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.tabs-custom-new footer{
    margin-top:50px;
    color: #555;
    background: #fff;
    padding: 25px;
    font-weight: 300;
    background: #f7f7f7;
    
}
.tabs-custom-new .footer p{
    margin-bottom: 0;
}
.tabs-custom-new footer p a{
    color: #555;
    font-weight: 400;
}

.tabs-custom-new footer p a:hover{
    color: #e86c42;
}
.tabs-custom-new .nav-tabs .nav-item {
    width: 50%;
}
body.font-opensans.modal-open.swal2-shown.swal2-height-auto, .swal2-shown, body {
	min-height: 100vh !important;
}
.chklist-header {
    /* background-color: #bbb; */
    padding: 4px 8px;
    margin: 8px 0 8px 0;
	cursor: pointer;
	display: inline-block;
	width: 50%;
}
.chklist-header-childs{
	background-color: #efefef;
    padding: 4px 8px;
    margin: 8px 0 8px 0;
	cursor: pointer;
}
.QuestionName{
	width: 60% !important;
}
.fs-21{
	font-size: 21px;
}
.fs-22{
	font-size: 22px;
}
.btn-primary:hover, .btn-primary:focus{
	background-color: var(--secondary-color-light) !important;
	border-color: var(--secondary-color-light) !important;
}
.page-item.active .page-link{
	background-color: var(--secondary-color-light) !important;
	border-color: var(--secondary-color-light) !important;
}
i.fa.fa-edit {
	color: var(--secondary-color-light) !important;
}
.btn-secondary {
    background-color: var(--third-color-light) !important;
    border-color: var(--third-color-light) !important;
}
.btn-secondary:hover, .btn-secondary:focus{
    background-color: var(--third-color-light) !important;
    border-color: var(--third-color-light) !important;
}
.btn-success{
	background-color: var(--secondary-color-light) !important;
	border-color: var(--secondary-color-light) !important;
}
.btn-success:hover, .btn-success:focus{
	background-color: var(--secondary-color-light) !important;
	border-color: var(--secondary-color-light) !important;
}
.btn-success:hover, .btn-success:focus{
	background-color: var(--secondary-color-light) !important;
	border-color: var(--secondary-color-light) !important;
}
.btn-primary.disabled, .btn-primary:disabled, .btn-success.disabled, .btn-success:disabled {
	background-color: var(--secondary-color-light) !important;
	border-color: var(--secondary-color-light) !important;
}
#BtnReset{
	background-color: var(--primary-color-dark) !important;
	border-color: var(--primary-color-dark) !important;
}
#BtnReset:hover, #BtnReset:focus{
	background-color: var(--primary-color-dark) !important;
	border-color: var(--primary-color-dark) !important;
}
.btn-dark{
	background-color: var(--primary-color-dark) !important;
	border-color: var(--primary-color-dark) !important;
}
.btn-dark:hover,.btn-dark:focus{
	background-color: var(--primary-color-dark) !important;
	border-color: var(--primary-color-dark) !important;
}
/* .btn-grey{
	color: var(--third-color-dark) !important;
	background-color: var(--secondary-color-dark) !important;
	border-color: var(--secondary-color-dark) !important;
}
.btn-grey:hover, .btn-grey:focus{
	color: var(--third-color-dark) !important;
	background-color: var(--secondary-color-dark) !important;
	border-color: var(--secondary-color-dark) !important;
} */
.btn-grey{
	background-color: var(--third-color-light) !important;
	border-color: var(--third-color-light) !important;
}
.btn-grey:hover, .btn-grey:focus{
	background-color: var(--third-color-light) !important;
	border-color: var(--third-color-light) !important;
}
.summary-pro-names {
    margin: -4px 8px 0 8px;
}
.borderd-topnavbar .dropdown-item i, .borderd-topnavbar-uy i{
 color: var(--secondary-color-light) !important;
}
.new-datatable1 thead tr th{
	font-weight: var(--bold-weight-font) !important;
}
.medium-font{
	font-weight: var(--medium-weight-font) !important;
}
.btn {
    font-weight: var(--normal-weight-font) !important;
}
.fa.fa-trash{
	color: var(--danger-color) !important;
}
.fa.fa-edit, .fa.fa-gear, .fa.fa-arrows, .fe.fe-edit-2, .fa.fa-pencil-square-o{
	color: var(--secondary-color-light) !important;
}
.badge {
	font-weight: var(--normal-weight-font) !important;
}
.badge-success, .tag-success, .badge-primary, .tag-primary{
	background-color: var(--secondary-color-light) !important;
}
.bg-cyan, .feed-not-i .badge, .bg-teal {
    background-color: var(--secondary-color-light) !important;
}
.badge-sp-fs{
	font-weight: var(--normal-weight-font) !important;
	font-size: inherit !important;
}
.milestone-header label {
	margin-bottom: 0;
}
.milestone-header tr th {
    font-weight: var(--semibold-weight-font) !important;
    padding: 4px 0 4px 8px;
    vertical-align: middle;
	color: #333 !important;
}
.table th{
	font-weight: var(--semibold-weight-font) !important;
	color: #333 !important;
	text-transform: capitalize;
}
.milestone-header tr td{
	vertical-align: middle;
}
.swal2-styled.swal2-cancel{
	background-color: var(--third-color-light) !important;
	background-image: none;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active{
	background-color: var(--secondary-color-light) !important;
	background-image: none;
}
.tag-blue{
	background-color: var(--secondary-color-light) !important;
}
.btn-danger, .btn-danger:hover {
    background-color: var(--third-color-light) !important;
    border-color:var(--third-color-light) !important;
}
.footer-text a, .footer-text{
	color: #365875 !important;
}

/* *{
    scrollbar-face-color: #fff;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
} */
*{
    scrollbar-face-color: var(--secondary-color-light);
    scrollbar-shadow-color: transparent;
    scrollbar-highlight-color: transparent;
    scrollbar-3dlight-color: transparent;
    scrollbar-darkshadow-color: transparent;
    scrollbar-track-color: transparent;
    scrollbar-arrow-color: transparent;
}

/* Let's get this party started */
*::-webkit-scrollbar {
    width: 9px;
	height: 9px;
}
 
/* Track */
*::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px #444a4f; 
    -webkit-border-radius: 10px;
    border-radius: 10px; */
}
 
/* Handle */
*::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #444a4f; 
    /* -webkit-box-shadow: inset 0 0 6px #444a4f;  */
}
.semibold-text,.semibold-text td{
	font-weight: var(--semibold-weight-font) !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: var(--secondary-color-light) !important;
}
.badge-info {
    background-color: var(--secondary-color-light) !important;
}
.swal2-styled.swal2-confirm{
	background-color: var(--secondary-color-light) !important;
}
.swal2-styled.swal2-cancel{
	background-color: var(--third-color-light) !important;
}
/* .responsive-tables-data{
	height: 400px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.responsive-tables-data th { 
	position: sticky; top: 0;
	background-color: #fff;
	z-index: 999;

} */

.responsive-tables-data tfoot {
    width: 100%;
    display: block;
}
  /* .table-scroll{
	display: block;
	empty-cells: show;
	border-spacing: 0;
	border: 1px solid;
  } */
  
  .table-scroll thead{
	position:relative;
	display: block;
	width:100%;
	overflow-y: scroll;
  }
  
  .table-scroll tbody{
	/* Position */
	display: block; position:relative;
	width:100%; overflow-y:scroll;
	/* Decoration */
	border-top: 1px solid rgba(0,0,0,0.2);
	height: 350px;
  }
  
  .table-scroll tr{
	width: 100%;
	display:flex;
  }
  
  .table-scroll td,.table-scroll th{
	flex-basis:100%;
	flex-grow:2;
	display: block;
	padding: 1rem;
	text-align:left;
  }
  
  /* Other options */
  
  .table-scroll.small-first-col td:first-child,
  .table-scroll.small-first-col th:first-child{
	/* flex-basis:20%; */
	flex-basis:100%;
	flex-grow:1;
  }
  
  .table-scroll tbody tr:nth-child(2n){
	background-color: rgba(130,130,170,0.1);
  }

  .table-scroll-h         { overflow: auto; height: 400px; }
.table-scroll-h thead th { position: sticky; top: 0; z-index: 99; background-color: #fff; }
  
  .body-half-screen{
	max-height: 50vh;
  }
  
  .small-col{flex-basis:10%;}
/* #tbl-state-mapping tr th{
	position: sticky;
	position: -webkit-sticky;
}
#tbl-state-mapping thead{
	position: sticky;
	position: -webkit-sticky;
} */
/* #tbl-state-mapping thead tr:nth-child(1) th{
    background: white;
    position: sticky;
    top: 0;
    z-index: 10;
  } */
  thead{
    background-color:white !important;
}
.fixed-heightwithoverflow{
	height: 400px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.table-type-ul-li {
    border: solid 1px #ddd;
    border-radius: 10px;
    margin-top: 25px;
    padding: 13px 0 0 0;
}

/* custom checkbox start */
/* .checkbox-jqadded {
    position: relative;
    z-index: 10;
}

input[type=checkbox]{
  display: none !important;
}
.custom-control-label{
  display: none;
}
span.checkbox-jqadded {
    z-index: 5;
    display: inline-block;
    width: 17px;
    height: 17px;
    background: #fff;
    margin: 1px 7px 0 10px;
    top: 3px;
    border: solid 1px var(--secondary-color-light);
    border-radius: 5px;
}
.on-jqadded {
    background-color: var(--secondary-color-light) !important;
}
.on-jqadded::before {
    font-family: bootstrap-icons !important;
    content: "\f26e";
    color: #fff;
    font-size: 19px;
    line-height: 0;
    padding: 0;
    text-align: center;
    width: 0;
    height: 0;
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    z-index: 9;
    top: 50%;
    left: -2px;
    background-color: var(--secondary-color-light);
} */
/* custom checkbox end */

  .bi-absolute {
	position: absolute;
	right: 9px;
	top: 6px;
  }
  .search-nav-menu {
	background-color: #F5F9FD;
  }
  .search-section-nav {
	margin: 0 9px 10px 9px;
  }
  .main-menu-items-n .dropdown-item {
	font-weight: 500 !important;
	/* display: block !important; */
  }
  
  
  
  
  .bi-main-menu{
	background-color: #FAFAFA;
	padding: 6px 0;
	/* border: rebeccapurple; */
	border-radius: 50px;
	width: 35px;
	/* display: block; */
	font-size: 16px;
	height: 35px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
  }
  .main-menu-text-l {
	display: inline-block !important;
	vertical-align: middle;
	padding-left: 5px;
	font-size: 12px;
  }
  .main-menu-text-l small {
    font-size: 9px;
}
  .main-menu-items-n {
	border-right: solid 1px #eee;
  }
  .menu-items-all a {
    /* display: block !important; */
    width: 94% !important;
    line-height: 17px !important;
	color: #000 !important;
}
.menu-items-all a small {
    font-size: 9px;
    color: #888;
	/* display: none; */
}
.d-inlinebock-checklist {
    display: inline-block;
    width: 100%;
    background-color: #fbfbfb;
    padding: 9px 14px 7px 8px;
	border: solid 1px #eee;
}
.chklist-formgroup, .prf-answ{
	float: right;
	padding-right: 20px;
	padding-top: 5px;
}
.d-inlinebock-checklist-child {
    /* background-color: #f5f5f5; */
	background-color: #fbfbfb;
    border: solid 1px #eee;
}
.menu-items-all {
    overflow-x: scroll;
    max-height: 430px;
    /* overflow-y: hidden; */
	display: none;
}
.drop-down-custom-mm {
    max-height: 550px;
	min-width: 450px !important;
	min-height: 515px;
}
.bell-notification .dropdown-menu {
    min-width: 410px;
    left: unset;
    right: 0;
}
.text-primary-new{
	color: var(--secondary-color-light) !important;
}
.feeds_widget li {
    padding: 12px 0 0 10px;
}
.badge-new {
    background-color: #2a6bcc40;
    color: #fff !important;
    border-radius: 50px;
    padding: 0px 5px !important;
    font-size: 10px !important;
    /* margin-right: 3px; */
    vertical-align: middle !important;
    display: inline-block !important;
    /* float: right; */
    margin: 4px 5px 0 6px;
    /* height: unset !important; */
    /* width: 100%; */
    /* line-height: 0; */
    /* zoom: 0; */
    max-height: 14px;
}
.feeds_widget li .feeds-body p {
    margin: 0;
}
.export-btn-some-case {
    display: inline-block;
    /* min-height: 106px; */
    float: right;
    width: 40.5%;
    /* height: 123px; */
    max-height: 34px;
    /* max-width: 208px; */
}
.export-btn-some-case button {
    min-height: 34px;
}
td a{
	cursor: pointer !important;
}
.po-upload-panel {
    border: solid 1px #ddd;
	max-width: 150px;
    max-height: 191px;
}
.po-upload-panel .icon {
     width: 100%;
	 overflow: hidden;
	 max-height: 130px;
}
/* .po-upload-panel .icon img {
    margin-top: -78px;
} */
.field-error label{
	color:red;
}
.btn-danger-default {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.partnertype-droppable-container {
    max-height: 649px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.mob-menu-max-imp{
	height: 60px;
}
.max-animated-skeleton{
	display: none;
}
.search-tdata {
    position: sticky;
    padding-bottom: 12px;
    top: -11px;
    background-color: #fff;
    z-index: 9;
    padding-top: 11px;
}
.search-tdata .bi {
    position: absolute;
    right: 12px;
    top: 7px;
}
.overflow-x-scroll{
	overflow-y: hidden;
	overflow-x: scroll;
}
.fileupload-td{
	width: 240px;
}
.icons-parent-wrkflow thead tr th{
	vertical-align: middle;
	border-top: solid 1px #000;
}
.icons-parent-wrkflow tbody tr td i{
	font-size: 25px;
}
.icons-parent-wrkflow tbody tr td i.fs-18{
	font-size: 22px !important;
}
.thead-small thead th{
	font-size: 11px;
}
.ml--10{
	margin-left: -10px;
}
.table-td-text-center tbody tr td{
	text-align: center;
}
.special-info-inner {
    font-size: 8px !important;
    color: #000;
    vertical-align: top;
    position: absolute;
    /* margin-right: 21px; */
    margin-left: -7px;
}
.setup-icon {
    position: relative;
}
/* .setup-icon .bi {
    background-color: #f9f9f9;
    padding: 7px 4px 1px 4px;
    border-radius: 25px;
    font-size: 19px;
    display: inline-block;
    width: 40px;
    height: 40px;
} */
.setup-icon .bi {
    display: inline-block;
    width: 40px;
}
.transparent-bg-p .setup-icon .bi{
	background-color: #f9f9f990;
}
.setup-icon .ml--10 {
    background-color: transparent;
    position: absolute;
    top: -2px;
    right: -9px;
}
.setup-icon .bi-bell{
	display: none;
}
.hero-panel {
    background-color: #f9f9f9;
    padding: 0 13px;
}
.hero-panel p{
	font-size: 12px;
}
.hero-panel .bi-list-task{
    background-color: #eee;
    width: 25px;
    display: inline-block;
    height: 25px;
    border-radius: 50px;
    padding: 4px 0;
    text-align: center;
}
.added-items-wf ul {
    border-bottom: solid 2px #eee;
    padding: 0;
    margin: 6px 0 20px 16px;
}
.added-items-wf .nav-link, .added-items-wf .nav-item {
    padding: 0 0;
    align-items: center;
	border-radius: 0 !important;
    display:inline-block;
    text-align:left;
}
.added-items-wf .nav-link, .added-items-wf .nav-item:nth-child(1){
	max-width: 146px;
}
.added-items-wf .nav-link, .added-items-wf .nav-item:nth-child(2){
	max-width: 200px;
}
.added-items-wf .nav-link, .added-items-wf .nav-item:nth-child(3){
	max-width: 174px;
}
.added-items-wf .nav-link, .added-items-wf .nav-item:nth-child(4){
	max-width: 132px;
}
.added-items-wf .nav-link, .added-items-wf .nav-item:nth-child(5){
	max-width: 200px;
}
.added-items-wf .nav-pills .nav-link.active, .added-items-wf .nav-pills .show>.nav-link {
    color: #000 !important;
    background-color: transparent !important;
    padding: 1px 0;
    border-bottom: solid 2px var(--secondary-color-light);
    display: inline-block;
	margin-bottom: -2px;
}
.added-items-wf .nav-link strong, .added-items-wf .nav-item strong {
    font-weight: 300;
}
.added-items-wf .nav-pills .nav-link.active strong {
    font-weight: 600;
}
.cursor-pointor{
	cursor: pointer;
}
#tbl-status-group-append .popover .arrow {
    margin-left: 0;
}
.table-workflow-new-theme tbody td{
	margin: 0;
	padding: 2px 0;
	vertical-align: middle;
}
.table-workflow-new-theme tbody td .setup-icon .bi{
	font-size: 20px;
}
.popover .arrow {
    margin-left: 0;
}
.bell-dropdown {
    left: unset;
    right: 0;
    min-width: 400px;
}
.customised-tabs {
    border-bottom: solid 1px #eee;
	position: relative;
}
.customised-tabs li a {
    padding-bottom: 6px;
	margin-bottom: -1px !important;
}
.customised-tabs li a.active {
    font-weight: 600;
    color: #302f2a;
    border-bottom: solid 2px #302f2a;
}
.customised-tabs li a .badge {
    position: static;
    padding: 2px 0;
    font-weight: 600 !important;
}
.customised-tabs-content{
	/* padding: 10px 10px; */
}
.customised-tabs-notify {
    border-bottom: solid 1px #eee;
}
.customised-tabs-notify li a {
    padding-bottom: 6px;
	margin-bottom: -1px !important;
}
.customised-tabs-notify li a.active {
    font-weight: 600;
    color: #302f2a;
    border-bottom: solid 2px #302f2a;
}
.customised-tabs-notify li a .badge {
    position: static;
    padding: 2px 0;
    font-weight: 600 !important;
}
.max-w-55 {
    max-width: 55px;
}

.unread-circle {
    position: absolute;
    top: 0px;
    left: 9px;
    font-size: 9px;
}
.text-danger-default {
    color: #dc3545;
}
.text-info-default {
    color: #17a2b8;
}
.day-button {
    display: inline-block;
    padding: 6px 20px;
    border: none;
    background-color: #9f9b9b;
    color: #fff !important;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    min-width: 103px;
    text-align: center;
}

    .day-button.active {
      background-color: #0075ff;
      color: #fff;
    }
	.bi.bi-info-circle-fill {
		font-size: 12px;
	}
	.showitems{
		display: block;
	}
	.img-round {
		border-radius: 51px;
	}
	.img-rounddiv {
		border-radius: 51px;
		width: 100%;
		height: 40px;
		text-align: center;
		padding: 9px 0;
		color: #fff;
	}
	small.badge-newd{
		font-weight: bold;
	}
	.Notificationseen .text-muted {
		display: block;
	}
	#bellunreadcount {
		top: -6px;
		right: -7px;
		left: unset;
		padding: 2px 2px !important;
		border-radius: 50px;
		width: auto;
		height: 14px;
		font-size: 10px;
		z-index: 9;
		min-width: 14px;
	}
	.markallreadx {
		position: absolute;
		top: -3px;
		right: 0;
		font-size: 13px;
		border-radius: 0 !important;
		padding: 2px 10px;
	}
	.see-all-notifications-c {
		font-size: 19px;
		margin-top: -18px;
	}
	.upcoming-tables thead tr th {
		border-bottom: none;
		padding: 5px 7px;
	}
	.upcoming-tables tbody tr td{
		padding: 5px 7px 5px 7px;
	}
	.upcoming-tables tbody tr td .form-group{
		margin-bottom: 0;
	}
	.max-main-navbar .dropdown-menu .dropdown-item.active-megamenu{
		background-color: #E8E9E9;
		position: static !important;
		margin: 0 0 !important;
		padding: 3px 12px !important;
	}
	.active-megamenu::after{
    display: inline-block;
	content: '';
	position: absolute;
	margin-top:7px;
	right: -10px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #E8E9E9;
	}
	.no-padding{
		padding: 0;
	}
	.popover.fade:not(.show) {
		opacity: 0;
		display: none;
	}
	.each-bellnotification{
		padding: 0 12px;
	}
	.each-bellnotification:hover, .each-bellnotification:focus{
		background-color: #f9f9f9;
	}
	.table-collapse-es {
		border-collapse: collapse !important;
	}
	.sso-dropdown-maxheight {
		overflow-y: auto;
		max-height: 300px;
		overflow-x: hidden;
	}

	.myloans-progress-5 .col-lg-3 {
		max-width: 20%;
	}
	.table-td-padding-null tr td{
		padding: 5px 0;
	}
	.popup-modalbody-height {
		/* max-height: 70vh; */
		max-height: 54vh;
		overflow-x: hidden;
		overflow-y: scroll;
	}
	.field-popup-count{
		margin-bottom: 10px;
		position: sticky;
	}
	.field-popup-count .col {
		background-color: #d6d8db;
		margin: 0 10px;
		/* max-width: 30%; */
		text-align: center;
		padding: 4px 0;
		cursor: pointer;
	}
	.field-popup-count h4, .field-popup-count h6{
		margin: 0;
	}
	.field-popup-count h4 {
		font-weight: 600;
		font-size: 21px;
	}
	.field-popup-count h6 {
		font-weight: 400;
		font-size: 12px;
	}
	.addstickytodoc {
		position: fixed !important;
		width: 44%;
		right: 75px;
		top: 60px;
		height: 100vh;
		z-index: 9;
		background-color: #fff;
		/* border: 3px solid #2185d0; */
		padding: 6px 0;
	} 
	
	#VerticalButton, #VerticalButton_new, #VerticalButtonPartnersAssign{
		z-index: 9 !important;
	}
	.lefttabs {
		border: solid 1px #eee;
		padding: 0 0;
		min-height: 470px;
	}
	.lefttabs .nav-link {
		border-top: none;
		border-radius: 0;
		padding: 6px 10px;
		background-color: #fff;
		border-left: none;
		border-right: none;
		border-bottom: solid 2px #eee;
		justify-content: space-between;
	}
	.lefttabs .nav-link.active {
		background-color: #eee !important;
		color: #000;
	}
	.lefttabs .nav-link.active:focus, .lefttabs .nav-link:focus {
		outline: none;
	}
	.searchbox-full {
		position: relative;
	}
	.searchbox-full input {
		border-radius: 0;
		margin: 0 0 0 9px;
		width: 91%;
	}
	.searchbox-full .bi {
		position: absolute;
		right: 23px;
		top: 6px;
	}
	.horizontal-tab .nav-tabs .nav-link {
		background-color: #fff;
		/* margin: 0 22px; */
		border: solid 1px #eee;
		padding: 7px 10px;
		border-radius: 0;
	}
	.horizontal-tab .nav{
		margin: 0;
	}
	.border-eee{
		border: solid 1px #eee;
	}
	.horizontal-tab .nav-tabs .nav-link.active{
		border-top: solid 1px #eee !important;
		border-left: solid 1px #eee !important;
		border-right: solid 1px #eee !important;
		border-bottom: solid 2px var(--primary-color-light);
	}
	.horizontal-tab .nav-tabs .nav-link.active:focus, .horizontal-tab .nav-tabs .nav-link:focus{
		outline: none !important;
	}
	.alert-custom {
		padding: 4px 6px;
		border-radius: 0;
		color: #000;
		font-size: 12px;
	}
	.table-permissionrf .custom-control.custom-checkbox {
		display: inline-block;
		margin-right: 15px;
		cursor: pointer;
	}
@media screen and (max-width: 767px) {
	.mob-menu-max-imp{
		height: unset;
	}
}
.bell-notification .dropdown-menu {
    min-width: 410px;
    left: unset;
    right: 0;
}
.text-primary-new{
	color: var(--secondary-color-light) !important;
}
.feeds_widget li {
    padding: 12px 0 0 10px;
}
.badge-new {
    background-color: #2a6bcc40;
    color: #fff !important;
    border-radius: 50px;
    padding: 0px 5px !important;
    font-size: 10px !important;
    /* margin-right: 3px; */
    vertical-align: middle !important;
    display: inline-block !important;
    /* float: right; */
    margin: 4px 5px 0 6px;
    /* height: unset !important; */
    /* width: 100%; */
    /* line-height: 0; */
    /* zoom: 0; */
    max-height: 14px;
}
.feeds_widget li .feeds-body p {
    margin: 0;
}
.export-btn-some-case {
    display: inline-block;
    /* min-height: 106px; */
    float: right;
    width: 40.5%;
    /* height: 123px; */
    max-height: 34px;
    /* max-width: 208px; */
}
.export-btn-some-case button {
    min-height: 34px;
}
td a{
	cursor: pointer !important;
}
.po-upload-panel {
    border: solid 1px #ddd;
	max-width: 150px;
    max-height: 191px;
}
.po-upload-panel .icon {
     width: 100%;
	 overflow: hidden;
	 max-height: 130px;
}
/* .po-upload-panel .icon img {
    margin-top: -78px;
} */
.field-error label{
	color:red;
}
.btn-danger-default {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.partnertype-droppable-container {
    max-height: 649px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.mob-menu-max-imp{
	height: 60px;
}
.max-animated-skeleton{
	display: none;
}
.search-tdata {
    position: sticky;
    padding-bottom: 12px;
    top: -11px;
    background-color: #fff;
    z-index: 9;
    padding-top: 11px;
}
.search-tdata .bi {
    position: absolute;
    right: 12px;
    top: 7px;
}
.overflow-x-scroll{
	overflow-y: hidden;
	overflow-x: scroll;
}
.fileupload-td{
	width: 240px;
}
.icons-parent-wrkflow thead tr th{
	vertical-align: middle;
	border-top: solid 1px #000;
}
.icons-parent-wrkflow tbody tr td i{
	font-size: 25px;
}
.icons-parent-wrkflow tbody tr td i.fs-18{
	font-size: 22px !important;
}
.thead-small thead th{
	font-size: 11px;
}
.ml--10{
	margin-left: -10px;
}
.table-td-text-center tbody tr td{
	text-align: center;
}
.special-info-inner {
    font-size: 8px !important;
    color: #000;
    vertical-align: top;
    position: absolute;
    /* margin-right: 21px; */
    margin-left: -7px;
}
.setup-icon {
    position: relative;
}
/* .setup-icon .bi {
    background-color: #f9f9f9;
    padding: 7px 4px 1px 4px;
    border-radius: 25px;
    font-size: 19px;
    display: inline-block;
    width: 40px;
    height: 40px;
} */
.setup-icon .bi {
    display: inline-block;
    width: 40px;
}
.transparent-bg-p .setup-icon .bi{
	background-color: #f9f9f990;
}
.setup-icon .ml--10 {
    background-color: transparent;
    position: absolute;
    top: -2px;
    right: -9px;
}
.setup-icon .bi-bell{
	display: none;
}
.hero-panel {
    background-color: #f9f9f9;
    padding: 0 13px;
}
.hero-panel p{
	font-size: 12px;
}
.hero-panel .bi-list-task{
    background-color: #eee;
    width: 25px;
    display: inline-block;
    height: 25px;
    border-radius: 50px;
    padding: 4px 0;
    text-align: center;
}
.added-items-wf ul {
    border-bottom: solid 2px #eee;
    padding: 0;
    margin: 6px 0 20px 16px;
}
.added-items-wf .nav-link, .added-items-wf .nav-item {
    padding: 0 0;
    align-items: center;
	border-radius: 0 !important;
    display:inline-block;
    text-align:left;
}
.added-items-wf .nav-link, .added-items-wf .nav-item:nth-child(1){
	max-width: 146px;
}
.added-items-wf .nav-link, .added-items-wf .nav-item:nth-child(2){
	max-width: 200px;
}
.added-items-wf .nav-link, .added-items-wf .nav-item:nth-child(3){
	max-width: 174px;
}
.added-items-wf .nav-link, .added-items-wf .nav-item:nth-child(4){
	max-width: 132px;
}
.added-items-wf .nav-link, .added-items-wf .nav-item:nth-child(5){
	max-width: 200px;
}
.added-items-wf .nav-pills .nav-link.active, .added-items-wf .nav-pills .show>.nav-link {
    color: #000 !important;
    background-color: transparent !important;
    padding: 1px 0;
    border-bottom: solid 2px var(--secondary-color-light);
    display: inline-block;
	margin-bottom: -2px;
}
.added-items-wf .nav-link strong, .added-items-wf .nav-item strong {
    font-weight: 300;
}
.added-items-wf .nav-pills .nav-link.active strong {
    font-weight: 600;
}
.cursor-pointor{
	cursor: pointer;
}
#tbl-status-group-append .popover .arrow {
    margin-left: 0;
}
.table-workflow-new-theme tbody td{
	margin: 0;
	padding: 2px 0;
	vertical-align: middle;
}
.table-workflow-new-theme tbody td .setup-icon .bi{
	font-size: 20px;
}
.popover .arrow {
    margin-left: 0;
}
.bell-dropdown {
    left: unset;
    right: 0;
    min-width: 400px;
}
.customised-tabs {
    border-bottom: solid 1px #eee;
}
.customised-tabs li a {
    padding-bottom: 6px;
	margin-bottom: -1px !important;
}
.customised-tabs li a.active {
    font-weight: 600;
    color: #302f2a;
    border-bottom: solid 2px #302f2a;
}
.customised-tabs li a .badge {
    position: static;
    padding: 2px 0;
    font-weight: 600 !important;
}
.customised-tabs-content{
	padding: 10px 10px;
}
.max-w-55 {
    max-width: 55px;
}

.unread-circle {
    position: absolute;
    top: 0px;
    left: 9px;
    font-size: 9px;
}
.text-danger-default {
    color: #dc3545;
}
.text-info-default {
    color: #17a2b8;
}
.day-button {
    display: inline-block;
    padding: 6px 20px;
    border: none;
    background-color: #9f9b9b;
    color: #fff !important;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    min-width: 103px;
    text-align: center;
}

    .day-button.active {
      background-color: #0075ff;
      color: #fff;
    }
	.bi.bi-info-circle-fill {
		font-size: 12px;
	}
	.addstickytodoc {
		position: fixed !important;
		width: 44%;
		right: 75px;
		top: 60px;
		height: 100vh;
		z-index: 9;
		background-color: #fff;
		/* border: 3px solid #2185d0; */
		padding: 6px 0;
	} 
	
	#VerticalButton, #VerticalButton_new, #VerticalButtonPartnersAssign{
		z-index: 9 !important;
	}
	.text-wrapchildren tr td, .text-wrapchildren tr td table tr td{
		text-wrap: wrap;
	}
	.border-custom {
		border: solid 1px #ddd;
		border-radius: 7px;
		padding: 15px;
	}
	.fw-600{
		font-weight: 700;
	}
	.nav-tabs-custom {
		border-bottom: solid 1px #eee !important;
		margin: 0 0;
	}
	.nav-tabs-custom-sm li a {
		padding: 0 !important;
	}
	.fs-10{
		font-size: 10px;
	}
@media screen and (max-width: 767px) {
	.mob-menu-max-imp{
		height: unset;
	}
}
@media screen and (max-width: 768px) {

    .tabs-custom-new .nav-tabs {
        display: inline-block;
        width: 100%;
        padding-left: 100px;
        padding-right: 100px;
        text-align: center;
    }

    .tabs-custom-new .nav-tabs .nav-item>.nav-link {
        margin-bottom: 5px;
    }
}
@media (min-width: 576px){
.modal-dialog-scrollable .modal-content {
    max-height: 100vh !important;
}
}
/* lukku code end here */
.MyloasSwitchbutton input[type="checkbox"].toggle {
opacity: 0;
position: absolute;
left: -99999px;
}
.MyloasSwitchbutton input[type="checkbox"].toggle + label {
height: 28px;
line-height: 29px;
background-color: var(--secondary-color-light) !important;;
padding: 0px 16px;
border-radius: 4px;
display: inline-block;
position: relative;
cursor: pointer;
-moz-transition: all 0.25s ease-in;
-o-transition: all 0.25s ease-in;
-webkit-transition: all 0.25s ease-in;
transition: all 0.25s ease-in;
-moz-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
}
.MyloasSwitchbutton input[type="checkbox"].toggle + label:before, .MyloasSwitchbutton input[type="checkbox"].toggle + label:hover:before {
content: ' ';
position: absolute;
top: 2px;
left: 2px;
width: 8px;
height: 24px;
background: #fff;
z-index: 2;
-moz-transition: all 0.25s ease-in;
-o-transition: all 0.25s ease-in;
-webkit-transition: all 0.25s ease-in;
transition: all 0.25s ease-in;
-moz-border-radius: 14px;
-webkit-border-radius: 14px;
border-radius: 2px;
}
.MyloasSwitchbutton input[type="checkbox"].toggle + label .off, .MyloasSwitchbutton input[type="checkbox"].toggle + label .on {
color: #fff;
}
.MyloasSwitchbutton input[type="checkbox"].toggle + label .off {
margin-left: 5px;
display: inline-block;
}
.MyloasSwitchbutton input[type="checkbox"].toggle + label .on {
display: none;
}
.MyloasSwitchbutton input[type="checkbox"].toggle:checked + label .off {
display: none;
}
.MyloasSwitchbutton input[type="checkbox"].toggle:checked + label .on {
margin-right: 5px;
display: inline-block;
}
.MyloasSwitchbutton input[type="checkbox"].toggle:checked + label, .MyloasSwitchbutton input[type="checkbox"].toggle:focus:checked + label {
background-color: var(--secondary-color-light) !important;
}
.MyloasSwitchbutton input[type="checkbox"].toggle:checked + label:before, .MyloasSwitchbutton input[type="checkbox"].toggle:checked + label:hover:before, input[type="checkbox"].toggle:focus:checked + label:before, input[type="checkbox"].toggle:focus:checked + label:hover:before {
background-position: 0 0;
top: 2px;
left: 100%;
margin-left: -12px;
}
.badge-success-default {
    color: #fff;
    background-color: #28a745;
}
.badge-primary-default {
    color: #fff;
    background-color: #007bff;
}
.TermsInfoMessage
{
	font-weight: bold;
	font-size:14px !important;;
	font-family:var(--font-family);;
}
.ZohoTextHighlight {
    background-color: yellow;
    color: red;
    border-radius: 5px;
    padding: 2px;
}
