#formnnutella { 
 position: relative; 
 background-image: url('ph/Assets/img_bg_extender.png'); 
 z-index: 10; 
 background-size: 120%; 
 background-position: center; 
 min-height: 100vh; /* minimal 1 layar penuh */
 height: auto; /* otomatis mengikuti konten */
 padding-bottom: 100px; 
 background-repeat: no-repeat;
 } 
#text_fillinfo { 
 position: relative; 
 top: 5vh; 
 left: 50%; 
 width: 40svw; 
 transform: translateX(-50%); 
 z-index: 110; 
 opacity: 1; 
 } 
#entryform { 
 position: relative; 
 height: auto; 
 min-height: 100vh; 
 
 background-attachment: fixed; 
 background-size: cover; 
 background-position: center; 
 background-repeat: no-repeat; 
 } 

#submitentry { 
 height: auto; 
 overflow-y: auto; 
 } 

#creative_answer,
#submit-entry { 
 height: auto; 
 width: 100vw; 
 overflow: visible; 
 } 

.Daily_titlemobile { 
 display: none
 } 

#Daily_title { 
 position: relative; 
 margin-top: 9vh; 
 height: 10vh; 
 object-fit: contain; 
 left: 50%; 
 transform: translateX(-50%); 
 z-index: 110; 
 opacity: 1; 
 } 

#DailyTitleHp { 
 display: none; 
 opacity: 0
 } 

#dropdown-item { 
 display: grid; 
 grid-template-columns: auto 1fr; 
 gap: 15px; 
 align-items: center; 
 padding: 8px 12px; 
 border-bottom: 1px solid #f0f0f0; 
 transition: background-color 0.2s ease; 
 background-color: #ffffff; 
 min-height: 36px; 
 } 
#Desk { 
 display: none; 
 position: relative; 
 top: 10vh; 
 height: 10vh; 
 left: 50%; 
 transform: translateX(-50%); 
 z-index: 110; 
 opacity: 1; 
 } 
#Daily-container { 
 margin-top: 0; 
 margin-bottom: 15px; 
 background-color: #fff; 
 border-radius: 30px; 
 box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18), 0 1.5px 8px rgba(0,0,0,0.12); 
 padding: 20px; 
 /* border: 4px solid #026e46; */
 position: relative; 
 width: 40svw; 
 left: 50%; 
 transform: translateX(-50%); 
 z-index: 110; 
 opacity: 1; 
 overflow: visible; 
 } 

#registrationDaily { 
 position: relative; 
 padding-left: 6vh; 
 padding-top: 4vh; 
 padding-bottom: 3vh; 
 padding-right: 6vh; 
 overflow: visible; 
 } 

/* Consistent spacing for all form field containers */
#registrationDaily > div { 
 margin-bottom: 15px; 
 } 

#registrationDaily > div:last-child { 
 margin-bottom: 0; 
 } 

/* Other retailer and city input styling - Consolidated */
#other_retailer_container,
#other_city_container {
    margin-bottom: 15px;
}

#other_retailer_container input,
#other_city_container input {
    width: 100%;
    background: #EFEEEF;
    padding: 17px;
    border: none;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 500;
    font-family: nutella, sans-serif;
    color: #000;
    box-sizing: border-box;
} 

/* Upload section consistent spacing */
#uploadImage { 
 margin-bottom: 15px; 
 } 

/* Checkbox section consistent spacing */
#checkboxDaily { 
 margin-top: 15px; 
 margin-bottom: 15px; 
 } 

.checkbox-item { 
 display: flex; 
 align-items: center; 
 gap: 10px; 
 margin-bottom: 10px; 
 } 

.checkbox-item:last-child { 
 margin-bottom: 0; 
 } 

.checkbox-item input[type="checkbox"] { 
 width: 16px; 
 height: 16px; 
 border-radius: 50%; 
 border: 2px solid #000; 
 appearance: none; 
 outline: 0; 
 background-color: #fff; 
 cursor: pointer; 
 margin: 0; 
 flex-shrink: 0; 
 } 

.checkbox-item input[type="checkbox"]:checked { 
 background-color: #000; 
 border-color: #000; 
 } 

.checkbox-item label { 
 font-size: 14px; 
 font-weight: 500; 
 font-family: nutella, sans-serif; 
 color: #000; 
 cursor: pointer; 
 line-height: 1.4; 
 margin: 0; 
 } 

#registrationDaily input,
#registrationDaily select { 
 position: relative; 
 background: #EFEEEF; 
 width: 100%; 
 margin-bottom: 0; 
 padding: 17px; 
 border: none; 
 border-radius: 7px; 
 transition: border-color .3s ease; 
 text-align: left; 
 color: #000; 
 font-size: 14px; 
 font-weight: 500; 
 font-family: nutella, sans-serif; 
 box-sizing: border-box; 
 } 

