body{font-family:inter;margin:0;padding:0}.rsw-toolbar{padding:10px}.rsw-toolbar .rsw-btn{width:28px;height:28px;padding:2px;font-size:12px;display:flex;align-items:center;justify-content:center;margin:0 10px 0 0;border-radius:0;background:#f5f5f5;border:1px solid whitesmoke}.wrapper{display:flex;padding-top:82px}.wrapper .sidebar{position:fixed;top:0;left:0;width:18.1%;height:100vh;padding-top:80px}.wrapper .main-content{width:82.1%;padding-top:40px;margin-left:20%}button.view-payout{display:flex;align-items:center;gap:10px;background:#000;color:#fff;padding:10px 25px;font-family:inter;font-size:15px;outline:none;border:none;border-radius:30px;cursor:pointer}@media (max-width: 1000px){.wrapper .sidebar{display:none}.wrapper .main-content{width:100%;margin:0;padding:50px 30px 30px}}.header-bg{background:#fff;border:1px solid #f5f5f5;position:fixed;top:0;right:0;width:100%;z-index:1000}header{display:flex;justify-content:space-between;align-items:center;width:100%;margin:0 auto}header .left{width:18.05%;padding-top:30px;border:1px solid #f5f5f5;border-bottom:0px solid}header .left h4{margin:0;font-size:14px;font-weight:500}header .left p{color:#5f80a0;font-size:12px;font-weight:400;margin-top:5px}header .left .profile{display:flex;align-items:start;gap:10px;padding-left:20px}header .left .img-container{background:#000;width:40px;height:40px;border-radius:30px}header .left .img-container img{width:100%;object-fit:cover}header .right{display:flex;align-items:center;gap:20px;width:70%;padding-right:50px;justify-content:right}header .right .item{background:#f5f5f5;padding:14px 17px;border-radius:30px}@media (max-width: 1000px){header .left{width:100%}header .right{width:100%;padding-right:20px}header .left{border:0px solid #f5f5f5;margin:0}header .left .profile{padding-left:20px}}.sidenav{padding-left:10px;padding-top:20px;font-weight:300;border:1px solid #f5f5f5;border-top:1px solid transparent;height:100vh}.sidenav h4{font-size:14px;color:#5f80a0;font-weight:400;letter-spacing:1px;padding-left:20px;margin:0;font-weight:300}.sidebar nav{display:flex;flex-direction:column;gap:10px;padding-bottom:10px}.sidenav nav a.active svg{filter:invert(100%) grayscale(100%) brightness(0)}.sidenav nav a{display:flex;gap:10px;text-decoration:none;color:#5f80a0;margin-right:10px;font-weight:400;font-size:14px;padding:10px 10px 10px 20px;transition:transform .5s ease-in-out,opacity .5s ease-in-out}.sidenav nav a.active{background-color:#55dd4a;border-radius:30px;color:#181b20}.sidebar nav a:hover svg{filter:invert(100%) grayscale(100%) brightness(0)}.sidebar nav a:hover{background-color:#55dd4a;border-radius:30px;color:#181b20;transform:translate(-5px)}@media (max-width: 1000px){.sidebar{display:none}}:root{--loader-bg: #301934;--spinner-border: #55dd4a;--spinner-transparent: transparent}#loader{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0009;z-index:9999;display:flex;align-items:center;justify-content:center}#loader-two{z-index:9999;display:flex;align-items:center;justify-content:center}.spinner{width:40px;height:40px;border:4px solid var(--spinner-border);border-top-color:var(--spinner-transparent);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}html{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{display:none}body{scrollbar-width:none;-ms-overflow-style:none}body::-webkit-scrollbar{display:none}.dash-title{display:flex;justify-content:space-between;align-items:center;width:95%;margin-bottom:10px}.dash-title button{background:linear-gradient(135deg,#55dd4a,#4bc441);border:1px solid #181b20;padding:16px 20px;border-radius:30px;font-size:14px;color:#181b20;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #55dd4a33;position:relative;overflow:hidden}.dash-title button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s ease}.dash-title button:hover{transform:translateY(-1px);box-shadow:0 4px 16px #55dd4a4d;background:linear-gradient(135deg,#4bc441,#42b138)}.dash-title button:hover:before{left:100%}.dash-title button:active{transform:translateY(0);box-shadow:0 2px 8px #55dd4a33}h4.title{font-size:24px;margin:0;background:linear-gradient(135deg,#181b20,#2a2f36);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:600}.first-section{width:96%;display:flex;gap:15px;padding-top:20px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;contain:layout style}.first-section::-webkit-scrollbar{display:none}.first-section .card{flex:1;min-width:280px;border-radius:20px;border:1px solid #f5f5f5;padding:5px 30px 30px;box-sizing:border-box;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);will-change:transform}.first-section .card:hover{transform:translateY(-4px)}.first-section .left{background:linear-gradient(135deg,#181b20,#2a2f36);color:#fff;border:1px solid #2a2f36;box-shadow:0 8px 32px #181b204d}.first-section h4{font-size:30px;margin:10px 0;padding-bottom:10px;font-weight:700;letter-spacing:-.5px;transition:all .3s ease;position:relative}.first-section .left h4{background:linear-gradient(135deg,#fff,#e8e8e8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.first-section .middle h4,.first-section .right h4{background:linear-gradient(135deg,#181b20,#2a2f36);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.first-section p{font-size:14px;font-weight:400;display:flex;gap:3px;line-height:1.6;opacity:.9;transition:opacity .3s ease}.first-section .card:hover p{opacity:1}span.green{color:#19b820;font-weight:600;background:linear-gradient(135deg,#19b820,#55dd4a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 10px rgba(25,184,32,.3)}span.red{color:#e74c3c;font-weight:600;background:linear-gradient(135deg,#e74c3c,#c0392b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 10px rgba(231,76,60,.3)}.ant-modal{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.ant-modal .ant-modal-header{display:none}.ant-modal .ant-modal-content{border-radius:20px;overflow:hidden;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 20px 60px #0000004d;border:1px solid rgba(255,255,255,.1)}.ant-modal .ant-modal-content button.ant-modal-close,.ant-modal .ant-modal-footer{display:none}.ant-modal-mask{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#181b2066;transition:all .3s cubic-bezier(.4,0,.2,1)}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.first-section .card.loading{background:linear-gradient(90deg,#f5f5f5 25%,#e8e8e8,#f5f5f5 75%);background-size:200px 100%;animation:shimmer 2s infinite}@media (max-width: 1000px){.first-section{flex-direction:column;width:100%;overflow-x:visible;gap:12px}.first-section .card{min-width:unset;transform:none!important}.first-section .card:hover{transform:translateY(-2px)!important;box-shadow:0 8px 24px #0000001f}.dash-title{width:100%}.dash-title button{padding:14px 18px;font-size:13px}h4.title{font-size:22px}.first-section h4{font-size:26px}}@media (max-width: 600px){.first-section .card{padding:20px}.first-section h4{font-size:24px}.dash-title button{padding:12px 16px;font-size:12px}}@media (prefers-reduced-motion: reduce){.first-section .card,.dash-title button,.first-section h4,.first-section p,.ant-modal-mask{transition:none}.first-section .card:before{display:none}.first-section .card.loading{animation:none}}.dash-title button:focus-visible{outline:2px solid #55dd4a;outline-offset:2px}.first-section .card:focus-within{outline:2px solid #55dd4a;outline-offset:2px}.modal-header{display:flex;align-items:center;justify-content:space-between;padding-top:10px}.modal-header h4.title{font-size:22px;padding-bottom:10px;margin:0}.modal-header svg{cursor:pointer}.fees{height:550px;overflow-y:scroll;padding-right:20px}@media (hover: hover) and (pointer: fine){.fees{height:550px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#bdbdbd transparent}.fees::-webkit-scrollbar{width:8px;background:transparent}.fees::-webkit-scrollbar-track{background:transparent}.fees::-webkit-scrollbar-thumb{background:#bdbdbd;border-radius:10px;transition:background .3s ease}.fees::-webkit-scrollbar-thumb:hover{background:#888}}.fees h4{font-size:14px;font-weight:400}.fees-group{display:flex;padding-top:20px;padding-bottom:10px;gap:10px}.fees .fees-group .right{margin:0 auto}.fees .fees-group .input{width:100%;margin-bottom:10px}.fees input{border:1px solid #f5f5f5;background-color:transparent;font-family:inter;color:#586283;padding:16px 20px;display:block;border-radius:20px;font-size:15px;width:100%;outline:none;margin-bottom:30px;box-sizing:border-box}.fees input::placeholder{color:#586283}.fees button{width:100%;margin-top:20px;background-color:#55dd4a;color:#181b20;outline:none;border:1px solid #55dd4a;padding:16px 24px;border-radius:30px;font-weight:500;font-size:15px;cursor:pointer}.second-section{border:1px solid whitesmoke;margin-top:40px;width:95%;border-radius:20px;padding-bottom:100px;margin-bottom:40px}.second-section .header-section-two{display:flex;justify-content:space-between;align-items:start;padding:30px 20px 20px}.second-section ul{display:flex;list-style:none;gap:20px;padding:0;margin:0}.second-section ul li{color:#5f80a0;border:1px solid #f5f5f5;padding:12px 16px;border-radius:30px;font-size:14px;cursor:pointer;transition:background .3s ease-in-out,color .3s ease-in-out;box-shadow:0 1px 1px #1d23290f}.second-section ul li.active,.second-section ul li:hover{background:#e8f8e9;border:1px solid #b8e9ba;color:#19b820}.second-section .right{display:flex;gap:10px}.second-section .right .date-group{display:flex;align-items:center;gap:10px}.second-section .left p{color:#1d2329;font-size:16px;font-weight:500;display:flex;align-items:center;gap:5px;cursor:pointer}.second-section .right p{font-size:14px;color:#5f80a0}.ant-picker{border-radius:30px;cursor:pointer;box-shadow:0 1px 1px #1d23290f;font-family:inter;width:130px}.ant-picker-focused{box-shadow:none!important;border-color:#d9d9d9!important}.ant-picker-input>input::placeholder{color:#000!important}@media (max-width: 1000px){.second-section{width:100%}.second-section ul,.second-section .right{flex-direction:column}.second-section .right .date-group{flex-direction:column;text-align:left}.second-section .header-section-two{flex-direction:column}}.third-section{display:flex;justify-content:space-between;width:95%}.third-section .left{display:flex;gap:30px}.third-section .left p{display:flex;align-items:center;cursor:pointer;gap:15px;font-size:15px;padding-bottom:12px;color:#5f80a0;transition:transform .3s ease-in-out,color .3s ease-in-out}.third-section .left p span{background-color:#ff3b30;padding:6px 13px;font-size:13px;border-radius:30px;color:#fff}.third-section .left p.active{color:#55dd4a;border-bottom:1px solid #55dd4a;transform:translateY(-3px)}.third-section .left p:hover{transform:translateY(-3px);color:#55dd4a}.third-section .right p{display:flex;gap:10px;cursor:pointer}@media (max-width: 1000px){.third-section{flex-direction:column}}.search-modal input{border:1px solid #f5f5f5;background-color:transparent;font-family:inter;color:#586283;padding:16px 20px;margin-top:20px;border-radius:20px;font-size:15px;width:90%;outline:none}.search-modal .input-container{position:relative}.search-modal .input-container svg{position:absolute;top:37px;right:25px}.search-modal button{width:100%;margin-top:20px;background-color:#55dd4a;color:#181b20;outline:none;border:1px solid #55dd4a;padding:16px 24px;border-radius:30px;font-weight:500;font-size:15px;cursor:pointer}table{margin-top:30px;width:95%;border-collapse:separate;border-spacing:0;border:1px solid #f5f5f5;border-radius:10px;cursor:pointer;overflow:hidden}thead tr:first-child th:first-child{border-top-left-radius:10px}thead tr:first-child th:last-child{border-top-right-radius:10px}tbody tr:last-child td:first-child{border-bottom-left-radius:10px}tbody tr:last-child td:last-child{border-bottom-right-radius:10px}th,td{padding:20px;text-align:left;font-weight:400;text-transform:capitalize;font-size:14px}td{color:#5f80a0;font-weight:400}th{background-color:#f5f5f5}svg{cursor:pointer}@media (max-width: 1000px){table{display:none}}.empty{text-align:center;padding-top:40px;padding-right:60px;padding-bottom:100px}.empty h4{font-size:24px;margin-bottom:6px}.empty p{font-size:15px;color:#5f80a0;width:40%;margin:0 auto;line-height:27px}.dm-header-two{display:flex;justify-content:space-between;align-items:center;width:95%;color:#181b20;padding-top:10px}.dm-header-two .delete{background:#f5f5f5;padding:12px 17px;border-radius:30px;cursor:pointer}.dm-header-two .delete svg{width:20px}.dm-header-two p{font-size:14px;padding:0;margin:0}.dm-header-two .left{display:flex;align-items:center;background:#e8f1fb;border:1px solid #f5f5f5;padding:13px;border-radius:40px;gap:50px}.dm-header-two .left .item-left{display:flex;align-items:center;gap:10px;padding-left:5px}.dm-header-two .left .item-right{padding-right:5px}.header-title{display:flex;align-items:center;justify-content:space-between;width:95%}.header-title h4{font-size:22px;margin:0}.orders{padding-top:30px}.pagination{display:flex;justify-content:center;padding-top:30px;padding-right:50px;padding-bottom:50px}.ant-pagination{font-family:inter}.ant-pagination .ant-pagination-item{background-color:#f5f5f5;border-radius:30px;color:#181b20;font-weight:500}.ant-pagination .ant-pagination-item-active{background-color:#f5f5f5;border-radius:30px;color:#181b20;font-weight:500;outline:none;border:1px solid rgba(128,128,128,.178)}.ant-pagination .ant-pagination-item-active a{color:#181b20}.ant-pagination .ant-pagination-item-active:hover a{color:#181b20;font-weight:500;outline:none;border:1px solid transparent}.ant-pagination .ant-pagination-item-active:hover{border-color:transparent}.ant-pagination .ant-pagination-options{display:none}.settings nav{margin-top:30px;display:flex;gap:20px}.settings nav a{text-decoration:none;cursor:pointer;gap:15px;font-size:15px;padding-bottom:6px;color:#5f80a0;transition:transform .3s ease-in-out,color .3s ease-in-out}.settings nav a.active{color:#55dd4a;border-bottom:1px solid #55dd4a;transform:translateY(-3px)}.settings nav a:hover{transform:translateY(-3px);color:#55dd4a}.modal p{font-size:14px;font-weight:500;margin-top:10px;text-transform:capitalize}.modal input{border:1px solid #f5f5f5;background-color:transparent;font-family:inter;color:#586283;padding:16px 20px;margin-bottom:20px;border-radius:10px;font-size:15px;width:100%;outline:none;box-sizing:border-box}.modal input::placeholder{color:#5f80a0}.modal textarea{border:1px solid #f5f5f5;background-color:transparent;font-family:inter;color:#586283;padding:16px 20px;margin-bottom:20px;border-radius:10px;font-size:15px;width:100%;height:100px;outline:none;box-sizing:border-box}.modal button{width:100%;margin-top:20px;background-color:#55dd4a;color:#181b20;outline:none;border:1px solid #55dd4a;padding:16px 24px;border-radius:30px;font-weight:500;font-size:15px;cursor:pointer}.modal button:disabled{opacity:.4}.modal .img-container{width:100px;height:100px;background:#f5f5f5;margin:0 auto;border-radius:50px}.modal .img-container img{object-fit:cover;height:100%;width:100%;border-radius:50px}.upload-container{width:100%;height:160px;border:1px solid whitesmoke;border-radius:10px;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer}.upload-input{opacity:0;position:absolute;width:100%;height:100%;cursor:pointer}.upload-label{text-align:center;font-family:sans-serif;font-size:16px;color:#5f80a0;pointer-events:none}.ant-select{width:100%;height:50px}.input-container{position:relative;width:100%}.input-container .icon{position:absolute;top:45%;right:15px}.payout-profile{text-align:center}.payout-profile h4{font-size:14px;color:#181b20;margin-bottom:0}.payout-profile p{font-size:14px;color:#5f80a0;text-transform:capitalize;margin-top:7px}.payout-profile .img-cover{background:#f5f5f5;width:60px;height:60px;margin:0 auto;border-radius:30px}.payout-profile img{width:100%;height:100%;object-fit:cover;border-radius:30px}.payout{display:flex;justify-content:space-between;background-color:#f9f9f9;padding:15px;margin:30px 0;border-radius:15px;box-sizing:border-box}.payout .left{color:#5f80a0}.payout .left p{font-weight:300;font-size:14px}.payout .right p{text-align:right;color:#181b20;font-size:14px}.vehicle-info p{color:#5f80a0;font-size:14px;margin-bottom:0}.vehicle-info h4{color:#181b20;font-size:14px;margin-top:4px}.ant-select-focused .ant-select-selector,.ant-select:hover .ant-select-selector{outline:none!important;box-shadow:none!important;border-color:#f5f5f5!important}.ant-select .ant-select-selector{font-size:15px;border:1px solid whitesmoke!important;border-radius:10px;color:#5f80a0}.ant-select-item-option-active,.ant-select-item-option:hover{background-color:transparent!important;color:#000!important;font-weight:400}.ant-select-arrow{display:none!important}.ant-select-item-option-selected{background-color:#55dd4a!important;color:#000!important;font-weight:400!important}@media (hover: hover) and (pointer: fine){.modal-container{height:550px;overflow-y:auto;padding-right:20px;scrollbar-width:thin;scrollbar-color:#bdbdbd transparent}.modal-container::-webkit-scrollbar{width:8px;background:transparent}.modal-container::-webkit-scrollbar-track{background:transparent}.modal-container::-webkit-scrollbar-thumb{background:#bdbdbd;border-radius:10px;transition:background .3s ease}.modal-container::-webkit-scrollbar-thumb:hover{background:#888}}.order-header{display:flex;align-items:center;justify-content:space-between;width:95%}.order-header h4{font-size:22px}.order-header button{display:flex;align-items:center;gap:12px;font-size:14px;border-radius:30px;background-color:#181b20;color:#fff;outline:none;border:none;padding:16px 20px;cursor:pointer;font-family:inter}.order-section{display:flex;padding-bottom:60px}.order-section p{font-size:15px}.order-section .left{width:45%}.order-section .left .first{border:1px solid #f5f5f5;padding:20px 20px 10px;border-radius:15px}.order-section .left h4{font-size:22px;margin-top:0}.order-section .left ul{padding:0 0 0 20px}.order-section .left ul li{padding-bottom:7px;font-size:15px}.order-section .left .second{margin-top:20px;border:1px solid #f5f5f5;padding:20px 20px 10px;border-radius:15px}.order-section .left .third{margin-top:20px;border:1px solid #f5f5f5;padding:20px;border-radius:15px}.order-section .right{position:relative;width:45%;margin:0 auto}.order-section .right-border{border:1px solid #f5f5f5;padding:20px 20px 10px;border-radius:15px}.order-section .right .delivery-time{background-color:#fef6e8;display:flex;align-items:center;justify-content:space-between;padding:16px;border-radius:10px}.order-section .right .delivery-time p{margin:0;display:flex;gap:10px;padding:0;font-size:14px;color:#181b20}.order-section .right .steps-group{display:flex;align-items:flex-start;margin-top:30px;gap:30px}.order-section .right .steps-group p{padding:0;margin:10px 0 0;font-size:14px;color:#5f80a0;font-weight:350}.order-section .right .steps-group h4{padding:0;margin:0;font-weight:500;font-size:14px}.order-section .right .steps-group .step{padding-bottom:20px}.order-section .right h4{margin-left:0;font-size:22px}.order-section .right .rider{margin-top:30px;display:flex;align-items:center;border:1px solid #f5f5f5;padding:20px;border-radius:15px;justify-content:space-between}.order-section .right .rider h4{font-size:14px;margin:0}.order-section .right .rider p{padding-bottom:0;color:#5f80a0}.order-section .right .rider img{width:100px}.order-section .right .btn-group{display:flex;justify-content:space-between;width:100%;gap:30px;margin-top:40px}.order-section .right a{width:100%;padding:16px 30px;border-radius:30px;outline:none;border:none;background-color:red;text-decoration:none;text-align:center;display:block;margin:0;font-weight:500;cursor:pointer}.auth-container{display:flex;justify-content:center;align-items:center;height:100vh;position:relative}.auth-section{background-color:#fff;border:1px solid #f5f5f5;width:430px;height:auto;border-radius:30px;position:relative;box-shadow:0 4px 8px #2c313712}.auth-section .auth .auth-form{padding:30px}.auth-section img{width:150px;display:block;padding-bottom:30px;margin:0 auto}.auth-section .auth input{display:block;margin-bottom:20px;width:100%;padding:15px;border-radius:10px;outline:none;border:1px solid #f5f5f5;box-sizing:border-box;font-family:inter}.auth-section .auth button{width:100%;outline:none;border:none;padding:16px 26px;border-radius:30px;background-color:#55dd4a;font-family:inter;font-weight:500;cursor:pointer}.auth-section .auth button:disabled{background:#f5f5f5}.auth-section p{font-size:14px;font-weight:500}.auth-section p.bt{position:absolute;bottom:-15px;width:100%;background-color:#f5f5f5;text-align:center;padding:15px;font-size:15px;color:#181b20;box-sizing:border-box;border-bottom-left-radius:24px;border-bottom-right-radius:24px;font-weight:500}.dash-container{display:flex;align-items:start;margin-bottom:100px}.dash-container .left{margin-top:30px;width:25%;padding:30px 20px 20px;border:1px solid #f5f5f5;border-radius:20px}.dash-container .left h4.title{font-size:18px;font-weight:500;padding-bottom:10px;color:#000}.dash-container .left h4{font-size:14px;font-weight:400;color:#5f80a0;margin-bottom:0}.dash-container .left p{font-size:14px;margin-top:10px;padding-bottom:10px}.dash-container .btn-group{display:flex;gap:10px}.dash-container .left .img-container{width:60px;height:60px;border-radius:30px;background:#f5f5f5}.dash-container .left img{object-fit:cover;width:100%;height:100%;border-radius:30px}.dash-container .btn-group button{width:100%;padding:16px;border-radius:30px;outline:none;border:none;font-family:inter;font-weight:500;margin-top:10px;cursor:pointer}.dash-container .right{width:65%;margin:0 auto;padding-top:30px}.dash-container .right h4{font-size:24px}.dash-container .right .dash-right-container{display:flex;justify-content:space-between;align-items:center}.dash-container .right .dash-right-container ul{display:grid;grid-template-columns:repeat(5,1fr);justify-content:end;list-style:none;gap:15px;padding:0;margin:0 0 20px}.dash-container .right .dash-right-container ul li{color:#5f80a0;border:1px solid #f5f5f5;padding:12px;border-radius:30px;font-size:14px;cursor:pointer;text-align:center;transition:background .3s ease-in-out,color .3s ease-in-out;box-shadow:0 1px 1px #1d23290f}.dash-container .right .dash-right-container ul li.active,.dash-container .right .dash-right-container ul li:hover{background:#e8f8e9;border:1px solid #b8e9ba;color:#19b820}.activity{display:flex;justify-content:space-between;align-items:center}.activity .left-activity,.activity .right-activity{display:flex;align-items:center;gap:20px}.activity .right-activity .date-group{display:flex;align-items:center;gap:10px;padding-bottom:10px}.activity .left-activity p{color:#5f80a0;font-size:15px;padding-bottom:10px;cursor:pointer;transition:transform .3s ease-in-out}.activity .right-activity .date-group p{color:#5f80a0;font-size:14px}.activity .left-activity p.active{color:#55dd4a;border-bottom:1px solid #55dd4a;transform:translateY(-3px)}.activity .left-activity p:hover{transform:translateY(-3px);color:#55dd4a}.security{width:50%}.security h4{font-size:13px;font-weight:400;color:#5f80a0;padding-top:30px;margin:0}.security .fa{display:flex;align-items:center;padding-top:30px;padding-bottom:10px;gap:10px;border-bottom:1px solid whitesmoke}.security .fa h4{padding-top:0;font-weight:500;font-size:15px;color:#181b20}.security .fa p{font-size:14px;margin-top:7px;color:#5f80a0}.session-container{padding-top:40px}.session-container h4{font-size:14px;color:#5f80a0;padding:0}.session{display:flex;justify-content:space-between;align-items:center;padding-top:20px}.session-container .session .left{display:flex;align-items:center;gap:15px}.session-container .session .left h4{margin:0;padding-top:10px;color:#181b20;font-size:15px;font-weight:500}.session-container .session .left p{font-size:14px;display:flex;gap:10px;margin-top:7px;color:#5f80a0}.session-container .session .right button{outline:none;border:none;padding:16px 30px;color:#5f80a0;background:#f5f5f5;border-radius:30px;font-family:inter;cursor:pointer;font-weight:500}.ant-switch.ant-switch-checked{background-color:#52c41a!important}button.add-role{outline:none;border:none;padding:16px 30px;color:#5f80a0;background:#55dd4a;border-radius:30px;font-family:inter;cursor:pointer;font-weight:500;font-size:15px;color:#181b20;margin:0}.card-group{display:flex;flex-direction:column;gap:20px;width:50%;padding-top:30px;padding-bottom:50px}.card-group .card{display:flex;justify-content:space-between;align-items:start;border:1px solid #f5f5f5;padding:20px;border-radius:15px}.card-group .card .left{display:flex;align-items:center;gap:20px}.card-group h4{margin:0;font-size:14px;font-weight:500;color:#0a0a0a}.card-group p{margin-top:7px;margin-bottom:0;font-size:13px;color:#586283}.card-group input{width:100%;margin-top:6px;border:none;outline:none;color:#586283}.card .ant-switch.ant-switch-checked{background-color:#0a0a0a!important}.otp{text-align:center}.ant-otp input.ant-input{width:60px;margin-bottom:30px;font-size:17px}.auth button.resend{background-color:#181b20;color:#fff}.ant-otp .ant-input:focus{background-color:#f5f5f5;border:1px solid #dcdcdc;outline:none;border-color:#dcdcdc;box-shadow:none!important;border-color:#dcdcdc!important;outline:none!important}
