/* Common CSS */
body, p, ul, li, span, i, h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans';
}

body {
	overflow-x: hidden;
}

.custom-panel-blue {
	background-color: #272E7E;
}

.custom-panel-lightblue {
	background-color: #272E7E99;
}

.common-bg {
	background-color: #F2F3F7;
}

.font-weight-semi-bold {
	font-weight: 600;
}

.font-10 {
	font-size: 0.625rem;
}

.font-11 {
	font-size: 0.6875rem;
}

.font-12 {
	font-size: 12px;
}

.font-13 {
	font-size: 0.8125rem;
}

.font-14 {
	font-size: 0.875rem;
}

.font-17 {
	font-size: 1.0625rem;
}

.font-18 {
	font-size: 1.125rem;
}

.font-22 {
	font-size: 1.375rem;
}

.font-26 {
	font-size: 1.625rem;
}

.flex-1 {
	flex: 1;
}
.progress-container .progress-step li p {
	margin-left: -35%;
    display: flex;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    display: -moz-box;
    display: -webkit-box;
}
.progress-container .progress-step li.active p {
	color: #272E7E;
}
.progress-container .progress-step li:last-child p {
    width: unset !important;
}
input, select, textarea, ::placeholder, .form-control {
	font-size: 0.75rem;
}

.opacity-1 {
	opacity: 1;
}

label {
	font-size: 0.75rem;
}

.bg-warning{
	background-color: #fff3cd;
}

/* .navbar-nav li:hover > ul.dropdown-menu {
    display: block;
} */

.custom-form-label{
	color: #474747;
	font-weight: 700;
	font-size: 0.75rem;
}
.mandatory-field{
	color: #ff1805;
    font-size: 0.875rem;
    font-weight: bold;
    top: 0em;
}

.btn-upload-custom {
	background-color: #EC6257;
	color: #fff;
}

.btn-white, .btn-white:hover, .btn-white:focus {
	background-color: #fff;
	color: #2B2C7A;
	font-size: 0.625rem;
}
.btn-border-272E7E{
	border: 1px solid #272E7E;
	color:#272E7E;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
.text-theme {
	color: #272E7E;
}

.text-orange {
	color: #EC6257;
}

.text-red {
	color: #ff1805;
}
.text-blue{
	color: #757ae5;
}
.btn-blue-custom {
	color: #fff;
	background: transparent
		linear-gradient(180deg, #272E7E 0%, #3E2567 100%) 0% 0% no-repeat
		padding-box;
	border-radius: 5px;
	opacity: 1;
	font-size: 0.8125rem;
	padding: .375rem 1.5rem;
}

.btn.btn-blue-custom:hover, .btn.btn-blue-custom:focus {
	color: #fff;
	font-size: 0.8125rem;
	background: transparent
		linear-gradient(180deg, #272E7E 0%, #3E2567 100%) 0% 0% no-repeat
		padding-box;
	border-radius: 5px;
	opacity: 1;
	box-shadow: 0 0 0 0.0rem rgba(0, 123, 255, .25);
}

.main-title {
	font-size: 1.25rem;
	color: #272E7E;
	font-weight: 600;
}

.sub-title {
	font-size: 1.125rem;
	color: #272E7E;
	font-weight: 600;
}

.custom-dashed-border {
	border-bottom: 2px dashed #c3bcbc;
}

.main-title::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 4px;
	right: 0;
	height: 0.625rem;
	border-bottom: 3px solid #272e7e;
	width: 5rem;
}

.main-title.text-white::after {
	border-bottom: 3px solid #fff;
}

.text-gray {
	color: #707070;
}

.text-light-gray {
	color: #474747;
}

.text-light-black {
	color: #454F63;
}

.bg-blue {
	background: transparent
		linear-gradient(115deg, #272E7E 0%, #3E2567 100%) 0% 0% no-repeat;
}

.btn-arrow {
	color: #272E7E;
}

.bg-F2F3F7 {
	background-color: #F2F3F7;
}

.btn-arrow:hover, .btn-arrow:focus {
	color: #272E7E;
}

.icon-green {
	color: #63E53C;
}

.btn-orange-custom {
	background: #EC6257 0% 0% no-repeat padding-box;
	border-radius: 4px;
	opacity: 1;
	color: #fff;
	font-size: 0.8125rem;
}

.btn-orange-custom:hover, .btn-orange-custom:focus {
	color: #fff;
	font-size: 0.8125rem;
}

.bg-dark-gray {
	background: #e1e0ea;
}

.icon-orange {
	color: #EC6257;
}

/* Common CSS */

/* Main Page  */
.main-wrap {
	background: #F2F3F7;
}

.main-section {
	padding: 0 0.5rem;
}

/* Main Page  */

/* Top Header */
.top-header .bg-dark {
	background: transparent linear-gradient(95deg, #6c4070 0%, #EC6257 100%)
		0% 0% no-repeat !important;
}

.goi-logo {
	max-width: 100px;
	height: 20px;
}

.mci-logo {
	max-width: 150px;
	height: 20px;
}

.navbar-dark .navbar-nav .nav-link.opacity-1 {
	color: rgba(255, 255, 255, 1);
}

/* Top Header */

/* Top Menu */
.menu-navbar .bg-dark {
	background: transparent linear-gradient(1deg, #272E7E 0%, #3E2567 100%)
		0% 0% no-repeat !important;
}

.dgft-logo {
	max-width: 150px;
}

/* Top Menu */

/* Home Slider */
#homeSlider .carousel-caption {
	position: absolute;
	right: 0;
	bottom: 0px;
	left: 0;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	min-height: 30%;
}

#homeSlider .carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border-top: none;
	border-bottom: none;
	opacity: 1;
}

#homeSlider .carousel-item img {
	width: 100%;
	height: 100%;
}

#homeSlider .carousel-indicators .active {
	opacity: 1;
	background: #EC6257;
}

.slide-title {
	font-size: 1.375rem;
}

.slide-desc {
	font-size: 0.875rem;
}

/* Home Slider */

/*Services Slider */
#services {
	position: relative;
}

