:root {
  /* --custom-pink: #FE958F; */
  --custom-pink: #FEC2BA;
  --custom-line-pink: #FE6352;
  --custom-dashboard-color: #ED6F58;
  --custom-grey-color: #595E5E;
  --custom-pink-color: #FEEEEE;
  --custom-pink-color-2: #FF4F68;
  /* --font-grey: #595959; */
  --font-grey: #5E5F5E;
  --font-blue: #1799DF;
  --font-red: #D60040 ;
  --font-pink: #F387B8 ;
  --font-black: #000 ;
  --font-orange: #FF9966 ;
  --font-light-blue: #55BCDD ;
  --font-purple: #B198DC ;
  --font-green: #6DC7BE ;
}

.text-black{
	color:#000 !important;
}

.font-8{
	font-size: 8px !important;
}

.font-9{
	font-size: 9px !important;
}

.font-10{
	font-size: 10px !important;
}

.font-11{
	font-size: 11px !important;
}

.font-12{
	font-size: 12px !important;
}

.font-13{
	font-size: 13px !important;
}

.font-14{
	font-size: 14px !important;
}

.font-15{
	font-size: 15px !important;
}

.font-16{
	font-size: 16px !important;
}

.font-17{
	font-size: 17px !important;
}

.font-18{
	font-size: 18px !important;
}

.font-20{
	font-size: 20px !important;
}

.font-22{
	font-size: 22px !important;
}


.font-24{
	font-size: 24px !important;
}

.font-30{
	font-size: 30px !important;
}

body{
	font-family: "objektiv-mk2", "Source Sans Pro", "-apple-system, BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"  !important;
	color : #000 !important;
	font-size:12px !important;
}

hr{
	margin-top : .5rem !important;
	margin-bottom : .5rem !important;
}

.btn-frontend {
    color: #fff  !important;
    background-color: #FF4F68  !important;
    border-color: #FF4F68  !important;
    box-shadow: none  !important;
}

.form-control {
	color : #000 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered { 
	color : #000 !important;
    line-height: 28px;
}

.custom-control-input:disabled~.custom-control-label, .custom-control-input[disabled]~.custom-control-label {
   color : #000 !important;
}

a.nav-link.active .nav-icon{
    /* color: #FFD600 !important; */
    color: #D60040 !important;
}

@media (min-width: 992px){
	.sidebar-mini.sidebar-collapse .brand-text, .sidebar-mini.sidebar-collapse .nav-sidebar .nav-link p, .sidebar-mini.sidebar-collapse .main-sidebar:hover .nav-sidebar .nav-item .nav-link p {  
			display: inline;
			margin: 0;
			white-space: normal;
	}
}

.nav-sidebar .menu-is-opening>.nav-link i.right, .nav-sidebar .menu-open>.nav-link i.right {
    -webkit-transform: rotate(90deg) !important;
	transform: rotate(90deg) !important;
}

.nav-tabs {
	border-bottom: 0px !important;
}
.nav-tabs .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #000 !important;
  /* padding: 17px 0; */
  margin: 0 14px;
  border: 0;
  background: transparent;
  border-bottom: 4px solid transparent;
}
.nav-tabs .nav-link:first-child {
  margin-left: 0;
}
.nav-tabs .nav-link:hover {
  border-color: transparent;
}
.nav-tabs .nav-link.active {
	border-bottom-color: #FF4F68 !important;
	color: #FF4F68 !important;
	background: transparent !important;
	border-color: #fff #fff #fff;
}	
.nav-tabs .fa.active {
	color: #FF4F68 !important;
}	
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #fff #fff #fff;
}

.disabled-select{
	pointer-events: none;
}
.dd-selected-text{
	color: #000 !important;
}
.dd-select {
    height: 24px !important;
}
.dd-option {
    height: 35px !important;
	padding: 2px 6px !important;
}
.dd-selected {
    padding: 2px 6px !important;
}
.dd-pointer-down {
	border: solid 5px transparent;
	border-top: solid 5px #000;
}
.dd-desc {
	padding-top:0px;
	padding-bottom:0px;
}
.dd-option-text{
	color: #000 !important;
}
.dd-option-image, .dd-selected-image {
	margin-top: -3px !important;
}
.dd-option-text{
	margin:0px;
}
/* .product-column{
	font-size:12px !important;
	word-wrap: break-word;
} */

