@import '@splidejs/vue-splide/css';

:root {
	--c-white: white;
	--c-white-light: #C2CFE0;
	--c-white-pink: #F5F5F5;
	--c-blue-dark: #334D6E;
	--c-green: #00693B;
	--c-green-100: #00c56f;
	--c-text: #242424;

	--neutral-500: #747D78;
	--neutral-400: #AAB5AE;
	--primary-400: #41B27C;
	--primary-500: #119F5B;
	--primary-600: #0E7F49;
	--primary-800: #074024;
	--primary-900: #032012;
	--neutral-25: #FCFCFD;
	--newtral-50: #F9FAFB;
	--primary-100: #CFECDE;
	--accent-01: #F37373;
	--accent-03: #FDFFA1;
	--accent-04: #61FFEC;
	--accent-05: #1F69BF;
	--accent-06: #F47730;
	--neutral-800: #1D392D;
	--neutral-700: #2F4A3D;
	--neutral-900: #042619;
	--neutral-300: #D0D5DD;
	--neutral-200: #EAEDF0;
	--neutral-600: #505F57;
	--neutral-100: #F2F4F7;
	
}


body {
	padding: 0px;
	margin: 0px;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	letter-spacing: 0.02em;
	color: var(--c-text);
}

* {
	box-sizing: border-box;
	font-family: 'Inter', sans-serif;
	letter-spacing: 0.02em;
}

input:focus {
	outline: solid 1px #0960bd;
}

textarea:focus {
	outline: solid 1px #0960bd;
}

select:focus {
	outline: solid 1px #0960bd;
}

button:hover,
select:hover {
	cursor: pointer;
}

.clear {
	clear: both;
	display: inline-block;
}

input,
button,
select {
	font-family: Inter;
	font-size: 14px;
	letter-spacing: 0.02em;
}

img,
svg {
	vertical-align: middle;
}

p {
	margin: 0px;
}

table {
    border-collapse: collapse;
}

.resizer {
	cursor: col-resize;
	height: 100%;
	left: 0;
	top: 0;
	width: 4px;
	position: absolute;
	z-index: 2;
}

.resizer:hover {
	cursor: col-resize;
	background: #334d6e;
}

.card-purpose > ul {
	padding: 0px;
	padding-left: 12px;
	margin: 0px;
}

.desc-content > ul {
	margin: 0;
}

.desc-content {
	color: var(--neutral-600);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 28px */	
}

.desc-content > ul > li > span,
.desc-content p > span {
	color: var(--neutral-600)!important;
}

.desc-content p span {
	/* color: var(--neutral-400)!important; */
	background-color: #f9fafb!important;
}

.page-intro-container {
	width: 100%;
	text-align: center;
	padding-top: 80px;
}


.page_intro_tab {
	width: calc(100% - 32px);
	overflow-wrap: break-word;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #525252;
	margin: 16px 12px;
}

.inputDate::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.inputDate{
  position: relative;
}

.disableBtn {
	background: #cdd6df;
	color: white;
	border: 1px solid #cdd6df;
	cursor: not-allowed;
}

@media screen and (max-width: 600px) {
	.resizer {
		display: none;
	}
}

/* only global accept to style image 
css style large image of course description not overflow */
.article-content.ql-editor img,
.ql-editor-courses-view img {
	max-width: 100%;
	margin-top: 12px;
	margin-bottom: 12px;
}