.MS-content {
	white-space: nowrap;
	overflow: hidden;
	margin: 0 5%;
	display:flex;
}

.MS-content .services-outer {
	display: inline-flex;
	width: 25%;
	position: relative;
	vertical-align: top;
	overflow: hidden;
	white-space: normal;
	padding: 0 10px;
	flex:none;
	
}
.MS-content .services-outer1 {
	display: inline-flex;
	width: 25%;
	position: relative;
	vertical-align: top;
	overflow: hidden;
	white-space: normal;
	padding: 0 10px;
	flex:none;
	
}
#miniSlider .MS-content .services-outer1{
	align-items: center;
	justify-content: center;
}
.MS-content .services-inner{
	background: transparent;
	    border: none;	
}
.MS-content .services-inner1{
	background: transparent;
	    border: none;	
}

#services .MS-content .services-inner .service-title {
	font-size: 1.25rem;
	color: #fff;
	font-weight: 600;
	position: relative;
	background: transparent;
	border:none;
	padding:0;
	min-height: 60px;
	display:flex;
}

#services .MS-content .services-inner .service-title > span{
	margin-top:auto;
}

#services .MS-content .services-inner .card-footer {
	background: transparent;
	border:none;
	padding:0;
}

#services .MS-content .services-inner .service-title::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 2px;
	right: 0;
	height: 0.625rem;
	border-bottom: 3px solid #ec6257;
	width: 5rem;
}

#services .MS-content .services-inner .service-desc {
	font-size: 0.8125rem;
	color: #fff;
	text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    display: inline-block;
    max-height: 10.6em;
    line-height: 1.8em;
    text-align: justify;
}

.hide-default {
	opacity: 0;
}

#services .MS-content .services-outer:hover .services-inner {
	background-color: #fff;
}

#services .MS-content .services-outer:hover .services-inner .service-title{
	font-size: 1.25rem;
	color: #272E7E;
	
}

#services .MS-content .services-outer:hover .services-inner .service-title::after
	{
	border-bottom: 3px solid #272E7E;
}

#services .MS-content .services-outer:hover .services-inner .service-desc	{
	font-size: 0.8125rem;
	color: #474747;
}

#services .MS-content .services-outer:hover .services-inner .hide-default	{
	opacity: 1;
}

.MS-controls button {
	position: absolute;
	border: none;
	background-color: transparent;
	outline: 0;
	font-size: 50px;
	top: 0;
    bottom: 0;
	color: rgb(236, 98, 87);
	transition: 0.15s linear;
}

.MS-controls button:hover {
	color: rgb(236, 98, 87);
}

.MS-controls button.MS-right {
	right: 0;
}

/*Services Slider */

/* Partner  */
.partner-inner:hover {
	background: #fff;
}
.partner-inner > img{
	height: 200px;
}
.partner-inner .card{
	background:none;
	border:none;
	height:calc(100% - 200px);
}

.partner-title {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 600;
	background: transparent;
	border:none;
	padding:0;
	min-height:45px;
}

.partner-inner:hover .partner-title {
	color: #272E7E;
	font-size: 1.25rem;
}

.partner-desc {
	color: #fff;
	font-size: 0.875rem;
}

.partner-inner:hover .partner-desc {
	color: #474747;
	font-size: 0.875rem;
}

.partner-inner:hover .hide-default {
	opacity: 1;
}
.partner-inner .card-footer {
    background: transparent;
    border: none;
    padding: 0;
}
/* Partner  */

/* How To Apply */
.how-to-apply {
	/* overflow: hidden; */
	
}

.how-to-apply .absolute-content {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
	width: 100%;
	top: 0;
	transition: all .2s ease-in-out;
	border-radius: 0.25rem;
}

.how-to-apply .icon-section {
	height: 100%;
	align-self: center;
	display: flex;
	align-items: center;
}

.how-to-apply .apply-inner:hover .absolute-content {
	background: linear-gradient(132deg, rgba(39, 46, 126, 0.82) 0%,
		rgba(236, 98, 87, 0.82) 100%);
	box-shadow: 0px 3px 6px #000000;
	transform: scale(1.01);
	z-index: 2;
}

.how-to-apply .apply-inner:hover .bg-apply {
	transform: scale(1.01);
}

.how-to-apply .absolute-content-desc {
	display: none;
	font-size: 1.625rem;
}

.how-to-apply .absolute-content:hover .absolute-content-desc {
	display: block;
}

/* How To Apply */

/* Footer */
.footer-wrap {
	background: #1F1F1F;
}

.footer-menu {
	color: #fff;
	list-style-type: none;
	line-height: 2.3;
}

.footer-wrap .list-title {
	font-size: 0.625rem;
	font-weight: 600;
	text-transform: uppercase;
}

.footer-wrap .list-topics {
	font-size: 0.625rem;
}