#liveSearch{
	position: absolute;
    z-index: 10;
    background: #FFFFFF;
	max-width: 700px;
	width:100%;
	/* margin: 0 0 0 0; */
}

#liveSearch #liveSearchResult{		
	box-shadow: 1px 1px 1px 1px grey;
    border-radius: 5px;
	max-height: 300px;
	overflow-y: auto;
}


#liveSearch #liveSearchResult a{
	color: #000 !important;
}

#liveSearch #liveSearchResult a div{	
	width: 100%;
	padding: 4px 0px 4px 0;
}

#liveSearch #liveSearchResult a div:hover{
	background: #FF4F68;
}

#liveSearch #liveSearchResult a div:hover span{	
	color: #fff !important;
}

.ver-align{
	display: flex;
	align-items: center; 
}

.nav-sidebar>.nav-item>.nav-link:hover, .nav-treeview>.nav-item>.nav-link:hover{
	background: rgb(255,255,255) !important;
	background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,0,0,0.17979691876750703) 100%) !important;
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,0,0,0.17979691876750703) 100%) !important;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,0,0,0.17979691876750703) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ff0000",GradientType=1) !important;
    color: var(--font-red) !important;
}

.nav-link.active{
	background: rgb(255,255,255) !important;
	background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,0,0,0.17979691876750703) 100%) !important;
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,0,0,0.17979691876750703) 100%) !important;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,0,0,0.17979691876750703) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ff0000",GradientType=1) !important;
    color: var(--font-red) !important;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active{
	background: rgb(255,255,255) !important;
	background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,0,0,0.17979691876750703) 100%) !important;
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,0,0,0.17979691876750703) 100%) !important;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,0,0,0.17979691876750703) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ff0000",GradientType=1) !important;
    color: var(--font-red) !important;
}

.nav-link:hover{
	background-color: white !important;
}

.nav-link{
	color: var(--font-black) !important;
}

.dropdown-toggle-hide::after {
	content: none !important;
}

.content-wrapper{
	background-color:#EBF2FA !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
	background-color: #FF4F68 !important;
}

a {
    color: #FF4F68 !important;
}
a.dropdown-item:hover {
    color: #FFF !important;
    background-color: #FF4F68 !important;
}

.custom-control-input:focus ~  
.custom-control-label::before {  
	box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0) !important; 
} 

.custom-control-input:checked ~  
.custom-control-label::before { 
	border-color: #FF4F68 !important; 
	background-color: #FF4F68 !important; 
} 

.custom-control-input:active ~  
.custom-control-label::before { 
	background-color: #FF4F68 !important; 
	border-color: #FF4F68 !important; 
} 

.custom-control-input:focus: 
not(:checked) ~ .custom-control-label::before { 
	border-color: #FF4F68 !important; 
}
.form-control-sm {
	font-size: 12px !important;
}
.btn-group-sm>.btn, .btn-sm {
	font-size: 10px !important;
	line-height: 1.2 !important;
}
.form-group {
    margin-bottom: 6px !important;
}
.main-header .nav-link {
    height: 2.0rem !important;
}

