/* :root {
	--primary-color : #4C49CF;
	--primary-hover-color : #181778;
	--primary-disabled-color:#BBB9FA;
	--primary-disabled-text: #F6F5FF;

	--black-btn-color: #3D4147;
	--black-btn-hover-color: #000000;
	--black-btn-disabled-color: #EAECF0;
	--black-btn-disabled-text: #DADDE1;

	--base-btn-color: white;
	--base-btn-hover-color:#F2F4F7;
	--base-btn-text: #6E7178;
	--base-btn-disabled-text: #DADDE1;
	--base-btn-border: #DADDE1;
	--base-btn-hover-border: #A4A9B1;
	--base-btn-disabled-border: #EAECF0;	

	--gray-txt-color: #6E7178;
	--black-txt-color: #21212D;
} */

html,
body {
	background: #eff0f3;
	height: 100%;
}

/*scrollbar*/
body::-webkit-scrollbar {
	display: none;
}
.panelmid::-webkit-scrollbar {
	display: none;
}
.panelArea > .bottomArea::-webkit-scrollbar {
	width: 0px;
}
/* .panelArea > .bottomArea::-webkit-scrollbar-thumb {
	background-color: rgba(219, 219, 219, 0.788);
	border-radius: 5px;
	background-clip: padding-box;
	border: 1px solid transparent;
} */
body.asm {
	position: relative;
	animation-name: bodyAnimation;
	animation-duration: 1.5s;
}

@keyframes bodyAnimation {
	from {
		width: 0%;
	}
	to {
		width: 100%;
	}
}

/*font*/
h1,
h2,
h3,
h4,
h5,
p,
label,
span,
button,
input,
textarea,
select,
option,
div,
ul,
li {
	font-family: "Noto Sans KR";
}
input::placeholder {
	color: #A4A9B1;
	font-size: 14px;
	font-weight: 500;
	/* line-height: 21px;
	letter-spacing: -0.0025em; */
	text-align: left;
}
input:disabled::placeholder {
	color: #DADDE1;
}
/*label*/
label.asm {
	font-weight: 400;
	/* color: #797e86; */
	color: #21212D;
	letter-spacing: -0.03em;
	margin-bottom: 0.5rem;
	/* font-size: 14px; */
	font-size: 16px;
	line-height: 21px;
	letter-spacing: -0.0025em;
	text-align: left;
}

/*div*/
div.asm {
	display: inline-block;
	background-color: #f7f8f9;
	width: 100%;
	height: 3.125rem;
	border-radius: 0.825rem;
	padding: 0.825rem;
}

div.asm .redborder {
	border: 1px solid var(--Palette-Red, #F34040);
	box-shadow: 0px 0px 0px 3px rgba(243, 64, 64, 0.15);
}

div.border {
	background-color: #f7f8f9;
	/* border: 1px solid var(--Greyscale-400, #DADDE1);  */
	display: inline-block;
	width: 100%;
	height: 120px;
	border-radius: 0.825rem;
	padding: 0.825rem;
}


div.border > input{
	border: none;
	background-color: #fff;
	background-color: inherit;
	width: calc(100% - 2.5rem);
	height: 1.5rem;
	margin-left: 0.5rem;
}

div.border > 

div.asm.asmTextarea {
	height: 100%;
}
#div_remark{
	height: 100%;
}

#div_txt_remark{
	height: 100%;
}

div.asm > img {
	width: 1.5rem;
	height: 1.5rem;
	margin-bottom: 5px;
}

div.asm > input {
	border: none;
	/* background-color: #f7f8f9; */
	background-color: inherit;
	/* width: calc(100% - 2.5rem); */
	height: 1.5rem;
	margin-left: 0.5rem;
}
.searchArea div.asm {
	/* border: 1px solid rgba(164, 169, 177, 1); */
	background-color: #FFF;
	border-radius: 6px;
}
.searchArea > div.asm > input {
	background-color: inherit;
}
.searchArea > .searchInput {
	display: flex;
}
.searchArea > .button {
	display: flex;
  gap: 0.375rem;
  padding: 0.40625rem 0.53125rem;
}
div.asm > input:focus {
	outline: none;
}

