@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap";section.login{width:100%;height:100vh;background-image:url("data:image/svg+xml,%3csvg%20width='1920'%20height='1080'%20viewBox='0%200%201920%201080'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1230_14334)'%3e%3crect%20width='1920'%20height='1080'%20fill='%23F0F5F9'/%3e%3crect%20x='1360'%20y='10'%20width='500'%20height='386'%20rx='65'%20fill='%239FDAF7'/%3e%3crect%20x='1350'%20width='500'%20height='386'%20rx='65'%20fill='%235AC8FA'/%3e%3ccircle%20cx='334'%20cy='892'%20r='301'%20fill='%23FB977D'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1230_14334'%3e%3crect%20width='1920'%20height='1080'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:cover;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center}section.login .login_container{width:calc(100% - 400px);height:calc(100vh - 150px);padding:20px;display:flex;background:#fff;border-radius:20px}section.login .login_container .login_left{width:40%;position:relative}section.login .login_container .login_left .login_image{width:100%;height:100%;position:relative;border-radius:20px}section.login .login_container .login_left .login_image img{width:100%;height:100%;object-fit:cover;border-radius:20px}section.login .login_container .login_left .login_image .layer{position:absolute;background:linear-gradient(217.29deg,#0066a880 35.02%,#0000001a 134.06%);width:100%;height:100%;z-index:1;top:0;border-radius:20px}section.login .login_container .login_left .login-content{position:absolute;top:30px;width:100%;color:#fff;z-index:2;padding:0rem 30px;display:flex;flex-direction:column;gap:20px}section.login .login_container .login_left .login-content img{width:180px;object-fit:contain}section.login .login_container .login_left .login-content .circle{width:30px;height:30px;border-radius:50%;background:#fff}section.login .login_container .login_left .login-content h2{font-weight:700;font-size:30px}section.login .login_container .login_left .login-content p{color:#fff;font-size:1rem;font-weight:400}section.login .login_container .login_right{width:60%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;padding:0 50px}section.login .login_container .login_right .login_form{width:100%;padding:1.5rem}section.login .login_container .login_right .login_form .login_head{width:100%;margin-bottom:1.5rem}section.login .login_container .login_right .login_form .login_head h2{color:#000;font-size:1.5rem;font-weight:700}section.login .login_container .login_right .login_form .login_head h6{color:#000;font-size:1rem;font-weight:600;margin-top:.5rem}section.login .login_container .login_right .login_form .login-form-control{margin-bottom:10px}section.login .login_container .login_right .login_form .login-form-control label{color:#000;font-size:14px;font-weight:500}section.login .login_container .login_right .login_form .login-form-control .input-group{position:relative;border:1px solid #cccccc;width:100%;height:45px;display:flex;align-items:center;border-radius:5px;margin-top:5px;gap:5px;padding:0 10px}section.login .login_container .login_right .login_form .login-form-control .input-group i{color:#b5b5b5}section.login .login_container .login_right .login_form .login-form-control .input-group .toggle-password{display:flex;align-items:center;cursor:pointer;color:#b5b5b5;position:absolute;right:.625rem;font-size:1.2rem;width:auto;height:fit-content;border:none;background:none}section.login .login_container .login_right .login_form .login-form-control .input-group:has(input:focus){border:1px solid #0085db}section.login .login_container .login_right .login_form .login-form-control .input-group:has(input:focus) i{color:#0085db}section.login .login_container .login_right .login_form .login-form-control .input-group:has(input:focus) .toggle-password{color:#0085db}section.login .login_container .login_right .login_form .login-form-control .input-group input{width:100%;outline:none;height:100%;border:none;color:#595959;padding:0 20px 0 5px;border-radius:5px}section.login .login_container .login_right .login_form .login-form-control .input-group.input-error{border:1px solid red}section.login .login_container .login_right .login_form .login-form-control .error-message{color:red;font-size:.688rem;margin-top:2px}section.login .login_container .login_right .login_form .login-form-control .password-strength{margin-top:8px;font-size:12px;color:#595959}section.login .login_container .login_right .login_form .login-form-control .password-strength .strength-item{display:flex;align-items:center;gap:6px;margin-top:3px}section.login .login_container .login_right .login_form .login-form-control .password-strength .strength-item .circle{width:14px;height:14px;border-radius:50%;border:2px solid #eeeeee;display:flex;align-items:center;justify-content:center}section.login .login_container .login_right .login_form .login-form-control .password-strength .strength-item .circle:before{content:"";width:8px;height:8px;border-radius:50%;background-color:#999;transition:background-color .3s ease}section.login .login_container .login_right .login_form .login-form-control .password-strength .strength-item.met .circle:before{background-color:#20ae5c}section.login .login_container .login_right .login_form .line{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}section.login .login_container .login_right .login_form .line .l1{width:fit-content;display:flex;align-items:center;gap:6px;color:#000;font-size:.8rem;font-weight:500}section.login .login_container .login_right .login_form .line .l1 input[type=checkbox]{border-color:#dfe5ef}section.login .login_container .login_right .login_form .line .l2 a{color:#0085db;font-size:.8rem;text-decoration:none;font-weight:500}section.login .login_container .login_right .login_form button{width:100%;height:40px;border:none;border-radius:50px;background-color:#0085db;color:#fff;cursor:pointer}section.login .login_container .login_right .login_form button:disabled{cursor:not-allowed;opacity:.5}section.login .login_container .login_right .login_form button.forgot-btn1{margin-top:1rem}section.login .login_container .login_right .login_form button.forgot-btn2{margin-top:1rem;background:#0085db40;color:#0085db}section.login .login_container .login_right .login_form .bottom-link{width:100%;margin-top:1.5rem;color:#595959;font-size:.8rem;text-align:center}section.login .login_container .login_right .login_form .bottom-link a{text-decoration:none;color:#0085db}@media (max-width: 1200px){section.login .login_container{width:calc(100% - 100px);height:calc(100vh - 50px)}section.login .login_container .login_left{width:50%}section.login .login_container .login_right{width:50%;padding:0 10px}}@media (max-width: 700px){section.login{width:100%;height:100vh}section.login .login_container{width:100%;height:100%}section.login .login_container .login_left{display:none}section.login .login_container .login_right{width:100%}section.login .login_container .login_right .login_form{width:100%;padding:0}section.login .login_container .login_right .login_form .login_head img{width:35px;height:35px}section.login .login_container .login_right .login_form .login_head h2{font-size:1.2rem}section.login .login_container .login_right .login_form .login-form-control label{font-size:12px}}section.otp{width:100%;height:100vh;background-image:url("data:image/svg+xml,%3csvg%20width='1920'%20height='1080'%20viewBox='0%200%201920%201080'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1230_14334)'%3e%3crect%20width='1920'%20height='1080'%20fill='%23F0F5F9'/%3e%3crect%20x='1360'%20y='10'%20width='500'%20height='386'%20rx='65'%20fill='%239FDAF7'/%3e%3crect%20x='1350'%20width='500'%20height='386'%20rx='65'%20fill='%235AC8FA'/%3e%3ccircle%20cx='334'%20cy='892'%20r='301'%20fill='%23FB977D'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1230_14334'%3e%3crect%20width='1920'%20height='1080'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:cover;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center}section.otp .otp_container{width:calc(100% - 400px);height:calc(100vh - 150px);padding:20px;display:flex;background:#fff;border-radius:20px}section.otp .otp_container .otp_left{width:40%;position:relative}section.otp .otp_container .otp_left .otp_image{width:100%;height:100%;position:relative;border-radius:20px}section.otp .otp_container .otp_left .otp_image img{width:100%;height:100%;object-fit:cover;border-radius:20px}section.otp .otp_container .otp_left .otp_image .layer{position:absolute;background:linear-gradient(217.29deg,#0066a880 35.02%,#0000001a 134.06%);width:100%;height:100%;z-index:1;top:0;border-radius:20px}section.otp .otp_container .otp_left .otp-content{position:absolute;top:30px;width:100%;color:#fff;z-index:2;padding:0rem 30px;display:flex;flex-direction:column;gap:20px}section.otp .otp_container .otp_left .otp-content img{width:180px;object-fit:contain}section.otp .otp_container .otp_left .otp-content .circle{width:30px;height:30px;border-radius:50%;background:#fff}section.otp .otp_container .otp_left .otp-content h2{font-weight:700;font-size:30px}section.otp .otp_container .otp_left .otp-content p{color:#fff;font-size:1rem;font-weight:400}section.otp .otp_container .otp_right{width:60%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;padding:0 50px}section.otp .otp_container .otp_right .otp_form{width:100%;padding:1.5rem}section.otp .otp_container .otp_right .otp_form .otp_head{width:100%;margin-bottom:1.5rem}section.otp .otp_container .otp_right .otp_form .otp_head h2{color:#000;font-size:1.5rem;font-weight:700}section.otp .otp_container .otp_right .otp_form .otp_head h6{color:#000;font-size:1rem;font-weight:500;margin-top:1rem}section.otp .otp_container .otp_right .otp_form .otp_head p{margin-top:1rem;color:#595959;font-weight:500;font-size:14px}section.otp .otp_container .otp_right .otp_form .otp-form-control{margin-bottom:10px;display:flex;justify-content:center;align-items:center;gap:10px}section.otp .otp_container .otp_right .otp_form .otp-form-control .otp-input{width:45px;height:45px;background:#5959591a;border-radius:6px;border:1px solid rgba(89,89,89,0);outline:none;padding:0 .5rem;text-align:center;color:#000}section.otp .otp_container .otp_right .otp_form .otp-form-control input:focus{background:#fff!important;border:1px solid #0085db!important}section.otp .otp_container .otp_right .otp_form button{width:100%;height:40px;border:none;border-radius:50px;background-color:#0085db;color:#fff;cursor:pointer}section.otp .otp_container .otp_right .otp_form button:disabled{cursor:not-allowed}section.otp .otp_container .otp_right .otp_form button.forgot-btn1{margin-top:1rem}section.otp .otp_container .otp_right .otp_form button.forgot-btn1:disabled{cursor:not-allowed;opacity:.5}section.otp .otp_container .otp_right .otp_form button.forgot-btn2{margin-top:1rem;background:#0085db40;color:#0085db}section.otp .otp_container .otp_right .otp_form .bottom-link{width:100%;margin-top:1.5rem;color:#595959;font-size:.8rem;text-align:center}section.otp .otp_container .otp_right .otp_form .bottom-link p{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;gap:2px}section.otp .otp_container .otp_right .otp_form .bottom-link p a{color:#0085db}section.otp .otp_container .otp_right .otp_form .bottom-link p button{border:none;background:none;color:#0085db}section.otp .otp_container .otp_right .otp_form .bottom-link button.resend-link{background:none;border:none;padding:0;margin:0;text-decoration:none;color:#0085db;font-size:inherit;cursor:pointer}section.otp .otp_container .otp_right .otp_form .bottom-link button.resend-link:disabled{cursor:not-allowed;color:gray}@media (max-width: 1200px){section.otp .otp_container{width:calc(100% - 100px);height:calc(100vh - 50px)}section.otp .otp_container .otp_left{width:50%}section.otp .otp_container .otp_right{width:50%;padding:0 10px}}@media (max-width: 700px){section.otp{width:100%;height:100vh}section.otp .otp_container{width:100%;height:100%}section.otp .otp_container .otp_left{display:none}section.otp .otp_container .otp_right{width:100%}section.otp .otp_container .otp_right .otp_form{width:100%;padding:0}section.otp .otp_container .otp_right .otp_form .otp_head img{width:35px;height:35px}section.otp .otp_container .otp_right .otp_form .otp_head h2{font-size:1.2rem}}.otp-container{width:100%;display:flex;justify-content:center;align-items:center}.otp_input_style{width:2.5rem;height:2.5rem;border:1px solid #e1e1e1;border-radius:5px;outline:none;color:#0c3aad}section.register{width:100%;height:100vh;background-image:url("data:image/svg+xml,%3csvg%20width='1920'%20height='1080'%20viewBox='0%200%201920%201080'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1230_14334)'%3e%3crect%20width='1920'%20height='1080'%20fill='%23F0F5F9'/%3e%3crect%20x='1360'%20y='10'%20width='500'%20height='386'%20rx='65'%20fill='%239FDAF7'/%3e%3crect%20x='1350'%20width='500'%20height='386'%20rx='65'%20fill='%235AC8FA'/%3e%3ccircle%20cx='334'%20cy='892'%20r='301'%20fill='%23FB977D'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1230_14334'%3e%3crect%20width='1920'%20height='1080'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:cover;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center}section.register .register_container{width:calc(100% - 400px);height:calc(100vh - 150px);padding:20px;display:flex;background:#fff;border-radius:20px}section.register .register_container .register_left{width:40%;position:relative}section.register .register_container .register_left .register_image{width:100%;height:100%;position:relative;border-radius:20px}section.register .register_container .register_left .register_image img{width:100%;height:100%;object-fit:cover;border-radius:20px}section.register .register_container .register_left .register_image .layer{position:absolute;background:linear-gradient(217.29deg,#0066a880 35.02%,#0000001a 134.06%);width:100%;height:100%;z-index:1;top:0;border-radius:20px}section.register .register_container .register_left .register-content{position:absolute;top:30px;width:100%;color:#fff;z-index:2;padding:0rem 30px;display:flex;flex-direction:column;gap:20px}section.register .register_container .register_left .register-content img{width:180px;object-fit:contain}section.register .register_container .register_left .register-content .circle{width:30px;height:30px;border-radius:50%;background:#fff}section.register .register_container .register_left .register-content h2{font-weight:700;font-size:30px}section.register .register_container .register_left .register-content p{color:#fff;font-size:1rem;font-weight:400}section.register .register_container .register_right{width:60%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;padding:0 30px}section.register .register_container .register_right .register_form{width:100%;padding:.5rem 1rem;height:100%;overflow-y:auto}section.register .register_container .register_right .register_form::-webkit-scrollbar{width:4px;background:#fafafa}section.register .register_container .register_right .register_form::-webkit-scrollbar-thumb{width:4px;background:#ebebeb;border-radius:5px}section.register .register_container .register_right .register_form .register_head{width:100%;margin-bottom:.8rem}section.register .register_container .register_right .register_form .register_head h2{color:#000;font-size:1.5rem;font-weight:700}section.register .register_container .register_right .register_form .register-form-group{display:flex;gap:1rem}section.register .register_container .register_right .register_form .register-form-group .register-form-control{margin-bottom:10px;width:100%}section.register .register_container .register_right .register_form .register-form-group .register-form-control label{color:#000;font-size:14px;font-weight:500;white-space:nowrap}section.register .register_container .register_right .register_form .register-form-group .register-form-control .input-group{position:relative;border:1px solid #cccccc;width:100%;height:38px;display:flex;align-items:center;border-radius:5px;margin-top:5px;gap:5px;padding:0 10px}section.register .register_container .register_right .register_form .register-form-group .register-form-control .input-group i{color:#b5b5b5}section.register .register_container .register_right .register_form .register-form-group .register-form-control .input-group .toggle-password{display:flex;align-items:center;cursor:pointer;color:#b5b5b5;position:absolute;right:.625rem;font-size:1.2rem;width:auto;height:fit-content;border:none;background:none}section.register .register_container .register_right .register_form .register-form-group .register-form-control .input-group:has(input:focus){border:1px solid #0085db}section.register .register_container .register_right .register_form .register-form-group .register-form-control .input-group:has(input:focus) i{color:#0085db}section.register .register_container .register_right .register_form .register-form-group .register-form-control .input-group:has(input:focus) .toggle-password{color:#0085db}section.register .register_container .register_right .register_form .register-form-group .register-form-control .input-group.input-error{border:1px solid red}section.register .register_container .register_right .register_form .register-form-group .register-form-control .input-group input,section.register .register_container .register_right .register_form .register-form-group .register-form-control .input-group select{background:none;width:100%;outline:none;height:100%;border:none;color:#595959;border-radius:5px}section.register .register_container .register_right .register_form .register-form-group .register-form-control .input-group input{padding:0 20px 0 5px}section.register .register_container .register_right .register_form .register-form-group .register-form-control .input-group select{padding:0 5px;cursor:pointer;position:relative}section.register .register_container .register_right .register_form .register-form-group .register-form-control .input-group select:disabled{cursor:not-allowed}section.register .register_container .register_right .register_form .register-form-group .register-form-control .input-group .country-code{display:flex;align-items:center;justify-content:center;padding:0 10px;height:60%;font-size:12px;border-right:1px solid #cccccc;opacity:.6}section.register .register_container .register_right .register_form .register-form-group .register-form-control .input-group .country-code:hover{cursor:not-allowed}section.register .register_container .register_right .register_form .register-form-group .register-form-control .address-input div{width:100%}section.register .register_container .register_right .register_form .register-form-group .register-form-control .error-message{color:red;font-size:11px;margin-top:2px}section.register .register_container .register_right .register_form .register-form-group .register-form-control .password-strength{margin-top:8px;font-size:12px;color:#595959}section.register .register_container .register_right .register_form .register-form-group .register-form-control .password-strength .strength-item{display:flex;align-items:center;gap:6px;margin-top:3px}section.register .register_container .register_right .register_form .register-form-group .register-form-control .password-strength .strength-item .circle{width:14px;height:14px;border-radius:50%;border:2px solid #eeeeee;display:flex;align-items:center;justify-content:center}section.register .register_container .register_right .register_form .register-form-group .register-form-control .password-strength .strength-item .circle:before{content:"";width:8px;height:8px;border-radius:50%;background-color:#999;transition:background-color .3s ease}section.register .register_container .register_right .register_form .register-form-group .register-form-control .password-strength .strength-item.met .circle:before{background-color:#20ae5c}section.register .register_container .register_right .register_form .fields .register-form-control .input-group{padding:0}section.register .register_container .register_right .register_form .line{width:100%;display:flex;justify-content:space-between;align-items:center;margin-top:1rem;margin-bottom:1rem}section.register .register_container .register_right .register_form .line .l1{width:fit-content;display:flex;align-items:center;gap:6px;color:#000;font-size:.8rem;font-weight:500}section.register .register_container .register_right .register_form .line .l1 input[type=checkbox]{border-color:#dfe5ef}section.register .register_container .register_right .register_form .line .l2 a{color:#0085db;font-size:.8rem;text-decoration:none;font-weight:500}section.register .register_container .register_right .register_form button{width:100%;height:40px;border:none;border-radius:50px;background-color:#0085db;color:#fff;cursor:pointer}section.register .register_container .register_right .register_form button:disabled{opacity:.5;cursor:not-allowed}section.register .register_container .register_right .register_form button.forgot-btn1{margin-top:1rem}section.register .register_container .register_right .register_form button.forgot-btn2{margin-top:1rem;background:#0085db40}section.register .register_container .register_right .register_form .bottom-link{width:100%;margin-top:1.5rem;color:#595959;font-size:.8rem;text-align:center}section.register .register_container .register_right .register_form .bottom-link a{text-decoration:none;color:#0085db}@media (max-width: 1200px){section.register .register_container{width:calc(100% - 100px);height:calc(100vh - 50px)}section.register .register_container .register_left{width:50%}section.register .register_container .register_right{width:50%;padding:0 10px}}@media (max-width: 900px){section.register .register_container .register_right .register_form .register_head h2{font-size:1rem}section.register .register_container .register_right .register_form .register-form-group{row-gap:0rem}section.register .register_container .register_right .register_form .register-form-group .register-form-control label{font-size:12px}section.register .register_container .register_right .register_form .register-form-group .register-form-control .input-group .confirm-password{padding-right:35px}section.register .register_container .register_right .register_form .fields{display:grid;grid-template-columns:1fr 1fr}}@media (max-width: 768px){section.register{width:100%;height:100vh}section.register .register_container{width:100%;height:100%}section.register .register_container .register_left{display:none}section.register .register_container .register_right{width:100%}section.register .register_container .register_right .register_form{padding:0}section.register .register_container .register_right .register_form .register_head h2{font-size:1.2rem}}section.services{width:100%;height:100vh;background-image:url("data:image/svg+xml,%3csvg%20width='1920'%20height='1080'%20viewBox='0%200%201920%201080'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1230_14334)'%3e%3crect%20width='1920'%20height='1080'%20fill='%23F0F5F9'/%3e%3crect%20x='1360'%20y='10'%20width='500'%20height='386'%20rx='65'%20fill='%239FDAF7'/%3e%3crect%20x='1350'%20width='500'%20height='386'%20rx='65'%20fill='%235AC8FA'/%3e%3ccircle%20cx='334'%20cy='892'%20r='301'%20fill='%23FB977D'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1230_14334'%3e%3crect%20width='1920'%20height='1080'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:cover;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center}section.services .service_container{width:calc(100% - 400px);height:calc(100vh - 150px);background:#fff;border-radius:20px;box-shadow:0 2px 30px 15px #2553b91a;padding:1.5rem;display:flex;flex-direction:column}section.services .service_container .register_header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eaeaea;padding:.5rem 0}section.services .service_container .register_header h2{color:#090f19;font-weight:600;font-size:1.2rem}section.services .service_container .register_header button{background-color:#1890ff;border:none;color:#fff;border-radius:2rem;padding:.5rem 1rem;font-weight:300;cursor:pointer}section.services .service_container .accord{overflow-y:auto}section.services .service_container .accord::-webkit-scrollbar{display:none}@media (max-width: 1200px){section.services .service_container{width:calc(100% - 100px);height:calc(100vh - 50px)}}@media (max-width: 700px){section.services .service_container{width:100%;height:100%}}.not-found-container{display:flex;justify-content:center;align-items:center;box-shadow:3px 2px 44px #b8c6cf;border:1px solid #eee;margin:15% auto 0;max-width:600px;height:200px}.not-found-container .notFoundText{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.not-found-container .notFoundText h1{color:#7d7575;letter-spacing:.675rem;font-size:39px}.not-found-container .notFoundText h2{color:gray}.not-found-container .notFoundText button{width:100%;max-width:400px;padding:10px;border:none;background-color:#e88930;color:#fff;border-radius:6px;cursor:pointer;margin-top:20px;font-weight:600}.not-found-container .notFoundText button :hover{background-color:#eea663}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 5px #0085db80}50%{transform:scale(1.05);box-shadow:0 0 15px #0085dbcc}to{transform:scale(1);box-shadow:0 0 5px #0085db80}}.pulse-animation,section.order-request-detail .detail-container .detail_content1 .detail1_top .detail1_right button.bid{animation:pulse 1s infinite ease-in-out}section.dashboard{width:100%;height:100vh;overflow:hidden;background:#f0f5f9;display:flex;padding:16px 25px}section.dashboard .dashboard_left{width:250px;height:100%;background:#fff;border-radius:19.35px}section.dashboard .dashboard_left.mobileView{display:none}section.dashboard .dashboard_left .dashboard_sidebar{width:100%;height:100%;display:flex;flex-direction:column}section.dashboard .dashboard_left .dashboard_sidebar .sidebar_header{width:100%;height:50px;border-bottom:1px solid #f5f6f7;display:flex;align-items:center;justify-content:center}section.dashboard .dashboard_left .dashboard_sidebar .sidebar_header img{width:150px;object-fit:contain}section.dashboard .dashboard_left .dashboard_sidebar .sidebar_nav{width:100%;height:calc(100% - 120px);padding:1rem;overflow-y:auto}section.dashboard .dashboard_left .dashboard_sidebar .sidebar_nav img.black{filter:invert(1)!important}section.dashboard .dashboard_left .dashboard_sidebar .sidebar_nav ul li{list-style:none;margin-bottom:.5rem;padding:8px;border-radius:6px;cursor:pointer}section.dashboard .dashboard_left .dashboard_sidebar .sidebar_nav ul li .link{display:inline-flex;align-items:center;text-decoration:none;color:#000;font-size:.9rem}section.dashboard .dashboard_left .dashboard_sidebar .sidebar_nav ul li .link i{font-size:1rem;margin-right:8px}section.dashboard .dashboard_left .dashboard_sidebar .sidebar_nav ul li .link img{width:16px;height:15px;object-fit:contain;margin-right:8px}section.dashboard .dashboard_left .dashboard_sidebar .sidebar_nav ul li:hover{background:#0085db}section.dashboard .dashboard_left .dashboard_sidebar .sidebar_nav ul li:hover .link{color:#fff}section.dashboard .dashboard_left .dashboard_sidebar .sidebar_nav ul li:hover .link img{filter:invert(1)}section.dashboard .dashboard_left .dashboard_sidebar .sidebar_nav ul li.active{background:#0085db}section.dashboard .dashboard_left .dashboard_sidebar .sidebar_nav ul li.active .link{color:#fff}section.dashboard .dashboard_left .dashboard_sidebar .sidebar_nav ul li.active .link img{filter:invert(1)}section.dashboard .dashboard_left .dashboard_sidebar .sidebar_footer{width:100%;height:70px;padding:1rem}section.dashboard .dashboard_left .dashboard_sidebar .sidebar_footer button{display:flex;align-items:center;font-weight:500;gap:8px;font-size:.8rem;color:#d4001c;cursor:pointer;background:none;border:none}section.dashboard .dashboard_left .dashboard_sidebar .sidebar_footer button i{font-size:1rem}section.dashboard .dashboard_right{width:calc(100% - 250px);height:100%}section.dashboard_content{width:100%;height:100%;padding-left:1.3rem}.dashboard_header{width:100%;min-height:60px;background:#fff;border-radius:19.35px;box-shadow:0 2px 30px 15px #2553b91a;display:flex;align-items:center;justify-content:space-between;padding:0 1rem}.dashboard_header h2{color:#090f19;font-weight:600;font-size:1rem}.dashboard_header .links{width:fit-content;display:flex;align-items:center;gap:10px}.dashboard_header .links img{width:30px;height:30px;object-fit:contain}.dashboard_header .links .link{text-decoration:none;color:#0085db}.dashboard_header .links span{color:#1c1c1c33}.dashboard_header .links h2{color:#737373;font-weight:500;font-size:1rem}.dashboard_header .header_profile{display:flex;align-items:center;gap:10px}.dashboard_header .header_profile .toggle-role-btn{padding:.4rem .75rem;font-size:.65rem;font-weight:500;background:transparent;border:1px solid #b0b0b0;color:#4a4a4a;border-radius:4px;cursor:pointer;transition:all .3s ease}.dashboard_header .header_profile .toggle-role-btn:hover{background-color:#dcdcdc86;color:#222;border-color:#a0a0a0}.dashboard_header .header_profile .toggle-role-btn:active{transform:scale(.98)}@media (max-width: 480px){.dashboard_header .header_profile .toggle-role-btn{font-size:.4rem;padding:.35rem .45rem}}.dashboard_header .header_profile .bell-wrapper{position:relative;display:inline-block}.dashboard_header .header_profile .bell{width:30px;height:30px;border-radius:50%;box-shadow:0 0 10px #0000001e;display:flex;align-items:center;justify-content:center;font-size:.8rem;cursor:pointer;border:none;background:none}.dashboard_header .header_profile .notification-dot{width:8px;height:8px;background-color:red;border-radius:50%;position:absolute;top:4px;right:4px;transform:translate(50%,-50%)}.dashboard_header .header_profile .notifications__dropdown{position:absolute;top:2.4rem;right:0;width:20rem;background:#fff;border-radius:8px;box-shadow:0 4px 10px #00000026;z-index:999}@media (max-width: 480px){.dashboard_header .header_profile .notifications__dropdown{width:16.25rem;right:-3.125rem;top:3.125rem}}.dashboard_header .header_profile .bell2{width:30px;height:30px;border-radius:50%}.dashboard_header .header_profile .bell2 img{width:100%;height:100%;object-fit:cover;border-radius:50%}.dashboard_header .header_profile .bell2 .c{width:100%;height:100%;border-radius:50%;background:#e88930;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:400;color:#fff;opacity:50%}.dashboard_header .header_profile .header_content h5{font-weight:500;font-size:.75rem;max-width:150px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dashboard_header .header_profile .header_content p{color:#737373;font-size:.6rem}.dashboard_wrapper{width:100%;height:calc(100vh - 110px);background:#fff;border-radius:19.35px;box-shadow:0 2px 30px 15px #2553b91a;margin-top:1rem;padding:1.5rem;overflow-y:auto}.dashboard_wrapper .d_cards{display:flex;flex-wrap:wrap;gap:30px}.dashboard_wrapper .d_card{width:180px;height:fit-content;padding:1rem;border-radius:5px;display:flex;flex-direction:column;gap:10px;box-shadow:0 3px 14.7px #00000024;transition:transform .3s ease,box-shadow .3s ease}.dashboard_wrapper .d_card:hover{transform:translateY(-5px);box-shadow:0 6px 18px #00000035}.dashboard_wrapper .d_card img{width:40px;height:40px;object-fit:contain;border-radius:50%}.dashboard_wrapper .d_card h4{font-weight:600;font-size:1.2rem;margin:0}.dashboard_wrapper .d_card h3{font-size:1rem;font-weight:500}.dashboard_wrapper .d_card .link{display:flex;align-items:center;gap:5px;text-decoration:none;color:#0085db;font-size:.85rem;cursor:pointer}.dashboard_wrapper .d_card .link span{width:.9rem;height:.9rem;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#737373}.table-footer{width:100%;height:50px;margin-top:10px;display:flex;align-items:center}.table-footer .one{min-width:fit-content;display:flex;align-items:center;justify-content:flex-start}.table-footer .one p{width:fit-content;color:#0085db;font-size:.8rem;font-weight:400}.table-footer .one p b{font-weight:500}.table-footer .two{width:100%;display:flex;align-items:center;justify-content:center}.table-footer .three{min-width:fit-content;display:flex;align-items:center;gap:10px}.table-footer .three select{border:1px solid #e5e7e9;outline:none;color:#737373;padding:4px 8px;border-radius:5px;background:none}.table-footer .three p{color:#0085db;font-size:.8rem;font-weight:400}section.my-services{width:100%;height:100%;padding-left:1.3rem}section.my-services .service_container{width:100%;height:calc(100vh - 110px);background:#fff;border-radius:19.35px;box-shadow:0 2px 30px 15px #2553b91a;margin-top:1rem;padding:1.5rem;overflow-y:auto}section.my-services .service_container::-webkit-scrollbar{display:none}.star{display:flex;align-items:center;gap:5px}.star .full-star,.star .half-star{color:#ffde04}.star .empty-star{color:#c4c4c4}.ant-collapse{background:none;border:none}.ant-collapse .ant-collapse-item{border:none;border-bottom:1px solid #eaeaea}.ant-collapse .ant-collapse-item .ant-collapse-header{font-size:16px;font-weight:600;padding:10px 0;color:#333}.ant-collapse .ant-collapse-item .ant-collapse-header .label_with_stars{display:flex;gap:.5rem}.ant-collapse .ant-collapse-item .ant-collapse-header:hover{color:#1890ff}.ant-collapse .ant-collapse-item .ant-collapse-header .ant-collapse-arrow{background-color:#edeff1;color:#000;padding:.3rem;border-radius:50%}.ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box{padding:10px 0}.ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .service_item{display:flex;justify-content:space-between;align-items:center;padding:10px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a,0 2px 4px -2px #0000001a;border-radius:9.18px}.ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .service_item .service_info{display:flex;align-items:center}.ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .service_item .service_info .service_icon{width:40px;height:40px;margin-right:10px}.ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .service_item .service_info .service_details .service_name{font-size:.9rem;font-weight:600;color:#333}.ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .service_item .service_info .service_details .service_name .rejected_message{font-size:.7rem;color:#d4001c}.ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .service_item .service_info .service_details .service_name .rejected_icon{margin-left:.8rem;margin-right:.8rem;display:inline-flex;justify-content:center;align-items:center;width:20px;height:20px;color:#fff;background-color:#d4001c;border-radius:50%;padding:0;font-size:.7rem}.ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .service_item .service_info .service_details .service_description{font-size:.8rem;color:#666}.ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .service_item .avail_button{background-color:#1890ff;border:none;color:#fff;border-radius:2rem;width:8rem}.ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .service_item .avail_button:disabled{cursor:not-allowed;opacity:.8}.ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .service_item .avail_button.pending{background-color:#e88930;opacity:1}.ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .service_item .avail_button.accepted{background-color:#20ae5c;opacity:1}.ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .service_item .avail_button.rejected{background-color:#d4001c;opacity:1}section.add_service_category{width:100%;height:100%;padding-left:1.3rem}section.add_service_category .add_service_form{width:100%;height:fit-content;background:#fff;border-radius:19.35px;box-shadow:0 2px 30px 15px #2553b91a;margin-top:1rem;padding:1.5rem;overflow-y:auto}section.add_service_category .add_service_form .top_head{width:100%;display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem}section.add_service_category .add_service_form .top_head .profile-container .profile-img{width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer}section.add_service_category .add_service_form .top_head .profile-container .profile-img .image{width:75px;height:75px;object-fit:cover;border-radius:50%;border:2px solid #0085db}section.add_service_category .add_service_form .top_head .profile-container .profile-img .c{width:75px;height:75px;border-radius:50%;background:#e88930;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:400;color:#fff;opacity:50%;border:1px solid #0085db;box-shadow:0 4px 8px #0000001a}section.add_service_category .add_service_form .top_head .profile-container .profile-img .camera-icon{width:28px;height:28px;background:#fff;border-radius:50%;position:absolute;bottom:4px;right:4px;display:flex;align-items:center;justify-content:center;border:1px solid #0085db;cursor:pointer}section.add_service_category .add_service_form .top_head .profile-container .profile-img .camera-icon .icon{width:16px;height:16px;object-fit:contain}section.add_service_category .add_service_form .top_head h4{color:#0c1421;font-weight:600}section.add_service_category .add_service_form .top_head .set{display:flex;gap:10px;align-items:center}section.add_service_category .add_service_form .top_head .set button{padding:.5rem 1rem;font-size:.75rem;border:none;border-radius:50px;color:#fff;cursor:pointer}section.add_service_category .add_service_form .top_head .set button:disabled{opacity:.5;cursor:not-allowed}section.add_service_category .add_service_form .top_head .set button:nth-child(1){background:#fb977d}section.add_service_category .add_service_form .top_head .set button:nth-child(2){background:#0085db}section.add_service_category .add_service_form .form-wrap{width:100%;display:flex;margin-bottom:1rem;gap:20px}section.add_service_category .add_service_form .form-wrap .form-wrap{width:50%;max-width:calc(50% - 10px);margin-bottom:2px}section.add_service_category .add_service_form .form-wrap .form-control{width:50%;display:flex;flex-direction:column;max-width:calc(50% - 10px)}section.add_service_category .add_service_form .form-wrap .form-control label{font-size:.8rem;margin-bottom:5px}section.add_service_category .add_service_form .form-wrap .form-control input,section.add_service_category .add_service_form .form-wrap .form-control select{width:100%;height:40px;border:1px solid #b4b4b4;outline:none;padding:0rem .5rem;border-radius:5px;background-color:transparent}section.add_service_category .add_service_form .form-wrap .form-control textarea{width:100%;height:60px;border:1px solid #b4b4b4;outline:none;padding:.5rem;border-radius:5px;resize:none}section.add_service_category .add_service_form .form-wrap .form-control .input_contact{width:100%;display:flex;align-items:center;border:1px solid #b4b4b4;border-radius:5px}section.add_service_category .add_service_form .form-wrap .form-control .input_contact select{width:60px;border:none;height:40px;padding:0 .5rem}section.add_service_category .add_service_form .form-wrap .form-control .input_contact .separator{width:1px;height:60%;background-color:#b4b4b4;margin:0 10px}section.add_service_category .add_service_form .form-wrap .form-control .input_contact input{border:none;height:40px;padding:0 .5rem}section.add_service_category .add_service_form .form-wrap .form-control .upload_field{width:100%;height:40px;display:flex;border:1px solid #b4b4b4;padding:.4rem;border-radius:5px;align-items:center;gap:10px;position:relative}section.add_service_category .add_service_form .form-wrap .form-control .upload_field button{border:none;background:#0085db;padding:5px 10px;font-size:.65rem;border-radius:3px;color:#fff}section.add_service_category .add_service_form .form-wrap .form-control .upload_field p{font-size:12px;color:#737373}section.add_service_category .add_service_form .form-wrap .form-control .upload_field input{position:absolute;left:0;top:0;right:0;bottom:0;height:40px;opacity:0}section.add_service_category .add_service_form .form-wrap .form-control .color_field{width:100%;height:40px;display:flex;border:1px solid #b4b4b4;padding:.4rem;border-radius:5px;align-items:center;justify-content:space-between}section.add_service_category .add_service_form .form-wrap .form-control .color_field .one{display:flex;align-items:center;width:100%;gap:5px;position:relative}section.add_service_category .add_service_form .form-wrap .form-control .color_field .one input{opacity:0;cursor:pointer}section.add_service_category .add_service_form .form-wrap .form-control .color_field .one p{position:absolute;left:25px;font-size:.8rem;color:#737373}section.add_service_category .add_service_form .form-wrap .form-control .color_field .box{width:16px;height:16px;border:1px solid #b4b4b4;border-radius:3px}section.add_service_category .add_service_form .form-wrap .form-control .color_field span{color:#0c1421;font-size:.8rem;border-left:1px solid #d9d9d9;padding-left:.5rem}section.service{width:100%;height:100%;padding-left:1.3rem}section.service .service_container{width:100%;height:calc(100vh - 110px);background:#fff;border-radius:19.35px;box-shadow:0 2px 30px 15px #2553b91a;margin-top:1rem;padding:1.5rem;overflow-y:auto}section.service .service_container .service_top{width:100%;display:flex;align-items:center;justify-content:space-between}section.service .service_container .service_top .dropdown{width:120px}section.service .service_container .service_top .input_group{width:fit-content;border:1px solid #c8cdd2;display:flex;align-items:center;gap:5px;font-size:.8rem;border-radius:5px;height:35px;padding:0 .5rem;color:#999}section.service .service_container .service_top .input_group i{font-size:1rem}section.service .service_container .service_top .input_group input{width:350px;border:none;outline:none;color:#454545}section.service .service_container .service_top .input_group .closeIcon{padding:0;background:none;border:none}section.service .service_container .service_top .right-controls{display:flex;gap:10px;align-items:center}section.service .service_container .service_top .right-controls .btn{width:fit-content;background:#0085db;display:flex;align-items:center;gap:5px;padding:.5rem 1rem;border-radius:50px;font-size:.8rem;color:#fff;font-weight:500;cursor:pointer;border:none}section.service .service_container .service_top .right-controls .btn img{width:15px;height:15px;object-fit:cover;filter:invert(1)}section.service .service_container .service_top .right-controls .toggle-btn{background:#f0f0f0;color:#333;border:1px solid #ccc;border-radius:20px;padding:.5rem 1rem;font-size:.8rem;cursor:pointer;transition:all .2s}section.service .service_container .service_top .right-controls .toggle-btn:hover{background-color:#e1e1e1}section.service .service_container .service_card_wrapper{width:100%;height:calc(100% - 120px);margin-top:1rem}section.service .service_container .service_card_wrapper .table-wrapper{width:100%;height:calc(100vh - 249px);overflow-y:auto}section.service .service_container .service_card_wrapper .table-wrapper table{width:100%;border-collapse:collapse}section.service .service_container .service_card_wrapper .table-wrapper table thead{position:sticky;top:0;z-index:9}section.service .service_container .service_card_wrapper .table-wrapper table thead tr th{padding:1rem .3rem;text-align:left;font-weight:600;font-size:.95rem;border-bottom:1px solid #edeff1;background:#eaebed;white-space:nowrap;overflow:visible}section.service .service_container .service_card_wrapper .table-wrapper table thead tr th:last-child{width:120px}section.service .service_container .service_card_wrapper .table-wrapper table tbody tr{border-top:1px solid #edeff1;transition:background .3s ease}section.service .service_container .service_card_wrapper .table-wrapper table tbody tr:hover{background:#4f5d6e1f}section.service .service_container .service_card_wrapper .table-wrapper table tbody tr td{padding:1rem .3rem;color:#0c1421;font-size:.85rem}section.service .service_container .service_card_wrapper .table-wrapper table tbody tr td p{line-height:1.1rem;max-height:40px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical}section.service .service_container .service_card_wrapper .table-wrapper table tbody tr td span.status{background-color:#dddeff80;padding:5px 10px;border-radius:5px;color:#336aff;display:inline-block;white-space:nowrap;overflow:visible}section.service .service_container .service_card_wrapper .table-wrapper table tbody tr td button.assign{font-weight:600;text-align:center;text-decoration:underline;padding:5px 10px;border-radius:5px;color:#0085db;cursor:pointer;border:none;background:none}section.service .service_container .service_card_wrapper .table-wrapper table tbody tr td button.assign:disabled{opacity:50%;cursor:not-allowed}section.service .service_container .service_card_wrapper .table-wrapper table tbody tr td button.bid{padding:5px 10px;border:none;border-radius:50px;font-size:.8rem;cursor:pointer;font-weight:400;background:#0085db;color:#fff;margin:0 auto;transition:background .3s ease}section.service .service_container .service_card_wrapper .table-wrapper table tbody tr td button.bid:hover{background:#0071b8}section.service .service_container .service_card_wrapper .table-wrapper table tbody tr td button:disabled{opacity:50%;cursor:not-allowed}section.service .service_container .service_card_wrapper .table-wrapper table tbody tr td .set{display:flex;align-items:center;gap:10px}section.service .service_container .service_card_wrapper .table-wrapper table tbody tr td .set .self-profile-text{font-size:14px;color:#888;font-style:italic}section.service .service_container .service_card_wrapper .table-wrapper table tbody tr td .set .recurring-icon{width:16px;height:16px}section.service .service_container .service_card_wrapper .table-wrapper table tbody tr td .set button{border:none;background:transparent;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}section.service .service_container .service_card_wrapper .table-wrapper table tbody tr td .set button:hover{transform:translateY(-3px)}section.service .service_container .service_card_wrapper .table-wrapper table tbody tr td .set button img{width:14px;height:14px;object-fit:contain}section.service .service_container .service_card_wrapper .table-wrapper table tbody tr td .set button i{font-size:15px;color:#d4001c}section.service .service_container .service_card_wrapper .table-wrapper table tbody tr td .set .activate-btn{background:#0085db;color:#fff;padding:5px 10px;border-radius:50px;font-size:.8rem;font-weight:400;border:1px solid #0085db;transition:all .2s ease;cursor:pointer}section.service .service_container .service_card_wrapper .table-wrapper table tbody tr td .set .activate-btn:hover{background:#0071b8}section.service .service_container .service_card_wrapper .table-wrapper table tbody tr .detail{white-space:nowrap;overflow:visible}section.service .service_container .service_card_wrapper .table-wrapper table tbody tr .detail .same{width:100%;display:flex;align-items:center;gap:10px;font-weight:600;cursor:pointer}section.service .service_container .service_card_wrapper .table-wrapper table tbody tr .detail .c{width:30px;height:30px;flex-shrink:0;border-radius:50%;background:#336aff;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:400;color:#fff;opacity:50%}section.service .service_container .service_card_wrapper .table-wrapper table tbody tr .detail img{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:400;color:#fff}section.service .service_container .service_card_wrapper .table-wrapper table tbody tr .detail .parallel-content{display:flex;flex-direction:column;gap:2px;font-weight:500;text-overflow:ellipsis;overflow:hidden;cursor:pointer}section.service .service_container .service_card_wrapper .table-wrapper table tbody tr .detail .parallel-content span{color:#00000096;font-size:.7rem;font-weight:400;text-overflow:ellipsis;overflow:hidden}section.service .service_container .service_card_wrapper .table-wrapper::-webkit-scrollbar{width:5px;background:#fafafa}section.service .service_container .service_card_wrapper .table-wrapper::-webkit-scrollbar-thumb{width:5px;background:#ebebeb;border-radius:5px}.order-status{border:1px solid #e88930;width:fit-content;padding:5px 10px;font-size:.8rem;border-radius:5px;color:#e88930;display:flex;align-items:center;gap:5px}.order-status .circle{width:6px;height:6px;border-radius:50%;background:#e88930}.order-status.cancel{border-color:#d4001c;color:#d4001c}.order-status.cancel .circle{background:#d4001c}.order-status.complete{border-color:#1d9d53;color:#1d9d53}.order-status.complete .circle{background:#1d9d53}.order-status.upcoming{border-color:#7094f4;color:#7094f4}.order-status.upcoming .circle{background:#7094f4}.order-status.paused{border-color:#b48ead;color:#b48ead}.order-status.paused .circle{background:#b48ead}.order-status.progress{border-color:#6a0dad;color:#6a0dad}.order-status.progress .circle{background:#6a0dad}section.order-request-detail{width:100%;height:calc(100vh - 2rem);padding-left:1.3rem;display:flex;flex-direction:column}section.order-request-detail .detail-container{width:100%;flex-grow:1;overflow-y:auto;border-radius:19.35px;box-shadow:0 2px 30px 15px #2553b91a;margin-top:1rem;display:flex;flex-direction:column}section.order-request-detail .detail-container .detail_content1{width:100%;background:#fff;border-radius:19.35px;box-shadow:0 2px 30px 15px #2553b91a;padding:1.5rem}section.order-request-detail .detail-container .detail_content1 .detail1_top{width:100%;display:flex;align-items:center;justify-content:space-between}section.order-request-detail .detail-container .detail_content1 .detail1_top .detail1_left{width:fit-content;display:flex;align-items:center;gap:20px}section.order-request-detail .detail-container .detail_content1 .detail1_top .detail1_left .c{width:clamp(60px,8vw,75px);height:clamp(60px,8vw,75px);border-radius:50%;background:#336aff;display:flex;align-items:center;justify-content:center;font-size:clamp(1.2rem,4vw,1.5rem);font-weight:400;color:#fff;opacity:50%}section.order-request-detail .detail-container .detail_content1 .detail1_top .detail1_left .img-box{width:clamp(60px,8vw,75px);height:clamp(60px,8vw,75px);border-radius:50%}section.order-request-detail .detail-container .detail_content1 .detail1_top .detail1_left .img-box img{width:100%;height:100%;object-fit:cover;border-radius:50%}section.order-request-detail .detail-container .detail_content1 .detail1_top .detail1_left .df-text h2{font-weight:600;font-size:1.3rem}section.order-request-detail .detail-container .detail_content1 .detail1_top .detail1_left .df-text p{font-weight:400;font-size:.7rem;color:#0c1421;cursor:pointer}section.order-request-detail .detail-container .detail_content1 .detail1_top .detail1_right{display:flex;align-items:center;gap:10px}section.order-request-detail .detail-container .detail_content1 .detail1_top .detail1_right button{padding:.8rem 1.6rem;border:none;border-radius:50px;font-size:.8rem;cursor:pointer;font-weight:400;min-width:140px}section.order-request-detail .detail-container .detail_content1 .detail1_top .detail1_right button.not-interested{background:#ffa07a;color:#fff}section.order-request-detail .detail-container .detail_content1 .detail1_top .detail1_right button.bid{background:#0085db;color:#fff}section.order-request-detail .detail-container .detail_content1 .detail1_top .detail1_right button.upcoming{background:#2553b91a;color:#7094f4;border-radius:6px;font-weight:600}section.order-request-detail .detail-container .detail_content1 .detail1_top .detail1_right button.progress{background:#6a0dad21;color:#6a0dad;border-radius:6px;font-weight:600}section.order-request-detail .detail-container .order-details-container{width:100%;background:#fff;border-radius:19.35px;box-shadow:0 2px 30px 15px #2553b91a;margin-top:1rem;padding:2.5rem 1.5rem}section.order-request-detail .detail-container .order-details-container .order-details .order-details-header{background-color:#edeff1;padding:.4rem .8rem;font-weight:500}section.order-request-detail .detail-container .order-details-container .order-details .order-items{padding:2rem 1rem;display:flex;gap:2.9rem;align-items:center;flex-wrap:wrap}section.order-request-detail .detail-container .order-details-container .order-details .order-items .order-item{align-items:flex-start;display:flex;gap:8px}section.order-request-detail .detail-container .order-details-container .order-details .order-items .order-item .icon{width:15px}section.order-request-detail .detail-container .order-details-container .order-details .order-items .order-item .item-details .item-value{font-size:.8rem;font-weight:500}section.order-request-detail .detail-container .order-details-container .order-details .order-items .order-item .item-details .item-value button{background:none;border:none;color:#0085db;cursor:pointer}section.order-request-detail .detail-container .order-details-container .order-details .order-items .order-item .item-details .item-value button:disabled{cursor:not-allowed;opacity:.5}section.order-request-detail .detail-container .order-details-container .order-details .order-items .order-item .item-details .item-label{margin-top:2px;font-size:.8rem;color:#454545}section.order-request-detail .detail-container .order-details-container .order-details .order-items .order-item .item-details .item-label-certificate{margin-top:2px;font-size:.8rem;color:#0085db}section.order-request-detail .detail-container .order-details-container .order-details .order-items .order-item .item-details .dropdown-button{font-size:.8rem;font-weight:500;border:none;background:none;display:flex;align-items:center;cursor:pointer;gap:.4rem}section.order-request-detail .detail-container .order-details-container .order-details .order-items .order-item .item-details .dropdown-button i{font-size:.6rem}section.order-request-detail .detail-container .order-details-container .order-details .order-items--table{gap:1rem;flex-direction:column;align-items:flex-start}section.order-request-detail .detail-container .order-details-container .order-details .img{display:flex;gap:2rem;flex-wrap:wrap}section.order-request-detail .detail-container .order-details-container .order-details .img-item{border:2px solid #c8cdd2;border-radius:4px;background-size:cover;height:7rem;width:8rem;position:relative;cursor:pointer}section.order-request-detail .detail-container .order-details-container .order-details .img-item .image-caption{font-size:.7rem;padding:.5rem 0;color:#fff;position:absolute;bottom:0;display:flex;align-items:center;justify-content:center;width:100%;background-color:#00000080;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}section.order-request-detail .detail-container .order-details-container .order-details .img-item .image-caption span{max-width:90%;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}section.order-request-detail .detail-container .order-details-container .order-details .img-item.more-images .img-item-text-last{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;position:absolute;bottom:0;width:100%;height:100%;background-color:#00000080;cursor:pointer}section.order-request-detail .detail-container .order-details-container .order-details .img-item.more-images .img-item-text-last p{font-size:.7rem}section.order-request-detail .detail-container .order-details-container .order-details .img-item.more-images .img-item-text-last h4{font-size:.9rem;text-decoration:underline}section.order-request-detail .detail-container .order-details-container .order-details .img-item.no-image{background-color:#e6e6e6;color:#000;display:flex;flex-direction:column;align-items:center;justify-content:center}section.order-request-detail .detail-container .order-details-container .order-details .img-item.no-image p{font-size:.6rem}section.order-request-detail .detail-container .table-container{width:100%;background:#fff;box-shadow:0 2px 30px 15px #2553b91a;margin-top:1rem;border-radius:19.35px;flex-grow:1;display:flex;flex-direction:column}section.order-request-detail .detail-container .table-container--pause{width:50%;background:#fff;box-shadow:0 2px 30px 15px #2553b91a;border-radius:19.35px;flex-grow:1;display:flex;flex-direction:column;max-height:300px}section.order-request-detail .detail-container .table-details{overflow-y:auto;width:100%;flex-grow:1}section.order-request-detail .detail-container .table-details table{width:100%;border-collapse:collapse}section.order-request-detail .detail-container .table-details table thead{position:sticky;top:0;z-index:9}section.order-request-detail .detail-container .table-details table thead tr th{padding:1rem 1.4rem;background:#0083db2c;text-align:left;font-weight:600;font-size:.9rem;-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);text-transform:uppercase}section.order-request-detail .detail-container .table-details table thead tr th:nth-child(1){border-top-left-radius:5px}section.order-request-detail .detail-container .table-details table thead tr th:last-child{border-top-right-radius:5px}section.order-request-detail .detail-container .table-details table tbody tr{transition:background .3s ease}section.order-request-detail .detail-container .table-details table tbody tr:hover{background:#4f5d6e1f}section.order-request-detail .detail-container .table-details table tbody tr td{padding:1rem 1.4rem;border-bottom:2px solid rgba(0,133,219,.1019607843);font-size:.8rem;font-weight:400}section.order-request-detail .detail-container .table-details table tbody tr.total td{padding:.6rem .5rem;border-bottom:none;font-weight:600}section.order-request-detail .detail-container .table-details::-webkit-scrollbar{width:5px;background:#fafafa}section.order-request-detail .detail-container .table-details::-webkit-scrollbar-thumb{width:5px;background:#ebebeb;border-radius:5px}section.order-request-detail .detail-container::-webkit-scrollbar{display:none}section.profile{padding-left:1.3rem;width:100%;height:100%;display:flex;flex-direction:column}section.profile .profile-container{width:100%;overflow-y:auto;border-radius:19.35px;box-shadow:0 2px 30px 15px #2553b91a;margin-top:1rem;display:flex;flex-direction:column}section.profile .profile-container .detail_content1{width:100%;background:#fff;border-radius:19.35px;box-shadow:0 2px 30px 15px #2553b91a;padding:1.5rem}section.profile .profile-container .detail_content1 .detail1_top{width:100%;display:flex;align-items:center;justify-content:space-between}section.profile .profile-container .detail_content1 .detail1_top .detail1_left{width:fit-content;display:flex;align-items:center;gap:20px}section.profile .profile-container .detail_content1 .detail1_top .detail1_left .img-box{width:clamp(60px,8vw,75px);height:clamp(60px,8vw,75px);border-radius:50%}section.profile .profile-container .detail_content1 .detail1_top .detail1_left .img-box img{width:100%;height:100%;object-fit:cover;border-radius:50%}section.profile .profile-container .detail_content1 .detail1_top .detail1_left .c{width:clamp(60px,8vw,75px);height:clamp(60px,8vw,75px);border-radius:50%;background:#e88930;display:flex;align-items:center;justify-content:center;font-size:clamp(1.2rem,4vw,1.5rem);font-weight:400;color:#fff;opacity:50%}section.profile .profile-container .detail_content1 .detail1_top .detail1_left .df-text h2{font-weight:600;font-size:1.3rem}section.profile .profile-container .detail_content1 .detail1_top .detail1_left .df-text p{font-weight:400;font-size:.7rem;color:#0c1421}section.profile .profile-container .detail_content1 .detail1_top .detail1_right{display:flex;align-items:center;gap:10px}section.profile .profile-container .detail_content1 .detail1_top .detail1_right button{padding:.4rem .8rem;border:none;border-radius:50px;font-size:.8rem;cursor:pointer;font-weight:400}section.profile .profile-container .detail_content1 .detail1_top .detail1_right button.delete{background:#d4001c;color:#fff}section.profile .profile-container .detail_content1 .detail1_top .detail1_right button.edit{background:#0085db;color:#fff}section.profile .profile-container .detail_content1 .detail1_bottom{width:calc(100% - 150px);margin-top:1rem}section.profile .profile-container .detail_content1 .detail1_bottom .content-wrap{width:100%;display:flex;gap:10px;margin-bottom:10px}section.profile .profile-container .detail_content1 .detail1_bottom .content-wrap .content-text{width:50%;display:flex;align-items:center;gap:10px}section.profile .profile-container .detail_content1 .detail1_bottom .content-wrap .content-text .icon-wrapper{min-width:20px;min-height:20px;background:#0085db;color:#fff;font-size:.7rem;border-radius:50%;display:flex;align-items:center;justify-content:center}section.profile .profile-container .detail_content1 .detail1_bottom .content-wrap .content-text p{color:#454545;font-weight:400;font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}section.profile .profile-container .detail_content1 .detail1_bottom .content-wrap .content-text .kyc-button{background:#0085db;color:#fff;padding:.4rem .8rem;border:none;border-radius:50px;font-size:.8rem;font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:center}section.profile .profile-container .detail_content1 .detail1_bottom .content-wrap .content-text .kyc-button:disabled{opacity:.5;cursor:not-allowed}section.profile .profile-container .detail_content1 .detail1_bottom .content-wrap .content-text .kyc-button.verified{background:#20ae5c;cursor:auto}section.profile .profile-container .detail_content2{width:100%;background:#fff;border-radius:19.35px;box-shadow:0 2px 30px 15px #2553b91a;margin-top:1rem;padding:1.5rem}section.profile .profile-container .detail_content2 .form-wrap{width:100%;display:flex;margin-bottom:1rem;margin-top:2rem;gap:20px}section.profile .profile-container .detail_content2 .form-wrap .form-wrap{width:50%}section.profile .profile-container .detail_content2 .form-wrap .form-control{width:50%;display:flex;flex-direction:column}section.profile .profile-container .detail_content2 .form-wrap .form-control label{font-size:.8rem;margin-bottom:5px}section.profile .profile-container .detail_content2 .form-wrap .form-control .input-group{position:relative;display:flex;align-items:center}section.profile .profile-container .detail_content2 .form-wrap .form-control .input-group input,section.profile .profile-container .detail_content2 .form-wrap .form-control .input-group select{width:100%;height:40px;border:1px solid #b4b4b4;outline:none;padding:0rem 2rem 0rem .5rem;border-radius:5px}section.profile .profile-container .detail_content2 .form-wrap .form-control .input-group i{color:#b5b5b5}section.profile .profile-container .detail_content2 .form-wrap .form-control .input-group .toggle-password-btn{background:none;border:none;padding:0;cursor:pointer;position:absolute;right:10px;display:flex;align-items:center}section.profile .profile-container .detail_content2 .form-wrap .form-control .input-group .toggle-password{color:#b5b5b5;font-size:1.2rem}section.profile .profile-container .detail_content2 .form-wrap .form-control textarea{width:100%;height:60px;border:1px solid #b4b4b4;outline:none;padding:.5rem;border-radius:5px;resize:none}section.profile .profile-container .detail_content2 .form-wrap .form-control .input_contact{width:100%;display:flex;align-items:center;border:1px solid #b4b4b4;border-radius:5px}section.profile .profile-container .detail_content2 .form-wrap .form-control .input_contact select{width:60px;border:none;height:40px;padding:0 .5rem}section.profile .profile-container .detail_content2 .form-wrap .form-control .input_contact input{border:none;height:40px;padding:0 .5rem}section.profile .profile-container .detail_content2 .form-wrap .form-control .upload_field{width:100%;height:40px;display:flex;border:1px solid #b4b4b4;padding:.4rem;border-radius:5px;align-items:center;gap:10px;position:relative}section.profile .profile-container .detail_content2 .form-wrap .form-control .upload_field button{border:none;background:#0085db;padding:5px 10px;font-size:.65rem;border-radius:3px;color:#fff}section.profile .profile-container .detail_content2 .form-wrap .form-control .upload_field p{font-size:12px;color:#737373}section.profile .profile-container .detail_content2 .form-wrap .form-control .upload_field input{position:absolute;left:0;top:0;right:0;bottom:0;height:40px;opacity:0}section.profile .profile-container .detail_content2 .form-wrap .form-control .color_field{width:100%;height:40px;display:flex;border:1px solid #b4b4b4;padding:.4rem;border-radius:5px;align-items:center;justify-content:space-between}section.profile .profile-container .detail_content2 .form-wrap .form-control .color_field .one{display:flex;align-items:center;width:100%;gap:5px;position:relative}section.profile .profile-container .detail_content2 .form-wrap .form-control .color_field .one input{opacity:0;cursor:pointer}section.profile .profile-container .detail_content2 .form-wrap .form-control .color_field .one p{position:absolute;left:25px;font-size:.8rem;color:#737373}section.profile .profile-container .detail_content2 .form-wrap .form-control .color_field .box{width:16px;height:16px;border:1px solid #b4b4b4;border-radius:3px}section.profile .profile-container .detail_content2 .form-wrap .form-control .color_field span{color:#0c1421;font-size:.8rem;border-left:1px solid #d9d9d9;padding-left:.5rem}section.profile .profile-container .detail_content2 button{padding:.8rem 1.6rem;border:none;border-radius:50px;font-size:.8rem;cursor:pointer;font-weight:400}section.profile .profile-container .detail_content2 button:disabled{cursor:not-allowed;opacity:50%}section.profile .profile-container .detail_content2 button.password{background:#0085db;color:#fff}section.profile .profile-container .detail_content3{width:100%;background:#fff;border-radius:19.35px;box-shadow:0 2px 30px 15px #2553b91a;margin-top:1rem;padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}section.profile .profile-container .detail_content3 .profile-document-wrapper{width:100%;height:100%;display:flex;flex-wrap:wrap;gap:30px 40px;margin-top:1rem}section.profile .profile-container .detail_content3 .profile-document-wrapper .document-card{width:40%;height:fit-content;box-shadow:0 0 11.8px #0003;border-radius:5px}section.profile .profile-container .detail_content3 .profile-document-wrapper .document-card .doc-card-top{width:100%;display:flex;align-items:center;justify-content:space-between;background:#fdf3ea;padding:1rem;border-top-left-radius:5px;border-top-right-radius:5px}section.profile .profile-container .detail_content3 .profile-document-wrapper .document-card .doc-card-top h4{color:#595959;font-weight:600;font-size:clamp(.875rem,2vw,1rem)}section.profile .profile-container .detail_content3 .profile-document-wrapper .document-card .doc-card-top span{color:#e88930;display:flex;align-items:center;gap:5px;font-size:.9rem;font-weight:500}section.profile .profile-container .detail_content3 .profile-document-wrapper .document-card .doc-card-top span i{font-size:1rem}section.profile .profile-container .detail_content3 .profile-document-wrapper .document-card .doc-card-top span.reject{color:#d4001c}section.profile .profile-container .detail_content3 .profile-document-wrapper .document-card .doc-card-top span.approve{color:#0caf60}section.profile .profile-container .detail_content3 .profile-document-wrapper .document-card .doc-card-top button.upload{color:#0085db;cursor:pointer;display:flex;align-items:center;gap:5px;font-size:.9rem;font-weight:500;background:none;border:none}section.profile .profile-container .detail_content3 .profile-document-wrapper .document-card .doc-card-top button.upload i{font-size:1rem}section.profile .profile-container .detail_content3 .profile-document-wrapper .document-card .doc-content{width:100%;display:flex;align-items:center;justify-content:center;padding:1.5rem;gap:20px}section.profile .profile-container .detail_content3 .profile-document-wrapper .document-card .doc-content .doc-left{width:50%;position:relative}section.profile .profile-container .detail_content3 .profile-document-wrapper .document-card .doc-content .doc-left .img-box{width:100%;height:150px;background-color:#00000080;position:relative}section.profile .profile-container .detail_content3 .profile-document-wrapper .document-card .doc-content .doc-left .img-box img{width:100%;height:100%;object-fit:cover}section.profile .profile-container .detail_content3 .profile-document-wrapper .document-card .doc-content .doc-left .img-box .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease;z-index:2}section.profile .profile-container .detail_content3 .profile-document-wrapper .document-card .doc-content .doc-left .img-box .overlay .icon-wrapper{display:flex;gap:20px}section.profile .profile-container .detail_content3 .profile-document-wrapper .document-card .doc-content .doc-left .img-box .overlay .icon-wrapper button{background:#fff;border:none;border-radius:8px;padding:10px;cursor:pointer;transition:transform .2s ease;display:flex;align-items:center;justify-content:center}section.profile .profile-container .detail_content3 .profile-document-wrapper .document-card .doc-content .doc-left .img-box .overlay .icon-wrapper button i{color:#595959;font-size:1.3rem}section.profile .profile-container .detail_content3 .profile-document-wrapper .document-card .doc-content .doc-left .img-box .overlay .icon-wrapper button:hover{transform:scale(1.1)}section.profile .profile-container .detail_content3 .profile-document-wrapper .document-card .doc-content .doc-left .img-box .overlay .icon-wrapper button.disabled{cursor:not-allowed;opacity:.5}section.profile .profile-container .detail_content3 .profile-document-wrapper .document-card .doc-content .doc-left .img-box .overlay .icon-wrapper button.disabled:hover{transform:none}section.profile .profile-container .detail_content3 .profile-document-wrapper .document-card .doc-content .doc-left .img-box:hover .overlay{opacity:1}section.profile .profile-container .detail_content3 .profile-document-wrapper .document-card .doc-content .doc-left .doc-title{width:100%;height:40px;background:#595959;display:flex;align-items:center;justify-content:center;gap:10px;padding:0 .5rem;font-size:.8rem;color:#fff}section.profile .profile-container .detail_content3 .profile-document-wrapper .document-card .doc-content .doc-left .doc-title a{text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;cursor:pointer}section.profile .profile-container .detail_content3 .profile-document-wrapper .document-card .doc-content .doc-left .doc-title img{width:20px;height:20px;object-fit:contain}section.profile .profile-container::-webkit-scrollbar{display:none}section.profile .profile-container:has(.detail_content3){flex-grow:1}section.reviews-ratings{width:100%;height:100%;padding-left:1.3rem;display:flex;flex-direction:column}section.reviews-ratings .reviews{width:100%;background:#fff;border-radius:19.35px;box-shadow:0 2px 30px 15px #2553b91a;margin-top:1rem;padding:2rem;overflow-y:auto;flex-grow:1;display:flex;flex-direction:column}section.reviews-ratings .reviews .reviews-header{display:flex;justify-content:space-between;align-items:center}section.reviews-ratings .reviews .rating-top{width:100%;display:flex;gap:100px;padding:1.5rem 0;border-bottom:1px solid #e5e7e9}section.reviews-ratings .reviews .rating-top .rating-left{width:30%;border-right:2px solid #e5e7e9}section.reviews-ratings .reviews .rating-top .rating-left h3{font-weight:600;font-size:1.2rem;margin-bottom:.8rem}section.reviews-ratings .reviews .rating-top .rating-left h1{font-weight:700;font-size:1.5rem}section.reviews-ratings .reviews .rating-top .rating-right{width:70%}section.reviews-ratings .reviews .rating-top .rating-right h3{font-weight:600;font-size:1.2rem;margin-bottom:.8rem}section.reviews-ratings .reviews .rating-top .rating-right .rate{display:flex;align-items:center;gap:10px}section.reviews-ratings .reviews .rating-top .rating-right .rate span{font-weight:700;font-size:1.5rem}section.reviews-ratings .reviews .rating-top .rating-right .rate img{width:18px;height:18px;object-fit:cover}section.reviews-ratings .reviews .ratingCardWrapper{width:100%;display:flex;flex-direction:column;margin-top:1rem;overflow-y:auto}section.reviews-ratings .reviews .ratingCardWrapper .rating_card{width:100%;display:flex;border-bottom:1px solid #e5e7e9;padding:1.5rem 0}section.reviews-ratings .reviews .ratingCardWrapper .rating_card .rating_card_left{width:30%;display:flex;gap:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}section.reviews-ratings .reviews .ratingCardWrapper .rating_card .rating_card_left .badge_name{min-width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#336aff;color:#fff;font-size:1rem;opacity:.5}section.reviews-ratings .reviews .ratingCardWrapper .rating_card .rating_card_left h4{font-weight:500;font-size:1rem}section.reviews-ratings .reviews .ratingCardWrapper .rating_card .rating_card_right{width:70%}section.reviews-ratings .reviews .ratingCardWrapper .rating_card .rating_card_right .rate{display:flex;align-items:center;gap:10px}section.reviews-ratings .reviews .ratingCardWrapper .rating_card .rating_card_right .rate img{width:16px;height:16px;object-fit:cover}section.reviews-ratings .reviews .ratingCardWrapper .rating_card .rating_card_right .rate p{font-weight:600;font-size:.9rem;margin-top:1.5px}section.reviews-ratings .reviews .ratingCardWrapper .rating_card .rating_card_right p{margin-top:1rem;font-size:.8rem;width:80%;line-height:1.2rem;font-weight:500}section.reviews-ratings .reviews .ratingCardWrapper::-webkit-scrollbar{width:5px;background:#fafafa}section.reviews-ratings .reviews .ratingCardWrapper::-webkit-scrollbar-thumb{width:5px;background:#ebebeb;border-radius:5px}section.reviews-ratings .reviews::-webkit-scrollbar{display:none}.mobileMainMenu{display:none}@media (max-width: 900px){section.add_service_category .add_service_form{height:calc(100vh - 6.25rem)}section.add_service_category .add_service_form .form-wrap{flex-direction:column;gap:10px}section.add_service_category .add_service_form .form-wrap .form-wrap{width:100%;max-width:100%}section.add_service_category .add_service_form .form-wrap .form-control{width:100%;max-width:100%}section.profile .profile-container .detail_content3 .profile-document-wrapper .document-card{width:100%}section.profile .profile-container .detail_content1 .detail1_bottom{width:100%}section.order-request-detail .detail-container .table-container--pause{width:100%}}@media (max-width: 950px){section.service .service_container .service_top{flex-direction:column-reverse;gap:.5rem}section.service .service_container .service_top .dropdown,section.service .service_container .service_top .input_group,section.service .service_container .service_top .btn{width:100%}}@media (max-width: 800px){section.reviews-ratings .reviews .rating-top{flex-direction:column;gap:10px}section.reviews-ratings .reviews .rating-top .rating-left{width:100%;border-right:none}section.reviews-ratings .reviews .rating-top .rating-left h3{margin-bottom:.5rem}section.reviews-ratings .reviews .rating-top .rating-right{width:100%}section.reviews-ratings .reviews .rating-top .rating-right h3{margin-bottom:.5rem}section.reviews-ratings .reviews .ratingCardWrapper .rating_card{flex-direction:column;gap:15px;padding:1rem 0}section.reviews-ratings .reviews .ratingCardWrapper .rating_card .rating_card_left{width:100%}section.reviews-ratings .reviews .ratingCardWrapper .rating_card .rating_card_right{width:100%}section.reviews-ratings .reviews .ratingCardWrapper .rating_card .rating_card_right p{width:100%;text-align:justify}}@media (max-width: 768px){.desktopView{display:none}.mobileMainMenu{display:block;position:absolute;left:35px;top:36px;z-index:999}.mobileMainMenu .mobileView{width:320px}.mobileMainMenu.open{left:11px;top:16px}section.dashboard .dashboard_right{width:100%}section.dashboard .dashboard_right .dashboard_header{padding-left:40px}section.dashboard .dashboard_left.mobileView{display:block;width:280px;position:fixed;z-index:99;left:0;top:0;bottom:0}section.dashboard .dashboard_left.mobileView .dashboard_sidebar{z-index:1;position:relative;background:#fff}section.dashboard .dashboard_left.mobileView .shadow{position:fixed;z-index:0;background:#000000a8;top:0;left:0;bottom:0;right:0;height:100vh;width:100vw;border:none}section .dashboard_content,section .add_service_category,section .service,section .order-request-detail,section .profile,section .reviews-ratings,section .my-services{padding-left:0}.dashboard_wrapper .d_card{width:calc(50% - 1rem)}.ant-collapse .ant-collapse-item .ant-collapse-header .label_with_stars{flex-direction:column}.ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box .service_item{flex-direction:column;gap:1rem;align-items:flex-start}section.service .service_container .service_card_wrapper .table-wrapper{overflow:auto}section.service .service_container .service_card_wrapper .table-wrapper table{min-width:700px}section.order-request-detail .order-container .order-details .order-detail-left{width:100%}section.order-request-detail .order-container .order-details{flex-direction:column}section.order-request-detail .detail-container .order-details-container .order-details .order-items{flex-direction:column;align-items:flex-start;gap:2rem}.table-footer{flex-direction:column}.table-footer .one{width:100%}.table-footer .three{width:100%;padding-bottom:1rem}section.service .service_container .service_top{flex-direction:row}section.service .service_container .service_top .dropdown,section.service .service_container .service_top .input_group,section.service .service_container .service_top .btn{width:fit-content}}@media (max-width: 680px){section.service .service_container .service_top{flex-direction:column-reverse;gap:.5rem}section.service .service_container .service_top .dropdown,section.service .service_container .service_top .input_group,section.service .service_container .service_top .btn{width:100%}}@media (max-width: 600px){section.order-request-detail .detail-container .detail_content1 .detail1_top{flex-direction:column;align-items:flex-start;gap:1rem}section.order-request-detail .detail-container .detail_content1 .detail1_top .detail1_right{flex-direction:column;width:100%;align-items:flex-start}section.order-request-detail .detail-container .detail_content1 .detail1_top .detail1_right button{width:100%}section.profile .profile-container .detail_content1 .detail1_top .detail1_right{flex-direction:column}section.profile .profile-container .detail_content1 .detail1_top .detail1_right button{width:100%}}@media (max-width: 500px){.dashboard_wrapper .d_card{width:100%}section.add_service_category .add_service_form .form-wrap,section.profile .profile-container .detail_content2 .form-wrap{flex-direction:column;gap:10px}section.add_service_category .add_service_form .form-wrap .form-control,section.profile .profile-container .detail_content2 .form-wrap .form-control{width:100%;max-width:100%}.dashboard_header .links h2,.dashboard_header .links .link{font-size:.7rem}.dashboard_header .header_profile .header_content{display:none}section.order-request-detail .order-container .table-details{overflow:auto}section.order-request-detail .order-container .table-details table{min-width:500px}section.reviews-ratings .reviews .reviews-header{flex-direction:column;align-items:flex-start;gap:1rem}}.popUp{position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:9999}.popUp .msg{width:500px;padding:3.125rem;border-radius:10px;height:fit-content;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.popUp .msg img{width:60px;height:60px;object-fit:contain;margin-bottom:1rem}.popUp .msg h4{font-weight:700;font-size:1.3rem}.popUp .msg p{color:#595959;font-size:1rem;text-align:center}.popUp .msg button{width:100%;height:40px;border-radius:50px;border:none;color:#fff;margin-top:1rem;cursor:pointer}.successPop .msg h4{color:#0085db}.successPop .msg button{background:#0085db}.cancelPop .msg h4{color:#d4001c}.cancelPop .msg button{background:#d4001c}@media (max-width: 600px){.cancelPop .msg,.successPop .msg{padding:2rem 1rem;width:calc(100% - 1.875rem)}}.servicePop{position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:999}.servicePop .msg{width:90%;max-width:600px;padding:1.5rem;border-radius:10px;height:fit-content;background:#fff;display:flex;flex-direction:column}.servicePop .msg h2{color:#0c1421;font-weight:600;font-size:1.3rem;margin-bottom:.625rem}.servicePop .msg h3{color:#0c1421;font-weight:600;font-size:1.2rem;margin-bottom:.625rem}.servicePop .msg p{color:#0c142199;font-size:.85rem;font-weight:500}.servicePop .msg hr{margin:.5rem 0;border:.8px solid #e4e4e4}.servicePop .msg .pop-msg{margin-bottom:1rem}.servicePop .msg .services-form{overflow-y:auto;max-height:17rem}.servicePop .msg .services-form::-webkit-scrollbar{width:5px;background:#fafafa}.servicePop .msg .services-form::-webkit-scrollbar-thumb{width:5px;background:#ebebeb;border-radius:5px}.servicePop .msg h4{font-weight:500;font-size:1.1rem;margin-bottom:.5rem}.servicePop .msg .form-field{display:flex;align-items:center;width:100%;gap:5px;margin-bottom:.5rem}.servicePop .msg .form-field .form-group{width:50%;display:flex;flex-direction:column;align-items:stretch}.servicePop .msg .form-field .form-group .flexbox{display:flex;flex-direction:row;align-items:center;width:100%;justify-content:space-between;gap:8px}@media (max-width: 600px){.servicePop .msg .form-field .form-group .flexbox{flex-direction:column;align-items:start;gap:0}}.servicePop .msg .form-field .form-group .flexbox .label{font-weight:400;font-size:.8rem}.servicePop .msg .form-field .form-group .flexbox .input-group{width:60%;display:flex;align-items:center;border:1px solid #e4e4e4;padding:0 .5rem;margin-top:.5rem;border-radius:5px;height:40px}@media (max-width: 600px){.servicePop .msg .form-field .form-group .flexbox .input-group{width:100%}}.servicePop .msg .form-field .form-group .flexbox .input-group .input-prefix{display:flex;align-items:center;justify-content:center}.servicePop .msg .form-field .form-group .flexbox .input-group input{width:100%;height:100%;border:none;outline:none;padding-left:5px}.servicePop .msg .form-field .form-group .flexbox .input-group input:disabled{background-color:#f0f0f0!important}.servicePop .msg .form-field .form-group .flexbox .input-group .duration{width:20%;text-align:center;padding:0}.servicePop .msg .form-field .form-group .flexbox .input-group:has(input:disabled){background-color:#f0f0f0;opacity:.7;cursor:not-allowed}.servicePop .msg .form-field .form-group .error{color:red;font-size:11px;margin-top:.25rem;height:14px;visibility:hidden}.servicePop .msg .form-field .form-group .error-show{visibility:visible}.servicePop .msg .set{width:fit-content;display:flex;align-items:center;gap:10px;margin-top:1rem}.servicePop .msg button{background:#0085db;width:50%;padding:.5rem 1.5rem;border-radius:3.125rem;border:none;color:#fff;cursor:pointer}.servicePop .msg button:disabled{cursor:not-allowed;opacity:50%}.servicePop .msg button.cancel{background:#fb977d}.servicePop .msg .modal-select{display:flex;width:100%;flex-direction:column;gap:.4rem;margin-top:2rem}.servicePop .msg .modal-select p{color:#000;font-size:.8rem}.servicePop .msg .modal-select .error{color:red;font-size:.688rem;margin-top:2px}.servicePop .msg .modal-select .ant-select-selector{border:1px solid #ccc!important;border-radius:4px!important;padding:10px!important;font-size:14px;display:flex;align-items:center;justify-content:space-between}.custom-select-option{display:flex;justify-content:space-between;align-items:center;text-align:left;gap:10px;font-size:12px;cursor:pointer;transition:background-color .2s}.custom-select-option .role{color:#737373}.pausePop{position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:999}.pausePop .msg{width:90%;max-width:37.5rem;padding:1.5rem;border-radius:.625rem;height:fit-content;background:#fff;display:flex;flex-direction:column}.pausePop .msg h3{color:#0c1421;font-weight:600;font-size:1.1rem;margin-bottom:.625rem}.pausePop .msg .pop-msg{color:#0c142199;font-size:.85rem;font-weight:500;margin-bottom:1rem}.pausePop .msg .input-group{width:100%;display:flex;flex-direction:column;align-items:flex-start;margin-top:.5rem}.pausePop .msg .input-group input{width:100%;border:1px solid #e4e4e4;outline:none;padding:0 .5rem;border-radius:5px;height:2.5rem}.pausePop .msg .set{width:100%;display:flex;align-items:center;gap:10px;margin-top:1rem}.pausePop .msg button{background:#0085db;padding:.5rem 1.5rem;border-radius:3.125rem;border:none;color:#fff;cursor:pointer}.pausePop .msg button:disabled{cursor:not-allowed;opacity:50%}.pausePop .msg button.cancel{background:#fb977d}.modal{position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:999}.modal__content{width:90%;max-width:750px;background:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 4px 6px #0000001a}.modal__title{font-size:1.5rem;font-weight:600;color:#d60000;margin-bottom:.5rem}.modal__description{font-size:1rem;color:#555;margin-bottom:1.5rem}.modal__warning{display:flex;align-items:flex-start;gap:1rem;background:#ffe6e6;padding:1rem;margin-bottom:1.5rem;border-left:#d60000 8px solid;font-size:.8rem}.modal__warning-info{display:flex;flex-direction:column;color:#d60000;width:100%}.modal__warning-info p{font-weight:500;margin-bottom:.5rem}.modal__warning-info ul{list-style-position:inside;height:100px;overflow-y:auto}.modal__warning-info ul::-webkit-scrollbar{width:5px;background:#fafafa}.modal__warning-info ul::-webkit-scrollbar-thumb{width:5px;background:#ebebeb;border-radius:5px}.modal__warning-info ul li{margin:.8rem 0 0}.modal__form-label{display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.modal__form-textarea{width:100%;padding:.8rem;border:1px solid #ccc;border-radius:5px;font-size:1rem;resize:none;min-height:100px;outline:none}.modal__form-checkbox{display:flex;align-items:center;gap:.5rem;margin-top:1rem;font-size:.9rem;color:#333}.modal__form-checkbox input{width:1rem;height:1rem;cursor:pointer}.modal__form-checkbox label{cursor:pointer}.modal__actions{display:flex;gap:1rem;margin-top:2rem;width:fit-content}.modal__actions-button{color:#fff;padding:.7rem 1.5rem;border-radius:50px;border:none;width:fit-content;font-size:1rem;cursor:pointer;transition:background .3s ease}.modal__actions-button--cancel{background:#fb977d}.modal__actions-button--confirm{background:#d60000}.modal__actions button:disabled{cursor:not-allowed;opacity:50%}.confirm-modal__backdrop{position:fixed;width:100%;height:100%;top:0;left:0;background:#0009;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:999}.confirm-modal__content{background:#fff;border-radius:1.25rem;width:25rem;max-width:90%;padding:1.25rem;text-align:center;box-shadow:0 .25rem .5rem #0000001a;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.confirm-modal__icon{width:1.875rem;height:auto}.confirm-modal__title{font-size:1rem;font-weight:700}.confirm-modal__message{font-size:1rem;color:#555}.confirm-modal__actions{display:flex;flex-direction:column;justify-content:space-between;width:80%}.confirm-modal__button{padding:.625rem 1.25rem;border-radius:2.813rem;border:none;cursor:pointer;font-size:.8rem}.confirm-modal__button--cancel{text-decoration:underline;background:none}.confirm-modal__button--confirm{background:#d4001c;color:#fff}.gallery-container{position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:999}.gallery-container .gallery{position:relative;width:clamp(18rem,80%,55rem);height:80%;max-height:37.5rem;padding:1.5rem;border-radius:.625rem;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.gallery-container .gallery .details{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.3rem;margin-bottom:1rem}.gallery-container .gallery .details button{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center}.gallery-container .gallery .details button img{background-color:#59595934;border-radius:50%;padding:.4rem}.swiper{width:100%;height:18.75rem;margin-left:auto;margin-right:auto}.swiper-slide{background-size:cover;background-position:center}.mySwiper2{position:relative;height:100%;width:95%;border-radius:.5rem}.mySwiper{height:20%;width:50%;box-sizing:border-box;padding:.625rem 0;margin-top:1rem}@media (max-width: 1024px){.mySwiper{width:70%}}@media (max-width: 768px){.mySwiper{width:80%}}@media (max-width: 480px){.mySwiper{width:90%}}.mySwiper .swiper-slide{width:25%;height:100%}.mySwiper .swiper-slide-thumb-active{opacity:1;border:2px solid #0085db;padding:.2rem;border-radius:2px}.swiper-slide img{display:block;width:100%;height:100%;object-fit:contain}.mySwiper .swiper-slide img{border:.96px solid #0c1421;border-radius:2px}.mySwiper2 .swiper-slide img{border:.375rem solid rgba(0,0,0,.7254901961);border-radius:.5rem}.custom-nav-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:2.5rem;height:2.5rem;background-color:#fff;color:#000;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px #0000004d;cursor:pointer;transition:all .3s ease}.custom-nav-btn:hover{background-color:#0085db;color:#fff}.custom-nav-btn i{font-size:1.25rem}.custom-nav-btn.left{left:1.25rem}.custom-nav-btn.right{right:1.25rem}.backgroundOverlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:999;pointer-events:none}.toast{position:fixed;display:flex;justify-content:center;align-items:center;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;padding:.938rem;border-radius:.5rem;box-shadow:0 .25rem .375rem #0003;gap:.625rem;transition:opacity .5s ease,transform .5s ease;opacity:0;max-width:18.75rem;width:calc(100% - 2.5rem);animation:toastIn .5s forwards}.toast.toastSuccess{background-color:#e0eaf7;border-top:5px solid #0085db}.toast.toastSuccess i{font-size:2rem;color:#0085db}.toast.toastSuccess h4{color:#0085db}.toast.toastFailure{background-color:#fdeaea;border-top:5px solid #d4001c}.toast.toastFailure i{font-size:2rem;color:#d4001c}.toast.toastFailure h4{color:#d4001c}.toast.toastWarning{background-color:#fff8e1;border-top:5px solid #f9a825}.toast.toastWarning i{font-size:2rem;color:#f9a825}.toast.toastWarning h4{color:#f9a825}.toast.toastDefault{background-color:#e0f3f8;border-top:5px solid #007bb5}.toast.toastDefault i{font-size:2rem;color:#007bb5}.toast.toastDefault h4{color:#007bb5}.toast .toastMessage{display:flex;align-items:center;gap:.625rem}.toast .toastMessage div{display:flex;flex-direction:column}.toast .toastMessage div h4{font-size:1.1rem;font-weight:600;margin:0}.toast .toastMessage div p{font-size:.9rem;margin:5px 0 0;color:#595959}@keyframes toastIn{0%{opacity:0;transform:translate(-50%,40%)}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes toastOut{0%{opacity:1;transform:translate(-50%,-50%)}to{opacity:0;transform:translate(-50%,40%)}}@media (max-width: 600px){.toast{max-width:calc(100% - 1.25rem)}.toast .toastMessage i{font-size:1.8rem}.toast .toastMessage div h4{font-size:1rem}.toast .toastMessage div p{font-size:.8rem}}.toast.fadeOut{animation:toastOut .5s forwards}.docPop{position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:999}.docPop .msg{width:90%;max-width:600px;padding:1.5rem;border-radius:10px;height:fit-content;background:#fff;display:flex;flex-direction:column;position:relative}.docPop .msg .close-btn{position:absolute;top:10px;right:10px;font-size:1.5rem;color:#000;background:none;border:none;cursor:pointer}.docPop .msg h4{font-size:1.1rem;margin-bottom:10px}.docPop .msg .upload-container{position:relative;padding:2rem 0}.docPop .msg .upload-container .upload-box{display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px dashed rgba(39,116,207,.3019607843);border-radius:8px;padding:20px;text-align:center;background-color:#2773cf23;cursor:pointer}.docPop .msg .upload-container .upload-box:has(input:focus){border-color:#2774cf;background-color:#2773cf40}.docPop .msg .upload-container .upload-box .supported-formats{font-weight:400;font-size:.8rem;color:#737373}.docPop .msg .upload-container .upload-box p{margin:.5rem 0;font-weight:800}.docPop .msg .upload-container .upload-box p span{color:#0085db;text-decoration:underline;cursor:pointer}.docPop .msg .upload-container .upload-box .file-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.docPop .msg .file-list{margin:1rem 0;display:flex;flex-direction:column;gap:.6rem}.docPop .msg .file-list h5{font-size:1rem;margin-bottom:1rem}.docPop .msg .file-list .file-item .file-details{display:flex;justify-content:space-between;align-items:center;border:1px solid #0085db;border-radius:8px;padding:.75rem}.docPop .msg .file-list .file-item .file-details .remove-icon{cursor:pointer;background:none;border:none}.docPop .msg .buttons{display:flex;gap:10px;margin-top:1rem}.docPop .msg .buttons button{padding:.5rem 1.5rem;border-radius:50px;border:none;color:#fff;cursor:pointer}.docPop .msg .buttons button.cancel{color:#0c1421;border:1px solid #0c1421;background:none}.docPop .msg .buttons button.upload{background:#0085db}.docPop .msg .buttons button:disabled{opacity:50%;cursor:not-allowed}.notifications{width:100%;max-width:25rem;padding:5px 0}.notifications__header{display:flex;flex-direction:column;padding:.75rem}.notifications__header__group{display:flex;width:100%;justify-content:space-between;align-items:center;margin-bottom:.625rem}.notifications__header__group-title{font-size:1.125rem;font-weight:700}.notifications__header__group-mark{font-size:.75rem;color:#007bff;background:none;border:none;cursor:pointer;font-weight:400;transition:color .3s ease}.notifications__header__group-mark:disabled{cursor:not-allowed;color:gray}.notifications__list{display:flex;flex-direction:column;margin-top:.75rem;max-height:18.75rem;overflow-y:auto}.notifications__list::-webkit-scrollbar{width:5px;background:#fafafa}.notifications__list::-webkit-scrollbar-thumb{width:5px;background:#dedede;border-radius:5px}.notifications .no-notification-message{margin:auto;text-align:center;font-size:.8rem}.notifications__item{display:flex;padding:.75rem;align-items:center;border:none;border-bottom:1px solid #e0e0e0;cursor:pointer;text-align:left;background:none;transition:background .3s ease}.notifications__item--unread{background:#b0c2ff6b}.notifications__profile{margin-right:.75rem}.notifications__profile-img{width:2.5rem;height:2.5rem;border-radius:50%;object-fit:cover}.notifications__content{flex-grow:1;font-size:.875rem;color:#333}.notifications__content__action{font-weight:400}.notifications__content__comment{font-style:italic;color:#555;margin-top:.25rem}.notifications__time-ago{font-size:.75rem;color:#888;margin-left:.625rem}.notifications__load-more{width:100%;padding:.625rem;background:none;color:#000;border:none;border-radius:5px;cursor:pointer;margin-top:.75rem}.notifications__load-more:disabled{cursor:not-allowed;opacity:.5}.notifications .notifications__empty-msg{text-align:center;color:#666}@media (max-width: 480px){.notifications{max-width:100%;padding:.75rem}}.imagePop{position:fixed;width:100%;height:100%;top:0;left:0;background:#0009;-webkit-backdrop-filter:blur(.313rem);backdrop-filter:blur(.313rem);display:flex;align-items:center;justify-content:center;z-index:999}.imagePop .msg{width:90%;max-width:37.5rem;padding:1.5rem;border-radius:.625rem;background:#fff;display:flex;flex-direction:column;position:relative}.imagePop .msg h4{font-size:1.1rem;margin-bottom:.625rem}.imagePop .msg p{color:#0c142199;font-size:.8rem}.imagePop .msg .upload-container{position:relative;padding:2rem 0}.imagePop .msg .upload-container .upload-box{display:flex;flex-direction:column;align-items:center;justify-content:center;border:.125rem dashed rgba(39,116,207,.3019607843);border-radius:.5rem;padding:1.875rem;text-align:center;background-color:#eef1f7;cursor:pointer}.imagePop .msg .upload-container .upload-box img{width:3.125rem;height:3.125rem}.imagePop .msg .upload-container .upload-box .supported-formats{font-weight:400;font-size:.8rem;color:#737373}.imagePop .msg .upload-container .upload-box p{margin:.5rem 0;font-weight:800;color:#000}.imagePop .msg .upload-container .upload-box p span{color:#0085db;text-decoration:underline;cursor:pointer}.imagePop .msg .upload-container .upload-box .file-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.imagePop .msg .buttons{display:flex;width:60%;gap:.625rem;margin-top:1rem}.imagePop .msg .buttons button{padding:.5rem 1.5rem;border-radius:3.125rem;border:none;color:#fff;cursor:pointer;width:50%}.imagePop .msg .buttons button.cancel{color:#fff;background:#fb977d}.imagePop .msg .buttons button.upload{background:#0085db}.imagePop .msg .buttons button:disabled{opacity:50%;cursor:not-allowed}.otpModal{position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(.313rem);backdrop-filter:blur(.313rem);display:flex;align-items:center;justify-content:center;z-index:999}.otpModal .msg{width:90%;max-width:37.5rem;padding:1.5rem;border-radius:.625rem;height:fit-content;background:#fff;display:flex;flex-direction:column}.otpModal .msg h4{color:#0c1421;font-weight:600;font-size:1.1rem;margin-bottom:.625rem}.otpModal .msg p{color:#0c142199;font-size:.85rem}.otpModal .msg h6{color:#595959;font-weight:500;font-size:.85rem;margin-bottom:1.5rem;margin-top:1.8rem}.otpModal .msg .set{width:60%;display:flex;align-items:center;gap:.625rem;margin-top:2rem;margin-bottom:2rem}.otpModal .msg button{background:#0085db;width:50%;padding:.8rem 1.5rem;border-radius:3.125rem;border:none;color:#fff;cursor:pointer}.otpModal .msg button:disabled{cursor:not-allowed;opacity:50%}.otpModal .msg button.cancel{background:#fb977d}.ant-modal-content{border-radius:3.1px!important}.ant-modal-wrap{-webkit-backdrop-filter:blur(5px)!important;backdrop-filter:blur(5px)!important;background:#0000004d!important}.video-call-modal h3{font-size:18px;font-weight:500}.video-call-modal .video-call-content{display:flex;align-items:center;gap:8px;margin:12px 0}.video-call-modal .video-call-content .zoom-icon{width:40px;height:40px}.video-call-modal .video-call-content p{font-size:16px;color:#555}.video-call-modal .modal-actions{display:flex;justify-content:flex-end;gap:8px}.video-call-modal .modal-actions .cancel-btn{border:.78px solid #d4001c;color:#d4001c;background:transparent;border-radius:3.1px}.video-call-modal .modal-actions .cancel-btn:hover,.video-call-modal .modal-actions .cancel-btn:focus{background:transparent!important;color:#d4001c!important;border-color:#d4001c!important;box-shadow:none!important}.video-call-modal .modal-actions .continue-btn{background:#676767;color:#fff;border-radius:6.21px}.video-call-modal .modal-actions .continue-btn:hover,.video-call-modal .modal-actions .continue-btn:focus{background:#676767!important;color:#fff!important;box-shadow:none!important}.floating-kyc-reminder{position:fixed;bottom:30px;right:30px;background-color:#fff4e5;color:#d48c00;padding:12px 16px;border-radius:8px;box-shadow:0 4px 6px #0000001a;display:flex;align-items:center;gap:10px;font-size:14px;max-width:450px}.floating-kyc-reminder .kyc-link{text-decoration:underline;color:#d48c00;font-weight:600;cursor:pointer;transition:color .3s;background:none;border:none}.floating-kyc-reminder .kyc-link:hover{color:#a86c00}.floating-kyc-reminder .kyc-close{background:transparent;border:none;cursor:pointer;font-size:18px;color:#d48c00}.floating-kyc-reminder .kyc-close:hover{color:#a86c00}@media (max-width: 768px){.floating-kyc-reminder{max-width:260px}}@media (max-width: 480px){.floating-kyc-reminder{width:90%;max-width:280px}}.pagination{font-family:var( --pagination-font-family, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" );font-weight:var(--pagination-font-weight, 400);line-height:var(--pagination-line-height, 1.5);display:flex;padding-left:0;margin-top:var(--pagination-margin-top, 0);margin-bottom:var(--pagination-margin-bottom, 0);list-style:none;justify-content:var( --pagination-justify-content, var(--pagination-justify-content-fb) )}.pagination .page-link{position:relative;display:block;padding:var(--pagination-padding-y, .375rem) var(--pagination-padding-x, .75rem);font-size:var(--pagination-font-size, 1rem);color:var(--pagination-color, #0d6efd);text-decoration:none;background-color:var(--pagination-bg, #fff);border:var(--pagination-border-width, 1px) solid var(--pagination-border-color, #dee2e6);border-radius:var(--pagination-border-radius, .375rem);margin:0 var(--pagination-item-margin-x, .2rem);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.pagination .page-link{transition:none}}.pagination .page-link:hover{z-index:2;color:var(--pagination-hover-color, #0a58ca);background-color:var(--pagination-hover-bg, #e9ecef);border-color:var( --pagination-hover-border-color, var(--pagination-border-color, #dee2e6) )}.pagination .page-link:focus{z-index:3}.pagination .active>.page-link{z-index:3;color:var(--pagination-active-color, var(--pagination-bg, #fff));background-color:var(--pagination-active-bg, var(--pagination-color, #0d6efd));border-color:var( --pagination-active-border-color, var(--pagination-active-bg, var(--pagination-color, #0d6efd)) )}.pagination .disabled>.page-link{color:var(--pagination-disabled-color, #6c757d);pointer-events:none;background-color:var(--pagination-disabled-bg, var(--pagination-bg, #fff));border-color:var( --pagination-disabled-border-color, var(--pagination-border-color, #dee2e6) )}.pagination.justify-content-start{--pagination-justify-content-fb: flex-start}.pagination.justify-content-end{--pagination-justify-content-fb: flex-end}.pagination.justify-content-center{--pagination-justify-content-fb: center}.pagination .active>.page-link{background:#4f5d6e1f!important;border-color:transparent!important;color:#0085db!important;font-weight:500!important;border-radius:.5rem!important}.pagination .page-link{padding:0rem!important;font-size:.75rem!important;width:2rem!important;height:2rem!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#999!important;border:1px solid white!important}.custom-pagination .pagination .active>.page-link{background:#0085db!important;color:#fff!important}.custom-pagination .pagination .page-link{color:#0085db!important}.custom-pagination .next span{border-color:#fff!important}.custom-pagination .next span i{font-size:1.5rem;color:#0085db!important}@media (max-width: 768px){.pagination .page-link{width:1.5rem!important;height:1.5rem!important}}.next span{border-color:#fff!important}.next span i{font-size:1.5rem;color:#999!important}.next a{border-color:#fff!important}.next a i{font-size:1.5rem;color:#999!important}.ant-picker-input>input::placeholder{color:#888!important}.ant-picker-input>input[disabled]{color:#000!important}.ant-picker-disabled{background-color:#f0f0f0!important;opacity:.7!important;cursor:not-allowed!important}.custom-date-picker{width:100%!important;padding:0!important;box-shadow:none!important;border:none!important}@media (max-width: 768px){.custom-datepicker-popup{top:10px!important}}.custom-dropdown .ant-dropdown-menu{max-height:200px;overflow-y:auto}.custom-dropdown .ant-dropdown-menu .calendar-icon{margin-right:8px;color:#0085db}.custom-dropdown .ant-dropdown-menu::-webkit-scrollbar{width:5px;background:#fafafa}.custom-dropdown .ant-dropdown-menu::-webkit-scrollbar-thumb{width:5px;background:#ebebeb;border-radius:5px}.custom-triangle{font-size:.65rem;color:#000}.messageContainer{display:flex;justify-content:space-between;align-items:flex-start;gap:1.25rem;margin-top:1rem}.messageContainer_item{display:flex;flex-direction:column;gap:.938rem;padding:1.25rem;background:#fff;flex:1 1 40%;max-width:28%;box-shadow:0 .125rem 1.875rem #2553b91a;border-radius:1.188rem;height:calc(100vh - 110px)}.messageContainer_item_group{position:relative}.messageContainer_item_group_searchbox{width:100%;padding:.475rem 2rem;border:.86px solid #c8cdd2;border-radius:.5rem;background:url("data:image/svg+xml,%3csvg%20width='18'%20height='19'%20viewBox='0%200%2018%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='8.8786'%20cy='9.29925'%20r='7.73016'%20stroke='%23999999'%20stroke-width='1.29'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M14.2578%2015.0771L17.2885%2018.0999'%20stroke='%23999999'%20stroke-width='1.29'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat .625rem center;background-size:.8rem;outline:none}.messageContainer_item_group_searchbox_clear{position:absolute;right:.625rem;top:50%;transform:translateY(-50%);cursor:pointer;opacity:.7;transition:opacity .2s ease-in-out;background:none;border:none}.messageContainer_item_chatList{display:flex;flex-direction:column;gap:1.875rem;padding:.813rem 0px;flex-grow:1;overflow-y:auto;overflow-x:hidden}.messageContainer_item_chatList::-webkit-scrollbar{width:5px;background:#fafafa}.messageContainer_item_chatList::-webkit-scrollbar-thumb{width:5px;background:#ebebeb;border-radius:5px}.messageContainer_item_chatList_chatItem{cursor:pointer;border-bottom:1px solid rgb(237,239,241);border-radius:.625rem;padding:.6rem .6rem 1rem;display:flex;align-items:flex-start;justify-content:start;gap:.625rem;flex-direction:column}.messageContainer_item_chatList_chatItem_profile{display:flex;align-items:center;width:100%;gap:.625rem;justify-content:space-between}.messageContainer_item_chatList_chatItem_footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;width:100%}.messageContainer_item_chatList_chatItem_footer .messageHeading{font-size:.75rem;font-weight:500}.messageContainer_item_chatList_chatItem_footer .redIcon{width:.625rem;height:.625rem;background-color:red;border-radius:50%}.messageContainer_item_chatList_chatItem_footer .greenIcon{width:.625rem;height:.625rem;background-color:green;border-radius:50%}.messageContainer_item_chatList_chatItem_logo--img{width:2.5rem;height:2.5rem;border-radius:50%}.messageContainer_item_chatList_chatItem_logo--name{width:2.5rem;height:2.5rem;padding:.6rem;border-radius:50%;background:#336aff;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:400;color:#fff;opacity:50%}.messageContainer_item_chatList_chatItem_group{display:flex;justify-content:space-between;width:100%;overflow:hidden}.messageContainer_item_chatList_chatItem_group_text h4{font-size:.875rem;color:#0c1421;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.messageContainer_item_chatList_chatItem_group_text p{font-size:.75rem;color:#737373;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.messageContainer_item_chatList_chatItem_group .name-message{flex:1;min-width:0;overflow:hidden}.messageContainer_item_chatList_chatItem_group .time{flex-shrink:0;white-space:nowrap;margin-left:.625rem;color:#737373}.messageContainer_chat_info{display:flex;flex-direction:column;flex:2 1 75%;max-width:75%;background:#fff;box-shadow:0 .125rem 1.875rem #2553b91a;border-radius:1.25rem;height:calc(100vh - 110px);overflow:hidden}.messageContainer_chat_info_header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 2.125rem;border-bottom:1px solid #c8cdd2}.messageContainer_chat_info_header_profileDetails{display:flex;align-items:center;gap:.625rem}.messageContainer_chat_info_header_profileDetails .backButton{cursor:pointer;width:2.5rem;height:2.5rem;padding:.6rem;background:#e6e6e6;color:#000;border-radius:50%;border:none;font-size:1rem}.messageContainer_chat_info_header_profileDetails h3,.messageContainer_chat_info_header_profileDetails p{font-size:.875rem}.messageContainer_chat_info_header_profileDetails .order{font-weight:600}.messageContainer_chat_info_header_profileDetails .order-no{color:#0085db}.messageContainer_chat_info_header_profileDetails_logo{width:2.5rem;height:2.5rem;border-radius:50%;position:relative;display:flex;align-items:center;justify-content:center}.messageContainer_chat_info_header_profileDetails_logo:after{content:"";position:absolute;bottom:-.125rem;right:-.125rem;width:.625rem;height:.625rem;border-radius:50%}.messageContainer_chat_info_header_profileDetails_logo.active:after{background-color:green;border:.125rem solid #fff}.messageContainer_chat_info_header_profileDetails_logo.inactive:after{background-color:red;border:.125rem solid #fff}.messageContainer_chat_info_header_profileDetails_logo--img{width:100%;height:100%;border-radius:50%}.messageContainer_chat_info_header_profileDetails_logo--name{width:100%;height:100%;font-size:1rem;font-weight:400;color:#fff;opacity:50%;border-radius:50%;padding:.6rem;background:#336aff}.messageContainer_chat_info_header_icons{display:flex;align-items:center;gap:1.75rem}.messageContainer_chat_info_header_icons button{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center}.messageContainer_chat_info_header_icons button:disabled{cursor:not-allowed;opacity:.5}.messageContainer_chat_info_allChats{display:flex;flex-direction:column;gap:.625rem;overflow-y:auto;padding:1.25rem 0;padding:1.25rem 2.125rem;flex-grow:1}.messageContainer_chat_info_allChats .dateTag{display:flex;justify-content:center;align-items:center;margin:.938rem 0;color:#000;font-size:.8rem;font-weight:500;position:relative}.messageContainer_chat_info_allChats .dateTag span{background:#fff;padding:5px .625rem;border-radius:.5rem;box-shadow:0 .125rem .375rem #0000001a}.messageContainer_chat_info_allChats::-webkit-scrollbar{width:5px;background:#fafafa}.messageContainer_chat_info_allChats::-webkit-scrollbar-thumb{width:5px;background:#ebebeb;border-radius:5px}.messageContainer_chat_info_allChats .chatMessage{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:.938rem;max-width:60%}.messageContainer_chat_info_allChats .chatMessage.chatMessage_sender{align-self:flex-end;align-items:flex-end}.messageContainer_chat_info_allChats .chatMessage .chatMessage_bubble{border-radius:.625rem;padding:.625rem .938rem;word-wrap:break-word;overflow-wrap:break-word;position:relative;color:#fff}.messageContainer_chat_info_allChats .chatMessage .chatMessage_bubble .chatMessage_text{margin:0;white-space:pre-wrap;word-wrap:break-word}.messageContainer_chat_info_allChats .chatMessage .chatMessage_bubble.receiver{background-color:#98b4ff}.messageContainer_chat_info_allChats .chatMessage .chatMessage_bubble.sender{background-color:#0085db}.messageContainer_chat_info_allChats .chatMessage .chatImage_bubble{padding:.625rem;border-radius:.625rem;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;width:100%;max-width:18.75rem;height:auto}.messageContainer_chat_info_allChats .chatMessage .chatImage_bubble img{width:100%;height:auto;object-fit:cover;border-radius:.625rem;margin-bottom:5px;cursor:pointer}.messageContainer_chat_info_allChats .chatMessage .chatImage_bubble .text{font-size:.875rem;color:#000;word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap;text-align:left;margin:0;word-break:break-word;margin-top:.4rem}.messageContainer_chat_info_allChats .chatMessage .chatImage_bubble.receiver{background-color:#f7f7f7}.messageContainer_chat_info_allChats .chatMessage .chatImage_bubble.sender{background-color:#e0e0e0}.messageContainer_chat_info_allChats .chatMessage .chatFile_bubble{display:flex;flex-direction:column;border-radius:.625rem;padding:.625rem;max-width:80%;cursor:pointer}.messageContainer_chat_info_allChats .chatMessage .chatFile_bubble.receiver{background-color:#f7f7f7}.messageContainer_chat_info_allChats .chatMessage .chatFile_bubble.sender{background-color:#e0e0e0}.messageContainer_chat_info_allChats .chatMessage .chatFile_bubble .fileContainer{display:flex;flex-direction:column;color:#333;cursor:pointer}.messageContainer_chat_info_allChats .chatMessage .chatFile_bubble .fileContainer .filePreview{display:flex;align-items:center;justify-content:center;background-color:#d3d3d3;width:3.125rem;height:3.125rem;border-radius:.5rem;margin-right:.625rem}.messageContainer_chat_info_allChats .chatMessage .chatFile_bubble .fileContainer .filePreview img{width:1.875rem;height:auto}.messageContainer_chat_info_allChats .chatMessage .chatFile_bubble .fileContainer .fileDetails{display:flex;flex-direction:column;justify-content:center}.messageContainer_chat_info_allChats .chatMessage .chatFile_bubble .fileContainer .fileDetails .fileName{font-size:.9rem;font-weight:700;color:#000;margin-bottom:.25rem;word-break:break-all}.messageContainer_chat_info_allChats .chatMessage .chatFile_bubble .text{font-size:.875rem;color:#000;word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap;text-align:left;margin:0;word-break:break-word;margin-top:.4rem}.messageContainer_chat_info_allChats .chatMessage .chatInvite_bubble{display:flex;flex-direction:column;border-radius:.625rem;padding:.625rem;max-width:80%;cursor:pointer}.messageContainer_chat_info_allChats .chatMessage .chatInvite_bubble.receiver{background-color:#f7f7f7}.messageContainer_chat_info_allChats .chatMessage .chatInvite_bubble.sender{background-color:#e0e0e0}.messageContainer_chat_info_allChats .chatMessage .chatInvite_bubble .linkContainer{display:flex;flex-direction:column;color:#333;cursor:pointer}.messageContainer_chat_info_allChats .chatMessage .chatInvite_bubble .linkContainer i{font-size:1.2rem}.messageContainer_chat_info_allChats .chatMessage .chatInvite_bubble .linkContainer .text{font-size:.875rem;font-weight:500;color:#000;word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap;text-align:left;margin:0;word-break:break-word;margin-top:.4rem;transition:color .1s ease-in-out}.messageContainer_chat_info_allChats .chatMessage .chatInvite_bubble .linkContainer .text:hover{color:#0085db}.messageContainer_chat_info_allChats .chatMessage .chatMessage_timestamp{font-size:.75rem;color:#888;margin-top:5px;align-self:flex-start}.messageContainer_chat_info_allChats .chatMessage.chatMessage_sender .chatMessage_timestamp{align-self:flex-end}.messageContainer_chat_info_chatBox{display:flex;flex-direction:column;gap:.938rem;padding:1.875rem;position:relative;background-color:#fff;z-index:10}.messageContainer_chat_info_chatBox .additionalContent{width:100%;border:1px solid #0085db;border-radius:1rem;padding:.625rem .938rem;position:relative;top:.25rem}.messageContainer_chat_info_chatBox .additionalContent_actions{display:flex;align-items:center;gap:.625rem;position:relative}.messageContainer_chat_info_chatBox .additionalContent_actions .box{display:flex;width:100%}.messageContainer_chat_info_chatBox .additionalContent_actions .box .file-preview{position:relative;display:flex;align-items:center;gap:.75rem;margin-top:.625rem;background-color:#f9f9f9;padding:.625rem;border-radius:.625rem;border:1px solid #ddd}.messageContainer_chat_info_chatBox .additionalContent_actions .box .file-preview-container{display:flex;align-items:center;gap:.75rem}.messageContainer_chat_info_chatBox .additionalContent_actions .box .image-preview{width:9.375rem;height:auto;object-fit:cover;border-radius:.5rem;box-shadow:0 .25rem .5rem #0000001a}.messageContainer_chat_info_chatBox .additionalContent_actions .box .document-preview{display:flex;align-items:center;gap:.625rem;padding:.375rem .875rem;background-color:#d3d3d3;border-radius:.5rem;box-shadow:0 .25rem .5rem #0000001a}.messageContainer_chat_info_chatBox .additionalContent_actions .box .document-preview span{font-size:.9rem;font-weight:700;color:#000;word-break:break-all}.messageContainer_chat_info_chatBox .additionalContent_actions .box .document-preview img{width:1.875rem;height:auto}.messageContainer_chat_info_chatBox .additionalContent_actions .box .remove-file{position:absolute;top:-.5rem;right:-.5rem;width:1.25rem;height:1.25rem;background-color:#808080ef;border:none;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.75rem;box-shadow:0 .125rem .25rem #0003;padding:.2rem}.messageContainer_chat_info_chatBox .additionalContent_actions_button{background:none;border:none;padding:0;display:flex;align-items:center}.messageContainer_chat_info_chatBox .additionalContent_actions_button--img{width:1.5rem;height:1.5rem;cursor:pointer}.messageContainer_chat_info_chatBox .additionalContent_actions .emoji-picker{position:absolute;bottom:3.5rem;left:0;z-index:10}.messageContainer_chat_info_chatBox .additionalContent_actions_inputBox{flex:1;padding:.5rem .75rem;border:none;outline:none;border-radius:.5rem;font-size:1rem}.messageContainer_chat_info_chatBox .chat-disabled-message{width:100%;padding:1.25rem;border-radius:.75rem;text-align:center;font-weight:500;border:1px solid #0085db;box-shadow:0 .125rem 5px #0000001a;display:flex;flex-direction:column;align-items:center;gap:.5rem;margin:auto}.messageContainer_chat_info_chatBox .chat-disabled-message p{margin:0;font-size:1rem;color:#000}.chatflexbox{display:flex;gap:.625rem}.flexbox{display:flex;flex-direction:column}@media (max-width: 1024px){.messageContainer_item{flex:1 1 100%;max-width:100%}.messageContainer_chat_info{max-width:100%}}@media (max-width: 640px){.chatflexbox{flex-direction:column;gap:0}.messageContainer_chat_info_header{padding:.75rem 1rem}.messageContainer_chat_info_header_profileDetails{gap:.5rem}.messageContainer_chat_info_header_profileDetails .backButton{width:2.188rem;height:2.188rem;font-size:.875rem;padding:.5rem}.messageContainer_chat_info_header_profileDetails h3,.messageContainer_chat_info_header_profileDetails p{font-size:.75rem}.messageContainer_chat_info_header_profileDetails .order{font-weight:600}.messageContainer_chat_info_header_profileDetails .order-no{color:#0085db}.messageContainer_chat_info_header_profileDetails_logo{width:2.188rem;height:2.188rem}.messageContainer_chat_info_header_profileDetails_logo--name{font-size:.875rem;padding:.5rem}.messageContainer_chat_info_header_icons{gap:1rem}.messageContainer_chat_info_chatBox{padding:.938rem;gap:.625rem}.messageContainer_chat_info_chatBox .additionalContent{padding:.5rem .75rem;border-radius:.75rem}.messageContainer_chat_info_chatBox .additionalContent_actions{gap:.5rem}.messageContainer_chat_info_chatBox .additionalContent_actions .box{flex-direction:column}.messageContainer_chat_info_chatBox .additionalContent_actions .box .file-preview{gap:.5rem;padding:.375rem}.messageContainer_chat_info_chatBox .additionalContent_actions .box .image-preview{width:100%}.messageContainer_chat_info_chatBox .additionalContent_actions .box .document-preview{padding:.25rem .625rem;gap:.375rem}.messageContainer_chat_info_chatBox .additionalContent_actions .box .document-preview span{font-size:.8rem}.messageContainer_chat_info_chatBox .additionalContent_actions_inputBox{padding:.375rem .025rem;font-size:.7rem}.messageContainer_chat_info_chatBox .chat-disabled-message{padding:.938rem;font-size:.9rem;border-radius:.625rem}.messageContainer_chat_info_chatBox .chat-disabled-message p{font-size:1rem}.emoji-picker{left:-2.5rem}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.jobs-container{width:100%;background:#fff;border-radius:1.209rem;box-shadow:0 .125rem 1.875rem .938rem #2553b91a;margin-top:1rem;padding:2rem;overflow-y:auto;height:calc(100vh - 6.875rem);display:flex;flex-direction:column}.jobs-container__task-card-container{flex:1;display:flex;flex-wrap:wrap;gap:2rem;margin-top:2rem;overflow-y:auto}.myjob-card{flex:1 1 calc(33.333% - 2rem);height:100%;overflow-y:auto;box-shadow:0 0 .861rem #0000001a;border-radius:.869rem;background:#f1f5f8;padding:1.2rem}.myjob-card::-webkit-scrollbar{width:5px;background:#fafafa}.myjob-card::-webkit-scrollbar-thumb{width:5px;background:#ebebeb;border-radius:5px}.myjob-card_title{font-size:1.2rem}.myjob-card_footer{font-size:1rem}.myjob-card .subCards{margin-top:2rem;width:100%;max-width:23.688rem;background:#fff;box-shadow:0 .493rem 1.121rem #00000040;border-radius:.705rem;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.myjob-card .subCards_heading_div{display:flex;justify-content:space-between;align-items:center}.myjob-card .subCards_heading_div_heading{color:#0c1421;font-size:1.1rem}.myjob-card .subCards_greenDot,.myjob-card .subCards_redDot{width:.75rem;height:.75rem;border-radius:50%}.myjob-card .subCards_greenDot{background:#1d9d53}.myjob-card .subCards_redDot{background:#d4001c}.myjob-card .subCards_rightArrowDiv{width:fit-content;background:#f4f4f4;border:none;border-radius:50%;padding:.313rem;display:flex;justify-content:center;align-items:center;cursor:pointer}.myjob-card .subCards_flexbox{display:flex;gap:.75rem;align-items:flex-start;flex-wrap:wrap}.myjob-card .subCards_flexbox h3{white-space:nowrap;font-weight:600;font-size:.875rem}.myjob-card .subCards_flexbox p{color:#737373;font-size:.875rem}.taskDetailCard{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:37.5rem;height:auto;background:#fff;box-shadow:0 0 1.274rem #00000012;border-radius:1.137rem;z-index:100;padding:1.5rem;max-height:35rem;overflow-y:auto}.taskDetailCard::-webkit-scrollbar{width:5px;background:#fafafa}.taskDetailCard::-webkit-scrollbar-thumb{width:5px;background:#ebebeb;border-radius:5px}.taskDetailCard_header{display:flex;flex-direction:column;gap:1rem}.taskDetailCard_header_flexbox{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap}.taskDetailCard_header_flexbox_icons,.taskDetailCard_header_flexbox_pause{display:flex;align-items:center;gap:.75rem}.taskDetailCard_header_flexbox_icons img,.taskDetailCard_header_flexbox_pause img{width:20px;height:20px}.taskDetailCard_header_flexbox_pause{color:#0085db;cursor:pointer;background:none;border:none}.taskDetailCard_header_flexbox_pause p{font-size:1rem}.taskDetailCard_header_flexbox_text{color:#0c142199}.taskDetailCard_header_flexbox_customerDetails{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.taskDetailCard_body{margin-top:1.25rem;width:100%;overflow-x:auto;overflow-y:auto;max-height:12.5rem}.taskDetailCard_body::-webkit-scrollbar{width:5px;background:#fafafa}.taskDetailCard_body::-webkit-scrollbar-thumb{width:5px;background:#ebebeb;border-radius:5px}.taskDetailCard_body table{width:100%;border-collapse:collapse;border:1px solid #d9f0fc;border-radius:.5rem}.taskDetailCard_body table thead{background-color:#d9f0fc;position:sticky;top:0;left:0}.taskDetailCard_body table thead th{padding:.75rem;text-align:left;font-weight:600}.taskDetailCard_body table tbody tr{transition:background .3s ease}.taskDetailCard_body table tbody tr:hover{background:#4f5d6e1f}.taskDetailCard_body table tbody tr td{font-size:.875rem;padding:.75rem;text-align:left}.taskDetailCard_image-upload{border:.125rem dashed rgba(39,116,207,.5098039216);border-radius:.5rem;padding:2rem;margin-top:1rem;display:flex;justify-content:center;align-items:center;position:relative}.taskDetailCard_image-upload span{display:flex;align-items:center;gap:.5rem}.taskDetailCard_image-upload span img{display:inline-block;width:1.5rem;height:auto}.taskDetailCard_image-upload span input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.taskDetailCard_image-upload span:after{content:" + Add Image";color:#0085db;text-decoration:underline;font-size:1rem}.taskDetailCard_buttons{width:80%;display:flex;align-items:center;gap:.625rem;margin-top:1rem;flex-wrap:wrap;justify-content:center}.taskDetailCard_buttons button{background:#0085db;flex:1;min-width:6rem;padding:.8rem 1.5rem;border-radius:3.125rem;border:none;outline:none;color:#fff;cursor:pointer;font-weight:500;text-align:center}.taskDetailCard_buttons button:disabled{opacity:50%;cursor:not-allowed}.taskDetailCard_buttons .cancel{background:#fb977d}.taskDetailCard_buttons .end{background:#d4001c}@media (max-width: 1200px){.jobs-container__task-card-container{flex-direction:column;gap:1.25rem}}@media (max-width: 768px){.myjob-card_title{font-size:1rem}.myjob-card_footer{font-size:.9rem}.myjob-card .subCards{max-width:100%;padding:.8rem;gap:.5rem}.myjob-card .subCards_heading_div_heading{font-size:1rem}.myjob-card .subCards_rightArrowDiv{padding:.25rem}.myjob-card .subCards_flexbox{flex-direction:column;gap:.5rem}.myjob-card .subCards_flexbox h3,.myjob-card .subCards_flexbox p{font-size:.8rem}}@media (max-width: 480px){.jobs-container,.myjob-card{padding:1rem}.myjob-card_title{font-size:1rem}.myjob-card_footer{font-size:.8rem}.myjob-card .subCards{padding:.6rem}.myjob-card .subCards_flexbox h3,.myjob-card .subCards_flexbox p{font-size:.75rem}.myjob-card .subCards_rightArrowDiv img{width:.8rem;height:.8rem}.taskDetailCard{width:95%;max-width:100%;padding:1rem;max-height:30rem;overflow-y:auto}.taskDetailCard_header{gap:.75rem}.taskDetailCard_body{max-height:10rem}.taskDetailCard_image-upload{padding:1.5rem}}.images-container{padding:.5rem 0}.images-container h5{font-size:1rem;margin-bottom:1rem}.images-container-row{background-color:#fafafa;padding:1rem;border-radius:.5rem;border:.125rem dashed #e5e5e5;display:flex;align-items:center}.images-container-row .images{display:flex;overflow-x:auto;scroll-behavior:smooth;will-change:transform;scrollbar-width:thin;scrollbar-color:#c1c1c1 transparent;gap:.8rem}.images-container-row .images .image-wrapper{position:relative}.images-container-row .images .image-wrapper img{flex-shrink:0;width:5rem;height:5rem;border-radius:.625rem;object-fit:cover}.images-container-row .images .image-wrapper .remove-image{position:absolute;top:.313rem;right:.313rem;background:#0009;border:none;color:#fff;border-radius:50%;width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.875rem}.calendar-container{margin-bottom:.625rem}.calendar-container .header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.calendar-container .header-row .month-selector,.calendar-container .header-row .week-selector{display:flex;align-items:center;position:relative}.calendar-container .header-row .month-selector .calendar-icon,.calendar-container .header-row .week-selector .calendar-icon{display:flex;align-items:center;justify-content:center;cursor:pointer;background:none;padding:0;border:none}.calendar-container .header-row .month-selector img,.calendar-container .header-row .week-selector img{width:1.5rem;height:1.5rem;cursor:pointer;margin-right:.5rem}.calendar-container .header-row .month-selector .date-picker,.calendar-container .header-row .week-selector .date-picker{position:absolute;top:2.5rem;z-index:10}.calendar-container .header-row .month-selector .month-navigation,.calendar-container .header-row .month-selector .week-navigation,.calendar-container .header-row .week-selector .month-navigation,.calendar-container .header-row .week-selector .week-navigation{display:flex;align-items:center}.calendar-container .header-row .month-selector .month-navigation button,.calendar-container .header-row .month-selector .week-navigation button,.calendar-container .header-row .week-selector .month-navigation button,.calendar-container .header-row .week-selector .week-navigation button{background:none;border:none;cursor:pointer;padding:.25rem;color:#0085db}.calendar-container .header-row .month-selector .month-navigation span,.calendar-container .header-row .month-selector .week-navigation span,.calendar-container .header-row .week-selector .month-navigation span,.calendar-container .header-row .week-selector .week-navigation span{margin:0 .5rem;font-weight:700;font-size:1.1rem}.calendar-container .days-dates-row{display:grid;border:1px solid #e8e8e8;grid-template-columns:repeat(7,1fr);text-align:center}.calendar-container .days-dates-row .day-date{display:flex;flex-direction:column;align-items:flex-start;padding:.5rem;transition:background .3s;gap:.313rem;border:1px solid #e8e8e8;background:none}.calendar-container .days-dates-row .day-date .day{font-weight:600;color:#737373}.calendar-container .days-dates-row .day-date .date{margin-top:.25rem;font-size:1rem;color:#0c1421;font-weight:600;padding:.25rem}.calendar-container .days-dates-row .day-date .date.active{background:#1890ff;color:#fff;border-radius:50%}.calendar-container .days-dates-row .day-date .date.active .date{color:#fff}.calendar-container .days-dates-row .day-date.active{background:#0085db14}.calendar-container .days-dates-row .day-date:hover{cursor:pointer;background:#e8e8e8}@media screen and (max-width: 980px){.calendar-container .header-row .month-selector img,.calendar-container .header-row .week-selector img{margin-right:0}.calendar-container .header-row .month-selector .month-navigation span,.calendar-container .header-row .month-selector .week-navigation span,.calendar-container .header-row .week-selector .month-navigation span,.calendar-container .header-row .week-selector .week-navigation span{font-size:.8rem}.calendar-container .days-dates-row{font-size:.875rem}.calendar-container .days-dates-row .day-date{padding:.375rem}.calendar-container .days-dates-row .day-date .day{font-size:.75rem}.calendar-container .days-dates-row .day-date .date{font-size:.875rem}}@media screen and (max-width: 580px){.calendar-container .header-row .month-selector img,.calendar-container .header-row .week-selector img{width:1rem;height:1rem}.calendar-container .header-row .month-selector .month-navigation button,.calendar-container .header-row .month-selector .week-navigation button,.calendar-container .header-row .week-selector .month-navigation button,.calendar-container .header-row .week-selector .week-navigation button{padding:0}.calendar-container .header-row .month-selector .month-navigation span,.calendar-container .header-row .month-selector .week-navigation span,.calendar-container .header-row .week-selector .month-navigation span,.calendar-container .header-row .week-selector .week-navigation span{font-size:.7rem;margin:0 .25rem}.calendar-container .days-dates-row{overflow-x:auto}.calendar-container .days-dates-row .day-date{padding:.25rem}.calendar-container .days-dates-row .day-date .day{font-size:.625rem}.calendar-container .days-dates-row .day-date .date{font-size:.75rem}}*{margin:0;padding:0;box-sizing:border-box;font-family:DM Sans,serif}a{text-decoration:none}.loader-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#f7f7f75b;z-index:1000;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px)}.m-t-1{margin-top:1rem}.important{color:red}.error{color:red;font-size:.688rem;margin-top:2px}input[type=password]::-ms-reveal,input[type=password]::-ms-clear{display:none}select:disabled,textarea:disabled,input:disabled{cursor:not-allowed}.no-wrap-visible{white-space:nowrap;overflow:visible}.wrap{text-overflow:ellipsis;overflow:hidden}.empty-message{margin:auto;font-weight:500}.tooltip-content{text-align:left}.tooltip-content p{margin:0}.tooltip-content .tooltip-username{font-weight:600}.tooltip-content .tooltip-location{color:#ffffffb6;font-size:.85rem}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}