div:where(.swal2-container) h2:where(.swal2-title) {
	font-size: 16px !important;
}
div:where(.swal2-container) .swal2-html-container {
	font-size: 12px !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm{
	font-size: 12px !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel{
	font-size: 12px !important;
}

.dropdown-menu {
	font-size: 12px !important;
}

.form-control-sm {
    height: calc(1.3rem + 2px) !important;
	padding: .1rem .5rem !important;
}

select.form-control-sm~.select2-container--default .select2-selection--single {
    height: calc(1.3rem + 2px) !important;
	padding: .1rem .5rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	top: 35% !important;
}

.input-group-sm>.custom-select, .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text{
	font-size: 12px !important;
	padding: 0.1rem 0.5rem !important;
}

.custom-file {
    height: auto !important;
}
.custom-file-input-sm {
	height: calc(1.3rem + 2px) !important;
	padding: 0.25rem 0.5rem !important;
}
.custom-file-label-sm {
	height: calc(1.3rem + 2px) !important;
	padding: 0.25rem 0.5rem !important;
	font-size: 12px !important;
}
.custom-file-label::after {
	padding: .125rem .75rem !important;
}

/* table.dataTable thead th, table.dataTable thead td, table.dataTable tbody th, table.dataTable tbody td{
	padding: 12px !important;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_desc {
    padding-right: 20px !important;
}

table.dataTable.cell-border td, table.dataTable.cell-border th {
    border: 1px solid #dee2e6;
}

table.dataTable.no-footer {
    border-bottom: 0px solid #111 !important;
} */

table.dataTable thead th, table.dataTable thead td {
    /* padding: 10px 8px !important; */
}

/* table.dataTable td {
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 150px;
}

table.dataTable td:hover::after {
	content: attr(title);
	position: absolute;
	left: 0;
	bottom: 100%;
	background-color: #333;
	color: #fff;
	padding: 5px;
	border-radius: 4px;
	white-space: normal;
	z-index: 10;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	max-width: 300px;
	word-wrap: break-word;
} */

.main-footer {
    padding: 0.3rem !important;
}

.close, .mailbox-attachment-close{
	font-size: 12px !important;
}

.truncate-text {
	white-space: nowrap;       /* Prevents the text from wrapping to a new line */
	overflow: hidden;          /* Hides the overflow text */
	text-overflow: ellipsis;   /* Displays ellipsis (...) for the overflow text */
	max-width: 150px;  
}



.carousel-bullet li {
  width: 10px !important;
  height: 10px !important;
  border-radius: 100% !important;
}

@media (min-width: 992px) {
  .banner-item {
	height: 500px !important; /* Adjust the height as needed */
  }
}

@media (max-width: 568px) {
	/* .background-div {
		height: 120px !important;
	} */
	
	.font_size_1{
		font-size: 12px !important;
	}
	
	.font_size_2{
		font-size: 10px !important;
	}
	
	.carousel-indicators {
		/* display:none !important; */
	}
	.carousel-control-next, .carousel-control-prev {
		/* bottom: 0 !important; */
	}
}
.carousel-control-next, .carousel-control-prev {
	bottom: 100px !important;
}
.carousel-indicators {
	position: static !important;
	/* margin-top: 20px; */
}
.carousel-indicators li {
	width: 100px !important;
	height: 60px !important;
	background-size: cover !important;
	background-position: center !important;
	cursor: pointer !important;
}
.carousel-caption {
	background-color: rgba(0, 0, 0, 0.5) !important;
	padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.input-group .form-control {
	max-width: 4rem;
}

.page-item.active .page-link {
    color: #fff !important;
    background-color: var(--font-red) !important;
    border-color: var(--font-red) !important;
}

.page-link {
    color: var(--font-red) !important;
}


.custom-card-bg{
	background: rgb(254,248,214);
	background: linear-gradient(90deg, rgba(254,248,214,1) 0%, rgba(255,216,227,1) 100%);
}

.gradient-box {
	background: rgb(35,30,32);
	background: linear-gradient(155deg, rgba(35,30,32,1) 0%, rgba(207,5,43,1) 100%);
	color: white;
}

.table-header-color {
	background: RGB(199,27,39);
	color: white;
}

.custom_link {
    color: #000 !important;
    text-decoration: underline !important;
}

.white-bg{
	background-color: RGB(255,246,241) !important;
}

.custom-table-striped tbody tr:nth-of-type(odd) {
	background-color: RGB(255,246,241) !important;
}

.custom-table-striped tbody tr:nth-of-type(even) {
	background-color: RGB(249,218,223) !important;
}

.custom-table-bordered td{
	border-color: RGB(0,0,0) !important;
}

th{
	/* font-size:16px; */
}

@media (max-width: 768px) {
	.custom-numbers {
		padding-right: .75rem !important;
	}
}

.custom-border-right {
	border-right: 2px solid !important;
}

.custom-border-left {
	border-left: 2px solid !important;
}

table.dataTable.table-bordered tr:last-child th, table.dataTable.table-bordered tr:last-child td{
	border-bottom-width: thin !important;
}

.table-sm td, .table-sm th {
    /* padding: .2rem !important; */
}