.btn-footer, .btn-footer:hover, .btn-footer:focus {
	background: #fff;
	color: #095169;
	font-weight: 600;
	font-size: 0.75rem;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Footer */
.helpline-card {
	background: transparent url('../../images/img/facingtrouble.png') no-repeat;
	opacity: 1;
	/* background: transparent linear-gradient(140deg, #3E2567 0%, #EC6257 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #000000; */
	border-radius: 4px;
	background-size: cover;
	/* opacity: 1; */
}

/* Helpline Card */

/* news tabs css  */
 .news-tabs.nav-tabs {
	border-bottom: none;
} 
.news-tabs.nav-tabs .nav-link{
	border: none;
	color:#272E7E;
	font-weight:normal;
}
.news-tabs.nav-tabs .nav-item .nav-link{
	border-bottom: 4px solid #dee2e6;
}
.news-tabs.nav-tabs li.nav-item  a.active.nav-link{
	border-bottom: 4px solid #EC6257;
}
.news-tabs.nav-tabs .nav-item.show .nav-link, .news-tabs.nav-tabs .nav-link.active
	{
	color:#EC6257;
	background-color: transparent;
	font-weight:600;
}

.vrline {
	border-right: 1px solid #dee2e6;
	padding-right: 2rem;
}

.news-seprator {
	border-bottom: 1px solid #dee2e6;
}

.btn-download:hover, .btn-download:focus {
	color: #2B2C7A !important;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

/* news tabs css  */

/* Scheme */
.card.scheme-card:hover, .card.scheme-card.active-scheme {
	background: transparent
		linear-gradient(180deg, #272E7E 0%, #3E2567 100%) 0% 0%;
}

.card.scheme-card:hover .text-gray, .card.scheme-card:hover .text-light-black,
	.card.scheme-card:hover a, .card.scheme-card.active-scheme .text-gray,
	.card.scheme-card.active-scheme .text-light-black, .card.scheme-card.active-scheme a
	{
	color: #fff;
}

/* Video Section */
.video-section-content {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
	width: 100%;
	top: 0;
	background: linear-gradient(132deg, rgba(39, 46, 126, 0.82) 0%,
		rgba(236, 98, 87, 0.82) 100%);
}

/* common heder tab nav */
.sab-menu-nav {
	box-shadow: 0px 3px 6px #00000005;
	opacity: 1;
}

/* common heder tab nav */
a.collapsed-icon::after
	{
	font-family: FontAwesome;
	content: "\f077";
	float: right;
	color: #fff;
}

a.collapsed.collapsed-icon::after {
	font-family: FontAwesome;
	content: "\f078";
	color: #fff;
}

.error-sticky {
	position: sticky;
	top: 0;
	z-index: 900;
}

#customErroraccordion {
	/* border-bottom: 3px solid; */
}

.card.custom-panel-card {
	border: 0px solid;
	border-radius: 0px !important;
	margin-bottom: 0.25rem;
}
.card.custom-panel-card .card-header{
	display: flex; 
     justify-content: space-between; 
 align-items: center;
}
.card-header.custom-panel-blue:first-child {
	border-radius: 0;
}
.card-header h6{
	margin-bottom:0;
}
.file-upload input {
	opacity: 0;
}

.file-upload p {
	text-align: center;
	color: #000;
	font-family: Arial;
}

.file-upload {
	border: 2px dashed #c3bcbc;
}
.custom-datatable{
	width:100%;
}
.custom-datatable thead tr th {
	font-size: 0.875rem;
	font-weight: 600;
	background: rgba(236, 98, 87, 12%) 0% 0% no-repeat padding-box;
}

div.dataTables_wrapper div.dataTables_info{
	display: inline-block;
}
 div.dataTables_wrapper div.dataTables_paginate{
 	display: inline-block;
    float: right;
 }
.custom-datatable tbody tr td {
	font-size: 0.875rem;
}

.custom-btn-pencil {
	font-size: 17px;
	color: #9B9B9D;
}

.custom-btn-trash {
	font-size: 17px;
	color: #9B9B9D;
}

.custom-btn-pencil:hover {
	font-size: 17px;
	color: #9B9B9D;
}

.custom-btn-trash:hover {
	font-size: 17px;
	color: #9B9B9D;
}

.custom-btn-clear {
	color: #fff;
	text-decoration: underline;
}

.custom-btn-clear:hover {
	color: #fff;
	text-decoration: underline;
}

.custom-btn-save {
	color: #272E7E;
	background-color: #fff;
}

.custom-btn-save:hover {
	color: #272E7E;
	background-color: #fff;
	text-decoration: none;
}

.main-img {
	position: relative;
}

.image {
	display: block;
	width: 100%;
	/*height: 187px;;*/
}

.overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 35%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
}

.main-img:hover .overlay {
	opacity: 1;
}

.our-text {
	color: white;
	font-size:0.8125rem;
	position: absolute;
	top: auto;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

/* common heder tab nav */
.btn-custom-border {
	color: #272E7E;
	border-color: #272E7E;
}

.custom-progress-bar {
	background: transparent linear-gradient(to right, #EC6257, #FFFFFF);
	border-radius: 10px;
}

.custom-progress {
	background: transparent;
	height: 0.5rem;
}

.font-20 {
	font-size: 1.25rem;
}

.font-16 {
	font-size: 1rem;
}

.font-15 {
	font-size: 0.9375rem !important;
}

.font-13 {
	font-size: 0.8125rem;
}

.font-30 {
	font-size: 1.875rem;
}

.export-progress {
	height: 0.75rem;
	border-radius: 10px;
}

.export-progress-bar {
	background: #474747 0% 0% no-repeat padding-box;
}

.export-know-more {
	opacity: 0;
}

.process-progress {
	color: #454F63;
}

.card.active-export-card:hover .export-know-more {
	/* background: transparent linear-gradient(180deg, #272E7E 0%, #3E2567 100%) 0% 0%; */
	opacity: 1;
	text-decoration: none;
}

.card.active-export-card:hover .export-progress-bar {
	background: #EC6257 0% 0% no-repeat padding-box;
}

.card.active-export-card:hover .process-progress {
	color: #fff;
}

.cer-number {
	width: 4rem;
	height: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.module-name {
	min-width: 2rem;
	text-align: right;
}

/* Datatable */
.dataTables_paginate .page-item .page-link {
	border: none;
	font-size: 12px;
	color: #707070;
	padding: 0.3rem 0.5rem;
}

.dataTables_paginate .page-item.active .page-link {
	background: #EC6257;
	border-radius: 3px;
	border-color: #EC6257;
	font-size: 12px;
	color: #fff;
	padding: 0.3rem 0.5rem;
	cursor: not-allowed;
	pointer-events: none;
}

/* .dataTables_paginate .page-item.previous .page-link,
	.dataTables_paginate .page-item.next .page-link {
	padding: 0.45rem 0.6rem;
} */

.dataTables_info {
	font-size: 0.8152rem;
}

/* table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
	table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before
	{
	line-height: 15px;
}

table.dataTable>tbody>tr.child ul.dtr-details {
	width: 100%;
} */

.display-validate {
	display: block;
	color: red;
	font-size: 0.625rem;
	font-weight: bold;
	color: #f10909 !important;
}

.msgbranchsuccess {
	color: green !important;
	font-size: 0.625rem;
	font-weight: bold;
}

.success-msg-text {
	color: green !important;
	font-size: 10px;
	font-weight: bold;
}

.error-msg, .error-msg-text {
	color: #f10909 !important;
	font-size: 0.625rem;
	font-weight: bold;
}

.warning-msg {
	color: #EF9B0F !important;
	font-size: 0.625rem;
	font-weight: bold;
}

/* datepicker css code */
.datepicker-dropdown .table thead th {
	border-bottom: none;
}

.datepicker td, .datepicker th {
	width: 15px;
	height: 15px;
	padding: .5rem;
}

.datepicker-dropdown, .datepicker-dropdown td, .datepicker-dropdown th {
	background-color: #272E7E;
	color: #fff;
	font-size: 14px;
}

.datepicker-dropdown td:hover {
	background-color: #272E7E !important;
	color: #E02779;
}

.datepicker-dropdown th:hover, .datepicker table tr td.today,
	.datepicker table tr td.today:hover, .datepicker table tr td.active.active
	{
	background-color: #E02779 !important;
	color: #fff;
	background-image: unset !important;
}

.datepicker-dropdown .datepicker-months td:hover, .datepicker-dropdown .datepicker-years td:hover
	{
	color: #fff;
}

.datepicker-dropdown .datepicker-months td span:hover,
	.datepicker-dropdown .datepicker-years td span:hover {
	background-color: #272E7E;
	color: #E02779;
}

.datepicker-dropdown:after {
	border-bottom: 6px solid #272E7E;
}

.datepicker-dropdown.datepicker-orient-top:after, .datepicker-dropdown.datepicker-orient-top:before
	{
	top: -6px;
	border-top: 0;
	border-bottom: 6px solid #272e7e;
	bottom: unset;
}

/* datepicker css code */
.custom-control-label {
	line-height: 1.5rem;
}

/*.display-email-validate {
    display: block !important;
    color: red !important;
}

.hide-email-validate {
    display: none !important;
}

.display-o-validate {
    display: block !important;
    color: red !important;
}*/
.display-on-validate {
	display: none !important;
	color: red !important;
}

.hideThis {
	display: none !important;
	color: red !important;
}

.msgGST {
	color: #f10909 !important;
	font-size: 0.625rem;
	font-weight: bold;
}

.error-msg, .error-msg-text {
	color: #f10909 !important;
	font-weight: bold;
}

/* login css code */
.login-custom-nav {
	border-bottom: none;
}

.nav-tabs.login-custom-nav .nav-item.show .nav-link, .nav-tabs .nav-link.active
	{
	border-color: #fff #fff #fff;
	font-weight: bold;
	border-bottom: 3px solid #3E2567;
	color: #3E2567;
}

.nav-tabs.login-custom-nav .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #fff #fff #fff;
}

.nav-tabs.login-custom-nav .nav-link:focus {
	border-color: #fff #fff #fff;
	border-bottom: 3px solid #3E2567;
}

.nav-tabs.login-custom-nav .nav-link {
	color: #3E2567;
}

.close.custom-close {
	font-size: 2rem;
}

.custom-red {
	color: #fb0202;
}

.resend-otp {
	color: #2B2B2C;
}

.resend-otp:hover {
	color: #2B2B2C;
}

.card-body.custom-card {
	box-shadow: 0px 3px 6px #00000029;
	border: 0.5px solid rgba(0, 0, 0, .125);
}

/* login css code */
.bootbox .modal-body {
	min-height: 400px;
	align-items: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: #707070;
	text-align: center;
}

.bootbox-body {
	margin-bottom: 25px;
	width: 100%;
}

.bootbox .modal-header {
	border-bottom: none;
}

.bootbox-close-button {
	color: #000;
	opacity: 0.5;
}

.bootbox .modal-body .bootbox-close-button {
	position: absolute;
	top: 4px;
	right: 10px;
}

.bootbox .modal-header .close {
	padding: 0.3rem 1rem;
}

/* homepage css code */
.rounded {
	border-radius: 0.25rem !important;
}

#exportForecastSlider .carousel-indicators {
	bottom: -12%;
}

#exportForecastSlider .carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

#partnersSlider .MS-content .partner-inner {
	display: inline-block;
	width: 30%;
	position: relative;
	vertical-align: top;
	overflow: hidden;
	/* min-height: 400px; */
	white-space: normal;
	margin: 0 1.5%;
	flex:none;
}

/* For register otp resend button start */
a.custom-disabled {
	pointer-events: none;
	cursor: default;
}

/* For register otp resend button end */

/* MultiSelect */
.multi-select-container {
	display: inline-block;
	position: relative;
}

.multi-select-menu {
	position: absolute;
	left: 0;
	top: 0.8em;
	z-index: 1;
	float: left;
	min-width: 100%;
	background: #fff;
	margin: 1em 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	display: none;
}

.multi-select-menuitem {
	display: block;
	font-size: 0.875em;
	padding: 0.6em 1em 0.6em 30px;
	white-space: nowrap;
}

.multi-select-menuitem+.multi-select-menuitem {
	padding-top: 0;
}

.multi-select-presets {
	border-bottom: 1px solid #ddd;
}

.multi-select-menuitem input {
	position: absolute;
	margin-top: 0.25em;
	margin-left: -20px;
}

.multi-select-button {
	display: inline-block;
	font-size: 0.875em;
	padding: 0.2em 0.6em;
	max-width: 16em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: -0.5em;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	cursor: default;
}

.multi-select-button:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.4em 0.4em 0 0.4em;
	border-color: #999 transparent transparent transparent;
	margin-left: 0.4em;
	vertical-align: 0.1em;
}

