/* ===== CUSTOM STYLES =====*/

.banner-text {
	font-size: 30px;
	font-weight: bolder;
	color: #417aff;
	font-style: italic;
}

.card-header-at {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: #1e1e1e;
  background-color: #000000;
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-header-at:first-child {
  border-radius: .35em .35em 0 0;
}

.form-group {
  margin-bottom: .25rem;
}

.input-group-prepend100 {
  display: block;
  width: 100px;
  margin-right: -1px;
}

.input-group-prepend120 {
  display: block;
  width: 120px;
  margin-right: -1px;
}

.input-group-prepend150 {
  display: block;
  width: 150px;
  margin-right: -1px;
}

.input-group-prepend180 {
  display: block;
  width: 180px;
  margin-right: -1px;
}

input-group-append {
  display: flex;
  margin-left: -1px;
}

.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .dropdown{
  margin-left: -1px;
}


.input-group-append {
  margin-left: -1px;
}


.spacer {
	padding-top: 5px !important;
}

.spacer-sm {
	padding-top: 10px !important;
}

.spacer-md {
	padding-top: 20px !important;
}

.spacer-lg {
	padding-top: 30px !important;
}

.text-tiny{
	font-size: .9em;
	font-style: italic;
	padding-left: 20px;
 	color: #686868;
}

.tiny-text{
	font-size: .8em;
	padding-left: 15px;
	padding-bottom: 10px;
 	color: #484848;
}

.mini-text{
	font-size: .8em;
	padding-bottom: 5px;
 	color: #484848;
}

.form-text{
	font-size: .8em;
	padding-top: 5px;
 	color: #484848;
}

.form-text-top{
	font-size: .8em;
	padding-top: 3px;
 	color: #484848;
}

.chk-lg {
  	height: 32px !important;
  	width: 33px !important;
 	display: inline-flex;
   	border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.row-pointer {
  cursor: pointer !important;
}

.hide-col {
  overflow: hidden;
  width: 0!important;
  max-width: 0!important;
  padding: 0!important;
  border-width: 0!important;
  font-size: 0!important;
}

.block-text {
	font-size: .8rem;
	border: 1px solid #d2d5dd;
	border-radius: calc(0.3rem - 1px);
	padding: 5px;
	background-color: #fff4e9;
	color: #040404;
	min-height: 30px;
	margin-left: -35px;
}

.block-text-area {
	font-size: .8rem;
	border: 1px solid #d2d5dd;
	border-radius: calc(0.3rem - 1px);
	padding: 5px;
	background-color: #fff4e9;
	color: #040404;
	min-height: 100px;
}

.block-text-bold {
	display: block;
	width: 90%;
	font-size: .8rem;
	font-weight: 700;
	border: 1px solid #b9bcc3;
	border-radius: calc(0.3rem - 1px);
	padding: 5px;
	background-color: #eaeaea;
	min-height: 30px;
}

.border-left-primary {
  border-left: 0.25rem solid #4e73df !important;
}

.border-bottom-primary {
  border-bottom: 0.25rem solid #4e73df !important;
}

.border-left-secondary {
  border-left: 0.25rem solid #858796 !important;
}

.border-bottom-secondary {
  border-bottom: 0.25rem solid #858796 !important;
}

.border-left-success {
  border-left: 0.25rem solid #28b93e !important;
}

.border-bottom-success {
  border-bottom: 0.25rem solid #1cc88a !important;
}

.border-left-info {
  border-left: 0.25rem solid #36b9cc !important;
}

.border-bottom-info {
  border-bottom: 0.25rem solid #36b9cc !important;
}

.border-left-warning {
  border-left: 0.25rem solid #f6c23e !important;
}

.border-bottom-warning {
  border-bottom: 0.25rem solid #f6c23e !important;
}

.border-left-danger {
  border-left: 0.25rem solid #e74a3b !important;
}

.border-left-purple {
  border-left: 0.25rem solid #6f33d6 !important;
}

.border-bottom-danger {
  border-bottom: 0.25rem solid #e74a3b !important;
}

.border-left-light {
  border-left: 0.25rem solid #f8f9fc !important;
}

.border-bottom-light {
  border-bottom: 0.25rem solid #f8f9fc !important;
}

.border-left-dark {
  border-left: 0.25rem solid #5a5c69 !important;
}

.border-bottom-dark {
  border-bottom: 0.25rem solid #5a5c69 !important;
}


.text-xs {
  font-size: .7rem;
}

.text-lg {
  font-size: 1.2rem;
}

.text-gray-100 {
  color: #f8f9fc !important;
}

.text-gray-200 {
  color: #eaecf4 !important;
}

.text-gray-300 {
  color: #dddfeb !important;
}

.text-gray-400 {
  color: #d1d3e2 !important;
}

.text-gray-500 {
  color: #b7b9cc !important;
}

.text-gray-600 {
  color: #858796 !important;
}

.text-gray-700 {
  color: #6e707e !important;
}

.text-gray-800 {
  color: #5a5c69 !important;
}

.text-gray-900 {
  color: #3a3b45 !important;
}

