@import '../../../theme/color';

.card-container {
	background: $aeap-color-white;
    .btn:hover {
        color: $aeap-color-primary;
    }
	.title {
		color: $aeap-title-primary;

		.separator {
			border: 0.1rem solid $aeap-border-divider;
		}
	}

	.multiselect-dropdown {
		max-width: 20rem;
	}
	
	.title-border {
		border-bottom: 0.2rem solid $aeap-title-primary-border;
	}

	.card-footer {
		background: $aeap-color-white;
	}
    .goto-container{
        display: inline-block;
        top: -5px;
        position: relative;
    }
}

.style-title-left-border-primary {
	border-left: 0.8rem solid $aeap-color-secondary;
}

.style-title-left-border-orange {
	border-left: 0.8rem solid $aeap-color-high-orange;
}

.switch {
	background: $switch-background;
	border: $aeap-cp-black-very-thin;
	border-radius: 2rem;
	box-shadow: inset 0 0 0.2rem $aeap-cp-black-very-thin;
	color: $aeap-color-navy;
	margin-top: -1rem;
	padding: 0.9rem 0;
	position: absolute;

	span {
		font-weight: 400;
		padding: 0 1.6rem;
	}

	.selected {
		background: $aeap-color-white;
		border: 0.1rem solid $aeap-color-primary;
		border-radius: 2rem;
		color: $aeap-color-primary;
		font-weight: 700;
		padding: 0.6rem 1.6rem;
	}
}

.breadcrumbs {
	color: $aeap-color-dark-cyan;
	list-style: none;
	margin: 0;
	padding: 0;
	li {
		cursor: pointer;
		display: inline;
		&::before {
			content: ' > ';
		}

		&:first-child {
			&::before {
				content: normal;
			}
		}
	}

	.active {
		color: $aeap-color-navy;
		pointer-events: none;
	}
}