.multi-select-container--open .multi-select-menu {
	display: block;
}

.multi-select-container--open .multi-select-button:after {
	border-width: 0 0.4em 0.4em 0.4em;
	border-color: transparent transparent #999 transparent;
}

.multi-select-container--positioned .multi-select-menu {
	/* Avoid border/padding on menu messing with JavaScript width calculation */
	box-sizing: border-box;
}

.multi-select-container--positioned .multi-select-menu label {
	/* Allow labels to line wrap when menu is artificially narrowed */
	white-space: normal;
}



/* progress bar css */
.progress-container {
	position: relative;
}

.progress-container .progress-bar {
	position: absolute;
	left: 50%;
	top: 40px;
	width: 99%;
	height: 4px;
	background-color: #EA6156;
	transform: translate(-50%, -50%);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
}

.progress-container .progress-bar div {
	background: #262D7C;
	width: 0;
	height: 100%;
	transition: 0.3s ease-in-out;
}

.progress-container .progress-step {
	display: flex;
	justify-content: space-between;
	position: relative;
	counter-reset: myCounter;
}

.progress-container .progress-step li {
	position: relative;
	/* z-index: 1; */
	list-style-type: none;
}

.progress-container .progress-step li:before {
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
	background-color: #ffffff;
	transition: 0.3s ease-in-out;
	border: 4px solid #EA6156;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor:pointer;
}