.bottomBorder.bds {
	border-bottom: 1px solid #EAECF0;
	/* margin-bottom: -1px; */
	margin-bottom: 1rem;
}


/* disabled */
div.asmDisabled {
	background-color: inherit !important;
	padding-left: 0 !important;
	/* padding-top: 0 !important; */
	height: auto !important;
}

div.asmDisabled > input {
	background-color: inherit !important;
	/* color: #b7bbc8 !important; */
	color: #4D5157 !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
	/* padding-bottom: 0.8rem;
	border-bottom: 1px solid #EAECF0; */
}

div.asmDisabled > textarea {
	background-color: inherit !important;
	/* color: #b7bbc8 !important; */
	color: #4D5157 !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}

div.asmDisabled > input.asmSelect {
	cursor: default !important;
}

div.asmDisabled > img {
	display: none;
}

img.asmDisabled {
	cursor: default !important;
	display: none;
}

label.asmDisabled > .slider:before {
	background-color: #e6e8f0;
}

.asmChange div.asmDisabled {
	background-color: #f6f2ff !important;
}

.asmChange div.asmDisabled > input {
	background-color: #f6f2ff !important;
}

.asmChange div.asmDisabled > textarea {
	background-color: #f6f2ff !important;
}

input.asmDisabled {
	background-color: inherit !important;
	color: #b7bbc8 !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}

textarea.asmDisabled {
	background-color: inherit !important;
	color: #b7bbc8 !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}
input#colorpicker:disabled {
	background-color: inherit !important;
}


/* select */
div.asm > input.asmSelect {
	margin-left: 0.2rem;
	cursor: pointer;
}

img.asmSelectIcon {
	position: relative;
	cursor: pointer;
	z-index: 10;
}

div.asmSelect {
	display: none;
    position: absolute;
    background-color: #F7F8F9;
    border-bottom-left-radius: 0.825rem;
    border-bottom-right-radius: 0.825rem;
    width: 250px;
    margin-top: 3.5rem;
    margin-left: calc(80px + 0.825rem);
}
#gender 
div.asmSelect {
	max-width: 135px !important;
	margin-left: 0 !important;
}
#div_select_gender > div.asmSelect > div {
	position: absolute;
	width: 100%;
}

div.asmSelect > div {
	position: absolute;
	width: 100%;
	background-color: #f7f8f9;
	border-bottom-left-radius: 0.825rem;
	border-bottom-right-radius: 0.825rem;
	z-index: 20;
	overflow-y: auto;
	max-height: 350px;
}
div.asmSelect {
	height: 8px;
}
div.asmSelect div::-webkit-scrollbar {
	width: 0px;
}

div.asmSelectList > div.asmSelectText {
	padding: 1rem;
	cursor: pointer;
	border-bottom-left-radius: 0.825rem;
	border-bottom-right-radius: 0.825rem;
}

div.asmSelectList > div.asmSelectText:hover {
	background-color: #F7F6FF;
	color: #3D4147;
	border-radius: 0.825rem;
}

div.asmSelectList > div.asmSelectValue,
div.asmSelectList > div.asmSelectIndex {
	display: none;
}
.totalButton {
	margin-left: 0.5rem;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.totalButton > button {
	border: none;
}

#item_btn_userBlock{
	width: 100%;
}
#item_btn_userUnlock {
	width: 100%;
}

.asmButton {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	margin: 0;
	padding: 0.5rem 1.25rem;

	/* font-size: 1rem; */
	font-size: 0.875rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;

	display: inline-block;
	width: auto;
	height: 40px;
	/* border: none; */
	border-radius: 8px;
	/* box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); */
	cursor: pointer;
	transition: 0.5s;

	/* background: #009944; */
	/* color: white; */
	background: var(--base-btn-color);
	color: #424242;
	border: 1px solid var(--base-btn-border);
}