#registrationDaily input[type=radio] { 
 border-bottom: none !important
 } 

#registrationDaily input::placeholder { 
 opacity: 1; 
 text-transform: capitalize; 
 font-size: 14px; 
 font-weight: 400; 
 font-family: nutella, sans-serif; 
 padding-top: 10px; 
 color: #000; 
 } 

#registrationDaily select { 
 opacity: 1; 
 text-transform: capitalize; 
 font-size: 14px; 
 font-weight: 500; 
 font-family: nutella, sans-serif; 
 color: #727373; 
 } 

#select_retailer select::placeholder { 
 height: 190px
 } 

#select_retailer_container { 
 height: auto
 } 

#descForm { 
 color: #727373
 } 

#entryform #textMax2MB { 
 position: relative; 
 top: 5px; 
 justify-self: left; 
 font-size: 10px; 
 color: #000; 
 } 

#entryform #checkboxDaily { 
 font-size: 13px; 
 font-weight: 500; 
 color: #000; 
 } 

#entryform #checkboxDaily input { 
 justify-self: left; 
 width: 16px; 
 height: 16px; 
 border-radius: 50%; 
 border: 2px solid #000; 
 appearance: none; 
 padding: 8px;
 outline: 0; 
 background-color: #fff; 
 cursor: pointer; 
 vertical-align: middle; 
 color: #000; 
 margin: 0; 
 } 

#entryform #checkboxDaily input:checked { 
 background-color: #000; 
 border-color: #000; 
 } 

.colored { 
 color: #000; 
 font-size: 13px; 
 } 

.center-container { 
 display: flex; 
 align-items: center; 
 } 

.custom-file-input { 
 position: relative; 
 } 

.fileinput { 
 position: absolute; 
 opacity: 0; 
 z-index: -1; 
 display: none; 
 } 

.desktop-upload { 
 display: block; 
 cursor: pointer; 
 width: 100%; 
 } 

.image-preview-container { 
 margin-top: 20px; 
 } 

.image-preview { 
 max-width: 50%; 
 max-height: 40px; 
 position: relative; 
 transform: translateX(-50%); 
 left: 50%; 
 } 

.submit-container { 
 display: block; 
 width: auto; 
 left: 50%; 
 transform: translateX(-50%); 
 object-fit: contain; 
 position: relative; 
 } 

.submit-button { 
 background: 0 0; 
 border: none; 
 cursor: pointer; 
 } 

.submit-image { 
 width: 100%; 
 } 

#Daily_Terms { 
 display: block; 
 position: relative; 
 text-align: center; 
 top: 5vh; 
 height: 10vh; 
 left: 50%; 
 transform: translateX(-50%); 
 z-index: 111; 
 opacity: 1; 
 color: #000; 
 } 

#Daily_Termsmobile { 
 display: none; 
 } 

#entryform #checkboxDaily label { 
 font-size: 13px; 
 font-weight: 500; 
 font-family: nutella, sans-serif; 
 color: #000; 
 position: relative; 
 margin: 0; 
 line-height: 1.4; 
 } 

.radio-container { 
 display: flex; 
 flex-direction: row; 
 gap: 90px; 
 left: 2vh; 
 position: relative
 } 

.radio-item { 
 display: flex; 
 align-items: center; 
 gap: 5px; 
 width: 30%
 } 

.radio-item input { 
 width: 30px; 
 height: 30px; 
 border-radius: 50%; 
 border: 10px solid #000; 
 appearance: none; 
 outline: 1; 
 background-color: #000; 
 cursor: pointer; 
 position: relative; 
 margin-right: 10px; 
 vertical-align: middle
 } 

.radio-item input::before { 
 content: ''; 
 position: absolute; 
 top: 70%; 
 left: 90%; 
 border: 3px solid #000; 
 transform: translate(-50%, -50%); 
 width: 15px; 
 height: 15px; 
 border-radius: 50%; 
 background-color: transparent; 
 transition: background-color .3s ease
 } 

.radio-item input:checked::before { 
 background-color: #727373
 } 

.radio-item label { 
 font-size: 14px; 
 color: #727373; 
 margin-left: 5px
 } 

#multiple-item { 
 position: relative; 
 top: .5vh; 
 display: flex; 
 justify-self: left; 
 gap: 1px; 
 flex-direction: row
 } 

#multiple-item label { 
 font-size: 14px; 
 color: #727373; 
 position: relative; 
 top: -7px; 
 align-self: center; 
 place-items: center
 } 

#multiple-item input { 
 width: 20px; 
 height: 20px; 
 border-radius: 3%; 
 border: 2px solid #727373; 
 appearance: none; 
 outline: 0; 
 background-color: #fff; 
 cursor: pointer; 
 margin-right: 10px; 
 vertical-align: middle
 } 

