:root{
	--theme-main-color:#018a49;
	--theme-secondary-color:#0E5D3E;
	--theme-table-color:#018a4987;
}
/*main*/
/* width */
::-webkit-scrollbar {
	width: 9px;
	height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: var(--theme-secondary-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: var(--theme-secondary-color);
}

body {
	font-family: 'ProductSans-Regular' !important;
}

table {
	font-size: 14px;
}

.sidebar-bg {
	background-color: #ffffff;
	color: #fff;
}

.custom-brand-link {
	display: block;
	font-size: 1.25rem;
	padding: 1rem .5rem;
	transition: width .3s ease-in-out;
	white-space: nowrap;
	min-height: 130px;
}

a.custom-navlink {color: #000 !important;}

.nav-sidebar>.custom-navitem .nav-icon {
	margin-left: .05rem;
	font-size: 1.2rem;
	margin-right: .8rem;
	text-align: center;
	width: 1.4rem;
}

.nav-sidebar .custom-navitem>.custom-navlink {
	margin-bottom: .8rem;
	transition:all 0.3s;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.nav-sidebar .custom-navitem>.custom-navlink .nav-icon svg path {
	transition: all 0.3s;
}
.nav-pills .custom-navlink.active,
.nav-pills .show>.custom-navlink,
.nav-sidebar .custom-navitem>.custom-navlink:hover {
	color: #fff !important;
	background-color: var(--theme-main-color);
	transition:all 0.3s;
}
.nav-pills .custom-navlink.active > div .nav-icon svg path,
.nav-pills .show>.custom-navlink > div .nav-icon svg path,
.nav-sidebar .custom-navitem>.custom-navlink:hover > div .nav-icon svg path {
	fill: #fff;
}
li.nav-item .custom-searchbar {
	border-right: none
}

li.nav-item .custom-search-btn {
	border-top: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
}

li.nav-item .custom-select {
	border-radius: 0 .25rem .25rem 0;
}

button.custom-search-btn i {
	color: #7A869A;
}

.custom-input:focus {
	border-color: #000B8D !important;
	box-shadow: none;
	outline: none;
}

h1.page-title {
	font-style: normal;
	font-family: 'ProductSans-Bold';
	font-size: 20px;
	line-height: 28px;
	display: flex;
	align-items: center;
	text-align: center;
	color: var(--theme-secondary-color);
}

.custom-content-header .btn {
	background-color: #fff;
	border: 1px solid #DFE1E6;
	border-radius: 6px;
}

.custom-content-header .btn-dropdown {
	background-color: #E30F4D;
	border-radius: 6px;
	border: 1px solid #E30F4D;
	color: #fff;
	letter-spacing: 1px;
}

.custom-main-wrapper .custom-navbar {
	padding: 1rem 1rem;
}

footer.custom-main-footer {
	background-color: #f4f6f9;
	border: none;
	font-size: 14px;
	color: #6E6B7B;
}

span.notif-count {
	border-radius: 100%;
	background-color: #EA5455;
	color: #fff;
	font-size: 12px;
}

.custom-content-wrapper>.custom-content {
	padding: 0 1rem;
}
.custom-content-wrapper .custom-content {
	padding: 0 1rem;
}


/*///////////// Login Page //////////////////////*/

.form-login {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	width: 470px;
	font-size: 14px;
	background: rgb(255 255 255 / 5%);
	border: 1px solid #008a48;
	box-shadow: 3px 3px 18px 6px rgb(111 111 111 / 14%);
	backdrop-filter: blur(15px);
/* Note: backdrop-filter has minimal browser support */
border-radius: 11px;
}

.login-bg {
	background: url('../images/dalda_bg_1.png');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.btn-login {

}

.form-container {
	padding: 35px;
}

.notification-drop .fa-bell {
	font-size: 20px;
}

.navbar-badge {
	padding: 3px 3px;
	right: 9px;
	top: 4px;
	border-radius: 50%;
}

.notification-drop .dropdown-item.dropdown-header {
	font-size: 13px;
	color: #5E5873;
	font-family: 'ProductSans-Bold';
}

.notification-drop .dropdown-item {
	font-size: 13px;
	color: #222;
}

.user-img {
	display: inline-block;
	position: relative;
}

.user-menu > li > a {
	color: #6E6B7B !important;
	font-size: 15px;
	line-height: 48px;
	padding: 0 15px;
	font-weight: 500;
	letter-spacing: 1px;
}

.main-drop .user-img img {
	border-radius: 50%;
	width: 30px;
	margin-right: 10px;
}

.main-drop .dropdown-menu a {
	font-size: 13px;
}



/*///////////// Create Resource //////////////////////*/


.upload-image {
	background-color: #008a4829;
	border: 1px solid var(--theme-secondary-color);
	padding: 20px 40px;
	text-align: center;
	backdrop-filter: blur(15px);
	border-radius: 9px;
	transition: all 0.3s;
}
.upload-image:hover	{
	background-color: #008a4854;
}
.small-heading,
.main-form label {
	color: #000000a1;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 700;
}

.image-upload {
	max-height: 190px;
}

.image-upload img {
	height: 177px;
	max-width: 100%;
}

.upload-btn {
	border-radius:50%;
	border: 1px solid var(--theme-secondary-color);
	color: var(--theme-secondary-color);
	height:30px;
	width:30px;
	background:none;
	display:flex;
	justify-content:center;
	align-items:center;
	position:absolute;
	top: 14px;
	left: 14px;
	transition: all 0.3s;
}
.upload-image:hover > .upload-btn{
	background-color: var(--theme-secondary-color);
	border: 1px solid var(--theme-secondary-color);
	color: #ffffff;
}

.main-form .form-control {
	border: 2px solid #DFE1E6;
	background-color: #FAFBFC;
	font-family: 'ProductSans-Light';
	color: #7A869A;
	font-size: 14px;
	letter-spacing: 1px;
}

.main-form .form-group {
	margin-bottom: .5rem;
}

.main-btn .btn {
	font-size: 15px;
	padding: 8px 25px;
	width: 100%;
	font-family: 'ProductSans-Bold';
	letter-spacing: 0.7777px;
	font-weight: 700;
}

.main-btn .btn-light {
	background-color: #F5F6F8;
	color: #42526E;
}

.main-btn .btn-light:hover {
	border-color: #ed1c24;
	color: #ed1c24;
	background-color: transparent;
}

.main-btn .btn-success:hover {
	border-color: #005b28;
	background-color: #015c29;
	color: #fff;
}



/*///////////// Create Campaign //////////////////////*/



.camp-label {
	font-size: 12px;
	color: #6B778C;
}

.edit-icon {
	color: var(--theme-secondary-color);
	margin-right: 10px;
}

.remove-icon {
	color: #ec1d25;
}
.form-control{
	height: 36px;
}
.btn-create{
	background: var(--theme-main-color);
	border-radius: 4px;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 7px 18px;
	transition: all 0.3s;
}
.btn-create:hover{
	background-color: #005b28;
	color: #fff;
}
.custom-table thead{
	background-color: var(--theme-table-color);
	border: none;
}
.content-section {
	background: #d0fde82b;
	border-radius: 3px;
	margin-top: 15px;
	border: 1px solid var(--theme-main-color);
	padding: 15px 20px;
}
.content-section h5{
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	margin-bottom: 0;
	letter-spacing: 0.3333px;
}
.content-section h5 span{
	font-size: 20px;
	display: block;
	line-height: 1.5;
	color: var(--theme-main-color);
}
.prd-list{
	margin: 0;
	padding: 0;
}
.prd-list li{
	list-style: none;
	/*display: flex;
	align-items: center;
	gap: 5px;*/
}
.prd-list li p{
	font-size: 11px;
	line-height: 23px;
	margin-bottom: 0;
}
.prd-list li > div{
	display: flex;
	align-items: center;
	gap: 20px;
}
.prd-list li div span{
	font-size: 11px;
	letter-spacing: 0.666px;
	font-weight: 400;
	line-height: 1;
}
.prd-list li div span span.badge{
	padding: 3px 6px;
	text-align: center;
	font-size: 9px;
}