.asmButton.grey{
	width: 44px;
    height: 32px;
    border-radius: 4px;
    border: rgba(218, 221, 225, 1) solid 1px;
    color: rgba(164, 169, 177, 1);
    background-color: rgba(234, 236, 240, 1);
    padding: 0 8px;
    /* font-size: 1rem; */
    cursor: pointer;
}
.asmButton.grey:hover {
	background-color: rgba(255, 255, 255, 1);
    color: rgba(77, 81, 87, 1);
    border-color: rgba(218, 221, 225, 1)
}

.asmButton.purple{
	background-color:#6A65F3;
	border:none;
	color: #ffffff;
	min-width: 68px;
}

.asmButton.purple:hover,
.asmButton.purple:active,
.asmButton.purple:focus {
	background-color:#6A65F3;
	border:none;
	color: #ffffff;
	min-width: 68px;
}
.asmButton.basic{
	background-color: #ffffff;
	border:solid 1px rgba(171, 171, 171, 1);
	color: rgba(77, 81, 87, 1);
	min-width: 68px;
	border-radius: 4px !important;
}

.asmButton.basic:hover,
.asmButton.basic:active,
.asmButton.basic:focus {
	background-color: #ffffff;
	border:solid 1px rgba(171, 171, 171, 1);
	color: rgba(77, 81, 87, 1);
	min-width: 68px;
	border-radius: 4px !important;
}

.button {
    display: none;  /* HTML의 기본 버튼은 보이지 않도록 설정 */
}
.asmButton:active,
.asmButton:hover,
.asmButton:focus {
	border: 1px solid var(--base-btn-hover-border);
}
.asmButton:disabled {
	cursor: default;
	border: 1px solid var(--base-btn-disabled-border);
	color: var(--base-btn-disabled-text);
}

.asmButton.CRUD {
	background: var(--primary-color);
	color: white;
	border: 1px solid transparent;
}
.asmButton.CRUD:hover {
	background: var(--primary-hover-color);
}
.asmButton.CRUD:disabled {
	background: var(--primary-disabled-color);
	color: var(--primary-disabled-text);
}

.asmButton.black {
	background: var(--black-btn-color);
	color: white;
	border: 1px solid transparent;
}
.asmButton.black:hover {
	background: var(--black-btn-hover-color);
}
.asmButton.black:disabled {
	background: var(--black-btn-disabled-color);
	color: var(--black-btn-disabled-text);
}

.asmButton.save {
	width: 10rem;
}

/* .asmButton.cancel {
	width: 6rem;
	background-color: #3a3b41;
} */
.asmButton.long {
	width: 100% !important;	
}
.asmButton.refresh {
	background-image: url(/img/refresh.png);
	background-repeat: no-repeat;
	background-position-x: 1.25rem;
	background-size: 1.25rem;
	background-position-y: center;
	padding-left: 3rem;
}

/* slider */
.asmSwitch {
	position: relative;
	display: inline-block !important;
	width: 46px;
	height: 26px;
}

.asmSwitch > input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #b7bbc8;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 40px;
	margin-left: 2px;
}

.slider:before {
	position: absolute;
	content: "";
	height: 24px;
	width: 24px;
	top: 1px;
	left: 1px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 50%;
}

.asmSwitch > input:checked + .slider {
	background-color: var(--primary-color);
}

.asmSwitch > input:checked + .slider:before {
	-webkit-transform: translateX(18px);
	-ms-transform: translateX(18px);
	transform: translateX(18px);
}

/* textarea */
div.asm > textarea.asm {
	outline: none;
	resize: none;
	border: none;
	background-color: #f7f8f9;
	width: 100%;
}