.progress-step li::before {
	content: "\f111";
	font-family: FontAwesome;
	color: #fff;
}

.progress-step li.complated::before {
	content: "\f00c";
	font-family: FontAwesome;
}

.progress-container .progress-step li.complated:before {
	background-color: #262D7C;
	border: 2px solid #262D7C;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.progress-container .progress-step li.active:before {
	background-color: #fff;
	color: #262D7C;
	border: 5px solid #262D7C;
}

.progress-container .progress-step li:last-child p {
	z-index: 2;
	position: absolute;
	right: -20px;
}

@keyframes borderPulsate {
	0% {
		border-color: #5a0404;
	}
	
	50%{
		border-color:rgba(90,4,4,0);
	}
	100%{
		border-color:#5a0404;  
	}
}
.progress-step {
	padding: 0;
	list-style: none;
	padding-inline-start: 0px;
}

/* progress bar css code */

/* custom dropdown menu */
.dropdown-menu.custom-dropdown-menu {
	right: 0;
	left: auto;
	top: 90%;
}

.dropdown-menu.custom-dropdown-submenu {
	background-clip: unset;
	border: 0px solid rgba(0, 0, 0, 0);
	background-color: #efecec;
}


.dropdown-menu.custom-dropdown-submenu .dropdown-item:hover,
	.dropdown-menu.custom-dropdown-submenu .dropdown-item:focus,
	.dropdown-menu.custom-dropdown-submenu .dropdown-item:active {
	color: #272E7E;
	background-color: #c6c7c8;
}
.custom-dropdown-submenu .custom-dropdown-submenu{
	background-color: #d7d4d4;
}

.custom-dropdown-submenu .custom-dropdown-submenu .dropdown-item:hover,
.custom-dropdown-submenu .custom-dropdown-submenu .dropdown-item:focus,
.custom-dropdown-submenu .custom-dropdown-submenu .dropdown-item:active{
	background-color: #c6c7c8;
}
.custom-dropdown-submenu .custom-dropdown-submenu .custom-dropdown-submenu{
	background-color: #bfbcbc;
}
.custom-dropdown-submenu .custom-dropdown-submenu .custom-dropdown-submenu .dropdown-item:hover,
.custom-dropdown-submenu .custom-dropdown-submenu .custom-dropdown-submenu .dropdown-item:focus,
.custom-dropdown-submenu .custom-dropdown-submenu .custom-dropdown-submenu .dropdown-item:active{
	background-color: #c6c7c8;
}
.custom-dropdown-menu .dropdown-item ,.dropdown-item-dashboard{
	white-space: normal;
	min-width: 260px;
}

.dropdown-item .dropdown-menu {
	background: #ddd;
	height: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	transition: all .5s ease;
	top: 35px;
	width: 100%;
}

