@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap";*{font-family:Outfit,sans-serif}button{outline:none;border:none}button:focus{outline:none}a,a:hover{text-decoration:none}:focus{outline:none}html{scroll-behavior:smooth;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{padding:0 20px}@media (min-width: 576px){.container{max-width:none}}@media (min-width: 700px){.container{padding:0 32px}}@media (min-width: 1240px){.container{padding:0;max-width:1200px}}@media (min-width: 1650px){section>*,main>*{zoom:1.1}}@media (min-width: 1800px){section>*,main>*{zoom:1.25}}.primary-button{background:#6446C5;display:flex;align-items:center;justify-content:center;color:#fff;font-family:Outfit,sans-serif}.secondary-button{width:100%;border:1px solid #6446C5;background-color:#fff;color:#6446c5;padding:0 12px;height:40px;border-radius:8px;font-weight:400;font-size:15px;white-space:nowrap}.secondary-button svg{display:inline;width:14;margin:0}.nowrap{white-space:nowrap!important}.modal-dialog{height:100%;display:flex;justify-content:center;align-items:center}.modal-content{border-radius:10px;border:none}.modal-head{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:#F4F0FF;border-top-left-radius:10px;border-top-right-radius:10px}.modal-head h3{font-weight:500;font-size:18px;line-height:23px;letter-spacing:-.387234px;color:#6446c5;margin-bottom:0}.modal-head button{background:transparent}.modal-head button img{width:25px}.modal-body{padding:26px 24px;max-height:80vh;overflow:scroll}.modal-body .upload-file{margin-bottom:10px;width:100%;position:relative}.modal-body .upload-file img{border-radius:10px;object-fit:cover;width:100%;height:100%}.modal-body .upload-file input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.modal-body .upload-file .remove{z-index:2;position:absolute;bottom:12px;right:12px;width:42px;height:42px;background:rgba(0,0,0,.5019607843);border-radius:50%;color:#fff;font-size:18px}.modal-body .section-title{display:flex;align-items:center;justify-content:space-between}.modal-body .section-title h5{margin-bottom:0;font-size:16px;font-weight:600}.modal-body .section-title button{font-size:13px;border-radius:6px;padding:5px 18px}.modal-body .appendable-card{margin-top:20px;background-color:#f4f0ff;border-radius:10px;padding:16px}.modal-body .appendable-card .head{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid #DBDCDE}.modal-body .appendable-card .head h6{margin-bottom:0;font-size:16px;font-weight:500}.modal-body .appendable-card .head button{font-size:13px;border-radius:6px;padding:4px 18px;background:#d34343;color:#fff}.modal-body .appendable-card .head button i{margin-right:3px}.modal-body .button-row{margin-top:30px;display:flex;gap:10px}.modal-body .button-row button{padding:0 23px;width:100%;height:42px;background:#6446C5;border-radius:8px;font-weight:400;font-size:16px;color:#fff}.modal-body .button-row button.outline{border:1px solid #6446C5;background-color:#fff;color:#6446c5}.modal-body .info-box{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media (max-width: 599px){.modal-body .info-box{grid-template-columns:none}}.modal-body .info-box .info-row{display:flex;align-items:center;justify-content:space-between;height:59px;padding:0 10px}.modal-body .info-box .info-row h6{margin-bottom:0;font-weight:400;font-size:15px;line-height:19px}.modal-body .info-box .info-row p{margin-bottom:0;font-weight:400;font-size:15px;line-height:19px;text-align:right;color:#8e8f92}.modal-body .info-box .info-row .form-group{margin-bottom:0}.modal-body .info-box .info-row .form-group .form-control{width:170px;height:38px;font-size:14px;padding:0 14px}.modal-body .info-box .info-row .form-group .select-wrapper:before{width:14px;height:14px;right:14px;top:12px}.modal-body .info-box .info-row .file-row{display:flex;gap:5px}.modal-body .info-box .info-row .file-row .file-item{gap:5px;display:flex;background:#E0F0FF;border-radius:6px;padding:5px}.modal-body .info-box .info-row .file-row .file-item img{flex:0 0 15px;width:15px;height:15px}.modal-body .info-box .info-row .file-row .file-item p{font-weight:300;font-size:13px;line-height:16px;color:#6446c5}.modal-body .info-box .info-row .status{display:flex;justify-content:center;align-items:center;padding:5px 15px;width:90px;height:29px;background:#E0F0FF;border-radius:8px;font-weight:300;font-size:14px;line-height:19px;color:#1279da}.modal-body .info-box .info-row .status.red,.modal-body .info-box .info-row .status.failed{background:#FFD7CE;color:#e73811}.modal-body .info-box .info-row .status.yellow,.modal-body .info-box .info-row .status.ongoing,.modal-body .info-box .info-row .status.waiting_chip{background:#FFEAC0;color:#d19909}.modal-body .info-box .info-row .status.green,.modal-body .info-box .info-row .status.success{background:#C7F0DE;color:#16c573}.modal-body .info-box .info-row .chat{display:flex;justify-content:center;align-items:center;padding:6px 30px;gap:5px;width:102px;height:36px;background:#6446C5;border-radius:7px;color:#fff;font-weight:600;font-size:15px;line-height:19px}.modal-body .info-box .info-row .chat img{width:24px}.modal-body .info-box .info-row:nth-child(even){background:#faf9f9}.form-group{position:relative}.form-group label{font-weight:300;font-size:14px;line-height:19px;margin-bottom:8px;color:#000}.form-group .form-control{height:48px;background:#FFFFFF;border:1px solid #DBDCDE;border-radius:7px;padding:6px 20px;font-weight:300;font-size:15px;line-height:19px;appearance:none}.form-group .form-control::placeholder{color:#b3b4b7}.form-group .form-control:focus{border-color:#6446c5;box-shadow:none}.form-group .form-control:disabled{background-color:#f4f4f4}.form-group .form-control+.suffix{position:absolute;bottom:0;right:0;height:48px;padding:6px 20px;display:flex;justify-content:center;align-items:center;color:#495057}.form-group textarea.form-control{height:auto;padding-top:15px}.form-group .select-wrapper{position:relative}.form-group .select-wrapper:before{content:"";z-index:2;display:block;position:absolute;background-image:url(/build/assets/down-arrow-grey.25f2635d.png);background-size:contain;width:19px;height:19px;right:18px;top:15px}.ck-editor__editable_inline{min-height:300px}input[type=date]{position:relative}input[type=date]::-webkit-calendar-picker-indicator{content:"";width:15px;height:15px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%237a7b7c' class='bi bi-calendar' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z'/%3E%3C/svg%3E")}.no-spin::-webkit-outer-spin-button,.no-spin::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.no-spin{-moz-appearance:textfield}.editable_input:after{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-pencil-square' viewBox='0 0 16 16'%3E%3Cpath d='M15.502 1.94a.5.5 0 0 1 0 .706L14.459 3.69l-2-2L13.502.646a.5.5 0 0 1 .707 0l1.293 1.293zm-1.75 2.456-2-2L4.939 9.21a.5.5 0 0 0-.121.196l-.805 2.414a.25.25 0 0 0 .316.316l2.414-.805a.5.5 0 0 0 .196-.12l6.813-6.814z'/%3E%3Cpath fill-rule='evenodd' d='M1 13.5A1.5 1.5 0 0 0 2.5 15h11a1.5 1.5 0 0 0 1.5-1.5v-6a.5.5 0 0 0-1 0v6a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5H9a.5.5 0 0 0 0-1H2.5A1.5 1.5 0 0 0 1 2.5v11z'/%3E%3C/svg%3E");background-position:center;background-size:100%;background-repeat:no-repeat;width:10px;height:10px;position:relative;margin-left:5px;display:inline-block;opacity:.75}.editable_input+form{position:relative;height:34px;display:block}.editable_input+form input[type=text]{max-width:150px;padding:2px 6px;border-radius:5px;border-width:thin;border-color:#0000004d}.editable_input+form button{position:absolute;right:8px;bottom:0px;transform:translateY(100%);padding:2px 8px;border-top-right-radius:3px;border-bottom-right-radius:3px;font-size:14px;background:#6446C5;color:#fff;cursor:pointer}.editable_input+form button:disabled{background:rgba(100,70,197,.5)}.editable_input+form button.cancel-btn{right:54px;background:#EF5350;border-radius:3px 0 0 3px}.select2 .select2-selection{height:48px;display:flex;align-items:center;border:1px solid #DBDCDE;border-radius:7px;padding:6px 20px;font-size:15px}.select2 .select2-selection .select2-selection__rendered{padding:0;font-weight:300;font-size:15px;line-height:19px;color:#495057}.select2 .select2-selection .select2-selection__arrow{top:50%;transform:translateY(-50%)}.sidebar{position:fixed;left:0;top:0;height:100vh;overflow-y:auto;width:260px;background:linear-gradient(195.84deg,rgba(181,193,255,.14) 1.77%,rgba(202,211,255,.12) 91.25%);padding:0 30px 50px;z-index:9;transition:all .3s ease-in-out}.sidebar .wrapp-ic{position:relative;height:40px}.sidebar .wrapp-ic img{position:absolute;right:-20px;top:10px}.sidebar.minimized{width:110px}.sidebar.minimized h4,.sidebar.minimized p{display:none}.sidebar.minimized .wrapp-ic{margin-bottom:10px}.sidebar.minimized .wrapp-ic img{right:10px}@media (max-width: 599px){.sidebar{left:-260px;padding:0;background:white}}@media (max-width: 599px){.sidebar.active{left:0;width:100%;z-index:99999;background:rgba(0,0,0,.3)}}@media (max-width: 599px){.sidebar-wrapper{padding:50px 30px;width:260px;background:white;height:100%}}.sidebar hr{width:100%;margin:0}.sidebar-brand{display:flex;align-items:center;padding:0;gap:20px;margin-bottom:30px}.sidebar-brand img{height:46px}.sidebar-brand .content{flex:1;overflow:hidden}.sidebar-brand .content h4{font-size:16px;line-height:24px;letter-spacing:-.387234px;color:#000;margin-bottom:0}.sidebar-brand .content p{margin-bottom:0;font-size:16px;line-height:21px;letter-spacing:-.387234px;color:#b5b6bb;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.sidebar-nav-group{display:flex;flex-direction:column;margin-top:30px;padding:6px;gap:30px}.sidebar-item{position:relative}.sidebar-item #chat_unread_count_dot{width:20px;height:20px;display:flex;justify-content:center;align-items:center;font-size:10px;position:absolute;right:0;top:50%;transform:translateY(-50%);background-color:#6446c5!important;color:#fff}.sidebar-link{display:flex;align-items:center;padding:6px;gap:10px;background-color:transparent}.sidebar-link p{font-weight:400;font-size:16px;line-height:21px;display:flex;align-items:center;letter-spacing:-.387234px;color:#8e8f92;margin-bottom:0;transition:.2s}.sidebar-link svg path,.sidebar-link svg rect{transition:.2s}.sidebar-link:hover svg path,.sidebar-link:hover svg rect,.sidebar-link.active svg path,.sidebar-link.active svg rect{fill:#6446c5}.sidebar-link:hover p,.sidebar-link.active p{color:#6446c5}.sidebar-link.accordion-button:after{content:"";transform:.2s;position:absolute;right:30px;width:24px;height:24px;background-image:url(/build/assets/down-arrow-grey.25f2635d.png);background-size:contain}.sidebar-link.accordion-button.active:after,.sidebar-link.accordion-button:hover:after{background-image:url(/build/assets/down-arrow.8d1432c1.png)}.sidebar-expand-box{margin-top:14px;display:flex;flex-direction:column;gap:10px}.sidebar-expand-item{font-size:16px;line-height:21px;display:flex;align-items:center;letter-spacing:-.387234px;color:#8e8f92;padding:6px 6px 6px 40px}.sidebar-expand-item:hover,.sidebar-expand-item.active{color:#6446c5}@media (min-width: 1600px){.sidebar{width:286px}.sidebar>*{zoom:1.1}}@media (min-width: 1800px){.sidebar{width:325px}.sidebar>*{zoom:1.25}}.header-admin{display:flex;align-items:center;gap:12px;padding-bottom:30px;margin-bottom:30px;border-bottom:1px solid #DBDCDE;position:relative}@media (max-width: 599px){.header-admin{margin-left:-10px;margin-right:-10px;padding-bottom:20px}}@media (max-width: 599px){.header-admin.dashboard-header{margin-bottom:100px}}.header-admin .back-button img{width:38px}.header-admin h4{font-weight:500;font-size:19px;line-height:19px;letter-spacing:-.387234px;color:#000;margin-bottom:0;width:100%}.header-admin .action-row{display:flex;gap:20px;align-items:center}.header-admin .action-row .notification img{width:36px}.header-admin .action-row .tetra-logo{position:absolute;top:0px;right:0px}.header-admin .action-row .shift-cards{white-space:nowrap;display:flex;flex-direction:row;align-items:center;padding:12px 12px 12px 0;gap:5px;height:70px;background:#FFFFFF;box-shadow:0 6px 42px #79cff440;border-radius:15px;min-width:210px}@media (max-width: 599px){.header-admin .action-row .shift-cards{position:absolute;bottom:-12px;left:9px;transform:translateY(100%);width:calc(100% - 18px)}}.header-admin .action-row .shift-cards .info{font-family:Outfit;font-style:normal}.header-admin .action-row .shift-cards .info p{font-weight:400;font-size:15px;line-height:19px;color:#8e8f92;margin:0}.header-admin .action-row .shift-cards .info h2{font-weight:500;font-size:20px;line-height:25px;color:#000;margin:0}.header-admin .action-row .change-page{display:flex;align-items:center;padding:4px 8px;gap:4px;width:300px;height:38px;background:#F9F9F9;border:1px solid #DBD4D4;border-radius:10px}@media (max-width: 599px){.header-admin .action-row .change-page{width:calc(100vw - 40px)}.header-admin .action-row .change-page.mobile-responsive{position:absolute;top:100%;transform:translateY(-50%);left:40px;height:35px;width:calc(100% - 80px)}}.header-admin .action-row .change-page a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:7px;font-weight:500;font-size:14px;line-height:19px;color:#90959d}.header-admin .action-row .change-page a.active{color:#fff;background:#6446C5}.header-admin .action-row .custom-switch{display:flex;justify-content:center;align-items:center;gap:10px;height:38px;width:128px;background:#F9F9F9;border:1px solid #DBD4D4;border-radius:10px}.header-admin .action-row .custom-switch label{font-weight:500;font-size:14px;color:#6446c5}.header-admin .action-row .custom-switch label:before{box-shadow:none;top:.2rem}.header-admin .action-row .custom-switch label:after{top:calc(.2rem + 2px)}.header-admin .action-row .custom-switch input:checked~label:before{background-color:#6446c5;border-color:#6446c5}.header-admin .action-row .custom-switch .custom-control-input:focus:not(:checked)~label:before{box-shadow:none;border-color:#adb5bd}.card-datatable{background:#FFFFFF;position:relative;margin-top:20px;padding:13px 17px;box-shadow:0 0 16px #79cff433;border-radius:14px}.card-datatable .primary-button{border-radius:8px;padding:2px 8px;white-space:nowrap}.card-datatable .dataTables_wrapper{padding-bottom:45px}@media (max-width: 599px){.card-datatable .dataTables_wrapper{overflow:hidden}}@media (max-width: 599px){.card-datatable .dataTables_wrapper .row .col-sm-12{overflow:scroll}}.card-datatable .dataTables_wrapper div{position:static}.card-datatable .dataTables_wrapper>.row:nth-child(1),.card-datatable .dataTables_wrapper>.row:nth-child(3){margin:0 2px}.card-datatable .dataTables_wrapper:nth-child(2){margin:0}.card-datatable .dataTables_wrapper:nth-child(2)>div{padding:0}.card-datatable .dataTables_wrapper table{min-width:100%;width:100%!important;border-radius:8px;margin:0!important;white-space:nowrap}.card-datatable .dataTables_wrapper thead{border-top-left-radius:8px;border-top-right-radius:8px}.card-datatable .dataTables_wrapper thead>tr>th{padding-right:30px!important}.card-datatable .dataTables_wrapper th{border:none;color:#6446c5;font-weight:500;font-size:15px;line-height:24px;border-bottom:1px solid #dee2e6}.card-datatable .dataTables_wrapper tbody tr:nth-child(even){background:#F9F9F9}.card-datatable .dataTables_wrapper td{border-top:none;border-bottom:1px solid #dee2e6;white-space:normal;padding:10px 16px;font-size:14px;font-weight:300;line-height:30px}.card-datatable .dataTables_wrapper td .avatar{display:inline-block;width:30px;height:30px;margin-right:6px;border-radius:6px;object-fit:contain;position:relative}.card-datatable .dataTables_wrapper td .avatar-name{display:inline-block;text-align:center;justify-content:center;align-items:center;width:30px;height:30px;margin-right:6px;border-radius:15px;position:relative}.card-datatable .dataTables_wrapper td .icon-button{margin:0 auto;text-align:center;border:none;background:#F8EEEE;border:1px solid #E3E3E3;border-radius:8px;width:34px;height:34px;align-items:center;justify-content:center}.card-datatable .dataTables_wrapper td .icon-button img{width:12px}.card-datatable .dataTables_wrapper td .double-line{margin-bottom:0;line-height:20px;font-size:13px}.card-datatable .dataTables_wrapper td .double-line span{font-weight:500}.card-datatable .dataTables_wrapper td input{height:34px;width:80px;padding:4px 8px;font-size:13px}.card-datatable .dataTables_wrapper td .status{margin:0 auto;display:flex;justify-content:center;align-items:center;padding:5px 15px;width:90px;height:29px;background:#E0F0FF;border-radius:8px;font-weight:300;font-size:14px;line-height:19px;color:#1279da}.card-datatable .dataTables_wrapper td .status.red{background:#FFD7CE;color:#e73811}.card-datatable .dataTables_wrapper td .status.yellow{background:#FFEAC0;color:#d19909}.card-datatable .dataTables_wrapper .dataTables_info{font-size:14px;font-weight:400;padding:0;order:1;position:absolute;right:96px;margin-top:0;bottom:5px;line-height:30px;height:40px}@media (max-width: 599px){.card-datatable .dataTables_wrapper .dataTables_info{right:60px}}.card-datatable .dataTables_wrapper .dataTables_length{height:40px;position:absolute;left:24px;bottom:5px;font-weight:400;font-size:14px;line-height:16px;color:#6a5959}.card-datatable .dataTables_wrapper .dataTables_length label{margin-bottom:0}.card-datatable .dataTables_wrapper .dataTables_length select{border:none;box-shadow:none!important;padding-top:0;padding-bottom:0;font-weight:400;font-size:14px;line-height:16px;color:#6a5959}@media (max-width: 599px){.card-datatable .dataTables_wrapper .dataTables_length .custom-select{padding:.375rem .85rem .375rem .75rem!important}}.card-datatable .dataTables_wrapper .dataTables_filter{display:none}.card-datatable .dataTables_wrapper .dataTables_paginate{margin-top:6px;position:absolute;bottom:5px;right:24px;height:40px}@media (max-width: 599px){.card-datatable .dataTables_wrapper .dataTables_paginate{right:10px}}.card-datatable .dataTables_wrapper .dataTables_paginate ul li.previous a,.card-datatable .dataTables_wrapper .dataTables_paginate ul li.next a{line-height:30px;margin-right:3px;width:24px;height:24px;background:#fff;font-size:26px;padding:0;border:none;font-family:DM Sans,sans-serif;box-shadow:none!important;color:#6a5959}@media (max-width: 599px){.card-datatable .dataTables_wrapper .dataTables_paginate ul li.previous a,.card-datatable .dataTables_wrapper .dataTables_paginate ul li.next a{width:20px;height:20px;font-size:18px}}.card-datatable .dataTables_wrapper .dropdown{display:flex;align-items:center}.card-datatable .dataTables_wrapper .dropdown-menu{background:#FFFFFF;border-radius:5.12195px;padding:4px 0;min-width:124px}.card-datatable .dataTables_wrapper .dropdown-menu.show{top:-15px!important;left:-240px!important}@media (max-width: 1600px){.card-datatable .dataTables_wrapper .dropdown-menu.show{top:-15px!important;left:-130px!important}}@media (min-width: 2000px){.card-datatable .dataTables_wrapper .dropdown-menu.show{top:-15px!important;left:-510px!important}}.card-datatable .dataTables_wrapper .dropdown-menu .dropdown-item{font-size:13px;padding:1px 10px;transition:.2s}.card-datatable .dataTables_wrapper .dropdown-menu .dropdown-item:hover{background:#F8F8F8;color:#646464}.card-datatable.outlined{border:1px solid #E1E1E1;box-shadow:none;padding:0;border-radius:12px}.card-datatable.outlined th{font-size:14px;line-height:30px;padding:12px 16px}.card-datatable.outlined .dataTables_wrapper{padding-bottom:55px}table.dataTable thead .sorting:before,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc_disabled:before{bottom:50%!important;transform:translateY(50%)}table.dataTable thead .sorting:before,table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:before,table.dataTable thead .sorting_desc_disabled:after{bottom:50%!important;transform:translateY(50%)}.p-dashboard{background:#fff;height:100vh}.p-dashboard .dashboard-content{width:calc(100vw - 260px);margin-left:260px;padding:36px 44px;height:100%;background:#fff;overflow-y:auto;overflow-x:hidden}.p-dashboard .dashboard-content.minimized{width:calc(100% - 110px);margin-left:110px}@media (max-width: 599px){.p-dashboard .dashboard-content{width:100%;margin-left:0;padding:20px 24px}}.p-dashboard .dashboard-content .settings{display:flex;flex-direction:column;align-items:flex-start;padding:15px;gap:10px;height:max-content;background:#f7f7ff;box-shadow:0 10px 23px #88a4ec2e;border-radius:5px;flex:none;order:1;flex-grow:0}@media (max-width: 599px){.p-dashboard .dashboard-content .settings{box-shadow:none;margin-bottom:1rem;margin-top:0}}.p-dashboard .dashboard-content button.setting{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:#6446c5;border-radius:7px;flex:none;order:1;flex-grow:0}.p-dashboard .dashboard-content .stat-box{margin-bottom:30px}.p-dashboard .dashboard-content .stat-box .header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}@media (max-width: 599px){.p-dashboard .dashboard-content .stat-box .header{margin-bottom:0}}.p-dashboard .dashboard-content .stat-box .header h5{font-weight:400;font-size:18px;line-height:25px;color:#000;margin-bottom:0}.p-dashboard .dashboard-content .stat-box .header .form-group{margin:0}.p-dashboard .dashboard-content .stat-box .header .form-group .form-control{height:35px;padding-right:2rem}.p-dashboard .dashboard-content .stat-box .header .form-group .select-wrapper:before{right:8px;top:9px}.p-dashboard .dashboard-content .stat-box .header .nav-link{max-width:142px;padding:7px 15px;background:#ffffff;border-radius:0;border:.8px solid #cfcbcb;font-weight:400;font-size:16px;line-height:23px;letter-spacing:-.387234px;color:#b8b8b8;display:flex;align-items:center;justify-content:center;gap:6px;position:relative}.p-dashboard .dashboard-content .stat-box .header .nav-link img{height:16px}.p-dashboard .dashboard-content .stat-box .header .nav-link.active{background:#f1f3ff;border:.8px solid #a9cbff;color:#6446c5}.p-dashboard .dashboard-content .stat-box .header input.nav-link{max-width:210px}.p-dashboard .dashboard-content .stat-box .header input.nav-link.hidden{position:absolute;top:0px;z-index:-1}.p-dashboard .dashboard-content .stat-box .stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media (max-width: 599px){.p-dashboard .dashboard-content .stat-box .stat-grid{display:flex;overflow:scroll;padding:1.5rem .5rem}}.p-dashboard .dashboard-content .stat-box .stat-grid .stat-card{display:flex;flex-direction:row;align-items:center;padding:26px;gap:15px;background:#ffffff;box-shadow:0 2px 35px #79cff433;border-radius:15px}.p-dashboard .dashboard-content .stat-box .stat-grid .stat-card .icon{width:50px;box-shadow:0 4px 12px #8b37f51f;border-radius:11px}.p-dashboard .dashboard-content .stat-box .stat-grid .stat-card .content{width:100%}@media (max-width: 599px){.p-dashboard .dashboard-content .stat-box .stat-grid .stat-card .content{width:max-content}}.p-dashboard .dashboard-content .stat-box .stat-grid .stat-card .content h5{font-weight:400;font-size:13px;line-height:19px;color:#8e8f92;margin-bottom:3px}.p-dashboard .dashboard-content .stat-box .stat-grid .stat-card .content p{margin-bottom:0;font-weight:500;font-size:16px;line-height:25px;color:#000}@media (max-width: 599px){.p-dashboard .dashboard-content .stat-box .stat-grid .stat-card .content p{font-size:15px}}.p-dashboard .dashboard-content .stat-box .stat-grid .stat-card .growth{display:flex;flex-direction:column;align-items:center}.p-dashboard .dashboard-content .stat-box .stat-grid .stat-card .growth h6{font-weight:400;font-size:14px;line-height:19px;color:#8e8f92;margin-bottom:10px}.p-dashboard .dashboard-content .stat-box .stat-grid .stat-card .growth img{width:22px}.p-dashboard .dashboard-content .nav-row{width:100%;display:flex;margin-bottom:25px}.p-dashboard .dashboard-content .nav-row .nav-item{width:100%;font-weight:400;font-size:17.5px;letter-spacing:-.387234px;color:#c3c4c9;padding-bottom:17px;border-bottom:2.5px solid #c3c4c9;padding-left:4px}@media (max-width: 599px){.p-dashboard .dashboard-content .nav-row .nav-item{font-size:14px}}.p-dashboard .dashboard-content .nav-row .nav-item.active{color:#6446c5;border-color:#6446c5}.p-dashboard .dashboard-content .filter-group{align-items:flex-end;margin:0;gap:16px}@media (max-width: 599px){.p-dashboard .dashboard-content .filter-group{gap:8px}}@media (max-width: 599px){.p-dashboard .dashboard-content .filter-group .col-45p{flex:0 0 37.5%;max-width:37.5%}}@media (max-width: 599px){.p-dashboard .dashboard-content .filter-group .col-20p{flex:0 0 20%;max-width:20%}}.p-dashboard .dashboard-content .filter-group div[class^=col],.p-dashboard .dashboard-content .filter-group div[class*=" col"]{padding:0}.p-dashboard .dashboard-content .filter-group label{margin-bottom:8px;font-size:14px;line-height:15px}.p-dashboard .dashboard-content .filter-group .search-box .searchbar{padding:0;display:flex;align-items:center}.p-dashboard .dashboard-content .filter-group .search-box .searchbar img{width:20px}.p-dashboard .dashboard-content .filter-group .search-box .searchbar .icon{padding-left:18px;padding-right:2px;font-size:13px;color:#8e8f92}.p-dashboard .dashboard-content .filter-group .search-box .searchbar input{outline:none;border:none;width:100%;padding:0 12px;background:transparent}.p-dashboard .dashboard-content .filter-group .form-filter{background:#ffffff;border:1px solid #DBDCDE;border-radius:7px;padding:10px 15px;font-size:13.5px;line-height:13px;font-weight:400;width:100%;height:40px;appearance:none}.p-dashboard .dashboard-content .filter-group .form-filter::placeholder{color:#c3c4c9}.p-dashboard .dashboard-content .filter-group .select-wrapper,.p-dashboard .dashboard-content .filter-group .dropdown{position:relative}.p-dashboard .dashboard-content .filter-group .select-wrapper:before,.p-dashboard .dashboard-content .filter-group .dropdown:before{content:"";z-index:2;display:block;position:absolute;background-image:url(/build/assets/down-arrow-grey.25f2635d.png);background-size:contain;width:15px;height:15px;right:12px;top:12.5px}.p-dashboard .dashboard-content .filter-group .filter-button{font-weight:500;font-size:14px;line-height:15px;color:#fff;background:#6446C5;border-radius:7px;height:40px;width:100%}.p-dashboard .dashboard-content .filter-group .filter-button i{font-size:18px;margin-right:5px}.p-dashboard .dashboard-content .section-box{margin-top:30px;border:1px solid #e1e1e1;border-radius:14px}.p-dashboard .dashboard-content .section-box .section-header{background:#f9f9f9;border-top-left-radius:14px;border-top-right-radius:14px;padding:12px 16px;display:flex;align-items:center;gap:12px}.p-dashboard .dashboard-content .section-box .section-header label{margin-bottom:.25rem}.p-dashboard .dashboard-content .section-box .section-header input[type=date]{border:none;background:white;padding:3px .5rem;border-radius:5px;border:1px solid #DBDCDE}.p-dashboard .dashboard-content .section-box .section-header img{height:24px}.p-dashboard .dashboard-content .section-box .section-header h4{width:100%;margin-bottom:0;font-weight:400;font-size:16px;line-height:23px}.p-dashboard .dashboard-content .section-box .section-header button{display:flex;align-items:center;justify-content:center;padding:12px 30px;gap:5px;width:120px;height:36px;border:1px solid #6446C5;border-radius:7px;background:transparent;font-size:14px;font-weight:600;color:#6446c5}.p-dashboard .dashboard-content .section-box .section-header button i{font-size:20px}.p-dashboard .dashboard-content .section-box .card-datatable{margin-top:0;border:none}@media (min-width: 1600px){.p-dashboard .dashboard-content{width:calc(100vw - 286px);margin-left:286px;padding:40px 48px}.p-dashboard .dashboard-content>*{zoom:1.1}}@media (min-width: 1800px){.p-dashboard .dashboard-content{width:calc(100vw - 325px);margin-left:325px;padding:45px 55px}.p-dashboard .dashboard-content>*{zoom:1.25}}.p-chat .chat-page-row{gap:25px;max-height:calc(100vh - 180px);height:calc(100vh - 180px)}@media (max-width: 599px){.p-chat .chat-page-row{margin-top:-1.75rem}}.p-chat .chat-page-row .chat-list{height:100%;background:#FFFFFF;border:1px solid #E4E4E4;border-radius:5px;padding:20px 14px;display:flex;flex-direction:column;gap:18px;max-width:22.5vw}@media (max-width: 599px){.p-chat .chat-page-row .chat-list{width:100%;max-height:calc(100vh - 130px + 1.75rem);height:calc(100vh - 130px + 1.75rem);overflow:scroll;border:none;border-radius:none;max-width:100vw}}.p-chat .chat-page-row .chat-list .nav-tabs{border-radius:5px;overflow:hidden;display:grid;grid-template-columns:repeat(4,1fr);flex:0 0 auto;width:auto;max-width:100%}.p-chat .chat-page-row .chat-list .nav-link{padding:.25rem;width:100%;min-width:4.9rem;font-size:14px;border-radius:0;color:#767676;position:relative}.p-chat .chat-page-row .chat-list .nav-link.active{background-color:#6446c5;color:#fff}.p-chat .chat-page-row .chat-list .nav-link.active span{background-color:#fff!important}.p-chat .chat-page-row .chat-list .nav-link span{background-color:#6446c5!important;border:none!important;width:8px;height:8px;padding:0!important;top:2px;right:2px;font-size:10px;display:block;text-indent:100%;white-space:nowrap;overflow:hidden}.p-chat .chat-page-row .chat-list button.outlined{display:flex;align-items:center;padding:9px 10px;gap:5px;height:40px;border-radius:7px;background-color:#fff;border:1px solid #6446C5;font-weight:500;font-size:14px;line-height:19px;color:#6446c5}.p-chat .chat-page-row .chat-list button.outlined i{font-size:19px}.p-chat .chat-page-row .chat-list .filter-group{flex:0 0 auto;width:auto;max-width:100%}.p-chat .chat-page-row .chat-list .tab-content{flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;overflow-y:scroll}.p-chat .chat-page-row .chat-list .tab-content:hover::-webkit-scrollbar{width:10px}.p-chat .chat-page-row .chat-list .tab-content:hover::-webkit-scrollbar-track{background:#f1f1f1}.p-chat .chat-page-row .chat-list .tab-content:hover::-webkit-scrollbar-thumb{background:#b0bec5;border-radius:10px}.p-chat .chat-page-row .chat-list .tab-content::-webkit-scrollbar{width:10px}.p-chat .chat-page-row .chat-list .tab-content::-webkit-scrollbar-track{background:transparent}.p-chat .chat-page-row .chat-list .tab-content::-webkit-scrollbar-thumb{background:transparent;border-radius:10px}.p-chat .chat-page-row .chat-list .tab-content::-webkit-scrollbar-thumb:hover{background:#90A4AE}.p-chat .chat-page-row .chat-list .chat-room{margin:0 4px;padding:.75rem 0;align-items:center;cursor:pointer;box-shadow:inset 0 -1px #0000001a}.p-chat .chat-page-row .chat-list .chat-room.flex-start{align-items:flex-start}@media (max-width: 599px){.p-chat .chat-page-row .chat-list .chat-room{max-height:calc(100vh - 215px);border-top:1px solid #DBDCDE}}.p-chat .chat-page-row .chat-list .chat-room.active{background-color:#eff0ff!important;border-radius:1rem}.p-chat .chat-page-row .chat-list .chat-room:last-of-type{box-shadow:none}.p-chat .chat-page-row .chat-list .chat-room .avatar-name{display:inline-block;text-align:center;justify-content:center;align-items:center;width:35px;font-size:14px;height:35px;margin-right:6px;border-radius:50%;position:relative;overflow:hidden}.p-chat .chat-page-row .chat-list .chat-room .avatar-name img{width:100%;height:100%;object-fit:cover}.p-chat .chat-page-row .chat-list .chat-room-body p{margin:0}.p-chat .chat-page-row .chat-list .chat-room-body p:first-of-type{font-size:16px;font-weight:300;font-family:Outfit}.p-chat .chat-page-row .chat-list .chat-room-body p:last-of-type{font-size:10px;font-weight:300;font-size:12px;font-family:Outfit;color:#8e8f92}.p-chat .chat-page-row .chat-list .chat-room .status{min-width:4rem;padding:.2rem .7rem;border-radius:8px;font-family:Outfit;font-style:normal;font-weight:300;font-size:14px;line-height:19px;text-align:center}.p-chat .chat-page-row .chat-list .chat-room .status.pending{color:#1279da;background:#E0F0FF}.p-chat .chat-page-row .chat-list .chat-room .status.ongoing{color:#d19909;background:#FFEAC0}.p-chat .chat-page-row .chat-list .chat-room .badge{border-radius:50%;font-size:60%;aspect-ratio:1;display:flex;width:1.25rem;justify-content:center;align-items:center;margin-top:4px}.p-chat .chat-page-row .chat-box{height:100%;background:#FAFAFA;border:1px solid #E4E4E4;border-radius:5px;display:flex;flex-direction:column;gap:20px}@media (max-width: 599px){.p-chat .chat-page-row .chat-box{width:100%;height:calc(100vh - 70px);max-height:calc(100vh - 70px);overflow:scroll;border:none;border-radius:none;display:none;position:fixed;z-index:2;left:0;bottom:0}.p-chat .chat-page-row .chat-box.active{display:flex}}.p-chat .chat-page-row .chat-box .chat-header{padding:15px 20px;display:flex;align-items:center;background-color:#fff;border-top-left-radius:5px;border-top-right-radius:5px;gap:10px}.p-chat .chat-page-row .chat-box .chat-header img{width:45px;height:45px;object-fit:cover;border-radius:50%}.p-chat .chat-page-row .chat-box .chat-header .content h5{font-weight:500;font-size:16px;line-height:20px;color:#6446c5;margin-bottom:4px}.p-chat .chat-page-row .chat-box .chat-header .content p{margin-bottom:0;font-weight:400;font-size:12px;line-height:15px;color:#dbb261;display:flex;align-content:center}.p-chat .chat-page-row .chat-box .chat-header .content p i{margin-right:5px;font-size:6px}.p-chat .chat-page-row .chat-box .chat-room{height:100%;overflow-y:auto;padding:0 25px 20px}@media (max-width: 599px){.p-chat .chat-page-row .chat-box .chat-room{padding:0 25px 70px}}.p-chat .chat-page-row .chat-box .chat-room:hover::-webkit-scrollbar{width:10px}.p-chat .chat-page-row .chat-box .chat-room:hover::-webkit-scrollbar-track{background:#f1f1f1}.p-chat .chat-page-row .chat-box .chat-room:hover::-webkit-scrollbar-thumb{background:#b0bec5;border-radius:10px}.p-chat .chat-page-row .chat-box .chat-room::-webkit-scrollbar{width:10px}.p-chat .chat-page-row .chat-box .chat-room::-webkit-scrollbar-track{background:transparent}.p-chat .chat-page-row .chat-box .chat-room::-webkit-scrollbar-thumb{background:transparent;border-radius:10px}.p-chat .chat-page-row .chat-box .chat-room::-webkit-scrollbar-thumb:hover{background:#90A4AE}.p-chat .chat-page-row .chat-box .chat-room .chat-row{margin-bottom:3px;display:flex;gap:15px;max-width:calc(85% - 10px)}.p-chat .chat-page-row .chat-box .chat-room .chat-row .avatar{flex:0 0 40px;width:40px;height:40px;border-radius:50%;object-fit:cover;margin:0}.p-chat .chat-page-row .chat-box .chat-room .chat-row .content .chat-bubble{padding:14px 15px;gap:10px;background:#FFFFFF;border-radius:10px}.p-chat .chat-page-row .chat-box .chat-room .chat-row .content .chat-bubble p{font-weight:300;font-size:15px;line-height:20px;letter-spacing:.14px;color:#767676}.p-chat .chat-page-row .chat-box .chat-room .chat-row .content .chat-bubble p:last-child{margin-bottom:0}.p-chat .chat-page-row .chat-box .chat-room .chat-row .content .date{margin-top:6px;margin-bottom:4px;font-weight:400;font-size:14px;line-height:19px;text-align:left;color:#c3c4c9}.p-chat .chat-page-row .chat-box .chat-room .chat-row.right{margin-left:auto;justify-content:end}.p-chat .chat-page-row .chat-box .chat-room .chat-row.right .content{order:1}.p-chat .chat-page-row .chat-box .chat-room .chat-row.right .content .date{text-align:right}.p-chat .chat-page-row .chat-box .chat-room .chat-row.right .avatar{order:2}.p-chat .chat-page-row .chat-box .send-text{display:flex;justify-content:center;align-items:center;padding:10px;gap:13px;background-color:#fff;border-bottom-left-radius:5px;border-bottom-right-radius:5px}@media (max-width: 599px){.p-chat .chat-page-row .chat-box .send-text{position:fixed;width:100%;bottom:0;left:0;right:0}}.p-chat .chat-page-row .chat-box .send-text .text-input{display:flex;align-items:center;padding:11px 13px;gap:10px;height:50px;background:#F8F8F8;border-radius:13px;width:100%}.p-chat .chat-page-row .chat-box .send-text .text-input label{margin:0}.p-chat .chat-page-row .chat-box .send-text .text-input i{font-size:20px;color:#8e8f92}.p-chat .chat-page-row .chat-box .send-text .text-input input,.p-chat .chat-page-row .chat-box .send-text .text-input textarea{width:100%;border:none;font-weight:400;font-size:15px;line-height:20px;display:flex;align-items:center;background:transparent}.p-chat .chat-page-row .chat-box .send-text .text-input input::placeholder,.p-chat .chat-page-row .chat-box .send-text .text-input textarea::placeholder{color:#979797}.p-chat .chat-page-row .chat-box .send-text .send-button{width:50px;height:50px;background:#F8F8F8;border-radius:12.8704px;display:flex;align-items:center;justify-content:center;color:#979797}.p-chat .chat-page-row #transaction_detail_card_container{min-width:20vw;height:100%;overflow-y:scroll;overflow-x:hidden}.p-chat .chat-page-row #transaction_detail_card_container:hover::-webkit-scrollbar{width:10px}.p-chat .chat-page-row #transaction_detail_card_container:hover::-webkit-scrollbar-track{background:#f1f1f1}.p-chat .chat-page-row #transaction_detail_card_container:hover::-webkit-scrollbar-thumb{background:#b0bec5;border-radius:10px}.p-chat .chat-page-row #transaction_detail_card_container::-webkit-scrollbar{width:10px}.p-chat .chat-page-row #transaction_detail_card_container::-webkit-scrollbar-track{background:transparent}.p-chat .chat-page-row #transaction_detail_card_container::-webkit-scrollbar-thumb{background:transparent;border-radius:10px}.p-chat .chat-page-row #transaction_detail_card_container::-webkit-scrollbar-thumb:hover{background:#90A4AE}@media (max-width: 599px){.p-chat .chat-page-row #transaction_detail_card_container{width:100%}}.p-chat .chat-page-row .order-info{background:#FFFFFF;border:1px solid #E4E4E4;border-radius:5px;height:fit-content;padding:20px 14px;display:flex;flex-direction:column;gap:18px;min-width:20vw;transition:all .3s ease}@media (max-width: 599px){.p-chat .chat-page-row .order-info{height:calc(100vh - 150px);max-height:calc(100vh - 70px);overflow:scroll;border:none;border-radius:none;max-width:100%;position:fixed;z-index:3;left:0;width:100%;bottom:-100vh;padding-top:0rem}.p-chat .chat-page-row .order-info.active{display:flex;bottom:0px}}.p-chat .chat-page-row .order-info .head{display:flex;justify-content:space-between;align-items:center}.p-chat .chat-page-row .order-info .head h3{font-size:26px;margin-bottom:0}.p-chat .chat-page-row .order-info .head button{display:flex;align-items:center;padding:9px 10px;gap:5px;height:37px;border:1px solid #6446C5;border-radius:7px;background:#fff;font-weight:600;font-size:15px;line-height:19px;color:#6446c5}.p-chat .chat-page-row .order-info .head button i{font-size:19px}.p-chat .chat-page-row .order-info hr{width:100%;margin:0}.p-chat .chat-page-row .order-info .info-box{display:flex;flex-direction:column;align-items:flex-start;padding:11px;gap:17px;background:#FAFAFA;border-radius:10px}.p-chat .chat-page-row .order-info .info-box .info-row{width:100%;display:flex;align-items:center;justify-content:space-between}.p-chat .chat-page-row .order-info .info-box .info-row h6{margin-bottom:0;color:#6446c5;font-weight:500;font-size:14px;line-height:17px}.p-chat .chat-page-row .order-info .info-box .info-row p{margin-bottom:0;font-weight:400;font-size:14px;line-height:17px;text-align:right;color:#969696}.p-chat .chat-page-row .order-info .info-box .button-row{display:grid;grid-template-columns:repeat(2,1fr);padding:0;gap:10px;width:100%}.p-chat .chat-page-row .order-info .info-box .button-row button{display:flex;justify-content:center;align-items:center;padding:10px 0;gap:5px;height:42px;border-radius:7px;font-weight:400;font-size:14px;line-height:19px}.p-chat .chat-page-row .order-info .info-box .button-row button img{width:22px;margin-right:3px}.p-chat .chat-page-row .order-info .info-box .button-row button.outlined{background-color:#fff;border:1px solid #6446C5;color:#6446c5}.p-chat .chat-page-row .order-info .info-box .button-row button.outlined.red{color:#ff6969;border-color:#ff6969}.p-settings .settings-box{border:1px solid #E1E1E1;border-radius:5px}.p-settings .settings-box .settings-row{height:65px;display:flex;align-items:center;border-bottom:1px solid rgba(0,0,0,.1)}.p-settings .settings-box .settings-row:nth-child(even){background:#FFFAFA}.p-settings .settings-box .settings-row:last-child{border:none}.p-settings .settings-box .settings-row .settings-label{flex:0 0 170px;width:170px;padding-left:16px}.p-settings .settings-box .settings-row .settings-label p{margin-bottom:0;font-weight:300;font-size:15px;line-height:19px}.p-settings .settings-box .settings-row .forms{display:flex;align-items:center;width:100%;gap:10px}.p-settings .settings-box .settings-row .forms .form-group{margin-bottom:0}.p-settings .settings-box .settings-row .forms .form-control{height:42px;width:180px;padding:0 14px;font-size:15px}.p-settings .settings-box .settings-row .forms p{margin-bottom:0;font-weight:500;font-size:15px;line-height:19px;color:#8e8f92}.p-settings .settings-box .settings-row .action{flex:0 0 170px;width:160px;display:flex;align-items:center;justify-content:center}.p-settings .settings-box .settings-row .action button{border-radius:8px;padding:5px 15px;font-weight:400;font-size:15px;line-height:19px}.p-settings .settings-box .settings-row .custom-switch input:checked~label:before,.p-settings .settings-box .settings-row .custom-checkbox input:checked~label:before{background-color:#6446c5;border-color:#6446c5;box-shadow:none}.p-settings .settings-box .settings-row .custom-switch .custom-control-input:focus:not(:checked)~label:before,.p-settings .settings-box .settings-row .custom-checkbox .custom-control-input:focus:not(:checked)~label:before{box-shadow:none;border-color:#adb5bd}.p-settings .settings-box .settings-row .custom-switch label{font-weight:500;font-size:14px;color:#6446c5}.p-settings .settings-box .settings-row .custom-switch label:before{box-shadow:none;top:.2rem}.p-settings .settings-box .settings-row .custom-switch label:after{top:calc(.2rem + 2px)}.custom-control-input:checked~.custom-control-label:before{border-color:#6446c5;background-color:#6446c5}.text-action{color:#6446c5;font-size:14px;font-family:Outfit}.p-calendar .page-row{display:grid;gap:20px;grid-template-columns:650px 5fr}@media (max-width: 599px){.p-calendar .page-row{display:flex;flex-direction:column;gap:2rem}}.p-calendar .page-row .color-calendar{width:100%;background-color:#fff;border:1px solid #E3DEFF;box-shadow:0 4px 19px #cbcbcb40;border-radius:20px}.p-calendar .page-row .color-calendar .calendar__header{display:flex;align-items:center;gap:10px;padding:20px;background:#F9F8FF}.p-calendar .page-row .color-calendar .calendar__header .calendar__monthyear{padding-left:0;font-weight:400;font-size:19px;line-height:24px;color:#6446c5;text-align:center;width:100%}.p-calendar .page-row .color-calendar .calendar__header .calendar__arrow{width:fit-content}.p-calendar .page-row .color-calendar .calendar__header .calendar__arrow-inner{background:#B39BFF}.p-calendar .page-row .color-calendar .calendar__header .calendar__arrow-inner:before{color:#fff}.p-calendar .page-row .color-calendar .calendar__weekdays{grid-template-columns:repeat(7,1fr)}.p-calendar .page-row .color-calendar .calendar__weekdays .calendar__weekday{padding:30px 0;color:#6446c5;opacity:1;font-size:15.5px}.p-calendar .page-row .color-calendar .calendar__days{grid-template-columns:repeat(7,1fr);grid-template-rows:repeat(6,60px)}.p-calendar .page-row .color-calendar .calendar__days .calendar__day{border-top:1px solid #E8E8E8;font-size:15.5px;color:#8e8f92;font-weight:400}.p-calendar .page-row .color-calendar .calendar__days .calendar__day-other{opacity:1;color:#c3c4c9}.p-calendar .page-row .color-calendar .calendar__days .calendar__day-today{color:#6446c5}.p-calendar .page-row .color-calendar .calendar__days .calendar__day-today .calendar__day-box{box-shadow:none;background:#6446C5}.p-calendar .page-row .color-calendar .calendar__days .calendar__day-box{border-radius:50rem!important;width:30px!important;height:30px!important}.p-calendar .page-row .color-calendar .calendar__days .calendar__day-event{color:#c02222}.p-calendar .page-row .color-calendar .calendar__days .calendar__day-event .calendar__day-bullet{opacity:0}.p-calendar .page-row .color-calendar .calendar__days .calendar__day-event .calendar__day-box{opacity:1!important;box-shadow:none;background:#FFE4D0}.p-calendar .page-row .color-calendar .calendar__days .calendar__day.multi-holiday{color:#c02222}.p-calendar .page-row .color-calendar .calendar__days .calendar__day.multi-holiday .calendar__day-box{opacity:1!important;background:#fb9f9a;box-shadow:none}.p-calendar .page-row .color-calendar .calendar__days .calendar__day-selected{color:#fff}.p-calendar .page-row .color-calendar .calendar__days .calendar__day-selected .calendar__day-box{background:#6446C5;box-shadow:none}.p-calendar .page-row .detail-libur{border:1px solid #E3DEFF;border-radius:10px}.p-calendar .page-row .detail-libur .header{background:#F9F8FF;border-radius:10px;height:60px;display:flex;align-items:center;justify-content:center}.p-calendar .page-row .detail-libur .header h4{font-weight:500;font-size:18px;margin-bottom:0;color:#6446c5}.p-calendar .page-row .detail-libur .detail-body{overflow-y:auto;height:470px}.p-calendar .page-row .detail-libur ul{padding-bottom:10px;margin-bottom:0}.p-calendar .page-row .detail-libur ul li{margin:10px 0;font-weight:400;font-size:17px;line-height:28px;color:#8e8f92}.p-calendar .page-row .detail-libur .date-item{margin:10px 5px;border-bottom:1px solid #DBDCDE}.p-calendar .page-row .detail-libur .date-item:last-child{border:none}.p-calendar .page-row .detail-libur .date-item .head{display:flex;align-items:center;padding:10px 12px;gap:10px}.p-calendar .page-row .detail-libur .date-item .head img{width:24px}.p-calendar .page-row .detail-libur .date-item .head p{margin-bottom:0;color:#c02222;font-weight:400;font-size:16px;line-height:28px}:root{--fc-button-border-color: none;--fc-border-color: none;--fc-highlight-color: #997CF8}.dashboard-content-body{zoom:0!important}#color-calendar{border:1px solid #E3DEFF;border-radius:10px}#color-calendar .fc-header-toolbar{background:#F9F8FF;border-radius:10px;height:60px;display:flex;padding-left:10px;padding-right:10px}#color-calendar .fc-header-toolbar .fc-toolbar-title{font-weight:400;font-size:19px;line-height:24px;color:#6446c5}#color-calendar .fc-header-toolbar .fc-today-button{display:none}#color-calendar .fc-header-toolbar .fc-button-primary{background:#6446C5;border-radius:7px}#color-calendar .fc-header-toolbar .fc-prev-button{margin-right:10px}#color-calendar .fc td{padding:2px}#color-calendar .fc th{padding-top:10px;padding-bottom:10px}#color-calendar .fc-col-header-cell-cushion{color:#6446c5;margin-bottom:20px}#color-calendar .fc-dayGridMonth-view{padding-right:10px}#color-calendar .fc-scroller{overflow:hidden!important}@media (max-width: 320px){#color-calendar .fc-toolbar-chunk .fc-button-group .fc-next-button{margin-left:-5px}#color-calendar .fc-toolbar-chunk button{transform:scale(.8);outline:none;box-shadow:none}#color-calendar .fc-toolbar>*>:not(:first-child){margin-left:0}}@media (max-width: 375px){#color-calendar .fc-toolbar-chunk{display:flex}#color-calendar .fc-toolbar-chunk button.fc-button-primary{white-space:nowrap}}@media (max-width: 576px){#color-calendar .fc-event{width:12px;height:12px;border-radius:50%;background-color:#007bff;margin-left:40px}}@media (max-width: 576px) and (max-width: 375px){#color-calendar .fc-event{margin-left:30px}}@media (max-width: 576px){#color-calendar .fc-event-title{display:none}}@media (max-width: 576px){#color-calendar .fc-highlight{background-color:#997cf8;border:none}}@media (min-width: 1024px){#color-calendar{min-height:530px!important;height:auto;max-height:none!important}#color-calendar .fc-event-title{padding:10px 2px}}@media (max-width: 576px){.wrapp-event-mobile{margin-top:20px;width:100%;height:auto}.wrapp-event-mobile .event-detail{border:1px solid #ddd;padding:5px;margin-bottom:5px;border-radius:5px;display:flex;justify-content:space-between;background-color:#007bff;color:#fff;align-items:center}}@media (min-width: 576px){.wrapp-event-mobile{display:none!important}}.p-login{width:100vw;height:100vh;background-image:url(/build/assets/bg-auth.2869bd29.png);background-size:contain;background-repeat:no-repeat;background-position:left center;display:flex;align-items:center;justify-content:center}.p-login .form-col{width:420px;height:fit-content;text-align:center}@media (max-width: 599px){.p-login .form-col{width:300px}}.p-login .form-col .logo{height:85px;display:inline}@media (max-width: 599px){.p-login .form-col .logo{display:none}}.p-login .form-col .logo-mobile{height:40px;display:none}@media (max-width: 599px){.p-login .form-col .logo-mobile{display:inline}}.p-login .form-col h1{margin-top:45px;color:#6446c5;font-weight:500;font-size:34px;margin-bottom:15px}@media (max-width: 599px){.p-login .form-col h1{font-size:25px}}.p-login .form-col h4{font-weight:400;font-size:19px;color:#8e8f92;margin-bottom:40px}@media (max-width: 599px){.p-login .form-col h4{font-size:14px}}.p-login .auth-input{background:linear-gradient(195.84deg,rgba(181,193,255,.14) 1.77%,rgba(202,211,255,.12) 91.25%);box-shadow:inset 0 4px 11px #dbd5d540;border-radius:10px;padding:0 18px;height:58px;text-align:left;display:flex;align-items:center;gap:14px;margin-bottom:18px}.p-login .auth-input img{width:20px}.p-login .auth-input input{background:transparent;border:none;font-weight:300;font-size:17px;line-height:25px;width:100%;height:100%;padding:22px 0}.p-login .auth-input input::placeholder{color:#6c6c6c80}.p-login .submit-button{margin-top:40px;padding:20px 10px;gap:10px;height:58px;background:#6446C5;border-radius:11px;width:100%;font-weight:500;font-size:21px;line-height:32px;letter-spacing:-.387234px;color:#fff}@media (max-width: 599px){.p-login .submit-button{border-radius:60px}}.management-tabs{border-radius:6px}.management-tabs .management-nav{border-bottom:1px solid #eef0f3}.management-tabs .management-nav .nav-item{width:20%}.management-tabs .management-nav .nav-link{color:#6b7280;padding:10px;background:transparent;border:none;border-bottom:3px solid #C3C4C9;position:relative;text-align:left}.management-tabs .management-nav .nav-link.active,.management-tabs .management-nav .nav-link:hover{color:#4f46e5;border-bottom:3px solid #4f46e5}.management-tabs .management-content{padding:12px 4px 0}.management-tabs .management-content .tab-pane{display:none}.management-tabs .management-content .tab-pane.active{display:block}.management-tabs .management-content table.table{margin-top:8px;width:100%;border-collapse:collapse}.management-tabs .management-content table.table thead th.sorting:after,.management-tabs .management-content table.table thead th.sorting:before,.management-tabs .management-content table.table thead th.sorting_asc:after,.management-tabs .management-content table.table thead th.sorting_asc:before,.management-tabs .management-content table.table thead th.sorting_desc:after,.management-tabs .management-content table.table thead th.sorting_desc:before{display:none!important;content:none!important;background-image:none!important;width:0!important;height:0!important}.management-tabs .badge{display:inline-block;padding:6px 10px;border-radius:12px;font-size:12px;font-weight:600;color:#fff}.management-tabs .badge-active{background:#9ed4ff;color:#08466a;border-radius:8px;padding:6px 10px}.management-tabs .badge-expired{background:#ffd6d0;color:#7a2a1d;border-radius:8px;padding:6px 10px}.management-tabs .badge-warning{background:#ffe7b6;color:#6a4a00;border-radius:8px;padding:6px 10px}.management-tabs .btn-history,.management-tabs .btn-detail{background:#5b21b6;color:#fff;border:none;padding:6px 12px;border-radius:8px;box-shadow:none;white-space:nowrap}.management-tabs .btn-history:hover,.management-tabs .btn-detail:hover{color:#fff}.management-tabs .th-with-action{display:flex;align-items:center;gap:12px}.management-tabs .pulse-refresh-btn{width:36px;height:36px;border-radius:10px;background:transparent;border:1px solid #6446C5;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,border-color .15s ease;position:relative}.management-tabs .pulse-refresh-btn svg{display:block}.management-tabs .pulse-refresh-btn:hover{background:rgba(91,33,182,.04);border-color:#5b21b647}.management-tabs .pulse-refresh-btn[data-tooltip]:after{content:attr(data-tooltip);position:absolute;top:46px;left:50%;transform:translate(-50%) scale(.95);background:#6b7280;color:#fff;padding:10px 16px;border-radius:6px;font-size:14px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .12s ease,transform .12s ease;box-shadow:0 6px 18px #00000026;z-index:20}.management-tabs .pulse-refresh-btn[data-tooltip]:before{content:"";position:absolute;top:40px;left:50%;transform:translate(-50%);border:8px solid transparent;border-bottom-color:#6b7280;opacity:0;transition:opacity .12s ease;z-index:21}.management-tabs .pulse-refresh-btn:hover[data-tooltip]:after,.management-tabs .pulse-refresh-btn:focus[data-tooltip]:after{opacity:1;transform:translate(-50%) scale(1);pointer-events:auto}.management-tabs .pulse-refresh-btn:hover[data-tooltip]:before,.management-tabs .pulse-refresh-btn:focus[data-tooltip]:before{opacity:1}.management-tabs table.table thead th:first-child,.management-tabs table.table tbody td:first-child{border-left:1px solid rgba(79,70,229,.08);padding-left:10px}.management-tabs table.table.highlight-first-col thead th:first-child,.management-tabs table.table.highlight-first-col tbody td:first-child{border-left-width:2px;border-left-color:#4f46e529;background-clip:padding-box}.management-tabs table.dataTable.table-sm>thead>tr>th :not(.sorting_disabled){padding-right:0!important;margin-right:5px}@media (max-width: 575px){.management-tabs .management-nav{overflow-x:auto;display:flex}.management-tabs .management-nav .nav-item{flex:0 0 auto}}.management-page .page-card{padding:0!important;margin:0!important;background:transparent!important;box-shadow:none}.history-tabs{border-radius:6px}.history-tabs .history-nav{border-bottom:1px solid #eef0f3}.history-tabs .history-nav .nav-item{width:20%}.history-tabs .history-nav .nav-link{color:#6b7280;padding:10px;background:transparent;border:none;border-bottom:3px solid #c3c4c9;position:relative;text-align:left}.history-tabs .history-nav .nav-link.active,.history-tabs .history-nav .nav-link:hover{color:#4f46e5;border-bottom:3px solid #4f46e5}.history-tabs .history-content{padding:12px 4px 0}.history-tabs .history-content .tab-pane{display:none}.history-tabs .history-content .tab-pane.active{display:block}.history-tabs .history-content table.table{margin-top:8px;width:100%;border-collapse:collapse}.history-tabs .history-content table.table thead th.sorting:after,.history-tabs .history-content table.table thead th.sorting:before,.history-tabs .history-content table.table thead th.sorting_asc:after,.history-tabs .history-content table.table thead th.sorting_asc:before,.history-tabs .history-content table.table thead th.sorting_desc:after,.history-tabs .history-content table.table thead th.sorting_desc:before{display:none!important;content:none!important;background-image:none!important;width:0!important;height:0!important}.history-tabs .badge{display:inline-block;padding:6px 10px;border-radius:12px;font-size:12px;font-weight:600;color:#fff}.history-tabs .badge-active{background:#9ed4ff;color:#08466a;border-radius:8px;padding:6px 10px}.history-tabs .badge-expired{background:#ffd6d0;color:#7a2a1d;border-radius:8px;padding:6px 10px}.history-tabs .badge-warning{background:#ffe7b6;color:#6a4a00;border-radius:8px;padding:6px 10px}.history-tabs .btn-history,.history-tabs .btn-detail{background:#5b21b6;color:#fff;border:none;padding:6px 12px;border-radius:8px;box-shadow:none;white-space:nowrap}.history-tabs .btn-history:hover,.history-tabs .btn-detail:hover{color:#fff}.history-tabs .th-with-action{display:flex;align-items:center;gap:12px}.history-tabs .pulse-refresh-btn{width:36px;height:36px;border-radius:10px;background:transparent;border:1px solid #6446c5;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,border-color .15s ease;position:relative}.history-tabs .pulse-refresh-btn svg{display:block}.history-tabs .pulse-refresh-btn:hover{background:rgba(91,33,182,.04);border-color:#5b21b647}.history-tabs .pulse-refresh-btn[data-tooltip]:after{content:attr(data-tooltip);position:absolute;top:46px;left:50%;transform:translate(-50%) scale(.95);background:#6b7280;color:#fff;padding:10px 16px;border-radius:6px;font-size:14px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .12s ease,transform .12s ease;box-shadow:0 6px 18px #00000026;z-index:20}.history-tabs .pulse-refresh-btn[data-tooltip]:before{content:"";position:absolute;top:40px;left:50%;transform:translate(-50%);border:8px solid transparent;border-bottom-color:#6b7280;opacity:0;transition:opacity .12s ease;z-index:21}.history-tabs .pulse-refresh-btn:hover[data-tooltip]:after,.history-tabs .pulse-refresh-btn:focus[data-tooltip]:after{opacity:1;transform:translate(-50%) scale(1);pointer-events:auto}.history-tabs .pulse-refresh-btn:hover[data-tooltip]:before,.history-tabs .pulse-refresh-btn:focus[data-tooltip]:before{opacity:1}.history-tabs table.table thead th:first-child,.history-tabs table.table tbody td:first-child{border-left:1px solid rgba(79,70,229,.08);padding-left:10px}.history-tabs table.table.highlight-first-col thead th:first-child,.history-tabs table.table.highlight-first-col tbody td:first-child{border-left-width:2px;border-left-color:#4f46e529;background-clip:padding-box}.history-tabs table.dataTable.table-sm>thead>tr>th :not(.sorting_disabled){padding-right:0!important;margin-right:5px}@media (max-width: 575px){.history-tabs .history-nav{overflow-x:auto;display:flex}.history-tabs .history-nav .nav-item{flex:0 0 auto}}.history-tabs .card-box{margin-bottom:20px}.history-tabs .metrics-top-bottom{display:flex;flex-direction:column;gap:18px;padding:12px 6px}.history-tabs .metrics-top{display:flex;gap:18px;justify-content:space-between}.history-tabs .metrics-bottom{display:flex;gap:30px;justify-content:left}.history-tabs .metric-card{background:linear-gradient(180deg,#ffffff 0%,#fbfbff 100%);border-radius:10px;box-shadow:0 12px 30px #0f70ff17,0 2px 6px #0f70ff0a;display:flex;align-items:center;gap:12px;padding:14px 18px;min-width:260px;flex:1 1 260px;max-width:360px;transition:box-shadow .18s ease,transform .18s ease}.history-tabs .metric-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #0f70ff24,0 6px 18px #0f70ff0f}.history-tabs .metric-icon.framed{width:46px;height:46px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#eef6ff;box-shadow:0 8px 28px #4f98ff1f,inset 0 1px #fff9}.history-tabs .metric-icon.blue{border:2px solid #cfe8ff}.history-tabs .metric-icon.framed img{width:28px;height:28px;object-fit:contain}.history-tabs .metric-body{display:flex;flex-direction:column;justify-content:center}.history-tabs .metric-label{color:#9ea7b3;font-size:.9rem;margin-bottom:4px}.history-tabs .metric-value{color:#111827;font-weight:700;font-size:1.25rem}@media (max-width: 992px){.history-tabs .metrics-top{gap:12px;flex-wrap:wrap}.history-tabs .metric-card{min-width:200px;flex:1 1 200px}.history-tabs .metrics-bottom{gap:12px}}@media (max-width: 576px){.history-tabs .metrics-top-bottom{gap:12px}.history-tabs .metric-card{min-width:140px;padding:10px 12px}.history-tabs .metric-icon.framed{width:40px;height:40px}.history-tabs .metric-icon.framed img{width:22px;height:22px}}#table-history{table-layout:auto}.provider-col{max-width:200px;padding-left:12px;vertical-align:middle;overflow:hidden}.chip-col{max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.provider-inner{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.provider-icon{width:24px;height:24px;object-fit:contain;display:inline-block}.provider-name{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:120px}.history-history .modal-dialog{max-width:450px}.history-history .modal-content{border-radius:10px;overflow:hidden;box-shadow:0 8px 30px #0006;border:none}.history-history .modal-header{background:linear-gradient(180deg,#f6efff 0%,#f3e9ff 100%);border-bottom:none;padding:18px 24px;align-items:center}.history-history .modal-title{color:#6f2bdc;font-weight:600;margin:0;font-size:1.125rem}.history-history .btn-close-circle{width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;border:none;box-shadow:0 2px 6px #6f2bdc40;cursor:pointer}.history-history .modal-body{padding:22px 24px;background:#fff;color:#222}.history-history .modal-body .label{color:#222;font-weight:600}.history-history .modal-body .value-date{color:#9b9b9b;text-align:right}.history-history #modal-history-desc{background:#f6f6f7;border-radius:6px;padding:18px;color:#6b6b6b;font-size:.95rem;white-space:pre-wrap;word-break:break-word}@media (max-width: 576px){.history-history .modal-dialog{margin:1.75rem}.history-history .modal-body{padding:16px}}.history-page .page-card{padding:0!important;margin:0!important;background:transparent!important;box-shadow:none}.chip-tabs{border-radius:6px}.chip-tabs .chip-nav{border-bottom:1px solid #eef0f3}.chip-tabs .chip-nav .nav-item{width:20%}.chip-tabs .chip-nav .nav-link{color:#6b7280;padding:10px;background:transparent;border:none;border-bottom:3px solid #c3c4c9;position:relative;text-align:left}.chip-tabs .chip-nav .nav-link.active,.chip-tabs .chip-nav .nav-link:hover{color:#4f46e5;border-bottom:3px solid #4f46e5}.chip-tabs .chip-content{padding:12px 4px 0}.chip-tabs .chip-content .tab-pane{display:none}.chip-tabs .chip-content .tab-pane.active{display:block}.chip-tabs .chip-content table.table{margin-top:8px;width:100%;border-collapse:collapse}.chip-tabs .chip-content table.table thead th.sorting:after,.chip-tabs .chip-content table.table thead th.sorting:before,.chip-tabs .chip-content table.table thead th.sorting_asc:after,.chip-tabs .chip-content table.table thead th.sorting_asc:before,.chip-tabs .chip-content table.table thead th.sorting_desc:after,.chip-tabs .chip-content table.table thead th.sorting_desc:before{display:none!important;content:none!important;background-image:none!important;width:0!important;height:0!important}.chip-tabs .badge{display:inline-block;padding:6px 10px;border-radius:12px;font-size:12px;font-weight:600;color:#fff}.chip-tabs .badge-active{background:#9ed4ff;color:#08466a;border-radius:8px;padding:6px 10px}.chip-tabs .badge-expired{background:#ffd6d0;color:#7a2a1d;border-radius:8px;padding:6px 10px}.chip-tabs .badge-warning{background:#ffe7b6;color:#6a4a00;border-radius:8px;padding:6px 10px}.chip-tabs .btn-history,.chip-tabs .btn-detail{background:#5b21b6;color:#fff;border:none;padding:6px 12px;border-radius:8px;box-shadow:none;white-space:nowrap}.chip-tabs .btn-history:hover,.chip-tabs .btn-detail:hover{color:#fff}.chip-tabs .btn-clear{background:white;color:#5b21b6;border:1px solid #5b21b6;padding:6px 12px;border-radius:8px;box-shadow:none;white-space:nowrap}.chip-tabs .btn-clear:hover{color:#fff}.chip-tabs .th-with-action{display:flex;align-items:center;gap:12px}.chip-tabs .pulse-refresh-btn{width:36px;height:36px;border-radius:10px;background:transparent;border:1px solid #6446c5;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,border-color .15s ease;position:relative}.chip-tabs .pulse-refresh-btn svg{display:block}.chip-tabs .pulse-refresh-btn:hover{background:rgba(91,33,182,.04);border-color:#5b21b647}.chip-tabs .pulse-refresh-btn[data-tooltip]:after{content:attr(data-tooltip);position:absolute;top:46px;left:50%;transform:translate(-50%) scale(.95);background:#6b7280;color:#fff;padding:10px 16px;border-radius:6px;font-size:14px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .12s ease,transform .12s ease;box-shadow:0 6px 18px #00000026;z-index:20}.chip-tabs .pulse-refresh-btn[data-tooltip]:before{content:"";position:absolute;top:40px;left:50%;transform:translate(-50%);border:8px solid transparent;border-bottom-color:#6b7280;opacity:0;transition:opacity .12s ease;z-index:21}.chip-tabs .pulse-refresh-btn:hover[data-tooltip]:after,.chip-tabs .pulse-refresh-btn:focus[data-tooltip]:after{opacity:1;transform:translate(-50%) scale(1);pointer-events:auto}.chip-tabs .pulse-refresh-btn:hover[data-tooltip]:before,.chip-tabs .pulse-refresh-btn:focus[data-tooltip]:before{opacity:1}.chip-tabs table.table thead th:first-child,.chip-tabs table.table tbody td:first-child{border-left:1px solid rgba(79,70,229,.08);padding-left:10px}.chip-tabs table.table.highlight-first-col thead th:first-child,.chip-tabs table.table.highlight-first-col tbody td:first-child{border-left-width:2px;border-left-color:#4f46e529;background-clip:padding-box}.chip-tabs table.dataTable.table-sm>thead>tr>th :not(.sorting_disabled){padding-right:0!important;margin-right:5px}@media (max-width: 575px){.chip-tabs .chip-nav{overflow-x:auto;display:flex}.chip-tabs .chip-nav .nav-item{flex:0 0 auto}}.chip-page .outer-layout{display:flex;width:100%;gap:20px}.chip-page .outer-layout .box-left{width:30%}.chip-page .outer-layout .box-left .chip-tabs{width:100%;display:flex;flex-direction:column;padding:10px;border:1px solid #e3deff;height:100%}.chip-page .outer-layout .box-left .chip-tabs .chip-nav{padding-bottom:25px;border-bottom:1px solid #dbdcde}.chip-page .outer-layout .box-left .chip-tabs .chip-nav .nav-item{width:20%;display:flex;flex-direction:row}.chip-page .outer-layout .box-left .chip-tabs .chip-nav .nav-item.mid .nav-link{border-radius:0!important}.chip-page .outer-layout .box-left .chip-tabs .chip-nav .nav-item.left .nav-link{border-radius:8px 0 0 8px}.chip-page .outer-layout .box-left .chip-tabs .chip-nav .nav-item.right .nav-link{border-radius:0 8px 8px 0}.chip-page .outer-layout .box-left .chip-tabs .chip-nav .nav-link{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:9px 10px;gap:3px;border:1px solid #e7e7e7;border-radius:8px;background:#f5f5f5;color:#8e8f92;font-size:12px;text-decoration:none;transition:all .15s ease;width:100%;white-space:nowrap}.chip-page .outer-layout .box-left .chip-tabs .chip-nav .nav-link img{height:20px}.chip-page .outer-layout .box-left .chip-tabs .chip-nav .nav-link.active{background:#6446c5;border-color:#6446c5;color:#fff}.chip-page .outer-layout .box-left .chip-tabs .chip-content{margin-top:5px;padding:16px 0}.chip-page .outer-layout .box-left .chip-tabs .chip-content .menu-box .menu-box{padding:8px 0}.chip-page .outer-layout .box-left .chip-tabs .chip-content .menu-box .chip-list{display:flex;flex-direction:column;gap:10px}.chip-page .outer-layout .box-left .chip-tabs .chip-content .menu-box .chip-item{padding:12px 16px;border-bottom:1px solid #eee}.chip-page .outer-layout .box-left .chip-tabs .chip-content .menu-box .chip-left{gap:12px}.chip-page .outer-layout .box-left .chip-tabs .chip-content .menu-box .chip-info{display:flex;flex-direction:column}.chip-page .outer-layout .box-left .chip-tabs .chip-content .menu-box .chip-title{font-weight:600;white-space:nowrap}.chip-page .outer-layout .box-left .chip-tabs .chip-content .menu-box .chip-sub{font-size:12px;color:#8b8b8b}.chip-page .outer-layout .box-left .chip-tabs .chip-content .menu-box .chip-badge-wrapper{margin-left:12px}.chip-page .outer-layout .box-left .chip-tabs .chip-content .menu-box .badge.status-badge{padding:6px 10px;border-radius:8px;font-size:12px;display:inline-block}.chip-page .outer-layout .box-left .chip-tabs .chip-content .menu-box .badge.status-badge.active{background:#dbeafe;color:#2563eb}.chip-page .outer-layout .box-left .chip-tabs .chip-content .menu-box .badge.status-badge.inactive{background:#fef3c7;color:#92400e}.chip-page .outer-layout .box-left .chip-tabs .chip-content .menu-box .badge.status-badge.in-use{background:#e6e6e6;color:#6b7280}.chip-page .outer-layout .box-left .chip-tabs .chip-content .menu-box .chip-right{gap:10px}.chip-page .outer-layout .box-left .chip-tabs .chip-content .menu-box .lock-wrapper{position:relative;cursor:pointer;margin-left:10px;margin-right:-13px}.chip-page .outer-layout .box-left .chip-tabs .chip-content .menu-box .lock-tooltip{position:absolute;top:-36px;left:-10px;background:rgba(55,65,81,.95);color:#fff;padding:6px 8px;border-radius:6px;font-size:12px;display:none;white-space:nowrap;z-index:20}.chip-page .outer-layout .box-left .chip-tabs .chip-content .menu-box .switch{position:relative;display:inline-block;width:44px;height:24px}.chip-page .outer-layout .box-left .chip-tabs .chip-content .menu-box .switch input{opacity:0;width:0;height:0}.chip-page .outer-layout .box-left .chip-tabs .chip-content .menu-box .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.2s;border-radius:24px}.chip-page .outer-layout .box-left .chip-tabs .chip-content .menu-box .slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.2s;border-radius:50%}.chip-page .outer-layout .box-left .chip-tabs .chip-content .menu-box input:checked+.slider{background-color:#6b46c8}.chip-page .outer-layout .box-left .chip-tabs .chip-content .menu-box input:checked+.slider:before{transform:translate(20px)}.chip-page .outer-layout .box-left .chip-tabs .chip-content .menu-box input:disabled+.slider{opacity:.5}.chip-page .page-card{padding:0!important;margin:0!important;background:transparent!important;box-shadow:none}.chip-page #table-chip td{vertical-align:middle}.chip-page #table-chip td:nth-child(3){max-width:360px;white-space:normal;word-break:break-word;overflow-wrap:anywhere;line-height:1.4;padding-right:8px}.chip-page .notification-text{display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.chip-page .provider-cell .provider-info .provider-name{font-weight:600;white-space:nowrap}.chip-page .action-buttons .btn{display:inline-flex;align-items:center;gap:8px}.chip-page .text-ellipsis{display:inline-block;max-width:90px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.page-card{padding:.75rem}
