.register-abn {

	.abn-ul {

		ul {
			list-style-type: disc;
			margin: 0 0 0 50px;

			li {
				&:first-child {
					font-weight: normal;
					margin-bottom: 0;
				}
			}
		}

		p {
			font-weight: 600;
			margin: 10px 0;

			&.mb-n {
				margin: 30px 0 0 0;
			}
		}

		div {
			font-size: 14px;
			color: #98a6ad;
			margin-bottom: 30px;
		}
	}

	.bg-blue {
		background-color: #d9edf7;
		border: 1px solid #bce8f1;
		color: #31708f;
		padding: 20px;
		margin-top: 20px;

		div {
			font-weight: 700;
		}

		p {
			font-size: 14px;
		}
	}

	.mt-select {
		margin-top: 20px;

		i {
			margin-right: 5px;
		}
	}

	&.abn-details {
		textarea {
			min-height: 70px;
			border-radius: 10px;
		}

		.scroll-x {
			max-height: 150px;
			overflow-x: scroll;

			label {
				display: flex;

				input {
					margin: 7px 5px 0 0;
				}
			}
		}

		.bni-registrations {
			&>div {
				margin: 10px 0;

				&:first-child {
					font-weight: 600;
					font-size: 16px;
				}

				&.color-r {
					color: #a44544;
					position: relative;

					span {
						margin-left: 35px;
					}

					svg {
						color: #a44544;
						position: absolute;
						top: 0;
						left: 0;
					}
					&-g {
						color: #3b7642;
						position: relative;

						span {
							margin-left: 35px;
						}
						svg {
							color: #3b7642;
							position: absolute;
							top: 0;
							left: 0;
						}
					}
				}
			}
		}
	}
}


.datepicker-panel > ul > li.highlighted {
	color: $brand-orange!important;
}

.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
	color: #fff !important;
	background-color: $brand-orange;
}

