@font-face {
	font-family: Prompt;
}
.custom-nav-link {
    font-weight: 400 !important;
    color: #827C7C !important;
    background: #D9D9D9 !important;
	border: 0 !important; 
}
.custom-nav-link {
	display: block;
	padding: .5rem 1rem;
	text-decoration: none;
	transition: color .15sease-in-out, background-color .15sease-in-out, border-color .15sease-in-out;
}

	.custom-nav-link.active, custom-nav-link:hover {
		font-weight: 400 !important;
		color: #C1CFDC !important;
		background-color: #466AAE !important;
	}

.file-upload {
	background-color: #ffffff;
	width: 600px;
	margin: 0 auto;
	padding: 20px;
}

.file-upload-btn {
	width: 100%;
	margin: 0;
	color: #fff;
	background: #1FB264;
	border: none;
	padding: 10px;
	border-radius: 4px;
	border-bottom: 4px solid #15824B;
	transition: all .2s ease;
	outline: none;
	text-transform: uppercase;
	font-weight: 700;
}

	.file-upload-btn:hover {
		background: #1AA059;
		color: #ffffff;
		transition: all .2s ease;
		cursor: pointer;
	}

	.file-upload-btn:active {
		border: 0;
		transition: all .2s ease;
	}

.file-upload-content {
	display: none;
	text-align: center;
}

.file-upload-input {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	outline: none;
	opacity: 0;
	cursor: pointer;
}

.image-upload-wrap {
	margin-top: 20px;
	border: 4px dashed #1FB264;
	position: relative;
}

	.image-dropping,
	.image-upload-wrap:hover {
		background-color: #1FB264;
		border: 4px dashed #ffffff;
	}

.image-title-wrap {
	padding: 0 15px 15px 15px;
	color: #222;
}

.drag-text {
	text-align: center;
}

	.drag-text h3 {
		font-weight: 100;
		text-transform: uppercase;
		color: #15824B;
		padding: 60px 0;
	}

.file-upload-image {
	max-height: 200px;
	max-width: 200px;
	margin: auto;
	padding: 20px;
}

.remove-image {
	width: 200px;
	margin: 0;
	color: #fff;
	background: #cd4535;
	border: none;
	padding: 10px;
	border-radius: 4px;
	border-bottom: 4px solid #b02818;
	transition: all .2s ease;
	outline: none;
	text-transform: uppercase;
	font-weight: 700;
}

	.remove-image:hover {
		background: #c13b2a;
		color: #ffffff;
		transition: all .2s ease;
		cursor: pointer;
	}

	.remove-image:active {
		border: 0;
		transition: all .2s ease;
	}

#page1, #page2, #page0 {
	min-height: 645px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.custeom-border {
	border: solid 1px hsl(89deg 1.83% 66.31% / 30%);
	border-top: none;
	border-radius: 0px 0px 8px 8px;
}
.number-sap>span  {
	background: #fff;
	width: 20px;
    text-align: center;
	border-radius: 5px;
}
.table-wrapper {
	border-radius: 8px 8px 0px 0px;
	overflow: hidden;
}
.tbody-wrapper {
	border-radius: 0px 0px 8px 8px;
	overflow: hidden;
}

.table {
	width: 100%;
	border-collapse: collapse;
}
.badge-warning {
	background-color: #dcaf4f;
	color: #000 !important;
}
.badge-s {
	background-color: #4fdc59;
	color: #000 !important;
}
.rounded-pill {
	border-radius: var(--mdb-border-radius-pill) !important;
}

/* ��������Ѻ Modal */
.modal {
	display: none; /* ��͹������� */
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
}

	/* �ٻ�Ҿ�˭� */
	.modal img {
		max-width: 80%;
		max-height: 80%;
		border-radius: 10px;
	}

/* �����Դ */
.close {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 30px;
	color: white;
	cursor: pointer;
}


#loading {
	position: fixed; /* Keep the loading div fixed on screen */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); /* Transparent dark background */
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999; /* On top of other elements */
}

.spinner {
	border: 12px solid #f3f3f3; /* Light gray */
	border-top: 12px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.border-red {
	border: 1px solid red !important;
}
.btn-back {
	color: #A3BBD2 !important;
	background-color: #DBE7F1 !important;
	border-color: #DBE7F1 !important;
}
	.btn-back:hover {
		color: #A3BBD2 !important;
		background-color: #DBE7F1 !important;
		border-color: #DBE7F1 !important;
	}

.btn-next {
	color: #FFFDFD !important;
	background-color: #3E6D9A !important;
	border-color: #3E6D9A !important;
}
	.btn-next:hover {
		color: #FFFDFD !important;
		background-color: #3E6D9A !important;
		border-color: #3E6D9A !important;
	}
.btn-submit {
	color: #FFFDFD !important;
	background-color: #3E6D9A !important;
	border-color: #3E6D9A !important;
}

	.btn-submit:hover {
		color: #FFFDFD !important;
		background-color: #3E6D9A !important;
		border-color: #3E6D9A !important;
	}

	.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
     margin-left: 0px !important; 
}

.navigate-bution::after {
	content: "";
	width: 100%; 
	position: absolute;
	border-bottom: 4px solid var(--bs-light);
	bottom: -3px;
	left: 0;
}
.navigate-bution {
	font-weight: 400;
	color: var(--bs-light);
	position: relative;
}
	.navigate-bution.active, .navigate-bution.active::after {
		color: #3E6D9A;
		border-color: #3E6D9A;
	}
.address-doc {
    position: relative;
}
	.address-doc::after, .address-doc::before {
		content: "";
		width: 20vw;
		max-width:100%;
		position: absolute;
		border-bottom: 1px solid #4664a3;
	}
.address-doc::after  {
	right: -6px;
	transform: translate(100%, 1rem);
}
.address-doc::before {
	left: -6px;
	transform: translate(-100%, 1rem);
}
.custom-donate > .carousel-indicators [data-bs-target] {
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    background-color: #c2c7cd !important;
}
.custom-donate > .carousel-indicators .active {
    background-color: #1E3052 !important;
}
.icon-scb{
	width: 59px;
    margin-top: -50px;
    border-radius: 9px;
    margin-left: 29px;
}
.icon-i {
    width: 22px !important;
    aspect-ratio: 1 / 1;
    background: #8da5bb;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    height: 22px !important; 
    line-height: 0px;
    justify-content: center;
}
.icon-r-number{
	width: 21px;
    display: inline-flex;
    height: 21px;
    justify-content: center;
    align-items: center;
    background: #D7E0E9;
    color: #fff;
    border-radius: 50%;
}
.navigate-bution.active > .icon-r-number{
	background: #3E6D9A;
}
.title-donate{
	font-weight: 400 !important;
	background:#aec6dc !important;
	border-radius: 8px 8px 0px 0px !important;
	font-size:20px !important;
	padding: 1rem 1rem !important;
}

/**XS-Small devices (portrait phones, less than 576px)*/
@media (max-width: 375px) {

}


/**X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.icon-scb{
		    width: 45px;
			margin-top: -49px;
			border-radius: 7px;
			margin-left: 29px;
	}
		.navigate-bution:not(.active){
		display: none;
	}
}

/**Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
 
}

/**Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
}

/**Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
}

/**X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {
}



/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
 
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
}