.dropdown-menu.custom-dropdown-submenu.show {
	height: auto;
	opacity: 1;
	transform: translateY(0);
}

.manage-iec:hover {
	color: #000;
	text-decoration: none;
}

.manage-iec {
	color: #000;
	text-decoration: none;
}

/* custom dropdown menu*/
/*
.display_none {
    display: none;
}*/
#tab_list.tab {
	overflow: hidden;
	background-color: #f1f1f1;
}

#tab_list.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
}

#tab_list.tab button:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
#tab_list.tab button.active {
	background-color: #ccc;
}

.modal-iec-header.tabcontent {
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
}
/* file upload css */
div.browse-wrap {
	padding: 10px 0px;
	text-align: center;
	position: relative;
	background-color: #fff;
	border: solid 3px #d2d2d7;
	border-style: dashed;
	top: 0;
	left: 0;
	cursor: pointer;
}

input.upload {
	opacity: 0;
	position: absolute;
	font-size: 0.75rem;
	right: 0;
	margin: 0;
	bottom: 0;
	top: 0;
	left: 0;
	cursor: inherit;
}

/* file upload css */

/* Track Status Datatable */
.track-status-wrap .paging_simple_numbers .pagination {
	margin: 2px 0;
	white-space: nowrap;
	justify-content: flex-end;
}

.track-status-wrap .paging_simple_numbers .pagination li {
	padding: 0.35rem 0.6rem;
	font-size: 12px;
}

.track-status-wrap .paging_simple_numbers .pagination li,
	.paging_simple_numbers .pagination li a {
	color: #707070;
}

.track-status-wrap .paging_simple_numbers .pagination li.active,
	.paging_simple_numbers .pagination li.active a {
	color: #fff;
}

.track-status-wrap .paging_simple_numbers .pagination li.active {
	background: #EC6257;
	border-radius: 3px;
	border-color: #EC6257;
}

.track-status-wrap .paging_simple_numbers .pagination li a:hover {
	text-decoration: none;
}

.track-status-wrap #menuTable_info, #menuTable_paginate {
	display: none;
}

/* Track Status Datatable 
#content {
	height: 100%;
}
*/
/* decalaration */
.custom-declaration {
	color: #707070;
	font-size: 0.875rem;
	line-height:2;
}

.declaration-number {
	list-style-type: decimal;
}
.list-style-lower-roman{
	list-style: lower-roman;
}
.declaration-alphabet {
	list-style-type: upper-alpha;
}

.declaration-roman {
	list-style-type: roman;
}

/* decalaration */
.max-tab-height {
	max-height: 350px;
	overflow-y: auto;
}

/* For Summary Table */
.table-layout-fixed{
	table-layout: fixed;
}


/* Alert Box */
.custom-alert-box{
	color: #ea1b05;
    background-color: #eed5da;
    border-color: #eed5da;
}

.custom-alert-box-success{
	    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

/* notification css code */

.dropdown-menu-right {
  background: white;
  border-radius: 0px;
}

.notification-list {
  max-height: 230px;
  overflow-y: auto;
  margin-left: 0;
  padding-inline-start: 0;
}
.notification-list li.notification-item {
  margin: 5px 10px;
    margin-bottom: 5px;
    min-width: 335px;
  border-top: solid 1px rgba(151, 151, 151, 0.8);
}

.notification-list .notification-anchor p {
  margin-bottom: 0px;
  color: #707070;
  font-size: 0.75rem;
}
.notification-anchor:hover{
	text-decoration:none;
}
.notificationbutton
{
	background: #e2d9d9;
}
.dropdown-item.notificationbutton:hover
{
	background: #e2d9d9;
}
.bell-notification:hover
{
	color: #fff;
	background: transparent;
}
/* .notification-circle
{
font-size: 12px;
    min-width: 15px;
    min-height: 15px;
    line-height: 15px;
    background: #ec6257;
    padding: 0px 5px;
    border-radius: 100px;
} */
/* notification css code */

.custom-right-arrow
{
	color: #EC6257;
}


/* Menu Table */
#menuTable .min-w-auto .dropdown-item{
	min-width:auto;
}
.custom-454F63
{
	color: #454F63;
}
.custom-lang-tab{
	background-color:#332a73;
	border-left: 2px solid #332a73;
}
.custom-lang-tab a.nav-link{
	color:#fff;
	font-size:0.875rem;
	font-weight:600;
}
.custom-lang-tab a.nav-link.active{
	border:none;
    border-bottom-left-radius: 10px;
    margin-left: 7px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 20px;
}
.lang-desc,.lang-list{
	font-size:0.875rem;
	color: #474747;
	line-height: 1.8;
}
.lang-list{
	list-style: square;
}
.p-inline-start{
    padding-left: 20px;
}
.custom-lang-tab-content{
	background-color: #fff;
    border-left: 2px solid #332a73;
    padding: 15px 20px;
    border-bottom: 2px solid #332a73;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 3px;
}
.dataTables_filter{
	float:right;
}
.list-style-none{
	list-style:none;
}
.trade-card{
	background-color: #fff;
    border-radius: 20px;
    text-align: center;
    border-left: 3px solid #272E7E;
    padding: 15px 5px;
    border-bottom: 5px solid #272E7E;
    margin: 15px 0;
}
.trade-card .trade-title{
	color: #707070;
	font-size: 1.15rem;
	font-weight: 400;
}
/* bulk upload tabs */

.bulk-upload-tabs.nav-tabs .nav-item.show .nav-link, .bulk-upload-tabs.nav-tabs.nav-tabs .nav-link.active{
	background: #ec3107;
    border-color: #ec3107;
    border-bottom: none;
    color: #fff;
}
.bulk-upload-tabs.nav-tabs .nav-link{
	border: none;
}

