@font-face {
	font-family: "fococc";
	src: url("https://www.cancercouncil.com.au/wp-content/themes/cancercouncil/fonts/FocoCCWeb/FocoCC_W_Rg.woff") format("woff"), url("https://www.cancercouncil.com.au/wp-content/themes/cancercouncil/fonts/FocoCCWeb/FocoCC_W_Rg.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display:swap;
}
@font-face {
	font-family: "fococc";
	src: url("https://www.cancercouncil.com.au/wp-content/themes/cancercouncil/fonts/FocoCCWeb/FocoCC_W_Bd.woff") format("woff"), url("https://www.cancercouncil.com.au/wp-content/themes/cancercouncil/fonts/FocoCCWeb/FocoCC_W_Bd.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display:swap;
}
@font-face {
	font-family: "fococc";
	src: url("https://www.cancercouncil.com.au/wp-content/themes/cancercouncil/fonts/FocoCCWeb/FocoCC_W_Blk.woff") format("woff"), url("https://www.cancercouncil.com.au/wp-content/themes/cancercouncil/fonts/FocoCCWeb/FocoCC_W_Blk.woff2") format("woff2");
	font-weight: 900;
	font-style: normal;
	font-display:swap;
}

*:not(span):not(i) {
    font-family: fococc, "Segoe UI",Tahoma,Geneva,Verdana,sans-serif !important; 
}


.crmEntityFormView{
    border: 0 !important;
}

.crmEntityFormView .actions{
    border: 0 !important;
}

input::placeholder{
   opacity:0.5 !important;
}

/* resizing the size of checkbox */
input[type="checkbox"] {
    transform: scale(1.5);/* Scale up the checkbox */
    -webkit-transform: scale(1.5); /* For Safari */
}

.btn.btn-default.clearlookupfield,
.btn.btn-default.launchentitylookup{
    color: #2A2C2E;
    background-color: #ffd200;
    border-color: #2A2C2E;
} 

button[type="button"][aria-label="Search Results"][title="Search Results"].btn.btn-default {
    color: #2A2C2E;
    background-color: #ffd200;
    border-color: #2A2C2E;
}


.cancel.btn.btn-default:not(:disabled),
.btn.btn-default.float-end.remove-value:not(:disabled) {
    color:  #FFFFFF;
	background-color: #0f1e64;;
}
.cancel.btn.btn-default:hover{
	color:  #0f1e64;
	background-color: #ffd200;
}

button.btn.btn-default.float-end.remove-value[title="Remove value"] {
	display: none;
  }
 
/*to fix alignment of lookup button heights in phones*/
.cell.lookup.form-control-cell .input-group {
    align-items: stretch;
}


.pagination .page-link {
	padding: 10px 0; /* Adjust padding for the pagination */
}



