.bdm-container *{box-sizing:border-box;margin:0;padding:0}.bdm-container{display:flex;height:100vh;font-family:Inter,sans-serif;background:white;width:100%;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}.bdm-container::-webkit-scrollbar{display:none}.bdm-left-section{width:50%;display:flex;flex-direction:column}.bdm-left-top{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.bdm-banner-image{width:100%;height:auto!important;filter:drop-shadow(0 20px 40px rgba(0,0,0,.2))}.bdm-left-bottom{flex:1;padding:24px;background:linear-gradient(283deg,rgba(255,106,53,.35) 24.23%,rgba(193,86,247,.63) 85.39%);display:flex;flex-direction:column;justify-content:center;align-items:center}.bdm-left-bottom h2{font-size:30px;text-align:center;font-weight:600;color:#000;margin-bottom:40px;line-height:1.2}.bdm-tags-container{display:flex;justify-content:center;flex-wrap:wrap;gap:15px}.bdm-tag-item{background:#fff;border-radius:8px;padding:5px;gap:4px;font-size:14px;font-weight:600;color:#333;box-shadow:0 4px 6px rgba(0,0,0,.05)}.bdm-tag-icon,.bdm-tag-item{display:flex;align-items:center}.bdm-right-section{width:50%;background:#fff;display:flex;justify-content:center;align-items:flex-start;padding:30px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.bdm-right-section::-webkit-scrollbar{display:none}.bdm-form-box{width:100%}.bdm-form-box h1{font-size:26px;font-weight:590;margin-bottom:30px;color:#111;text-align:center}.bdm-dot-pink{color:#F2416C}.bdm-dot-purple{color:#B000E6}.bdm-dot-orange{color:#F4530C}.bdm-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.bdm-input-group{display:flex;flex-direction:column;gap:8px}.bdm-input-group label{font-size:14px;font-weight:600;color:#333}.bdm-required-star{color:#ef4444;margin-left:2px}.bdm-input-group input,.bdm-input-group select{padding:10px 14px;border:1px solid #e5e7eb;border-radius:10px;font-size:14px;background:#fff;transition:border-color .2s;width:100%}.bdm-select-wrapper{position:relative;width:100%}.bdm-select-wrapper select{display:none}.bdm-custom-select{padding:10px 14px;border:1px solid #e5e7eb;border-radius:10px;font-size:14px;background:#fff;transition:all .2s;width:100%;cursor:pointer;display:flex;align-items:center;justify-content:space-between;min-height:42px}.bdm-custom-select.active{border-color:#6B2EEA;box-shadow:0 0 0 3px rgba(107,46,234,.1)}.bdm-custom-select .placeholder{color:#9ca3af}.bdm-select-dropdown{position:absolute;top:calc(100% + 5px);left:0;width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 10px 25px rgba(0,0,0,.1);z-index:100;overflow:hidden;animation:bdmFadeIn .2s ease-out}@keyframes bdmFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.bdm-select-option{padding:12px 14px;font-size:14px;color:#333;cursor:pointer;transition:background .2s}.bdm-select-option:hover{background:rgba(107,46,234,.05);color:#6B2EEA}.bdm-select-icon{width:24px;height:24px;border-radius:6px;display:flex;align-items:center;justify-content:center;pointer-events:none;border:1px solid transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(45deg,#a855f7,#ec4899,#f97316) border-box;box-sizing:border-box}.bdm-input-group input:focus{outline:none;border-color:#0088FF}.bdm-message-field label{font-size:14px;font-weight:600;color:#333}.bdm-message-field textarea{width:100%;height:100px;margin-top:8px;padding:10px 14px;border-radius:10px;border:1px solid #e5e7eb;font-size:14px;resize:none}.bdm-options-section{margin-top:30px}.bdm-options-section p{font-size:15px;font-weight:600;margin-bottom:12px}.bdm-option-buttons{display:flex;gap:20px}.bdm-option-buttons label{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 4px;border:1.5px solid #6b2eea;border-radius:12px;font-size:16px;font-weight:400;color:#000;cursor:pointer;transition:all .2s;background:rgba(0,0,0,0)}.bdm-option-buttons label:has(input:checked){border-color:#6B2EEA;box-shadow:0 2px 8px rgba(107,46,234,.1)}.bdm-option-buttons input[type=checkbox],.bdm-terms-section input[type=checkbox]{appearance:none;-webkit-appearance:none;width:16px;height:16px;border:2px solid #000;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;background:#fff;transition:all .2s ease;position:relative;flex-shrink:0}.bdm-option-buttons input[type=checkbox]:checked,.bdm-terms-section input[type=checkbox]:checked{border-color:#6B2EEA}.bdm-option-buttons input[type=checkbox]:after,.bdm-terms-section input[type=checkbox]:after{content:"✓";color:#6B2EEA;font-size:11px;font-weight:900;display:none;line-height:1;text-align:center;width:100%;height:100%;align-items:center;justify-content:center}.bdm-option-buttons input[type=checkbox]:checked:after,.bdm-terms-section input[type=checkbox]:checked:after{display:flex}.bdm-terms-section{margin-top:30px;display:flex;flex-direction:column;gap:12px}.bdm-terms-section label{display:flex;align-items:flex-start;gap:12px;font-size:13px;color:#666;line-height:1.4;cursor:pointer}.bdm-action-buttons{display:flex;gap:20px;margin-top:40px}.bdm-btn-submit{color:white;padding:12px;border-radius:12px;border:1px solid var(--Linear,#6b2eea);background:linear-gradient(270deg,#4700CC,#9258FF);box-shadow:inset 0 1px 3px 0 rgba(102,71,201,.5);font-weight:600}.bdm-btn-cancel,.bdm-btn-submit{flex:1;font-size:15px;cursor:pointer}.bdm-btn-cancel{padding:1px;border-radius:12px;border:1px solid transparent;background-image:linear-gradient(white,white),var(--Educrib-Gradient);background-origin:border-box;background-clip:padding-box,border-box;box-shadow:0 2px 4px 0 rgba(0,0,0,.25);font-weight:700;color:#333}@media (max-width:1024px){.bdm-left-top{padding:30px}}@media (max-width:768px){.bdm-container{flex-direction:column}.bdm-left-section,.bdm-right-section{width:100%}.bdm-left-bottom{padding:40px}.bdm-right-section{padding:30px}.bdm-form-grid{grid-template-columns:1fr}.bdm-left-bottom h2{font-size:32px}}.bdm-custom-select.read-only,input.read-only{background-color:#f8fafc!important;cursor:not-allowed!important;border-color:#e2e8f0!important;color:#64748b!important}.bdm-custom-select.read-only:hover{border-color:#e2e8f0!important}.bdm-custom-select.read-only .bdm-select-icon{display:none}