#multiple-item input:checked { 
 background-color: #727373; 
 border-color: #727373
 } 

#entryform label { 
 color: #000; 
 font-size: 14px; 
 font-weight: 500; 
 font-family: nutella, sans-serif; 
 } 

.loading-overlay { 
 position: fixed; 
 top: 0; 
 left: 0; 
 width: 100%; 
 height: 100%; 
 background-color: rgba(0, 0, 0, .6); 
 z-index: 20; 
 display: flex; 
 justify-content: center; 
 align-items: center
 } 

.loader { 
 border: 8px solid #f3f3f3; 
 border-top: 8px solid #1ec788; 
 border-radius: 50%; 
 position: fixed; 
 top: 50%; 
 left: 50%; 
 transform: translate(-50%, -50%); 
 width: 50px; 
 height: 50px; 
 animation: spin 1s linear infinite; 
 display: flex; 
 justify-content: center; 
 align-items: center
 } 

@keyframes spin { 
 0% { 
 transform: translate(-50%, -50%) rotate(0)
 } 

 100% { 
 transform: translate(-50%, -50%) rotate(360deg)
 } 
 } 

/* Consolidated Placeholder Styling - All Browsers */
input::placeholder,
select::placeholder,
textarea::placeholder {
    font-size: 14px;
    font-weight: 400;
    font-family: nutella, sans-serif;
    color: #000 !important;
    opacity: 1 !important;
    text-transform: capitalize;
}

/* Cross-browser placeholder support */
input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
    color: #000 !important;
    opacity: 1 !important;
    font-family: nutella, sans-serif;
    font-size: 14px;
    font-weight: 400;
} 

#upload-imageHp { 
 display: none; 
 } 

#upload-imageDesk { 
 display: block; 
 width: 100%; 
 left: 50%; 
 transform: translateX(-50%); 
 object-fit: contain; 
 position: relative
 } 

.submit-imageHp { 
 display: none
 } 

.submit-imageDesk { 
 display: block; 
 object-fit: contain; 
 position: relative; 
 width: 100%; 
 left: 50%; 
 transform: translateX(-50%)
 } 

#select_retailer { 
 width: 100%; 
 box-sizing: border-box; 
 font-size: 13px; 
 height: auto; 
 background-color: #EFEEEF; 
 border: none; 
 border-radius: 7px; 
 padding: 17px; 
 appearance: none; 
 color: #000; 
 } 

#select_retailer option { 
 white-space: nowrap; 
 overflow: hidden; 
 text-overflow: ellipsis
 } 

label { 
 cursor: pointer; 
 } 

.radio-item input:disabled { 
 background-color: #e0e0e0; 
 cursor: not-allowed; 
 border-color: #ccc
 } 

.radio-item label:disabled { 
 color: #ccc
 } 

#creative_answer { 
 height: auto; 
 width: 100vw; 
 overflow: visible
 } 

#submit-entry { 
 top: 0; 
 position: relative; 
 } 

#creative_answer_text { 
 font-size: 13px; 
 position: relative; 
 top: -5vh; 
 width: 30svw; 
 left: 60%; 
 transform: translateX(-50%); 
 z-index: 110; 
 opacity: 1
 } 

#creative_answerTitle { 
 position: relative; 
 top: 10vh; 
 height: 8vh; 
 object-fit: contain; 
 left: 50%; 
 transform: translateX(-50%)
 } 

#facebookpost { 
 position: relative; 
 top: 20vh; 
 left: 26%; 
 width: 18vw; 
 object-fit: contain; 
 height: 27vh; 
 background-color: transparent; 
 border-radius: 10px; 
 } 

#creative_answer_inputcontainer { 
 position: relative; 
 left: 26%; 
 top: 5vh
 } 

#creative_answer_input { 
 width: 50vw; 
 height: 24vh; 
 font-size: 13px; 
 border-radius: 15px; 
 border-color: #026e46; 
 border-width: 5px; 
 text-align: start; 
 padding: 20px; 
 text-align: left; 
 vertical-align: top; 
 } 

#creative_answer_input::placeholder { 
 color: #727373; 
 font-size: 13px; 
 text-align: left
 } 

#creative_answer_input { 
 resize: none; 
 overflow-y: auto
 } 

#buttonNext { 
 cursor: pointer
 } 

#buttonNext img { 
 position: relative; 
 width: 20svw; 
 height: 10vh; 
 object-fit: contain
 } 

#buttonNext:hover img { 
 transform: scale(1.3); 
 transition: transform .3s ease
 } 

#creative_answer_next { 
 position: relative; 
 top: 4vh; 
 left: 50%; 
 transform: translateX(-50%); 
 text-align: center
 } 

