.ktv-toast{align-items:flex-start;border-radius:.75rem;display:flex;gap:12px;padding:1rem;transition:transform .5s ease-out}.ktv-toast svg{color:#fff;max-height:1.5rem;max-width:1.5rem;min-height:1.5rem;min-width:1.5rem}.ktv-toast .content{display:flex;flex-direction:column;justify-content:space-between;width:100%}.ktv-toast .content .title{color:#fff;font-size:1.125rem;font-weight:700;line-height:1.5rem;margin:0}.ktv-toast .content .desc{color:#fff;font-size:.875rem;font-weight:400;line-height:1.25rem;margin:0}.ktv-toast .content button{align-self:flex-end;background-color:transparent;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:.75rem;font-weight:500;letter-spacing:.031rem;line-height:1rem;margin-top:.75rem;padding:.5rem 1rem;transition:background-color .3s ease-in-out}.ktv-toast .icon-close{color:#f5f5f5;cursor:pointer;max-height:1.125rem;max-width:1.125rem;min-height:1.125rem;min-width:1.125rem}.ktv-toast .icon-close:hover{color:#fff}.ktv-toast.d-none{display:none}.ktv-toast.--no-desc{align-items:center}.ktv-toast.--no-desc .content{align-items:center;flex-direction:row}.ktv-toast.--no-desc .content .title{font-size:.875rem;font-weight:400;line-height:1.25rem}.ktv-toast.--no-desc .content button{margin-top:0}.ktv-toast.--blue{background-color:#18a0fb}.ktv-toast.--blue .content button:hover{background-color:#0082d9}.ktv-toast.--orange{background-color:#ffae28}.ktv-toast.--orange .content button:hover{background-color:#e28d00}.ktv-toast.--red{background-color:#e72e37}.ktv-toast.--red .content button:hover{background-color:#d0000a}.ktv-toast.--green{background-color:#25af48}.ktv-toast.--green .content button:hover{background-color:#0b852a}.ktv-toast.--visible{animation:slide-in .5s ease-out}.ktv-toast.--hidden{transform:translate(110%)}@keyframes slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}.ktv-toast-group{display:flex;flex-direction:column;gap:12px;max-width:600px;position:fixed;width:600px;z-index:999999999}.ktv-toast-group.top-left{flex-direction:column-reverse;left:.75rem;top:.75rem}.ktv-toast-group.top{flex-direction:column-reverse;left:50%;top:.75rem;transform:translate(-50%)}.ktv-toast-group.top .ktv-toast{opacity:1;transition:all .5s}.ktv-toast-group.top .ktv-toast.--visible{animation:slide-out-top .5s ease-out}.ktv-toast-group.top .ktv-toast.--hidden{opacity:0;transform:translateY(0)}@keyframes slide-out-top{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.ktv-toast-group.top-right{flex-direction:column-reverse;right:.75rem;top:.75rem}.ktv-toast-group.bottom-left{bottom:.75rem;left:.75rem}.ktv-toast-group.bottom{bottom:.75rem;left:50%;transform:translate(-50%)}.ktv-toast-group.bottom .ktv-toast{opacity:1;transition:all .5s}.ktv-toast-group.bottom .ktv-toast.--visible{animation:slide-out-bottom .5s ease-out}.ktv-toast-group.bottom .ktv-toast.--hidden{opacity:0;transform:translateY(0)}@keyframes slide-out-bottom{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.ktv-toast-group.bottom-right{bottom:.75rem;right:.75rem}.ktv-toast-group.bottom-left .ktv-toast.--visible,.ktv-toast-group.top-left .ktv-toast.--visible{animation:slide-in-left .5s ease-out}.ktv-toast-group.bottom-left .ktv-toast.--hidden,.ktv-toast-group.top-left .ktv-toast.--hidden{transform:translate(-110%)}@keyframes slide-in-left{0%{transform:translate(-100%)}to{transform:translate(0)}}.ktv-toast-group.bottom-right .ktv-toast.--visible,.ktv-toast-group.top-right .ktv-toast.--visible{animation:slide-in-right .5s ease-out}.ktv-toast-group.bottom-right .ktv-toast.--hidden,.ktv-toast-group.top-right .ktv-toast.--hidden{transform:translate(110%)}@keyframes slide-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}.ktv-tooltip.sidebar-tooltip{width:unset}.custom-sidebar-container{background-color:#494a4a;color:#9f9fa0;height:100dvh;max-width:240px;padding:20px 0;position:relative;transition:max-width .5s ease-in-out;width:100%;z-index:1051}.custom-sidebar-container:hover .collapse-sidebar{opacity:1}.custom-sidebar-container.collapsed{max-width:72px}.custom-sidebar-container.collapsed .logo-container{height:60px;justify-content:center;margin:0 auto 20px;padding:8px;width:48px}.custom-sidebar-container.collapsed .logo-container .img-logo{height:42px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.custom-sidebar-container.collapsed .collapse-sidebar{opacity:1}.custom-sidebar-container.collapsed .collapse-sidebar svg{transform:rotate(180deg)}.custom-sidebar-container.collapsed ul li label{display:none}.custom-sidebar-container.collapsed ul li .list-menu{border-radius:8px;justify-content:center}.custom-sidebar-container.collapsed ul li .list-menu .tabler-icon-chevron-right,.custom-sidebar-container.collapsed ul li .list-menu .title{display:none!important}.custom-sidebar-container.collapsed ul li .list-menu .custom-second-sidebar{left:72px}.custom-sidebar-container.collapsed ul li .sidebar-bottom p{display:none}.custom-sidebar-container.collapsed .sidebar-bottom{margin:0 12px}.custom-sidebar-container .collapse-sidebar{align-items:center;background-color:#fff;border-radius:0 0 8px 8px;box-shadow:0 2px 8px #0000003d,0 2px 4px #0000001f;cursor:pointer;display:flex;height:32px;justify-content:center;opacity:0;position:absolute;right:-16px;top:0;transition:opacity .3s ease-in-out,background-color .3s ease-in-out;width:32px;z-index:99}.custom-sidebar-container .collapse-sidebar:hover{background-color:rgb(var(--colors-primary-100)/1)}.custom-sidebar-container .collapse-sidebar:hover svg{color:#fff}.custom-sidebar-container .collapse-sidebar svg{color:#121314;height:20px;transform:rotate(0);transition:transform all .5s ease-in-out,color .5s ease-in-out;width:20px}.custom-sidebar-container~.main-content{width:calc(100% - 72px)}.custom-sidebar-container::-webkit-scrollbar{width:0}.custom-sidebar-container .logo-container{align-items:center;background:#494a4a;display:flex;margin-bottom:20px;padding:0 24px;position:sticky;top:0;z-index:1}.custom-sidebar-container .logo-container .img-logo{height:60px;transition:height .5s ease-in-out}.custom-sidebar-container label{color:#9f9fa0;display:block;font-size:12px;font-weight:600;line-height:14px;margin-bottom:4px;padding:0 24px;text-transform:uppercase}.custom-sidebar-container ul{height:calc(100dvh - 120px);margin-bottom:0;overflow-y:auto;padding:0}.custom-sidebar-container ul::-webkit-scrollbar{display:none}.custom-sidebar-container ul li{list-style:none}.custom-sidebar-container ul li.active .list-menu,.custom-sidebar-container ul li:hover .list-menu{background:#656667;color:#fff;cursor:pointer}.custom-sidebar-container ul li.active svg g,.custom-sidebar-container ul li:hover svg g{opacity:1}.custom-sidebar-container ul li.active img,.custom-sidebar-container ul li:hover img{filter:brightness(0) invert(1)!important}.custom-sidebar-container ul li.active .custom-second-sidebar,.custom-sidebar-container ul li:hover .custom-second-sidebar{display:block}.custom-sidebar-container .list-menu{align-items:center;border-radius:8px;display:flex;gap:8px;margin:0 12px;padding:12px;position:relative;transition:border-radius .5s ease-in-out}.custom-sidebar-container .list-menu svg{max-height:16px;max-width:16px;min-height:16px;min-width:16px}.custom-sidebar-container .list-menu span{display:-webkit-box!important;font-size:14px;font-weight:500;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:normal;width:100%;-webkit-line-clamp:2;-webkit-box-orient:vertical}.custom-sidebar-container .list-menu .sidebar-tooltip{width:24px}.custom-sidebar-container .list-menu img{filter:invert(50%)}.custom-sidebar-container .list-menu .custom-second-sidebar{background-color:#656667;color:#9f9fa0;float:left;height:100%;left:240px;overflow-y:auto;padding:24px 14px;position:fixed;top:0;width:262px;z-index:20}.custom-sidebar-container .list-menu .custom-second-sidebar .custom-second-sidebar-title{border-bottom:1px solid #656667;color:#fff;cursor:default;font-size:14px;font-weight:600;margin:24px 10px 10px;overflow:hidden;padding-bottom:10px;text-transform:uppercase}.custom-sidebar-container .list-menu .custom-second-sidebar .custom-second-sidebar-title:first-child{margin-top:10px}.custom-sidebar-container .list-menu .custom-second-sidebar .custom-second-sidebar-subtitle{color:#ffffff4d;font-size:14px;font-weight:500;margin:10px 14px 6px;text-transform:capitalize}.custom-sidebar-container .list-menu .custom-second-sidebar .custom-second-sidebar-subtitle~.custom-second-sidebar-list{padding:10px 14px 10px 36px}.custom-sidebar-container .list-menu .custom-second-sidebar .custom-second-sidebar-list{align-items:center;border-radius:8px;color:#9f9fa0;-moz-column-gap:8px;column-gap:8px;display:flex;font-size:14px;font-weight:500;justify-content:space-between;overflow:hidden;padding:12px;text-overflow:ellipsis;white-space:nowrap}.custom-sidebar-container .list-menu .custom-second-sidebar .custom-second-sidebar-list a{display:-webkit-box!important;margin-bottom:0;overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:1;-webkit-box-orient:vertical}.custom-sidebar-container .list-menu .custom-second-sidebar .custom-second-sidebar-list .tabler-icon{max-height:16px;max-width:16px;min-height:16px;min-width:16px}.custom-sidebar-container .list-menu .custom-second-sidebar .custom-second-sidebar-list.active,.custom-sidebar-container .list-menu .custom-second-sidebar .custom-second-sidebar-list:hover{background-color:#494a4a;cursor:pointer}.custom-sidebar-container .list-menu .custom-second-sidebar .custom-second-sidebar-list.active a,.custom-sidebar-container .list-menu .custom-second-sidebar .custom-second-sidebar-list:hover a{color:#fff}.custom-sidebar-container .list-menu .tabler-icon-chevron-right{max-height:16px;max-width:16px;min-height:16px;min-width:16px}.custom-sidebar-container .sidebar-bottom{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 24px;row-gap:8px}.custom-sidebar-container .sidebar-bottom svg{min-width:24px}.custom-sidebar-container .sidebar-bottom .back-to-top{background-color:transparent;border-radius:8px;cursor:pointer;padding:12px;transition:background-color .5 ease-in-out}.custom-sidebar-container .sidebar-bottom .back-to-top:hover{background-color:#656667}.custom-sidebar-container .sidebar-bottom .back-to-top:hover svg{color:#fff}.custom-sidebar-container .sidebar-bottom p{color:#9f9fa0;font-size:14px;font-weight:500;text-align:center}.ktv-breadcrumb[data-v-6a58a90e]{align-items:center;border-radius:6px;color:#121314;display:flex;font-size:14px;font-weight:400;position:relative}.ktv-breadcrumb:hover:has(:not(.active)) .link-text[data-v-6a58a90e]{--tw-text-opacity:1;color:rgb(var(--colors-primary-100)/var(--tw-text-opacity,1))}.ktv-breadcrumb .active[data-v-6a58a90e]{color:#9f9fa0!important}.ktv-link{align-items:center;-moz-column-gap:6px;column-gap:6px;cursor:pointer;display:flex;font-weight:400;text-decoration:none;transition:color .5s}.ktv-link:focus,.ktv-link:hover{text-decoration:underline}.ktv-link.disabled{color:#d8d8d9!important;cursor:not-allowed;pointer-events:none;text-decoration:none}.ktv-link.--default{--tw-text-opacity:1;color:rgb(var(--colors-primary-100)/var(--tw-text-opacity,1))}.ktv-link.--default:hover{--tw-text-opacity:1;color:rgb(var(--colors-primary-110)/var(--tw-text-opacity,1))}.ktv-link.--default:focus{--tw-text-opacity:1;color:rgb(var(--colors-primary-120)/var(--tw-text-opacity,1))}.ktv-link.--green{color:#25af48}.ktv-link.--green:hover{color:#0b852a}.ktv-link.--green:focus{color:#08611f}.ktv-link.--blue{color:#18a0fb}.ktv-link.--blue:hover{color:#0082d9}.ktv-link.--blue:focus{color:#0d65a0}.ktv-link.--orange{color:#ffae28}.ktv-link.--orange:hover{color:#e28d00}.ktv-link.--orange:focus{color:#b07007}.ktv-link.--red{color:#e72e37}.ktv-link.--red:hover{color:#d0000a}.ktv-link.--red:focus{color:#980e15}.ktv-link.--xl{font-size:1.375rem}.ktv-link.--xl svg{max-height:1.5rem;max-width:1.5rem;min-height:1.5rem;min-width:1.5rem}.ktv-link.--lg{font-size:1rem}.ktv-link.--lg svg{max-height:1.25rem;max-width:1.25rem;min-height:1.25rem;min-width:1.25rem}.ktv-link.--md{font-size:.875rem}.ktv-link.--md svg{max-height:1rem;max-width:1rem;min-height:1rem;min-width:1rem}.ktv-link.--sm{font-size:.75rem}.ktv-link.--sm svg{max-height:.75rem;max-width:.75rem;min-height:.75rem;min-width:.75rem}.custom-header{align-items:center;align-self:stretch;background-color:#fff;border-bottom:1px solid #f5f5f5;display:flex;height:83px;justify-content:space-between;padding:16px 32px;width:100%;z-index:1050}.custom-header .custom-navbar-left{align-items:flex-start;display:flex;flex-direction:column;row-gap:4px}.custom-header .custom-navbar-left span:first-child{color:#121314;font-size:24px;font-weight:600;line-height:normal}.custom-header .custom-navbar-left span:last-child{color:#828383;font-size:12px;font-weight:400;line-height:normal}.custom-header .custom-navbar-right{align-items:center;-moz-column-gap:24px;column-gap:24px;display:flex}.custom-header .custom-navbar-right .tabler-icon{color:#121314;height:20px;width:20px}.custom-header .navbar-notification{align-items:center;border-radius:8px;cursor:pointer;display:flex;justify-content:center;padding:8px;position:relative}.custom-header .navbar-notification:hover{background-color:#f5f5f5}.custom-header .navbar-notification .has-notif{background-color:#e72e37;border-radius:50%;height:10px;position:absolute;right:5px;top:5px;width:10px}.custom-header .navbar-notification .dropdown-notification{background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #1212121f;display:none;position:absolute;right:0;top:40px;width:320px;z-index:10}.custom-header .navbar-notification .dropdown-notification .head{align-items:center;border-bottom:1px solid #f5f5f5;display:flex;justify-content:space-between;padding:12px 16px}.custom-header .navbar-notification .dropdown-notification .head :first-child{font-size:14px;font-weight:700}.custom-header .navbar-notification .dropdown-notification .head :last-child{font-size:14px;font-weight:400}.custom-header .navbar-notification .dropdown-notification .body{height:auto;max-height:410px;overflow-y:auto}.custom-header .navbar-notification .dropdown-notification .body .list-notification-nodata{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:20px}.custom-header .navbar-notification .dropdown-notification .body .list-notification-nodata p{color:#121314;font-size:18px;font-weight:700;margin-bottom:0}.custom-header .navbar-notification .dropdown-notification .body .list-notification-nodata p:last-child{color:#828383;font-size:14px;font-weight:400;margin-bottom:0}.custom-header .navbar-notification .dropdown-notification .body .list-notification-data{align-items:flex-start;align-self:stretch;-moz-column-gap:16px;column-gap:16px;display:flex;margin:7px 12px;padding:8px;--tw-bg-opacity:1;background-color:rgb(var(--colors-primary-40)/var(--tw-bg-opacity,1));border-radius:12px;position:relative}.custom-header .navbar-notification .dropdown-notification .body .list-notification-data:after{border-radius:100px;content:"";height:10px;position:absolute;right:8px;top:8px;width:10px;--tw-bg-opacity:1;background-color:rgb(var(--colors-primary-100)/var(--tw-bg-opacity,1))}.custom-header .navbar-notification .dropdown-notification .body .list-notification-data.readed{background-color:#fff}.custom-header .navbar-notification .dropdown-notification .body .list-notification-data.readed:after{display:none}.custom-header .navbar-notification .dropdown-notification .body .list-notification-data.readed:hover{background-color:#f5f5f5}.custom-header .navbar-notification .dropdown-notification .body .list-notification-data .tabler-icon-bell{background-color:#f5f5f5;border-radius:20px;height:30px;padding:8px;width:30px}.custom-header .navbar-notification .dropdown-notification .body .list-notification-data .notif-text{align-items:flex-start;display:flex;flex-direction:column;row-gap:5px}.custom-header .navbar-notification .dropdown-notification .body .list-notification-data .notif-text p:first-child{color:#121314;font-size:12px;font-weight:500;margin-bottom:0;position:relative;width:calc(100% - 14px)}.custom-header .navbar-notification .dropdown-notification .body .list-notification-data .notif-text p:first-child .notif{background-color:#2bbe72;border-radius:50%;height:10px;position:absolute;right:-15px;top:0;width:10px}.custom-header .navbar-notification .dropdown-notification .body .list-notification-data .notif-text p:nth-child(2){color:#121314;font-size:12px;font-weight:400;margin-bottom:0}.custom-header .navbar-notification .dropdown-notification .body .list-notification-data .notif-text p:last-child{color:#bcbcbc;font-size:12px;font-weight:400;margin-bottom:0}.custom-header .navbar-notification .dropdown-notification .footer{align-items:center;border-top:1px solid #f5f5f5;color:#494a4a;display:flex;font-size:14px;font-weight:400;justify-content:center;padding:8.5px 16px}.custom-header .navbar-notification .mark-all{cursor:pointer;font-size:14px;font-weight:400;text-decoration:none;transition:color .5s;--tw-text-opacity:1;color:rgb(var(--colors-primary-100)/var(--tw-text-opacity,1))}.custom-header .navbar-notification .mark-all:focus,.custom-header .navbar-notification .mark-all:hover{text-decoration:underline}.custom-header .navbar-notification .mark-all:hover{--tw-text-opacity:1;color:rgb(var(--colors-primary-110)/var(--tw-text-opacity,1))}.custom-header .navbar-notification .mark-all:focus{--tw-text-opacity:1;color:rgb(var(--colors-primary-120)/var(--tw-text-opacity,1))}.custom-header .navbar-switch-app{align-items:center;border-radius:8px;-moz-column-gap:10px;column-gap:10px;cursor:pointer;display:flex;justify-content:center;max-width:200px;padding:4px 8px;position:relative}.custom-header .navbar-switch-app .show-title{color:#121314;font-size:14px;font-weight:500}.custom-header .navbar-switch-app .img-product{height:40px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:40px}.custom-header .navbar-switch-app .tabler-icon-chevron-down{color:#9f9fa0}.custom-header .navbar-switch-app .dropdown-switch-app{background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #1212121f;display:none;position:absolute;right:0;top:56px;width:320px;z-index:10}.custom-header .navbar-switch-app .dropdown-switch-app .head{align-items:center;border-bottom:1px solid #f5f5f5;display:flex;justify-content:space-between;padding:12px 16px}.custom-header .navbar-switch-app .dropdown-switch-app .head p{color:#121314;font-size:14px;font-weight:700}.custom-header .navbar-switch-app .dropdown-switch-app .body{display:flex;flex-direction:column;gap:10px;height:auto;max-height:410px;overflow-y:auto;padding:10px}.custom-header .navbar-switch-app .dropdown-switch-app .body .list{align-items:center;border-radius:12px;display:flex;gap:12px;padding:12px 15px}.custom-header .navbar-switch-app .dropdown-switch-app .body .list:hover{background:#f5f5f5}.custom-header .navbar-switch-app .dropdown-switch-app .body .list img{height:40px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:40px}.custom-header .navbar-switch-app .dropdown-switch-app .body .list span{width:100%}.custom-header .navbar-switch-app .dropdown-switch-app .body .list span .title{color:#121314;font-size:14px;font-weight:500}.custom-header .navbar-switch-app .dropdown-switch-app .body .list span .sub-title{color:#bcbcbc;display:-webkit-box!important;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:1;-webkit-box-orient:vertical}.custom-header .navbar-user{align-items:center;border-radius:8px;-moz-column-gap:10px;column-gap:10px;cursor:pointer;display:flex;justify-content:center;max-width:200px;padding:4px 8px;position:relative}.custom-header .navbar-user .tabler-icon-chevron-down{color:#9f9fa0}.custom-header .navbar-user .text-name{color:#2c2d2e;display:-webkit-box!important;font-size:14px;font-weight:700;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:1;-webkit-box-orient:vertical}.custom-header .navbar-user .text-group{color:#9f9fa0;font-size:12px;text-align:right}.custom-header .navbar-user img{height:40px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:40px}.custom-header .navbar-user .dropdown-user{background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #1212121f;display:none;flex-direction:column;gap:12px;padding:12px 0;position:absolute;right:0;top:56px;width:320px;z-index:10}.custom-header .navbar-user .dropdown-user .list{padding:0 12px}.custom-header .navbar-user .dropdown-user .list:hover .link-text{background-color:#f5f5f5}.custom-header .navbar-user .dropdown-user .list .link-text{align-items:center;border-radius:8px;color:#494a4a;-moz-column-gap:6px;column-gap:6px;display:flex;font-size:14px;font-weight:500;justify-content:space-between;padding:10px;width:100%}.custom-header .navbar-user .dropdown-user .list .link-text svg{color:#494a4a;height:16px;width:16px}.custom-header .navbar-user .dropdown-user .list-user-logout{padding:0 10px}.custom-header .navbar-user .dropdown-user .list-user-logout:hover .link-text{background-color:#ffd9d9}.custom-header .navbar-user .dropdown-user .list-user-logout .link-text{align-items:center;border-radius:8px;color:#e72e37;-moz-column-gap:12px;column-gap:12px;display:flex;font-size:14px;font-weight:500;padding:10px;width:100%}.custom-header .navbar-user .dropdown-user .list-user-logout .link-text svg{color:#e72e37;height:16px;width:16px}.custom-header .navbar-user .dropdown-user hr{border:.5px solid #f5f5f5;margin-bottom:0;margin-top:0;width:100%}.custom-header .navbar-user .dropdown-group{background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #1212121f;display:none;position:absolute;right:320px;top:0;width:320px}.custom-header .navbar-user .dropdown-group .head{border-bottom:1px solid #f5f5f5;display:flex;justify-content:space-between;padding:14px 16px}.custom-header .navbar-user .dropdown-group .head p{color:#121314;font-size:14px;font-weight:700}.custom-header .navbar-user .dropdown-group .head .view-all{cursor:pointer;font-size:14px;font-weight:400;text-decoration:none;transition:color .5s;--tw-text-opacity:1;color:rgb(var(--colors-primary-100)/var(--tw-text-opacity,1))}.custom-header .navbar-user .dropdown-group .head .view-all:focus,.custom-header .navbar-user .dropdown-group .head .view-all:hover{text-decoration:underline}.custom-header .navbar-user .dropdown-group .head .view-all:hover{--tw-text-opacity:1;color:rgb(var(--colors-primary-110)/var(--tw-text-opacity,1))}.custom-header .navbar-user .dropdown-group .head .view-all:focus{--tw-text-opacity:1;color:rgb(var(--colors-primary-120)/var(--tw-text-opacity,1))}.custom-header .navbar-user .dropdown-group .body{display:flex;flex-direction:column;height:auto;max-height:350px;min-height:350px;overflow-y:auto;row-gap:0}.custom-header .navbar-user .dropdown-group .body .list-group{align-items:center;align-self:stretch;-moz-column-gap:16px;column-gap:16px;display:flex;flex-direction:row;margin:12px;padding:8px;position:relative}.custom-header .navbar-user .dropdown-group .body .list-group:last-child:after{display:none}.custom-header .navbar-user .dropdown-group .body .list-group:after{background:#f5f5f5;bottom:-12px;content:"";height:1px;left:0;position:absolute;width:100%}.custom-header .navbar-user .dropdown-group .body .list-group:hover{background-color:#f5f5f5;border-radius:12px}.custom-header .navbar-user .dropdown-group .body .list-group .left{align-items:center;-moz-column-gap:8px;column-gap:8px;display:flex;width:100%}.custom-header .navbar-user .dropdown-group .body .list-group .left .tabler-icon{color:#bcbcbc;height:18px;margin:11px;width:18px}.custom-header .navbar-user .dropdown-group .body .list-group .left p:first-child{color:#121314;font-size:14px;font-weight:500;line-height:normal;margin-bottom:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:185px}.custom-header .navbar-user .dropdown-group .body .list-group .left p:last-child{color:#9f9fa0;font-size:12px;font-weight:400;line-height:normal;margin-bottom:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:185px}.custom-header .navbar-user .dropdown-group .body .list-group .right{position:absolute;right:15px}.custom-header .header-right [type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid #9f9fa0;border-radius:50%;display:grid;height:24px;margin:0;min-height:24px;min-width:24px;place-content:center;width:24px;--tw-text-opacity:1;color:rgb(var(--colors-primary-100)/var(--tw-text-opacity,1));cursor:pointer}.custom-header .header-right [type=radio]:checked{transform:scale(1);--tw-border-opacity:1;border-color:rgb(var(--colors-primary-100)/var(--tw-border-opacity,1))}.custom-header .header-right [type=radio]:checked:before{content:"";height:14px;width:14px;--tw-bg-opacity:1;background-color:rgb(var(--colors-primary-100)/var(--tw-bg-opacity,1));border-radius:50%;transition:transform .12s ease-in-out}.payment-sidebar{height:100%}.payment-sidebar hr.divider,.payment-sidebar hr.divider-end{--tw-border-opacity:1;border-color:rgb(103 103 104/var(--tw-border-opacity,1));margin-bottom:1rem;margin-top:1rem}
