@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic";:root[data-theme=light]{--main-color: #FFBB00;--bg-color: #f3f3f3;--secondary-bg-color: #ececec;--text-color: #303030;--navbar-bg: #ffffff;--navbar-text: #000000;--input-bg: #f2f2f2;--icon-color: #616161;--input-outline-color: #D0D0D0;--input-text-color: #616161}:root[data-theme=dark]{--main-color: #FFBB00;--bg-color: #121212;--secondary-bg-color: #1e1e1e;--text-color: #f5f5f5;--navbar-bg: #1a1a1a;--navbar-text: #ffffff;--input-bg: #2a2a2a;--icon-color: #b0b0b0;--input-outline-color: #444444;--input-text-color: #cccccc}*{margin:0;padding:0;box-sizing:border-box;text-decoration:none;list-style:none;font-family:Space Grotesk,sans-serif;word-wrap:break-word}html{scroll-behavior:smooth}body{background-color:var(--secondary-bg-color);color:var(--text-color);transition:background-color .2s ease,color .2s ease}button,a,.link,input{transition:all .2s ease;cursor:pointer}a{text-decoration:none!important}.logo{cursor:pointer}.container2{max-width:1100px;margin:0 auto}.container{max-width:992px;margin:0 auto}.row{display:flex;flex-wrap:wrap}.d-none{display:none!important}.d-block{display:block!important}.loadingWrapper{display:flex;align-items:center;justify-content:center;height:90vh;width:100%}.myLoad{width:100%;height:100%;top:0;right:0;bottom:0;left:0;position:0;background-color:#fff}.errorMsg{margin:88px 16px 16px 266px}.layerOpenBox{position:absolute;right:8px;top:60px;background-color:#fff;max-width:300px;width:100%;border-radius:10px;box-shadow:#63636333 0 2px 8px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease;z-index:888}.layerOpenBox .layerBoxInside{display:flex;flex-direction:column;align-items:flex-start;padding:4px;gap:4px}.layerOpenBox .layerBoxInside .layerBoxInsideItem{display:flex;align-items:center;width:100%;gap:16px;padding:8px 16px;border-radius:10px;cursor:pointer}.layerOpenBox .layerBoxInside .layerBoxInsideItem:hover{background-color:#f1f1f1}.layerOpenBox .layerBoxInside .layerBoxInsideItem span{font-weight:300;font-size:16px}.layerActive{opacity:1;visibility:visible;transform:translateY(0)}.col-1{width:8.3333333333%;padding:16px}.col-2{width:16.6666666667%;padding:16px}.col-3{width:25%;padding:16px}.col-4{width:33.3333333333%;padding:16px}.col-5{width:41.6666666667%;padding:16px}.col-6{width:50%;padding:16px}.col-7{width:58.3333333333%;padding:16px}.col-8{width:66.6666666667%;padding:16px}.col-9{width:75%;padding:16px}.col-10{width:83.3333333333%;padding:16px}.col-11{width:91.6666666667%;padding:16px}.col-12{width:100%;padding:16px}@media screen and (max-width: 992px) and (min-width: 768px){.col-md-1{width:8.3333333333%;padding:16px}.col-md-2{width:16.6666666667%;padding:16px}.col-md-3{width:25%;padding:16px}.col-md-4{width:33.3333333333%;padding:16px}.col-md-5{width:41.6666666667%;padding:16px}.col-md-6{width:50%;padding:16px}.col-md-7{width:58.3333333333%;padding:16px}.col-md-8{width:66.6666666667%;padding:16px}.col-md-9{width:75%;padding:16px}.col-md-10{width:83.3333333333%;padding:16px}.col-md-11{width:91.6666666667%;padding:16px}.col-md-12{width:100%;padding:16px}}@media screen and (max-width: 768px) and (min-width: 576px){.col-sm-1{width:8.3333333333%;padding:16px}.col-sm-2{width:16.6666666667%;padding:16px}.col-sm-3{width:25%;padding:16px}.col-sm-4{width:33.3333333333%;padding:16px}.col-sm-5{width:41.6666666667%;padding:16px}.col-sm-6{width:50%;padding:16px}.col-sm-7{width:58.3333333333%;padding:16px}.col-sm-8{width:66.6666666667%;padding:16px}.col-sm-9{width:75%;padding:16px}.col-sm-10{width:83.3333333333%;padding:16px}.col-sm-11{width:91.6666666667%;padding:16px}.col-sm-12{width:100%;padding:16px}}@media screen and (max-width: 576px){.col-xs-1{width:8.3333333333%;padding:16px}.col-xs-2{width:16.6666666667%;padding:16px}.col-xs-3{width:25%;padding:16px}.col-xs-4{width:33.3333333333%;padding:16px}.col-xs-5{width:41.6666666667%;padding:16px}.col-xs-6{width:50%;padding:16px}.col-xs-7{width:58.3333333333%;padding:16px}.col-xs-8{width:66.6666666667%;padding:16px}.col-xs-9{width:75%;padding:16px}.col-xs-10{width:83.3333333333%;padding:16px}.col-xs-11{width:91.6666666667%;padding:16px}.col-xs-12{width:100%;padding:16px}}#navbar{background-color:var(--navbar-bg);color:var(--navbar-text);transition:background-color .3s ease,color .3s ease;padding:16px 32px;border-radius:0 0 16px 16px;box-shadow:#0000000a 0 3px 5px;position:fixed;top:0;left:0;right:0;z-index:9999}#navbar nav{display:flex;align-items:center;justify-content:space-between;gap:32px}#navbar nav .logo{height:34px}#navbar nav .inputWrapper{width:100%;display:flex;align-items:center;justify-content:center;position:relative}#navbar nav .inputWrapper .icon{position:absolute;left:calc(25% + 16px);color:var(--icon-color);font-size:14px}#navbar nav .inputWrapper input{width:50%;height:34px;border:1px solid transparent;background:var(--input-bg);padding:0 16px 0 48px;border-radius:8px;outline:none}#navbar nav .inputWrapper input:focus{border:1px solid var(--input-outline-color)}#navbar nav .inputWrapper input::placeholder{color:var(--input-text-color)}#navbar nav .right{display:flex;align-items:center;gap:16px}#navbar nav .right .languageWrapper{position:relative;display:flex;align-items:center;justify-content:center}#navbar nav .right .languageWrapper .icon{color:#333;font-size:18px;cursor:pointer;transition:color .2s ease}#navbar nav .right .languageWrapper .icon:hover{color:#666}#navbar nav .right .languageWrapper .langDropdown{position:absolute;right:0;top:30px;background-color:#fff;width:150px;border-radius:10px;box-shadow:#63636333 0 2px 8px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease;z-index:999}#navbar nav .right .languageWrapper .langDropdown.open{opacity:1;visibility:visible;transform:translateY(0)}#navbar nav .right .languageWrapper .langDropdown .langOption{padding:12px 16px;cursor:pointer;font-size:14px;font-weight:400;color:#333;transition:background-color .2s ease;display:flex;align-items:center;gap:16px}#navbar nav .right .languageWrapper .langDropdown .langOption:hover{background-color:#f1f1f1;border-radius:10px}#navbar nav .right .languageWrapper .langDropdown .langOption:not(:last-child){border-bottom:1px solid #f1f1f1}#navbar nav .right .wrapper{display:flex;align-items:center;gap:15px;transition:all .4s ease;border-radius:10px;padding:4px 8px}#navbar nav .right .wrapper .icon{color:#fff;font-size:16px}#navbar nav .right .wrapper .profilePhoto{width:28px;height:28px;border-radius:5px;background-color:#fb0;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:500;color:#333}#navbar nav .right .wrapper .profilePhoto img{width:100%;height:100%;border-radius:5px;object-fit:contain}#navbar nav .right .wrapper .profilePhoto .icon{color:#fff;font-size:12px}#navbar nav .right .wrapper p{font-weight:500;margin:0}#navbar nav .right .layer{position:absolute;right:8px;top:60px;background-color:#fff;max-width:300px;width:100%;border-radius:10px;box-shadow:#63636333 0 2px 8px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease;z-index:888}#navbar nav .right .layer.open{opacity:1;visibility:visible;transform:translateY(0)}#navbar nav .right .layer .line{height:1px;width:100%;background-color:#f1f1f1}#navbar nav .right .layer .wrapper{display:flex;flex-direction:column;align-items:flex-start;padding:4px;gap:4px}#navbar nav .right .layer .wrapper .box{display:flex;align-items:center;width:100%;gap:16px;padding:8px 16px;border-radius:10px;cursor:pointer}#navbar nav .right .layer .wrapper .box span{font-weight:300}#navbar nav .right .layer .wrapper .box .mail{font-size:12px;color:#666}#navbar nav .right .layer .wrapper .box img{width:25px;object-fit:contain;border-radius:2px}#navbar nav .right .layer .wrapper .box .icon{color:#000;width:25px}#navbar nav .right .layer .wrapper .box:hover{background-color:#f1f1f1}#navbar nav .right .layer .wrapper .box1{display:flex;flex-direction:column;align-items:flex-start;gap:0;cursor:default}#navbar nav .right .layer .wrapper .box1:hover{background-color:transparent}#navbar nav .right .imageWrapper{height:34px;width:34px;display:flex;align-items:center;justify-content:center;border:1px solid var(--input-bg);border-radius:8px;background:var(--main-color);padding:5px}#navbar nav .right .imageWrapper img{width:100%;height:100%;object-fit:contain;filter:brightness(0) invert(1)}#navbar nav .right .name{width:max-content;color:var(--text-color)}#darkModeSwitch :root{--color: #9176ff;--dark-color: #2b2b2b;--dark-icon-color: #fff;--light-color: #f7f7f7;--light-icon-color: #ffde59}#darkModeSwitch *{margin:0;padding:0;box-sizing:border-box}#darkModeSwitch body{transition:background-color .3s ease}#darkModeSwitch .btn{background-color:#e3e3e3;width:4em;height:2em;border-radius:2em;padding:0 .1em;box-shadow:inset 0 3px 8px #0000001a;position:relative;display:flex;align-items:center;cursor:pointer}#darkModeSwitch .btn__indicator{background-color:#fff;width:1.6em;height:1.6em;border-radius:50%;position:absolute;box-shadow:0 2px 8px #0003;transition:transform .3s ease}#darkModeSwitch .btn__icon-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center}#darkModeSwitch .btn__icon{color:var(--light-icon-color);font-size:1rem}#darkModeSwitch .btn__icon.animated{animation:spin .3s}@keyframes spin{to{transform:rotate(360deg)}}#darkModeSwitch .darkmode{background-color:var(--dark-color)}#darkModeSwitch .darkmode .btn{box-shadow:inset 0 3px 8px #0000004d}#darkModeSwitch .darkmode .btn__indicator{transform:translate(2em);background-color:var(--dark-color)}#darkModeSwitch .darkmode .btn__icon{color:var(--dark-icon-color)}#sideBar{background:var(--bg-color);color:var(--text-color);transition:background-color .3s ease,color .3s ease;height:100vh;width:250px;position:fixed;top:0;left:0;bottom:0;box-shadow:#0000000a 0 3px 5px;padding:82px 16px 8px}#sideBar .link{display:flex;align-items:center;gap:12px;color:var(--text-color);padding:8px 16px;margin-bottom:8px;border-radius:8px;font-size:14px;font-weight:500}#sideBar .link .icon{color:var(--text-color);font-size:16px}#sideBar .link .name{color:var(--text-color)}#sideBar .selectedLink{background:var(--main-color)}#storeList{margin:88px 16px 64px 266px}#storeList .container{position:relative}#storeList .container h2{font-weight:700;font-family:Space Grotesk,sans-serif;margin:25px 0 30px}#storeList .container .storeListEmpty{background:#fffffe;width:100%;height:100%;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;border-bottom-left-radius:17px;border-bottom-right-radius:17px;border-bottom:2px solid #DCDCDC!important;border-left:1px solid #DCDCDC!important;border-right:1px solid #DCDCDC!important;padding-bottom:25px}#storeList .container .storeListEmpty img{width:260px;height:260px}#storeList .container .storeListEmpty p{color:#191919;font-size:18px;font-weight:500}#storeList .container .storeListEmpty span{color:#797979;font-size:16px;font-weight:400}#storeList .container .table2{border-top:0px!important}#storeList .container .table{display:flex;align-items:center;justify-content:space-between;padding:9px 16px 6px;gap:16px;border-bottom:none;border-left:1px solid #DCDCDC!important;border-right:1px solid #DCDCDC!important;border-top:1px solid #DCDCDC;border-bottom:2px solid #DCDCDC!important;background-color:#fff;margin:0!important}#storeList .container .table .th{display:flex;align-items:center;gap:16px}#storeList .container .table .th p{font-weight:600;font-family:Space Grotesk,sans-serif}#storeList .container .table .searchForm{position:relative}#storeList .container .table .searchForm input{padding:5px 17px;border:1px solid #DCDCDC;color:#000;border-radius:7px;outline:none}#storeList .container .table .searchForm .searchIcon{position:absolute;right:12px;top:50%;background:none;transform:translateY(-40%)}#storeList .container .table .searchForm .searchIcon svg{padding:0!important}#storeList .container .table1{border-top-left-radius:17px;border-top-right-radius:17px}#storeList .container .table2{background-color:#ffe6a2}#storeList .container .table2 .th{width:100%;align-items:center;gap:16px;border-top:none;padding:8px 0;font-weight:500;display:grid;grid-template-columns:1fr 1fr 2fr 1fr}#storeList .container .tr.lastTr{border-bottom-left-radius:17px;border-bottom-right-radius:17px}#storeList .container .tr{background-color:#fff;border-bottom:2px solid #DCDCDC!important;border-left:1px solid #DCDCDC!important;border-right:1px solid #DCDCDC!important;align-items:center;gap:16px;border-top:none;padding:6px 16px 0;display:grid;grid-template-columns:1fr 1fr 2fr 1fr}#storeList .container .tr img{width:40px;height:40px;object-fit:contain}#storeList .container .tr .editBtn{color:#454545}#storeList .container .tr button{color:#454545;background:none;outline:none;border:none;display:flex;align-items:center;justify-content:center;column-gap:7px}.marketPagePagination{position:absolute;bottom:-10;left:50%;width:100%;transform:translate(-50%)}.marketPagePagination .ant-select-selector,.marketPagePagination .ant-select-arrow{display:none!important}#sellerPage{margin:65px 16px 16px 266px}.sellerLeft{box-shadow:2px 2px 3px #d1d1d140}.sellerLeft .sellerLeftTop h4{font-size:15.25px;color:#000;font-weight:500;margin-bottom:17px}.sellerLeft .sellerLeftTop .searchForm{position:relative}.sellerLeft .sellerLeftTop .searchForm input{padding:5px 17px;border:1px solid #DCDCDC;color:#000;border-radius:7px;width:100%;outline:none}.sellerLeft .sellerLeftTop .searchForm .searchIcon{position:absolute;right:12px;top:50%;background:none;transform:translateY(-45%)}.sellerLeft .sellerLeftBottom{margin-top:28px}.sellerLeft .sellerLeftBottom .sellerLeftBottomTabs{background:#f0f0f0;border-radius:10px;width:100%;display:flex;align-items:center;justify-content:center;padding:8px 13px}.sellerLeft .sellerLeftBottom .sellerLeftBottomTabs p{cursor:pointer;margin:0;padding:8px 13px;width:50%;display:flex;align-items:center;justify-content:center;color:#000}.sellerLeft .sellerLeftBottom .sellerLeftBottomMessage1{margin-top:15px}.sellerLeft .sellerLeftBottom .sellerLeftBottomMessage1 .activeBox{background-color:#dad8d8;border-radius:5px}.sellerLeft .sellerLeftBottom .sellerLeftBottomMessage1 .activeBox .unread{display:none!important}.sellerLeft .sellerLeftBottom .sellerLeftBottomMessage1 .sellerMessage{display:flex;align-items:center;width:100%;cursor:pointer;border-bottom:1px solid #E5E5E5;padding:8px 5px}.sellerLeft .sellerLeftBottom .sellerLeftBottomMessage1 .sellerMessage img{width:50px;height:50px;margin-right:7px;object-fit:cover;border-radius:50%}.sellerLeft .sellerLeftBottom .sellerLeftBottomMessage1 .sellerMessage .sellerMessageLeft{display:flex;width:100%;align-items:start;justify-content:space-between}.sellerLeft .sellerLeftBottom .sellerLeftBottomMessage1 .sellerMessage .sellerMessageLeft p{font-size:17px;font-weight:500;color:#000;margin-bottom:10px}.sellerLeft .sellerLeftBottom .sellerLeftBottomMessage1 .sellerMessage .sellerMessageLeft span{font-size:12px;font-weight:400;color:#000}.sellerLeft .sellerLeftBottom .sellerLeftBottomMessage1 .sellerMessage .sellerMessageRight{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.sellerLeft .sellerLeftBottom .sellerLeftBottomMessage1 .sellerMessage .sellerMessageRight p{color:#3c3c3c;font-size:14px;margin-bottom:0;font-weight:400}.sellerLeft .sellerLeftBottom .sellerLeftBottomMessage1 .sellerMessage .sellerMessageRight .unread{width:12px;font-size:9px;display:flex;font-weight:500;align-items:start;justify-content:center;color:#000;height:12px;background-color:#ffe25e;border-radius:50%}.sellerLeft .sellerLeftBottom .sellerLeftBottomMessage2{margin-top:15px}.sellerLeft .sellerLeftBottom .sellerLeftBottomMessage2 .activeBox{background-color:#dad8d8;border-radius:5px}.sellerLeft .sellerLeftBottom .sellerLeftBottomMessage2 .activeBox .unread{display:none!important}.sellerLeft .sellerLeftBottom .sellerLeftBottomMessage2 .sellerMessage{cursor:pointer;display:flex;align-items:center;justify-content:space-around;border-bottom:1px solid #E5E5E5;padding:8px 16px 8px 0;width:100%}.sellerLeft .sellerLeftBottom .sellerLeftBottomMessage2 .sellerMessage img{width:50px;height:50px;margin-right:7px;object-fit:cover;border-radius:50%}.sellerLeft .sellerLeftBottom .sellerLeftBottomMessage2 .sellerMessage .sellerMessageLeft{display:flex;align-items:start;justify-content:space-between}.sellerLeft .sellerLeftBottom .sellerLeftBottomMessage2 .sellerMessage .sellerMessageLeft p{font-size:17px;font-weight:500;color:#000;margin-bottom:10px}.sellerLeft .sellerLeftBottom .sellerLeftBottomMessage2 .sellerMessage .sellerMessageLeft span{font-size:12px;font-weight:400;color:#000}.sellerLeft .sellerLeftBottom .sellerLeftBottomMessage2 .sellerMessage .sellerMessageRight p{color:#3c3c3c;font-size:14px;font-weight:400}.sellerMessageBox{width:100%}.sellerRight{position:relative;height:100%}.sellerRight .sellerRightTop{border:1px solid #E8E8E8;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:13px 16px}.sellerRight .sellerRightTop .sellerRightTopLeft{display:flex;align-items:center;justify-content:center;column-gap:10px}.sellerRight .sellerRightTop .sellerRightTopLeft img{width:58px;object-fit:cover;height:58px;border-radius:50%}.sellerRight .sellerRightTop .sellerRightTopLeft p{margin-bottom:4px;color:#000;font-size:18px;font-weight:500}.sellerRight .sellerRightTop .sellerRightTopLeft span{color:#8f8f8f;font-size:14px;font-weight:400}.sellerRight .sellerRightTop .sellerRightTopRight{display:flex;align-items:center;justify-content:center;column-gap:7px}.sellerRight .sellerRightTop .sellerRightTopRight p{margin-bottom:0;color:#000;font-weight:500;font-size:14px}.sellerRight .sellerRightBottom{overflow-y:scroll;height:66dvh;width:100%;margin-bottom:68px}.sellerRight .sellerRightBottom .lMessage{width:98%!important}.sellerRight .sellerRightBottom .leftMessage{display:flex;align-items:end;justify-content:start;column-gap:8px}.sellerRight .sellerRightBottom .leftMessage .allMessages p{background:#fff;border-radius:12px 12px 12px 0}.sellerRight .sellerRightBottom .leftMessage .allMessages img{border-radius:12px 12px 12px 0}.sellerRight .sellerRightBottom .rightMessage .messageBox{width:100%;display:flex;align-items:end;column-gap:8px;justify-content:end;text-align:end}.sellerRight .sellerRightBottom .rightMessage .messageBox .allMessages{display:flex;align-items:end;row-gap:8px;text-align:start;flex-direction:column}.sellerRight .sellerRightBottom .rightMessage .messageBox .allMessages p{background:#ffe499;border-radius:12px 12px 0}.sellerRight .sellerRightBottom .rightMessage .messageBox .allMessages p:not(:first-child){margin-top:6px}.sellerRight .sellerRightBottom .rightMessage .messageBox .allMessages img{border-radius:12px 12px 0}.sellerRight .sellerRightBottom .sellerRightBottomMessage{margin:30px 0 0 15px;column-gap:10px;width:98%}.sellerRight .sellerRightBottom .sellerRightBottomMessage .messageBox img{width:24px;aspect-ratio:1/1;object-fit:cover;margin-top:19px}.sellerRight .sellerRightBottom .sellerRightBottomMessage .messageBox .allMessages p{margin:0;border:1px solid #F0F0F0;padding:22px 18px;font-size:14px;font-weight:400}.sellerRight .sellerRightBottom .sellerRightBottomMessage .messageBox .allMessages p:not(:first-child){margin-top:6px}.sellerRight .sellerRightBottom .sellerRightBottomMessage .messageBox .allMessages img{width:180px;aspect-ratio:1/1;object-fit:cover;border:1px solid #F0F0F0}.sellerRight .sellerRightBottom .sellerRightBottomMessage .messageBox .allMessages img:not(:first-child){margin-top:6px}.sellerRight .sellerRightBottom .sellerRightBottomMessage .messageTimeL{margin:10px 0 0 30px}.sellerRight .sellerRightBottom .sellerRightBottomMessage .messageTimeR{margin:10px 30px 0 0;text-align:end}.sellerRight .sellerRightBottom .sellerRightBottomMessage .messageTime{color:#979797;font-size:10px;font-weight:500}.sellerRight .sellerRightMessageSend{width:100%;padding:8px 25px;column-gap:8px;display:flex;align-items:center;justify-content:center;position:absolute;bottom:10px}.sellerRight .sellerRightMessageSend .sellerRightMessageSendInside{width:100%;position:relative}.sellerRight .sellerRightMessageSend .sellerRightMessageSendInside .sendPhotoVideo{position:absolute;right:13px;display:flex;align-items:center;justify-content:center;column-gap:5px;top:50%;transform:translateY(-53%)}.sellerRight .sellerRightMessageSend .sellerRightMessageSendInside .sendPhotoVideo .sendPhotoVideoIcons{font-size:22px;color:#bfbfbf;cursor:pointer}.sellerRight .sellerRightMessageSend .sellerRightMessageSendInside input{width:100%;border:1px solid #E6E6E6;background-color:#fff;border-radius:14px;padding:12px 16px;outline:none}.sellerRight .sellerRightMessageSend .sellerRightMessageSendInside input::placeholder{color:#bfbfbf;font-size:14px}.sellerRight .sellerRightMessageSend button{cursor:pointer;text-align:center;border-radius:14px;border:1px solid #E6E6E6;background-color:#fff;width:42px;height:42px;margin:0 auto;display:flex;align-items:center;justify-content:center}.sellerRight .sellerRightMessageSend button svg{display:flex;align-items:center;justify-content:center;width:20px;height:20px;font-size:16px;color:#bfbfbf}#storeDetail{margin:88px 16px 16px 266px}.storeDetailTop h2{display:flex;align-items:center;column-gap:7px;color:#000}.storeDetailTop h2 svg{font-size:17px}.storeDetailTop .storeDetailTopCard{margin-top:28px;background-color:#fff;border-radius:13px;box-shadow:2px 2px 3px #58585840;display:flex;align-items:center;justify-content:space-between;padding:20px 25px}.storeDetailTop .storeDetailTopCard .storeDetailTopCardLeft{display:flex;align-items:center;justify-content:center;gap:24px}.storeDetailTop .storeDetailTopCard .storeDetailTopCardLeft .imgBox{width:150px;max-height:120px;overflow:hidden;display:flex;align-items:center;justify-content:center}.storeDetailTop .storeDetailTopCard .storeDetailTopCardLeft .imgBox img{width:150px;display:block;object-fit:cover;height:100%;border:1px solid #E2E2E2;border-radius:3.5px}.storeDetailTop .storeDetailTopCard .storeDetailTopCardLeft .detailCardTexts{display:flex;color:#7b7b7b;font-weight:500;align-items:start;flex-direction:column;row-gap:11px}.storeDetailTop .storeDetailTopCard .storeDetailTopCardLeft .detailCardTexts p{font-size:14px}.storeDetailTop .storeDetailTopCard .storeDetailTopCardLeft .detailCardTexts p span{color:#000}.storeDetailTop .storeDetailTopCard .storeDetailTopCardRight button{padding:8px 27px;background-color:#ffce47;color:#000;border:none;outline:none;cursor:pointer;border-radius:8px}.storeDetailBottom{margin-top:35px}.storeDetailBottom .storeDetailBottomTitle{font-size:20px;font-weight:500}.storeDetailBottom .storeDetailBottomCards{display:flex;align-items:center;flex-wrap:wrap;gap:24px;margin-top:15px}.storeDetailBottom .storeDetailBottomCards .storeDetailBottomCard{width:200px;border-radius:16px;background-color:#fff;overflow:hidden}.storeDetailBottom .storeDetailBottomCards .storeDetailBottomCard img{width:100%;aspect-ratio:1/1;object-fit:cover}.storeDetailBottom .storeDetailBottomCards .storeDetailBottomCard .detailCardsText{padding:12px 16px 16px;font-family:Poppins;font-weight:600}#blogsList{margin:88px 16px 16px 266px}#blogsList .container h2{font-weight:700;margin:25px 0 30px}#blogsList .container .blogListEmpty{background:#fffffe;width:100%;height:100%;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;border-bottom-left-radius:17px;border-bottom-right-radius:17px;border-bottom:2px solid #DCDCDC!important;border-left:1px solid #DCDCDC!important;border-right:1px solid #DCDCDC!important;padding:25px 0}#blogsList .container .blogListEmpty img{width:260px;height:260px}#blogsList .container .blogListEmpty p{color:#191919;font-size:18px;font-weight:500}#blogsList .container .blogListEmpty span{color:#797979;font-size:16px;font-weight:400}#blogsList .container .table2{border-top:0px!important}#blogsList .container .table{display:flex;align-items:center;justify-content:space-between;padding:15px 16px 8px;gap:16px;border-bottom:none;border-left:1px solid #DCDCDC!important;border-right:1px solid #DCDCDC!important;border-top:1px solid #DCDCDC;border-bottom:2px solid #DCDCDC!important;background-color:#fff;margin:0!important}#blogsList .container .table .th{display:flex;align-items:center;gap:16px}#blogsList .container .table .inputs{position:relative;display:flex;align-items:center;justify-content:center;column-gap:10px}#blogsList .container .table .inputs .addForm button{display:flex;align-items:center;justify-content:center;background:none;border-radius:8px;border:1px solid #000000;padding:4px 10px;font-weight:500;column-gap:10px}#blogsList .container .table .inputs .addForm button a{color:#969696}#blogsList .container .table .inputs .searchForm{position:relative}#blogsList .container .table .inputs .searchForm input{padding:5px 17px;border:1px solid #DCDCDC;color:#000;border-radius:7px;outline:none}#blogsList .container .table .inputs .searchForm .searchIcon{position:absolute;right:12px;top:50%;background:none;transform:translateY(-45%)}#blogsList .container .table1{border-top-left-radius:17px;border-top-right-radius:17px}#blogsList .container .table2{background-color:#ffe6a2}#blogsList .container .table2 .th{width:100%;align-items:center;gap:16px;border-top:none;padding:8px 0;font-weight:500;display:grid;grid-template-columns:1fr 1fr 1fr 1fr}#blogsList .container .tr{background-color:#fff;border-bottom:2px solid #DCDCDC!important;border-left:1px solid #DCDCDC!important;border-right:1px solid #DCDCDC!important;align-items:center;gap:16px;border-top:none;padding:13px 16px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr}#blogsList .container .tr img{width:50px;height:50px;object-fit:contain}#blogsList .container .tr .editBtn{color:#454545}#blogsList .container .tr button{color:red;background:none;outline:none;cursor:pointer;border:none;display:flex;align-items:center;justify-content:center;column-gap:7px}#blogsList .container .tr:last-child{border-bottom-left-radius:17px;border-bottom-right-radius:17px}.dialogPopup{visibility:hidden;opacity:0;display:none;position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b2;z-index:999999999;align-items:center;justify-content:center}.dialogPopup .dialogPopupBox{padding:35px 41px;text-align:center;background:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;border:1px solid #E6E6E6;border-radius:6px}.dialogPopup .dialogPopupBox .dialogPopupBoxTopCircle1{border-radius:68px;padding:32.25px;width:90px;height:90px;position:relative;background:#f68d802b}.dialogPopup .dialogPopupBox .dialogPopupBoxTopCircle1 .dialogPopupBoxTopCircle2{border-radius:48.13px;padding:10.53px;position:absolute;width:60px;height:60px;background:#fc3a2c36;top:50%;left:50%;transform:translate(-50%,-50%)}.dialogPopup .dialogPopupBox .dialogPopupBoxTopCircle1 .dialogPopupBoxTopCircle3{border-radius:48.13px;position:absolute;width:30px;height:30px;background:#e60d0d;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;color:#fff}.dialogPopup .dialogPopupBox .dialogPopupBoxTopCircle1 .dialogPopupBoxTopCircle3 .popupCloseIcon{font-size:18px}.dialogPopup .dialogPopupBox .dialogPopupBoxMiddle{font-weight:500;color:#000;margin-top:15px;font-size:17px}.dialogPopup .dialogPopupBox .dialogPopupBoxBottom{display:flex;align-items:center;justify-content:center;column-gap:12px}.dialogPopup .dialogPopupBox .dialogPopupBoxBottom button{padding:15px 45px;border-radius:8px;width:150px;cursor:pointer}.dialogPopup .dialogPopupBox .dialogPopupBoxBottom button:first-child{background:#fff;color:#717171;font-weight:500;font-size:14px;border:1px solid #717171}.dialogPopup .dialogPopupBox .dialogPopupBoxBottom button:last-child{background:#e60d0d;font-weight:500;border:none;color:#fff;font-size:14px}.openDialogPopup{visibility:visible;opacity:1;display:flex}.addBlogTop h2{color:#000;display:flex;align-items:center;column-gap:7px}.addBlogTop h2 .addBlogTopIcon{font-size:17px}#addBlog{margin:88px 16px 16px 266px}.addBlogBottom{margin-top:25px}.addBlogBottom form .addBtnBox{display:flex;align-items:center;justify-content:end}.addBlogBottom form .addBtnBox button{display:flex;align-items:center;justify-content:center;color:#fff;column-gap:7px}.addBlogBottom form .addBtnBox button:first-child{background-color:#e00000;border-radius:12px;border:none;width:200px;font-weight:700;font-size:18px;height:54px;outline:none}.addBlogBottom form .addBtnBox button:last-child{background-color:#1a9829;border-radius:12px;border:none;width:200px;font-weight:700;font-size:18px;height:54px;outline:none}.addBlogBottom form .addBlogBottomBox{column-gap:15px}.addBlogBottom form .addBlogBottomBox label{font-weight:500;font-size:15px;color:#000}.addBlogBottom form .addBlogBottomBox .addBlogBottomDrag{height:200px;position:relative;margin-top:10px;background-color:#fffffe;padding:60px 149px;border:1px dashed #929292;text-align:center;border-radius:10px}.addBlogBottom form .addBlogBottomBox .addBlogBottomDrag p{color:#727272;font-size:14px;display:flex;align-items:center;justify-content:center;column-gap:7px;margin-bottom:5px;font-weight:500}.addBlogBottom form .addBlogBottomBox .addBlogBottomDrag p .imageIcon{font-size:19px}.addBlogBottom form .addBlogBottomBox .addBlogBottomDrag span{color:#727272;font-size:14px;font-weight:400}.addBlogBottom form .addBlogBottomBox .addBlogBottomDrag input{position:absolute;width:100%;height:100%;left:0;opacity:0;top:0}.addBlogBottom form .addBlogBottomBox .addBlogBottomBoxTitles{margin-top:10px;border:1px solid #E4E4E4;padding:26px 32px;background-color:#fff;box-shadow:0 0 4px #9a9a9a40;border:5px}.addBlogBottom form .addBlogBottomBox .addBlogBottomBoxTitles label{font-weight:500;font-size:15px;color:#000;margin-bottom:10px}.addBlogBottom form .addBlogBottomBox .addBlogBottomBoxTitles .titleInputsBox{margin-top:16px;display:flex;align-items:center;column-gap:10px}.addBlogBottom form .addBlogBottomBox .addBlogBottomBoxTitles .titleInputsBox .titleInput{position:relative;width:100%}.addBlogBottom form .addBlogBottomBox .addBlogBottomBoxTitles .titleInputsBox .titleInput .titleIcon{position:absolute;right:12px;top:50%;background:none;transform:translateY(-53%)}.addBlogBottom form .addBlogBottomBox .addBlogBottomBoxTitles .titleInputsBox .titleInput input{outline:none;border-radius:5px;background:#fff;width:100%;border:.5px solid #B7B7B7;padding:9px 16px}.addBlogBottom form .addBlogBottomBox .addBlogBottomBoxTitles .titleInputsBox .titleInput input::placeholder{font-size:14px}.addBlogBottom form .addBlogBottomBox .addBlogBottomBoxTitles .titleInputsBox .titleInput textarea{outline:none;border-radius:5px;background:#fff;width:100%;border:.5px solid #B7B7B7;padding:9px 16px;resize:vertical;min-height:130px}.addBlogBottom form .addBlogBottomBox .addBlogBottomBoxTitles .titleInputsBox .titleInput textarea::placeholder{font-size:14px}#editBlog{margin:88px 16px 16px 266px}.editBlogTop h2{color:#000;display:flex;align-items:center;column-gap:7px}.editBlogTop h2 .editBlogTopIcon{font-size:17px}.editBlogBottom{margin-top:25px}.editBlogBottom form .editBtnBox{display:flex;align-items:center;justify-content:end}.editBlogBottom form .editBtnBox button{display:flex;align-items:center;justify-content:center;color:#fff;column-gap:7px}.editBlogBottom form .editBtnBox button:first-child{background-color:#e00000;border-radius:12px;border:none;width:200px;font-weight:700;font-size:18px;height:54px;outline:none}.editBlogBottom form .editBtnBox button:last-child{background-color:#fb0;border-radius:12px;border:none;width:200px;font-weight:700;font-size:18px;height:54px;outline:none}.editBlogBottom form .editBlogBottomBox{column-gap:15px}.editBlogBottom form .editBlogBottomBox label{font-weight:500;font-size:15px;color:#000}.editBlogBottom form .editBlogBottomBox .editBlogBottomDrag{height:200px;position:relative;margin-top:10px;background-color:#fffffe;padding:60px 149px;border:1px dashed #929292;text-align:center;border-radius:10px}.editBlogBottom form .editBlogBottomBox .editBlogBottomDrag p{color:#727272;font-size:14px;display:flex;align-items:center;justify-content:center;column-gap:7px;margin-bottom:5px;font-weight:500}.editBlogBottom form .editBlogBottomBox .editBlogBottomDrag p .imageIcon{font-size:19px}.editBlogBottom form .editBlogBottomBox .editBlogBottomDrag span{color:#727272;font-size:14px;font-weight:400}.editBlogBottom form .editBlogBottomBox .editBlogBottomDrag input{position:absolute;width:100%;height:100%;left:0;opacity:0;top:0}.editBlogBottom form .editBlogBottomBox .editBlogBottomBoxTitles{margin-top:10px;border:1px solid #E4E4E4;padding:26px 32px;background-color:#fff;box-shadow:0 0 4px #9a9a9a40;border:5px}.editBlogBottom form .editBlogBottomBox .editBlogBottomBoxTitles label{font-weight:500;font-size:15px;color:#000;margin-bottom:10px}.editBlogBottom form .editBlogBottomBox .editBlogBottomBoxTitles .titleInputsBox{margin-top:16px;display:flex;align-items:center;column-gap:10px}.editBlogBottom form .editBlogBottomBox .editBlogBottomBoxTitles .titleInputsBox .titleInput{position:relative;width:100%}.editBlogBottom form .editBlogBottomBox .editBlogBottomBoxTitles .titleInputsBox .titleInput .titleIcon{position:absolute;right:12px;top:50%;background:none;transform:translateY(-53%)}.editBlogBottom form .editBlogBottomBox .editBlogBottomBoxTitles .titleInputsBox .titleInput input{outline:none;border-radius:5px;background:#fff;width:100%;border:.5px solid #B7B7B7;padding:9px 16px}.editBlogBottom form .editBlogBottomBox .editBlogBottomBoxTitles .titleInputsBox .titleInput input::placeholder{font-size:14px}.editBlogBottom form .editBlogBottomBox .editBlogBottomBoxTitles .titleInputsBox .titleInput textarea{outline:none;border-radius:5px;background:#fff;width:100%;border:.5px solid #B7B7B7;padding:9px 16px;resize:vertical;min-height:130px}.editBlogBottom form .editBlogBottomBox .editBlogBottomBoxTitles .titleInputsBox .titleInput textarea::placeholder{font-size:14px}#tutorialList{margin:88px 16px 16px 266px}#tutorialList .container h2{font-weight:700;margin:25px 0 30px}#tutorialList .container .tutorialListEmpty{background:#fffffe;width:100%;height:100%;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;border-bottom-left-radius:17px;border-bottom-right-radius:17px;border-bottom:2px solid #DCDCDC!important;border-left:1px solid #DCDCDC!important;border-right:1px solid #DCDCDC!important;padding:25px 0}#tutorialList .container .tutorialListEmpty img{width:260px;height:260px}#tutorialList .container .tutorialListEmpty p{color:#191919;font-size:18px;font-weight:500}#tutorialList .container .tutorialListEmpty span{color:#797979;font-size:16px;font-weight:400}#tutorialList .container .table2{border-top:0px!important}#tutorialList .container .table{display:flex;align-items:center;justify-content:space-between;padding:15px 16px 8px;gap:16px;border-bottom:none;border-left:1px solid #DCDCDC!important;border-right:1px solid #DCDCDC!important;border-top:1px solid #DCDCDC;border-bottom:2px solid #DCDCDC!important;background-color:#fff;margin:0!important}#tutorialList .container .table .th{display:flex;align-items:center;gap:16px}#tutorialList .container .table .inputs{position:relative;display:flex;align-items:center;justify-content:center;column-gap:10px}#tutorialList .container .table .inputs .addForm button{display:flex;align-items:center;justify-content:center;background:none;border-radius:8px;border:1px solid #000000;padding:4px 10px;font-weight:500;column-gap:10px;color:#969696}#tutorialList .container .table .inputs .searchForm{position:relative}#tutorialList .container .table .inputs .searchForm input{padding:5px 17px;border:1px solid #DCDCDC;color:#000;border-radius:7px;outline:none}#tutorialList .container .table .inputs .searchForm .searchIcon{position:absolute;right:12px;top:50%;background:none;transform:translateY(-45%)}#tutorialList .container .table1{border-top-left-radius:17px;border-top-right-radius:17px}#tutorialList .container .table2{background-color:#ffe6a2}#tutorialList .container .table2 .th{width:100%;align-items:center;gap:16px;border-top:none;padding:8px 0;font-weight:500;display:grid;grid-template-columns:1fr 3fr 1fr}#tutorialList .container .tr{background-color:#fff;border-bottom:2px solid #DCDCDC!important;border-left:1px solid #DCDCDC!important;border-right:1px solid #DCDCDC!important;align-items:center;gap:16px;border-top:none;padding:13px 16px;display:grid;grid-template-columns:1fr 3fr 1fr}#tutorialList .container .tr img{width:50px;height:50px;object-fit:contain}#tutorialList .container .tr .editBtn{color:#454545}#tutorialList .container .tr button{color:red;background:none;outline:none;cursor:pointer;border:none;display:flex;align-items:center;justify-content:center;column-gap:7px}#tutorialList .container .tr:last-child{border-bottom-left-radius:17px;border-bottom-right-radius:17px}.tutorialAdd{visibility:hidden;opacity:0;display:none;position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b2;z-index:999999999;align-items:center;justify-content:center}.tutorialAdd .tutorialAddBox{display:flex;align-items:start;justify-content:center;flex-direction:column}.tutorialAdd .tutorialAddBox label{font-size:20px;color:#fff;font-weight:500;margin-bottom:10px}.tutorialAdd .tutorialAddBox input{padding:14px 22px;background:#fff;border:1px solid #EBEBEB;border-radius:8px;outline:none}.tutorialAdd .tutorialAddBox input::placeholder{font-size:15px;color:#c5c5c5}.openTutorialAdd{visibility:visible;opacity:1;display:flex}.contactLeft{box-shadow:2px 2px 3px #d1d1d140}.contactLeft .contactLeftTop h4{font-size:15.25px;color:#000;font-weight:500;margin-bottom:17px}.contactLeft .contactLeftTop .searchForm{position:relative}.contactLeft .contactLeftTop .searchForm input{padding:5px 17px;border:1px solid #DCDCDC;color:#000;border-radius:7px;width:100%;outline:none}.contactLeft .contactLeftTop .searchForm .searchIcon{position:absolute;right:12px;top:50%;background:none;transform:translateY(-45%)}.contactLeft .contactLeftBottom{margin-top:28px}.contactLeft .contactLeftBottom .contactLeftBottomTabs{background:#f0f0f0;border-radius:10px;width:100%;display:flex;align-items:center;justify-content:center;padding:8px 13px}.contactLeft .contactLeftBottom .contactLeftBottomTabs p{cursor:pointer;margin:0;padding:8px 13px;width:50%;display:flex;align-items:center;justify-content:center;color:#000}.contactLeft .contactLeftBottom .contactLeftBottomMessage1,.contactLeft .contactLeftBottom .contactLeftBottomMessage2{min-height:58.8vh;max-height:70vh;overflow-y:auto}.contactLeft .contactLeftBottom .contactLeftBottomMessage1 .contactLeftBottomEmpty,.contactLeft .contactLeftBottom .contactLeftBottomMessage2 .contactLeftBottomEmpty{width:100%;min-height:100%;text-align:center;margin-top:25px}.contactLeft .contactLeftBottom .contactLeftBottomMessage1 .contactLeftBottomEmpty img,.contactLeft .contactLeftBottom .contactLeftBottomMessage2 .contactLeftBottomEmpty img{width:240px;height:240px}.contactLeft .contactLeftBottom .contactLeftBottomMessage1 .contactLeftBottomEmpty p,.contactLeft .contactLeftBottom .contactLeftBottomMessage2 .contactLeftBottomEmpty p{color:#191919;font-size:18px;margin:10px 0;font-weight:500}.contactLeft .contactLeftBottom .contactLeftBottomMessage1 .contactLeftBottomEmpty span,.contactLeft .contactLeftBottom .contactLeftBottomMessage2 .contactLeftBottomEmpty span{color:#797979;font-size:16px;font-weight:400}.contactLeft .contactLeftBottom .contactLeftBottomMessage1{margin-top:15px}.contactLeft .contactLeftBottom .contactLeftBottomMessage1 .activeBox{background-color:#dad8d8;border-radius:5px}.contactLeft .contactLeftBottom .contactLeftBottomMessage1 .activeBox .unread{display:none!important}.contactLeft .contactLeftBottom .contactLeftBottomMessage1 .contactMessage{cursor:pointer;border-bottom:1px solid #E5E5E5;padding:8px 16px 8px 5px!important;transition:.3s linear}.contactLeft .contactLeftBottom .contactLeftBottomMessage1 .contactMessage:hover{background-color:#dad8d8;border-radius:5px}.contactLeft .contactLeftBottom .contactLeftBottomMessage1 .contactMessage .contactMessageLeft{display:flex;align-items:start;justify-content:space-between}.contactLeft .contactLeftBottom .contactLeftBottomMessage1 .contactMessage .contactMessageLeft p{font-size:17px;font-weight:500;color:#000;margin-bottom:10px}.contactLeft .contactLeftBottom .contactLeftBottomMessage1 .contactMessage .contactMessageLeft span{font-size:12px;font-weight:400;color:#000}.contactLeft .contactLeftBottom .contactLeftBottomMessage1 .contactMessage .contactMessageRight{display:flex;align-items:centerА;justify-content:space-between}.contactLeft .contactLeftBottom .contactLeftBottomMessage1 .contactMessage .contactMessageRight p{color:#3c3c3c;font-size:14px;font-weight:400}.contactLeft .contactLeftBottom .contactLeftBottomMessage1 .contactMessage .contactMessageRight .unread{width:10px;height:10px;background-color:#ffe25e;border-radius:50%}.contactLeft .contactLeftBottom .contactLeftBottomMessage2{margin-top:15px}.contactLeft .contactLeftBottom .contactLeftBottomMessage2 .activeBox{background-color:#dad8d8;border-radius:5px}.contactLeft .contactLeftBottom .contactLeftBottomMessage2 .contactMessage{cursor:pointer;border-bottom:1px solid #E5E5E5;padding:8px 16px 8px 5px!important;transition:.3s linear}.contactLeft .contactLeftBottom .contactLeftBottomMessage2 .contactMessage:hover{background-color:#dad8d8;border-radius:5px}.contactLeft .contactLeftBottom .contactLeftBottomMessage2 .contactMessage .contactMessageLeft{display:flex;align-items:start;justify-content:space-between}.contactLeft .contactLeftBottom .contactLeftBottomMessage2 .contactMessage .contactMessageLeft p{font-size:17px;font-weight:500;color:#000;margin-bottom:10px}.contactLeft .contactLeftBottom .contactLeftBottomMessage2 .contactMessage .contactMessageLeft span{font-size:12px;font-weight:400;color:#000}.contactLeft .contactLeftBottom .contactLeftBottomMessage2 .contactMessage .contactMessageRight p{color:#3c3c3c;font-size:14px;font-weight:400}.contactRight .row .col-6{padding-left:30px}.contactRight .row .col-6 .contactInputs{display:flex;align-items:start;justify-content:center;flex-direction:column}.contactRight .row .col-6 .contactInputs:not(:first-child){margin-top:20px}.contactRight .row .col-6 .contactInputs label{margin-bottom:10px;color:#000;font-size:16px;font-weight:400}.contactRight .row .col-6 .contactInputs input{width:80%;border:1px solid #EBEBEB;background-color:#fff;padding:14px 22px;outline:none;border-radius:8px}.contactRight .row .col-6 .contactInputs textarea{resize:vertical;width:80%;border:1px solid #EBEBEB;background-color:#fff;padding:14px 22px;border-radius:8px;outline:none;min-height:378px}#contactPage{margin:88px 16px 16px 266px}.contactEmpty{display:block;text-align:center;margin:35px auto}.contactEmpty img{width:260px;height:260px}.contactEmpty p{color:#191919;font-size:18px;font-weight:500;margin:10px 0}.contactEmpty span{color:#797979;font-size:16px;font-weight:400}#bugPage{margin:88px 16px 16px 266px}.bugsEmpty{text-align:center;display:block;margin:35px auto}.bugsEmpty img{width:260px;height:260px}.bugsEmpty p{color:#191919;font-size:18px;font-weight:500;margin:10px 0}.bugsEmpty span{color:#797979;font-size:16px;font-weight:400}.bugsLeft{box-shadow:2px 2px 3px #d1d1d140}.bugsLeft .bugsLeftTop h4{font-size:15.25px;color:#000;font-weight:500;margin-bottom:17px}.bugsLeft .bugsLeftTop .searchForm{position:relative}.bugsLeft .bugsLeftTop .searchForm input{padding:5px 17px;border:1px solid #DCDCDC;color:#000;border-radius:7px;width:100%;outline:none}.bugsLeft .bugsLeftTop .searchForm .searchIcon{position:absolute;right:12px;top:50%;background:none;transform:translateY(-45%)}.bugsLeft .bugsLeftBottom{margin-top:28px}.bugsLeft .bugsLeftBottom .bugsLeftBottomMessage1,.bugsLeft .bugsLeftBottom .bugsLeftBottomMessage2{min-height:58.8vh;max-height:70vh;overflow-y:auto}.bugsLeft .bugsLeftBottom .bugsLeftBottomTabs{background:#f0f0f0;border-radius:10px;width:100%;display:flex;align-items:center;justify-content:center;padding:8px 13px}.bugsLeft .bugsLeftBottom .bugsLeftBottomTabs p{cursor:pointer;margin:0;padding:8px 13px;width:50%;display:flex;align-items:center;justify-content:center;color:#000}.bugsLeft .bugsLeftBottom .bugsLeftBottomEmpty{width:100%;text-align:center;margin-top:25px}.bugsLeft .bugsLeftBottom .bugsLeftBottomEmpty img{width:240px;height:240px}.bugsLeft .bugsLeftBottom .bugsLeftBottomEmpty p{color:#191919;font-size:18px;font-weight:500}.bugsLeft .bugsLeftBottom .bugsLeftBottomEmpty span{color:#797979;font-size:16px;font-weight:400}.bugsLeft .bugsLeftBottom .bugsLeftBottomMessage1{margin-top:15px}.bugsLeft .bugsLeftBottom .bugsLeftBottomMessage1 .activeBox{background-color:#dad8d8;border-radius:5px}.bugsLeft .bugsLeftBottom .bugsLeftBottomMessage1 .activeBox .unread{display:none!important}.bugsLeft .bugsLeftBottom .bugsLeftBottomMessage1 .bugsMessage{border-bottom:1px solid #E5E5E5;padding:8px 16px 8px 0;cursor:pointer}.bugsLeft .bugsLeftBottom .bugsLeftBottomMessage1 .bugsMessage:hover{background-color:#dad8d8;border-radius:5px}.bugsLeft .bugsLeftBottom .bugsLeftBottomMessage1 .bugsMessage .bugsMessageLeft{display:flex;align-items:start;justify-content:space-between}.bugsLeft .bugsLeftBottom .bugsLeftBottomMessage1 .bugsMessage .bugsMessageLeft p{font-size:17px;font-weight:500;color:#000;margin-bottom:10px}.bugsLeft .bugsLeftBottom .bugsLeftBottomMessage1 .bugsMessage .bugsMessageLeft span{font-size:12px;font-weight:400;color:#000}.bugsLeft .bugsLeftBottom .bugsLeftBottomMessage1 .bugsMessage .bugsMessageRight{display:flex;align-items:centerА;justify-content:space-between}.bugsLeft .bugsLeftBottom .bugsLeftBottomMessage1 .bugsMessage .bugsMessageRight p{color:#3c3c3c;font-size:14px;font-weight:400}.bugsLeft .bugsLeftBottom .bugsLeftBottomMessage1 .bugsMessage .bugsMessageRight .unread{width:10px;height:10px;background-color:#ffe25e;border-radius:50%}.bugsLeft .bugsLeftBottom .bugsLeftBottomMessage2{margin-top:15px}.bugsLeft .bugsLeftBottom .bugsLeftBottomMessage2 .activeBox{background-color:#dad8d8;border-radius:5px}.bugsLeft .bugsLeftBottom .bugsLeftBottomMessage2 .bugsMessage{border-bottom:1px solid #E5E5E5;padding:8px 16px 8px 0;cursor:pointer}.bugsLeft .bugsLeftBottom .bugsLeftBottomMessage2 .bugsMessage:hover{background-color:#dad8d8;border-radius:5px}.bugsLeft .bugsLeftBottom .bugsLeftBottomMessage2 .bugsMessage .bugsMessageLeft{display:flex;align-items:start;justify-content:space-between}.bugsLeft .bugsLeftBottom .bugsLeftBottomMessage2 .bugsMessage .bugsMessageLeft p{font-size:17px;font-weight:500;color:#000;margin-bottom:10px}.bugsLeft .bugsLeftBottom .bugsLeftBottomMessage2 .bugsMessage .bugsMessageLeft span{font-size:12px;font-weight:400;color:#000}.bugsLeft .bugsLeftBottom .bugsLeftBottomMessage2 .bugsMessage .bugsMessageRight p{color:#3c3c3c;font-size:14px;font-weight:400}.activeTab{background:#fff;border-radius:10px}.bugsRight .row2{margin-top:15px}.bugsRight .row2 .col-4{padding-left:30px}.bugsRight .row2 .col-4 .bugsRightMessages p{color:#000;font-size:16px;font-weight:400}.bugsRight .row2 .col-4 .bugsRightMessages .bugsRightMessagesBox2{background:#fff;border:1px solid #EBEBEB;box-shadow:2px 2px 3px #d1d1d140;border-radius:12px;width:100%;aspect-ratio:1/1;overflow:hidden;display:flex;align-items:center;justify-content:space-around;flex-direction:column}.bugsRight .row2 .col-4 .bugsRightMessages .bugsRightMessagesBox2 .bugsRightMessagesBox2Top .playIcon{font-size:70px;color:#438bff;cursor:pointer}.bugsRight .row2 .col-4 .bugsRightMessages .bugsRightMessagesBox2 .bugsRightMessagesBox2Bottom{display:flex;align-items:center;justify-content:center;margin-top:40px;flex-direction:column;width:100%}.bugsRight .row2 .col-4 .bugsRightMessages .bugsRightMessagesBox2 .bugsRightMessagesBox2Bottom input{width:90%}.bugsRight .row2 .col-4 .bugsRightMessages .bugsRightMessagesBox2 .bugsRightMessagesBox2Bottom p{display:flex;width:90%;margin-top:10px;color:#000;font-weight:500;font-size:10px;align-items:center;justify-content:space-between}.bugsRight .row2 .col-4 .bugsRightMessages .bugsRightMessagesBox4{background:#fff;border:1px solid #EBEBEB;box-shadow:2px 2px 3px #d1d1d140;border-radius:12px;width:100%;aspect-ratio:1/1;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-direction:column}.bugsRight .row2 .col-4 .bugsRightMessages .bugsRightMessagesBox4 .playIcon{font-size:100px;cursor:pointer;color:#72727270}.bugsRight .row2 .col-4 .bugsRightMessages .bugsRightMessagesBox3{background:#fff;border:1px solid #EBEBEB;box-shadow:2px 2px 3px #d1d1d140;border-radius:12px;width:100%;aspect-ratio:1/1;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-direction:column}.bugsRight .row2 .col-4 .bugsRightMessages .bugsRightMessagesBox3 img{width:100%;aspect-ratio:1/1;object-fit:cover}.bugsRight .row2 .col-4 .bugsRightMessages .bugsRightMessagesBox{background:#fff;border:1px solid #EBEBEB;box-shadow:2px 2px 3px #d1d1d140;border-radius:12px;width:100%;aspect-ratio:1/1;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-direction:column}.bugsRight .row2 .col-4 .bugsRightMessages .bugsRightMessagesBox .bugIcon{font-size:25px;margin-bottom:10px;color:#727272}.bugsRight .row2 .col-4 .bugsRightMessages .bugsRightMessagesBox span{color:#727272;font-size:14px;font-weight:500}.bugsRight .row .col-6{padding-left:30px}.bugsRight .row .col-6 .bugsInputs{display:flex;align-items:start;justify-content:center;flex-direction:column}.bugsRight .row .col-6 .bugsInputs:not(:first-child){margin-top:20px}.bugsRight .row .col-6 .bugsInputs label{margin-bottom:10px;color:#000;font-size:16px;font-weight:400}.bugsRight .row .col-6 .bugsInputs input{width:80%;border:1px solid #EBEBEB;background-color:#fff;padding:14px 22px;border-radius:8px;outline:none}.bugsRight .row .col-6 .bugsInputs textarea{resize:vertical;width:80%;border:1px solid #EBEBEB;background-color:#fff;padding:14px 22px;border-radius:8px;min-height:378px;outline:none}.ant-image-preview-mask{z-index:999999!important}.ant-image-preview-wrap,.ant-image-preview-operations-wrapper{z-index:99999999999!important}#favStoreList{margin:88px 16px 16px 266px}#favStoreList .container h2{font-weight:700;margin:25px 0 30px}#favStoreList .container .storeListEmpty{background:#fffffe;width:100%;height:100%;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;border-bottom-left-radius:17px;border-bottom-right-radius:17px;border-bottom:2px solid #DCDCDC!important;border-left:1px solid #DCDCDC!important;border-right:1px solid #DCDCDC!important;padding-bottom:25px}#favStoreList .container .storeListEmpty img{width:260px;height:260px}#favStoreList .container .storeListEmpty p{color:#191919;font-size:18px;font-weight:500}#favStoreList .container .storeListEmpty span{color:#797979;font-size:16px;font-weight:400}#favStoreList .container .table2{border-top:0px!important}#favStoreList .container .table{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;gap:16px;background-color:#fff;border-left:1px solid #DCDCDC!important;border-right:1px solid #DCDCDC!important;border-top:1px solid #DCDCDC;border-bottom:2px solid #DCDCDC!important;margin:0!important}#favStoreList .container .table .th{display:flex;align-items:center;gap:16px}#favStoreList .container .table .searchForm{position:relative}#favStoreList .container .table .searchForm input{padding:5px 17px;border:1px solid #DCDCDC;color:#000;border-radius:7px;outline:none}#favStoreList .container .table .searchForm .searchIcon{position:absolute;right:12px;top:50%;background:none;transform:translateY(-45%)}#favStoreList .container .table .searchForm .searchIcon svg{padding:0!important}#favStoreList .container .table1{border-top-left-radius:17px;border-top-right-radius:17px}#favStoreList .container .table2 .th{width:100%;align-items:center;gap:16px;border-top:none;padding:8px 0;font-weight:500;display:grid;grid-template-columns:1fr 1fr 1fr 1fr}#favStoreList .container .tr{background-color:#fff;border-bottom:2px solid #DCDCDC!important;border-left:1px solid #DCDCDC!important;border-right:1px solid #DCDCDC!important;align-items:center;gap:16px;border-top:none;padding:13px 16px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr}#favStoreList .container .tr input{width:16px;height:16px;accent-color:#FFBB00}#favStoreList .container .tr img{width:50px;height:50px;border-radius:50%;object-fit:contain}#favStoreList .container .tr .editBtn{color:#454545}#favStoreList .container .tr button{color:red;background:none;outline:none;cursor:pointer;border:none;display:flex;align-items:center;justify-content:center;column-gap:7px}#favStoreList .container .tr:last-child{border-bottom-left-radius:17px;border-bottom-right-radius:17px}#forgotPassword{background-image:url(/assets/loginBgImg.png);width:100%;background-size:cover;height:100vh;background-repeat:no-repeat;background-position:center;display:flex;align-items:center;justify-content:center}#forgotPassword .forgotPasswordForm{background:#fff;padding:77px 61px;border-radius:20px}#forgotPassword .forgotPasswordForm .forgotPasswordDesign a{display:flex;align-items:center;column-gap:8px;color:#313131;font-size:14px;font-weight:500;font-family:Poppins}#forgotPassword .forgotPasswordForm .forgotPasswordDesign .forgotPasswordImgs{display:flex;align-items:center;justify-content:center;margin:15px 0}#forgotPassword .forgotPasswordForm .forgotPasswordDesign .forgotPasswordImgs .forgotPasswordImgs1{border:1px solid #C7C7C7;padding:33px;border-radius:50%;width:155px;height:155px}#forgotPassword .forgotPasswordForm .forgotPasswordDesign .forgotPasswordImgs .forgotPasswordImgs1 .forgotPasswordImgs2{border:1px solid #C7C7C7;width:88px;height:88px;border-radius:50%;display:flex;align-items:center;justify-content:center}#forgotPassword .forgotPasswordForm .forgotPasswordDesign .forgotPasswordImgs .forgotPasswordImgs1 .forgotPasswordImgs2 .forgotPasswordImgs3{border-radius:12px;border:1px solid rgba(0,0,0,.0784313725);box-shadow:0 1px 2px #0000001a;box-shadow:0 3px 3px #00000017;box-shadow:1px 8px 5px #0000000d;background:#fff;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#fb0;font-size:20px}#forgotPassword .forgotPasswordForm .forgotPasswordFormTop h3{color:#181d27;font-size:30px;line-height:38px;font-family:Poppins;font-weight:600}#forgotPassword .forgotPasswordForm .forgotPasswordFormTop p{font-family:Poppins;font-weight:400;color:#535862;font-size:16px;line-height:24px}#forgotPassword .forgotPasswordForm .forgotPasswordFormMiddle .loginFormInputs{margin-top:25px;display:flex;align-items:start;row-gap:8px;justify-content:center;flex-direction:column}#forgotPassword .forgotPasswordForm .forgotPasswordFormMiddle .loginFormInputs input{box-shadow:0 1px 2px #0a0d120d;border:1px solid #D5D7DA;background:#fff;padding:10px 14px;width:100%;outline:none;border-radius:8px}#forgotPassword .forgotPasswordForm .forgotPasswordFormMiddle .loginFormInputs label{color:#414651;font-size:16px;font-family:Poppins;line-height:20px;font-weight:500}#forgotPassword .forgotPasswordForm .forgotPasswordFormBottom{width:100%;margin-top:25px}#forgotPassword .forgotPasswordForm .forgotPasswordFormBottom .signIn{padding:10px 18px;background:#313131;border:1px solid #313131;color:#fff;width:100%;border-radius:8px;box-shadow:0 1px 2px #0a0d120d}#verifyPassword{background-image:url(/assets/loginBgImg.png);width:100%;background-size:cover;height:100vh;background-repeat:no-repeat;background-position:center;display:flex;align-items:center;justify-content:center}#verifyPassword .verifyPasswordForm{background:#fff;padding:77px 61px;border-radius:20px}#verifyPassword .verifyPasswordForm .verifyPasswordDesign a{display:flex;align-items:center;column-gap:8px;color:#313131;font-size:14px;font-weight:500;font-family:Poppins}#verifyPassword .verifyPasswordForm .verifyPasswordDesign .verifyPasswordImgs{display:flex;align-items:center;justify-content:center;margin:15px 0}#verifyPassword .verifyPasswordForm .verifyPasswordDesign .verifyPasswordImgs .verifyPasswordImgs1{border:1px solid #C7C7C7;padding:33px;border-radius:50%;width:155px;height:155px}#verifyPassword .verifyPasswordForm .verifyPasswordDesign .verifyPasswordImgs .verifyPasswordImgs1 .verifyPasswordImgs2{border:1px solid #C7C7C7;width:88px;height:88px;border-radius:50%;display:flex;align-items:center;justify-content:center}#verifyPassword .verifyPasswordForm .verifyPasswordDesign .verifyPasswordImgs .verifyPasswordImgs1 .verifyPasswordImgs2 .verifyPasswordImgs3{border-radius:12px;border:1px solid rgba(0,0,0,.0784313725);box-shadow:0 1px 2px #0000001a;box-shadow:0 3px 3px #00000017;box-shadow:1px 8px 5px #0000000d;background:#fff;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#fb0;font-size:20px}#verifyPassword .verifyPasswordForm .verifyPasswordFormTop h3{color:#181d27;font-size:30px;line-height:38px;font-family:Poppins;font-weight:600}#verifyPassword .verifyPasswordForm .verifyPasswordFormTop p{font-family:Poppins;font-weight:400;color:#535862;font-size:16px;line-height:24px}#verifyPassword .verifyPasswordForm .verifyPasswordFormMiddle .loginFormInputs{margin-top:25px;display:flex;align-items:start;justify-content:center}#verifyPassword .verifyPasswordForm .verifyPasswordFormMiddle .loginFormInputs input{box-shadow:0 1px 2px #0a0d120d;border:1px solid #D5D7DA;background:#fff;padding:15px 24px;outline:none;border-radius:8px}#verifyPassword .verifyPasswordForm .verifyPasswordFormBottom{width:100%;margin-top:17px}#verifyPassword .verifyPasswordForm .verifyPasswordFormBottom .verifyCodeResend p{margin-bottom:7px;display:flex;align-items:center;justify-content:start;column-gap:7px;font-family:Poppins;font-size:14px;font-weight:500}#verifyPassword .verifyPasswordForm .verifyPasswordFormBottom .verifyCodeResend p a{color:#ff544f}#verifyPassword .verifyPasswordForm .verifyPasswordFormBottom .signIn{padding:10px 18px;background:#313131;border:1px solid #313131;color:#fff;width:100%;border-radius:8px;box-shadow:0 1px 2px #0a0d120d}#loginPage{background-image:url(/assets/loginBgImg.png);width:100%;background-size:cover;height:100vh;background-repeat:no-repeat;background-position:center;display:flex;align-items:center;justify-content:center}#loginPage .loginPageForm{background:#fff;padding:77px 61px;border-radius:20px}#loginPage .loginPageForm .loginPageFormTop h3{color:#181d27;font-size:30px;line-height:38px;font-family:Poppins;font-weight:600}#loginPage .loginPageForm .loginPageFormTop p{font-family:Poppins;font-weight:400;color:#535862;font-size:16px;line-height:24px}#loginPage .loginPageForm .loginPageFormMiddle .loginFormInputs{display:flex;align-items:start;row-gap:8px;justify-content:center;flex-direction:column}#loginPage .loginPageForm .loginPageFormMiddle .loginFormInputs:not(:first-child){margin-top:10px}#loginPage .loginPageForm .loginPageFormMiddle .loginFormInputs .loginPasswordBox{display:flex;align-items:start;row-gap:8px;justify-content:center;flex-direction:column;width:100%;position:relative}#loginPage .loginPageForm .loginPageFormMiddle .loginFormInputs .loginPasswordBox input{box-shadow:0 1px 2px #0a0d120d;border:1px solid #D5D7DA;background:#fff;padding:10px 14px;width:100%;outline:none;border-radius:8px}#loginPage .loginPageForm .loginPageFormMiddle .loginFormInputs .loginPasswordBox .eyeIcon{position:absolute;right:10px;top:50%;transform:translateY(-50%)}#loginPage .loginPageForm .loginPageFormMiddle .loginFormInputs .loginPasswordBox .eyeIcon .iconEye{font-size:17px}#loginPage .loginPageForm .loginPageFormMiddle .loginFormInputs input{box-shadow:0 1px 2px #0a0d120d;border:1px solid #D5D7DA;background:#fff;padding:10px 14px;width:100%;outline:none;border-radius:8px}#loginPage .loginPageForm .loginPageFormMiddle .loginFormInputs label{color:#414651;font-size:16px;font-family:Poppins;line-height:20px;font-weight:500}#loginPage .loginPageForm .loginPageFormBottom{margin-top:10px}#loginPage .loginPageForm .loginPageFormBottom .loginPageFormRem{display:flex;align-items:center;justify-content:space-between}#loginPage .loginPageForm .loginPageFormBottom .loginPageFormRem .checkBox{display:flex;align-items:center;justify-content:center;column-gap:8px}#loginPage .loginPageForm .loginPageFormBottom .loginPageFormRem .checkBox label{color:#414651;font-size:14px;font-family:Poppins;line-height:20px;font-weight:500}#loginPage .loginPageForm .loginPageFormBottom .loginPageFormRem a{font-size:14px;font-family:Poppins;line-height:20px;font-weight:600;color:#434343}#loginPage .loginPageForm .loginPageFormBottom .loginPageFormBtns{width:100%;margin-top:10px}#loginPage .loginPageForm .loginPageFormBottom .loginPageFormBtns .googleBtn{position:relative;margin-top:10px;font-size:16px;font-family:Poppins;width:100%;color:#414651;background:#fff;border:1px solid #D5D7DA;box-shadow:0 1px 2px #0a0d120d;padding:10px 16px;border-radius:8px;line-height:24px;font-weight:600;display:flex;align-items:center;justify-content:center;column-gap:10px}#loginPage .loginPageForm .loginPageFormBottom .loginPageFormBtns .googleBtn .googleBtnInside{position:absolute;width:100%;height:100%;top:2px;left:0;opacity:0}#loginPage .loginPageForm .loginPageFormBottom .loginPageFormBtns .googleBtn img{width:24px;height:24px;border-radius:50%;object-fit:cover}#loginPage .loginPageForm .loginPageFormBottom .loginPageFormBtns .signIn{padding:10px 18px;background:#313131;border:1px solid #313131;color:#fff;width:100%;border-radius:8px;box-shadow:0 1px 2px #0a0d120d}#resetPassword{background-image:url(/assets/loginBgImg.png);width:100%;background-size:cover;min-height:100vh;background-repeat:no-repeat;background-position:center;display:flex;align-items:center;justify-content:center}#resetPassword .resetPasswordForm{background:#fff;padding:77px 61px;border-radius:20px}#resetPassword .resetPasswordForm .resetPasswordDesign a{display:flex;align-items:center;column-gap:8px;color:#313131;font-size:14px;font-weight:500;font-family:Poppins}#resetPassword .resetPasswordForm .resetPasswordDesign .resetPasswordImgs{display:flex;align-items:center;justify-content:center;margin:15px 0}#resetPassword .resetPasswordForm .resetPasswordDesign .resetPasswordImgs .resetPasswordImgs1{border:1px solid #C7C7C7;padding:33px;border-radius:50%;width:155px;height:155px}#resetPassword .resetPasswordForm .resetPasswordDesign .resetPasswordImgs .resetPasswordImgs1 .resetPasswordImgs2{border:1px solid #C7C7C7;width:88px;height:88px;border-radius:50%;display:flex;align-items:center;justify-content:center}#resetPassword .resetPasswordForm .resetPasswordDesign .resetPasswordImgs .resetPasswordImgs1 .resetPasswordImgs2 .resetPasswordImgs3{border-radius:12px;border:1px solid rgba(0,0,0,.0784313725);box-shadow:0 1px 2px #0000001a;box-shadow:0 3px 3px #00000017;box-shadow:1px 8px 5px #0000000d;background:#fff;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#fb0;font-size:20px}#resetPassword .resetPasswordForm .resetPasswordFormTop h3{color:#181d27;font-size:30px;line-height:38px;font-family:Poppins;font-weight:600}#resetPassword .resetPasswordForm .resetPasswordFormTop p{font-family:Poppins;font-weight:400;color:#535862;font-size:16px;line-height:24px}#resetPassword .resetPasswordForm .resetPasswordFormMiddle .loginFormInputs1{margin-top:18px}#resetPassword .resetPasswordForm .resetPasswordFormMiddle .loginFormInputs1 .loginPasswordBox{display:flex;align-items:start;row-gap:8px;justify-content:center;flex-direction:column;width:100%;position:relative}#resetPassword .resetPasswordForm .resetPasswordFormMiddle .loginFormInputs1 .loginPasswordBox input{box-shadow:0 1px 2px #0a0d120d;border:1px solid #D5D7DA;background:#fff;padding:10px 14px;width:100%;outline:none;border-radius:8px}#resetPassword .resetPasswordForm .resetPasswordFormMiddle .loginFormInputs1 .loginPasswordBox .eyeIcon{position:absolute;right:10px;top:50%;transform:translateY(-50%)}#resetPassword .resetPasswordForm .resetPasswordFormMiddle .loginFormInputs1 .loginPasswordBox .eyeIcon .iconEye{font-size:17px}#resetPassword .resetPasswordForm .resetPasswordFormMiddle .loginFormInputs1 input{box-shadow:0 1px 2px #0a0d120d;border:1px solid #D5D7DA;background:#fff;padding:10px 14px;width:100%;outline:none;border-radius:8px}#resetPassword .resetPasswordForm .resetPasswordFormMiddle .loginFormInputs1 label{color:#414651;font-size:16px;font-family:Poppins;margin-bottom:5px;line-height:20px;font-weight:500}#resetPassword .resetPasswordForm .resetPasswordFormMiddle .loginFormInputs{margin-top:25px;display:flex;align-items:start;justify-content:center}#resetPassword .resetPasswordForm .resetPasswordFormMiddle .loginFormInputs input{box-shadow:0 1px 2px #0a0d120d;border:1px solid #D5D7DA;background:#fff;padding:15px 24px;outline:none;border-radius:8px}#resetPassword .resetPasswordForm .resetPasswordFormMiddle .verifyCodeResend{margin-top:7px}#resetPassword .resetPasswordForm .resetPasswordFormMiddle .verifyCodeResend p{margin-bottom:7px;display:flex;align-items:center;justify-content:start;column-gap:7px;font-family:Poppins;font-size:14px;font-weight:500}#resetPassword .resetPasswordForm .resetPasswordFormMiddle .verifyCodeResend p a{color:#ff544f}#resetPassword .resetPasswordForm .resetPasswordFormBottom{width:100%;margin-top:17px}#resetPassword .resetPasswordForm .resetPasswordFormBottom .signIn{padding:10px 18px;background:#313131;border:1px solid #313131;color:#fff;width:100%;border-radius:8px;box-shadow:0 1px 2px #0a0d120d}