#tictac_creativeanswertextdesk { 
 display: block; 
 object-fit: contain; 
 height: 13vh
 } 

#tictac_creativeanswertexthp { 
 display: none; 
 object-fit: contain; 
 height: 13vh
 } 

#buttonNextHp { 
 display: none
 } 

#buttonNext { 
 display: block
 } 

#descForm { 
 justify-self: left; 
 font-size: 12px; 
 color: #000; 
 } 

#tictacdesktopfacebook { 
 display: block; 
 height: 100%; 
 width: 100%; 
 object-fit: contain; 
 } 

#tictacmobilefacebook { 
 display: none; 
 } 

/* Custom Dropdown with Checkboxes */
.dropdown-container { 
 position: relative; 
 width: 100%; 
 margin-bottom: 15px; 
 z-index: 9; 
 } 

/* Specific styling for retailer dropdown */
#retailer-dropdown-container { 
 z-index: 10 !important; 
 position: relative; 
 margin-bottom: 20px; /* Extra space below retailer dropdown */
 } 

#retailer-dropdown-container .dropdown-header { 
 z-index: 11 !important; 
 } 

#retailer-dropdown-container .dropdown-content { 
 z-index: 12 !important; 
 max-height: 275px; /* Reduced height to prevent overlap */
 position: absolute; 
 top: 100%; 
 left: 0; 
 right: 0; 
 } 

/* Specific styling for city dropdown */
#city-dropdown-container { 
 z-index: 13 !important; 
 position: relative; 
 margin-bottom: 15px; 
 } 

#city-dropdown-container .dropdown-header { 
 z-index: 20 !important; 
 } 

#city-dropdown-container .dropdown-content { 
 z-index: 20 !important; 
 max-height: 275px; 
 position: absolute; 
 top: 100%; 
 left: 0; 
 right: 0; 
 } 
#registrationDaily input[type=radio] {
    border-bottom: none !important;
    display: none;
}
/* Specific styling for main "WHERE DID YOU LEARN" dropdown */
#main-dropdown-container { 
 z-index: 16 !important; 
 position: relative; 
 margin-top: 20px; /* Extra space above main dropdown */
 } 

#main-dropdown-container .dropdown-header { 
 z-index: 17 !important; 
 } 

#main-dropdown-container .dropdown-content { 
 z-index: 18 !important; 
 max-height: 150px; 
 overflow-y: auto; 
 } 

#main-dropdown-container .dropdown-content.show { 
 position: fixed !important; 
 z-index: 19 !important; 
 box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15); 
 border: 2px solid #026e46; 
 } 



.dropdown-header { 
 background: #EFEEEF; 
 /* border: 2px solid #727373; */
 border-radius: 7px; 
 padding: 17px; 
 cursor: pointer !important; 
 display: flex; 
 justify-content: space-between; 
 align-items: center; 
 font-size: 14px; 
 font-weight: 500; 
 font-family: nutella, sans-serif; 
 color: #000; 
 transition: border-color 0.3s ease; 
 position: relative; 
 /* z-index: 10; */
 user-select: none; 
 } 

.dropdown-header:hover { 
 border-color: #026e46; 
 } 

.dropdown-header.active { 
 /* border-color: #026e46; */
 border-bottom-left-radius: 0; 
 border-bottom-right-radius: 0; 
 } 

.dropdown-arrow { 
 transition: transform 0.3s ease; 
 font-size: 12px; 
 color: #000; 
 } 

.dropdown-header.active .dropdown-arrow { 
 transform: rotate(180deg); 
 } 

.dropdown-content { 
 position: absolute; 
 top: 100%; 
 left: 0; 
 right: 0; 
 background: #ffffff; 
 /* border: 2px solid #026e46; */
 border-top: none; 
 border-bottom-left-radius: 7px; 
 border-bottom-right-radius: 7px; 
 max-height: 260px; 
 overflow-y: auto; 
 z-index: 9; 
 box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
 display: none; 
 padding: 8px; 
 overflow-x: hidden; 
 } 

.dropdown-content.show { 
 display: block; 
 } 

.dropdown-item { 
 display: grid; 
 grid-template-columns: auto 1fr; 
 gap: 40px; 
 align-items: center; 
 padding: 8px 12px; 
 border-bottom: 1px solid #f0f0f0; 
 transition: background-color 0.2s ease; 
 background-color: #ffffff; 
 } 

.dropdown-item:last-child { 
 border-bottom: none; 
 } 

.dropdown-item:hover { 
 background-color: #f8f8f8; 
 } 

.dropdown-item input[type="checkbox"] { 
 width: 20px; 
 height: 20px; 
 border-radius: 3%; 
 border: 2px solid #000; 
 appearance: none; 
 outline: 0; 
 background-color: #fff; 
 cursor: pointer; 
 margin: 0; 
 display: block; 
 position: relative; 
 align-self: center; 
 } 

