@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");input.dark-date[type=date]{background:#0F0E16;color:#fff;border:1px solid rgba(255,241,250,.13);border-radius:8px;padding:12px 14px}input.dark-date[type=date]::-webkit-calendar-picker-indicator,input.dark-date[type=month]::-webkit-calendar-picker-indicator{filter:invert(52%) sepia(68%) saturate(7481%) hue-rotate(304deg) brightness(101%) contrast(101%);opacity:1;cursor:pointer;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none'><rect x='3' y='4' width='18' height='17' rx='2' stroke='%23FF66C4' strokeWidth='2'/><path d='M8 2v4M16 2v4M3 10h18' stroke='%23FF66C4' strokeWidth='2' strokeLinecap='round'/></svg>") no-repeat 50%}input.dark-date[type=date],input.dark-date[type=month]{color-scheme:dark}input.dark-date[type=month]::-webkit-calendar-picker-indicator{filter:none}.custom-month-picker{position:relative;width:100%;z-index:9999}.month-picker-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:9999}.month-picker-dropdown{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#0F0E16;border:1px solid rgba(255,241,250,.13);border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.3);padding:20px;width:auto;max-width:90%;z-index:10000}*{box-sizing:border-box;margin:0;padding:0;scrollbar-width:thin;scrollbar-color:#FF66C4 #14181B}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#14181B}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#FF66C4,#4699FF);border-radius:8px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#FF80D5,#5FB0FF)}html{font-size:10px}body{font-size:1.6rem;font-family:Public Sans,sans-serif;color:#ffffff;background-color:#07060E}.dashboard-layout{display:flex;min-height:100vh}.dashboard-inner-layout{min-height:calc(100% - 90px);display:flex;justify-content:center;align-items:stretch}.sidebar-mobile{display:none}.main-content{display:flex;width:100%}.main-content main{flex:1 1;overflow:hidden}@media screen and (max-width:992px){.sidebar-mobile{display:flex}.main-content{flex-direction:column;flex:1 1}}.marketplace-page{padding:40px 64px;display:flex;justify-content:center;align-items:center;flex-direction:column}@media (max-width:992px){.marketplace-page{padding:0 15px 15px}}.marketplace-page .mobile-header{display:none;justify-content:flex-start;align-items:center;color:var(--Secondary80,#C39);text-align:center;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:22px;text-transform:capitalize;padding-bottom:30px;width:100%}@media (max-width:992px){.marketplace-page .mobile-header{display:flex}}.marketplace-page .marketplace-header{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:40px;width:100%;animation:fadeInUp .6s ease-out;max-width:910px}@media (max-width:992px){.marketplace-page .marketplace-header{gap:64px}}.marketplace-page .marketplace-header .logo{display:flex;justify-content:center;align-items:center;animation:glowFade 2.5s ease-in-out infinite}.marketplace-page .marketplace-header .logo img{width:64px;height:64px}@media (max-width:992px){.marketplace-page .marketplace-header .logo img{width:52px;height:52px}}.marketplace-page .marketplace-header .logo svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120px;height:120px}.marketplace-page .marketplace-header .search-box{width:100%;display:flex;align-items:center;border-radius:12px;background-color:#100f17;padding:25px 20px;position:relative;transition:background .3s ease,box-shadow .3s ease}.marketplace-page .marketplace-header .search-box:hover{background-color:#18161f;box-shadow:0 0 12px rgba(255,102,196,.15)}.marketplace-page .marketplace-header .search-box .icon-plus{display:flex;justify-content:center;align-items:center;background-color:transparent;border:none;outline:none;transition:transform .2s ease}.marketplace-page .marketplace-header .search-box .icon-plus svg{width:25px;height:25px}.marketplace-page .marketplace-header .search-box .icon-plus:hover{transform:scale(1.1)}.marketplace-page .marketplace-header .search-box input{flex:1 1;background:transparent;border:none;margin-left:12px;outline:none;color:#fff;font-family:Montserrat,sans-serif;font-size:15px;font-weight:300;line-height:20px;transition:all .3s ease}.marketplace-page .marketplace-header .search-box input::placeholder{color:#8c8c8c}.marketplace-page .marketplace-header .search-box input:focus{color:#ffb3e0}.marketplace-page .marketplace-header .search-box .send{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.marketplace-page .marketplace-header .search-box .send svg{transform:rotate(-45deg);transition:transform .3s ease}.marketplace-page .marketplace-header .search-box .send:hover svg{transform:rotate(-45deg) scale(1.1)}.marketplace-page .category-filter{margin-top:24px;width:100%;display:flex;flex-direction:row;gap:12px;justify-content:center;align-items:center;margin-bottom:43px}@media (min-width:992px){.marketplace-page .category-filter{max-width:630px;justify-content:space-between}}@media (min-width:1200px){.marketplace-page .category-filter{max-width:910px}}.marketplace-page .category-filter .arw-ct{display:flex;justify-content:center;align-items:center}.marketplace-page .category-filter .splide{width:calc(100% - 88px)}@media (max-width:992px){.marketplace-page .category-filter .splide{width:100%}}.marketplace-page .category-filter .cat-btn{padding:16px;border-radius:12px;background-color:#0f0e16;border:none;width:100%;cursor:pointer;transition:all .25s ease;color:#FFF;text-align:center;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:22px}@media (max-width:992px){.marketplace-page .category-filter .cat-btn{font-size:11px;font-weight:400;line-height:12px}}.marketplace-page .category-filter .cat-btn:hover{background-color:#18161f}.marketplace-page .category-filter .cat-btn.active{background:linear-gradient(330deg,rgba(84,16,58,.5647058824) 1%,rgba(70,153,255,.5647058824) 90%);background-image:url(/images/btn-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;color:#ffffff}.marketplace-page .category-filter .custom-arrow{width:32px;height:32px;border-radius:50%;border:none;background:rgba(255,255,255,.32);display:flex;align-items:center;justify-content:center;transition:all .25s ease;cursor:pointer}.marketplace-page .category-filter .custom-arrow.disabled{opacity:.5;cursor:not-allowed}.marketplace-page .category-filter .custom-arrow:hover{background-color:#26242f}.marketplace-page .category-filter .custom-arrow svg{width:16px;height:16px}@media (max-width:992px){.marketplace-page .category-filter .custom-arrow{display:none}}.marketplace-page .bot-grid{display:grid;grid-template-columns:1fr 1fr;grid-row-gap:22px;row-gap:22px;-moz-column-gap:10px;grid-column-gap:10px;column-gap:10px;width:100%}@media (min-width:576px){.marketplace-page .bot-grid{grid-template-columns:1fr 1fr 1fr}}@media (min-width:1100px){.marketplace-page .bot-grid{grid-template-columns:1fr 1fr 1fr 1fr}}@media (min-width:1200px){.marketplace-page .bot-grid{grid-template-columns:1fr 1fr 1fr 1fr 1fr}}.marketplace-page .bot-grid .bot-card{transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column;padding:12px;border-radius:8.34px;border:1.043px solid rgba(255,241,250,.2);background:#0F0E16;position:relative;gap:12px}.marketplace-page .bot-grid .bot-card .card-top{overflow:hidden;z-index:0;position:absolute;top:0;left:0;height:100%;width:100%}.marketplace-page .bot-grid .bot-card:hover{box-shadow:0 0 12px rgba(255,102,196,.25)}.marketplace-page .bot-grid .bot-card .shadow{position:absolute;left:50%;width:100%;top:0;transform:translateX(-50%)}.marketplace-page .bot-grid .bot-card .shadow svg{width:100%}.marketplace-page .bot-grid .bot-card .image-wrapper{position:relative;width:100%}.marketplace-page .bot-grid .bot-card .image-wrapper img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:8.34px 8.34px 0 0;outline:1px solid rgba(255,255,255,.15);outline-offset:-1px;z-index:1;position:relative}.marketplace-page .bot-grid .bot-card .image-wrapper .badge{position:absolute;top:7px;right:5px;font-family:Montserrat,sans-serif;font-size:8.34px;font-style:normal;font-weight:500;line-height:11.51px;padding:0 3px;border-radius:4px;z-index:2}.marketplace-page .bot-grid .bot-card .image-wrapper .badge.sold{background-color:#FFB1B1;color:#FF3116}.marketplace-page .bot-grid .bot-card .image-wrapper .badge.produced{background-color:#C8FFD4;color:#2ABC49}.marketplace-page .bot-grid .bot-card .image-wrapper .badge.rented{background-color:#FFF2C8;color:#F59B00}.marketplace-page .bot-grid .bot-card .info{display:flex;align-items:flex-start;flex-direction:column;gap:12px;z-index:2}.marketplace-page .bot-grid .bot-card .info .top{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.marketplace-page .bot-grid .bot-card .info .top .title-row{display:flex;justify-content:flex-start;align-items:center;gap:4px}.marketplace-page .bot-grid .bot-card .info .top .title-row .icc{display:flex;justify-content:center;align-items:center}.marketplace-page .bot-grid .bot-card .info .top .title-row .icc img{border-radius:50%;border:1.043px solid rgba(255,230,242,.12);width:25px;height:25px;object-fit:cover}.marketplace-page .bot-grid .bot-card .info .top .title-row .title{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.marketplace-page .bot-grid .bot-card .info .top .title-row .title .name{color:#FFF;text-align:center;font-family:Montserrat,sans-serif;font-size:11.51px;font-style:normal;font-weight:400;line-height:16.681px}.marketplace-page .bot-grid .bot-card .info .top .title-row .title .author{color:#8C8C8C;font-family:Montserrat,sans-serif;font-size:8.34px;font-style:normal;font-weight:400;line-height:11.51px}.marketplace-page .bot-grid .bot-card .info .top .menu-icon{cursor:pointer}.marketplace-page .bot-grid .bot-card .info .top .menu-icon svg{width:16px;height:16px}.marketplace-page .bot-grid .bot-card .info .meta{color:#8C8C8C;text-align:center;font-family:Montserrat,sans-serif;font-size:8.34px;font-style:normal;font-weight:500;line-height:16.681px}.marketplace-page .bot-grid .bot-card .popup-menu{position:absolute;bottom:80px;left:50%;transform:translateX(-50%);padding:12px 24px;width:280px;z-index:99999;border-radius:24px;background:#14181B}@media (max-width:992px){.marketplace-page .bot-grid .bot-card .popup-menu{zoom:.8}}.marketplace-page .bot-grid .bot-card .popup-menu ul{list-style:none;display:flex;flex-direction:column;gap:12px}.marketplace-page .bot-grid .bot-card .popup-menu ul li{display:flex;align-items:center;gap:12px;padding:12px 0;cursor:pointer;transition:.2s;color:#FFF;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.marketplace-page .bot-grid .bot-card .popup-menu ul li span{display:flex;justify-content:center;align-items:center}.marketplace-page .bot-grid .bot-card .popup-menu ul li span svg{width:24px;height:24px}.marketplace-page .bot-grid .bot-card .popup-menu ul li:hover{transform:translateX(4px);color:#ff66c4}.marketplace-page .bot-grid .bot-card .popup-menu ul hr{border:none;border-top:1px solid rgb(255,255,255)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes glowFade{0%{filter:drop-shadow(0 0 0 #ff66c4)}50%{filter:drop-shadow(0 0 12px rgba(255,102,196,.6666666667))}to{filter:drop-shadow(0 0 0 #ff66c4)}}.policy-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:999;display:flex;justify-content:flex-end;align-items:stretch}.policy-overlay .policy-panel{background:#14181B;width:700px;max-width:90%;padding:32px 48px;overflow-y:auto;animation:slideIn .3s ease forwards;display:flex;flex-direction:column;color:white}@media (max-width:992px){.policy-overlay .policy-panel{padding:30px 20px}}.policy-overlay .policy-panel .policy-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}@media (max-width:992px){.policy-overlay .policy-panel .policy-header{margin-bottom:30px}}.policy-overlay .policy-panel .policy-header h3{color:#FFF;font-family:Montserrat,sans-serif;font-size:24px;font-style:normal;font-weight:600;line-height:38px}@media (max-width:992px){.policy-overlay .policy-panel .policy-header h3{font-size:16px}}.policy-overlay .policy-panel .policy-header button{background:none;border:none;color:#fff;font-size:24px;cursor:pointer}.policy-overlay .policy-panel .policy-header button:hover{color:#FF66C4}.policy-overlay .policy-panel .policy-content{max-height:80vh;overflow-y:auto;border-radius:12px;background:rgba(255,255,255,.04);padding:44px 12px;color:#ccc}.policy-overlay .policy-panel .policy-content a{color:#FF66C4;text-decoration:underline;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:28px}@media (max-width:992px){.policy-overlay .policy-panel .policy-content a{font-size:12px;font-weight:400;line-height:18px}}.policy-overlay .policy-panel .policy-content p{color:var(--white,#FFF);font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:28px}@media (max-width:992px){.policy-overlay .policy-panel .policy-content p{font-size:12px;font-weight:400;line-height:18px}}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.share-overlay{position:fixed;inset:0;background:rgba(0,0,0,.63);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .25s ease-out}.share-overlay .share-modal{border-radius:24px;background:#14181B;width:90%;max-width:450px;padding:16px 24px;position:relative;text-align:center;animation:scaleIn .3s ease}.share-overlay .share-modal .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding:24px 0;border-bottom:1px solid rgba(255,215,215,.22)}.share-overlay .share-modal .modal-header h3{color:#FFF;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;line-height:24px}.share-overlay .share-modal .modal-header .close-btn{background:none;border:none;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:transform .2s ease}.share-overlay .share-modal .modal-header .close-btn:hover{transform:scale(1.2)}.share-overlay .share-modal .modal-header .close-btn svg{width:24px;height:24px}.share-overlay .share-modal .modal-body{display:flex;flex-direction:column;justify-content:center;align-items:center}.share-overlay .share-modal .modal-body .icon{margin-bottom:20px}.share-overlay .share-modal .modal-body .icon svg{width:95px}.share-overlay .share-modal .modal-body .modal-title{color:#5170FF;font-family:Montserrat,sans-serif;font-size:20px;font-weight:600;line-height:32px;margin-bottom:12px}.share-overlay .share-modal .modal-body .desc{color:#FFF;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;line-height:32px;margin-bottom:14px}.share-overlay .share-modal .modal-body .desc-2{color:#FFF;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:400;text-align:left;line-height:24px}.share-overlay .share-modal .modal-body .share-link{display:flex;width:100%;justify-content:space-between;align-items:center;padding:16px;margin-bottom:27px;border-radius:12px;background:#100F17}.share-overlay .share-modal .modal-body .share-link span{color:#FFF;font-size:15px;font-weight:400;line-height:20px;font-family:Montserrat,sans-serif}.share-overlay .share-modal .modal-body .share-link .copy-btn{border-radius:12px;border:1px solid rgba(81,112,255,.1);background:rgba(81,112,255,.1);padding:12px;height:48px;color:#FFF;font-family:Montserrat,sans-serif;font-size:15px;font-weight:500;line-height:18px;cursor:pointer;transition:all .2s ease}.share-overlay .share-modal .modal-body .share-link .copy-btn:hover{background:rgba(81,112,255,.25);transform:scale(1.05)}.share-overlay .share-modal .modal-body .share-icons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.share-overlay .share-modal .modal-body .share-icons .icon-btn{background:none;position:relative;border:none;cursor:pointer;transition:transform .2s ease}.share-overlay .share-modal .modal-body .share-icons .icon-btn svg{width:42px;height:42px;border-radius:50%;transition:transform .3s ease}.share-overlay .share-modal .modal-body .share-icons .icon-btn:hover svg{transform:scale(1.1) rotate(5deg)}.share-overlay .share-modal .checkbox-list{display:flex;flex-direction:column;width:100%;margin-bottom:20px}.share-overlay .share-modal .checkbox-list .checkbox-option{position:relative;display:flex;align-items:center;gap:14px;color:#FFF;font-family:Public Sans,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:22px;cursor:pointer;padding:8px;border-radius:12px;transition:background .2s ease}.share-overlay .share-modal .checkbox-list .checkbox-option input{position:absolute;opacity:0;cursor:pointer}.share-overlay .share-modal .checkbox-list .checkbox-option .custom-check{width:24px;height:24px;min-width:24px;border:2px solid #fff;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.share-overlay .share-modal .checkbox-list .checkbox-option .custom-check:after{content:"";width:10px;height:10px;border-radius:2px;background-color:#D063CC;opacity:0;transition:opacity .2s ease}.share-overlay .share-modal .checkbox-list .checkbox-option input:checked+.custom-check{border-color:#D063CC;background-color:rgba(208,99,204,.15)}.share-overlay .share-modal .checkbox-list .checkbox-option input:checked+.custom-check:after{opacity:1}.share-overlay .share-modal .checkbox-list .checkbox-option:hover{background:rgba(208,99,204,.05)}.share-overlay .share-modal textarea{width:100%;min-height:100px;border-radius:12px;border:3px solid rgba(170,170,170,.1254901961);outline:none;background:rgba(208,99,204,0);padding:12px;margin-bottom:14px;color:#FFF;font-family:Montserrat,sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:20px;resize:vertical}.share-overlay .share-modal textarea::placeholder{color:#999}.share-overlay .share-modal .report-btn{width:100%;padding:16px 12px;border-radius:12px;border:1px solid rgba(208,99,204,.3137254902);background:rgba(208,99,204,.1);color:#FFF;font-family:Montserrat,sans-serif;font-size:15px;font-style:normal;font-weight:500;line-height:18px;cursor:pointer;transition:all .3s}.share-overlay .share-modal .report-btn:hover{background:rgba(217,94,255,.22)}.share-overlay .share-modal .new-list-input{display:flex;width:100%;padding:25px 22px;border-radius:12px;background:#100F17;align-items:center;justify-content:center;margin-bottom:24px}.share-overlay .share-modal .new-list-input input{flex:1 1;background:transparent;border:none;outline:none;color:#FFF;font-family:Montserrat,sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:20px}.share-overlay .share-modal .new-list-input button{background:none;border:none;cursor:pointer;padding-left:7px;display:flex;justify-content:center;align-items:center}.share-overlay .share-modal .new-list-input button svg{width:25px;height:25px}.share-overlay .share-modal .radio-list{display:flex;flex-direction:column;gap:24px;width:100%;justify-content:flex-start;align-items:flex-start;margin-bottom:24px}.share-overlay .share-modal .radio-list .radio-option{display:flex;align-items:center;gap:8px;width:100%;padding:8px;cursor:pointer;position:relative}.share-overlay .share-modal .radio-list .radio-option input{position:absolute;opacity:0}.share-overlay .share-modal .radio-list .radio-option .custom-radio{width:24px;height:24px;border:2px solid #637381;border-radius:50%;display:inline-block;position:relative}.share-overlay .share-modal .radio-list .radio-option input:checked+.custom-radio:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background:#FF99D6;border-radius:50%}.share-overlay .share-modal .modal-actions{display:flex;justify-content:space-between;gap:24px}.share-overlay .share-modal .modal-actions .cancel-btn,.share-overlay .share-modal .modal-actions .save-btn{flex:1 1;padding:12px 24px;border-radius:12px;color:#FFF;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:500;min-width:120px;line-height:24px;cursor:pointer;border:none}.share-overlay .share-modal .modal-actions .cancel-btn{border-bottom:1px dashed #54103a;background:rgba(255,255,255,.04)}.share-overlay .share-modal .modal-actions .save-btn{background:linear-gradient(330deg,rgba(84,16,58,.5647058824) 1%,rgba(70,153,255,.5647058824) 90%);background-image:url(/images/btn-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover}.withdrawal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.63);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .25s ease-out}.withdrawal-overlay .withdrawal-modal{border-radius:24px;background:#14181B;width:90%;max-width:760px;padding:16px 24px;position:relative;text-align:center;animation:scaleIn .3s ease}.withdrawal-overlay .withdrawal-modal .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:24px 0;border-bottom:1px solid rgba(255,215,215,.22)}.withdrawal-overlay .withdrawal-modal .modal-header h3{color:#FFF;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;line-height:24px}.withdrawal-overlay .withdrawal-modal .modal-header .close-btn{background:none;border:none;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:transform .2s ease}.withdrawal-overlay .withdrawal-modal .modal-header .close-btn:hover{transform:scale(1.2)}.withdrawal-overlay .withdrawal-modal .modal-header .close-btn svg{width:24px;height:24px}.withdrawal-overlay .withdrawal-modal .modal-body{display:flex;flex-direction:column;justify-content:center;align-items:center}.withdrawal-overlay .withdrawal-modal .checkbox-list{display:flex;flex-direction:column;width:100%;margin-bottom:20px}.withdrawal-overlay .withdrawal-modal .checkbox-list .checkbox-option{position:relative;display:flex;align-items:center;gap:14px;color:#FFF;font-family:Public Sans,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:22px;cursor:pointer;padding:8px;border-radius:12px;transition:background .2s ease}.withdrawal-overlay .withdrawal-modal .checkbox-list .checkbox-option input{position:absolute;opacity:0;cursor:pointer}.withdrawal-overlay .withdrawal-modal .checkbox-list .checkbox-option .custom-check{width:24px;height:24px;min-width:24px;border:2px solid #fff;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.withdrawal-overlay .withdrawal-modal .checkbox-list .checkbox-option .custom-check:after{content:"";width:10px;height:10px;border-radius:2px;background-color:#D063CC;opacity:0;transition:opacity .2s ease}.withdrawal-overlay .withdrawal-modal .checkbox-list .checkbox-option input:checked+.custom-check{border-color:#D063CC;background-color:rgba(208,99,204,.15)}.withdrawal-overlay .withdrawal-modal .checkbox-list .checkbox-option input:checked+.custom-check:after{opacity:1}.withdrawal-overlay .withdrawal-modal .checkbox-list .checkbox-option:hover{background:rgba(208,99,204,.05)}.withdrawal-overlay .withdrawal-modal .new-list-input{display:flex;width:100%;padding:25px 22px;border-radius:12px;background:#100F17;align-items:center;justify-content:center;margin-bottom:24px}.withdrawal-overlay .withdrawal-modal .new-list-input input{flex:1 1;background:transparent;border:none;outline:none;color:#FFF;font-family:Montserrat,sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:20px}.withdrawal-overlay .withdrawal-modal .new-list-input button{background:none;border:none;cursor:pointer;padding-left:7px;display:flex;justify-content:center;align-items:center}.withdrawal-overlay .withdrawal-modal .new-list-input button svg{width:25px;height:25px}.withdrawal-overlay .withdrawal-modal .radio-list{display:flex;flex-direction:column;gap:24px;width:100%;justify-content:flex-start;align-items:flex-start;margin-bottom:24px}.withdrawal-overlay .withdrawal-modal .radio-list .radio-option{display:flex;align-items:center;gap:8px;width:100%;padding:8px;cursor:pointer;position:relative}.withdrawal-overlay .withdrawal-modal .radio-list .radio-option input{position:absolute;opacity:0}.withdrawal-overlay .withdrawal-modal .radio-list .radio-option .custom-radio{width:24px;height:24px;border:2px solid #637381;border-radius:50%;display:inline-block;position:relative}.withdrawal-overlay .withdrawal-modal .radio-list .radio-option input:checked+.custom-radio:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background:#FF99D6;border-radius:50%}.withdrawal-overlay .withdrawal-modal .modal-actions{display:flex;justify-content:space-between;gap:24px}.withdrawal-overlay .withdrawal-modal .modal-actions .cancel-btn,.withdrawal-overlay .withdrawal-modal .modal-actions .save-btn{flex:1 1;padding:12px 24px;border-radius:12px;color:#FFF;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:500;min-width:120px;line-height:24px;cursor:pointer;border:none}.withdrawal-overlay .withdrawal-modal .modal-actions .cancel-btn{border-bottom:1px dashed #54103a;background:rgba(255,255,255,.04)}.withdrawal-overlay .withdrawal-modal .modal-actions .save-btn{background:linear-gradient(330deg,rgba(84,16,58,.5647058824) 1%,rgba(70,153,255,.5647058824) 90%);background-image:url(/images/btn-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover}.quit-overlay{position:fixed;inset:0;background:rgba(0,0,0,.63);display:flex;align-items:center;z-index:999;justify-content:center;z-index:1000;animation:fadeIn .25s ease-out}.quit-overlay .quit-modal{border-radius:24px;background:#14181B;width:90%;max-width:440px;padding:16px 24px;position:relative;text-align:center;animation:scaleIn .3s ease}.quit-overlay .quit-modal .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;padding:24px 0;border-bottom:1px solid rgba(255,215,215,.22)}.quit-overlay .quit-modal .modal-header h3{color:#FFF;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;line-height:24px}.quit-overlay .quit-modal .modal-header .close-btn{background:none;border:none;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:transform .2s ease}.quit-overlay .quit-modal .modal-header .close-btn:hover{transform:scale(1.2)}.quit-overlay .quit-modal .modal-header .close-btn svg{width:24px;height:24px}.quit-overlay .quit-modal .modal-body{display:flex;flex-direction:column;justify-content:center;align-items:center}.quit-overlay .quit-modal .modal-body .icon{margin-bottom:12px;display:flex;justify-content:center;align-items:center}.quit-overlay .quit-modal .modal-body .modal-title{color:#FF3116;font-family:Montserrat,sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:32px;margin-bottom:10px}.quit-overlay .quit-modal .modal-body .modal-title.success{color:#22C55E}.quit-overlay .quit-modal .modal-body .desc{color:#FFF;text-align:center;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:600;margin-bottom:40px;line-height:32px}.quit-overlay .quit-modal .modal-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;width:100%}.quit-overlay .quit-modal .modal-actions .cancel-btn,.quit-overlay .quit-modal .modal-actions .confirm-btn{color:#FFF;font-family:Montserrat,sans-serif;font-size:15px;font-style:normal;font-weight:500;line-height:18px;cursor:pointer;outline:none;border-radius:12px;padding:12px;border:1px solid #fff;background:rgba(255,255,255,.1);transition:all .25s ease}.quit-overlay .quit-modal .modal-actions .cancel-btn:hover,.quit-overlay .quit-modal .modal-actions .confirm-btn:hover{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.8)}.quit-overlay .quit-modal .modal-actions .confirm-btn{border:1px solid #ff3116;background:rgba(255,49,22,.1);color:#FF3116}.quit-overlay .quit-modal .modal-actions .confirm-btn:hover{background:rgba(255,49,22,.22);border-color:#ff4a30;color:#FF4A30}.quit-overlay .quit-modal .modal-actions .confirm-btn.success{border:1px solid #22c55e;background:rgba(34,197,94,.1);color:#22C55E}.quit-overlay .quit-modal .modal-actions .confirm-btn.success:hover{background:rgba(34,197,94,.22);border-color:#16A34A;color:#16A34A}.dialogue-overlay{position:fixed;inset:0;background:rgba(0,0,0,.63);display:flex;align-items:center;z-index:999;justify-content:center;z-index:1000;animation:fadeIn .25s ease-out}.dialogue-overlay .dialogue-modal{border-radius:24px;background:#14181B;width:90%;max-width:900px;padding:16px 24px;position:relative;text-align:center;animation:scaleIn .3s ease;transition:all .3s ease}@media (max-width:768px){.dialogue-overlay .dialogue-modal{padding:16px;width:95%}}.dialogue-overlay .dialogue-modal .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;padding:24px 0;border-bottom:1px solid rgba(255,215,215,.22)}.dialogue-overlay .dialogue-modal .modal-header h3{color:#FFF;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;line-height:24px}.dialogue-overlay .dialogue-modal .modal-header .close-btn{background:none;border:none;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:transform .2s ease}.dialogue-overlay .dialogue-modal .modal-header .close-btn:hover{transform:scale(1.2)}.dialogue-overlay .dialogue-modal .modal-header .close-btn svg{width:24px;height:24px}.dialogue-overlay .dialogue-modal .modal-body{display:flex;flex-direction:column;justify-content:center;align-items:center}.dialogue-overlay .dialogue-modal .modal-body .dialogue-block{border-radius:24px;background:#100F17;margin:12px 0 24px;padding:12px;position:relative;color:white;overflow:hidden;transition:all .25s ease}.dialogue-overlay .dialogue-modal .modal-body .dialogue-block:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(255,102,196,.15)}.dialogue-overlay .dialogue-modal .modal-body .dialogue-block .block-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.dialogue-overlay .dialogue-modal .modal-body .dialogue-block .block-header .block-title{color:#FFF;font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;line-height:21px}.dialogue-overlay .dialogue-modal .modal-body .dialogue-block .block-header .copy-button{border-radius:36px;background:rgba(255,255,255,.12);border:none;width:44px;height:44px;padding:6px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .2s}.dialogue-overlay .dialogue-modal .modal-body .dialogue-block .block-header .copy-button:hover{background:#444;color:#fff;transform:scale(1.05)}.dialogue-overlay .dialogue-modal .modal-body .dialogue-block .block-content{max-height:150px;overflow-y:auto;padding-right:20px;color:#FFF;font-family:Montserrat,sans-serif;font-size:14px;font-weight:400;line-height:21px;text-align:left;scrollbar-width:thin}.dialogue-overlay .dialogue-modal .modal-body .dialogue-block .block-content::-webkit-scrollbar{width:6px}.dialogue-overlay .dialogue-modal .modal-body .dialogue-block .block-content::-webkit-scrollbar-thumb{background-color:#ff66c4;border-radius:3px}.dialogue-overlay .dialogue-modal .modal-body .interaction-bar{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;width:100%;gap:12px;margin-top:16px}.dialogue-overlay .dialogue-modal .modal-body .interaction-button{display:flex;align-items:center;gap:12px;padding:8px 16px;border-radius:24px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.04);color:#FFF;font-family:Montserrat,sans-serif;font-size:12px;font-weight:600;line-height:24px;text-transform:capitalize;cursor:pointer;transition:all .25s ease}.dialogue-overlay .dialogue-modal .modal-body .interaction-button:hover{background-color:#2a2a2a;transform:scale(1.03);box-shadow:0 4px 10px rgba(255,255,255,.05)}.dialogue-overlay .dialogue-modal .modal-body .interaction-button .divider{width:1px;height:16px;background:#666;margin:0 4px}.dialogue-overlay .dialogue-modal .modal-body .profile-info{display:flex;align-items:center;justify-content:flex-start;width:100%;gap:20px;margin-top:24px}@media (max-width:480px){.dialogue-overlay .dialogue-modal .modal-body .profile-info{flex-direction:column;align-items:flex-start;gap:12px}}.dialogue-overlay .dialogue-modal .modal-body .profile-info .avatar img{width:48px;height:48px;border-radius:50%;object-fit:cover}.dialogue-overlay .dialogue-modal .modal-body .profile-info .info{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.dialogue-overlay .dialogue-modal .modal-body .profile-info .info .name{color:#FFF;font-size:18px;font-weight:600;line-height:28px}.dialogue-overlay .dialogue-modal .modal-body .profile-info .info .username{color:#8C8C8C;font-size:14px;font-weight:500;line-height:21px}.voice-overlay{position:fixed;inset:0;background:rgba(0,0,0,.63);display:flex;align-items:center;z-index:999;justify-content:center;z-index:1000;animation:fadeIn .25s ease-out}.voice-overlay .voice-modal{border-radius:24px;background:#14181B;width:90%;max-width:440px;padding:16px 24px;position:relative;text-align:center;animation:scaleIn .3s ease}.voice-overlay .voice-modal .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;padding:24px 0;border-bottom:1px solid rgba(255,215,215,.22)}.voice-overlay .voice-modal .modal-header h3{color:#FFF;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;line-height:24px}.voice-overlay .voice-modal .modal-header .close-btn{background:none;border:none;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:transform .2s ease}.voice-overlay .voice-modal .modal-header .close-btn:hover{transform:scale(1.2)}.voice-overlay .voice-modal .modal-header .close-btn svg{width:24px;height:24px}.voice-overlay .voice-modal .modal-body{display:flex;flex-direction:column;justify-content:center;align-items:center}.voice-overlay .voice-modal .modal-body .icon{margin-bottom:12px;display:flex;justify-content:center;align-items:center}.voice-overlay .voice-modal .modal-body .modal-title{color:var(--Secondary80,#C39);font-size:20px}.voice-overlay .voice-modal .modal-body .desc,.voice-overlay .voice-modal .modal-body .modal-title{text-align:center;font-family:Montserrat,sans-serif;font-style:normal;font-weight:600;line-height:32px}.voice-overlay .voice-modal .modal-body .desc{color:#FFF;font-size:16px;margin-bottom:40px}.voice-overlay .voice-modal .modal-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;width:100%}.voice-overlay .voice-modal .modal-actions .cancel-btn,.voice-overlay .voice-modal .modal-actions .confirm-btn{color:#FFF;font-family:Montserrat,sans-serif;font-size:15px;font-style:normal;font-weight:500;line-height:18px;cursor:pointer;outline:none;padding:12px;border-radius:12px;border:1px solid #fff;background:rgba(255,255,255,.1);transition:all .25s ease}.voice-overlay .voice-modal .modal-actions .cancel-btn:hover,.voice-overlay .voice-modal .modal-actions .confirm-btn:hover{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.8)}.voice-overlay .voice-modal .modal-actions .confirm-btn{color:#FF66C4;border:1px solid #ff66c4;background:rgba(255,102,196,.1)}.voice-overlay .voice-modal .modal-actions .confirm-btn:hover{background:rgba(255,49,22,.22);border-color:#FF66C4;color:#FF66C4}.voice-overlay .voice-modal .checkbox-option{position:relative;display:flex;align-items:center;gap:14px;width:100%;color:#FFF;font-family:Public Sans,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:22px;cursor:pointer;padding:8px;border-radius:12px;transition:background .2s ease}.voice-overlay .voice-modal .checkbox-option input{position:absolute;opacity:0;cursor:pointer}.voice-overlay .voice-modal .checkbox-option .custom-check{width:24px;height:24px;min-width:24px;border:2px solid #fff;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.voice-overlay .voice-modal .checkbox-option .custom-check:after{content:"";width:10px;height:10px;border-radius:2px;background-color:#D063CC;opacity:0;transition:opacity .2s ease}.voice-overlay .voice-modal .checkbox-option input:checked+.custom-check{border-color:#D063CC;background-color:rgba(208,99,204,.15)}.voice-overlay .voice-modal .checkbox-option input:checked+.custom-check:after{opacity:1}.voice-overlay .voice-modal .checkbox-option:hover{background:rgba(208,99,204,.05)}.comments-overlay{position:fixed;inset:0;background:rgba(0,0,0,.63);display:flex;align-items:center;z-index:999;justify-content:center;z-index:1000;animation:fadeIn .25s ease-out}.comments-overlay .comments-modal{border-radius:24px;background:#14181B;width:90%;max-width:440px;padding:16px 24px;position:relative;text-align:center;animation:scaleIn .3s ease}.comments-overlay .comments-modal .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;padding:24px 0;border-bottom:1px solid rgba(255,215,215,.22)}.comments-overlay .comments-modal .modal-header h3{color:#FFF;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;line-height:24px}.comments-overlay .comments-modal .modal-header .close-btn{background:none;border:none;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:transform .2s ease}.comments-overlay .comments-modal .modal-header .close-btn:hover{transform:scale(1.2)}.comments-overlay .comments-modal .modal-header .close-btn svg{width:24px;height:24px}.comments-overlay .comments-modal .modal-body{display:flex;flex-direction:column;justify-content:center;align-items:center}.comments-overlay .comments-modal .modal-body .comment-list{margin-top:12px;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;max-height:300px;overflow:auto;gap:10px}.comments-overlay .comments-modal .modal-body .comment-list .comment-item{display:flex;justify-content:flex-start;align-items:flex-start;gap:4px;width:100%;padding:10px 0;transition:all .3s ease}.comments-overlay .comments-modal .modal-body .comment-list .comment-item:hover{background-color:rgba(255,255,255,.03);border-radius:8px;padding:10px 5px}.comments-overlay .comments-modal .modal-body .comment-list .comment-item .avatar-circle{border-radius:11.166px;border:.931px solid rgba(255,230,242,.12);width:22px;height:22px;display:flex;justify-content:center;align-items:center;background-color:#1f1f1f}.comments-overlay .comments-modal .modal-body .comment-list .comment-item .comment-content{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;min-width:0;max-width:80%}.comments-overlay .comments-modal .modal-body .comment-list .comment-item .comment-content .comment-text-wrapper{width:100%;transition:all .3s ease}.comments-overlay .comments-modal .modal-body .comment-list .comment-item .comment-content .comment-text-wrapper.expanded .comment-text{max-height:none}.comments-overlay .comments-modal .modal-body .comment-list .comment-item .comment-content .comment-text{color:#FFF;font-family:Montserrat,sans-serif;font-size:11.166px;font-style:normal;font-weight:400;line-height:14.888px;word-break:break-word;overflow-wrap:anywhere;text-align:left;max-height:44px;overflow:hidden;transition:max-height .3s ease}.comments-overlay .comments-modal .modal-body .comment-list .comment-item .comment-content .read-more-btn{background:none;border:none;color:#FF66C4;font-family:Montserrat,sans-serif;font-size:10px;font-weight:500;cursor:pointer;padding:4px 0;margin-top:4px;display:flex;align-items:center;gap:4px;transition:all .3s ease}.comments-overlay .comments-modal .modal-body .comment-list .comment-item .comment-content .read-more-btn:hover{color:#FF99D6;transform:translateX(2px)}.comments-overlay .comments-modal .modal-body .comment-list .comment-item .comment-content .read-more-btn .arrow-icon{transition:transform .3s ease}.comments-overlay .comments-modal .modal-body .comment-list .comment-item .comment-content .read-more-btn .arrow-icon.expanded{transform:rotate(90deg)}.comments-overlay .comments-modal .modal-body .comment-list .comment-item .comment-content .comment-meta{color:var(--Secondary10,#8C8C8C);font-family:Montserrat,sans-serif;font-size:7.444px;font-style:normal;font-weight:400;line-height:11.166px}.comments-overlay .comments-modal .modal-body .comment-list .comment-item .comment-content .comment-meta strong{color:#FFE6F2}.comments-overlay .comments-modal .modal-body .comment-input{margin-top:50px;display:flex;justify-content:space-between;align-items:center;border-radius:12px;width:100%;background:#100F17}.comments-overlay .comments-modal .modal-body .comment-input input{flex:1 1;padding:25px 20px;color:#FFF;font-family:Montserrat,sans-serif;font-size:15px;font-style:normal;font-weight:400;background-color:transparent;border:none;outline:none;line-height:20px}.comments-overlay .comments-modal .modal-body .comment-input button{padding:20px;display:flex;justify-content:center;align-items:center;background-color:transparent;border:none;outline:none;cursor:pointer;transition:transform .2s ease}.comments-overlay .comments-modal .modal-body .comment-input button:hover{transform:scale(1.1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@media (max-width:480px){.share-modal{padding:12px 16px}.share-modal .modal-title{font-size:18px}.share-modal .desc{font-size:14px}.share-modal .copy-btn{padding:10px;height:42px;font-size:14px}.share-modal .share-link span{font-size:14px}}.copy-badge{position:fixed;bottom:24px;right:24px;background-color:#5170FF;color:#fff;padding:6px 12px;border-radius:8px;font-size:13px;font-weight:500;animation:fadeInOut 2s ease forwards;pointer-events:none;z-index:100}.cart-box{padding:15px;text-align:center;margin:auto;max-width:530px;width:100%}.cart-box,.cart-box .icon{display:flex;flex-direction:column;justify-content:center;align-items:center}.cart-box .icon{position:relative;margin-bottom:45px}.cart-box .icon .shadow{display:flex;justify-content:center;align-items:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cart-box .icon .icc{width:90px;height:90px}.cart-box .message{color:#FFF;text-align:center;font-family:Montserrat,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:40px;margin-bottom:32px;text-transform:none}.cart-box .explore-btn{width:100%;padding:14px;font-size:14px;font-weight:700;text-transform:uppercase;border-radius:12px;border:1px solid var(--liner,rgba(255,255,255,.1254901961));background:var(--liner,linear-gradient(329deg,#54103A -2.05%,rgba(70,153,255,0) 178.12%));background-image:url(/images/btn-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;cursor:pointer;transition:all .3s ease}.cart-box .explore-btn:hover{transform:scale(1.02)}.cart-box .explore-btn:active{transform:scale(.97);opacity:.9}.notes-empty-state{display:flex;flex-direction:column;min-height:100vh;background:#0A0A0A;color:white;font-family:Montserrat,sans-serif}.notes-empty-state .notes-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-bottom:1px solid rgba(255,255,255,.1)}.notes-empty-state .notes-header h2{font-size:24px;font-weight:600;color:#FFFFFF;margin:0}.notes-empty-state .notes-header .share-button{background:linear-gradient(135deg,#FF66C4,#4699FF);border:none;border-radius:8px;padding:12px 24px;color:white;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.notes-empty-state .notes-header .share-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(255,102,196,.3)}.notes-empty-state .empty-content{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1 1;text-align:center;padding:40px 20px}.notes-empty-state .empty-content .icon{position:relative;margin-bottom:32px}.notes-empty-state .empty-content .icon .shadow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.notes-empty-state .empty-content .icon .icc{position:relative;z-index:2}.notes-empty-state .empty-content .message{font-size:18px;font-weight:500;color:#FFFFFF;margin-bottom:32px;line-height:1.5}.notes-empty-state .empty-content .history-btn{background:linear-gradient(135deg,#FF66C4,#4699FF);border:none;border-radius:12px;padding:16px 32px;color:white;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(255,102,196,.3)}.notes-empty-state .empty-content .history-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(255,102,196,.4)}.cart-full-wrapper{display:flex;flex-direction:column}.cart-full-wrapper .add-card-btn{margin-top:16px;width:100%;max-width:200px;padding:14px;border-radius:12px;border:1px solid var(--liner,rgba(255,255,255,.1254901961));background:var(--liner,linear-gradient(329deg,#54103A -2.05%,rgba(70,153,255,0) 178.12%));background-image:url(/images/btn-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;color:#FFF;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:21px;text-transform:uppercase;cursor:pointer;transition:all .3s ease}.cart-full-wrapper .add-card-btn:hover{transform:scale(1.02)}.cart-full-wrapper .add-card-btn:active{opacity:.9;transform:scale(.97)}.cart-full-wrapper .checkbox-option{position:relative;display:flex;align-items:center;gap:14px;color:#FFF;font-family:Public Sans,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:22px;cursor:pointer;padding:8px;border-radius:12px;transition:background .2s ease}.cart-full-wrapper .checkbox-option input{position:absolute;opacity:0;cursor:pointer}.cart-full-wrapper .checkbox-option .custom-check{width:24px;height:24px;min-width:24px;border:2px solid #fff;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.cart-full-wrapper .checkbox-option .custom-check:after{content:"";width:10px;height:10px;border-radius:2px;background-color:#D063CC;opacity:0;transition:opacity .2s ease}.cart-full-wrapper .checkbox-option input:checked+.custom-check{border-color:#D063CC;background-color:rgba(208,99,204,.15)}.cart-full-wrapper .checkbox-option input:checked+.custom-check:after{opacity:1}.cart-full-wrapper .checkbox-option:hover{background:rgba(208,99,204,.05)}.cart-full-wrapper .checkbox-option .saved-card-info{display:flex;flex-direction:column;gap:4px;margin-left:8px}.cart-full-wrapper .checkbox-option .saved-card-info .card-number{font-family:Digital-7,monospace;font-size:16px;font-weight:600;color:#FFFFFF;letter-spacing:1px;text-shadow:0 0 8px rgba(255,102,196,.5)}.cart-full-wrapper .checkbox-option .saved-card-info .card-details{font-size:12px;color:rgba(255,255,255,.8);font-weight:500}.cart-full-wrapper .saved-card-option{margin-bottom:16px;padding:16px;background:linear-gradient(135deg,rgba(255,102,196,.1),rgba(70,153,255,.1));border:1px solid rgba(255,102,196,.3);border-radius:12px;position:relative;overflow:hidden}.cart-full-wrapper .saved-card-option:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#FF66C4,#4699FF)}.cart-full-wrapper .cart-main{display:flex;justify-content:space-between;align-items:flex-start;gap:30px}@media (max-width:992px){.cart-full-wrapper .cart-main{flex-direction:column}}.cart-full-wrapper .cart-left{flex:2 1}.cart-full-wrapper .cart-left .cart-left-inner{border-radius:8.34px;border:1.043px solid rgba(255,241,250,.13);background:#0F0E16;padding:12px;overflow:hidden;position:relative}.cart-full-wrapper .cart-left .cart-left-inner .shadow{position:absolute;left:0;top:-45px}.cart-full-wrapper .cart-left .cart-left-inner .seperator{height:2px;width:100%;margin-bottom:12px;margin-top:12px;background:linear-gradient(323deg,#1B1A22 -16.98%,#993D76 108.66%)}.cart-full-wrapper .cart-left .cart-left-inner .cart-item{display:flex;align-items:flex-start;justify-content:flex-start;margin-bottom:20px;position:relative}.cart-full-wrapper .cart-left .cart-left-inner .cart-item .image{border-radius:9px;border:1.043px solid rgba(255,255,255,.1254901961);overflow:hidden;margin-left:12px}.cart-full-wrapper .cart-left .cart-left-inner .cart-item .image img{width:100%;height:100%;object-fit:cover}.cart-full-wrapper .cart-left .cart-left-inner .cart-item .cart-details{margin-left:12px;flex:1 1}.cart-full-wrapper .cart-left .cart-left-inner .cart-item .cart-details h3{color:#FFF;text-align:left;font-family:Montserrat,sans-serif;font-size:11.51px;font-style:normal;font-weight:400;line-height:16.681px;margin-bottom:12px}.cart-full-wrapper .cart-left .cart-left-inner .cart-item .cart-details p{color:#FAFAFA;text-align:left;font-family:Montserrat,sans-serif;font-size:8.34px;font-style:normal;font-weight:500;line-height:11.51px}.cart-full-wrapper .cart-left .cart-left-inner .cart-item .cart-details span{color:#8C8C8C;font-family:Montserrat,sans-serif;font-size:8.34px;font-style:normal;font-weight:400}.cart-full-wrapper .cart-left .cart-left-inner .cart-item .right{display:flex;justify-content:center;align-items:center;gap:12px}.cart-full-wrapper .cart-left .cart-left-inner .cart-item .right .cart-price{color:#FF66C4;text-align:center;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:19px}.cart-full-wrapper .cart-left .cart-left-inner .cart-item .right .remove-btn{background:none;border:none;display:flex;justify-content:center;align-items:center;cursor:pointer}.cart-full-wrapper .cart-left .cart-left-inner .recommended-section{margin-top:40px}.cart-full-wrapper .cart-left .cart-left-inner .recommended-section h4{color:#fff;margin-bottom:12px}.cart-full-wrapper .cart-left .cart-left-inner .recommended-section .recommended-list{display:flex;gap:16px}.cart-full-wrapper .cart-left .cart-left-inner .recommended-section .recommended-list .recommended-card{background:rgba(255,255,255,.05);padding:12px;border-radius:12px;text-align:center;color:#fff;position:relative}.cart-full-wrapper .cart-left .cart-left-inner .recommended-section .recommended-list .recommended-card .badge{position:absolute;top:8px;left:8px;background:#FF66C4;padding:2px 8px;font-size:10px;border-radius:6px}.cart-full-wrapper .cart-left .cart-left-inner .recommended-section .recommended-list .recommended-card h5{margin:8px 0 4px;font-size:14px}.cart-full-wrapper .cart-left .cart-left-inner .recommended-section .recommended-list .recommended-card p,.cart-full-wrapper .cart-left .cart-left-inner .recommended-section .recommended-list .recommended-card span{font-size:12px;color:#ccc}@media (max-width:992px){.cart-full-wrapper .cart-left{flex:1 1;width:100%}}.cart-full-wrapper .cart-right{flex:1 1;padding:12px;border-radius:8.34px;border:1.043px solid rgba(255,241,250,.13);background:#0F0E16;position:relative;overflow:hidden}@media (max-width:992px){.cart-full-wrapper .cart-right{flex:1 1;width:100%}}.cart-full-wrapper .cart-right .shadow{position:absolute;left:0;top:-45px}.cart-full-wrapper .cart-right h4{color:#FFF;font-family:Montserrat,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:32px;margin-bottom:24px}.cart-full-wrapper .cart-right .summary-line{display:flex;justify-content:space-between;margin:8px 0;color:#FFF}.cart-full-wrapper .cart-right .summary-line,.cart-full-wrapper .cart-right .summary-line .pr{font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:19px}.cart-full-wrapper .cart-right .summary-line .pr{color:#8C8C8C}.cart-full-wrapper .cart-right .summary-line.total{border-bottom:1px solid #993d76;border-top:1px solid #993d76;padding:16px 0;margin:16px 0}.cart-full-wrapper .cart-right .coupon-input{width:100%;border-radius:12px;border:1px solid #ff66c4;display:flex;justify-content:flex-start;align-items:stretch;background:rgba(255,255,255,.12)}.cart-full-wrapper .cart-right .coupon-input::placeholder{color:#aaa}.cart-full-wrapper .cart-right .coupon-input .ic{padding:13px;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.cart-full-wrapper .cart-right .coupon-input input{flex:1 1;background-color:transparent;border:none;outline:none;padding:13px 13px 13px 0;color:#FFF;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:19px}.cart-full-wrapper .cart-right .checkout-btn{margin-top:16px;width:100%;padding:14px;border-radius:12px;border:1px solid var(--liner,rgba(255,255,255,.1254901961));background:var(--liner,linear-gradient(329deg,#54103A -2.05%,rgba(70,153,255,0) 178.12%));background-image:url(/images/btn-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;color:#FFF;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:21px;text-transform:uppercase;cursor:pointer;transition:all .3s ease}.cart-full-wrapper .cart-right .checkout-btn:hover{transform:scale(1.02)}.cart-full-wrapper .cart-right .checkout-btn:active{opacity:.9;transform:scale(.97)}.cart-full-wrapper .confirm-section{padding:12px;border-radius:8.34px;border:1.043px solid rgba(255,241,250,.13);background:#0F0E16;margin-bottom:30px;position:relative;overflow:hidden}.cart-full-wrapper .confirm-section .shadow{position:absolute;left:0;top:-45px}.cart-full-wrapper .confirm-section .shadow svg{fill:linear-gradient(90deg,#4699FF 21.15%,#FF66C4 79.33%);filter:blur(61.8730049133px)}.cart-full-wrapper .confirm-section h3{font-size:24px;line-height:32px}.cart-full-wrapper .confirm-section h3,.cart-full-wrapper .confirm-section h4{font-family:Montserrat,sans-serif;font-style:normal;font-weight:600;background:var(--Linear,linear-gradient(323deg,#4699FF 50.6%,#FF66C4 108.66%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid #993d76}.cart-full-wrapper .confirm-section h4{font-size:12px;line-height:24px}.cart-full-wrapper .confirm-section .confirm-product{display:flex;justify-content:flex-start;align-items:center;margin-bottom:12px}.cart-full-wrapper .confirm-section .confirm-product img{width:120px;height:auto;aspect-ratio:1/1;border-radius:9px;border:1.043px solid rgba(255,255,255,.5647058824)}.cart-full-wrapper .confirm-section .confirm-product div{display:flex;justify-content:flex-start;align-items:flex-start;margin-left:12px;flex-direction:column;gap:12px}.cart-full-wrapper .confirm-section .confirm-product div p,.cart-full-wrapper .confirm-section .confirm-product div span{color:#FFF;text-align:center;font-family:Montserrat,sans-serif;font-size:11.51px;font-style:normal;font-weight:400;line-height:16.681px}.cart-full-wrapper .confirm-section .dsc{color:#FFF;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:21px;margin-bottom:12px}.cart-full-wrapper .confirm-section .input,.cart-full-wrapper .confirm-section .textarea{width:100%;border-radius:8px;background:rgba(255,255,255,.04);border:none;color:#FFF0FF;z-index:2;position:relative;outline:none;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;padding:16px 12px;font-weight:500;line-height:18px;text-transform:uppercase;transition:all .2s ease;resize:none}.cart-full-wrapper .confirm-section .input:focus,.cart-full-wrapper .confirm-section .input:hover,.cart-full-wrapper .confirm-section .textarea:focus,.cart-full-wrapper .confirm-section .textarea:hover{background:rgba(255,255,255,.08)}.cart-full-wrapper .confirm-section .input::placeholder,.cart-full-wrapper .confirm-section .textarea::placeholder{color:rgba(255,255,255,.6)}.cart-full-wrapper .confirm-section .int-ctr{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-top:12px;margin-bottom:12px}.cart-full-wrapper .cart-right-2{flex:1 1;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}@media (max-width:992px){.cart-full-wrapper .cart-right-2{flex:1 1;width:100%}}.cart-full-wrapper .cart-right-2 .front{position:relative;border-radius:8.34px;margin-top:30px;border:1.043px solid rgba(255,241,250,.13);background:#0F0E16;overflow:hidden;width:100%}.cart-full-wrapper .cart-right-2 .front p{margin:0;color:#fff;flex:1 1;font-family:Public Sans,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:22px}.cart-full-wrapper .cart-right-2 .front p .knm{color:#fff;-webkit-text-decoration-line:underline;text-decoration-line:underline;white-space:nowrap}.cart-full-wrapper .cart-right-2 .front .shadow{position:absolute;left:0;top:-45px}.cart-full-wrapper .cart-right-2 .front .shadow svg{fill:linear-gradient(90deg,#4699FF 21.15%,#FF66C4 79.33%);filter:blur(61.8730049133px)}.cart-full-wrapper .cart-right-2 .cart-right-2-inner{padding:12px;width:100%;border-radius:8.34px;border:1.043px solid rgba(255,241,250,.13);background:#0F0E16;position:relative;overflow:hidden}.cart-full-wrapper .cart-right-2 .cart-right-2-inner .shadow{position:absolute;left:0;top:-45px}.cart-full-wrapper .cart-right-2 .cart-right-2-inner h4{color:#FFF;font-family:Montserrat,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:32px;margin-bottom:24px}.cart-full-wrapper .cart-right-2 .cart-right-2-inner .summary-line{display:flex;justify-content:space-between;margin:8px 0;color:#FFF;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:19px}.cart-full-wrapper .cart-right-2 .cart-right-2-inner .summary-line .pr{color:#8C8C8C;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:19px}.cart-full-wrapper .cart-right-2 .cart-right-2-inner .summary-line.total{border-bottom:1px solid #993d76;border-top:1px solid #993d76;padding:16px 0;margin:16px 0}.cart-full-wrapper .cart-right-2 .cart-right-2-inner .coupon-input{width:100%;border-radius:12px;border:1px solid #ff66c4;display:flex;justify-content:flex-start;align-items:stretch;background:rgba(255,255,255,.12)}.cart-full-wrapper .cart-right-2 .cart-right-2-inner .coupon-input::placeholder{color:#aaa}.cart-full-wrapper .cart-right-2 .cart-right-2-inner .coupon-input .ic{padding:13px;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.cart-full-wrapper .cart-right-2 .cart-right-2-inner .coupon-input input{flex:1 1;background-color:transparent;border:none;outline:none;padding:13px 13px 13px 0;color:#FFF;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:19px}.cart-full-wrapper .cart-right-2 .cart-right-2-inner .checkout-btn{margin-top:16px;width:100%;padding:14px;border-radius:12px;border:1px solid var(--liner,rgba(255,255,255,.1254901961));background:var(--liner,linear-gradient(329deg,#54103A -2.05%,rgba(70,153,255,0) 178.12%));background-image:url(/images/btn-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;color:#FFF;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:21px;text-transform:uppercase;cursor:pointer;transition:all .3s ease}.cart-full-wrapper .cart-right-2 .cart-right-2-inner .checkout-btn:hover{transform:scale(1.02)}.cart-full-wrapper .cart-right-2 .cart-right-2-inner .checkout-btn:active{opacity:.9;transform:scale(.97)}.chatbots-empty-state{gap:24px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:15px}.chatbots-empty-state .mobile-header{display:none}.chatbots-empty-state .mobile-header span{background:var(--Linear,linear-gradient(323deg,#FF66C4 9.6%,#4699FF 108.66%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:24px;text-align:left}@media (max-width:992px){.chatbots-empty-state .mobile-header{display:flex;width:100%;justify-content:flex-start;align-items:flex-start}}.chatbots-empty-state .logo{display:flex;justify-content:center;align-items:center;animation:glowFade 2.5s ease-in-out infinite}.chatbots-empty-state .logo img{width:64px;height:64px}@media (max-width:992px){.chatbots-empty-state .logo img{width:52px;height:52px}}.chatbots-empty-state .logo svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120px;height:120px}.chatbots-empty-state h2{font-size:24px;line-height:50px}.chatbots-empty-state h2,.chatbots-empty-state p{color:#fff;font-family:Montserrat,sans-serif;font-style:normal;font-weight:400}.chatbots-empty-state p{margin-bottom:12px;text-align:center;font-size:16px;line-height:24px}.chatbots-empty-state .highlight{color:#ff66c4}.chatbots-empty-state .create-button,.chatbots-empty-state a{cursor:pointer;padding:22px;border-radius:12px;border:1px dashed rgba(255,102,196,.1254901961);background:#100f17;color:#fff;font-family:Montserrat,sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:20px;text-decoration:none;display:flex;justify-content:center;align-items:center;gap:10px;transition:background-color .3s ease,border-color .3s ease}.chatbots-empty-state .create-button span,.chatbots-empty-state a span{display:flex;justify-content:center;align-items:center}.chatbots-empty-state .create-button:hover,.chatbots-empty-state a:hover{background-color:#1a1722;border-color:#ff66c4}.chatbots-list-wrapper{display:flex;width:100%;height:100%;flex-direction:column;padding:24px 64px;color:#fff}@media (max-width:1100px){.chatbots-list-wrapper{padding:32px 15px}}.chatbots-list-wrapper .chatbots-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.chatbots-list-wrapper .chatbots-header h2{font-family:Montserrat,sans-serif;font-size:36px;font-style:normal;font-weight:600;line-height:56px;background:var(--Linear,linear-gradient(323deg,#FF66C4 9.6%,#4699FF 108.66%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width:1100px){.chatbots-list-wrapper .chatbots-header h2{font-size:16px;font-style:normal;font-weight:700;line-height:24px}}.chatbots-list-wrapper .chatbots-header .create-button{cursor:pointer;padding:18px 22px;border-radius:12px;border:1px dashed rgba(255,102,196,.1254901961);background:#100f17;color:#fff;font-family:Montserrat,sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:20px;text-decoration:none;display:flex;justify-content:center;align-items:center;gap:10px;transition:background-color .3s ease,border-color .3s ease}@media (max-width:1100px){.chatbots-list-wrapper .chatbots-header .create-button{padding:16px}}.chatbots-list-wrapper .chatbots-header .create-button span{display:flex;justify-content:center;align-items:center}.chatbots-list-wrapper .chatbots-header .create-button:hover{background-color:#1a1722;border-color:#ff66c4}.chatbots-list-wrapper .chatbots-grid{display:flex;flex-direction:column;gap:24px}.chatbots-list-wrapper .chatbots-grid .chatbot-card{display:flex;color:#fff;cursor:pointer;gap:16px;padding:8px;justify-content:space-between;align-items:flex-start;border-radius:8px;border:1px solid rgba(255,241,250,.13);background:#0F0E16;position:relative;overflow:hidden;transition:all .3s ease}.chatbots-list-wrapper .chatbots-grid .chatbot-card:hover{transform:scale(1.01);box-shadow:0 0 12px rgba(255,102,196,.2);border-color:rgba(255,102,196,.25)}@media (max-width:1100px){.chatbots-list-wrapper .chatbots-grid .chatbot-card{flex-direction:column}}.chatbots-list-wrapper .chatbots-grid .chatbot-card .shadow{position:absolute;top:0;left:0;z-index:0}.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-left{z-index:2}@media (max-width:1100px){.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-left{width:100%}}.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-left .bot-thumbnail{width:260px;height:210px;border-radius:12px;object-fit:cover}@media (max-width:1100px){.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-left .bot-thumbnail{width:100%;height:170px}}.chatbots-list-wrapper .chatbots-grid .chatbot-card .menu-trigger{height:100%;margin-left:10px}.chatbots-list-wrapper .chatbots-grid .chatbot-card .menu-trigger .dot-btn{background:none;border:none;cursor:pointer;padding:4px}.chatbots-list-wrapper .chatbots-grid .chatbot-card .menu-trigger .dot-btn svg{display:block}.chatbots-list-wrapper .chatbots-grid .chatbot-card .menu-trigger .context-menu{position:absolute;top:30px;right:0;border-radius:8.34px;background:#1A1920;box-shadow:-6px 2px 14px 0 rgba(0,0,0,.25);z-index:10;padding:13px;display:flex;flex-direction:column;min-width:180px}.chatbots-list-wrapper .chatbots-grid .chatbot-card .menu-trigger .context-menu .seperator{width:100%;display:block;height:1px;background-color:#484244}.chatbots-list-wrapper .chatbots-grid .chatbot-card .menu-trigger .context-menu .menu-item{display:flex;align-items:center;gap:8px;background:none;border:none;color:white;font-family:Montserrat,sans-serif;font-size:14px;cursor:pointer;border-radius:6px;transition:background .2s ease}.chatbots-list-wrapper .chatbots-grid .chatbot-card .menu-trigger .context-menu .menu-item svg{flex-shrink:0}.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-right{z-index:3;flex:1 1;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:24px;height:100%}@media (max-width:1100px){.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-right{width:100%;height:auto}}.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-right .top-row{display:flex;justify-content:space-between;align-items:flex-start;border-radius:12px;background:rgba(255,255,255,.04);padding:12px;width:100%}.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-right .top-row .user-info{display:flex;align-items:flex-start;gap:12px}.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-right .top-row .user-info .user-avatar{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.12)}.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-right .top-row .user-info .user-meta{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-right .top-row .user-info .user-meta .title{color:#FFF;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:32px;text-transform:capitalize;margin-bottom:12px}.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-right .top-row .user-info .user-meta .user-name{color:#8C8C8C;font-family:Montserrat,sans-serif;font-size:10px;font-style:normal;font-weight:400;display:flex;justify-content:flex-start;align-items:center;line-height:12px;text-transform:capitalize;gap:12px}.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-right .top-row .user-info .user-meta .user-name .tag{border-radius:4px;display:flex;background:rgba(255,255,255,.06);padding:4px;color:#8C8C8C;font-family:Montserrat,sans-serif;font-size:10px;font-style:normal;font-weight:400;line-height:12px;text-transform:capitalize}.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-right .top-row .card-end{display:none!important}@media (max-width:1110px){.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-right .top-row .card-end{display:flex}}.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-right .top-row .dialog-info{display:flex;align-items:center;gap:9px}@media (max-width:1100px){.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-right .top-row .dialog-info{display:none}}.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-right .top-row .dialog-info .dialog-count{color:#FFF;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:600;line-height:24px;text-transform:capitalize}.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-right .top-row .dialog-info .status{color:#2ABC49;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;border-radius:8px;border:1px solid rgba(21,21,21,.13);background:#C8FFD4;padding:0 12px;font-weight:600;line-height:24px;text-transform:capitalize}.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-right .top-row .dialog-info .status.purchased{color:#FFFFFF;background:#FF6B6B;border:1px solid rgba(255,107,107,.3)}.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-right .dialog-info-nm{display:none;align-items:center;gap:9px;margin-top:10px;width:100%;justify-content:flex-end}@media (max-width:1100px){.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-right .dialog-info-nm{display:flex}}.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-right .dialog-info-nm .dialog-count{color:#FFF;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:600;line-height:24px;text-transform:capitalize}.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-right .dialog-info-nm .status{color:#2ABC49;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;border-radius:8px;border:1px solid rgba(21,21,21,.13);background:#C8FFD4;padding:0 12px;font-weight:600;line-height:24px;text-transform:capitalize}.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-right .dialog-info-nm .status.purchased{color:#FFFFFF;background:#FF6B6B;border:1px solid rgba(255,107,107,.3)}.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-right .stats{display:flex;gap:24px;color:#FFF;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:600;line-height:24px;text-transform:capitalize}@media (max-width:1100px){.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-right .stats{margin-bottom:8px}}.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-right .stats span{display:flex;justify-content:center;align-items:center;gap:9px}.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-right .stats span .icc{cursor:pointer;display:flex;justify-content:center;align-items:center}.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-right .stats span .icc:hover svg path{fill:#FF66C4}.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-right .stats span .icc svg{width:24px}.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-right .stats span .icc svg path{transition:all .3s ease}.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-right .actions{display:flex;width:100%;justify-content:flex-end;align-items:center;gap:10px}.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-right .actions .edit-btn{border-radius:8px;border:2px dashed var(--liner,rgba(255,255,255,.1254901961));background:linear-gradient(329deg,rgba(84,16,58,0) -2.05%,rgba(70,153,255,0) 178.12%);cursor:pointer;padding:12px 25px;display:flex;justify-content:center;align-items:center;gap:5px}@media (max-width:1100px){.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-right .actions .edit-btn{display:none}}.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-right .actions span{color:#FFF0FF;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:18px;text-transform:uppercase}.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-right .actions .icc{display:flex;justify-content:center;align-items:center}.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-right .actions .icc svg{width:20px}.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-right .actions .add-btn{border-radius:8px;overflow:hidden;border:2px dashed var(--liner,rgba(255,255,255,.1254901961));background:linear-gradient(330deg,rgba(84,16,58,.3647058824) 1%,rgba(70,153,255,.3647058824) 90%);background-image:url(/images/btn-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;padding:12px 25px;display:flex;justify-content:center;align-items:center;gap:5px}@media (max-width:1100px){.chatbots-list-wrapper .chatbots-grid .chatbot-card .card-right .actions .add-btn{width:100%}}.followed-bots-wrapper{display:flex;width:100%;height:100%;flex-direction:column;padding:24px 64px;color:#fff}@media (max-width:1100px){.followed-bots-wrapper{padding:32px 15px}}.followed-bots-wrapper .followed-bots-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.followed-bots-wrapper .followed-bots-header h2{font-family:Montserrat,sans-serif;font-size:36px;font-style:normal;font-weight:600;line-height:56px;background:var(--Linear,linear-gradient(323deg,#FF66C4 9.6%,#4699FF 108.66%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width:1100px){.followed-bots-wrapper .followed-bots-header h2{font-size:16px;font-style:normal;font-weight:700;line-height:24px}}.followed-bots-wrapper .followed-bots-list{display:flex;flex-direction:column;gap:12px}.followed-bots-wrapper .followed-bots-list .followed-bot-card{display:flex;align-items:flex-start;border-radius:8px;border:1px solid rgba(255,241,250,.1);background:#0F0E16;padding:8px;gap:16px;position:relative;transition:all .3s ease;overflow:hidden}@media (max-width:992px){.followed-bots-wrapper .followed-bots-list .followed-bot-card{flex-direction:column;justify-content:flex-start;align-items:flex-start}}.followed-bots-wrapper .followed-bots-list .followed-bot-card .shadow{position:absolute;top:50%;left:-30px;transform:translateY(-50%)}.followed-bots-wrapper .followed-bots-list .followed-bot-card .shadow svg{fill:linear-gradient(90deg,#4699FF 21.15%,#FF66C4 79.33%);filter:blur(59.3487968445px)}.followed-bots-wrapper .followed-bots-list .followed-bot-card:hover{background:#22212c;border-color:rgba(255,102,196,.15)}.followed-bots-wrapper .followed-bots-list .followed-bot-card .icon{width:130px;height:130px;border-radius:7px;overflow:hidden;flex-shrink:0}.followed-bots-wrapper .followed-bots-list .followed-bot-card .icon img{object-fit:cover;width:100%;height:100%}.followed-bots-wrapper .followed-bots-list .followed-bot-card .details{display:flex;flex-direction:column;gap:16px}.followed-bots-wrapper .followed-bots-list .followed-bot-card .details h4{color:#FFF;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:24px;text-transform:capitalize}.followed-bots-wrapper .followed-bots-list .followed-bot-card .details p{color:#FFF;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:24px;text-transform:capitalize}.followed-bots-wrapper .followed-bots-list .followed-bot-card .details .tag{display:none}@media (max-width:992px){.followed-bots-wrapper .followed-bots-list .followed-bot-card .details .tag{display:flex;justify-content:center;align-items:center;border-radius:4px;width:max-content;background:rgba(255,255,255,.12);padding:0 12px;color:#FFF;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:24px;text-transform:capitalize}}.forgot-password-btn{color:#FF66C4!important;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:24px;text-transform:capitalize;cursor:pointer}.forgot-password-btn:hover{text-decoration:underline}.dialogue-wrapper{display:flex;width:100%;height:100%;flex-direction:column;padding:24px 64px;color:#fff;position:relative;z-index:9999}@media (max-width:1100px){.dialogue-wrapper{padding:32px 15px}}.dialogue-wrapper .dialogue-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.dialogue-wrapper .dialogue-header h2{font-family:Montserrat,sans-serif;font-size:36px;font-style:normal;font-weight:600;line-height:56px;background:var(--Linear,linear-gradient(323deg,#FF66C4 9.6%,#4699FF 108.66%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width:1100px){.dialogue-wrapper .dialogue-header h2{font-size:16px;font-style:normal;font-weight:700;line-height:24px}}.dialogue-wrapper .dialogue-header .market-filter-select{position:relative}.dialogue-wrapper .dialogue-header .market-filter-select .market-filter-btn{display:flex;align-items:center;background:none;padding:12px 20px;border-radius:12px;border:1px dashed #ff66c4;background:#100F17;cursor:pointer;transition:border .15s;color:#FFF;font-family:Montserrat,sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:20px}.dialogue-wrapper .dialogue-header .market-filter-select .market-filter-btn svg{margin-right:7px}.dialogue-wrapper .dialogue-header .market-filter-select .market-filter-btn:hover{border-color:#FF66C4}.dialogue-wrapper .dialogue-header .market-filter-select .market-filter-dropdown{position:absolute;right:0;top:110%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;border-radius:8.34px;background:#1A1920;box-shadow:-6px 2px 14px 0 rgba(0,0,0,.25);width:170px;padding:15px 20px;z-index:99;gap:10px}.dialogue-wrapper .dialogue-header .market-filter-select .market-filter-dropdown .filter-option{color:#FFF;font-family:Montserrat,sans-serif;font-size:11px;font-style:normal;font-weight:400;line-height:20px;cursor:pointer;display:flex;align-items:center;gap:3px;transition:color .18s}.dialogue-wrapper .dialogue-header .market-filter-select .market-filter-dropdown .filter-option.active,.dialogue-wrapper .dialogue-header .market-filter-select .market-filter-dropdown .filter-option:hover{color:#FF66C4}.dialogue-wrapper .dialogue-header .market-filter-select .market-filter-dropdown .filter-option .info-dot{display:flex;align-items:center}.dialogue-wrapper .category-filter{width:100%;display:flex;flex-direction:row;gap:12px;justify-content:center;align-items:center;margin:0 auto}@media (min-width:992px){.dialogue-wrapper .category-filter{max-width:630px;justify-content:space-between}}@media (min-width:1200px){.dialogue-wrapper .category-filter{max-width:900px}}.dialogue-wrapper .category-filter .arw-ct{display:flex;justify-content:center;align-items:center}.dialogue-wrapper .category-filter .splide{width:calc(100% - 88px)}@media (max-width:992px){.dialogue-wrapper .category-filter .splide{width:100%}}.dialogue-wrapper .category-filter .cat-btn{padding:16px;border-radius:12px;background-color:#0f0e16;border:none;width:100%;cursor:pointer;transition:all .25s ease;color:#FFF;text-align:center;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:22px}@media (max-width:992px){.dialogue-wrapper .category-filter .cat-btn{font-size:11px;font-weight:400;line-height:12px}}.dialogue-wrapper .category-filter .cat-btn:hover{background-color:#18161f}.dialogue-wrapper .category-filter .cat-btn.active{background:linear-gradient(330deg,rgba(84,16,58,.5647058824) 1%,rgba(70,153,255,.5647058824) 90%);background-image:url(/images/btn-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;color:#ffffff}.dialogue-wrapper .category-filter .custom-arrow{width:32px;height:32px;border-radius:50%;border:none;background:rgba(255,255,255,.32);display:flex;align-items:center;justify-content:center;transition:all .25s ease;cursor:pointer}.dialogue-wrapper .category-filter .custom-arrow:hover{background-color:#26242f}.dialogue-wrapper .category-filter .custom-arrow svg{width:16px;height:16px}@media (max-width:992px){.dialogue-wrapper .category-filter .custom-arrow{display:none}}.dialogue-wrapper .my-masonry-grid{display:flex;gap:8px;margin-top:24px}.dialogue-wrapper .my-masonry-grid_column{background-clip:padding-box}.dialogue-wrapper .dialogue-card{border-radius:7.444px;border:.931px solid rgba(255,241,250,.13);background:#0F0E16;padding:8px;margin-bottom:8px;display:flex;flex-direction:column;justify-content:space-between;color:#fff;position:relative;z-index:0;opacity:0;transform:translateY(20px);animation:fadeInUp .4s ease-out forwards;animation-delay:calc(var(--card-index, 0) * 50ms);transition:transform .25s ease,box-shadow .25s ease}.dialogue-wrapper .dialogue-card:hover{transform:translateY(0) scale(1.015);box-shadow:0 4px 20px rgba(255,102,196,.2)}.dialogue-wrapper .dialogue-card .shadow{position:absolute;top:-40px;z-index:-2;left:50%;transform:translateX(-50%)}.dialogue-wrapper .dialogue-card .shadow svg{fill:linear-gradient(90deg,#4699FF 21.15%,#FF66C4 79.33%);filter:blur(59.3488px)}.dialogue-wrapper .dialogue-card .card-content{font-size:7px;padding:12px;background-color:#333;border-radius:8px;line-height:1.6;margin-bottom:8px;position:relative;max-height:250px;overflow:hidden}.dialogue-wrapper .dialogue-card .card-content:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:80%;border-radius:8px;background:linear-gradient(0deg,#0B0B0F,transparent);pointer-events:none}.dialogue-wrapper .dialogue-card .card-footer{display:flex;justify-content:space-between;align-items:center}.dialogue-wrapper .dialogue-card .card-footer .popup-menu{position:absolute;bottom:80px;right:5px;z-index:999999;padding:12px 24px;width:280px;z-index:99999;border-radius:24px;background:#14181B}@media (max-width:992px){.dialogue-wrapper .dialogue-card .card-footer .popup-menu{zoom:.8}}.dialogue-wrapper .dialogue-card .card-footer .popup-menu ul{list-style:none;display:flex;flex-direction:column;gap:12px}.dialogue-wrapper .dialogue-card .card-footer .popup-menu ul li{display:flex;align-items:center;gap:12px;padding:12px 0;cursor:pointer;transition:.2s;color:#FFF;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.dialogue-wrapper .dialogue-card .card-footer .popup-menu ul li span{display:flex;justify-content:center;align-items:center}.dialogue-wrapper .dialogue-card .card-footer .popup-menu ul li span svg{width:24px;height:24px}.dialogue-wrapper .dialogue-card .card-footer .popup-menu ul li:hover{transform:translateX(4px);color:#ff66c4}.dialogue-wrapper .dialogue-card .card-footer .popup-menu ul hr{border:none;border-top:1px solid rgb(255,255,255)}.dialogue-wrapper .dialogue-card .card-footer .left{display:flex;justify-content:flex-start;align-items:center;gap:5px}.dialogue-wrapper .dialogue-card .card-footer .left .icon{display:flex;justify-content:center;align-items:center}.dialogue-wrapper .dialogue-card .card-footer .left .icon img{border-radius:50%;border:.931px solid rgba(255,230,242,.12);width:24px;height:24px;object-fit:cover}.dialogue-wrapper .dialogue-card .card-footer .left .left-item{display:flex;flex-direction:column;gap:4px;justify-content:flex-start;align-items:flex-start}.dialogue-wrapper .dialogue-card .card-footer .left .left-item .card-title{color:#FFF;font-family:Montserrat,sans-serif;font-size:11.166px;font-weight:400;line-height:14.888px}.dialogue-wrapper .dialogue-card .card-footer .left .left-item .card-sub{color:#8C8C8C;font-family:Montserrat,sans-serif;font-size:7.444px;font-weight:400;line-height:11.166px}.history-wrapper{display:flex;width:100%;height:100%;flex-direction:column;padding:24px 64px;color:#fff}.history-wrapper .menu-trigger{height:100%;margin-left:10px}@media (max-width:992px){.history-wrapper .menu-trigger{position:absolute;top:20px;right:20px;z-index:10}}.history-wrapper .menu-trigger .dot-btn{background:none;border:none;cursor:pointer;padding:4px}.history-wrapper .menu-trigger .dot-btn svg{display:block}.history-wrapper .menu-trigger .context-menu{position:absolute;top:30px;right:0;border-radius:8.34px;background:#1A1920;box-shadow:-6px 2px 14px 0 rgba(0,0,0,.25);z-index:10;padding:0 13px;display:flex;flex-direction:column;min-width:180px}.history-wrapper .menu-trigger .context-menu .seperator{width:100%;display:block;height:1px;background-color:#484244}.history-wrapper .menu-trigger .context-menu .menu-item{display:flex;align-items:center;gap:8px;background:none;border:none;color:white;font-family:Montserrat,sans-serif;font-size:14px;padding:13px 0;cursor:pointer;border-radius:6px;transition:background .2s ease}.history-wrapper .menu-trigger .context-menu .menu-item svg{flex-shrink:0}@media (max-width:1100px){.history-wrapper{padding:32px 15px}}.history-wrapper .history-header{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-bottom:40px}.history-wrapper .history-header h2{font-family:Montserrat,sans-serif;font-size:36px;font-style:normal;font-weight:600;line-height:56px;background:var(--Linear,linear-gradient(323deg,#FF66C4 9.6%,#4699FF 108.66%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width:1100px){.history-wrapper .history-header h2{font-size:16px;font-style:normal;font-weight:700;line-height:24px}}.history-wrapper .history-header .history-search{border-radius:12px;background:#100f17;display:flex;flex-direction:row;justify-content:space-between;align-items:center;transition:box-shadow .3s ease;width:100%;margin-top:25px}.history-wrapper .history-header .history-search:hover{box-shadow:0 0 0 2px rgba(255,102,196,.3)}.history-wrapper .history-header .history-search input{padding:25px 20px;flex:1 1;background-color:transparent;border:none;outline:none;color:#fff;font-family:Montserrat,sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:20px}.history-wrapper .history-header .history-search button{height:100%;padding:5px 20px 5px 5px;display:flex;justify-content:center;align-items:center;background-color:transparent;border:none;outline:none;cursor:pointer;transition:transform .2s ease}.history-wrapper .history-header .history-search button:hover{transform:scale(1.1)}.history-wrapper .history-header .history-search button svg{width:24px;height:24px}.history-wrapper .history-list{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:24px}.history-wrapper .history-list .history-card{display:flex;width:100%;align-items:flex-start;border-radius:8px;border:1px solid rgba(255,241,250,.13);padding:8px;background:#0F0E16;position:relative;overflow:visible;transition:all .3s ease}@media (max-width:992px){.history-wrapper .history-list .history-card{flex-direction:column;justify-content:flex-start;align-items:flex-start}}.history-wrapper .history-list .history-card .shadow{position:absolute;top:0;height:100%;left:0;overflow:hidden;border-radius:8px}.history-wrapper .history-list .history-card .shadow svg{fill:linear-gradient(90deg,#4699FF 21.15%,#FF66C4 79.33%)}.history-wrapper .history-list .history-card:hover{background:#22212c;border-color:rgba(255,102,196,.15)}.history-wrapper .history-list .history-card .icon{overflow:hidden;display:flex;justify-content:center;align-items:center;margin-right:16px;z-index:2}.history-wrapper .history-list .history-card .icon img{object-fit:cover;width:90px;border-radius:12px;height:90px}.history-wrapper .history-list .history-card .details{display:flex;flex-direction:column;flex:1 1;justify-content:flex-start;align-items:flex-start}@media (max-width:992px){.history-wrapper .history-list .history-card .details{width:100%}}.history-wrapper .history-list .history-card .details .top-card{padding:12px;border-radius:12px;background:rgba(255,255,255,.04);width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;flex-wrap:wrap}@media (max-width:992px){.history-wrapper .history-list .history-card .details .top-card{margin-top:16px}}.history-wrapper .history-list .history-card .details .top-card .editable-input{background:transparent;border:none;border-bottom:1px solid #888;color:white;font-size:16px;font-family:Montserrat,sans-serif;font-weight:600;width:100%;outline:none}.history-wrapper .history-list .history-card .details .top-card h4,.history-wrapper .history-list .history-card .details .top-card p{color:#FFF;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:32px;text-transform:capitalize}.history-wrapper .history-list .history-card .details .subtitle{width:100%;display:flex;justify-content:flex-start;align-items:center}.history-wrapper .history-list .history-card .details .subtitle .icon{display:flex;justify-content:center;align-items:center}.history-wrapper .history-list .history-card .details .subtitle .icon svg{width:24px;height:24px}.history-wrapper .history-list .history-card .details .subtitle span{color:#FFF;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:600;line-height:24px;text-transform:capitalize}.dashboard-inner-layout-inr{width:100%;height:100%}.chatbot-create-wrapper{display:flex;width:100%;height:100%;flex-direction:column;padding:24px 64px;color:#fff}@media (max-width:1100px){.chatbot-create-wrapper{padding:32px 15px}}.chatbot-create-wrapper .chatbot-create-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.chatbot-create-wrapper .chatbot-create-header h2{font-family:Montserrat,sans-serif;font-size:36px;font-style:normal;font-weight:600;line-height:56px;background:var(--Linear,linear-gradient(323deg,#FF66C4 9.6%,#4699FF 108.66%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width:1100px){.chatbot-create-wrapper .chatbot-create-header h2{font-size:16px;font-style:normal;font-weight:700;line-height:24px}}.chatbot-create-wrapper .card-grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:24px;gap:24px}@media (max-width:992px){.chatbot-create-wrapper .card-grid{grid-template-columns:1fr 1fr}}@media (max-width:576px){.chatbot-create-wrapper .card-grid{grid-template-columns:1fr}}.chatbot-create-wrapper .create-card{padding:24px 12px;color:white;transition:all .2s ease;cursor:pointer;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#111018;box-shadow:0 4px 51px 2px rgba(233,255,253,.11)}.chatbot-create-wrapper .create-card:hover{transform:translateY(-4px);box-shadow:0 0 20px rgba(255,102,196,.1)}.chatbot-create-wrapper .create-card .icon-box{width:46px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:4px;margin-bottom:12px}.chatbot-create-wrapper .create-card .card-title{color:#FFF;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:21px;margin-bottom:12px;text-transform:uppercase}.chatbot-create-wrapper .create-card .card-desc{color:#FFF;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:300;line-height:21px;text-transform:capitalize}.list-wrapper{display:flex;width:100%;height:100%;flex-direction:column;padding:24px 64px;color:#fff}.list-wrapper .share-modal{max-width:760px}@media (max-width:1100px){.list-wrapper{padding:32px 15px}}.list-wrapper .list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.list-wrapper .list-header h2{font-family:Montserrat,sans-serif;font-size:36px;font-style:normal;font-weight:600;line-height:56px;background:var(--Linear,linear-gradient(323deg,#FF66C4 9.6%,#4699FF 108.66%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width:1100px){.list-wrapper .list-header h2{font-size:16px;font-style:normal;font-weight:700;line-height:24px}}.list-wrapper .list-header .create-button{cursor:pointer;padding:18px 22px;border-radius:12px;border:1px dashed rgba(255,102,196,.1254901961);background:#100f17;color:#fff;font-family:Montserrat,sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:20px;text-decoration:none;display:flex;justify-content:center;align-items:center;gap:10px;transition:background-color .3s ease,border-color .3s ease}@media (max-width:1100px){.list-wrapper .list-header .create-button{padding:16px}}.list-wrapper .list-header .create-button span{display:flex;justify-content:center;align-items:center}.list-wrapper .list-header .create-button:hover{background-color:#1a1722;border-color:#ff66c4}.list-wrapper .list-inner{display:flex;flex-direction:column;width:100%;gap:12px}.list-wrapper .list-inner .list-card{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;position:relative;border-radius:8px;padding:8px;border:1px solid rgba(255,241,250,.13);background:#0F0E16;overflow:hidden;gap:24px}@media (max-width:992px){.list-wrapper .list-inner .list-card{flex-direction:column;justify-content:flex-start;align-items:flex-start}.list-wrapper .list-inner .list-card .list-delete{position:absolute;top:50%;right:8px;transform:translateY(-50%)}}.list-wrapper .list-inner .list-card .shadow{position:absolute;top:50%;left:-30px;transform:translateY(-50%)}.list-wrapper .list-inner .list-card .shadow svg{fill:linear-gradient(90deg,#4699FF 21.15%,#FF66C4 79.33%);filter:blur(59.3487968445px)}.list-wrapper .list-inner .list-card .splide-wrapper{width:320px;display:flex;justify-content:center;align-items:center}.list-wrapper .list-inner .list-card .list-left{display:flex;justify-content:center;align-items:center;gap:4px}.list-wrapper .list-inner .list-card .list-left img{border-radius:24px;width:44px;height:44px;object-fit:cover;border-radius:50%;box-shadow:0 4px 4px 5px rgba(0,0,0,.6)}.list-wrapper .list-inner .list-card .list-left .splide{width:320px}.list-wrapper .list-inner .list-card .list-left .splide .splide__track{padding:20px}.list-wrapper .list-inner .list-card .list-left .splide .splide__list{align-items:center}.list-wrapper .list-inner .list-card .list-left .splide .splide__slide{display:flex;align-items:center;justify-content:center}.list-wrapper .list-inner .list-card .list-left .splide .splide__slide img{border-radius:24px;width:44px;height:44px;object-fit:cover;border-radius:50%;box-shadow:0 4px 4px 5px rgba(0,0,0,.6)}.list-wrapper .list-inner .list-card .splide__arrows .splide__arrow{border:none;width:32px;height:32px;border-radius:50%;top:50%;transform:translateY(-50%);z-index:10;display:flex;align-items:center;justify-content:center}.list-wrapper .list-inner .list-card .splide__arrows .splide__arrow:hover{background:rgba(255,255,255,.3)}.list-wrapper .list-inner .list-card .splide__arrows .splide__arrow svg{width:32px!important;height:33px!important}.list-wrapper .list-inner .list-card .splide__arrows .splide__arrow svg .pathg{fill:transparent!important}.list-wrapper .list-inner .list-card .splide__arrows .splide__arrow--prev{left:0;transform:translateY(-50%) rotate(180deg)}.list-wrapper .list-inner .list-card .splide__arrows .splide__arrow--next{right:0}.list-wrapper .list-inner .list-card .list-content{flex:1 1;gap:8px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.list-wrapper .list-inner .list-card .list-content h4{color:#FFF;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:32px;text-transform:capitalize}.list-wrapper .list-inner .list-card .list-content .username{color:#8C8C8C;font-family:Montserrat,sans-serif;font-size:10px;font-style:normal;font-weight:400;line-height:12px;text-transform:capitalize}.list-wrapper .list-inner .list-card .list-content .summary{color:#FFF;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:600;line-height:24px;text-transform:capitalize}.list-wrapper .list-inner .list-card .list-content .dialog-info{display:flex;justify-content:flex-start;align-items:center;gap:4px}.list-wrapper .list-inner .list-card .list-content .dialog-info svg{width:16px;height:16px}.list-wrapper .list-inner .list-card .list-content .dialog-info span{color:#FFF;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:600;line-height:24px;text-transform:capitalize}.list-wrapper .list-inner .list-card .list-delete{display:flex;justify-content:center;cursor:pointer;align-items:center}.list-wrapper .list-inner .list-card .list-delete svg{width:30px}.list-wrapper .list-inner .list-card{transition:all .3s ease;cursor:pointer}.list-wrapper .list-inner .list-card:hover{box-shadow:0 0 20px rgba(255,102,196,.3);border-color:rgba(255,102,196,.25)}.list-wrapper .list-inner .list-card .list-left{z-index:2}.list-wrapper .list-inner .list-card .list-left img{transition:transform .3s ease}.list-wrapper .list-inner .list-card .list-left img:hover{transform:scale(1.1) rotate(2deg)}.pricing-wrapper{display:flex;width:100%;height:100%;flex-direction:column;padding:24px 64px;color:#fff}.pricing-wrapper *{font-family:Montserrat,sans-serif!important}@media (max-width:1100px){.pricing-wrapper{padding:32px 15px}}.pricing-wrapper .pricing-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.pricing-wrapper .pricing-header h2{font-family:Montserrat,sans-serif;font-size:36px;font-style:normal;font-weight:600;line-height:56px;background:var(--Linear,linear-gradient(323deg,#FF66C4 9.6%,#4699FF 108.66%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width:1100px){.pricing-wrapper .pricing-header h2{font-size:16px;font-style:normal;font-weight:700;line-height:24px}}.pricing-wrapper .pricing-toggle{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:2.5rem}.pricing-wrapper .pricing-toggle span{font-size:14px;font-weight:500;color:#aaa;transition:color .3s}.pricing-wrapper .pricing-toggle .active{color:white;font-weight:600}.pricing-wrapper .pricing-toggle .toggle-switch{width:50px;height:24px;background:#6c47ff;border-radius:999px;position:relative;cursor:pointer;transition:background .3s}.pricing-wrapper .pricing-toggle .toggle-switch .circle{width:20px;height:20px;background:white;border-radius:50%;position:absolute;top:2px;left:2px;transition:transform .3s ease}.pricing-wrapper .plan-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;padding-top:2rem}.pricing-wrapper .plan-card{background:radial-gradient(circle at top right,#3d1c7c 0,#111014 70%);border:1px solid rgba(255,255,255,.13);padding:16px 24px;border-radius:16px;font-family:Montserrat,sans-serif;color:white;position:relative;transition:all .3s ease;cursor:pointer}.pricing-wrapper .plan-card.active{border:2px solid #a259ff;box-shadow:0 0 30px rgba(162,89,255,.35);transform:translateY(-8px)}.pricing-wrapper .plan-card:hover{transform:translateY(-4px);box-shadow:0 0 20px rgba(162,89,255,.2)}.pricing-wrapper .plan-card h3{font-size:20px;font-weight:500;color:#c7c7c7;margin-bottom:16px;display:flex;align-items:center;justify-content:space-between}.pricing-wrapper .plan-card h3 .left{display:flex;align-items:center;gap:10px}.pricing-wrapper .plan-card h3 .badge{background-color:#1c1c1c;border:1px solid rgba(255,255,255,.05);color:white;font-size:12px;font-weight:500;padding:4px 10px;border-radius:6px;line-height:1;box-shadow:inset 0 0 0 1px rgba(255,255,255,.03)}.pricing-wrapper .plan-card .plan-price{font-size:24px;font-weight:700;margin-bottom:12px}.pricing-wrapper .plan-card .plan-price span{font-size:12px;color:#aaa;margin-left:.3rem}.pricing-wrapper .plan-card .plan-description{font-size:14px;color:#ccc;margin-bottom:16px;line-height:1.6}.pricing-wrapper .plan-card .plan-button,.pricing-wrapper .plan-card .schedule-button{width:100%;padding:12px;font-size:12px;font-weight:600;border-radius:8px;cursor:pointer;border:none;margin-bottom:1.5rem;transition:background .3s ease}.pricing-wrapper .plan-card .plan-button{background-color:#a259ff;color:white}.pricing-wrapper .plan-card .plan-button:hover{background-color:#8e4fe4}.pricing-wrapper .plan-card .schedule-button{background-color:#1c1c1c;border:1px solid rgba(255,255,255,.05);color:white}.pricing-wrapper .plan-card .schedule-button:hover{background-color:#333}.pricing-wrapper .plan-card .plan-features{list-style:none;font-size:13px;padding:0}.pricing-wrapper .plan-card .plan-features li{display:flex;align-items:center;gap:.5rem;margin-bottom:.6rem}.pricing-wrapper .plan-card .plan-features li svg{color:#a259ff}@media (max-width:600px){.pricing-wrapper .plan-card{padding:16px}.pricing-wrapper .plan-card h3{font-size:18px}.pricing-wrapper .plan-card .plan-price{font-size:20px}}.checkout-wrapper{display:flex;width:100%;height:100%;flex-direction:column;padding:24px 64px;color:#fff}@media (max-width:1100px){.checkout-wrapper{padding:32px 15px}}.checkout-wrapper .checkout-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.checkout-wrapper .checkout-header h2{font-family:Montserrat,sans-serif;font-size:36px;font-style:normal;font-weight:600;line-height:56px;background:var(--Linear,linear-gradient(323deg,#FF66C4 9.6%,#4699FF 108.66%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width:1100px){.checkout-wrapper .checkout-header h2{font-size:16px;font-style:normal;font-weight:700;line-height:24px}}.balance-wrapper{display:flex;width:100%;height:100%;flex-direction:column;padding:24px 64px;color:#fff}@media (max-width:1100px){.balance-wrapper{padding:32px 15px}}.balance-wrapper .balance-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.balance-wrapper .balance-header h2{font-family:Montserrat,sans-serif;font-size:36px;font-style:normal;font-weight:600;line-height:56px;background:var(--Linear,linear-gradient(323deg,#FF66C4 9.6%,#4699FF 108.66%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width:1100px){.balance-wrapper .balance-header h2{font-size:16px;font-style:normal;font-weight:700;line-height:24px}}.balance-wrapper .balance-box{border-radius:8px;margin-bottom:32px;border:1px solid rgba(255,241,250,.13);background:rgba(255,255,255,.06);padding:12px;position:relative;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.balance-wrapper .balance-box .inner{width:100%;display:flex;justify-content:space-between;align-items:center}@media (max-width:992px){.balance-wrapper .balance-box .inner{background-color:#fff;border-radius:12px;padding:12px}.balance-wrapper .balance-box .inner .balance-info{padding:0}}.balance-wrapper .balance-box:hover{box-shadow:0 6px 24px rgba(255,255,255,.08);background:rgba(255,255,255,.09)}.balance-wrapper .balance-box .shadow{position:absolute;top:50%;z-index:2;transform:translateY(-50%);left:0;transition:opacity .3s ease;opacity:.8;height:100%;border-radius:7px;overflow:hidden}.balance-wrapper .balance-box .shadow svg{height:100%}.balance-wrapper .balance-box .balance-info{border-radius:12px;background:#FFF;display:flex;padding:12px 24px;flex-direction:column;gap:10px;align-items:flex-start;transition:background .3s ease}.balance-wrapper .balance-box .balance-info:hover{background:#f4f4f4}.balance-wrapper .balance-box .balance-info .balance-label{color:#000;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.balance-wrapper .balance-box .balance-info .balance-amount{color:#000;font-family:Montserrat,sans-serif;font-size:24px;font-style:normal;font-weight:500;line-height:32px}.balance-wrapper .balance-box .withdraw-button{border-radius:8px;border:2px dashed rgba(84,16,58,.3764705882);background:#FFF;padding:16px 12px;color:#000;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:500;cursor:pointer;min-width:120px;line-height:18px;text-transform:uppercase;transition:all .3s ease}.balance-wrapper .balance-box .withdraw-button:hover{background:#f7f7f7;box-shadow:0 2px 8px rgba(0,0,0,.08);transform:scale(1.03)}.balance-wrapper .balance-tabs{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:45px;margin-bottom:32px}.balance-wrapper .balance-tabs button{cursor:pointer;display:flex;justify-content:center;align-items:center;color:var(--white,#FFF);font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:24px;padding:12px 24px;max-width:50%;width:320px;background-color:transparent;border-radius:12px;border:none;border-bottom:1px dashed #54103a;transition:all .3s ease}@media (max-width:992px){.balance-wrapper .balance-tabs button{font-size:11px}}.balance-wrapper .balance-tabs button:hover{background:rgba(255,255,255,.05);transform:translateY(-2px)}.balance-wrapper .balance-tabs button.active{border-radius:12px;border-bottom:1px dashed var(--liner,rgba(255,255,255,.1254901961));background:linear-gradient(330deg,rgba(84,16,58,.5647058824) 1%,rgba(70,153,255,.5647058824) 90%);box-shadow:0 0 12px rgba(255,255,255,.06);background-image:url(/images/btn-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover}.balance-wrapper .transaction-list{display:flex;flex-direction:column;width:100%;justify-content:flex-start;align-items:flex-start;gap:12px}.balance-wrapper .transaction-list .transaction-card{padding:12px 25px;width:100%;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease;transform:scale(1)}@media (max-width:992px){.balance-wrapper .transaction-list .transaction-card{padding:22px 24px}}.balance-wrapper .transaction-list .transaction-card:hover{transform:scale(1.01);box-shadow:0 6px 24px rgba(255,255,255,.05);background:rgba(255,255,255,.05)}.balance-wrapper .transaction-list .transaction-card.positive{border-radius:12px;border-left:3px solid #5dc474;background:rgba(93,196,116,.07)}.balance-wrapper .transaction-list .transaction-card.positive .amount{color:#5DC474;font-family:Montserrat,sans-serif;font-size:24px;font-style:normal;font-weight:500;line-height:44px}.balance-wrapper .transaction-list .transaction-card .amount{display:block}.balance-wrapper .transaction-list .transaction-card.negative{border-radius:12px;border-left:3px solid #ff7182;background:rgba(188,255,203,.07)}.balance-wrapper .transaction-list .transaction-card.negative .amount{color:#FF7182;font-family:Montserrat,sans-serif;font-size:24px;font-style:normal;font-weight:500;line-height:44px}.balance-wrapper .transaction-list .transaction-card .tab-button{transition:all .25s ease}.balance-wrapper .transaction-list .transaction-card .tab-button:hover{background:rgba(255,255,255,.05)}.balance-wrapper .transaction-list .transaction-card .transaction-left{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:35px}@media (max-width:992px){.balance-wrapper .transaction-list .transaction-card .transaction-left{gap:15px;zoom:.8}}.balance-wrapper .transaction-list .transaction-card .transaction-left .description{color:#FFF;flex:1 1;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:24px}.balance-wrapper .transaction-list .transaction-card .detail-button{border-radius:12px;background:rgba(255,255,255,.09);padding:12px;color:#FFF;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:18px;border:none;outline:none}@media (max-width:992px){.balance-wrapper .transaction-list .transaction-card .detail-button{display:none}}.chat-wrapper{display:flex;width:100%;flex-direction:column;justify-content:space-between;height:calc(100vh - 84.5px);overflow:auto;color:#fff;position:relative;padding:24px 64px 150px}@media (max-width:1100px){.chat-wrapper{padding:32px 15px}}.chat-wrapper .fixed-input-container{position:fixed;bottom:0;left:0;right:0;margin-left:280px;padding:16px 64px;z-index:1000;transition:all .3s ease}@media (max-width:1100px){.chat-wrapper .fixed-input-container{padding:16px 15px}}@media (max-width:992px){.chat-wrapper .fixed-input-container{margin-left:0}}.chat-wrapper .fixed-input-container.logo-clicked{margin-left:90px!important}.chat-wrapper .chat-header{display:flex;justify-content:center;align-items:center;margin-top:50px}.chat-wrapper .chat-header h2{font-family:Montserrat,sans-serif;font-size:36px;font-style:normal;font-weight:600;line-height:56px;background:var(--Linear,linear-gradient(323deg,#FF66C4 9.6%,#4699FF 108.66%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width:1100px){.chat-wrapper .chat-header h2{font-size:16px;font-style:normal;font-weight:700;line-height:24px}}.chat-wrapper .chat-bottom{display:flex;flex-direction:column;justify-content:space-between;height:100%;min-height:0}@media (max-width:992px){.chat-wrapper .chat-bottom{padding-bottom:100px;height:auto;min-height:auto}}.chat-wrapper .chat-bottom .profile-card{padding:12px;border-radius:24px;border:1px solid rgba(255,255,255,.21);background:rgba(255,255,255,.04);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px}.chat-wrapper .chat-bottom .profile-card .context-menu{position:absolute;top:calc(100% + 5px);right:0;border-radius:8.34px;background:#1A1920;box-shadow:-6px 2px 14px 0 rgba(0,0,0,.25);z-index:10;padding:0 13px;display:flex;flex-direction:column;min-width:180px}.chat-wrapper .chat-bottom .profile-card .context-menu .seperator{width:100%;display:block;height:1px;background-color:#484244}.chat-wrapper .chat-bottom .profile-card .context-menu .menu-item{display:flex;align-items:center;gap:8px;background:none;border:none;color:white;font-family:Montserrat,sans-serif;font-size:14px;padding:13px 0;cursor:pointer;border-radius:6px;transition:background .2s ease}.chat-wrapper .chat-bottom .profile-card .context-menu .menu-item svg{flex-shrink:0}.chat-wrapper .chat-bottom .profile-card .profile-top{display:flex;width:100%;justify-content:space-between;align-items:center;gap:32px}@media (max-width:992px){.chat-wrapper .chat-bottom .profile-card .profile-top{flex-direction:column}}.chat-wrapper .chat-bottom .profile-card .profile-top .profile-info{gap:32px;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}@media (max-width:992px){.chat-wrapper .chat-bottom .profile-card .profile-top .profile-info{flex-direction:column;width:100%}}.chat-wrapper .chat-bottom .profile-card .profile-top .profile-info .profile-avatar{width:120px;height:120px;overflow:hidden;border-radius:5.682px}@media (max-width:992px){.chat-wrapper .chat-bottom .profile-card .profile-top .profile-info .profile-avatar{margin:0 auto}}.chat-wrapper .chat-bottom .profile-card .profile-top .profile-info .profile-avatar img{object-fit:cover;width:100%;height:100%}.chat-wrapper .chat-bottom .profile-card .profile-top .profile-info .profile-cont{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:12px}.chat-wrapper .chat-bottom .profile-card .profile-top .profile-info .profile-cont .profile-name{color:#FFF;font-family:Montserrat,sans-serif;font-size:24px;font-style:normal;font-weight:600;line-height:32px}.chat-wrapper .chat-bottom .profile-card .profile-top .profile-info .profile-cont .profile-followers{color:#FFF;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:21px}.chat-wrapper .chat-bottom .profile-card .profile-top .profile-info .profile-cont .profile-subtext{color:#8C8C8C;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:21px}.chat-wrapper .chat-bottom .profile-card .profile-top .profile-actions{display:flex;justify-content:center;align-items:center;gap:12px;position:relative}.chat-wrapper .chat-bottom .profile-card .profile-top .profile-actions .btn-follow{border-radius:8px;background:rgba(255,255,255,.04);background:linear-gradient(#18171F,#18171F) padding-box,linear-gradient(150deg,rgba(10,65,132,.6588235294),rgba(84,16,58,.6588235294)) border-box;border:3px solid transparent;padding:16px;display:flex;justify-content:center;align-items:center;color:#FFF;text-align:center;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:700;line-height:22px;min-width:220px;height:48px;transition:all .25s ease}.chat-wrapper .chat-bottom .profile-card .profile-top .profile-actions .btn-follow:hover{background:rgba(255,255,255,.08);border-color:#993D76;transform:scale(1.02)}.chat-wrapper .chat-bottom .profile-card .profile-top .profile-actions .btn-follow.active{background:linear-gradient(#18171F,#18171F) padding-box,linear-gradient(150deg,#993D76,#c05396) border-box;border-color:transparent;color:#fff;transform:scale(1.03)}.chat-wrapper .chat-bottom .profile-card .profile-top .profile-actions .btn-bell{padding:0;border:0;display:flex;justify-content:center;align-items:center;background-color:transparent}.chat-wrapper .chat-bottom .profile-card .profile-top .profile-actions .btn-bell img{height:48px;transition:transform .25s ease}.chat-wrapper .chat-bottom .profile-card .profile-top .profile-actions .btn-bell img:hover{transform:scale(1.1)}.chat-wrapper .chat-bottom .profile-card .profile-top .profile-actions .btn-bell .acc{display:none}.chat-wrapper .chat-bottom .profile-card .profile-top .profile-actions .btn-bell .disabled,.chat-wrapper .chat-bottom .profile-card .profile-top .profile-actions .btn-bell.active .acc{display:block}.chat-wrapper .chat-bottom .profile-card .profile-top .profile-actions .btn-bell.active .disabled{display:none}.chat-wrapper .chat-bottom .profile-card .profile-buttons{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;width:100%;gap:12px}@media (max-width:992px){.chat-wrapper .chat-bottom .profile-card .profile-buttons{flex-wrap:wrap}}.chat-wrapper .chat-bottom .profile-card .profile-buttons .button-ctr{display:flex;align-items:center;gap:12px;padding:12px;border-radius:24px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.04);color:#FFF;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:600;line-height:24px;text-transform:capitalize;cursor:pointer;transition:all .2s ease}.chat-wrapper .chat-bottom .profile-card .profile-buttons .button-ctr span{display:flex;justify-content:center;align-items:center}.chat-wrapper .chat-bottom .profile-card .profile-buttons .button-ctr button{background-color:transparent;border:none;outline:none;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:12px;color:#FFF;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:600;line-height:24px;text-transform:capitalize}.chat-wrapper .chat-bottom .profile-card .profile-buttons .button-ctr button:first-child{border-right:1px solid #fff;margin-right:12px;padding-right:24px}.chat-wrapper .chat-bottom .profile-card .profile-buttons .button-ctr button span{display:flex;justify-content:center;align-items:center}.chat-wrapper .chat-bottom .profile-card .profile-buttons .button-ctr:hover{background-color:#2a2a2a;transform:scale(1.03);box-shadow:0 4px 10px rgba(255,255,255,.05)}.chat-wrapper .chat-bottom .profile-card .profile-buttons .button-buy,.chat-wrapper .chat-bottom .profile-card .profile-buttons .button-cart{cursor:pointer;transition:all .3s ease}.chat-wrapper .chat-bottom .profile-card .profile-buttons .button-buy svg,.chat-wrapper .chat-bottom .profile-card .profile-buttons .button-cart svg{width:20px;height:20px}.chat-wrapper .chat-bottom .profile-card .profile-buttons .button-buy:hover,.chat-wrapper .chat-bottom .profile-card .profile-buttons .button-cart:hover{background:#ff66c4}.chat-wrapper .chat-bottom .profile-card .profile-buttons .button-buy,.chat-wrapper .chat-bottom .profile-card .profile-buttons .button-cart{position:relative;overflow:visible;background:linear-gradient(329deg,#54103A -2.05%,rgba(70,153,255,0) 178.12%);background-image:url(/images/btn-bg.png),linear-gradient(329deg,#54103A -2.05%,rgba(70,153,255,0) 178.12%);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;align-items:center;color:#FFF;font-family:Montserrat,sans-serif;font-size:15px;font-weight:500;line-height:20px;z-index:0}.chat-wrapper .chat-bottom .profile-card .profile-buttons .button-buy:before,.chat-wrapper .chat-bottom .profile-card .profile-buttons .button-cart:before{content:"";position:absolute;inset:0;border-radius:inherit;border:1.5px dashed rgba(255,102,196,.3058823529);pointer-events:none;z-index:1}.chat-wrapper .chat-bottom .profile-card .profile-buttons .button-buy{width:47px;height:47px;border-radius:50%;min-width:47px;min-height:47px}.chat-wrapper .chat-bottom .profile-card .profile-buttons .button-cart{height:47px;border-radius:33px;padding:0 28px;min-width:130px}.chat-wrapper .chat-bottom .profile-card .profile-buttons .dropdown-wrapper{position:relative}.chat-wrapper .chat-bottom .profile-card .profile-buttons .dropdown-wrapper>button{display:flex;align-items:center;gap:8px;justify-content:flex-start}.chat-wrapper .chat-bottom .profile-card .profile-buttons .dropdown-wrapper .dropdown-menu{position:absolute;top:56px;right:0;border-radius:8.34px;background:#1A1920;box-shadow:-6px 2px 14px 0 rgba(0,0,0,.25);min-width:160px;z-index:10;display:flex;flex-direction:column;overflow:hidden}.chat-wrapper .chat-bottom .profile-card .profile-buttons .dropdown-wrapper .dropdown-menu button{all:unset;display:flex;align-items:center;gap:8px;padding:12px;font-family:Montserrat,sans-serif;font-size:14px;cursor:pointer;transition:background .2s ease}.chat-wrapper .chat-bottom .profile-card .profile-buttons .dropdown-wrapper .dropdown-menu button:hover{background-color:rgba(255,255,255,.05)}.chat-wrapper .chat-bottom .profile-card .profile-buttons .dropdown-wrapper .dropdown-menu button+button{border-top:1px solid #333}.chat-wrapper .chat-bottom .profile-card .profile-description{color:#FFF;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:24px;text-transform:capitalize}.profile-description{align-self:flex-start;text-align:left!important}.chat-wrapper .chat-bottom .chat-area{display:flex;flex-direction:column;flex:1 1;width:100%;position:relative}.chat-wrapper .chat-bottom .chat-area .day{display:flex;justify-content:center;align-items:center;color:#FFF;text-align:center;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;border-radius:150px;border:3px solid rgba(0,0,0,0);background:#14181B;padding:4px 20px;margin:20px auto 8px;font-weight:700;line-height:22px}.chat-wrapper .chat-bottom .chat-area .chat-messages{flex:1 1;max-height:none;overflow:auto;overflow-y:auto;display:flex;flex-direction:column;padding:16px 16px 100px;gap:12px}.chat-wrapper .chat-bottom .chat-area .chat-messages .message{max-width:70%;border-radius:12px;font-size:14px;line-height:1.4;word-break:break-word;white-space:pre-line}.chat-wrapper .chat-bottom .chat-area .chat-messages .message.received{display:flex;align-items:flex-start;gap:12px;padding:12px 0;animation:fadeInUp .4s ease-out}.chat-wrapper .chat-bottom .chat-area .chat-messages .message.received .message-avatar img{width:38px;height:38px;border-radius:50%;object-fit:cover}.chat-wrapper .chat-bottom .chat-area .chat-messages .message.received .message-content{display:flex;flex-direction:column;background-color:transparent}.chat-wrapper .chat-bottom .chat-area .chat-messages .message.received .message-content .sender-name{color:#8C8C8C;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:24px;text-transform:capitalize}.chat-wrapper .chat-bottom .chat-area .chat-messages .message.received .message-content .message-text{color:#FFF;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:24px;text-transform:none}.chat-wrapper .chat-bottom .chat-area .chat-messages .message.received .message-content .message-action{border-radius:5px;background:#100F17;padding:2px 10px;border:none;cursor:pointer;display:flex;width:max-content;margin-top:5px;justify-content:center;align-items:center;gap:5px;transition:background .3s ease,transform .2s ease}.chat-wrapper .chat-bottom .chat-area .chat-messages .message.received .message-content .message-action:hover{background:#1d1c26;transform:translateY(-1px)}.chat-wrapper .chat-bottom .chat-area .chat-messages .message.received .message-content .message-action span{color:#AAA;font-family:Montserrat,sans-serif;font-size:8px;font-style:normal;font-weight:600;line-height:24px;text-transform:capitalize}.chat-wrapper .chat-bottom .chat-area .chat-messages .message.sent{align-self:flex-end;justify-content:flex-end;display:flex;align-items:flex-end;flex-direction:column}.chat-wrapper .chat-bottom .chat-area .chat-messages .message.sent p{background-color:#2d2d2d;color:#FFF;font-family:Montserrat,sans-serif;font-style:normal;font-weight:600;text-transform:none;padding:10px 20px;border-radius:12px;font-size:14px;line-height:1.4;word-break:break-word;white-space:pre-line}.market-wrapper{display:flex;width:100%;height:100%;flex-direction:column;padding:24px 64px;color:#fff}@media (max-width:1100px){.market-wrapper{padding:32px 15px}}.market-wrapper .market-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.market-wrapper .market-header h2{font-family:Montserrat,sans-serif;font-size:36px;font-style:normal;font-weight:600;line-height:56px;background:var(--Linear,linear-gradient(323deg,#FF66C4 9.6%,#4699FF 108.66%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width:1100px){.market-wrapper .market-header h2{font-size:16px;font-style:normal;font-weight:700;line-height:24px}}.market-wrapper .market-header .market-filter-select{position:relative}.market-wrapper .market-header .market-filter-select .market-filter-btn{display:flex;align-items:center;background:none;padding:12px 20px;border-radius:12px;border:1px dashed #ff66c4;background:#100F17;cursor:pointer;transition:border .15s;color:#FFF;font-family:Montserrat,sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:20px}.market-wrapper .market-header .market-filter-select .market-filter-btn svg{margin-right:7px}.market-wrapper .market-header .market-filter-select .market-filter-btn:hover{border-color:#FF66C4}.market-wrapper .market-header .market-filter-select .market-filter-dropdown{position:absolute;right:0;top:110%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;border-radius:8.34px;background:#1A1920;box-shadow:-6px 2px 14px 0 rgba(0,0,0,.25);width:170px;padding:15px 20px;z-index:99;gap:10px}.market-wrapper .market-header .market-filter-select .market-filter-dropdown .filter-option{color:#FFF;font-family:Montserrat,sans-serif;font-size:11px;font-style:normal;font-weight:400;line-height:20px;cursor:pointer;display:flex;align-items:center;gap:3px;transition:color .18s}.market-wrapper .market-header .market-filter-select .market-filter-dropdown .filter-option.active,.market-wrapper .market-header .market-filter-select .market-filter-dropdown .filter-option:hover{color:#FF66C4}.market-wrapper .market-header .market-filter-select .market-filter-dropdown .filter-option .info-dot{display:flex;align-items:center}.market-wrapper .category-filter{width:100%;display:flex;flex-direction:row;gap:12px;justify-content:center;align-items:center;margin-bottom:43px;max-width:910px;margin-left:auto;margin-right:auto}@media (min-width:992px){.market-wrapper .category-filter{justify-content:space-between}}.market-wrapper .category-filter .arw-ct{display:flex;justify-content:center;align-items:center}.market-wrapper .category-filter .splide{width:calc(100% - 88px)}@media (max-width:992px){.market-wrapper .category-filter .splide{width:100%}}.market-wrapper .category-filter .cat-btn{padding:16px;border-radius:12px;background-color:#0f0e16;border:none;width:100%;cursor:pointer;transition:all .25s ease;color:#FFF;text-align:center;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:22px}@media (max-width:992px){.market-wrapper .category-filter .cat-btn{font-size:11px;font-weight:400;line-height:12px}}.market-wrapper .category-filter .cat-btn:hover{background-color:#18161f}.market-wrapper .category-filter .cat-btn.active{background:linear-gradient(330deg,rgba(84,16,58,.5647058824) 1%,rgba(70,153,255,.5647058824) 90%);background-image:url(/images/btn-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;color:#ffffff}.market-wrapper .category-filter .custom-arrow{width:32px;height:32px;border-radius:50%;border:none;background:rgba(255,255,255,.32);display:flex;align-items:center;justify-content:center;transition:all .25s ease;cursor:pointer}.market-wrapper .category-filter .custom-arrow:hover{background-color:#26242f}.market-wrapper .category-filter .custom-arrow svg{width:16px;height:16px}@media (max-width:992px){.market-wrapper .category-filter .custom-arrow{display:none}}.market-wrapper .market-content{display:grid;grid-template-columns:1fr;grid-gap:32px;gap:32px}@media (max-width:992px){.market-wrapper .market-content{grid-template-columns:1fr}}.market-wrapper .market-content .left-cards{display:grid;grid-gap:8px;gap:8px;grid-template-columns:1fr 1fr 1fr 1fr 1fr}@media (max-width:1200px){.market-wrapper .market-content .left-cards{grid-template-columns:1fr 1fr 1fr 1fr}}@media (max-width:992px){.market-wrapper .market-content .left-cards{grid-template-columns:1fr 1fr 1fr}}@media (max-width:576px){.market-wrapper .market-content .left-cards{grid-template-columns:1fr 1fr}}@media (max-width:400px){.market-wrapper .market-content .left-cards{grid-template-columns:1fr}}.market-wrapper .market-content .left-cards .bot-card{transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column;padding:12px;border-radius:8.34px;border:1.043px solid rgba(255,241,250,.2);background:#0F0E16;position:relative;gap:12px;justify-content:space-between}.market-wrapper .market-content .left-cards .bot-card *{text-align:start!important}.market-wrapper .market-content .left-cards .bot-card .card-top{overflow:hidden;z-index:0;position:absolute;top:0;left:0;height:100%;width:100%}.market-wrapper .market-content .left-cards .bot-card:hover{box-shadow:0 0 12px rgba(255,102,196,.25)}.market-wrapper .market-content .left-cards .bot-card .shadow{position:absolute;left:50%;width:100%;top:0;transform:translateX(-50%)}.market-wrapper .market-content .left-cards .bot-card .shadow svg{width:100%}.market-wrapper .market-content .left-cards .bot-card .image-wrapper{position:relative;width:100%}.market-wrapper .market-content .left-cards .bot-card .image-wrapper img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:8.34px 8.34px 0 0;outline:1px solid rgba(255,255,255,.15);outline-offset:-1px;z-index:1;position:relative}.market-wrapper .market-content .left-cards .bot-card .image-wrapper .badge{position:absolute;top:7px;right:5px;font-family:Montserrat,sans-serif;font-size:8.34px;font-style:normal;font-weight:500;line-height:11.51px;padding:0 3px;border-radius:4px;z-index:2}.market-wrapper .market-content .left-cards .bot-card .image-wrapper .badge.sold{background-color:#FFB1B1;color:#FF3116}.market-wrapper .market-content .left-cards .bot-card .image-wrapper .badge.produced{background-color:#C8FFD4;color:#2ABC49}.market-wrapper .market-content .left-cards .bot-card .image-wrapper .badge.rented{background-color:#FFF2C8;color:#F59B00}.market-wrapper .market-content .left-cards .bot-card .info{display:flex;align-items:flex-start;flex-direction:column;width:100%;z-index:2}.market-wrapper .market-content .left-cards .bot-card .info .top{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-bottom:12px}.market-wrapper .market-content .left-cards .bot-card .info .top .title-row{display:flex;justify-content:flex-start;align-items:center;gap:4px}.market-wrapper .market-content .left-cards .bot-card .info .top .title-row .icc{display:flex;justify-content:center;align-items:center}.market-wrapper .market-content .left-cards .bot-card .info .top .title-row .icc img{border-radius:50%;border:1.043px solid rgba(255,230,242,.12);width:25px;height:25px;object-fit:cover}.market-wrapper .market-content .left-cards .bot-card .info .top .title-row .title{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.market-wrapper .market-content .left-cards .bot-card .info .top .title-row .title .name{color:#FFF;text-align:center;font-family:Montserrat,sans-serif;font-size:11.51px;font-style:normal;font-weight:400;line-height:16.681px}.market-wrapper .market-content .left-cards .bot-card .info .top .title-row .title .author{color:#8C8C8C;font-family:Montserrat,sans-serif;font-size:8.34px;font-style:normal;font-weight:400;line-height:11.51px}.market-wrapper .market-content .left-cards .bot-card .info .top .menu-icon{cursor:pointer}.market-wrapper .market-content .left-cards .bot-card .info .top .menu-icon svg{width:16px;height:16px}.market-wrapper .market-content .left-cards .bot-card .info .bot-card-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;width:100%}.market-wrapper .market-content .left-cards .bot-card .info .bot-card-actions .action-item{display:flex;justify-content:center;align-items:center;gap:4px}.market-wrapper .market-content .left-cards .bot-card .info .bot-card-actions .action-item svg{width:16px;height:16px}.market-wrapper .market-content .left-cards .bot-card .info .bot-card-actions .action-item span{color:#FFF;text-align:center;font-family:Montserrat,sans-serif;font-size:8px;font-style:normal;font-weight:500;line-height:12px}.market-wrapper .market-content .left-cards .bot-card .info .bot-card-actions .buy-button{display:flex;padding:2px 12px;cursor:pointer;justify-content:center;align-items:center;border-radius:12px;border:none;outline:none;color:#FFF;text-align:center;font-family:Montserrat,sans-serif;font-size:7px;min-width:50px;font-style:normal;font-weight:500;line-height:12px;transition:all .3s ease;background:var(--liner,linear-gradient(329deg,#54103A -2.05%,rgba(70,153,255,0) 178.12%));background-image:url(/images/btn-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover}.market-wrapper .market-content .left-cards .bot-card .info .bot-card-actions .buy-button:hover{background:#FF99D6}.market-wrapper .market-content .left-cards .bot-card .info .action-item:hover svg path{fill:#FF99D6}.market-wrapper .market-content .left-cards .bot-card .popup-menu{position:absolute;bottom:80px;left:50%;transform:translateX(-50%);padding:12px 24px;width:280px;z-index:99999;border-radius:24px;background:#14181B}@media (max-width:992px){.market-wrapper .market-content .left-cards .bot-card .popup-menu{zoom:.8}}.market-wrapper .market-content .left-cards .bot-card .popup-menu ul{list-style:none;display:flex;flex-direction:column;gap:12px}.market-wrapper .market-content .left-cards .bot-card .popup-menu ul li{display:flex;align-items:center;gap:12px;padding:12px 0;cursor:pointer;transition:.2s;color:#FFF;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.market-wrapper .market-content .left-cards .bot-card .popup-menu ul li span{display:flex;justify-content:center;align-items:center}.market-wrapper .market-content .left-cards .bot-card .popup-menu ul li span svg{width:24px;height:24px}.market-wrapper .market-content .left-cards .bot-card .popup-menu ul li:hover{transform:translateX(4px);color:#ff66c4}.market-wrapper .market-content .left-cards .bot-card .popup-menu ul hr{border:none;border-top:1px solid rgb(255,255,255)}.market-wrapper .market-content .right-sorts h3{color:var(--white,#FFF);font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin-bottom:12px}.market-wrapper .market-content .right-sorts .sort-buttons{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:12px;gap:12px;margin-bottom:12px;border-radius:12px;padding:8px;border:1px solid rgba(255,255,255,.12)}.market-wrapper .market-content .right-sorts .sort-buttons .sort-btn{padding:8px 0;border-radius:6px;background:#19181F;border:none;outline:none;color:#fff;font-family:Montserrat,sans-serif;font-size:11px;font-style:normal;font-weight:500;line-height:18px;text-transform:capitalize;cursor:pointer;transition:all .3s ease}.market-wrapper .market-content .right-sorts .sort-buttons .sort-btn:hover{background:rgba(255,255,255,.05)}.market-wrapper .market-content .right-sorts .sort-buttons .sort-btn.active{background:#ff66c4;color:#fff;font-weight:600}.market-wrapper .market-content .right-sorts .sort-list{display:flex;flex-direction:column;gap:10px;padding:12px;max-height:440px;overflow:auto;border-radius:12px;background:rgba(255,255,255,.04)}.market-wrapper .market-content .right-sorts .sort-list .sort-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid rgba(255,248,248,.12)}.market-wrapper .market-content .right-sorts .sort-list .sort-item .avatar{width:35px;height:35px;border-radius:50%;object-fit:cover}.market-wrapper .market-content .right-sorts .sort-list .sort-item span{color:#FFF;text-align:center;font-family:Montserrat,sans-serif;font-size:11.51px;font-style:normal;font-weight:400;line-height:16.681px}.settings-wrapper{display:flex;width:100%;height:100%;flex-direction:column;padding:24px 64px;color:#fff}@media (max-width:1100px){.settings-wrapper{padding:32px 15px}}.settings-wrapper .settings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.settings-wrapper .settings-header h2{font-family:Montserrat,sans-serif;font-size:36px;font-style:normal;font-weight:600;line-height:56px;background:var(--Linear,linear-gradient(323deg,#FF66C4 9.6%,#4699FF 108.66%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width:1100px){.settings-wrapper .settings-header h2{font-size:16px;font-style:normal;font-weight:700;line-height:24px}}.settings-wrapper .settings-top{margin-bottom:14px;display:flex;justify-content:space-between;align-items:stretch;gap:12px}@media (max-width:992px){.settings-wrapper .settings-top{flex-direction:column}.settings-wrapper .settings-top .right,.settings-wrapper .settings-top .right button{width:100%}}.settings-wrapper .settings-top .subscribe-info{flex:1 1;display:flex;justify-content:space-between;align-items:center;padding:12px 24px;border-radius:12px;border-bottom:1px dashed var(--liner,rgba(255,255,255,.1254901961));background:rgba(255,255,255,.06);transition:background .3s ease}.settings-wrapper .settings-top .subscribe-info:hover{background:rgba(255,255,255,.09)}.settings-wrapper .settings-top .subscribe-info p{color:#FF66C4;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.settings-wrapper .settings-top .subscribe-info span{color:#FFF;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.settings-wrapper .settings-top .right{display:flex;justify-content:center;align-items:stretch}.settings-wrapper .settings-top .right button{border-radius:12px;border:1px solid rgba(255,241,250,.23);padding:12px;background:var(--liner,linear-gradient(329deg,#54103A -2.05%,rgba(70,153,255,0) 178.12%));background-image:url(/images/btn-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;color:#FFF;font-family:Montserrat,sans-serif;font-size:15px;font-style:normal;font-weight:500;line-height:18px;transition:all .3s ease}.settings-wrapper .settings-top .right button:hover{background:linear-gradient(329deg,#6a1e4f -2.05%,rgba(70,153,255,.1) 178.12%);transform:translateY(-1px)}.settings-wrapper .tab-buttons{width:100%;overflow:auto;padding:10px 0;display:flex;gap:4px;margin-bottom:14px}.settings-wrapper .tab-buttons .tab-button{border-radius:8px;padding:4px;height:48px;display:flex;justify-content:center;align-items:center;color:#FFF;text-align:center;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:22px;min-width:120px;border:none;outline:none;cursor:pointer;background:#0F0E16;transition:all .3s ease}.settings-wrapper .tab-buttons .tab-button:hover{background:rgba(255,102,196,.1);color:#FF66C4;transform:translateY(-1px)}.settings-wrapper .tab-buttons .tab-button.active{border-radius:8px;border:3px solid #ff66c4;background:#FF66C4;color:#FFF}.settings-wrapper .remaining-points-wrapper{border-radius:16px;border:1px solid rgba(255,255,255,.17);padding:24px;display:flex;justify-content:center;align-items:center;flex-direction:column}@media (max-width:992px){.settings-wrapper .remaining-points-wrapper{zoom:.8}}.settings-wrapper .remaining-points-wrapper .remaining-points-inner{display:flex;justify-content:center;align-items:center;max-width:300px;flex-direction:column}.settings-wrapper .remaining-points-wrapper .remaining-points-inner .points-header{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:24px;margin-bottom:24px}.settings-wrapper .remaining-points-wrapper .remaining-points-inner .points-header h3{color:#FFF;text-align:center;font-family:Montserrat,sans-serif;font-size:32px;font-style:normal;font-weight:400;line-height:46px;gap:12px;display:flex;justify-content:center;align-items:center}.settings-wrapper .remaining-points-wrapper .remaining-points-inner .points-header h3 .highlight{border-radius:12px;background:rgba(255,255,255,.1);padding:12px}.settings-wrapper .remaining-points-wrapper .remaining-points-inner .points-header p{color:#FFF;text-align:center;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.settings-wrapper .remaining-points-wrapper .remaining-points-inner .countdown{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-bottom:24px;gap:15px}.settings-wrapper .remaining-points-wrapper .remaining-points-inner .countdown .digit-box-ctr{gap:4px;display:flex;justify-content:center;align-items:center}.settings-wrapper .remaining-points-wrapper .remaining-points-inner .countdown .digit-box-ctr .digit-box{border-radius:12px;border:1px solid var(--Secondary80,#c39);width:48px;height:48px;display:flex;justify-content:center;align-items:center;color:var(--white,#FFF);text-align:center;font-family:Digital-7,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:24px}.settings-wrapper .remaining-points-wrapper .remaining-points-inner .advanced-button{border-radius:4px;background:rgba(255,255,255,.1);padding:12px 24px;display:flex;border:none;outline:none;border-radius:8px;justify-content:center;align-items:center;color:#FFF;text-align:center;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:500;gap:12px;line-height:32px;cursor:pointer}.settings-wrapper .remaining-points-wrapper .remaining-points-inner .advanced-button .icon{display:flex;justify-content:center;align-items:center}.settings-wrapper .remaining-points-wrapper .remaining-points-inner .advanced-button .icon.rotate{transform:rotate(180deg)}.settings-wrapper .remaining-points-wrapper .remaining-points-inner .advanced-button .icon svg{width:24px;height:24px}.settings-wrapper .remaining-points-wrapper .remaining-points-inner .advanced-section{color:#FFF;text-align:center;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.settings-wrapper .bank-info-wrapper{display:flex;flex-direction:column}.settings-wrapper .bank-info-wrapper h3{color:#FFF;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:400;margin-bottom:24px;line-height:32px}.settings-wrapper .bank-info-wrapper .form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-bottom:12px}.settings-wrapper .bank-info-wrapper .input,.settings-wrapper .bank-info-wrapper .textarea{width:100%;border-radius:8px;background:rgba(255,255,255,.04);border:none;color:#FFF0FF;outline:none;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;padding:16px 12px;font-weight:500;line-height:18px;text-transform:uppercase;transition:all .2s ease;resize:none}.settings-wrapper .bank-info-wrapper .input:focus,.settings-wrapper .bank-info-wrapper .input:hover,.settings-wrapper .bank-info-wrapper .textarea:focus,.settings-wrapper .bank-info-wrapper .textarea:hover{background:rgba(255,255,255,.08)}.settings-wrapper .bank-info-wrapper .input::placeholder,.settings-wrapper .bank-info-wrapper .textarea::placeholder{color:rgba(255,255,255,.6)}.settings-wrapper .bank-info-wrapper .textarea{min-height:110px;margin-top:12px;margin-bottom:12px}.settings-wrapper .bank-info-wrapper .form-actions{display:flex;justify-content:flex-end;margin-bottom:24px}.settings-wrapper .bank-info-wrapper .form-actions button{padding:12px 24px;border-radius:12px;border:none;border-bottom:1px dashed var(--liner,rgba(255,255,255,.1254901961));background:var(--liner,linear-gradient(329deg,#54103A -2.05%,rgba(70,153,255,0) 178.12%));background-image:url(/images/btn-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;color:var(--white,#FFF);font-family:Montserrat,sans-serif;min-width:125px;font-size:16px;font-style:normal;font-weight:500;line-height:24px;cursor:pointer;transition:all .3s ease}.settings-wrapper .bank-info-wrapper .form-actions button:hover{opacity:.85;transform:scale(1.02)}.settings-wrapper .bank-info-wrapper .card-section{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.settings-wrapper .bank-info-wrapper .card-section .empty-card{margin-top:24px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;margin-bottom:100px}.settings-wrapper .bank-info-wrapper .card-section .empty-card p{color:#FFF;text-align:center;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:32px}.settings-wrapper .bank-info-wrapper .card-section .empty-card svg{width:58px;height:58px}.settings-wrapper .bank-info-wrapper .card-section .registered-cards{display:flex;flex-direction:column;gap:24px;width:100%;margin-top:24px}.settings-wrapper .bank-info-wrapper .card-section .registered-cards .card-item{display:flex;justify-content:space-between;align-items:center;padding:16px 12px;border-radius:8px;background:rgba(255,255,255,.04);position:relative}.settings-wrapper .bank-info-wrapper .card-section .registered-cards .card-item.credit-card{background:linear-gradient(135deg,rgba(255,102,196,.1),rgba(70,153,255,.1));border:1px solid rgba(255,102,196,.3)}.settings-wrapper .bank-info-wrapper .card-section .registered-cards .card-item.credit-card .card-info{flex:1 1;margin-right:16px}.settings-wrapper .bank-info-wrapper .card-section .registered-cards .card-item.credit-card .card-info .card-number{display:block;font-family:Digital-7,monospace;font-size:16px;font-weight:600;color:#FFFFFF;letter-spacing:1px;margin-bottom:8px;text-shadow:0 0 8px rgba(255,102,196,.5)}.settings-wrapper .bank-info-wrapper .card-section .registered-cards .card-item.credit-card .card-info .card-details{display:flex;justify-content:space-between;align-items:center}.settings-wrapper .bank-info-wrapper .card-section .registered-cards .card-item.credit-card .card-info .card-details .card-holder{font-size:12px;color:rgba(255,255,255,.8);font-weight:500;text-transform:uppercase}.settings-wrapper .bank-info-wrapper .card-section .registered-cards .card-item.credit-card .card-info .card-details .card-expiry{font-size:12px;color:rgba(255,255,255,.8);font-weight:500}.settings-wrapper .bank-info-wrapper .card-section .registered-cards .card-item .label{position:absolute;top:8px;left:12px;opacity:.6;color:rgba(255,240,255,.4);font-family:Montserrat,sans-serif;font-size:10px;font-style:normal;font-weight:500;line-height:18px;text-transform:uppercase}.settings-wrapper .bank-info-wrapper .card-section .registered-cards .card-item span{margin-left:0;margin-top:12px;color:#FFF0FF;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:18px;text-transform:uppercase}.settings-wrapper .bank-info-wrapper .card-section .registered-cards .card-item .delete-btn{background:none;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:transform .2s ease}.settings-wrapper .bank-info-wrapper .card-section .registered-cards .card-item .delete-btn:hover{transform:scale(1.2)}.settings-wrapper .account-type-select{position:relative}.settings-wrapper .account-type-select .input{cursor:pointer;background:rgba(255,255,255,.04)}.settings-wrapper .account-type-select .account-type-dropdown{position:absolute;top:100%;left:0;right:0;z-index:10;background:#18151B;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.14);margin-top:2px;overflow:hidden;animation:dropdownShow .16s cubic-bezier(.5,1.3,.6,1) both}.settings-wrapper .account-type-select .account-type-dropdown .dropdown-option{padding:12px;color:#FFF0FF;cursor:pointer;font-family:Montserrat,sans-serif;font-size:13px;transition:background .18s,color .18s;border-bottom:1px solid #29242d}.settings-wrapper .account-type-select .account-type-dropdown .dropdown-option:last-child{border-bottom:none}.settings-wrapper .account-type-select .account-type-dropdown .dropdown-option:focus,.settings-wrapper .account-type-select .account-type-dropdown .dropdown-option:hover{background:#25212c;color:#FF66C4}@keyframes dropdownShow{0%{opacity:0;transform:translateY(-5px) scale(.98)}to{opacity:1;transform:none}}.settings-wrapper .email-editor-wrapper{display:flex;gap:12px;padding:24px;justify-content:center;align-items:stretch;border-radius:16px;border:1px solid rgba(255,255,255,.17)}@media (max-width:992px){.settings-wrapper .email-editor-wrapper{flex-direction:column}}.settings-wrapper .email-editor-wrapper .email-input{flex:1 1;border-radius:8px;background:rgba(255,255,255,.04);border:none;padding:16px 12px;color:#fff;font-family:Montserrat,sans-serif;font-size:12px;font-weight:500;outline:none;transition:all .3s ease}.settings-wrapper .email-editor-wrapper .email-input::placeholder{color:rgba(255,255,255,.6);text-transform:uppercase}.settings-wrapper .email-editor-wrapper .email-input:focus,.settings-wrapper .email-editor-wrapper .email-input:hover{background:rgba(255,255,255,.06)}.settings-wrapper .email-editor-wrapper .email-input:disabled{opacity:.6;cursor:not-allowed}.settings-wrapper .email-editor-wrapper .email-submit-btn{padding:0 20px;border-radius:12px;border:1px solid rgba(255,241,250,.73);background:var(--liner,linear-gradient(329deg,#54103A -2.05%,rgba(70,153,255,0) 178.12%));background-image:url(/images/btn-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;min-height:48px;max-width:max-content;margin:0 auto}.settings-wrapper .email-editor-wrapper .email-submit-btn:hover{opacity:.85;transform:scale(1.03)}.settings-wrapper .phone-editor-wrapper{display:flex;gap:12px;padding:24px;justify-content:center;align-items:stretch;border-radius:16px;border:1px solid rgba(255,255,255,.17);position:relative}@media (max-width:992px){.settings-wrapper .phone-editor-wrapper{flex-direction:column}}.settings-wrapper .phone-editor-wrapper .phone-input{flex:1 1;border-radius:8px;background:rgba(255,255,255,.04);border:none;padding:16px 12px;color:#fff;font-family:Montserrat,sans-serif;font-size:12px;font-weight:500;outline:none;transition:all .3s ease}.settings-wrapper .phone-editor-wrapper .phone-input::placeholder{color:rgba(255,255,255,.6);text-transform:uppercase}.settings-wrapper .phone-editor-wrapper .phone-input:focus,.settings-wrapper .phone-editor-wrapper .phone-input:hover{background:rgba(255,255,255,.06)}.settings-wrapper .phone-editor-wrapper .phone-input:disabled{opacity:.6;cursor:not-allowed}.settings-wrapper .phone-editor-wrapper .phone-error{position:absolute;bottom:-20px;left:24px;color:#FF6B6B;font-size:12px;font-family:Montserrat,sans-serif}.settings-wrapper .phone-editor-wrapper .phone-submit-btn{padding:0 20px;border-radius:12px;border:1px solid rgba(255,241,250,.73);background:var(--liner,linear-gradient(329deg,#54103A -2.05%,rgba(70,153,255,0) 178.12%));background-image:url(/images/btn-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;min-height:48px;max-width:max-content;margin:0 auto}.settings-wrapper .phone-editor-wrapper .phone-submit-btn:hover{opacity:.85;transform:scale(1.03)}.settings-wrapper .language-selector-wrapper{display:flex;gap:12px;padding:24px;justify-content:space-between;align-items:center;border-radius:16px;border:1px solid rgba(255,255,255,.17)}@media (max-width:768px){.settings-wrapper .language-selector-wrapper{flex-direction:column;align-items:stretch}}.settings-wrapper .language-selector-wrapper .radio-list{display:flex;flex-direction:column;gap:24px;width:100%}.settings-wrapper .language-selector-wrapper .radio-list.horizontal{flex-direction:row;gap:32px;align-items:center}.settings-wrapper .language-selector-wrapper .radio-list .radio-option{display:flex;align-items:center;gap:8px;position:relative;cursor:pointer;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;color:#fff}.settings-wrapper .language-selector-wrapper .radio-list .radio-option input{position:absolute;opacity:0}.settings-wrapper .language-selector-wrapper .radio-list .radio-option .custom-radio{width:20px;height:20px;border:2px solid #637381;border-radius:50%;position:relative}.settings-wrapper .language-selector-wrapper .radio-list .radio-option input:checked+.custom-radio:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background:#FF99D6;border-radius:50%}.settings-wrapper .language-selector-wrapper .language-submit-btn{padding:0 20px;border-radius:12px;border:1px solid rgba(255,241,250,.73);background:var(--liner,linear-gradient(329deg,#54103A -2.05%,rgba(70,153,255,0) 178.12%));background-image:url(/images/btn-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;min-height:48px;max-width:max-content;margin:0 auto}.settings-wrapper .language-selector-wrapper .language-submit-btn:hover{opacity:.85;transform:scale(1.03)}.settings-wrapper .legal-wrapper{padding:24px;background:#0F0E16;border-radius:12px;border:1px solid rgba(255,255,255,.1);color:#FFF;font-family:Montserrat,sans-serif;line-height:1.7}.settings-wrapper .legal-wrapper h2{font-size:22px;margin-bottom:16px}.settings-wrapper .legal-wrapper h4{font-size:16px;margin-top:20px;margin-bottom:8px;color:#FF66C4}.settings-wrapper .legal-wrapper ul{padding-left:20px}.settings-wrapper .legal-wrapper ul li{margin-bottom:4px}.settings-wrapper .legal-wrapper p{margin-bottom:12px;font-size:14px}.settings-wrapper .contact-form-wrapper{padding:24px;border-radius:16px;background-color:transparent;border:1px solid rgba(255,255,255,.17)}.settings-wrapper .contact-form-wrapper h3{color:#FFF;text-align:center;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:22px;margin-bottom:24px}.settings-wrapper .contact-form-wrapper form{display:flex;flex-direction:column;gap:24px}.settings-wrapper .contact-form-wrapper form .row{display:flex;gap:24px;flex-wrap:wrap}.settings-wrapper .contact-form-wrapper form .row .input{flex:1 1}.settings-wrapper .contact-form-wrapper form .input,.settings-wrapper .contact-form-wrapper form .textarea{width:100%;border-radius:8px;background:rgba(255,255,255,.04);border:none;color:#FFF0FF;outline:none;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;padding:16px 12px;font-weight:500;line-height:18px;text-transform:uppercase;transition:all .2s ease;resize:none}.settings-wrapper .contact-form-wrapper form .input:focus,.settings-wrapper .contact-form-wrapper form .input:hover,.settings-wrapper .contact-form-wrapper form .textarea:focus,.settings-wrapper .contact-form-wrapper form .textarea:hover{background:rgba(255,255,255,.08)}.settings-wrapper .contact-form-wrapper form .input::placeholder,.settings-wrapper .contact-form-wrapper form .textarea::placeholder{color:rgba(255,255,255,.6)}.settings-wrapper .contact-form-wrapper form .textarea{min-height:110px}.settings-wrapper .contact-form-wrapper form .file-upload{padding:16px 12px;border-radius:8px;background:rgba(255,255,255,.04);cursor:pointer;display:flex;align-items:center;color:#FFF0FF;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:18px;text-transform:uppercase}.settings-wrapper .contact-form-wrapper form .file-upload .icon{display:flex;justify-content:center;align-items:center}.settings-wrapper .contact-form-wrapper form .file-upload span{display:flex;align-items:center;gap:8px}.settings-wrapper .contact-form-wrapper form .file-upload:hover{background:rgba(255,255,255,.08)}.settings-wrapper .contact-form-wrapper form .file-name{margin-top:4px;color:#fff;font-size:12px;font-style:italic;opacity:.8;padding-left:8px}.settings-wrapper .contact-form-wrapper form .form-actions{display:flex;justify-content:flex-end;margin-bottom:24px;align-items:flex-end;gap:12px;flex-direction:column}@media (max-width:992px){.settings-wrapper .contact-form-wrapper form .form-actions{justify-content:center;align-items:center}}.settings-wrapper .contact-form-wrapper form .form-actions button{padding:12px 24px;width:max-content;border-radius:12px;border:1px solid rgba(255,241,250,.23);background:var(--liner,linear-gradient(329deg,#54103A -2.05%,rgba(70,153,255,0) 178.12%));background-image:url(/images/btn-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;color:var(--white,#FFF);font-family:Montserrat,sans-serif;min-width:280px;font-size:15px;font-style:normal;font-weight:500;line-height:24px;cursor:pointer;transition:all .3s ease}@media (max-width:992px){.settings-wrapper .contact-form-wrapper form .form-actions button{width:100%}}.settings-wrapper .contact-form-wrapper form .form-actions button:hover{opacity:.85;transform:scale(1.02)}.settings-wrapper .contact-form-wrapper form .form-actions p{color:#FFF;font-family:Montserrat,sans-serif;font-size:15px;font-style:normal;font-weight:500;line-height:18px}.explore-wrapper{display:flex;width:100%;height:100%;flex-direction:column;padding:24px 64px;color:#fff;gap:24px}@media (max-width:1100px){.explore-wrapper{padding:32px 15px}}.explore-wrapper .input-ctr{border-radius:12px;background:#100f17;display:flex;flex-direction:row;justify-content:space-between;align-items:center;transition:box-shadow .3s ease}.explore-wrapper .input-ctr:hover{box-shadow:0 0 0 2px rgba(255,102,196,.3)}.explore-wrapper .input-ctr input{padding:25px 20px;flex:1 1;background-color:transparent;border:none;outline:none;color:#fff;font-family:Montserrat,sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:20px}.explore-wrapper .input-ctr input::placeholder{color:rgba(255,255,255,.4)}.explore-wrapper .input-ctr input::-webkit-search-cancel-button,.explore-wrapper .input-ctr input::-webkit-search-decoration,.explore-wrapper .input-ctr input::-webkit-search-results-button,.explore-wrapper .input-ctr input::-webkit-search-results-decoration{display:none}.explore-wrapper .input-ctr input::-moz-clear,.explore-wrapper .input-ctr input::-ms-clear{display:none}.explore-wrapper .input-ctr button{height:100%;padding:5px 20px 5px 5px;display:flex;justify-content:center;align-items:center;background-color:transparent;border:none;outline:none;cursor:pointer;transition:transform .2s ease}.explore-wrapper .input-ctr button:hover{transform:scale(1.1)}.explore-wrapper .input-ctr button svg{width:24px;height:24px}.explore-wrapper .category-buttons{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:7px;gap:7px}@media (max-width:992px){.explore-wrapper .category-buttons{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;height:48px}.explore-wrapper .category-buttons::-webkit-scrollbar{display:none}.explore-wrapper .category-buttons .category-button{min-width:200px;height:48px}}.explore-wrapper .category-buttons .category-button{border-radius:8px;background:#0F0E16;padding:12px;color:#FFF;text-align:center;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:400;border:none;outline:none;cursor:pointer;line-height:22px;transition:background .3s ease,transform .2s ease}.explore-wrapper .category-buttons .category-button:hover{background:#1d1b29;transform:translateY(-2px)}.explore-wrapper .category-buttons .category-button.active{background-image:url(/images/btn-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover}.explore-wrapper .bot-list{display:flex;width:100%;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px;padding-bottom:100px}.explore-wrapper .bot-list .checkbox{position:absolute;bottom:8px;right:8px;width:20px;height:20px;background:white;border:2px solid #ff66c4;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#ff66c4;z-index:2}.explore-wrapper .bot-list .checkbox.checked{background-color:#ff66c4;color:white}.explore-wrapper .bot-list .checkbox.checked .checkmark{display:inline}.explore-wrapper .bot-list .checkbox .checkmark{display:none}.explore-wrapper .bot-list .bot-card{border-radius:8px;border:1px solid rgba(255,241,250,.13);width:100%;background:#0F0E16;padding:8px 8px 12px;display:flex;justify-content:space-between;align-items:flex-start;position:relative;overflow:hidden;gap:24px;transition:all .3s ease;cursor:pointer}.explore-wrapper .bot-list .bot-card:hover{transform:translateY(-4px);background:linear-gradient(145deg,#13121c,#1a1925);box-shadow:0 10px 25px rgba(255,102,196,.12),0 4px 12px rgba(70,153,255,.15);border-color:rgba(255,102,196,.25)}@media (max-width:992px){.explore-wrapper .bot-list .bot-card{flex-direction:column}}.explore-wrapper .bot-list .bot-card .shadow{position:absolute;top:50%;left:50px;transform:translateY(-50%)}.explore-wrapper .bot-list .bot-card .shadow svg{fill:linear-gradient(90deg,#4699FF 21.15%,#FF66C4 79.33%);filter:blur(59.3488px)}.explore-wrapper .bot-list .bot-card .bot-card-left{display:flex;justify-content:flex-start;align-items:flex-start;gap:16px}@media (max-width:992px){.explore-wrapper .bot-list .bot-card .bot-card-left{flex-direction:column}}.explore-wrapper .bot-list .bot-card .bot-card-left .icon{display:flex;justify-content:center;align-items:center}.explore-wrapper .bot-list .bot-card .bot-card-left .icon img{width:120px;border-radius:6px;height:120px;aspect-ratio:1/1}.explore-wrapper .bot-list .bot-card .bot-card-left .bot-info{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px}.explore-wrapper .bot-list .bot-card .bot-card-left .bot-info .bot-title{color:#FFF;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:24px;text-transform:capitalize}.explore-wrapper .bot-list .bot-card .bot-card-left .bot-info .bot-description,.explore-wrapper .bot-list .bot-card .user-count{color:#FFF;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:24px;text-transform:capitalize}.explore-wrapper .bot-list .bot-card .user-count{border-radius:4px;background:rgba(255,255,255,.12);padding:0 12px;display:flex;justify-content:center;align-items:center;text-align:center}.chatbot-form-wrapper{border-radius:16px;border:1px solid rgba(255,255,255,.17);padding:24px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}@media (max-width:992px){.chatbot-form-wrapper{padding:12px}}.chatbot-form-wrapper .chatbot-form{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.chatbot-form-wrapper .chatbot-form .image-upload-section{width:100%;display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-bottom:24px}@media (max-width:992px){.chatbot-form-wrapper .chatbot-form .image-upload-section{margin-bottom:12px;grid-template-columns:1fr}}.chatbot-form-wrapper .chatbot-form .image-upload-section label{padding:16px 12px;display:flex;justify-content:center;cursor:pointer;align-items:center;border-radius:16px;flex-direction:column;background-color:transparent;gap:12px;border:1px solid rgba(255,255,255,.17)}.chatbot-form-wrapper .chatbot-form .image-upload-section label img{border-radius:10px}.chatbot-form-wrapper .chatbot-form .image-upload-section label span{display:flex;justify-content:center;align-items:center}.chatbot-form-wrapper .chatbot-form .image-upload-section label span svg{width:50px;height:auto}.chatbot-form-wrapper .chatbot-form .image-upload-section label p{color:var(--white,#FFF);font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:18px;text-transform:uppercase}.chatbot-form-wrapper .chatbot-form .image-upload-section label.upload-btn-sec p{color:#FF66C4}.chatbot-form-wrapper .chatbot-form .image-upload-section label.upload-btn-sec.error,.chatbot-form-wrapper .chatbot-form .image-upload-section label.upload-btn.error{border-color:#FF6B6B;background:rgba(255,107,107,.1)}.chatbot-form-wrapper .chatbot-form input[type=text]{border-radius:8px;background:rgba(255,255,255,.04);padding:16px 12px;color:#FFF0FF;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:18px;text-transform:uppercase;border:1px solid transparent;outline:none;width:100%;margin-bottom:24px;transition:all .3s ease}.chatbot-form-wrapper .chatbot-form input[type=text].error{border-color:#FF6B6B;background:rgba(255,107,107,.1)}@media (max-width:992px){.chatbot-form-wrapper .chatbot-form input[type=text]{margin-bottom:12px}}.chatbot-form-wrapper .chatbot-form textarea{border-radius:8px;background:rgba(255,255,255,.04);padding:16px 12px;min-height:180px;color:#FFF0FF;transition:all .3s ease;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:18px;text-transform:uppercase;border:none;outline:none;width:100%;margin-bottom:24px}.chatbot-form-wrapper .chatbot-form textarea.error{border:1px solid #ff6b6b}@media (max-width:992px){.chatbot-form-wrapper .chatbot-form textarea{margin-bottom:12px}}.chatbot-form-wrapper .chatbot-form .section-title{color:#FF66C4;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:24px;text-transform:uppercase;margin-bottom:24px}@media (max-width:992px){.chatbot-form-wrapper .chatbot-form .section-title{margin-bottom:12px}}.chatbot-form-wrapper .chatbot-form .accordion-select{position:relative;width:100%;color:white;margin-bottom:24px;transition:all .3s ease}.chatbot-form-wrapper .chatbot-form .accordion-select.error .select-header{border:1px solid #ff6b6b;background:rgba(255,107,107,.1)}@media (max-width:992px){.chatbot-form-wrapper .chatbot-form .accordion-select{margin-bottom:12px}}.chatbot-form-wrapper .chatbot-form .accordion-select .select-header{border-radius:8px;background:rgba(255,255,255,.04);padding:16px 12px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;border:1px solid transparent;transition:all .3s ease}.chatbot-form-wrapper .chatbot-form .accordion-select .select-header span{color:#FFF0FF;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:18px;text-transform:uppercase}.chatbot-form-wrapper .chatbot-form .accordion-select .select-header .arrow{transition:transform .3s ease;width:28px;height:28px;display:flex;justify-content:center;align-items:center;border-radius:44px;background:rgba(255,255,255,.32)}.chatbot-form-wrapper .chatbot-form .accordion-select .select-header .arrow.open{transform:rotate(180deg)}.chatbot-form-wrapper .chatbot-form .accordion-select .options{border-radius:24px;background:#14181B;padding:12px 24px;margin-top:6px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;grid-gap:8px;gap:8px;animation:fadeIn .3s ease-in-out}@media (max-width:992px){.chatbot-form-wrapper .chatbot-form .accordion-select .options{grid-template-columns:1fr 1fr 1fr}}@media (max-width:576px){.chatbot-form-wrapper .chatbot-form .accordion-select .options{grid-template-columns:1fr 1fr}}.chatbot-form-wrapper .chatbot-form .accordion-select .options .option{border-radius:8px;background:#0F0E16;padding:12px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background-color .2s ease;color:#FFF;text-align:center;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:22px}.chatbot-form-wrapper .chatbot-form .accordion-select .options .option:hover{background-color:#222}.chatbot-form-wrapper .chatbot-form .drag-drop-area{height:180px;cursor:pointer;border-radius:16px;border:1px dashed rgba(208,99,204,.3137254902);display:flex;justify-content:center;align-items:center;padding:16px;flex-direction:column;width:100%;margin-bottom:24px;gap:24px;transition:all .3s ease}@media (max-width:992px){.chatbot-form-wrapper .chatbot-form .drag-drop-area{margin-bottom:12px}}.chatbot-form-wrapper .chatbot-form .drag-drop-area.dragging{border:2px solid #ff66c4;background-color:rgba(255,102,196,.08);scale:1.02}.chatbot-form-wrapper .chatbot-form .drag-drop-area .upload-icon{display:flex;justify-content:center;align-items:center}.chatbot-form-wrapper .chatbot-form .drag-drop-area .upload-icon svg{width:36px}.chatbot-form-wrapper .chatbot-form .drag-drop-area p{color:#FFF0FF;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:18px;text-transform:uppercase}.chatbot-form-wrapper .chatbot-form .uploaded-preview{color:white;font-size:14px;margin-bottom:24px}@media (max-width:992px){.chatbot-form-wrapper .chatbot-form .uploaded-preview{margin-bottom:12px}}.chatbot-form-wrapper .chatbot-form .uploaded-preview img{border:1px solid #333}.chatbot-form-wrapper .chatbot-form .uploaded-preview .pdf-preview{display:flex;align-items:center;gap:8px}.chatbot-form-wrapper .chatbot-form .uploaded-preview .pdf-preview svg{fill:#ff66c4}.chatbot-form-wrapper .chatbot-form .switch-row{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:24px;color:white}@media (max-width:992px){.chatbot-form-wrapper .chatbot-form .switch-row{margin-bottom:12px}}.chatbot-form-wrapper .chatbot-form .switch-row label{color:#fff;text-align:right;font-family:Public Sans,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:22px}.chatbot-form-wrapper .chatbot-form .switch-row .switch{position:relative;display:inline-block;width:44px;height:24px}.chatbot-form-wrapper .chatbot-form .switch-row .switch input{opacity:0;width:0;height:0}.chatbot-form-wrapper .chatbot-form .switch-row .switch input:checked+.slider{background-color:#22c55e}.chatbot-form-wrapper .chatbot-form .switch-row .switch input:checked+.slider:before{transform:translateX(20px)}.chatbot-form-wrapper .chatbot-form .switch-row .switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#555;transition:.4s;border-radius:24px}.chatbot-form-wrapper .chatbot-form .switch-row .switch .slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:white;transition:.4s;border-radius:50%}.chatbot-form-wrapper .chatbot-form .error-messages{background:rgba(255,107,107,.1);border:1px solid #ff6b6b;border-radius:8px;padding:16px;margin-bottom:16px}.chatbot-form-wrapper .chatbot-form .error-messages h4{color:#FF6B6B;margin:0 0 12px;font-size:14px;font-weight:600;font-family:Montserrat,sans-serif}.chatbot-form-wrapper .chatbot-form .error-messages ul{margin:0;padding-left:20px}.chatbot-form-wrapper .chatbot-form .error-messages ul li{color:#FF6B6B;font-size:13px;margin-bottom:4px;line-height:1.4;font-family:Montserrat,sans-serif}.chatbot-form-wrapper .chatbot-form .submit-area{width:100%;display:flex;justify-content:flex-end;align-items:center;margin-top:24px}@media (max-width:992px){.chatbot-form-wrapper .chatbot-form .submit-area{margin-bottom:12px}}.chatbot-form-wrapper .chatbot-form .submit-area button{border-radius:12px;border:1px solid rgba(255,241,250,.43);padding:12px;min-width:160px;cursor:pointer;color:#FFF;font-family:Montserrat,sans-serif;font-size:15px;font-style:normal;font-weight:500;line-height:18px;background:linear-gradient(330deg,rgba(84,16,58,.5647058824) 1%,rgba(70,153,255,.5647058824) 90%)}.message-input-ctr{width:100%;display:flex;align-items:flex-end}.message-input-ctr .icon-button,.message-input-ctr .icon-plus,.message-input-ctr .send{transition:transform .2s ease,opacity .2s ease}.message-input-ctr .icon-button:hover,.message-input-ctr .icon-plus:hover,.message-input-ctr .send:hover{transform:scale(1.1);opacity:.9}.message-input-ctr .icon-button:active,.message-input-ctr .icon-plus:active,.message-input-ctr .send:active{transform:scale(.95)}.message-input-ctr .left{width:100%;display:flex;align-items:flex-end;background-color:#100f17;border-radius:12px}.message-input-ctr .left .icon-plus{background:transparent;border:none;padding:10px;height:67px;cursor:pointer}.message-input-ctr .left .icon-plus svg{width:20px;height:20px;stroke:#FF66C4}.message-input-ctr .left .icon-plus:hover{transform:scale(1.1)}.message-input-ctr .left input,.message-input-ctr .left textarea{flex:1 1;background:transparent;color:#fff;font-family:Montserrat,sans-serif;font-size:15px;font-weight:300;border:none;outline:none;height:68px;padding:25px 10px 25px 0}.message-input-ctr .left input::placeholder,.message-input-ctr .left textarea::placeholder{color:#8c8c8c}.message-input-ctr .left input:focus,.message-input-ctr .left textarea:focus{color:#ffb3e0}.message-input-ctr .left .send{background:transparent;border:none;cursor:pointer;padding:10px;height:67px}.message-input-ctr .left .send svg{transform:rotate(-45deg);stroke:#FF99D6;transition:transform .2s ease}.message-input-ctr .left .send svg:hover{transform:rotate(-45deg) scale(1.1)}.message-input-ctr .right-actions{display:flex;border-radius:12px;height:67px;background:#100F17;margin-left:8px;align-items:center;gap:22px;padding:9px 20px}.message-input-ctr .right-actions .icon-button{background:transparent;border:none;color:#FF99D6;font-size:16px;cursor:pointer}.message-input-ctr .right-actions .icon-button:hover{transform:scale(1.1)}.message-input-ctr .right-actions .divider{width:1px;height:100%;background:#2f2d38}.auth-layout{display:flex;min-height:100vh;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%}.auth-layout .navbar-auth{padding:15px 120px;position:fixed;top:0;width:100%}@media (max-width:992px){.auth-layout .navbar-auth{padding:15px}}.auth-layout .navbar-auth .logo{gap:12px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.auth-layout .navbar-auth .logo .icon{display:flex;justify-content:center;align-items:center}.auth-layout .navbar-auth .logo .icon img{width:40px;height:auto}.auth-layout .navbar-auth .logo span{color:#fff0ff;font-family:Montserrat,sans-serif;font-size:14px;font-weight:700;line-height:22px}.auth-layout .register-content{width:100%;display:flex;justify-content:flex-end;align-items:flex-end;padding:60px 90px;background-position:50%;background-size:cover;background-image:url(/images/register-bg-2.jpg);min-height:100vh}@media (max-width:992px){.auth-layout .register-content{padding:15px;align-items:center}}.auth-layout .register-content .register-box{border-radius:8.34px;background:rgba(255,255,255,.12);-webkit-backdrop-filter:blur(22.5px);backdrop-filter:blur(22.5px);padding:30px 24px;width:100%;zoom:.8;max-width:600px;text-align:center}.auth-layout .register-content .register-box .logo{margin-bottom:24px;display:flex;justify-content:center;align-items:center;position:relative}.auth-layout .register-content .register-box .logo .shadow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.auth-layout .register-content .register-box .logo .shadow svg{width:90px;height:90px;fill:linear-gradient(53deg,#FF66C4 24.85%,#4699FF 70.05%);filter:blur(42.3148460388px)}.auth-layout .register-content .register-box .logo .logo-inner{display:flex;justify-content:center;align-items:center}.auth-layout .register-content .register-box .logo .logo-inner img{width:100px;height:100px}.auth-layout .register-content .register-box .title{color:#FFF;text-align:center;font-family:Montserrat,sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:20.3px;margin-bottom:24px;text-transform:uppercase}.auth-layout .register-content .register-box .register-form{display:flex;flex-direction:column;gap:4px}.auth-layout .register-content .register-box .register-form .input-group{display:flex;align-items:stretch;gap:4px;border-radius:9.022px;background:rgba(255,255,255,.04)}.auth-layout .register-content .register-box .register-form .input-group input{flex:1 1;background:transparent;padding:18px 14px;border-radius:5px;transition:all .3s ease;border:none;color:#FFF0FF;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:20.3px;text-transform:uppercase;outline:none}.auth-layout .register-content .register-box .register-form .input-group input::placeholder{color:#aaa}.auth-layout .register-content .register-box .register-form .input-group input:hover{background:rgba(255,255,255,.06)}.auth-layout .register-content .register-box .register-form .input-group input:focus{background:rgba(255,255,255,.08);border:1px solid #ff66c4}.auth-layout .register-content .register-box .register-form .input-group .icon{display:flex;justify-content:center;align-items:center;padding-left:14px}.auth-layout .register-content .register-box .register-form .input-group .eye-icon{cursor:pointer;display:flex;justify-content:center;align-items:center;padding:14px}.auth-layout .register-content .register-box .register-form .input-group.password{justify-content:space-between}.auth-layout .register-content .register-box .register-form .register-btn{margin:20px 0;display:flex;padding:18px;justify-content:center;align-items:center;color:#FFF;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:21px;text-transform:uppercase;border-radius:12px;cursor:pointer;border:none;outline:none;background:var(--liner,linear-gradient(329deg,#54103A -2.05%,rgba(70,153,255,0) 178.12%));background-image:url(/images/btn-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;transition:all .3s ease}.auth-layout .register-content .register-box .register-form .register-btn:hover{background:linear-gradient(329deg,#FF66C4 -2.05%,#4699FF 178.12%);transform:scale(1.02)}.auth-layout .register-content .register-box .register-form .register-btn:active{transform:scale(.98);opacity:.9}.auth-layout .register-content .register-box .register-form .social-btn{display:flex;align-items:center;justify-content:center;gap:12px;padding:12px;cursor:pointer;border-radius:12px;border:1px solid rgba(255,241,250,.73);background:rgba(15,14,22,0);color:#FFF;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:24px;text-transform:uppercase;margin-bottom:12px;position:relative;overflow:hidden;transition:background .3s ease,transform .3s ease}.auth-layout .register-content .register-box .register-form .social-btn .shadow{position:absolute;top:-10px;left:-10px}.auth-layout .register-content .register-box .register-form .social-btn .shadow svg{width:36px;fill:var(--Linear,linear-gradient(323deg,#FF66C4 9.6%,#4699FF 108.66%));filter:blur(14.75px)}.auth-layout .register-content .register-box .register-form .social-btn .icon{display:flex;justify-content:center;align-items:center}.auth-layout .register-content .register-box .register-form .social-btn:hover{background:rgba(255,255,255,.08);transform:scale(1.02);border-color:#FF66C4}.auth-layout .register-content .register-box .register-form .social-btn:active{transform:scale(.97);opacity:.95}.auth-layout .register-content .register-box .terms{color:#FFF;text-align:center;transition:all .3s ease;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:24px;margin-top:12px;text-transform:uppercase}.auth-layout .register-content .register-box .terms button{background-color:transparent;border:none;outline:none;color:#FFF;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:24px;cursor:pointer;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;text-transform:uppercase}.auth-layout .register-content .register-box .terms button:hover{color:#FF66C4;-webkit-text-decoration-color:#FF66C4;text-decoration-color:#FF66C4}.auth-layout .login-content{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;padding:60px 90px;background-position:50%;background-size:cover;background-image:url(/images/register-bg-2.jpg);min-height:100vh}@media (max-width:992px){.auth-layout .login-content{padding:15px;align-items:center}}.auth-layout .login-content .login-box{border-radius:8.34px;background:rgba(255,255,255,.12);-webkit-backdrop-filter:blur(22.5px);backdrop-filter:blur(22.5px);padding:30px 24px;width:100%;zoom:.8;max-width:600px;text-align:center}.auth-layout .login-content .login-box .logo{margin-bottom:24px;display:flex;justify-content:center;align-items:center;position:relative}.auth-layout .login-content .login-box .logo .shadow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.auth-layout .login-content .login-box .logo .shadow svg{width:90px;height:90px;fill:linear-gradient(53deg,#FF66C4 24.85%,#4699FF 70.05%);filter:blur(42.3148460388px)}.auth-layout .login-content .login-box .logo .logo-inner{display:flex;justify-content:center;align-items:center}.auth-layout .login-content .login-box .logo .logo-inner img{width:100px;height:100px}.auth-layout .login-content .login-box .title{color:#FFF;text-align:center;font-family:Montserrat,sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:20.3px;margin-bottom:24px;text-transform:uppercase}.auth-layout .login-content .login-box .login-form{display:flex;flex-direction:column;gap:4px}.auth-layout .login-content .login-box .login-form .input-group{display:flex;align-items:stretch;gap:4px;border-radius:9.022px;background:rgba(255,255,255,.04)}.auth-layout .login-content .login-box .login-form .input-group input{flex:1 1;background:transparent;padding:18px 14px;border-radius:5px;transition:all .3s ease;border:none;color:#FFF0FF;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:20.3px;text-transform:uppercase;outline:none}.auth-layout .login-content .login-box .login-form .input-group input::placeholder{color:#aaa}.auth-layout .login-content .login-box .login-form .input-group input:hover{background:rgba(255,255,255,.06)}.auth-layout .login-content .login-box .login-form .input-group input:focus{background:rgba(255,255,255,.08);border:1px solid #ff66c4}.auth-layout .login-content .login-box .login-form .input-group .icon{display:flex;justify-content:center;align-items:center;padding-left:14px}.auth-layout .login-content .login-box .login-form .input-group .eye-icon{cursor:pointer;display:flex;justify-content:center;align-items:center;padding:14px}.auth-layout .login-content .login-box .login-form .input-group.password{justify-content:space-between}.auth-layout .login-content .login-box .login-form .forgot-password{text-align:left;margin-bottom:10px;transition:all .3s ease}.auth-layout .login-content .login-box .login-form .forgot-password a{color:#fff;font-size:12px;text-decoration:none}.auth-layout .login-content .login-box .login-form .forgot-password a:hover{color:#FF66C4}.auth-layout .login-content .login-box .login-form .login-btn{margin:20px 0;display:flex;padding:18px;justify-content:center;align-items:center;color:#FFF;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:21px;text-transform:uppercase;border-radius:12px;cursor:pointer;border:none;outline:none;background:var(--liner,linear-gradient(329deg,#54103A -2.05%,rgba(70,153,255,0) 178.12%));background-image:url(/images/btn-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;transition:all .3s ease}.auth-layout .login-content .login-box .login-form .login-btn:hover{background:linear-gradient(329deg,#FF66C4 -2.05%,#4699FF 178.12%);transform:scale(1.02)}.auth-layout .login-content .login-box .login-form .login-btn:active{transform:scale(.98);opacity:.9}.auth-layout .login-content .login-box .login-form .social-btn{display:flex;align-items:center;justify-content:center;gap:12px;padding:12px;cursor:pointer;border-radius:12px;border:1px solid rgba(255,241,250,.73);background:rgba(15,14,22,0);color:#FFF;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:24px;text-transform:uppercase;margin-bottom:12px;position:relative;overflow:hidden;transition:background .3s ease,transform .3s ease}.auth-layout .login-content .login-box .login-form .social-btn .shadow{position:absolute;top:-10px;left:-10px}.auth-layout .login-content .login-box .login-form .social-btn .shadow svg{width:36px;fill:var(--Linear,linear-gradient(323deg,#FF66C4 9.6%,#4699FF 108.66%));filter:blur(14.75px)}.auth-layout .login-content .login-box .login-form .social-btn .icon{display:flex;justify-content:center;align-items:center}.auth-layout .login-content .login-box .login-form .social-btn:hover{background:rgba(255,255,255,.08);transform:scale(1.02);border-color:#FF66C4}.auth-layout .login-content .login-box .login-form .social-btn:active{transform:scale(.97);opacity:.95}.auth-layout .login-content .login-box .terms{text-align:center;transition:all .3s ease;margin-top:12px;text-transform:uppercase}.auth-layout .login-content .login-box .terms,.auth-layout .login-content .login-box .terms button{color:#FFF;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:24px}.auth-layout .login-content .login-box .terms button{background-color:transparent;border:none;outline:none;cursor:pointer;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;text-transform:uppercase}.auth-layout .login-content .login-box .terms button:hover{color:#FF66C4;-webkit-text-decoration-color:#FF66C4;text-decoration-color:#FF66C4}.forgot-content{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:60px 90px;min-height:100vh;background:linear-gradient(90deg,#0e0d13,#1c1925)}@media (max-width:992px){.forgot-content{padding:15px}}.forgot-content .forgot-box{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:500px}.forgot-content .forgot-box .logo{display:flex;justify-content:center;align-items:center;position:relative;margin-bottom:24px}.forgot-content .forgot-box .logo .shadow{display:flex;justify-content:center;align-items:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.forgot-content .forgot-box .logo img{z-index:2;width:100px}.forgot-content .forgot-box .title{color:#FFF;text-align:center;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;margin-bottom:24px;font-weight:500;line-height:24px;text-transform:capitalize}.forgot-content .forgot-box .info{color:var(--white,#FFF);text-align:center;font-family:Public Sans,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:22px;text-transform:capitalize;margin-bottom:50px}.forgot-content .forgot-box .info strong{display:block;color:#fff;font-weight:700}.forgot-content .forgot-box .input,.forgot-content .forgot-box .password-group input{width:100%;padding:18px 14px;border:none;color:#FFF0FF;font-family:Montserrat,sans-serif;font-size:13.533px;border-radius:12px;border:1px solid rgba(255,255,255,.24);font-style:normal;font-weight:500;line-height:20.3px;outline:none;background:rgba(255,255,255,.04)}.forgot-content .forgot-box .input::placeholder,.forgot-content .forgot-box .password-group input::placeholder{color:#888}.forgot-content .forgot-box .password-group{position:relative;width:100%;margin-bottom:12px}.forgot-content .forgot-box .password-group span{position:absolute;top:50%;right:14px;transform:translateY(-50%);cursor:pointer;display:flex;justify-content:center;align-items:center}.forgot-content .forgot-box .code-inputs{display:flex;justify-content:center;gap:5px;margin-bottom:24px}.forgot-content .forgot-box .code-inputs input{width:44px;height:44px;color:#FFF0FF;font-family:Montserrat,sans-serif;font-size:13.533px;text-align:center;font-style:normal;font-weight:500;line-height:20.3px;text-transform:uppercase;border-radius:9.022px;background:rgba(255,255,255,.04);border-radius:12px;border:1px solid rgba(255,255,255,.24);outline:none}.forgot-content .forgot-box .button{width:100%;margin-top:24px;padding:17px;color:#fff;border-radius:12px;border:1px solid var(--liner,rgba(255,255,255,.1254901961));background:var(--liner,linear-gradient(329deg,#54103A -2.05%,rgba(70,153,255,0) 178.12%));background-image:url(/images/btn-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;color:#FFF;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:21px;text-transform:uppercase;transition:.3s ease}.forgot-content .forgot-box .button:hover{transform:scale(1.02)}.forgot-content .forgot-box .button:active{transform:scale(.97);opacity:.9}.suggested-bots{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;margin-top:50px}.suggested-bots h5{color:#FFF;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:21px;padding-bottom:12px}.suggested-bots .hr{width:100%;height:1px;background-color:#fff;margin-bottom:30px;position:relative}.suggested-bots .hr .hr-inner{position:absolute;border-radius:17px;top:-2px;left:0;height:4px;width:25%;background:#FF66C4}.suggested-bots .suggested-bots-grid{display:grid;grid-template-columns:1fr 1fr;-moz-column-gap:13px;grid-column-gap:13px;column-gap:13px;grid-row-gap:13px;row-gap:13px;width:100%}@media (min-width:576px){.suggested-bots .suggested-bots-grid{grid-template-columns:1fr 1fr 1fr}}.suggested-bots .suggested-bots-grid .bot-card{transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column;padding:12px;border-radius:8.34px;border:1.043px solid rgba(255,241,250,.2);background:#0F0E16;position:relative;gap:12px}.suggested-bots .suggested-bots-grid .bot-card .card-top{overflow:hidden;z-index:0;position:absolute;top:0;left:0;height:100%;width:100%}.suggested-bots .suggested-bots-grid .bot-card:hover{box-shadow:0 0 12px rgba(255,102,196,.25)}.suggested-bots .suggested-bots-grid .bot-card .shadow{position:absolute;left:50%;width:100%;top:0;transform:translateX(-50%)}.suggested-bots .suggested-bots-grid .bot-card .shadow svg{width:100%}.suggested-bots .suggested-bots-grid .bot-card .image-wrapper{position:relative;width:100%}.suggested-bots .suggested-bots-grid .bot-card .image-wrapper img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:8.34px 8.34px 0 0;outline:1px solid rgba(255,255,255,.15);outline-offset:-1px;z-index:1;position:relative}.suggested-bots .suggested-bots-grid .bot-card .image-wrapper .badge{position:absolute;top:7px;right:5px;font-family:Montserrat,sans-serif;font-size:8.34px;font-style:normal;font-weight:500;line-height:11.51px;padding:0 3px;border-radius:4px;z-index:2}.suggested-bots .suggested-bots-grid .bot-card .image-wrapper .badge.sold{background-color:#FFB1B1;color:#FF3116}.suggested-bots .suggested-bots-grid .bot-card .image-wrapper .badge.produced{background-color:#C8FFD4;color:#2ABC49}.suggested-bots .suggested-bots-grid .bot-card .image-wrapper .badge.rented{background-color:#FFF2C8;color:#F59B00}.suggested-bots .suggested-bots-grid .bot-card .info{display:flex;align-items:flex-start;flex-direction:column;gap:12px;z-index:2}.suggested-bots .suggested-bots-grid .bot-card .info .top{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.suggested-bots .suggested-bots-grid .bot-card .info .top .title-row{display:flex;justify-content:flex-start;align-items:center;gap:4px}.suggested-bots .suggested-bots-grid .bot-card .info .top .title-row .icc{display:flex;justify-content:center;align-items:center}.suggested-bots .suggested-bots-grid .bot-card .info .top .title-row .icc img{border-radius:50%;border:1.043px solid rgba(255,230,242,.12);width:25px;height:25px;object-fit:cover}.suggested-bots .suggested-bots-grid .bot-card .info .top .title-row .title{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.suggested-bots .suggested-bots-grid .bot-card .info .top .title-row .title .name{color:#FFF;text-align:center;font-family:Montserrat,sans-serif;font-size:11.51px;font-style:normal;font-weight:400;line-height:16.681px}.suggested-bots .suggested-bots-grid .bot-card .info .top .title-row .title .author{color:#8C8C8C;font-family:Montserrat,sans-serif;font-size:8.34px;font-style:normal;font-weight:400;line-height:11.51px}.suggested-bots .suggested-bots-grid .bot-card .info .top .menu-icon{cursor:pointer}.suggested-bots .suggested-bots-grid .bot-card .info .top .menu-icon svg{width:16px;height:16px}.suggested-bots .suggested-bots-grid .bot-card .info .meta{color:#8C8C8C;text-align:center;font-family:Montserrat,sans-serif;font-size:8.34px;font-style:normal;font-weight:500;line-height:16.681px}.suggested-bots .suggested-bots-grid .bot-card .popup-menu{position:absolute;bottom:80px;left:50%;transform:translateX(-50%);padding:12px 24px;width:280px;z-index:99999;border-radius:24px;background:#14181B}@media (max-width:992px){.suggested-bots .suggested-bots-grid .bot-card .popup-menu{zoom:.8}}.suggested-bots .suggested-bots-grid .bot-card .popup-menu ul{list-style:none;display:flex;flex-direction:column;gap:12px}.suggested-bots .suggested-bots-grid .bot-card .popup-menu ul li{display:flex;align-items:center;gap:12px;padding:12px 0;cursor:pointer;transition:.2s;color:#FFF;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.suggested-bots .suggested-bots-grid .bot-card .popup-menu ul li span{display:flex;justify-content:center;align-items:center}.suggested-bots .suggested-bots-grid .bot-card .popup-menu ul li span svg{width:24px;height:24px}.suggested-bots .suggested-bots-grid .bot-card .popup-menu ul li:hover{transform:translateX(4px);color:#ff66c4}.suggested-bots .suggested-bots-grid .bot-card .popup-menu ul hr{border:none;border-top:1px solid rgb(255,255,255)}.notification-overlay{position:fixed;inset:0;background:rgba(0,0,0,.63);display:flex;justify-content:center;align-items:center;z-index:9999}.notification-popup{width:90%;max-width:900px;border-radius:24px;background:#242326;padding:12px 20px;color:white;max-height:90vh;overflow-y:auto;position:relative}.notification-popup .notification-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,215,215,.22);padding:24px 0;margin-bottom:24px}.notification-popup .notification-header h2{color:#fff;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:24px}.notification-popup .notification-header .close-btn{background:none;border:none;display:flex;justify-content:center;align-items:center;cursor:pointer}.notification-popup .notification-list{display:flex;flex-direction:column;gap:12px}.notification-popup .notification-list .notification-item{display:flex;align-items:center;justify-content:flex-start;background:rgba(255,255,255,.04);border-radius:24px;padding:12px;gap:24px;position:relative;transition:transform .2s ease,box-shadow .2s ease}.notification-popup .notification-list .notification-item:hover{transform:scale(1.015);box-shadow:0 4px 14px rgba(0,0,0,.2)}.notification-popup .notification-list .notification-item.discount{background:rgba(219,31,53,.16)}.notification-popup .notification-list .notification-item.pop{background:rgba(255,213,75,.04)}.notification-popup .notification-list .notification-item.success{background:rgba(0,255,0,.04)}.notification-popup .notification-list .notification-item .icon{display:flex;justify-content:center;align-items:center;width:44px;height:44px;border-radius:36px;background:rgba(255,255,255,.12);flex-shrink:0}.notification-popup .notification-list .notification-item .content{flex-grow:1}.notification-popup .notification-list .notification-item .content h4{color:#fff;font-family:Montserrat,sans-serif;font-size:24px;font-style:normal;font-weight:600;line-height:32px;margin-bottom:12px}.notification-popup .notification-list .notification-item .content p{color:#fff;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:21px}.notification-popup .notification-list .notification-item .time{font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:21px;white-space:nowrap}@media (max-width:768px){.notification-popup{padding:10px 12px}.notification-popup .notification-header{flex-direction:column;align-items:flex-start}.notification-popup .notification-header h2{font-size:18px}.notification-popup .notification-list .notification-item{flex-direction:column;align-items:flex-start;gap:16px}.notification-popup .notification-list .notification-item .icon{width:40px;height:40px}.notification-popup .notification-list .notification-item .content h4{font-size:18px;line-height:26px}.notification-popup .notification-list .notification-item .content p{font-size:13px}.notification-popup .notification-list .notification-item .time{align-self:flex-end;font-size:12px}}.notification-empty{flex-direction:column;padding:60px 0;color:#fff}.notification-empty,.notification-empty .empty-icon{display:flex;align-items:center;justify-content:center}.notification-empty .empty-icon{width:50px;height:50px;background:rgba(255,255,255,.12);border-radius:50%;margin-bottom:12px}.notification-empty p{color:var(--white,#FFF);font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:700;line-height:11.96px}.cart-feedback-badge,.profile-feedback-badge{position:fixed;bottom:24px;right:24px;background-color:#FF66C4;color:#fff;padding:6px 12px;border-radius:8px;font-size:13px;font-weight:500;animation:fadeInOut 2s ease forwards;pointer-events:none;z-index:999999}@keyframes fadeInOut{0%{opacity:0;transform:translateY(-5px)}10%{opacity:1;transform:translateY(0)}90%{opacity:1}to{opacity:0;transform:translateY(-5px)}}.policy-content h1{font-size:22px;font-weight:700;margin-bottom:16px;color:#FF66C4}.policy-content h2{font-size:18px;font-weight:600;margin-top:28px;margin-bottom:12px;color:#FFF}.policy-content p{font-size:14px;font-weight:500;line-height:1.8;margin-bottom:12px;color:var(--white,#FFF)}.policy-content ul{list-style:disc;padding-left:20px;margin-bottom:16px}.policy-content ul li{font-size:14px;line-height:1.7;color:#ccc;margin-bottom:6px}.policy-content a{color:#FF66C4;text-decoration:underline;font-weight:600}@media (max-width:992px){.policy-content{padding:24px 12px}.policy-content h1{font-size:18px}.policy-content h2{font-size:16px}.policy-content p,.policy-content ul li{font-size:13px;line-height:1.6}}.file-preview{padding:6px 10px;margin-right:5px;background-color:#1f1f1f;color:#fff;border-radius:8px;display:inline-flex;align-items:center;text-align:center;gap:10px;font-size:10px;font-family:Montserrat,sans-serif;max-width:100%;word-break:break-word;height:100%}.file-preview button{background:none;border:none;color:#ff99d6;font-size:12px;cursor:pointer;line-height:1}.editable-field-wrapper{display:flex;align-items:stretch;gap:12px;padding:16px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:transparent;margin-bottom:20px}.editable-field-wrapper .editable-inputs{flex:1 1;display:flex;gap:12px;flex-wrap:wrap}.editable-field-wrapper .editable-inputs .editable-input{flex:1 1;min-width:120px;border-radius:8px;background:#15131c;border:none;padding:14px 12px;color:#fff;font-size:12px;font-family:Montserrat,sans-serif;font-weight:500;outline:none;transition:all .3s ease}.editable-field-wrapper .editable-inputs .editable-input::placeholder{color:rgba(255,255,255,.6);text-transform:uppercase}.editable-field-wrapper .editable-inputs .editable-input:focus,.editable-field-wrapper .editable-inputs .editable-input:hover{background:rgba(255,255,255,.08)}.editable-field-wrapper .editable-submit-btn{min-width:100px;border-radius:12px;border:1px solid rgba(255,241,250,.73);background:linear-gradient(329deg,#54103A -2.05%,rgba(70,153,255,0) 178.12%);background-image:url(/images/btn-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.editable-field-wrapper .editable-submit-btn:hover{opacity:.85;transform:scale(1.03)}.dislike.active path,.dislike.active svg path,.like.active path,.like.active svg path{fill:#ff66c4}.save-popup{position:fixed;bottom:0;left:0;width:100%;padding:16px 24px;background:rgba(18,18,20,.98);border-top:1px solid #3a3a3c;display:flex;justify-content:center;align-items:center;gap:24px;z-index:1000;box-shadow:0 -4px 12px rgba(0,0,0,.2);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:slideUp .3s ease-out}.save-popup p{margin:0;font-size:15px;font-weight:500;color:#fff}.save-popup .save-button{background:#ff66c4;color:#fff;padding:10px 18px;border-radius:10px;font-size:14px;font-weight:500;border:none;cursor:pointer;transition:background .2s ease;box-shadow:0 0 10px rgba(255,102,196,.3)}.save-popup .save-button:hover{background:#e055b1}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:640px){.save-popup{flex-direction:column;padding:20px;text-align:center}.save-popup .save-button{width:100%}}textarea{resize:vertical}.bot-card.in-cart .macrd svg path{fill:#FF66C4}.cart-badge{position:absolute;top:-2px;right:-2px;background:#ff3399;color:#fff;border-radius:50%;min-width:18px;height:18px;font-size:12px;display:flex;align-items:center;justify-content:center;font-weight:700;box-shadow:0 0 3px rgba(0,0,0,.1333333333);z-index:10;padding:0 5px}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.custom-alert{display:flex;align-items:center;background:rgba(41,28,41,.8);position:fixed;top:0;left:0;color:#fff;padding:13px 18px;border-radius:10px;font-size:14px;font-weight:500;margin-top:16px;box-shadow:0 6px 36px 0 rgba(255,102,196,.2705882353);border-left:5px solid #ff66c4;position:relative;z-index:100;animation:fadeIn .2s}.custom-alert .icon{margin-right:10px}.custom-alert .close-alert{margin-left:12px;background:none;border:none;color:#fff;font-size:19px;cursor:pointer;opacity:.6;transition:opacity .2s}.custom-alert .close-alert:hover{opacity:1}.profile-edit{display:flex;align-items:center;gap:10px;margin-bottom:34px}.profile-edit__avatar{width:120px;height:120px;margin-right:10px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;background:#111017}.profile-edit__img{width:100%;height:100%;object-fit:cover;border-radius:8px}.profile-edit__buttons{display:flex;gap:7px}.profile-edit .editable-submit-btn{min-width:100px;border-radius:12px;border:1px solid rgba(255,241,250,.73);background:linear-gradient(329deg,#54103A -2.05%,rgba(70,153,255,0) 178.12%);background-image:url(/images/btn-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;height:48px;color:#fff;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.profile-edit .editable-submit-btn:hover{opacity:.85;transform:scale(1.03)}.profile-edit .editable-cancel-btn{min-width:100px;border-radius:12px;border:1px solid rgba(255,241,250,.73);background:rgba(255,255,255,.09);color:#fff;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.profile-edit .editable-cancel-btn:hover{opacity:.85;transform:scale(1.03)}.profile-popup{min-width:230px;border-radius:8.34px;background:#1A1920;padding:12px;box-shadow:-6px 2px 14px 0 rgba(0,0,0,.25);display:flex;flex-direction:column;gap:12px;transition:box-shadow .18s,transform .18s}.profile-popup:hover{box-shadow:0 8px 32px rgba(0,0,0,.2509803922);transform:scale(1.03)}.profile-popup__top{display:flex;align-items:center;gap:4px;width:100%;margin-bottom:3px}.profile-popup__avatar{width:33px;height:33px;border-radius:50%;background:linear-gradient(145deg,#ff6c93 30%,#4361ee 80%);display:flex;align-items:center;justify-content:center;transition:filter .17s}.profile-popup__avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;transition:filter .17s}.profile-popup__avatar img:hover,.profile-popup__avatar:hover{filter:brightness(1.13) drop-shadow(0 0 4px rgba(255,108,147,.8))}.profile-popup__username{color:#FFF;font-size:14px}.profile-popup__fullname,.profile-popup__username{font-family:Montserrat,sans-serif;font-style:normal;font-weight:500;line-height:21px}.profile-popup__fullname{color:#8C8C8C;font-size:10px}.profile-popup__row{display:flex;align-items:center;justify-content:space-between;color:#FFF;font-family:Montserrat,sans-serif;font-size:11px;padding-bottom:12px;font-style:normal;font-weight:500;line-height:21px;border-bottom:1px solid rgba(170,170,170,.12)}.profile-popup__row .dot{font-size:10px;line-height:1;color:#fff}.profile-popup__stat{color:#FFF;font-family:Montserrat,sans-serif;font-size:11px;font-style:normal;font-weight:500;line-height:21px;padding-bottom:12px;border-bottom:1px solid rgba(170,170,170,.12)}.profile-popup__stat:last-child{border-bottom:none}.profile-popup__logout-btn{gap:16px;border-radius:12px;border:1px solid rgba(170,170,170,.12);background:rgba(0,0,0,0);padding:12px;cursor:pointer;transition:background .17s,color .17s,box-shadow .17s}.profile-popup__logout-btn,.profile-popup__logout-btn .icon{display:flex;justify-content:center;align-items:center}.profile-popup__logout-btn .text{color:#FFF;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:22px}.profile-popup__logout-btn:hover{background:linear-gradient(95deg,rgba(74,45,109,.2666666667),rgba(255,105,180,.0784313725));color:#ffb3e0;box-shadow:0 4px 18px rgba(164,77,169,.2509803922);border-color:rgba(126,57,166,.2666666667)}.profile-popup__logout-btn:hover .text{color:#ffb3e0}.profile-popup__logout-btn:hover .icon svg path{stroke:#ffb3e0}.message-file-preview{display:inline-block;background:#111111;color:#fff;margin-bottom:6px;font-weight:400;text-transform:capitalize;padding:10px 20px;border-radius:12px;font-size:12px;line-height:1.4;width:max-content;font-family:Montserrat,sans-serif}.market-card-meta-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:12px;font-size:8px;font-weight:500;width:100%;color:#62647C}.market-card-meta-row .meta-dialogue,.market-card-meta-row .meta-time{display:flex;align-items:center;gap:6px}.market-card-meta-row .meta-dialogue:after{content:"•";display:inline-block;color:#62647C}.market-card-meta-row .meta-price-box{margin-left:auto;color:#fff;border-radius:12px;font-family:Montserrat,sans-serif;font-size:7px;font-style:normal;font-weight:500;line-height:12px;padding:1px 12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px 0 rgba(255,102,196,.2);border:1px solid rgba(255,255,255,.1333333333);min-width:50px}.input-with-error{position:relative;width:100%}.input-with-error .field-error{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#FF66C4;font-size:11px;pointer-events:none;opacity:.9}.input.error,.phone-input.error{border-color:#FF66C4!important;box-shadow:0 0 0 1px rgba(255,102,196,.2)}.pricing-section-wrapper{font-family:Montserrat,sans-serif;color:#fff;margin:20px 0;.section-title{font-size:18px;font-weight:600;margin-bottom:10px}.divider{border:0;border-top:1px solid #2c2833;margin-bottom:20px}.section-description{font-size:13px;color:#aaa;line-height:1.6;margin-bottom:30px}}.pricing-container{display:flex;flex-direction:column;gap:20px;align-items:center;@media (min-width:768px){flex-direction:row;justify-content:space-between;align-items:flex-start}}.price-setting-area{width:100%;flex:1 1;.price-input-group{background-color:#0c0c0e;border:1px solid #1e1a24;border-radius:12px;padding:15px 20px;display:flex;flex-direction:column;label{font-size:14px;color:#efefef;margin-bottom:5px}.input-wrapper{display:flex;align-items:center;justify-content:space-between;.text-input{background:transparent;border:none;outline:none;color:#fff;font-size:20px;font-weight:500;width:100%;font-family:Montserrat,sans-serif;&::placeholder{color:#444}}.currency-symbol{color:#FF66C4;font-size:20px;font-weight:700;margin-left:10px}}}}.earnings-display{width:100%;flex:1 1;display:flex;flex-direction:column;justify-content:center;gap:12px;padding-top:10px;@media (min-width:768px){padding-left:40px}p{margin:0;font-size:15px;color:#FF66C4;display:flex;justify-content:flex-start;gap:10px;white-space:nowrap;.earning-value{color:#fff;font-weight:500}}}.price-input-group:has(.error){border-color:#ff4d4f!important}.image-upload-section{display:flex;gap:20px;margin-bottom:30px;width:100%}.upload-card{flex:1 1;background:#121218;border:1px solid #24242e;border-radius:12px;display:flex;padding:20px;gap:20px;transition:all .3s ease}.upload-card.error{border-color:#ff4d4d;box-shadow:0 0 10px rgba(255,77,77,.2)}.card-left{flex-direction:column;min-width:160px}.card-left,.preview-box{display:flex;align-items:center;justify-content:center}.preview-box{width:100px;height:100px;background:rgba(255,102,196,.05);border-radius:12px;overflow:hidden;margin-bottom:15px}.preview-box img{width:100%;height:100%;object-fit:cover}.upload-label{color:#ff66c4;font-size:13px;font-weight:700;text-align:center;line-height:1.4;text-transform:uppercase}.card-right{display:flex;flex-direction:column;justify-content:space-between;flex:1 1}.card-right h4{color:#fff;font-size:14px;margin-bottom:12px;font-weight:600}.card-right ul{list-style:none;padding:0;margin:0 0 20px}.card-right ul li{color:#a0a0ab;font-size:11px;line-height:1.6;margin-bottom:6px;position:relative;padding-left:12px}.card-right ul li:before{content:"•";position:absolute;left:0;color:#ff66c4}.change-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 15px;background:transparent;border:1px solid transparent;border-image:linear-gradient(90deg,#4699ff,#ff66c4) 1;color:#fff;font-size:12px;font-weight:700;cursor:pointer;transition:background .3s ease;text-transform:uppercase}.change-btn:hover{background:rgba(255,255,255,.05)}.input-ctr{display:flex;align-items:center;gap:10px;position:relative;width:100%;background:#121217;padding:8px;border-radius:12px}.input-ctr input{flex:1 1;background:transparent;border:none;outline:none;color:white}.market-filter-select{position:relative}.market-filter-btn{display:flex;align-items:center;gap:8px;background:transparent;border:1px dashed #ff66c4;padding:6px 12px;border-radius:15px;cursor:pointer;color:white;white-space:nowrap}.market-filter-dropdown{position:absolute;top:calc(100% + 10px);right:0;width:220px;background:#1a1a23;border-radius:12px;padding:8px 0;box-shadow:0 10px 30px rgba(0,0,0,.5);z-index:999;display:flex;flex-direction:column}.filter-option{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;color:#e0e0e0;cursor:pointer;font-size:14px;font-family:Montserrat,sans-serif;transition:background .2s}.filter-option:hover{background:rgba(255,102,196,.1)}.filter-option.active{color:#ff66c4}.info-dot{margin-left:8px;display:inline-flex;align-items:center;opacity:.6}.message.sent{text-transform:none!important;color:red}.dialogue-block{width:100%;display:flex;flex-direction:column;margin-bottom:20px}.block-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding-bottom:8px;border-bottom:1px solid #f0f0f0;margin-bottom:10px}.block-content,.block-content p{width:100%;text-align:left}.block-content p{margin:0;line-height:1.6;word-wrap:break-word;white-space:pre-wrap}#forgotPasswordLink{color:rgb(255,102,196);transition-duration:.25s}#forgotPasswordLink:hover{color:rgb(220,90,171)}#forgotPasswordLink:active{color:rgb(200,80,151)}#iyzicoFooter{position:relative;top:20px}@media (max-width:992px){.image-upload-section{flex-direction:column}}.confirm-product{display:flex;align-items:center;gap:15px;margin-bottom:15px}.cart-item-img{width:80px!important;height:80px!important;object-fit:cover;border-radius:12px;flex-shrink:0;border:1px solid rgba(255,255,255,.1)}.confirm-product div p{margin:0;font-weight:600;color:#fff}.confirm-product div span{color:#FF66C4;font-size:14px}