/* OTP IEC */
a.custom-disabled-iec {
	pointer-events: none;
	cursor: default;
}

/* For Captcha */
.img-chptcha{
	max-width:130px !important;
	margin: 5px 0px;
}

/* For Sitemap */
.nav-tabs.sitemap .nav-item.show .nav-link, .nav-tabs.sitemap .nav-link.active {
	border-bottom: none;
	background: #EC6257 0% 0% no-repeat padding-box;
	border-radius: 10px;
	color: #fff;
}

.nav-tabs.sitemap .nav-item.show .nav-link, .nav-tabs.sitemap .nav-link {
	font-weight: 600;
}

.sitemap-alphabet-title {
	border: 1px solid #6c4070;
	color: #fff;
	border-bottom-right-radius: 20px;
}

.alphabet-title-sitemap {
	padding: 10px 15px;
	background: transparent linear-gradient(95deg, #6c4070 0%, #EC6257 100%)
		0% 0% no-repeat !important;
	color: #fff;
}

.sitemap-link {
	color: #2a0404;
	font-weight: 600;
	line-height: 1.8;
	font-size: 0.875rem;
	padding: 0 15px;
}

/* For Search Area */
.searchInput{
	min-height: 36px;
    margin-top: 1px;
}

.procedure-rti{
	line-height: 1.8;
}
.dgft-logo-payment
{
	background: transparent linear-gradient(1deg, #272E7E 0%, #3E2567 100%)
		0% 0% no-repeat !important;
}
.mh-350
{
	max-height: 400px;
	overflow-y: auto;
}

    .Announcement {

        height: 7em;
        margin: 1em auto;
        overflow: hidden;
        position: relative;
        box-sizing: border-box;
    }

    .marquee {
        top: 6em;
        position: relative;
        box-sizing: border-box;
        animation: marquee 40s linear infinite;
        list-style-type: decimal;
        font-size: 14px;
        padding-inline-start: 20px;
        font-weight: 600;
        text-align: justify;
    }

    .marquee:hover {
        animation-play-state: paused;
    }
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(0, -120%); }
}
   
.list-style-none
{
	list-style-type: none;
}


.chosen-container{
	width: 100% !important;
}
.timeline-Footer{
	display:none;
}
/* main menu logo css code */
 .mainherder-logo {
            float: left;
            position: relative;
        }

        .mainherder-logo ul li {
            float: left;
            line-height: 150%;
            font-size: 55%;
            font-weight: 600;
            text-transform: uppercase;
            height: 36px;
            padding-top: 6px;
            padding-right: 8px;
        }

        .mainherder-logo ul li {
            list-style: none;
        }

        .mainherder-logo ul li span {
            display: block;
        }

        .mainherder-logo ul {
            padding-inline-start: 0px;
        }

        .mainherder-logo a {
            color: #fff;
        }

        .menulogo {
            min-width: 215px;
            float: left;
            line-height: 105%;
            text-transform: uppercase;
        }

        .menulogo img {
            float: left;
        }

        .mainlogotrade {
            display: block;
            font-weight: 900;
        }

        .menulogo a strong {
            font-weight: 600;
            display: block;
        }

        .home-logo {
            font-size: 12px;
            line-height: 136%;
            color: #fff;
            text-decoration: none;
        }

        .home-logo:hover {
            color: #fff;
            text-decoration: none;
        }       
/* main menu logo css code */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .h-ie-100 {
       height:100%;
   }
   .MS-content .services-outer {
	display: block;
	}
 .dropdown-menu.custom-dropdown-menu.show{
 overflow-y: scroll;
 height: 150px;
 }
  .mainherder-logo ul li span {
            display: inline-flex;
        }
       
}
 
/* change password css */
.form-group.has-error label {
  color: #dd4b39;
  font-weight: bold;
}
.form-group.has-error .form-control,
.form-group.has-error .input-group-addon {
  border-color: #dd4b39;
  box-shadow: none;
  color: #212529;
}
.form-group.has-error .help-block {
  color: #dd4b39;
  font-weight: bold;
}
.terms-condition-area{
	max-height:70px;overflow-y:auto;
}

.remove-pointer-event{
	pointer-events: none;
	cursor: default;
}
.dropdown-menu.logout-dropdown{
	min-width: 7rem;
	left: -5px;
	
}
.dropdown-menu.logout-dropdown .dropdown-item{
	padding: .25rem 0.5rem;
}