.dropdown-item input[type="checkbox"]:checked { 
 background-color: #000; 
 border-color: #000; 
 } 

.dropdown-item input[type="checkbox"]:checked::after { 
 content: ''; 
 position: absolute; 
 top: 2px; 
 left: 2px; 
 right: 2px; 
 bottom: 2px; 
 background-color: #000; 
 border-radius: 1px; 
 } 

/* Radio button styling for retailer dropdown */
.dropdown-item input[type="radio"] { 
 width: 20px; 
 height: 20px; 
 border-radius: 50%; 
 border: 2px solid #000; 
 appearance: none; 
 outline: 0; 
 background-color: #fff; 
 cursor: pointer; 
 margin: 0; 
 display: block; 
 position: relative; 
 align-self: center; 
 } 

.dropdown-item input[type="radio"]:checked { 
 background-color: #000; 
 border-color: #000; 
 } 

.dropdown-item input[type="radio"]:checked::after { 
 content: ''; 
 position: absolute; 
 top: 3px; 
 left: 3px; 
 right: 3px; 
 bottom: 3px; 
 background-color: #000; 
 border-radius: 50%; 
 } 

.dropdown-item label { 
 font-size: 14px; 
 font-weight: 500; 
 font-family: nutella, sans-serif; 
 color: #000; 
 cursor: pointer; 
 margin: 0; 
 display: flex; 
 align-items: center; 
 line-height: 1.2; 
 user-select: none; 
 min-height: 20px; 
 } 

#dropdown-placeholder { 
 color: #000; 
 font-size: 14px; 
 font-weight: 500; 
 font-family: nutella, sans-serif; 
 } 

#dropdown-placeholder.has-selection { 
 color: #000; 
 font-weight: 600; 
 font-family: nutella, sans-serif; 
 } 

/* Force visibility for dropdown text */
.dropdown-content { 
 background: #ffffff !important; 
 /* border: 2px solid #026e46 !important; */
 } 

.dropdown-item { 
 background-color: #ffffff !important; 
 } 

.dropdown-item:hover { 
 background-color: #f8f8f8 !important; 
 } 

.dropdown-item label { 
 color: #000 !important; 
 visibility: visible !important; 
 opacity: 1 !important; 
 } 

