@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
.front-image {
	background-image: url(/cub-portal/public/assets/images/wew.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	background-position: center;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

p, a, small {
	font-family: 'Quicksand', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Quicksand', sans-serif;
}

li {
	font-family: 'Quicksand', sans-serif;
}

label.label-bold {
	font-weight: 500;
	font-family: 'Quicksand', sans-serif;
}

.table-w-100 {
	width: 100%;
}

.image-size-category {
	width: 100px;
	padding-bottom: 25px;
}

.image-size-billers {
	width: 150px;
}

.image-size-bills {
	width: 200px;
}

.image-size-prc {
	width: 150px;
}

.image-size-login {
	width: 50%;
}

.image-added-biller {
	width: 100px;
}

.image-front {
	width: 100px;
}

.image-about {
	width: 300px;
}

.cards:hover {
    transform: scale(1.05);
  	border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}

.navbar {
	box-shadow: 0 2px 4px rgba(0,0,0,.1)
}

.in-letters a {
	font-size: 0.9em; 
	display: block; 
	float: left; 
	padding: 2px 6px; 
	border: 1px solid silver; 
	/* border-left: none; */
	border-right: 1px solid silver; 
	text-decoration: none;
}

.letter-sort {
	color: black;
	text-decoration: none;
	list-style: none;
}

.letter-sort:hover {
	color: white;
  	background-color: darkgray;
}

.letter-selected {
	color: white;
	background-color: darkgray;
}

@media screen and (min-width: 200px) {
	/* .card-title {
	  font-size: 13px; */
	  /* overflow-wrap: break-word; */
	  /* word-wrap: break-word;
	} */
	
	.my-biller-title, .biller-category-title {
		font-size: 10px;
		/* overflow-wrap: break-word; */
		word-wrap: break-word;
	}
}
  
@media screen and (min-width: 320px) {
	/*.card-title {
	  font-size: 14px; */
	  /* overflow-wrap: break-word; */
	  /* word-wrap: break-word;
	} */ 

	.my-biller-title, .biller-category-title {
		font-size: 12px;
		/* overflow-wrap: break-word; */
		word-wrap: break-word;
	}
}
  
@media screen and (min-width: 375px) {
	/* .card-title {
	  font-size: 17px; */
	  /* overflow-wrap: break-word; */
	  /* word-wrap: break-word;
	} */

	.my-biller-title, .biller-category-title {
		font-size: 14px;
		/* overflow-wrap: break-word; */
		word-wrap: break-word;
	}
}
  
@media screen and (min-width: 425px) {
	/* .card-title {
	  font-size: 20px;
	} */

	.my-biller-title, .biller-category-title {
		font-size: 16px;
	}
}
  
  /* @media screen and (max-width: 425px) {
	.card-title {
	  font-size: 17px;
	}
  } */
@media (min-width: 576px) {
    .offset-sm-1-prc {
        margin-left: 30.333333%;
    }
}