/* radio */
.asmRadioContainer {
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.asmRadioContainer input {
	display: none;
}

.asmRadioContainer .asmRadioMark {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-color: #d3d7dc;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
}

.asmRadioContainer:hover .asmRadioMark {
	background-color: #ccc;
}

.asmRadioContainer input:checked ~ .asmRadioMark {
	background-color: var(--bg-color);
}

.asmRadioContainer input:checked ~ .asmRadioMark {
	background-color: var(--primary-color);
}

.asmRadioContainer input:checked ~ .asmRadioMark:after {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #ffffff;
	position: absolute;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* check */
.asmCheckContainer {
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.asmCheckContainer input {
	display: none;
}

.asmCheckContainer .asmCheckMark {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-color: #d3d7dc;
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 35%;
}

#item_check_confirmation , #item_check_quest{
	height: 3.125rem;
}

.asmCheckContainer:hover .asmCheckMark {
	background-color: #ccc;
}

.asmCheckContainer input:checked ~ .asmCheckMark {
	background-color: var(--bg-color);
}

.asmCheckContainer input:checked ~ .asmCheckMark {
	background-color: #6A65F3;
}

.asmCheckContainer input:checked ~ .asmCheckMark:after {
	width: 14px;
	content: '';
	background-image: url('/image/check.png');
  	background-repeat: no-repeat;
  	background-position: center;
  	 background-size: contain;
	height: 12px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* datepiceker */
.asmDatePicker {
	width: 15rem;
	height: 22rem;
	background-color: white;
	z-index: 101;
	position: absolute;
	border: 1px solid #d3d7dc;
	border-radius: 0.9rem;
	display: none;
}

.asmDatePickerShow {
	display: block;
	position: absolute;
	top:10.25rem;
}

.asmDatePicker > .datePickerTop {
	width: 100%;
	height: 18%;
	background-color: #fff;
	border-radius: 0.9rem;
	display: flex;
}

.datePickerTop > .preArrow {
	width: 20%;
	height: 100%;
}

.datePickerTop > .YM {
	width: 60%;
	height: 100%;
	font-style: normal;
	font-weight: 600;
	font-size: 1rem;
}

.datePickerTop > .nextArrow {
	width: 20%;
	height: 100%;
}

.datePickerTop > .preArrow,
.datePickerTop > .YM,
.datePickerTop > .nextArrow {
	display: block;
	text-align: center;
	margin-top: 5%;
}

.datePickerTop > .preArrow > img,
.datePickerTop > .nextArrow > img {
	width: 50%;
	height: 50%;
	cursor: pointer;
}

.asmDatePicker > .middleLine {
	width: 90%;
	margin-left: 5%;
	border-bottom: 1px solid #d3d7dc;
}

.asmDatePicker > .datePickerBottom {
	width: 90%;
	height: 60%;
	margin-left: 5%;
	border-radius: 0.9rem;
}

.datePickerBottom > .dayOfTheWeek {
	width: 100%;
	height: 10%;
	margin-top: 4%;
	display: flex;
	justify-content: space-around;
	font-size: small;
	margin-bottom: 4%;
}

.datePickerBottom > .dayOfTheWeek > .saturday {
	color: #2F80ED;
}

.datePickerBottom > .dayOfTheWeek > .sunday {
	color: #f00;
}

.datePickerBottom > .days {
	width: 100%;
	height: 80%;
}

.datePickerBottom > .days > .week {
	width: 100%;
	height: 17%;
	display: flex;
	justify-content: space-around;
}

.week > .range {
	height: 1.5rem;
	flex-grow: 1;
	text-align: -webkit-center;
}

.week > .range > div {
	width: 1.5rem;
	height: 1.5rem;
	text-align: center;
	padding-top: 0.125rem;
	cursor: pointer;
	font-size: small;
}

.week > .range > div:hover {
	color: #fff;
	/* background-color: #d0dbc3; */
	background-color: #7A7C88;
	border-radius: 50%;
}

.week > .range > .notThisMonth {
	color: #b7bbc8;
}
.week > .range > .notThisMonth.sunday{
	color: #FAB3B3;
}
.week > .range> .notThisMonth.saturday{
	color: #2F80ED66;
}

.week > .range > .today {
	color: #fff;
	background-color: var(--primary-color);
	border-radius: 50%;
}

.week > .range > .selected {
	color: #fff !important;
	background-color: #3D4147;
	border-radius: 50%;
}

.week > .range > .saturday {
	color: #2F80ED;
}

.week > .range > .sunday {
	color: #f00;
}

.week > .range > div > .fullDate {
	display: none;
}

.week > .selectedBack {
	/* background-color: #bfacf0; */
	background-color: #F6F5FF;
	height: 1.5rem;
}

.week > .selectedBackLeft {
	background: linear-gradient(90deg, #fff 50%, #F6F5FF 50%);
	height: 1.5rem;
}

.week > .selectedBackRight {
	background: linear-gradient(90deg, #F6F5FF 50%, #fff 50%);
	height: 1.5rem;
}

.asmDatePicker > .datePickerBtn {
	width: 84%;
	height: 18%;
	margin-left: 8%;
	border-radius: 0.9rem;
}

.datePickerBtn > .init {
	float: left;
	width: 20%;
	height: 70%;
	color: #9ea4ae;
	padding-top: 4%;
	font-size: small;
	cursor: pointer;
}

.datePickerBtn > .save {
	float: right;
	width: 40%;
	height: 60%;
	color: #fff;
	text-align: center;
	padding-top: 4%;
	background-color: var(--primary-color);
	font-size: small;
	border-radius: 0.875rem;
	cursor: pointer;
}

.no_selectRow {
	background-image: url(../img/no_list.png) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 60%;
}
div.no_selectRow > div{
	display: none !important;
}
.no_selectRow.jp {
	background-image: url(../img/Empty_message_jp.png) !important;
}

.no_dataRow {
	background-image: url(../image/nodata.png) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 10rem;
}
.no_dataRow.jp {
	background-image: url(../img/Empty_data_jp.png) !important;
}

.no_dataRow.small {
	background-size: 15rem;
}

/* timepicker */
.asmTimePicker {
	left: -3px;
	width: 16rem;
	height: 14rem;
	background-color: white;
	z-index: 101;
	position: relative;
	border: 1px solid #d3d7dc;
	border-radius: 0.9rem;
	display: none;
}

.asmTimePickerShow {
	display: block;
}

.asmTimePicker > .timePicker {
	width: 90%;
	height: 80%;
	margin-left: 5%;
	border-radius: 0.9rem;
	display: flex;
}

.timePicker img {
	width: 75%;
	border: 1px solid #d3d7dc;
	border-radius: 20%;
}

.timePicker img:hover {
	cursor: pointer;
}

.timePicker .nowTime {
	width: 75%;
	height: 2.5rem;
	border: 1px solid #d3d7dc;
	border-radius: 20%;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.timePicker .nowTime input {
	border: none;
	width: 60%;
	outline: none;
	margin-top: 0.35rem;
}

.timePicker .nowTime input:active {
	outline: none;
}

.timePicker > .startTime {
	width: 48%;
	height: 100%;
	display: flex;
}

.timePicker > .middleColon {
	height: 100%;
	font-size: xx-large;
	font-weight: 600;
	margin-top: 4rem;
}

.timePicker > .endTime {
	width: 48%;
	height: 100%;
	display: flex;
}

.timePicker > .startTime > div {
	place-self: center;
	text-align: -webkit-center;
}

.timePicker > .endTime > div {
	place-self: center;
	text-align: -webkit-center;
}

.asmTimePicker > .timePickerBtn {
	width: 82%;
	height: 18%;
	margin-left: 9%;
	border-radius: 0.9rem;
}

.timePickerBtn > .init {
	float: left;
	width: 20%;
	height: 70%;
	color: #9ea4ae;
	padding-top: 2%;
	font-size: small;
	cursor: pointer;
}

.timePickerBtn > .save {
	float: right;
	width: 40%;
	height: 70%;
	color: #fff;
	text-align: center;
	padding-top: 2%;
	background-color: #ed1b23;
	font-size: small;
	border-radius: 0.875rem;
	cursor: pointer;
}

/*table*/
.asmTable {
	font-size: 0.825rem;
	width: 100%;
}

.asmTable thead tr {
	border-top: 1px solid #d3d7dc;
	border-bottom: 1px solid #d3d7dc;
	color: #b7bbc8;
	text-align: left;
	font-weight: 600;
	letter-spacing: -0.03em;
}

.asmTable th,
.asmTable td {
	padding: 1vw 1vh;
}

.asmTable td {
	border-bottom: 1px solid #d3d7dc;
	color: #797e86;
}

/*table*/
.modal-header > .modal-title {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 34.75px;
	letter-spacing: -1px;
	text-align: left;
}
.modal-header,
.modal-footer {
	border: none !important;
	/* padding: 1.875rem; */
}
.modal-body {
	padding: 2px 1.875rem;
}

/* Required input, modifying, required -> require */
body *{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
label.require:after {
	background: url("../img/Mandatory.svg") no-repeat center / contain;
	content: "";
	color: red;
	display: inline-block;
	margin: 0px 0px 8px 2px ;
	height: 4px;
	width: 4px; 
}
input.secure-font {
	-webkit-text-security:disc;
}
img.secureeye {
	cursor: pointer;
	width: 20px;
	position: absolute;
	top: 50%;
	z-index: 10;
	transform: translateY(-50%);
	right: 14px;
}
#div_txt_pw {
	position: relative;
}
/* dropdown css 150px center에서 수정*/
.dropdown-menu {
    z-index:1100!important;
    min-width:120px;
    border-radius:10px;
    box-shadow:
	rgb(17 17 17 / 14%) 0px 6px 16px;
    border:none;
	text-align: left;
	padding: 8px;
}

.dropdown-item:hover {
    color: #3A3B41;
    background-color: #f7f8f9;
	border-radius: 12px;
	cursor: pointer;
    /* text-align: center; */
}

#item_drop_down {
	background: none;
	background-image: url("/img/dropdownbtn.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	box-shadow: none!important;
	color: #797E86;
	padding:none;
	height: 100%;
}

#drop_down{
	width: 2rem;
    height: 2rem;
    top: 4vh;
    right: 2.5vw;
}

.asm.content::-webkit-scrollbar {
	width: 10px;
}
.asm.content::-webkit-scrollbar-thumb {
	background-color: grey;
	border-radius: 10px;
	background-clip: padding-box;
	border: 2px solid transparent;
}
#item_btn_reset {
	border: none;
	color: #6A65F3;
	min-width: 100px;

}

.toastui-editor-contents::-webkit-scrollbar {
	width: 10px;
}
.toastui-editor-contents::-webkit-scrollbar-thumb {
	background-color: grey;
	border-radius: 10px;
	background-clip: padding-box;
	border: 2px solid transparent;
}
.asmCalendar {
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: #fff;
	border-radius: 20px;
}

.asmCalendar .asmYearMonth {
  width: 100%;
  height: 3rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.asmCalendar .asmYearMonth img {
  width: 2.5rem;
  height: 2.5rem;
}

.asmCalendar .asmYearMonth img:hover {
  cursor: pointer;
}

.asmCalendar .asmYearMonth .asmYM {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  font-size: 24px;
  font-weight: 600;
}

.asmCalendar .asmDateOfTheWeek {
  width: 100%;
  height: 3rem;
  margin-top: 1rem;
  /* background-color: #eaeaea; */
	background-color: #DADDE1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.asmCalendar .asmDateOfTheWeek div {
  width: calc(100% / 7);
  height: 100%;
  /* padding-left: 0.5rem; */
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.asmCalendar .asmDateOfTheWeek div:nth-child(1) {
  border: 1px solid #FFF;
	border-left: 1px solid #DADDE1;
}

.asmCalendar .asmDateOfTheWeek div:not(:nth-child(1)) {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.asmCalendar .asmDateOfTheWeek div:last-child {
  border: 1px solid #FFF;
	border-right: 1px solid #DADDE1;
}

.asmCalendar .asmDateOfTheWeek div.sunday {
  color: #F34040;
}

.asmCalendar .asmDateOfTheWeek div.saturday {
  color: #2F80ED;
}
.asmCalendar .asmDateOfTheWeek div > p {
	margin-bottom: 0;
	font-weight: bold;
}
.asmCalendar .asmDays {
  width: 100%;
  height: calc(100% - 8rem);
  background-color: #fff;
}

.asmCalendar .asmDays .week {
  width: 100%;
  height: calc(100% / 6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.asmCalendar .asmDays .week .selected {
  /* background-color: rgba(199, 183, 183, 0.3); */
	background-color: #F6F5FF;
}

.asmCalendar .asmDays .week .date {
  width: calc(100% / 7);
  height: 100%;
  border-left: 1px solid #DADDE1;
  border-bottom: 1px solid #DADDE1;
  /* padding-left: 0.5rem; */
}

.asmCalendar .asmDays .week .date:last-child {
  border-right: 1px solid #DADDE1;
}

.asmCalendar .asmDays .week .date .sunday {
  color: #F34040;
}
.notThisMonth.sunday > p.day {
	color: #FAB3B3 !important;
}
.asmCalendar .asmDays .week .date > div {
	padding-left: 0.5rem;
	height: 100%;
}
.asmCalendar .asmDays .week .date .saturday {
  color: #2F80ED;
}
.notThisMonth.saturday > p.day {
	color: #2F80ED66 !important;
}

.asmCalendar .asmDays .week .date .notThisMonth {
  color: #a6a6a6 !important;
}

.asmCalendar .asmDays .week .date .today .day {
  /* background-color: #333f50; */
	background-color: var(--primary-color);
  color: #ffffff;
  border-radius: 50%;
  /* width: 1.5rem;
  height: 1.5rem; */
  /* text-align: center; */
}
.asmCalendar .asmDays .week .selected.date .day {
	background-color: var(--grid-select-text);
  color: #ffffff;
  border-radius: 50%;
}

.asmCalendar .asmDays .week .date p.day {
  margin: 0.5rem 0 0 0;
	font-size: 14px;
	width: 2rem;
	height: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.asmCalendar .asmDays .week .date p.fullDate {
  display: none;
}

.asmCalendar .asmDays .week .date div.list {
  /* width: calc(100% - 1rem); */
  height: calc(100% - 3rem);
  margin-top: 0.5rem;
  overflow-y: auto;
}

.asmCalendar .asmDays .week .date div.list::-webkit-scrollbar {
  display: none;
}

.asmCalendar .asmDays .week .date div.list > .listItem {
  width: calc(100% - 0.5rem);
  height: 1.5rem;
  font-size: 12px;
  /* color: black; */
  margin: 0.25rem;
  border-radius: 0.25rem;
  /* padding-top: 0.1rem; */
	padding-left:0.25rem;
  /* color: #ffffff; */
  /* text-align: center; */
  /* display: none; */
	background-color: var(--base-btn-disabled-border);
	color: var(--gray-list-color);
  display: flex !important;
  align-items: center;
}

.asmCalendar .asmDays .week .date div.list > .listItemValue {
  display: none;
}
/* .asmCalendar .asmDays .week .date div.list > .listItem:nth-child(1) {
  background-color: #b4c7e7;
  display: block !important;
}

.asmCalendar .asmDays .week .date div.list > .listItem:nth-child(2) {
  background-color: #548235;
  display: block !important;
}

.asmCalendar .asmDays .week .date div.list > .listItem:nth-child(3) {
  background-color: #c00000;
  display: block !important;
} */

.asmCalendar .asmDays .week .date div.list > .listItem:hover {
  cursor: pointer;
}

.asmCalendar .asmDays .week .date div.list .listArea {
  width: calc(100% - 0.5rem);
  height: 1.25rem;
  font-size: 14px;
  padding-top: 0.25rem;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.asmCalendar .asmDays .week .date div.list .listArea .listDetail {
  width: 2.5rem;
  border-radius: 0.25rem;
  text-align: center;
}

.asmCalendar .asmDays .week .date div.list .listArea:nth-child(1) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.asmCalendar .asmDays .week .date div.list .listArea:nth-child(1) .listDetail {
  background-color: #b4c7e7;
}

.asmCalendar .asmDays .week .date div.list .listArea:nth-child(2) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.asmCalendar .asmDays .week .date div.list .listArea:nth-child(2) .listDetail {
  background-color: #548235;
}

.asmCalendar .asmDays .week .date div.list .listArea:nth-child(3) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.asmCalendar .asmDays .week .date div.list .listArea:nth-child(3) .listDetail {
  background-color: #c00000;
}

.asmCalendar .asmDays .week .date:hover {
  cursor: pointer;
}
.paneldown {
	min-width: 77px;
	display: flex;
	flex-direction: column;
	padding-bottom: 0.825rem;
}