/* Mobile Responsive */
@media print, screen and (max-width: 40em) { 
 #formnnutella { 
        /* padding: 0%; */
        position: relative;
        min-height: 100svh;
        /* height dan max-height dihapus agar auto mengikuti konten */
        padding-bottom: 10svh;
        background-repeat: no-repeat;
 } 
 #text_fillinfo { 
 position: relative; 
 top: 3vh; 
 left: 50%; 
 width: 80svw; 
 transform: translateX(-50%); 
 z-index: 110; 
 opacity: 1; 
 } 

 #Daily_title { 
 position: relative; 
 margin-top: 5vh; 
 height: 5vh; 
 left: 50%; 
 transform: translateX(-50%); 
 z-index: 110; 
 opacity: 1; 
 width: 80vw; 
 } 

 .Daily_titlemobile { 
 display: block; 
 position: relative; 
 margin-top: 5vh; 
 height: 5vh; 
 left: 50%; 
 transform: translateX(-50%); 
 z-index: 110; 
 opacity: 1; 
 width: 80vw; 
 } 

 #Daily-container { 
 margin-top: 0; 
 margin-bottom: 15px; 
 background-color: #fff; 
 border-radius: 20px; 
 box-shadow: 0 4px 6px rgba(0, 0, 0, .1); 
 padding: 15px; 
 position: relative; 
 width: 75vw; 
 left: 50%; 
 transform: translateX(-50%); 
 z-index: 110; 
 opacity: 1; 
 overflow: visible; 
 } 

 #registrationDaily { 
 position: relative; 
 padding: 3vh 3vw; 
 overflow: visible; 
 } 

 /* Mobile Input Fields */
 #registrationDaily input,
 #registrationDaily select { 
 position: relative; 
 background: #EFEEEF; 
 width: 100%; 
 margin-bottom: 0; 
 padding: 12px 15px; 
 border: none; 
 border-radius: 7px; 
 transition: border-color .3s ease; 
 text-align: left; 
 color: #000; 
 font-size: 13px; 
 font-weight: 400; 
 font-family: nutella, sans-serif; 
 box-sizing: border-box; 
 } 

 /* Mobile Dropdown Headers */
 .dropdown-header { 
 background: #EFEEEF; 
 border-radius: 7px; 
 padding: 12px 15px; 
 cursor: pointer !important; 
 display: flex; 
 justify-content: space-between; 
 align-items: center; 
 font-size: 13px; 
 font-weight: 400; 
 font-family: nutella, sans-serif; 
 color: #000; 
 transition: border-color 0.3s ease; 
 position: relative; 
 user-select: none; 
 } 

 /* Mobile Dropdown Content */
    .dropdown-content {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #ffffff;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        height: 42vh;
        overflow-y: auto;
        z-index: 9;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        display: none;
        padding: 8px;
        overflow-x: hidden;
        max-height: 62vh;
    }

 .dropdown-item { 
 display: grid; 
 grid-template-columns: auto 1fr; 
 gap: 15px; 
 align-items: center; 
 padding: 10px 12px; 
 border-bottom: 1px solid #f0f0f0; 
 transition: background-color 0.2s ease; 
 background-color: #ffffff; 
 min-height: 40px; 
 } 

 .dropdown-item input[type="checkbox"],
 .dropdown-item input[type="radio"] { 
 width: 18px; 
 height: 18px; 
 border: 2px solid #000; 
 appearance: none; 
 outline: 0; 
 background-color: #fff; 
 cursor: pointer; 
 margin: 0; 
 display: block; 
 position: relative; 
 align-self: center; 
 } 

 .dropdown-item input[type="checkbox"] { 
 border-radius: 3%; 
 } 

 .dropdown-item input[type="radio"] { 
 border-radius: 50%; 
 } 

 .dropdown-item input[type="checkbox"]:checked,
 .dropdown-item input[type="radio"]:checked { 
 background-color: #000; 
 border-color: #000; 
 } 

 .dropdown-item label { 
 font-size: 13px; 
 color: #000; 
 font-weight: 400; 
 font-family: nutella, sans-serif; 
 line-height: 1.3; 
 margin: 0; 
 display: flex; 
 align-items: center; 
 min-height: 20px; 
 cursor: pointer; 
 } 

 /* Mobile Upload Section */
 #uploadImage { 
 margin-bottom: 15px; 
 text-align: center; 
 } 

 .desktop-upload { 
 display: none; 
 } 

 #upload-imageHp { 
 display: block; 
 width: 100%; 
 max-width: 300px; 
 left: 50%; 
 transform: translateX(-50%); 
 object-fit: contain; 
 position: relative; 
 } 
 #upload-imageDesk { 
 display: none; 
 } 

 .image-preview { 
 max-width: 80%; 
 max-height: 200px; 
 position: relative; 
 transform: translateX(-50%); 
 left: 50%; 
 } 

 /* Mobile Submit Button */
 .submit-container { 
 display: block; 
 width: auto; 
 left: 50%; 
 transform: translateX(-50%); 
 object-fit: contain; 
 position: relative; 
 text-align: center; 
 margin-top: 20px; 
 } 

 .submit-imageDesk { 
 display: none; 
 } 

 .submit-imageHp { 
 display: block; 
 object-fit: contain; 
 position: relative; 
 width: 100%; 
 max-width: 300px; 
 left: 50%; 
 transform: translateX(-50%); 
 } 
