/*
Template Name: Nomzie - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/

.fs-34 {
	font-size: 34px !important;
}

.pl-10 {
	padding-left: 10px;
}

.pb-20 {
	padding-bottom: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-15 {
	margin-right: 15px;
}

.align-right {
	text-align: right;
}

.title-img {
	min-height: 85px;
}

.badge .bg-warning {
    background-color: #ff0000 !important;
}

.text-start {
	text-align: left !important;
}


.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.sub-ul {
	list-style: none;
	margin-left:0px;
}

.threedots {
	margin-left:8px; 
	background-color:transparent;
}

div.dataTables_wrapper div.dataTables_filter input[type="search"] {
  width:100% !important;
	min-width: 100% !important;
}

.hide-button {
	background-color: transparent;
	padding:0px;
	border:0px;
}

.no-border {
	border-bottom:solid 0px transparent !important;
}

.fix-width {
	max-width: 50px !important;
	width: 50px !important;
}

table .form-check td {
	max-width: 50px !important;
}

.fs-30 {
	font-size: 30px !important;
}

.w-100 {
	width: 100% !important;
}

.card-title-lg {
	font-size: 24px;
}

.modal-header2 {
	padding: 10px;
    border-bottom: 0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
	background-color:#f8f8f8;
}
.modal-footer-light {
	background-color:#f8f8f8;	
}

.border-top-primary {
	border-top:solid 8px #87c232;
}

#two-col ul {
        column-count: 2;
        column-gap:20px;
}

@media screen  
  and (max-device-width: 1635px) { 
	  .fs-16 {
		  font-size:14px !important;
	  }
}