.navbar-custom {
    background-color: #fff;
}
.content-page {
    padding: 24px 12px 2px 12px;
}
.navbar-custom .button-menu-mobile.disable-btn {
    display: block;
}
.logo-lg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.logo-box {
    padding: 0 60px 0px 60px;
}
.authentication-bg {
    background-image: unset !important;
}
.featured_image {
	width: 70px;
	height: 70px;
	object-fit: contain;
}
.toast-success {
    border: 0px solid #10c469 !important;
    background-color: rgba(16,196,105,.8) !important;
}
.toast-error {
    border-width: 0px !important;
}
.ajax-loader {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
}
.ajax-loader .loader {
    border: 4px solid #8c8d8d;
    border-radius: 50%;
    border-top: 4px solid #012243;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.form_error {
    color: #ff0000;
    margin-top: 8px;
}

.icon-btn {
    background: #114189;
}
.btn.icon-btn.delete {
    background: #ff0000;
}

.icon-btn:hover{
    color: #fff;
}
.user-delete {
    color: #fff !important;
}
.widget-chart-box-1.float-left.widgt-img {
	width: 50px;
	height: 50px;
}
.widget-chart-box-1.float-left.widgt-img img {
	width: 100%;
	height: 100%;
}
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-left-width: 0;
    text-transform: capitalize;
}
.logo .logo-dark {
	width: 56% !important;
	margin-bottom: 10px;
}
.btn-primary:hover {
	color: #fff;
	background-color: #eb3235 !important;
	border-color: #eb3235 !important;
}
.btn-primary {
	color: #fff;
	background-color: #eb3235 !important;
	border-color: #eb3235 !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #eb3235 !important;
	background-color: #eb3235 !important;
}
.btn-basic-sm {
	background: #ee273a;
	border: 0 !important;
	padding: 0 32px;
	height: 40px !important;
	border-radius: 4px;
	color: #fff !important;
	line-height: 40px !important;
	font-size: 15px;
	font-weight: 500;
	transition: all 0.3s ease-in !important;
}