/* #entryform{
   height: 200vh;
} */
 /* Mobile Text Max Size */
 #entryform #textMax2MB { 
 position: relative; 
 top: -14px; 
 justify-self: left; 
 text-align: left; 
 font-size: 10px; 
 color: #000; 
 } 

 /* Mobile Other Input Containers */
 #other_retailer_container,
 #other_city_container { 
 margin-bottom: 15px; 
 } 

 #other_retailer_container input,
 #other_city_container input { 
 width: 100%; 
 background: #EFEEEF; 
 padding: 12px 15px; 
 border: none; 
 border-radius: 7px; 
 font-size: 13px; 
 font-weight: 400; 
 font-family: nutella, sans-serif; 
 color: #000; 
 box-sizing: border-box; 
 } 

 /* Mobile Form Container Adjustments */
 

 /* Mobile Consistent Spacing */
 #registrationDaily > div { 
 margin-bottom: 15px; 
 } 

 #registrationDaily > div:last-child { 
 margin-bottom: 0; 
 } 

 /* Mobile Z-index adjustments */
 #city-dropdown-container { 
 z-index: 13 !important; 
 } 

 #retailer-dropdown-container { 
 z-index: 10 !important; 
 } 

 .dropdown-container { 
 z-index: 1 !important; 
 } 

 /* Mobile Placeholder Styling */
 #registrationDaily input::placeholder { 
 font-size: 13px; 
 font-weight: 300; 
 font-family: nutella, sans-serif; 
 color: #000; 
 opacity: 1; 
 } 

 #registrationDaily input::-webkit-input-placeholder { 
 font-size: 13px; 
 font-weight: 300; 
 font-family: nutella, sans-serif; 
 color: #000; 
 opacity: 1; 
 } 

 #registrationDaily input:-moz-placeholder { 
 font-size: 13px; 
 font-weight: 300; 
 font-family: nutella, sans-serif; 
 color: #000; 
 opacity: 1; 
 } 

 #registrationDaily input::-moz-placeholder { 
 font-size: 13px; 
 font-weight: 300; 
 font-family: nutella, sans-serif; 
 color: #000; 
 opacity: 1; 
 } 

 #registrationDaily input:-ms-input-placeholder { 
 font-size: 13px; 
 font-weight: 300; 
 font-family: nutella, sans-serif; 
 color: #000; 
 opacity: 1; 
 } 

 #dropdown-placeholder { 
 color: #000; 
 font-size: 13px; 
 font-weight: 400; 
 font-family: nutella, sans-serif; 
 } 

 /* Mobile Checkbox Styling */
 #entryform #checkboxDaily { 
 font-size: 12px; 
 font-weight: 400; 
 color: #000; 
 position: relative;
 top: -13px;
 } 

 #entryform #checkboxDaily input { 
 width: 18px; 
 height: 18px;
 }

 #entryform #checkboxDaily label { 
 font-size: 12px; 
 font-weight: 400; 
 }

 /* Mobile Other Input Containers */
}
@media screen and (min-width: 41em) and (max-width: 58em) {
    #formnnutella { 
        /* padding: 0%; */
        position: relative;
        min-height: 100svh;
        /* height dan max-height dihapus agar auto mengikuti konten */
        padding-bottom: 10svh;
        background-repeat: no-repeat;
 } 
 #text_fillinfo { 
 position: relative; 
 top: 3vh; 
 left: 50%; 
 width: 80svw; 
 transform: translateX(-50%); 
 z-index: 110; 
 opacity: 1; 
 } 

 #Daily_title { 
 position: relative; 
 margin-top: 5vh; 
 height: 10vh; 
 left: 50%; 
 transform: translateX(-50%); 
 z-index: 110; 
 opacity: 1; 
 width: 80vw; 
 } 

 .Daily_titlemobile { 
 display: block; 
 position: relative; 
 margin-top: 5vh; 
 height: 5vh; 
 left: 50%; 
 transform: translateX(-50%); 
 z-index: 110; 
 opacity: 1; 
 width: 80vw; 
 } 

 #Daily-container { 
 margin-top: 0; 
 margin-bottom: 15px; 
 background-color: #fff; 
 border-radius: 20px; 
 box-shadow: 0 4px 6px rgba(0, 0, 0, .1); 
 padding: 15px; 
 position: relative; 
 width: 75vw; 
 left: 50%; 
 transform: translateX(-50%); 
 z-index: 110; 
 opacity: 1; 
 overflow: visible; 
 } 

 #registrationDaily { 
 position: relative; 
 padding: 3vh 3vw; 
 overflow: visible; 
 } 

 /* Mobile Input Fields */
 #registrationDaily input,
 #registrationDaily select { 
 position: relative; 
 background: #EFEEEF; 
 width: 100%; 
 margin-bottom: 0; 
 padding: 12px 15px; 
 border: none; 
 border-radius: 7px; 
 transition: border-color .3s ease; 
 text-align: left; 
 color: #000; 
 font-size: 13px; 
 font-weight: 400; 
 font-family: nutella, sans-serif; 
 box-sizing: border-box; 
 } 

 /* Mobile Dropdown Headers */
 .dropdown-header { 
 background: #EFEEEF; 
 border-radius: 7px; 
 padding: 12px 15px; 
 cursor: pointer !important; 
 display: flex; 
 justify-content: space-between; 
 align-items: center; 
 font-size: 13px; 
 font-weight: 400; 
 font-family: nutella, sans-serif; 
 color: #000; 
 transition: border-color 0.3s ease; 
 position: relative; 
 user-select: none; 
 } 

 /* Mobile Dropdown Content */
    .dropdown-content {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #ffffff;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        height: 42vh;
        overflow-y: auto;
        z-index: 9;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        display: none;
        padding: 8px;
        overflow-x: hidden;
        max-height: 62vh;
    }

 .dropdown-item { 
 display: grid; 
 grid-template-columns: auto 1fr; 
 gap: 15px; 
 align-items: center; 
 padding: 10px 12px; 
 border-bottom: 1px solid #f0f0f0; 
 transition: background-color 0.2s ease; 
 background-color: #ffffff; 
 min-height: 40px; 
 } 

 .dropdown-item input[type="checkbox"],
 .dropdown-item input[type="radio"] { 
 width: 18px; 
 height: 18px; 
 border: 2px solid #000; 
 appearance: none; 
 outline: 0; 
 background-color: #fff; 
 cursor: pointer; 
 margin: 0; 
 display: block; 
 position: relative; 
 align-self: center; 
 } 

 .dropdown-item input[type="checkbox"] { 
 border-radius: 3%; 
 } 

 .dropdown-item input[type="radio"] { 
 border-radius: 50%; 
 } 

 .dropdown-item input[type="checkbox"]:checked,
 .dropdown-item input[type="radio"]:checked { 
 background-color: #000; 
 border-color: #000; 
 } 

 .dropdown-item label { 
 font-size: 13px; 
 color: #000; 
 font-weight: 400; 
 font-family: nutella, sans-serif; 
 line-height: 1.3; 
 margin: 0; 
 display: flex; 
 align-items: center; 
 min-height: 20px; 
 cursor: pointer; 
 } 

 /* Mobile Upload Section */
 #uploadImage { 
 margin-bottom: 15px; 
 text-align: center; 
 } 

 .desktop-upload { 
 display: none; 
 } 

 #upload-imageHp { 
 display: block; 
 width: 100%; 
 max-width: 300px; 
 left: 50%; 
 transform: translateX(-50%); 
 object-fit: contain; 
 position: relative; 
 } 
 #upload-imageDesk { 
 display: none; 
 } 

 .image-preview { 
 max-width: 80%; 
 max-height: 200px; 
 position: relative; 
 transform: translateX(-50%); 
 left: 50%; 
 } 

 /* Mobile Submit Button */
 .submit-container { 
 display: block; 
 width: auto; 
 left: 50%; 
 transform: translateX(-50%); 
 object-fit: contain; 
 position: relative; 
 text-align: center; 
 margin-top: 20px; 
 } 

 .submit-imageDesk { 
 display: none; 
 } 

 .submit-imageHp { 
 display: block; 
 object-fit: contain; 
 position: relative; 
 width: 100%; 
 max-width: 300px; 
 left: 50%; 
 transform: translateX(-50%); 
 } 
