@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&display=swap");
@import url(<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">);


body {
	/* --warta-body: #fff; */
	--warta-body: transparent;
	--warta-grey: #f3f3f3;
	--warta-grey-light: #bdbdbd;
	--warta-grey-med: #666;
	--warta-border: #d8d8d8;
	--warta-white: #fff;
	--warta-black: #1a1a1a;
	--warta-separator: #efefef;
	--warta-grey-dark: #606060;
	--warta-bold-grey: transparent;
	--warta-bg-gradient: linear-gradient(
		180deg,
		rgba(255, 255, 255, 1) 0%, 
		rgba(255, 255, 255, 0) 0%, 
		rgba(255, 255, 255, 1) 50%);
	--warta-hapusBtn : #666;
	--warta-arr: block;
	--warta-arrdark: none;
    --warta-dot: #cccccc;
    --warta-dot-active: black;

}

body.theme-dark {
	--warta-body: #121212;
	--warta-grey: #262626;
	--warta-grey-light: #8f8f8f;
	--warta-grey-med: #ffffffde;
	--warta-border: #ffffffde;
	--warta-white: #121212;
	--warta-black: #ffffffde;
	--warta-separator: #3a3a3a;
	--warta-grey-dark: #ffffffde;
	--warta-bold-grey: #262626;
	--warta-bg-gradient: linear-gradient(
    180deg,
    rgba(18, 18, 18, 1) 0%,
    rgba(18, 18, 18, 0) 0%,
    rgba(18, 18, 18, 1) 50%);
	--warta-hapusBtn : #3a3a3a;
	--warta-arr: none;
	--warta-arrdark: block;
    --warta-dot: #6e6e6e;
    --warta-dot-active: #ffff;

}

@media (prefers-color-scheme: dark) {
	body {
		--warta-body: #121212;
		--warta-grey: #262626;
		--warta-grey-light: #8f8f8f;
		--warta-grey-med: #ffffffde;
		--warta-border: #ffffffde;
		--warta-white: #121212;
		--warta-black: #ffffffde;
		--warta-separator: #3a3a3a;
		--warta-grey-dark: #fffffde;
		--warta-bold-grey: #262626;
		--warta-bg-gradient: linear-gradient(
    180deg,
    rgba(18, 18, 18, 1) 0%,
    rgba(18, 18, 18, 0) 0%,
    rgba(18, 18, 18, 1) 50%);
		--warta-hapusBtn : #3a3a3a;
		--warta-arr: none;
		--warta-arrdark: block;
    --warta-dot: #6e6e6e;
    --warta-dot-active: #ffff;


	}

	body.theme-light {
		/* --warta-body: #fff; */
		--warta-body: transparent;
		--warta-grey: #f3f3f3;
		--warta-grey-light: #bdbdbd;
		--warta-grey-med: #666;
		--warta-border: #d8d8d8;
		--warta-white: #fff;
		--warta-black: #1a1a1a;
		--warta-separator: #efefef;
		--warta-grey-dark: #606060;
		--warta-bold-grey: transparent;
		--warta-bg-gradient: linear-gradient(
		180deg,
		rgba(255, 255, 255, 1) 0%, 
		rgba(255, 255, 255, 0) 0%, 
		rgba(255, 255, 255, 1) 50%);
		--warta-hapusBtn : #666;
		--warta-arr: block;
		--warta-arrdark: none;
    --warta-dot: #cccccc;
    --warta-dot-active: black;


	}
}




.arr-dark {
	display: var(--warta-arrdark);
}

.arr-light {
	display: var(--warta-arr);
}



.title-centered {
	text-align: center;
	text-transform: uppercase;
}

.warta-listContainer {
	margin: 30px 0 100px 0;
	position: relative;

}

/* .create_wartaBtn,
.create_wartaCard {
	margin: 20px auto 0;
	width: 100%;
	padding: 14px;
	display: block;
	border-radius: 5px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: inherit;
	text-transform: none;
	text-decoration: none;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	background-color: #4b9fde;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	border: none;
	outline: none;
	position: relative;
} */

.create_wartaBtn, .create_wartaCard {
    width: 100%;
    padding: 14px;
    text-align: center;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #fff;
    outline: none;
    position: relative;
    margin: 0;
    text-transform: capitalize;
    display: -ms-flexbox;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    background: #0f79c6;
    border: 1px solid #0f79c6;
} 

.create_wartaBtn:hover {
	background-color: #06304f;
	border-color: #06304f;
    color: white;
}

/* .create_wartaBtn:hover {
	color: white;
	cursor: pointer;
} */

.warta-listTitle {
	font-size: 16px;
	font-weight: bold;
	font-family: 'inter', sans-serif;
	color: var(--warta-black);
}

.ucapan-sayaBtn {
	display: flex;
	justify-content: space-between;
	margin: 50px 0 15px;
}

.ucapansayaBtn {
	background: none;
	color: #4b9fde;
	font-size: 16px;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-decoration: underline;
	position: static;
}

.ucapansaya--Btn {
	background: none;
	color: #4b9fde;
	font-size: 16px;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-decoration: underline;
	font-weight: bold;
}

.warta-ucapanList {
	margin: 14px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	gap: 55px;
	max-height: 340px;
	overflow-y: auto;
	padding-bottom: 60px;
	background-color: var(--warta-bold-grey);
	
}

.warta-previewList {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    display: flex;
    margin: 25px 0;
    justify-items: center;
    gap: 30px 20px;
    flex-wrap: wrap;
}

.ucapan-slide {
	position: relative;
	display: flex;
	width: 360px;
	height: auto;
	flex: none;
	overflow: hidden;
	font-family: "Oswald", sans-serif;
    
}

.premiumToggle {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.premiumToggle-text > div:first-child {
	font-weight: 600;
	margin-bottom: 10px;
}

.premiumToggle-text span {
	font-weight: 600;
}

.toggle_premiumBtn {
	position: relative;
	width: 58px;
	height: 28px;
	-webkit-appearance: none;
	appearance: none;
	background: #c3c3c3;
	outline: none;
	border-radius: 2rem;
	cursor: pointer;
}

.toggle_premiumBtn::before {
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 2px;
	left: 2px;
	transition: 0.5s;
}

.toggle_premiumBtn:checked::before {
	transform: translateX(calc(100% + 6px));
	background: #fff;
}

.toggle_premiumBtn:checked {
	background: #24a148;
}


.warta-templateList {
	max-width: 100%;
	margin: 15px 0;

	display: none;
}

.warta-templateList > div {
	display: flex;
	flex-direction: row;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.warta-templateMain,
.warta-chosenTemplate {
	margin: 0 auto;
	display: grid;
	justify-content: center;
	position: relative;
	margin: 35px auto;
}
.warta-chosenTemplate {
	/* max-width: 400px; */
	margin: 0 auto;
	position: relative;
}

.wartaTemplate-img {
	width: 120px;
	height: auto;
	flex: none;
}

/* chosen template - create page*/
.warta-req  {
	max-width: 600px;
	width: 600px;
}


.warta-chosenTemplate {
	font-family: "Oswald", sans-serif;
}


@media (max-width: 375px) {
	.warta-inputBox {
		justify-self: center;
	}

	.warta-inputBox #warta_sender {
		width: 100%;
	}
}

@media (max-width: 425px) {
	.warta-ucapanList {
		display: flex;
		flex-direction: column;
	}
	
	.warta-previewList {
	}
	.warta-listContainer {
		padding: 20px;
		margin-top: 10px;
	}
}

@media (max-width: 768px) {
	.warta-ucapanList{
		display: grid;
        margin: 25px 0 30px;
        justify-items: center;
        gap: 30px;
        grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 768px) {
	.warta-ucapanList {
		display: grid;
        margin: 25px 0 30px;
        justify-items: center;
        gap: 30px;
        grid-template-columns: repeat(4, 1fr);
		padding: 15px;
		padding-bottom: 25px;
	}

	/* .warta-chosenTemplate .template-free .sender {
		top: 63%;
        font-size: 20px;
	} */

	.warta-previewList {
		display: flex;
		margin: 25px 0;
		justify-items: center;
		gap: 30px 20px;
		flex-wrap: wrap;
	}
}



/* input */

.warta-inputBox {
    margin-bottom: 20px;
    font-family: 'inter', sans-serif;
    font-size: 16px;
    color: var(--warta-black);
}

.warta-inputBox small {
	font-size: 10px;
	padding-top: 10px;
}

/* .warta-inputBox > div {
	display: flex;
	flex-direction: column;
	gap: 5px;
} */

.warta-inputBox label {
f	ont-size: 16px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 5px;
    display: block;
}


.warta-inputBox input {
	height: 40px;
	font-size: 16px;
	max-width: 100%;
	width: 100%;
    border: 1px solid #e7e8e9;
    border-radius: 8px;
    padding: 4px 10px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 1.3;
}

.warta-inputBox select {
	padding: 5px 20px;
	border-radius: 6px;
	border: 1px solid;
	border-color: #D2D2D2;
	height: 50px;
	font-size: 16px;
}

.sender-input {
	flex-grow: 1;

}

.ukuran-input {
	flex-basis: 60px;
	font-size: 12px;
}

.warta-choseList {
	width: 200px;
	cursor: pointer;
}



.warta-premtext {
	margin-bottom: 14px;
	display: flex;
	flex-direction: column;
}

.warta-premtext small {
	width: 100%;
	font-family: 'inter', sans-serif;
	font-size: 10px;
	color: var(--warta-black);

}

.warta-premtext p {
	margin-top: 26px;
	margin-bottom: 14px;
	color: red;
	font-weight: bold;
	font-size: 14px;
	width: 258px;
}

.name {
	position: absolute;
	bottom: 181px;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	color: white;
	font-size: 30px;
	line-height: normal;
	word-spacing: normal;
	width: 370px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sender {
    font-size: 30px;
    position: absolute;
    bottom: 74px;
    /* width: 480px; */
    text-align: center;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 60px;
	color: white;
	overflow: hidden;
	line-height:30px;
}

/* s: CSS Template Warta Duka */
.warta-template-duka-1 .name {

}

.warta-template-duka-1 .sender {
    bottom: 84px;
}

.warta-template-duka-2 .name {
    bottom: 163px;
}

.warta-template-duka-2 .sender {
    bottom: 80px;
    width: 430px;
}

.warta-template-duka-3 .name {
    bottom: 173px;
    height: 44px;
}

.warta-template-duka-3 .sender {
    bottom: 88px;
    width: 443px;
}

.warta-template-duka-4 .name {
    bottom: 174px;
    left: 266px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-height: 30px;
    max-height: 2em;
    height: 200px;
    width: 280px;
}

.warta-template-duka-4 .sender {
    position: absolute;
    bottom: 55px;
	width: 290px;
    left: 286px;
    -webkit-line-clamp: 2;
    line-height: 30px;
    max-height: 2em;
    margin: 0;
    text-align: left;
    color: #585858;
}

.warta-template-duka-5 .name {
    width: 300px;
}

.warta-template-duka-5 .sender {
    bottom: 75px;
    color: black;
}

.warta-template-duka-6 .name {
    width: 300px;
}

.warta-template-duka-6 .sender {
    bottom: 87px;
    width: 436px;
    color: black;
}

.warta-template-duka-7 .name {
    bottom: 120px;
    height: 45px;
    width: 332px;
    line-height: 30px;
    -webkit-line-clamp: 2;
}

.warta-template-duka-7 .sender {
bottom: 37px;
    width: 453px;
}

.warta-template-duka-8 .name  {
    bottom: 140px;
    width: 331px;
    -webkit-line-clamp: 1;
    line-height: 1.5em;
    max-height: 2em;
    height: 43px;
    color: #504435;
}

.warta-template-duka-8 .sender    {
    bottom: 66px;
    width: 283px;
    color: #dbc9ad;
}
/* e: Template Warta Duka */


/* s: CSS Template Suka */
.warta-template-suka-1 .name {
    bottom: 190px;
}

.warta-template-suka-1 .sender {
    width: 495px;   
    bottom: 80px;
}

.warta-template-suka-2 .name {
    bottom: 195px;
    left: 273px;
    width: 273px;
    text-align: left;
    margin: 0;
}

.warta-template-suka-2 .sender {
    bottom: 95px;
    width: 240px;
    left: 284px;
    text-align: left;
    line-height: 28px;
    margin: 0;
    font-size: 26px;
}

.warta-template-suka-3 .name {
    bottom: 150px;
    width: 279px;
    color: #634500;
}

.warta-template-suka-3 .sender {
    bottom: 54px;
    width: 410px;
    display: flex;
    height: 60px;
	color: #634500;
}

.warta-template-suka-4 .name {
    bottom: 146px;
    width: 294px;
    -webkit-line-clamp: 1;
    line-height: 29px;
    max-height: 1em;
}

.warta-template-suka-4 .sender {
    bottom: 69px;
    width: 350px;
    height: 60px;
}

.warta-template-suka-5 .name {
    bottom: 150px;
    width: 338px;
	color: #E0AC34;
}

.warta-template-suka-5 .sender {
    bottom: 70px;
    width: 428px;
    height: 52px;
	color: #800B03;
}

.warta-template-suka-6 .name{
    bottom: 175px;
    width: 295px;
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    overflow: hidden;
    -webkit-line-clamp: 1;
    max-height: 60px;
	color: #6E1F01;
}

.warta-template-suka-6 .sender {
    bottom: 29px;
    width: 495px;
    height: 118px;
}


.warta-template-suka-7 .name {
    bottom: 141px;
    height: 100px;
    width: 321px;
    max-height: 2em;
    line-height: 30px;
    -webkit-line-clamp: 2;
}

.warta-template-suka-7 .sender {
    bottom: 35px;
    width: 380px;
    height: 71px;
}
/* e: Template Warta Suka */


/* s: CSS Template Suka UT RI */
.warta-template-suka-hutri-1 .sender {
    width: 309px;
    left: 249px;
    top: 190px;
    margin: 0;
}

.warta-template-suka-hutri-1 .name {
	display: none;
}

.warta-template-suka-hutri-2 .sender {
    bottom: 79px;
    width: 276px;
    left: 283px;
    text-align: left;
    margin: 0;
	color: black;
}
.warta-template-suka-hutri-2 .name {
	display: none;
}

.warta-template-suka-hutri-3 .sender {
    bottom: 23px;
    width: 536px;
    height: 107px;  
	color: black;
}
.warta-template-suka-hutri-3 .name {
	display: none;
}

.warta-template-suka-hutri-4 .sender {
    bottom: 84px;
    width: 329px;
    left: 59px;
    margin: 0;
	color: black;
}
.warta-template-suka-hutri-4 .name {
	display: none;
}

.warta-template-suka-hutri-5 .sender {
    bottom: 107px;
    width: 428px;
    height: 82px;
	color: black;
}
.warta-template-suka-hutri-5 .name {
	display: none;
}

.warta-template-suka-hutri-6 .sender {
    bottom: 81px;
    width: 324px;
    left: 18px;
    margin: 0;
	color: black;
}
.warta-template-suka-hutri-6 .name {
	display: none;
}


.warta-template-suka-hutri-7 .sender {
    bottom: 94px;
    width: 287px;
    left: 274px;
    margin: 0;
	color: black;
}
.warta-template-suka-hutri-7 .name {
	display: none;
}

.warta-template-suka-hutri-8 .sender {
    width: 420px;
    height: 170px;
    bottom: 18px;
}
.warta-template-suka-hutri-8 .name {
	display: none;
}

.warta-template-suka-hutri-9 .sender {
    bottom: 34px;
    width: 470px;
    height: 120px;
	color: black;
}
.warta-template-suka-hutri-9 .name {
	display: none;
}

.warta-template-suka-hutri-10 .sender {
    bottom: 90px;
    width: 396px;
    height: 100px;
	color: black;
}
.warta-template-suka-hutri-10 .name {
	display: none;
}

.warta-template-suka-hutri-11 .sender {
    bottom: 26px;
    width: 523px;
    height: 125px;
}
.warta-template-suka-hutri-11 .name {
	display: none;
}
/* e: Template Warta Suka HUT RI */


/* s: Template Warta HUT Kompas */
.warta-hut-kompas-1 .sender {
    bottom: 50px;
}

.warta-hut-kompas-2 .sender {
    bottom: 59px;
    width: 390px;
    height: 88px;
    color: black;
}

.warta-hut-kompas-3 .sender {
    bottom: 70px;
    color: #882700;
    width: 340px;
}

.warta-hut-kompas-4 .sender {
    bottom: 85px;
    color: #143254;
    width: 320px;
    left: 8px;
    height: 83px;
}

.warta-hut-kompas-5 .sender {
    bottom: 58px;
    width: 320px;
    left: 170px;
    color: #29292A;
    height: 90px;
}

.warta-hut-kompas-6 .sender {
    bottom: 38px;
    width: 530px;
    color: #18508A;
    height: 90px;
}

.warta-hut-kompas-7 .sender {
    bottom: 55px;
    width: 320px;
    color: #29292A;
    height: 100px;
    left: 230px;
}

.warta-hut-kompas-8 .sender {
    bottom: 55px;
    width: 470px;
    color: #182651;
    height: 80px;
}

.warta-hut-kompas-9 .sender {
    bottom: 58px;
    width: 300px;
    color: #182651;
    height: 80px;
    left: 160px;
}

.warta-hut-kompas-10 .sender {
    bottom: 58px;
    width: 330px;
    color: #143254;
    height: 80px;
}
/* e: Tempalte Warta HUT Kompas */




.warta-blur {
	position: absolute;
    width: 98%;
    height: 65px;
    top: 1230px;
    background: var(--warta-bg-gradient);
}

/* Popup CSS */
.shareModal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100vw; height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/* Aktifkan modal */
.shareModal.active {
    display: flex;
}

/* Modal box */
.shareModalContent {
    background: white;
    border-radius: 10px;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    overflow: hidden;
    animation: fadeIn 0.2s ease-in-out;
}

/* Header */
.shareModalHeader {
	padding: 20px 15px;
    /* background: var(--bg-white); */
    display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.shareModalTitle {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}

.shareModalClose {
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

/* Body */
.shareModalBody {
    padding: 0px 15px;
    text-align: center;
	background-color: var(--bg-react-modal);
}

.limit-ModalBody {
    padding: 0 15px 20px 15px;
    text-align: center;
	background-color: white;
}

.shareLabel {
	font-weight: bold;
    font-size: 15px;
    margin: 0;
    color: var(--neutral-80);
}

.limitLabel {
	font-weight: bold;
    font-size: 15px;
    margin: 0;
    color: var(--neutral-80);
}

.shareIcons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 10px 10px;
}

.shareBtn {
    text-decoration: none;
    font-size: 14px;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shareBtn .icon {
    font-size: 24px;
    margin-bottom: 5px;
}

/* Animation */
@keyframes fadeIn {
    from { opacity: 0;}
    to { opacity: 1;}
}


.buttonWarta-group {
    display: flex;
	flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.btnWarta {
    border: none;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 120px;
    
}

.btn-download {
    display: -ms-flexbox;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    background: #0f79c6;
    border: 1px solid #0f79c6;
}

.btn-download:hover {
	background-color: #06304f;
	color: white;
}

.btn-delete {
    background-color: transparent;
    justify-content: center;
    color: #666;
    font-weight: normal;
    font-size: 12px;
    padding: 0;
    text-decoration: underline;
}

.btn-delete:hover {
	color: #3a3a3a;
}

/* .btnWarta:hover {
    opacity: 0.9;
} */
.closeContainerWarta {
	display: flex;
	justify-content: end;
}

.warta-ucapanTitle {
    text-align: center;
    font-size: 16px;
    color: var(--warta-black);
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
}

.warta-ucapanTitle > p {
margin: 0;
}

.warta-buatContainer {
    width: 100%;
    max-width: 624px;
    margin: 0 auto;
}



.maxchar-notif {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.maxchar-notif.active {
  display: flex;
}

.maxcharModalContent {
    background: white;
    border-radius: 10px;
    width: 100%;
    max-width: 300px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    overflow: hidden;
    animation: fadeIn 0.2s ease-in-out;
}


.warta-shareContainer{
	margin-bottom: 20px;
}

.warta-shareContainer .warta-shareImg {
	width: 600px;
}

.warta-share {
	display: flex;
	justify-content: center;
}

.warta-shareImg img {
	width: 600px;
}

.resultBtn {
	background-color: #afafaf;
	border-color: #afafaf;
}

.resultBtn:hover {
	background-color: #898989;
	border-color: #898989;
}

.shareTransparant {
	background-color: transparent;
}

.warta-bannerUcapan {
  display: flex;
  flex-direction: column; /* Susun dari atas ke bawah */
  align-items: center;    /* Tengah secara horizontal */
  text-align: center;     /* Tengah untuk teks */
  gap: 12px;              /* Jarak antar elemen */
  padding: 16px;
  background: #fff;
  border-radius: 8px;
  max-width: 300px;
  margin: auto;
}

.warta-ucapanText p {
  margin: 0;
  font-size: 14px;
  color: #333;
}

.warta-ucapanText strong {
  display: block;
  margin-top: 4px;
  font-size: 16px;
}

.commentButton-meatball {
	right: 0px;
}

..commentlistPop {
	right: 0px
}

.myucapanBtn {
	background-color: white;
	color: #0f79c6;
	border-color: #0f79c6;
	/* margin-top: 15px; */
}

.myucapanBtn:hover {
	background-color: grey;
	border-color: grey;
}

.google-none {
	display: none;
}

.create_wartaBtn.warta-PayBtn{
	color: white;
}

.create_wartaBtn.warta-PayBtn:hover{
	color: white;
}

.kgModal-center {
	display: none;
}

#kgmModal-onetap .kgmModal-body {
	gap: 14px;
}

.shortBtn{
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.shortBtn a {
	width: 430px;
}

.warta-groupBtn {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.warta-groupBtn div {
	width: 100%;
}

.disabled {
	cursor: no-drop;
	border-color: grey;
	color: grey;
}

.warta-tnc {
	margin-bottom: 10px;
	width: 350px;
}

.warta-tnc strong{
	font-size: 12px;
	color: red;
}

.warta-tnc p {
	font-size: 10px;
	margin: 2px auto;
	color: black;
}



/* HUT KOMPAS */

.warta-template-kompas-1 .name {
	font-size: 35px;
    color: #FECE41;
    bottom: 170px;
}

.warta-template-kompas-1 .sender {
    color: #182651;
    width: 390px;
    height: 90px;
    bottom: 58px;
}








.warta-arr {
	display: flex;
	position: absolute;
	z-index: 3;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 60px;
	height: 60px;
	cursor: pointer;
	/* background-color: white; */
	border-radius: 50%;
	/* -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.31); */
	/* -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.31); */
	/* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.31); */
	opacity: 0.8;
	background-image: var(--warta-arrimg);
}

.warta-arr img {
	width: 100%;
}

.arr-left {
	left: -62px;
	transform: scaleX(-1);
}
.arr-right {
	right: -62px;
}

.warta-pilihTemplate {
	/* margin-top: 10px; */
	display: grid;
	justify-content: center;
	font-size: 12px;
	color: var(--warta-black);
}

.warta-pilihTemplate p {
	margin: 5px 0;
	justify-content: center;
	display: flex;
	font-weight: bold;
    display: none;
}

.warta-choosenwrap {
	position: relative;
	min-height: 375px;
}

/* #template-display-area {
	min-height: 375px;
} */




/* CSS for Dot Indicators */
#template_dots_container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px; /* a little space between dots */
    padding: 10px 0;
}

.template-dot {
    width: 6px;
    height: 6px;
    background-color: var(--warta-dot); /* Color for inactive dots */
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.template-dot.active {
    background-color: var(--warta-dot-active); /* Color for the active dot */
}

.warta-ucapanLabel {
    margin-top: 20px;
}

.ucapan {
    font-size: 20px;
    position: absolute;
    bottom: 74px;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 80px;
    color: white;
    overflow: hidden;
    line-height: 25px;
    width: 360px;
    color: black;
    text-transform: inherit;
    font-family: "Roboto", sans-serif;

}

#warta_ucapan {
    color: black;
}