@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap');
body {
	font-family: 'Poppins', sans-serif;
}

table {
	font-size: 14px;
}
a {
	color: #1c2a33;
}
.sidebar-bg {
	background-color: #1D2A34;
	color: #fff;
}

.custom-brand-link {
	display: block;
	font-size: 1.25rem;
	padding: 15px .5rem;
	transition: width .3s ease-in-out;
	white-space: nowrap;
}

a.custom-navlink p {
	color: #fff;
}

.nav-sidebar>.custom-navitem .nav-icon {
	margin-left: .05rem;
	font-size: 1.2rem;
	margin-right: .8rem;
	text-align: center;
	width: 21px;
}

.nav-sidebar .custom-navitem>.custom-navlink {
	margin-bottom: 0;
	transition:
	all 0.3s;
}

.nav-pills .custom-navlink.active,
.nav-pills .show>.custom-navlink,
.nav-sidebar .custom-navitem>.custom-navlink:hover {
	color: #fff;
	background: linear-gradient(90deg, rgba(230,40,41,0.22) 0%, rgba(43,146,213,0.22) 100%);
	transition:
	all 0.3s;
}

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-size: 20px;
	line-height: 28px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #172B4D;
	font-weight: 700;
	text-transform: uppercase;
}

.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%);
	background-color: #ffffff;
	width: 480px;
	box-shadow: 2px 2px 0px 2px rgb(255 255 255 / 24%);
	border-radius: 3px;
	font-size: 15px;
}

.login-bg {
	background-color: #1D2A34;
}

.btn-login {
	
}

.form-container {
	padding: 30px;
}

.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: #1c2a33 !important;
	font-size: 15px;
	line-height: 1;
	padding: 0 15px;
	font-weight: 500;
	text-transform: capitalize;
}

.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: #FAFBFC;
	border: 4px dotted #DFE1E6;
	padding: 20px 40px;
	text-align: center;
}

.small-heading,
.main-form label {
	color: #1b2a32;
	font-size: 13px;
	letter-spacing: 0.555px;
}

.image-upload {
	max-height: 190px;
}

.image-upload img {
	height: 177px;
	max-width: 100%;
}

.upload-btn {
	border-radius:50%;
	border:2px solid #7A869A;
	color:#7A869A;
	height:30px;
	width:30px;
	background:none;
	display:flex;
	justify-content:center;
	align-items:center;
	position:absolute;
	bottom:15px;
	right:20px;
}

.upload-btn:hover {
	background-color:#9f0b0f;
	border-color:#9f0b0f;
	color:#fff;
}

.main-form .form-control {
	border: 1px solid #DFE1E6;
	background-color: #ddecf3;
	color: #1b2a32;
	font-size: 11px;
	letter-spacing: 0.55px;
}

.main-form .form-group {
	margin-bottom: .5rem;
}

.main-btn .btn {
	font-size: 16px;
	padding: 10px 25px;
}

.main-btn .btn-light {
	background-color: #F5F6F8;
	color: #42526E;
}

.main-btn .btn-light:hover {
	border-color: #9f0b0f;
	color: #9f0b0f;
	background-color: transparent;
}

.main-btn .btn-success:hover {
	/* border-color: #9f0b0f; */
	/* background-color: #9f0b0f; */
}



/*///////////// Create Campaign //////////////////////*/



.camp-label {
	font-size: 12px;
	color: #6B778C;
}

.edit-icon {
	color: #6E6B7B;
	margin-right: 10px;
}

.remove-icon {
	color: #B11334;
}
body:not(.layout-fixed) .main-sidebar{
	position: fixed;
}
.sidebar-collapse  .fa-angle-down{
	display: none;
	transition: all 0.3s;
	float: right;
	padding-top: 5px;
}
.drop-link{
	justify-content: space-between !important;
}
.btn-success {
	color: #fff;
	background-color: #062B46;
	border-color: #062B46;
	box-shadow: none;
}
.btn-success:hover {
	color: #fff;
	background-color: #165582;
	border-color: #062B46;
}
.login-form label{
	color: #1c2a33;

}
.btn-create {
    background: #1c2a33;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
     letter-spacing: 0.555px; 
    padding: 6px 20px;
}
.btn-create i{
	font-size: 12px;
}
.btn-create:hover {
	background-color: #1a4b64;
	color: #fff;
}
.custom-table thead {
    background-color: #3251658f;
    border: none;
    color: white;
}
.nav-link {
    display: flex;
    padding: 13px 1rem !important;
    align-items: center;
    justify-content: flex-start;
}
.nav-sidebar>.nav-item {
    margin-bottom: 10px;
}


.sidebar::-webkit-scrollbar-track
{
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 0;
    background-color: #1c2a33;
}

.sidebar::-webkit-scrollbar
{
    width: 6px;
    background-color: #1c2a33;
}

.sidebar::-webkit-scrollbar-thumb
{
    border-radius: 2px;
    background-color: #ffffff;
}
body:not(.layout-fixed) .main-sidebar .sidebar {
    overflow-y: overlay;
    position: fixed;
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #2a5e7f;
    border-color: #2a5e7f;
}
.Permission-check{
  border: 2px solid #1b2a32;
  border-radius: 3px;
  padding: 20px;
  margin: 40px 0px;
  /* background-color: #dcecf3; */
}
.Permission-heading h4{
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.5555px;
  line-height: 1.5;
  border-bottom: 1px solid #1b2a32;
}
.Perm-type-heading h5{
  font-size: 15px;
  font-weight: 700;
  margin: 0;

}
.chart div svg text #chart_per{
	font-size: 20px !important;
	color: #1D2A34 !important;
	fill:  #1D2A34 !important;
	line-height: 0 !important;
	font-weight: 700 !important;
	font-family: 'Poppins', sans-serif;
	padding: 0;
	margin: 0;
}

/*.chart div svg text tspan{
	line-height: 0 !important;
	font-weight: 500 !important;
	font-size: 14px  !important;
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}*/
.chart div svg text tspan{
	line-height: 0 !important;
	font-weight: 500 !important;
	font-size: 14px  !important;
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	/*y: 10px !important;*/
}.
.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #062B46;
    border-color: #062B46;
    box-shadow: 0 0 0 0rgba(72,180,97,.5);
}
.filter-section .form-control {
    background: #ddecf3;
    color: #1c2a33;
    font-size: 14px;
    transition: all 0.3s;
    border: 1px solid #DFE1E6;
    line-height: 1;
    height: 35px;
    padding: 5px;
    box-shadow: none;
    font-weight: 600;
    border-radius: 3px;
}