/* #entryform{
   height: 200vh;
} */
 /* Mobile Text Max Size */
 #entryform #textMax2MB { 
 position: relative; 
 top: -14px; 
 justify-self: left; 
 text-align: left; 
 font-size: 10px; 
 color: #000; 
 } 

 /* Mobile Other Input Containers */
 #other_retailer_container,
 #other_city_container { 
 margin-bottom: 15px; 
 } 

 #other_retailer_container input,
 #other_city_container input { 
 width: 100%; 
 background: #EFEEEF; 
 padding: 12px 15px; 
 border: none; 
 border-radius: 7px; 
 font-size: 13px; 
 font-weight: 400; 
 font-family: nutella, sans-serif; 
 color: #000; 
 box-sizing: border-box; 
 } 

 /* Mobile Form Container Adjustments */
 

 /* Mobile Consistent Spacing */
 #registrationDaily > div { 
 margin-bottom: 15px; 
 } 

 #registrationDaily > div:last-child { 
 margin-bottom: 0; 
 } 

 /* Mobile Z-index adjustments */
 #city-dropdown-container { 
 z-index: 13 !important; 
 } 

 #retailer-dropdown-container { 
 z-index: 10 !important; 
 } 

 .dropdown-container { 
 z-index: 1 !important; 
 } 

 /* Mobile Placeholder Styling */
 #registrationDaily input::placeholder { 
 font-size: 13px; 
 font-weight: 300; 
 font-family: nutella, sans-serif; 
 color: #000; 
 opacity: 1; 
 } 

 #registrationDaily input::-webkit-input-placeholder { 
 font-size: 13px; 
 font-weight: 300; 
 font-family: nutella, sans-serif; 
 color: #000; 
 opacity: 1; 
 } 

 #registrationDaily input:-moz-placeholder { 
 font-size: 13px; 
 font-weight: 300; 
 font-family: nutella, sans-serif; 
 color: #000; 
 opacity: 1; 
 } 

 #registrationDaily input::-moz-placeholder { 
 font-size: 13px; 
 font-weight: 300; 
 font-family: nutella, sans-serif; 
 color: #000; 
 opacity: 1; 
 } 

 #registrationDaily input:-ms-input-placeholder { 
 font-size: 13px; 
 font-weight: 300; 
 font-family: nutella, sans-serif; 
 color: #000; 
 opacity: 1; 
 } 

 #dropdown-placeholder { 
 color: #000; 
 font-size: 13px; 
 font-weight: 400; 
 font-family: nutella, sans-serif; 
 } 

 /* Mobile Checkbox Styling */
 #entryform #checkboxDaily { 
 font-size: 12px; 
 font-weight: 400; 
 color: #000; 
 position: relative;
 top: -13px;
 } 

 #entryform #checkboxDaily input { 
 width: 18px; 
 height: 18px;
 }

 #entryform #checkboxDaily label { 
 font-size: 12px; 
 font-weight: 400; 
 }
}