.parent-service-card-align{flex-flow:wrap;justify-content:center;align-items:center;margin-bottom:20px;display:flex}
.mood-card{background:linear-gradient(135deg,#fffcf8 0%,#fef9f1 100%);border:1px solid #fffc;border-radius:32px;flex-direction:column;gap:2.5rem;width:100%;max-width:500px;margin:auto;padding:2.5rem;font-family:Poppins,sans-serif;display:flex;position:relative;overflow:hidden;box-shadow:0 0 4px #12126640}.mood-header{text-align:center;z-index:10;position:relative}.mood-heading{color:#1e293b;letter-spacing:-.02em;margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.mood-subheading{color:#64748b;font-size:.875rem;font-weight:400}.mood-container{justify-content:center;height:160px;margin-top:1rem;display:flex;position:relative}.semi-circle-guide{z-index:0;opacity:.7;border:2px dashed #e2e8f0;border-radius:50%;width:280px;height:280px;position:absolute;top:40%}.mood-visual-area{z-index:5;width:100%;height:100%;position:relative}.mood-item-wrapper{cursor:pointer;flex-direction:column;align-items:center;gap:.75rem;width:60px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:absolute}.mood-emoji-box{background:#fff;border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:inherit;display:flex;box-shadow:0 4px 6px -1px #0000000d}.mood-emoji-text{filter:drop-shadow(0 2px 4px #0000000d);font-size:26px}.mood-arrow-indicator{opacity:0;color:#49af7c;transition:inherit;transform:translateY(10px)}.pos-0{bottom:0%;left:0%}.pos-1{bottom:48%;left:12%}.pos-2{bottom:70%;left:50%;transform:translate(-50%)}.pos-3{bottom:48%;right:12%}.pos-4{bottom:0%;right:0%}.mood-item-wrapper:hover .mood-emoji-box{transform:scale(1.1);box-shadow:0 10px 15px -3px #0000001a}.mood-item-wrapper.active{transform:scale(1.1)translateY(-5px)}.pos-2.active{transform:translate(-50%)scale(1.1)translateY(-5px)}.mood-item-wrapper.active .mood-emoji-box{background:#49af7c;border-color:#fff;box-shadow:0 10px 20px -5px #49af7c66}.mood-item-wrapper.active .mood-arrow-indicator{opacity:1;transform:translateY(0)}.mood-footer{backdrop-blur:4px;background:#fff9;border:1px solid #ffffffe6;border-radius:1.25rem;justify-content:center;align-items:center;gap:.75rem;padding:.875rem;display:flex}.current-mood-label{color:#64748b;font-size:.875rem;font-weight:500}.current-mood-value{color:#49af7c;font-size:1.125rem;font-weight:700}@media screen and (max-width:480px){.mood-card{gap:2rem;padding:1.5rem}.semi-circle-guide{width:240px;height:240px;top:45%}.mood-item-wrapper{width:50px}.mood-emoji-box{width:44px;height:44px}.mood-emoji-text{font-size:22px}}
.task-modal{z-index:1000000;background:#fff;border:1px solid #e2e2ec80;border-radius:32px;flex-direction:column;gap:24px;width:90%;max-width:440px;padding:32px;font-family:Quicksand,sans-serif;animation:.3s cubic-bezier(.34,1.56,.64,1) modalScaleIn;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 20px 50px -12px #12126626,0 10px 15px -3px #1212660d}@keyframes modalScaleIn{0%{opacity:0;transform:translate(-50%,-45%)scale(.95)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.addtask-date{background:#f0faf5;border:1px solid #dcf6e9;border-radius:16px;align-items:center;padding:8px 16px;transition:all .2s;display:inline-flex}.addtask-date:hover{background:#dcf6e9}.addtask-date select{color:#394b42;cursor:pointer;background:0 0;border:none;outline:none;font-size:14px;font-weight:600}.addtask-date p{margin:0}.addtask-div{width:100%;margin:10px 0}.addtask-div p{margin:0}.addtask-div .task-input{background:#fcfcfd;border:1.5px solid #e2e2ec;border-radius:16px;width:100%;min-height:80px;margin:12px 0;padding:16px;transition:all .2s}.addtask-div .task-input:focus-within{background:#fff;border-color:#49af7c;box-shadow:0 0 0 4px #49af7c1a}.task-input textarea{color:#121266;resize:none;background:0 0;border:none;outline:none;width:100%;height:100%;min-height:48px;font-family:inherit;font-size:15px}.addtask-btn{color:#b28b1e;cursor:pointer;background:#fcf2d8;border-radius:16px;justify-content:center;align-items:center;width:100%;height:50px;margin-bottom:16px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.addtask-btn:hover{background:#f9eac3;transform:translateY(-1px)}.save-task{color:#fff;cursor:pointer;background:#49af7c;border:none;border-radius:16px;outline:none;width:100%;height:56px;font-size:16px;font-weight:700;transition:all .2s;box-shadow:0 10px 20px -10px #49af7c80}.save-task:hover{background:#3d9668;transform:translateY(-2px);box-shadow:0 12px 24px -10px #49af7c99}.save-task:active{transform:translateY(0)}.taskclose-icon{color:#49af7c;cursor:pointer;background:#f0faf5;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex;position:absolute;top:14px;right:14px}.taskclose-icon:hover{background:#dcf6e9;transform:rotate(90deg)}.addtask-head{justify-content:space-between;align-items:center;display:flex}.filter-divide{border-right:.8px solid #000;height:50%;margin:0 5px}.addtask-date.second{width:140px}.task-modal-content{max-height:400px;padding-right:4px;overflow-y:auto}.task-modal-content::-webkit-scrollbar{width:5px}.task-modal-content::-webkit-scrollbar-track{background:0 0}.task-modal-content::-webkit-scrollbar-thumb{background:#dcf6e9;border-radius:10px}.task-modal-content::-webkit-scrollbar-thumb:hover{background:#49af7c}.addtask-head-actions{align-items:center;gap:8px;display:flex}.delete-task-btn{color:#e53e3e;cursor:pointer;background:#fff5f5;border:1px solid #fde2e2;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.delete-task-btn:hover{background:#fed7d7;border-color:#feb2b2;transform:scale(1.08)}.delete-task-btn:active{transform:scale(.95)}@media screen and (max-width:787px){.task-modal{border-radius:0;width:100%;height:100%;overflow-y:scroll}.task-modal-content{max-height:unset}}
.signout-modal{background:#fff;border-radius:20px;flex-direction:column;justify-content:space-between;width:360px;padding:40px;font-family:Quicksand,sans-serif;display:flex;position:relative;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.signout-head{text-align:center;font-size:18px;font-weight:500}.sbtns{justify-content:space-between;align-self:center;align-items:center;width:90%;margin-top:30px;display:flex}.signout-btn{color:#fffcf8;background:#49af7c;border:none;border-radius:32px;outline:none;width:45%;height:40px;font-size:15px;font-weight:500}.signout-btn.no{color:#394b42;background:#c4eed9;font-weight:500}.input-div.mobile{width:55%;margin-right:20px;padding:0}.input-field.phone{padding:0}.input-field .form-control{height:100%;background:#fffcf8!important;border:none!important;border-radius:32px!important;width:100%!important;font-size:1.25em!important;font-weight:500!important;transition:none!important}.save-edit{color:#fff;background:#49af7c;border:none;border-radius:32px;outline:none;align-self:flex-end;width:181px;height:55px;margin-top:55px;font-size:1.28em;font-weight:500}.editclose-icon{background:#dcf6e9;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:fixed;top:3%;right:3%}.input-div{margin:10px 0}.input-div p,span{margin:0}.input-head{font-size:1.25em;font-weight:400;margin-left:18px!important}.input-secrow{width:100%;display:flex}.edit-bottom{background:#e0f3e0;border-radius:34px;flex-direction:column;align-items:center;width:100%;padding:30px 70px;display:flex}.edit-bottom span{margin-bottom:20px;font-size:1.4em;font-weight:500}.bottom-input{justify-content:space-between;width:100%;display:flex}.input-field.bottom{background:#e0f3e0;width:48%}@media screen and (max-width:787px){.task-modal{border-radius:0;width:100%;height:100%;overflow-y:scroll}}
.RedeemCoins-module__oAu_xq__container{font-family:Quicksand}.RedeemCoins-module__oAu_xq__content{max-width:570px;margin:0 auto}.RedeemCoins-module__oAu_xq__contentTop{justify-content:center;align-items:center;gap:25px;display:flex}.RedeemCoins-module__oAu_xq__contentTopLeft{flex-direction:column;gap:10px;display:flex}.RedeemCoins-module__oAu_xq__contentTopLeftDiv{color:#49af7c;justify-content:center;align-items:center;gap:15px;font-size:34px;font-weight:600;display:flex}.RedeemCoins-module__oAu_xq__contentTopLeftDiv img{max-width:60px}.RedeemCoins-module__oAu_xq__contentTopLeftText{font-size:24px;font-weight:600}.RedeemCoins-module__oAu_xq__contentTopImage{object-fit:contain;max-width:170px}.RedeemCoins-module__oAu_xq__contentMain{margin-top:15px}.RedeemCoins-module__oAu_xq__contentMainHeading{padding-left:25px;font-size:18px;font-weight:600}.RedeemCoins-module__oAu_xq__contentMainContainer{border-radius:20px;padding:0 25px;box-shadow:0 0 10px #394b421a}.RedeemCoins-module__oAu_xq__contentMainContainerItem{border-bottom:1px solid #aaaa;justify-content:space-between;align-items:center;gap:20px;padding:10px 0;display:flex}.RedeemCoins-module__oAu_xq__contentMainContainerItem:last-child{border-bottom:0}.RedeemCoins-module__oAu_xq__contentMainContainerItemLeft{align-items:center;gap:10px;display:flex}.RedeemCoins-module__oAu_xq__contentMainContainerItem img{object-fit:contain;width:35px;height:35px}.RedeemCoins-module__oAu_xq__contentMainContainerItemLeft div{flex-direction:column;display:flex}.RedeemCoins-module__oAu_xq__contentMainContainerItemLeft div:first-child{font-size:18px;font-weight:500}.RedeemCoins-module__oAu_xq__contentMainContainerItemLeft div{font-size:16px}.RedeemCoins-module__oAu_xq__contentMainContainerItem button{color:#fff;background-color:#49af7c;border-width:0;border-radius:100px;width:100px;padding:5px 10px;font-size:16px;font-weight:500}.RedeemCoins-module__oAu_xq__contentBottom{background-color:#cbd1f0;border-radius:20px;justify-content:space-between;align-items:center;margin-top:15px;padding:10px 25px;display:flex}.RedeemCoins-module__oAu_xq__contentBottomLeft{flex-direction:column;justify-content:center;max-width:40%;font-size:14px;display:flex}.RedeemCoins-module__oAu_xq__contentBottomLeft div:first-child{font-size:18px;font-weight:500}.RedeemCoins-module__oAu_xq__contentBottom button{color:#fff;background-color:#49af7c;border-width:0;border-radius:100px;width:100px;padding:5px 10px;font-size:16px;font-weight:500}@media screen and (max-width:1050px){.RedeemCoins-module__oAu_xq__container{padding:70px 20px}.RedeemCoins-module__oAu_xq__contentTopLeftText{text-align:center;font-size:18px}}
.modal-container{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999999999;background:#0006;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.rating-div{text-align:center;background-color:#fff;border-radius:20px;flex-direction:column;width:550px;height:auto;max-height:calc(100vh - 40px);padding:20px;font-family:Brandon;display:flex;position:relative;box-shadow:0 4px 10px #0003}.rating-content{flex:1;padding-right:8px;overflow:hidden auto}.rating-content::-webkit-scrollbar{width:6px}.rating-content::-webkit-scrollbar-track{background:0 0}.rating-content::-webkit-scrollbar-thumb{background:#e2e2ec;border-radius:10px}.rating-content::-webkit-scrollbar-thumb:hover{background:#ff7fb7}.submit-btn{color:#fff;cursor:pointer;background:linear-gradient(225.34deg,#ff7f7f 0%,#ff7fb7 98.93%);border:none;border-radius:30px;align-self:center;width:121px;height:48px;min-height:48px;margin-top:15px;margin-bottom:5px;font-size:1.5em;font-weight:600}.rating-desc{resize:none;border:1px solid #b7b7b7;border-radius:10px;width:100%;height:100px;min-height:100px;margin-top:20px;padding:10px 15px;font-size:1.2em}.options li{border-radius:30px;margin:0 4px 10px;padding:8px 20px;font-weight:600;display:inline-block;position:relative}.options{margin-top:20px;margin-bottom:0;padding:0;list-style:none}.options li .checkcontainer{width:100%;height:100%;margin:auto;position:absolute;top:0;left:0;right:0}.options li .checkcontainer input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute}.options li .radiobtn{border:1.17px solid #b2b2b2;border-radius:30px;width:100%;height:100%;display:inline-block}.options li .checkcontainer input:checked~.radiobtn:after{content:"";background:0 0;border:2px solid #ffb73d;border-radius:30px;width:100%;height:100%;margin:auto;position:absolute;inset:0}.rating{justify-content:space-between;align-items:center;width:200px;margin:auto;display:flex}.user-img{border-radius:50%;width:80px;height:80px;margin:20px 0}.user-name{font-weight:500}.rating-div .user{background:#faf9f9;border-radius:50%;width:120px;height:120px;margin:20px auto}.popup-heading{font-size:1.5em}.rating-emoji{margin-left:2px}.option-div{display:flex}.option-emoji{margin:0 10px 0 0}.option-title{margin:0}.rating-error{color:#f02633;font-size:1.2em;font-weight:500}@media screen and (max-width:767px){.rating-div{background-image:url(https://ucarecdn.com/8f5b04df-e6ef-4276-b61b-deec97733d0c/ratingbg.png);background-position:50%;background-size:cover;border-radius:0;justify-content:center;width:100%;height:100%;max-height:100vh}.rating-content{max-height:85vh;padding-right:5px}}
