﻿/**
 * @name multi-section
 * @description Generate repeater item
 * @author weipeng,tang (06/27/2022)
 */

.repeater-container {
}

.repeater-container-border {
	border-top: .15rem dashed #ced4da;
	border-bottom: .15rem dashed #ced4da;
}

.repeater-item {
	position: relative;
	border: 1px solid rgba(54, 185, 239, 0.5);
	border-radius: 4px;
	padding: .5rem 0rem;
	margin: 1.5rem 0rem;
}

	.repeater-item:hover {
		box-shadow: 0 0 0.3rem rgb(54 185 239 / 50%) !important;		
		/*border-radius: .25rem !important;
		box-shadow: 0 0 0.4rem 0px rgba(0,0,0,.15) !important;*/
		/*padding-top: 1rem !important;
		padding-bottom: 1rem !important;*/
		/*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;*/
	}

.repeater-item-top-right {
	position: absolute;
	top: 0;
	right: 0;
}

.repeater-item-number {
	display: flex;
	justify-content: center;
	align-items: center;
	font-style: italic;
	font-weight: bold;
	width: 30px;
	height: 30px;
}