.custom-collapse-btn-group.btn-group .custom-collapse-btn{
  background: transparent linear-gradient(180deg, #272E7E 0%, #3E2567 100%);
  color:#fff;
  border-color: #bd9090;
  border-radius:0;
  
}
.custom-collapse-btn-group{
  display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.highlight
{
	font-weight: bold;
	background: #b3e911;
}
.has-error{
	color: #f10909 !important;
	font-size: 0.625rem;
	font-weight: bold;
}
.btn-open
{
	min-width: 50px;
}
.gst-partner{
	width: 100%;
}
.word-break-normal{
	word-break: normal;
}
.word-break-all{
	word-break: break-all;
}

.customize-input {
	border: none;
	border-bottom: 1px solid #000;
	width: auto;
	display: inline;
	height: 14px;
	border-radius: 0;
	padding: 0px;
}

.customize-input.form-control:focus {
	border-color: transparent;
	border-bottom: 1px solid #000;
	border-color: none;
	box-shadow: none;
}

.h-20 {
	height: 20px;
}
.track-status-wrap .pagelinks{
	margin: 2px 0;
    white-space: nowrap;
	justify-content: flex-end;
	align-items: center;
	display: flex;
	font-size: 12px;
}
.track-status-wrap .pagelinks li{margin-left: 5px;}
.track-status-wrap .pagelinks li.active{
	list-style: none;
    background: #ec6257;
    border-radius: 3px;
    border-color: #ec6257;
    padding: 0.35rem 0.6rem;
    color: white;
    font-size: 12px;
 }
 #ourInspirations .main-img .card img{
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.form-group select option{
	font-size: 12px;
	color: #707070;
}

.disabledbutton {
	pointer-events: none ;
	opacity: 0.7;
}

/* chart css */
.bar {
	fill: #7a5dce;
}

.bar:hover {
	fill: #ce5436;
}

.axis {
	font: 10px sans-serif;
}

.axis path, .axis line {
	fill: none;
	stroke: #000;
	shape-rendering: crispEdges;
}
.d3-tip {
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
}
.toolTip1 {
  position: absolute;
  display: none;
  min-width: 80px;
  height: auto;
  background: none repeat scroll 0 0 #3a3742;
  opacity: 0.5;
  color: #fff;
  border: 1px solid #6F257F;
  padding: 10px;
  text-align: center;
  font-size: 12px;
  border-radius: 10px;
}
.toolTip2 {
  position: absolute;
  display: none;
  min-width: 180px;
  height: auto;
  background: none repeat scroll 0 0 #3a3742;
  opacity: 0.5;
  color: #fff;
  z-index: 1000;
  border: 1px solid #6F257F;
  padding: 10px;
  text-align: center;
  font-size: 12px;
  border-radius: 10px;
}
/* chart css */

/* Cookies css */
.btn-border-white{
	border: 1px solid #FFFFFF;
	color:#FFFFFF;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
.btn-blue-done {
	color: #fff;
	background: transparent
		linear-gradient(180deg, #272E7E 0%, #3E2567 100%) 0% 0% no-repeat
		padding-box;
	border-radius: 5px;
	opacity: 1;
	padding: .375rem 1.5rem;
}
.btn-blue-done:hover {
	color: #fff;
	background: transparent
		linear-gradient(180deg, #272E7E 0%, #3E2567 100%) 0% 0% no-repeat
		padding-box;
		border: 1px solid #272E7E;
	border-radius: 5px;
	opacity: 1;
	padding: .375rem 1.5rem;
}
.cookies {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    margin: 0;
    background-color: rgba(71,71,71,0.8);
    opacity: 1;
    -webkit-animation: cookiesfade 1.5s;
    animation: cookiesfade 1.5s;
    display: none;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.learn-more{
	color: #ff6B00;
}
.learn-more:hover{
	color: #ff6B00;
}
/* Cookies css */

.itchsclassification{
background: #7a5dce !important;
color: #fff;
font-weight: 600;
}

.disabledbutton {
	pointer-events: none;
	cursor: not-allowed; 
}

.disabledbutton input[type="text"] {
	background-color: #e9ecef;
	opacity: 1;
}
.screen-render
{
	transform: rotate(17deg);
}
.dgft-hq{
	list-style-type: none;
    text-align: center;
    font-size: 14px;
}
.video {
    position: fixed;
    bottom: 20%;
    right: 0;
}
.video-header {
	display: flex;
	justify-content: space-between;
    width: 20rem;
	background-color: rgba(244, 242, 242, 0.8);
	border-radius: 5px 5px 0px 0px;
}

.main-video-header{
	display: flex;
	justify-content: space-between;
	background-color: rgba(244, 242, 242, 0.8);
	border-radius: 5px 5px 0px 0px;
}
#webinarModal .modal-body{
	pointer-events: auto;
}
#webinarModal .modal-body iframe{
	width: -webkit-fill-available;
}
.custom-border {
	border-bottom: 1px solid #ccc;
}
/* ticker css */
#container {
    display: inline-block;
    background-color: #cccccc;
    width: 100%;
    overflow: hidden;
}

#Textticker {
    display: inline-block;
    position: relative;
    white-space: nowrap;
}
/* ticker css */
.opacity-0{
	opacity: 0;
}
.bg-light-green{
	background: #81e88e !important;
	color: #000;
}
/* Scroll up Button CSS */
#button-scroll {
  display: inline-block;
  background-color: #3b266a;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 125px;
  right: 40px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button-scroll::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button-scroll:hover {
  cursor: pointer;
  background-color: #ec6257;
}
#button-scroll:active {
  background-color: #ec6257;
}
#button-scroll.show {
  opacity: 1;
  visibility: visible;
}	
/* Scroll up Button CSS */
/* Highlight Button */

.highlight-btn {
  background: transparent;
  color: #fff;
  border-color: #272E7E;
  border-radius: .25rem;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: 0.2s ease-in-out;
  letter-spacing: 2px;
}

.highlight-btn:hover{
  color: #fff;	
}

.button-rainbow button {
  animation: rainbow 3s infinite, heartbeat 0.6s infinite;
  background: #c0392b;
}
.button-rainbow .highlight-btn .rainbow {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -40px;
  transition: 0.5s ease;
  opacity: 0;
  transform: rotate(0);
}

@keyframes rainbow {
  0% {
    background: #1abc9c;
  }
  10% {
    background: #ea6158;
  }
  20% {
    background: #282e7d;
  }
  30% {
    background: #a64f65;
  }
  40% {
    background: #e74c3c;
  }
  50% {
    background: #e80101;
  }
  60% {
    background: #a64f65;
  }
  70% {
    background: #ea6158;
  }
  80% {
    background: #21096e;
  }
}
/* Highlight Button */