.App{min-height:100vh;width:100%;max-width:100%;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.coming-soon-container{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:20px}.coming-soon-content{text-align:center;max-width:500px;padding:60px 40px;background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000001a}.coming-soon-icon{margin-bottom:24px;display:flex;justify-content:center;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.coming-soon-content h1{font-family:Poppins,sans-serif;font-size:32px;font-weight:600;color:#1f2937;margin-bottom:16px}.coming-soon-text{font-family:Poppins,sans-serif;font-size:24px;font-weight:500;color:#70211c;margin-bottom:12px}.coming-soon-description{font-family:Poppins,sans-serif;font-size:16px;color:#6b7280;line-height:1.6}@media (max-width: 768px){.coming-soon-content{padding:40px 24px}.coming-soon-content h1{font-size:28px}.coming-soon-text{font-size:20px}.coming-soon-description{font-size:14px}}.concierge-container{width:100%;max-width:100%;height:100%;display:flex;flex-direction:column;gap:20px;padding:20px 40px;box-sizing:border-box;overflow-x:hidden}.concierge-title{color:#000;font-size:32px;font-family:Inter,sans-serif;font-weight:600;margin:0}.conc-view-tabs-row{display:flex;align-items:center;justify-content:space-between}.conc-view-tabs{display:flex;align-items:center;gap:16px}.conc-view-tab{padding:8px 16px;border-radius:8px;border:1px solid #661813;background:transparent;color:#661813;font-size:16px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:all .2s ease}.conc-view-tab:hover{background:#6618131a}.conc-view-tab.active{background:#661813;color:#fff;box-shadow:0 4px 4px #00000040}.conc-view-time-filter{position:relative;display:flex;align-items:center;padding:12px 16px;border:1px solid #9A9A9A;border-radius:10px;background:transparent;cursor:pointer}.conc-view-time-filter select{border:none;background:transparent;font-size:16px;color:#9a9a9a;font-family:Inter,sans-serif;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;padding-right:12px}.conc-view-time-filter svg{pointer-events:none}.concierge-main-tabs{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.main-tabs-left{display:flex;gap:80px;align-items:center;flex-wrap:wrap}.generate-order-btn{padding:16px;background:#70211c;border-radius:10px;border:none;display:inline-flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;transition:opacity .3s;white-space:nowrap;flex-shrink:0}.generate-order-btn:hover{opacity:.9}.generate-order-btn img{width:24px;height:24px}.generate-order-btn span{color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400}.main-tab{background:none;border:none;color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:400;opacity:.5;cursor:pointer;padding:8px 0;transition:opacity .3s}.main-tab.active{color:#000;opacity:1;font-weight:500}.main-tab:hover{opacity:.8}.concierge-actions{display:flex;gap:16px;align-items:center}.create-button{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#70211c;border:none;border-radius:6px;color:#fff;font-size:14px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;transition:background .3s;margin-bottom:2px;width:fit-content}.create-button span:first-child{font-size:18px;font-weight:300}.create-button:hover{background:#8a2923}.concierge-card{background:#fff;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:8px;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.concierge-sub-tabs{display:flex;gap:60px;align-items:center;padding-bottom:8px;position:relative}.sort-dropdown{margin-left:auto}.sort-dropdown select{padding:8px 32px 8px 16px;border:1px solid #E2E7F1;border-radius:6px;background:#fff;color:#2b2d3b80;font-size:14px;font-family:Inter,sans-serif;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4 4L7 1' stroke='%236C7A86' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.concierge-table{width:100%;border-collapse:collapse;table-layout:auto;box-sizing:border-box;border-spacing:0}.concierge-table.all-items-table tbody tr td{border-bottom:1px solid #E2E7F1;position:relative}.concierge-table thead th{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:600;text-align:left;padding:16px 12px;border-bottom:none;white-space:nowrap}.concierge-table.all-items-table thead th:first-child{padding-left:4px;padding-right:2px}.concierge-table.all-items-table thead th:nth-child(2){padding-left:2px;padding-right:4px}.concierge-table.all-items-table thead th:nth-child(3){padding-left:4px}.concierge-table.all-items-table thead th:nth-child(4),.concierge-table.all-items-table thead th:nth-child(5){padding-left:12px;padding-right:12px}.concierge-table:not(.all-items-table) thead th{padding:16px 12px}.concierge-table:not(.all-items-table) thead th:nth-child(2){padding-left:4px;padding-right:2px}.concierge-table:not(.all-items-table) thead th:nth-child(4){padding-left:4px;padding-right:12px}.concierge-table.all-items-table thead th{width:auto}.concierge-table tbody td{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400;padding:16px 12px;border-bottom:none;vertical-align:middle;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;overflow:visible;box-sizing:border-box;position:relative}.concierge-table tbody tr:first-child td{border-top:none}.concierge-table tbody tr{position:relative;border-bottom:1px solid #E2E7F1}.concierge-table tbody tr:last-child{border-bottom:1px solid #E2E7F1}.order-id{font-weight:500}.concierge-table .product-cell,.concierge-table .item-title-cell{padding:16px 2px 16px 4px!important;width:auto;max-width:250px;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;border-bottom:none!important}.concierge-table .description-cell{padding:16px 4px 16px 2px!important;width:auto;max-width:300px;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;white-space:normal!important;border-bottom:none!important;line-height:1.5}.concierge-table .date{padding-left:4px!important;width:auto;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;border-bottom:none!important}.concierge-table .updated-by{width:auto;max-width:150px;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;white-space:normal!important;border-bottom:none!important}.concierge-table .tickets{width:auto;text-align:center;word-wrap:break-word;overflow-wrap:break-word;border-bottom:none!important}.product-content,.item-title-cell{display:flex;align-items:center;gap:8px;padding:0;margin:0}.product-content img,.item-title-cell img{width:50px;height:50px;border-radius:8px;object-fit:cover;flex-shrink:0;background-color:#f3f4f6;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.concierge-table.all-items-table tbody tr.active-record td{color:#2b2d3b;opacity:.6}.concierge-table.all-items-table tbody tr.active-record .item-title-cell img,.concierge-table.all-items-table tbody tr.active-record .product-content img{opacity:.6}.concierge-table.all-items-table tbody tr.active-record .item-title,.concierge-table.all-items-table tbody tr.active-record .item-title.clickable,.concierge-table.all-items-table tbody tr.active-record .description-cell,.concierge-table.all-items-table tbody tr.active-record .date,.concierge-table.all-items-table tbody tr.active-record .updated-by,.concierge-table.all-items-table tbody tr.active-record .tickets{color:#2b2d3b;opacity:.6}.item-title{color:#2b2d3b;font-size:5px;font-family:Inter,sans-serif;font-weight:300;word-wrap:break-word;overflow-wrap:break-word;cursor:pointer;white-space:normal;padding:0;margin:0;display:inline-block;line-height:1.4}.item-title.clickable{color:#2b2d3b;font-size:18px;font-family:Inter,sans-serif;font-weight:400;word-wrap:break-word;overflow-wrap:break-word;cursor:pointer;white-space:normal;padding:0;margin:0;display:inline-block;line-height:1.4}.request-id{font-weight:500}.concierge-table .experience-details-cell{padding:16px 12px!important;max-width:350px;word-wrap:break-word;overflow-wrap:break-word}.experience-details-cell>div{display:flex;align-items:center;gap:4px}.experience-details-cell img{width:50px;height:50px;border-radius:5px;object-fit:cover;background-color:#f3f4f6;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);flex-shrink:0}.experience-info{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.experience-title{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400;word-wrap:break-word;cursor:default}.experience-title.clickable{cursor:pointer;transition:color .2s ease}.experience-title.clickable:hover{color:#667eea;text-decoration:underline}.experience-description{font-size:12px;color:#2b2d3b;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;word-break:break-word;overflow-wrap:break-word}.concierge-table .requested-by-cell,.concierge-table .ordered-by-cell{white-space:normal;text-align:left;padding:16px 12px!important;max-width:200px}.requested-by-content,.ordered-by-content{display:flex;align-items:center;gap:4px;justify-content:flex-start}.user-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0;background-color:#f3f4f6;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.updated-by{font-weight:400}.tickets{font-weight:400;text-align:center}.approved-by{text-decoration:underline;cursor:pointer}.date{white-space:normal;word-wrap:break-word;overflow-wrap:break-word}.pagination-info{text-align:center;margin-top:12px;color:#2b2d3bb3;font-size:14px;font-family:Inter,sans-serif}.loading{text-align:center;padding:40px;color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif}.cards-container{display:none;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;padding:8px 0;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden;overflow-y:visible}@media (min-width: 1201px){.concierge-container .concierge-table{display:table!important}.concierge-container .table-container{display:block!important;overflow-x:auto;visibility:visible!important}.concierge-container .cards-container{display:none!important}}@media (min-width: 1201px) and (max-width: 1560px){.concierge-container{padding:20px 24px}.concierge-table{font-size:13px}.concierge-table thead th{font-size:14px;padding:12px 8px;white-space:nowrap}.concierge-table tbody td{font-size:13px;padding:12px 8px}.concierge-table .product-cell,.concierge-table .item-title-cell{padding:12px 2px 12px 4px!important}.concierge-table .description-cell{padding:12px 4px 12px 2px!important;max-width:180px;word-break:break-word;white-space:normal!important}.concierge-table .item-title-cell{max-width:180px}.concierge-table .updated-by{max-width:120px}.product-content img,.item-title-cell img{width:40px;height:40px}.user-avatar{width:32px;height:32px}.experience-details-cell img{width:40px;height:40px}.table-container{overflow-x:auto}.concierge-title{font-size:28px}}.item-card{background:#fff;border:1px solid #E2E7F1;border-radius:12px;overflow:hidden;transition:box-shadow .3s ease;width:100%;max-width:100%;box-sizing:border-box}.item-card:hover{box-shadow:0 4px 12px #00000014}.card-request-id,.card-order-id{font-weight:600;font-size:14px;color:#2b2d3b}.card-image-section{width:100%;height:180px;overflow:hidden;cursor:pointer}.card-image-section img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.card-image-section:hover img{transform:scale(1.05)}.card-details-section{display:flex;gap:12px;padding:16px;border-bottom:1px solid #E2E7F1;cursor:pointer}.card-details-section img{width:80px;height:80px;border-radius:8px;object-fit:cover;flex-shrink:0;background-color:#f3f4f6}.card-details-info{flex:1;display:flex;flex-direction:column;gap:8px;overflow:hidden}.card-details-title{font-weight:500;font-size:14px;color:#2b2d3b;line-height:1.4}.card-details-title.clickable:hover{color:#667eea;text-decoration:underline}.card-details-description{font-size:12px;color:#6b7280;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.card-product-section{display:flex;gap:12px;align-items:center;padding:16px;border-bottom:1px solid #E2E7F1;cursor:pointer}.card-product-section img{width:60px;height:60px;border-radius:8px;object-fit:cover;flex-shrink:0;background-color:#f3f4f6}.card-product-name{font-weight:500;font-size:14px;color:#2b2d3b;text-decoration:underline}.card-product-name.clickable:hover{opacity:.7}.card-title-row{display:flex;flex-direction:column;gap:4px;padding-bottom:12px;border-bottom:1px solid #E2E7F1}.card-label{font-size:12px;color:#6b7280;font-weight:500;flex-shrink:0}.card-value{font-size:14px;color:#2b2d3b;text-align:right;word-break:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;display:flex;justify-content:flex-end}.card-title{font-size:16px;font-weight:600;color:#2b2d3b;cursor:pointer}.card-title.clickable:hover{color:#70211c;text-decoration:underline}.card-amount{font-weight:600;color:#2b2d3b}.card-user-info{display:flex;align-items:center;gap:8px}.card-user-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0;background-color:#f3f4f6}.card-user-details{display:flex;flex-direction:column;gap:4px}.card-user-name{font-size:13px;font-weight:500;color:#2b2d3b;text-decoration:underline;cursor:pointer}.card-user-name:hover{opacity:.7}@media (max-width: 1200px){.concierge-table,.table-container{display:none!important}.cards-container{display:grid!important}}@media (min-width: 981px) and (max-width: 1200px){.cards-container{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.concierge-table,.table-container{display:none!important}.concierge-container{padding:20px 32px}.search-box{max-width:400px}.concierge-actions{flex-wrap:wrap}.concierge-card{width:100%}}@media (max-width: 1200px){.concierge-sub-tabs{gap:40px}.cards-container{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width: 980px){.concierge-container{padding:20px 24px;max-width:100%;overflow-x:hidden}.concierge-main-tabs{gap:16px}.main-tabs-left{gap:40px}.concierge-sub-tabs{gap:30px}.cards-container{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px}.concierge-table,.table-container{display:none!important}.card-image-section{height:160px}}@media (max-width: 870px){.concierge-container{padding:16px 20px;width:100%;max-width:100%;overflow-x:hidden}.concierge-main-tabs{gap:12px;flex-wrap:wrap}.main-tabs-left{gap:24px;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;flex-wrap:nowrap}.main-tab-wrapper{min-width:80px;flex-shrink:0}.generate-order-btn{width:100%;padding:14px 16px}.concierge-sub-tabs{gap:24px;overflow-x:auto;-webkit-overflow-scrolling:touch}.sub-tab-wrapper{min-width:70px}.sort-dropdown{margin-left:0;margin-top:8px;width:100%}.sort-dropdown select{width:100%}.search-box{width:100%;max-width:100%}.concierge-card{padding:14px;width:100%;max-width:100%}.cards-container{grid-template-columns:1fr;gap:12px;width:100%}.card-image-section{height:150px}}@media (max-width: 768px){.concierge-container{padding:16px;width:100%;max-width:100%;overflow-x:hidden}.concierge-title{font-size:24px}.concierge-main-tabs{gap:12px;flex-wrap:wrap}.main-tabs-left{gap:20px;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px;flex-wrap:nowrap}.main-tab{font-size:14px;white-space:nowrap}.main-tab-wrapper{flex-shrink:0}.generate-order-btn{width:100%;padding:12px 16px;order:1}.generate-order-btn span{font-size:16px}.concierge-sub-tabs{gap:20px;flex-wrap:wrap}.sub-tab{font-size:14px}.sort-dropdown{width:100%;margin-top:8px}.sort-dropdown select{width:100%}.concierge-actions{flex-direction:column;gap:12px}.search-box{max-width:100%;width:100%;padding:12px 16px}.create-button{width:100%;justify-content:center;padding:12px 16px}.concierge-card{padding:12px}.cards-container{grid-template-columns:1fr;gap:12px}.item-card{border-radius:10px}.card-image-section{height:140px}.card-header{padding:12px}.card-content{padding:12px;gap:10px}.card-title-row{padding-bottom:10px;gap:6px}.card-title{font-size:15px;line-height:1.3}.card-label{font-size:11px}.card-value{font-size:13px}.card-details-section{padding:12px;gap:10px}.card-details-section img{width:70px;height:70px}.card-details-title{font-size:13px}.card-details-description{font-size:11px;-webkit-line-clamp:2}.card-product-section{padding:12px;gap:10px}.card-product-section img{width:50px;height:50px}.card-product-name{font-size:13px}.card-user-avatar{width:28px;height:28px}.card-user-name{font-size:12px}.card-request-id,.card-order-id{font-size:13px}.status-badge{font-size:11px;padding:4px 8px}.pagination{justify-content:center;flex-wrap:wrap;margin-top:12px}.pagination-btn{width:28px;height:28px;font-size:12px}}@media (max-width: 480px){.concierge-container{padding:12px;width:100%;max-width:100%;overflow-x:hidden}.concierge-title{font-size:20px}.concierge-main-tabs{gap:10px}.main-tabs-left{gap:16px}.main-tab{font-size:13px;min-width:auto}.main-tab-wrapper{min-width:auto}.generate-order-btn{padding:10px 14px}.generate-order-btn img{width:20px;height:20px}.generate-order-btn span{font-size:14px}.concierge-card{padding:10px;border-radius:12px}.concierge-sub-tabs{gap:16px}.sub-tab{font-size:13px;min-width:auto}.cards-container{gap:10px}.card-image-section{height:120px}.card-header{padding:10px}.card-content{padding:10px;gap:8px}.card-row{gap:8px}.card-title{font-size:14px}.card-value{font-size:12px;-webkit-line-clamp:2}}.sourcing-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.sourcing-modal-content{background:#fff;border-radius:10px;width:100%;max-width:900px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 4px 20px #00000026}.sourcing-modal-loading,.sourcing-modal-error{padding:60px 20px;text-align:center;font-size:16px;color:#2b2d3b}.sourcing-modal-body{display:flex;padding:17px 16px;gap:34px}.sourcing-modal-gallery{flex-shrink:0;width:286px;position:relative;height:442px}.gallery-background{position:absolute;top:0;left:0;width:100%;height:442px;background:#dedede;border-radius:5px}.gallery-images{position:absolute;top:39px;left:0;width:100%;height:365px;overflow:hidden;display:flex;align-items:center;justify-content:center}.gallery-images img{position:absolute;width:100%;height:100%;object-fit:cover;border-radius:5px;opacity:0;transition:opacity .3s ease-in-out;pointer-events:none}.sourcing-modal-details{flex:1;display:flex;flex-direction:column;gap:16px;position:relative;padding-top:0}.header-group{gap:8px;margin-bottom:0}.detail-documents{font-size:14px;font-family:Lato,sans-serif;font-weight:400}.document-link{color:#0000ea;text-decoration:underline;cursor:pointer}.document-link:hover{text-decoration:none}.logs-group{margin-top:0}.logs-group .detail-label{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:700;word-wrap:break-word}@media (max-width: 768px){.sourcing-modal-body{flex-direction:column;padding:60px 16px 20px}.sourcing-modal-gallery{width:100%}.gallery-background{height:300px}.gallery-images{height:250px}.gallery-images img{width:250px;height:250px}.edit-button{position:static;align-self:flex-start;margin-top:10px}.sourcing-modal-close{top:10px;right:10px;width:36px;height:36px}}.sourcing-modal-content::-webkit-scrollbar{width:8px}.sourcing-modal-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.sourcing-modal-content::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.sourcing-modal-content::-webkit-scrollbar-thumb:hover{background:#555}.access-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.access-modal-content{background:#fff;border-radius:10px;width:100%;max-width:900px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 4px 20px #00000026}.access-modal-loading,.access-modal-error{padding:60px 20px;text-align:center;font-size:16px;color:#2b2d3b}.access-modal-body{display:flex;padding:17px 16px;gap:34px}.access-modal-gallery{flex-shrink:0;width:286px;position:relative;height:442px}.access-modal-details{flex:1;display:flex;flex-direction:column;gap:16px;position:relative;padding-top:0}.inline-group{flex-direction:row!important;align-items:flex-start;gap:0}.inline-item{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.inline-item .detail-label{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:700;white-space:nowrap}.inline-item .detail-value{opacity:.5;color:#27272a;font-size:14px;font-family:Lato,sans-serif;font-weight:400;white-space:nowrap}.inline-separator{width:1px;align-self:stretch;background:#2b2d3b33;margin:0 16px}.header-group{gap:8px;margin-bottom:0;padding-right:120px}.item-id{color:#2b2d3b80;font-size:12px;font-family:Inter,sans-serif;font-style:italic;font-weight:400}.item-title{color:#27272a;font-size:24px;font-family:Inter,sans-serif;font-weight:700;margin:0}@media (max-width: 768px){.access-modal-body{flex-direction:column;padding:60px 16px 20px}.access-modal-gallery{width:100%;height:442px;position:relative}.gallery-background{position:absolute;top:0;left:0;width:100%;height:100%;background:#dedede;border-radius:5px}.gallery-images{position:absolute;top:39px;left:0;width:100%;height:365px}.gallery-images img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;pointer-events:none;transition:opacity .3s ease}.gallery-images img.active{opacity:1;pointer-events:auto}.edit-button{position:static;margin-top:16px;width:100%;justify-content:center}.access-modal-details{padding-top:20px}.header-group{padding-right:0}}.experience-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.experience-modal-content{background:#fff;border-radius:10px;width:100%;max-width:900px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 4px 20px #00000026}.experience-modal-content::-webkit-scrollbar{width:8px}.experience-modal-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.experience-modal-content::-webkit-scrollbar-thumb{background:#70211c;border-radius:10px}.experience-modal-content::-webkit-scrollbar-thumb:hover{background:#8a2922}.experience-modal-content{scrollbar-width:thin;scrollbar-color:#70211C #f1f1f1}.modal-loading,.modal-error,.modal-empty{padding:60px 20px;text-align:center;font-size:16px;color:#2b2d3b}.modal-error{color:#d95345}.experience-modal-body{display:flex;padding:17px 16px;gap:34px;position:relative}.experience-modal-gallery{flex-shrink:0;width:286px;position:relative;height:442px}.gallery-background{position:absolute;top:0;left:0;width:100%;height:100%;background:#dedede;border-radius:5px;z-index:1}.gallery-images{position:absolute;top:39px;left:0;width:100%;height:365px;z-index:2}.gallery-images img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;pointer-events:none;transition:opacity .3s ease}.gallery-images img.active{opacity:1;pointer-events:auto}.gallery-indicators{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:5}.gallery-dot{width:9px;height:9px;border-radius:50%;border:1px solid #C7B8B8;background:transparent;cursor:pointer;padding:0;transition:all .3s}.gallery-dot.active{background:#70211c;border-color:#70211c}.gallery-dot:hover{transform:scale(1.2)}.experience-details-section{flex:1;display:flex;flex-direction:column;gap:16px;position:relative;padding-top:0}.experience-header{display:flex;flex-direction:column;gap:8px;margin-bottom:0;padding-right:120px}.experience-item-id{color:#2b2d3b80;font-size:12px;font-family:Inter,sans-serif;font-style:italic;font-weight:400}.experience-title{color:#27272a;font-size:18px;font-family:Inter,sans-serif;font-weight:700;margin:0;word-wrap:break-word;overflow-wrap:break-word;white-space:normal;line-height:1.4}.experience-detail-group{display:flex;flex-direction:column;gap:8px}.detail-label{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:700}.detail-value{opacity:.5;color:#27272a;font-size:14px;font-family:Lato,sans-serif;font-weight:400;line-height:1.5}.log-icon img{width:100%;height:100%;object-fit:contain}.edit-button{position:absolute;top:0;right:0;background:#70211c;border:none;border-radius:10px;padding:12px 24px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:background-color .3s}.edit-button:hover{background:#8a2922}.edit-button span{color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400}@media (max-width: 768px){.experience-modal-body{flex-direction:column;padding:60px 16px 20px}.experience-modal-gallery{width:100%;height:442px;position:relative}.gallery-background{position:absolute;top:0;left:0;width:100%;height:100%;background:#dedede;border-radius:5px}.gallery-images{position:absolute;top:39px;left:0;width:100%;height:365px}.gallery-images img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;pointer-events:none;transition:opacity .3s ease}.gallery-images img.active{opacity:1;pointer-events:auto}.edit-button{position:static;margin-top:16px;width:100%;justify-content:center}.experience-details-section{padding-top:20px}.experience-header{padding-right:0}}.requested-item-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.requested-item-modal-content{background:#fff;border-radius:10px;width:90%;max-width:1100px;max-height:90vh;overflow-y:auto;position:relative;padding:17px 16px}.requested-item-modal-body{display:flex;gap:40px;position:relative}.update-button-top{position:absolute;top:17px;right:16px;height:48px;padding:16px;background:#70211c;border-radius:10px;border:none;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;transition:all .3s ease;z-index:10}.update-button-top .update-icon{width:16px;height:16px}.update-button-top span{color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400}.update-button-top:hover{background:#5a1915;transform:translateY(-2px);box-shadow:0 4px 8px #70211c4d}.requested-item-image-container{flex-shrink:0;width:286px;position:relative;height:442px}.image-background{position:absolute;top:0;left:0;width:100%;height:442px;background:#dedede;border-radius:5px}.requested-item-image{position:absolute;top:39px;left:0;width:100%;height:365px;object-fit:cover;border-radius:5px;z-index:1}.image-indicators{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:5}.indicator-dot{width:9px;height:9px;border-radius:50%;border:1px solid #C7B8B8;background:transparent;cursor:pointer;padding:0;transition:all .3s}.indicator-dot.active{background:#70211c;border-color:#70211c}.indicator-dot:hover{transform:scale(1.2)}.requested-item-details{flex:1;display:flex;flex-direction:column;gap:16px;padding-top:0;max-width:562px}.requested-item-title{color:var(--Balck-defaulto-for-text, #27272A);font-size:24px;font-family:Inter,sans-serif;font-weight:700;margin:0;word-wrap:break-word}.detail-group{display:flex;flex-direction:column;gap:8px}.detail-label{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:700;word-wrap:break-word}.detail-value{opacity:.5;color:var(--Balck-defaulto-for-text, #27272A);font-size:14px;font-family:Lato,sans-serif;font-weight:400;word-wrap:break-word;line-height:1.5}.requested-by-info{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.requested-by-row{display:flex;align-items:center;gap:12px}.requester-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.requester-details{display:flex;flex-direction:column;gap:4px}.requester-name{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;text-decoration:underline;cursor:pointer}.detail-group-horizontal{display:flex;align-items:flex-start;gap:16px}.detail-subgroup{display:flex;flex-direction:column;gap:8px;min-width:99px}.vertical-divider{width:1px;height:42px;background:#0003;align-self:center}.comment-section{display:flex;flex-direction:column;gap:8px}.comment-entry{display:flex;align-items:flex-start;gap:8px}.comment-icon-wrapper{flex-shrink:0;width:15px;height:15px;display:flex;align-items:center;justify-content:center}.comment-icon{width:15px;height:15px;opacity:.5}.comment-content{display:flex;flex-direction:column;gap:2px;flex:1}.comment-timestamp,.comment-documents{color:#9e9e9e;font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400}.comment-document-link{color:#9e9e9e;text-decoration:underline;cursor:pointer;transition:opacity .2s ease}.comment-document-link:hover{opacity:.7}.comment-text{color:#000;font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400}.comment-user{text-decoration:underline}.add-comment-btn{height:23.19px;padding:7.73px;background:#fff;border-radius:4.83px;border:1px solid #70211C;display:inline-flex;justify-content:center;align-items:center;gap:3.87px;cursor:pointer;align-self:flex-start;transition:all .2s ease}.add-comment-btn:hover{background:#fef5f4}.add-comment-btn svg{width:7.73px;height:7.73px}.add-comment-btn span{color:#70211c;font-size:10px;font-family:Inter,sans-serif;font-weight:400}.logs-group{margin-top:8px}.log-icon img{width:100%;height:100%;object-fit:contain;filter:brightness(0) saturate(100%) invert(8%) sepia(5%) saturate(1000%) hue-rotate(180deg) brightness(95%) contrast(90%)}.log-user{color:#27272a;font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400;text-decoration:underline;word-wrap:break-word}.log-documents{margin-left:0}.log-document-link{color:#27272a;text-decoration:underline;cursor:pointer;opacity:1;transition:opacity .2s;font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400}.log-document-link:hover{opacity:.8}@media (max-width: 770px){.requested-item-modal-body{flex-direction:column;gap:24px;padding-bottom:80px}.requested-item-image-container,.image-background,.requested-item-image{width:100%}.requested-item-modal-content{width:95%;max-height:95vh;display:flex;flex-direction:column}.requested-item-details{max-width:100%}.update-button-top{position:sticky!important;bottom:0!important;left:0!important;right:0!important;top:auto!important;transform:none!important;width:100%!important;max-width:none!important;margin:auto 0 0!important;z-index:20;box-shadow:0 -4px 12px #00000026;border-radius:0 0 10px 10px}}.requested-item-modal-content::-webkit-scrollbar{width:8px}.requested-item-modal-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.requested-item-modal-content::-webkit-scrollbar-thumb{background:#70211c;border-radius:10px}.requested-item-modal-content::-webkit-scrollbar-thumb:hover{background:#5a1915}.membership-badge{margin-top:4px;align-self:flex-start;text-align:left}.blue-lotus-badge{display:inline-block;padding:2px 6px;background:#1e2a5a;color:#fff;font-size:8px;font-weight:700;font-family:Georgia,Times New Roman,serif;border-radius:2px;text-transform:uppercase;letter-spacing:.8px;width:fit-content}.blue-lotus-icon{height:12px;width:auto;display:block}.blue-lotus-letter{background:#fff;height:6.52px;display:none}.blue-lotus-letter:nth-child(1){width:5.18px}.blue-lotus-letter:nth-child(2){width:5.34px}.blue-lotus-letter:nth-child(3){width:6.7px;height:6.6px}.blue-lotus-letter:nth-child(4){width:5.21px}.blue-lotus-letter:nth-child(5){width:5.34px}.blue-lotus-letter:nth-child(6){width:6.38px;height:6.68px}.blue-lotus-letter:nth-child(7){width:6.11px}.blue-lotus-letter:nth-child(8){width:6.7px;height:6.6px}.blue-lotus-letter:nth-child(9){width:4.91px;height:6.68px}.membership-text{font-size:11px;font-weight:400;color:#6b7280;line-height:1.2}.member-avatar-container{position:relative;border-radius:50%;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.member-avatar-image{width:100%;height:100%;object-fit:cover;border-radius:50%;position:absolute;top:0;left:0;transition:opacity .2s ease;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.member-avatar-placeholder{width:100%;height:100%;border-radius:50%;background:#fef3f2;color:#70211c;border:2px solid #70211C;box-sizing:border-box;display:flex;align-items:center;justify-content:center;font-family:Poppins,sans-serif;font-weight:600;text-transform:uppercase;-webkit-user-select:none;user-select:none}.experience-update-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000}.experience-update-modal-content{position:relative;background:#fff;border-radius:16px;width:770px;max-width:95vw;height:720px;max-height:90vh;overflow-y:auto;overflow-x:hidden}.experience-update-modal-close{position:absolute;top:10px;right:16px;width:32px;height:32px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background-color .2s ease}.experience-update-modal-close:hover{background:#e0e0e0}.experience-update-modal-close img{width:14px;height:14px;opacity:.7}.experience-update-modal-close:hover img{opacity:1}@media (max-width: 480px){.experience-update-modal-close{top:8px;right:8px;width:28px;height:28px}.experience-update-modal-close img{width:12px;height:12px}}.experience-update-modal-content:has(.cancel-order-form){width:auto;height:auto;max-width:90vw;padding:20px}.tickets-title{position:absolute;left:24.57px;top:24px;color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:700}.tickets-selector{position:absolute;left:24.57px;top:54px;display:flex;gap:24px;align-items:center;width:337px;justify-content:space-between}.ticket-number{color:#00000080;font-size:14px;font-family:Lato,sans-serif;font-weight:400;cursor:pointer;transition:all .2s ease;position:relative;width:28px;height:28px;display:flex;align-items:center;justify-content:center;z-index:1}.ticket-number.selected{color:#70211c;font-weight:400}.ticket-number.selected:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:28px;height:28px;background:#fff;border-radius:50%;border:1px solid #661813;z-index:-1}.ticket-number:hover{color:#70211c}.experience-upload-title{position:absolute;left:385.02px;top:26.63px;color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:700}.experience-update-modal-content .upload-area{position:absolute;left:384.83px;top:48.47px;width:360px;min-height:211.26px;background:#fff;border-radius:6.4px;border:1px #E2E7F1 solid;display:flex;align-items:flex-start;justify-content:flex-start;cursor:pointer;transition:all .2s ease;padding:12px;box-sizing:border-box}.experience-update-modal-content .upload-area:hover{border-color:#1269cf;background:#f8f9fa}.upload-area-content{width:100%;height:100%;display:flex;flex-direction:column;gap:8px;align-items:flex-start}.upload-label{width:100%;text-align:center;color:#2b2d3b;font-size:15px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:center;height:100%;min-height:187.26px}.browse-link{color:#1269cf;text-decoration:underline}.uploaded-files-container{width:100%;max-height:150px;overflow-y:auto;display:flex;flex-direction:column;gap:4.86px;padding-right:4px;flex:1}.uploaded-files-container::-webkit-scrollbar{width:4px}.uploaded-files-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.uploaded-files-container::-webkit-scrollbar-thumb{background:#bcbcbc;border-radius:2px}.uploaded-files-container::-webkit-scrollbar-thumb:hover{background:#999}.add-more-files-button svg{width:16px;height:16px;flex-shrink:0}.add-more-files-button span{line-height:1}.date-section{position:absolute;left:24.57px;top:88.99px;width:337px}@media (max-width: 992px){.date-section{position:relative!important;left:auto!important;top:auto!important;width:auto!important}}.date-title{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:700;margin-bottom:8px}.guest-preferred-date{opacity:.5;color:#000;font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400;margin-bottom:8px}.date-picker-container{display:flex;align-items:center;gap:8px;width:333px;max-width:100%}@media (max-width: 992px){.date-picker-container{width:100%}}.month-label{display:flex;align-items:center;position:relative;cursor:pointer;flex-shrink:0}.month-bar{width:22.5px;height:56.55px;background:#bcbcbc;border-radius:5px}.month-text{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-90deg);text-align:center;color:#fff;font-size:12px;font-family:Lato,sans-serif;font-weight:400;white-space:nowrap}.month-picker{position:absolute;top:100%;left:0;margin-top:8px;background:#fff;border:1px solid #E2E7F1;border-radius:8px;padding:12px;box-shadow:0 4px 12px #0000001a;z-index:10;display:flex;flex-direction:column;gap:12px;min-width:180px}.month-picker-label{font-size:12px;font-family:Inter,sans-serif;font-weight:600;color:#2b2d3b}.month-picker-select{padding:6px 8px;border:1px solid #E2E7F1;border-radius:4px;font-size:13px;font-family:Inter,sans-serif;color:#2b2d3b;background:#fff;cursor:pointer;outline:none}.month-picker-select:focus{border-color:#661813}.date-list{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;flex:1;padding-bottom:4px;scrollbar-width:thin;scrollbar-color:#bcbcbc #f1f1f1}.date-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.date-list::-webkit-scrollbar-thumb{background:#bcbcbc;border-radius:3px}.date-list::-webkit-scrollbar-thumb:hover{background:#999}.date-card{padding:4.92px;background:#fff;box-shadow:0 2.87px 8.2px #19213d0a;border-radius:9.84px;outline:.41px white solid;outline-offset:-.41px;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:all .2s ease;flex-shrink:0;min-width:40px}.date-card.selected{outline:1px #661813 solid;outline-offset:-1px}.date-day{padding:8.2px 7.38px;text-align:center;color:#000;font-size:9.84px;font-family:Lato,sans-serif;font-weight:400;line-height:14.76px}.date-card.selected .date-day{color:#661813;font-size:12px;line-height:18px}.date-number{padding:4.1px 7.38px 8.2px;text-align:center;color:#000;font-size:14.76px;font-family:Lato,sans-serif;font-weight:400;line-height:22.14px}.date-card.selected .date-number{color:#661813;font-size:14px;line-height:21px}.date-card:hover{outline:1px #661813 solid;outline-offset:-1px}.date-card.disabled{opacity:.4;cursor:not-allowed!important}.date-card.disabled:hover{outline:.41px white solid;outline-offset:-.41px}.date-card.disabled .date-day,.date-card.disabled .date-number{color:#0000004d}.price-section{position:absolute;left:24.98px;top:250px}.price-input-group{display:flex;align-items:center}.currency-label{width:45.2px;height:35px;background:#f4f6f9;border-top-left-radius:6.4px;border-bottom-left-radius:6.4px;border:1px #E2E7F1 solid;display:flex;align-items:center;justify-content:center;color:#2b2d3b;font-size:12.99px;font-family:Be Vietnam Pro,sans-serif;font-weight:400}.price-input{width:293px;height:35px;background:#fff;border-top-right-radius:6.4px;border-bottom-right-radius:6.4px;border:1px #E2E7F1 solid;border-left:none;padding:0 12px;color:#656d9a;font-size:14px;font-family:Inter,sans-serif;font-weight:400;outline:none}.price-input::placeholder{color:#656d9a}.total-amount{position:absolute;left:.41px;top:41px;opacity:.5;color:#000;font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400}.section-divider{position:absolute;left:24px;top:320px;width:720px;height:1px;border-top:1px dashed rgba(0,0,0,.4)}.service-row{position:absolute;display:flex;align-items:flex-start;justify-content:space-between;width:340px}.service-content{display:flex;flex-direction:column;gap:8px;flex:1}.service-title{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:700;display:flex;align-items:center;justify-content:space-between;width:100%}.service-input-group{display:flex;align-items:center}.service-input{width:293px;height:35px;background:#fff;border-top-right-radius:6.4px;border-bottom-right-radius:6.4px;border:1px #E2E7F1 solid;border-left:none;padding:0 12px;color:#656d9a;font-size:14px;font-family:Inter,sans-serif;font-weight:400;outline:none}.service-input:disabled{opacity:.5;cursor:not-allowed}.service-input::placeholder{color:#656d9a}.experience-toggle-switch{width:44px;height:24px;background:#e2e7f1;border-radius:24px;position:relative;cursor:pointer;transition:background .3s ease;flex-shrink:0;margin-top:-2px}.experience-toggle-switch.active{background:#70211c}.experience-toggle-knob{width:18px;height:18px;background:#fff;border-radius:50%;position:absolute;top:3px;left:3px;transition:transform .3s ease;box-shadow:0 2px 4px #0000001a}.experience-toggle-switch.active .experience-toggle-knob{transform:translate(20px)}.services-divider{position:absolute;left:24px;top:320px;width:700px;height:1px;border-top:1px dashed rgba(0,0,0,.4)}.experience-update-modal-content .service-row:nth-child(1 of.service-row){left:24.41px;top:340px}.experience-update-modal-content .service-row:nth-child(2 of.service-row){left:384.99px;top:340px}.experience-update-modal-content .service-row:nth-child(3 of.service-row){left:24.57px;top:420px}.experience-update-modal-content .service-row:nth-child(4 of.service-row){left:384.99px;top:420px}.subtotal-divider{position:absolute;left:24px;top:512px;width:700px;height:1px;border-top:1px dashed rgba(0,0,0,.4)}.subtotal{position:absolute;left:304.91px;top:542px;color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:700;text-align:center}.action-buttons{position:absolute;left:238.91px;top:587px;display:flex;gap:24px}.subtotal-divider.single-row{top:432px}.subtotal.single-row{top:462px}.action-buttons.single-row{top:507px}.approve-button,.update-button{height:48px;padding:0 16px;background:#70211c;border-radius:10px;border:none;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .3s ease;color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400}.approve-button:hover,.update-button:hover{background:#5a1915;transform:translateY(-2px);box-shadow:0 4px 8px #70211c4d}.approve-button:disabled,.update-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.approve-button:disabled:hover,.update-button:disabled:hover{background:#70211c;transform:none;box-shadow:none}.button-icon{width:16px;height:16px;filter:brightness(0) invert(1)}.reject-link{position:absolute;left:48%;transform:translate(-50%);top:652px;background:none;border:none;color:#70211c;font-size:18px;font-family:Inter,sans-serif;font-weight:400;text-decoration:underline;cursor:pointer;transition:all .2s ease}.reject-link.single-row{top:572px}.reject-link:hover{color:#5a1915}@media (max-width: 992px){.reject-link{position:relative!important;left:auto!important;top:auto!important;transform:none!important;display:block;text-align:center;width:100%}}@media (max-width: 1200px){.experience-update-modal-content{width:90vw;height:auto;padding-bottom:40px}.tickets-title{position:relative;left:auto!important;top:auto!important;margin:20px 24px 10px}.tickets-selector{position:relative;left:auto!important;top:auto!important;width:auto;margin:0 24px 20px}.experience-upload-title{position:relative;left:auto!important;top:auto!important;margin:20px 24px 10px}.experience-update-modal-content .upload-area{position:relative;left:auto!important;top:auto!important;width:auto;margin:0 24px 20px}.date-section{position:relative;left:auto!important;top:auto!important;width:auto;margin:20px 24px}.price-section{position:relative;left:auto!important;top:auto!important;margin:20px 24px}.section-divider{position:relative;left:auto!important;top:auto!important;width:calc(100% - 48px);margin:30px 24px}.services-divider{position:relative;left:auto!important;top:auto!important;width:calc(100% - 48px);margin:20px 24px}.chauffeur-service,.travel-service,.hotel-service,.restaurant-service{position:relative;left:auto!important;top:auto!important;width:auto;margin:20px 24px}.subtotal-divider{position:relative;left:auto!important;top:auto!important;width:calc(100% - 48px);margin:20px 24px}.subtotal{position:relative;left:auto!important;top:auto!important;text-align:center;margin:20px 24px}.action-buttons{position:relative;left:auto!important;top:auto!important;justify-content:center;margin:20px 24px}.reject-link{position:relative;left:auto!important;top:auto!important;transform:none;text-align:center;display:block;margin:20px 24px 30px}.service-row{width:auto}.date-picker-container,.price-input-group{width:100%}.price-input{flex:1;width:auto}.service-input-group{width:100%}.service-input{flex:1;width:auto}}@media (max-width: 992px){.experience-update-modal-content{width:95vw}.tickets-selector{flex-wrap:wrap;gap:12px}}@media (max-width: 768px){.experience-update-modal-content{width:95vw;height:auto;max-height:85vh;border-radius:12px}.tickets-title,.tickets-selector,.date-section,.price-section,.chauffeur-service,.travel-service,.hotel-service,.restaurant-service,.experience-upload-title,.experience-update-modal-content .upload-area{margin:16px}.section-divider,.subtotal-divider,.services-divider{margin:24px 16px;width:calc(100% - 32px)}.subtotal,.action-buttons,.reject-link{margin:16px}.date-picker-container{flex-direction:row!important;align-items:center!important;gap:8px!important;width:100%!important}.date-list{width:100%;flex:1}.month-label{align-self:center;flex-shrink:0}.month-bar{width:22.5px;height:56.55px}.action-buttons{flex-direction:column;gap:12px}.approve-button,.update-button{width:100%}.experience-update-modal-content .upload-area{width:auto;min-height:180px}.upload-label{min-height:150px;font-size:14px}}@media (max-width: 600px){.experience-update-modal-content{width:98vw;height:auto;max-height:90vh;border-radius:8px}.tickets-title,.date-title,.experience-upload-title,.service-title,.ticket-number{font-size:13px}.price-input,.service-input{font-size:13px;height:40px}.currency-label{height:40px;font-size:12px}.approve-button,.update-button{height:44px;font-size:16px}.reject-link{font-size:16px}.date-card{min-width:45px}}@media (max-width: 480px){.experience-update-modal-content{width:100vw;height:auto;max-height:95vh;border-radius:0}.tickets-title,.tickets-selector,.date-section,.price-section,.chauffeur-service,.travel-service,.hotel-service,.restaurant-service,.experience-upload-title,.experience-update-modal-content .upload-area{margin:12px}.section-divider,.subtotal-divider,.services-divider{margin:20px 12px;width:calc(100% - 24px)}.subtotal,.action-buttons,.reject-link{margin:12px}.tickets-title,.date-title,.experience-upload-title,.service-title{font-size:12px}.ticket-number{font-size:12px;width:24px;height:24px}.ticket-number.selected:before{width:24px;height:24px}.price-input,.service-input{font-size:12px;height:38px}.currency-label{height:38px;width:40px;font-size:11px}.approve-button,.update-button{height:40px;font-size:15px;padding:0 12px}.reject-link{font-size:15px}.date-card{min-width:38px;padding:3px}.date-day{font-size:8px;padding:6px 5px}.date-number{font-size:12px;padding:3px 5px 6px}.uploaded-file-name,.uploaded-file-size,.guest-preferred-date,.total-amount{font-size:11px}.subtotal{font-size:15px}}.experience-confirm-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:2001}.experience-confirm-modal-content{background:#fff;border-radius:11px;width:90%;max-width:750px;max-height:90vh;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:16px}.confirm-header{display:flex;align-items:center;gap:12px;position:relative}.back-arrow{width:14.51px;height:14.51px;cursor:pointer;transition:transform .2s}.back-arrow:hover{transform:translate(-2px)}.created-by{flex:1;color:#70211c;font-size:16px;font-family:Inter,sans-serif;font-weight:400}.order-id{opacity:.5;color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-style:italic;font-weight:500}.confirm-main-content{display:flex;gap:16px;position:relative}.confirm-left-section{flex:1;display:flex;flex-direction:column;gap:16px;padding:10px}.confirm-right-section{flex:1;display:flex;flex-direction:column;gap:15px;padding:10px}.confirm-vertical-divider{width:1px;background:#0003;align-self:stretch}.confirm-subtitle{opacity:.5;color:#27272a;font-size:14px;font-family:Lato,sans-serif;font-style:italic;font-weight:400}.confirm-input-group{display:flex;align-items:center}.confirm-currency-label{width:45.2px;height:35px;background:#f4f6f9;border-top-left-radius:6.4px;border-bottom-left-radius:6.4px;border:1px #E2E7F1 solid;display:flex;align-items:center;justify-content:center;color:#2b2d3b;font-size:12.99px;font-family:Be Vietnam Pro,sans-serif;font-weight:400}.confirm-input-display{flex:1;height:35px;background:#e5e5e5;border-top-right-radius:6.4px;border-bottom-right-radius:6.4px;border:1px #E2E7F1 solid;border-left:none;padding:0 12px;display:flex;align-items:center;color:#656d9a;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.confirm-total-text{opacity:.5;color:#000;font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400}.confirm-order-details{display:flex;flex-direction:column;gap:10px}.confirm-order-row{display:flex;justify-content:space-between;align-items:center}.confirm-order-label{color:#000;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.confirm-order-value{text-align:right;color:#000;font-size:14px;font-family:Lato,sans-serif;font-weight:400}.confirm-order-divider{height:1px;background:#0000001a;margin:5px 0}.confirm-total-row{margin-top:5px}.confirm-order-label-bold{color:#000;font-size:16px;font-family:Inter,sans-serif;font-weight:700}.confirm-order-value-bold{text-align:right;color:#000;font-size:16px;font-family:Inter,sans-serif;font-weight:700}.confirm-documents{display:flex;flex-direction:column;gap:6px}.confirm-documents-list{display:flex;flex-direction:column;gap:8px}.confirm-document-item{background:#fff;border-radius:7.39px;border:.61px #E7E7E7 solid;padding:9.73px;display:flex;align-items:center;gap:5.11px}.file-icon{width:23.01px;height:23.01px}.file-info{flex:1;display:flex;flex-direction:column;gap:1.22px}.file-name{color:#0b0b0b;font-size:7.3px;font-family:Inter,sans-serif;font-weight:600;line-height:10.94px}.file-size{color:#6d6d6d;font-size:7.3px;font-family:Inter,sans-serif;font-weight:400;line-height:9.73px}.remove-icon{width:14.59px;height:14.59px;cursor:pointer;opacity:.5;transition:opacity .2s}.remove-icon:hover{opacity:1}.confirm-approve-container{display:flex;justify-content:center;align-items:center;padding-top:10px}.confirm-approve-button{height:48px;padding:0 16px;background:#70211c;border-radius:10px;border:none;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .3s ease;color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400}.confirm-approve-button .button-icon{width:16px;height:16px;filter:brightness(0) invert(1)}@media (max-width: 768px){.confirm-main-content{flex-direction:column}.confirm-vertical-divider{width:100%;height:1px}}.cancel-order-form{width:100%;height:100%;padding:0;background:#fff;border-radius:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:12px;overflow-y:auto}.cancel-form-content{width:100%;max-width:500px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:12px}.cancel-header{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px}.cancel-title{color:var(--text-ddashboard-lack, #2B2D3B);font-size:16px;font-family:Inter,sans-serif;font-weight:500;margin:0;word-wrap:break-word}.cancel-order-id{opacity:.5;color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-style:italic;font-weight:500;text-align:right;white-space:nowrap}.cancel-section{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px}.cancel-section-label,.cancel-logs-label,.cancel-rejection-label,.cancel-upload-label{color:var(--text-ddashboard-lack, #2B2D3B);font-size:16px;font-family:Inter,sans-serif;font-weight:500;margin-bottom:0;word-wrap:break-word}.cancel-item-row{display:flex;flex-direction:row;align-items:flex-start;gap:10px;width:100%}.cancel-item-image{width:50.49px;height:50.49px;border-radius:5px;object-fit:cover;flex-shrink:0}.cancel-item-info{display:flex;flex-direction:column;gap:6px;flex:1}.cancel-item-title{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;text-decoration:underline;cursor:pointer}.cancel-item-description{color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-weight:400;line-height:1.5}.cancel-member-row{display:flex;flex-direction:row;align-items:flex-start;gap:10px;width:100%}.cancel-member-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.cancel-member-info{display:flex;flex-direction:column;gap:6px;flex:1}.cancel-member-name{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;text-decoration:underline;cursor:pointer}.cancel-member-badge{margin-top:0}.cancel-amount{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.cancel-logs-label{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:700;margin-bottom:4px}.cancel-logs-timeline{display:flex;flex-direction:column;gap:8px;width:100%}.cancel-log-entry{display:flex;align-items:flex-start;gap:8px}.cancel-log-icon-wrapper{width:16px;height:16px;opacity:.5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cancel-log-icon{width:100%;height:100%;object-fit:contain}.cancel-log-text{opacity:.5;color:var(--Balck-defaulto-for-text, #27272A);font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400;flex:1}.cancel-log-user,.cancel-log-document{text-decoration:underline;cursor:pointer}.cancel-log-connector{width:2px;height:17.5px;margin-left:7px;opacity:.5;background:var(--Balck-defaulto-for-text, #27272A)}.cancel-rejection-label{color:#656d9a;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.cancel-rejection-input{width:100%;min-height:80px;padding:12px;background:#fff;border-radius:6.4px;border:1px solid #E2E7F1;font-size:14px;font-family:Inter,sans-serif;color:#2b2d3b;resize:vertical;outline:none}.cancel-rejection-input:focus{border-color:#70211c}.cancel-rejection-input::placeholder{color:#656d9a;opacity:.5}.cancel-upload-label{color:#656d9a;font-size:14px;font-family:Inter,sans-serif;font-weight:400;margin-bottom:0}.selected-file{display:flex;align-items:center;gap:8px}.file-name{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500}.cancel-actions{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;margin-top:8px}.cancel-confirm-btn{height:48px;padding:12px 32px;background:#70211c;border-radius:10px;border:none;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;transition:all .3s ease;color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400}.cancel-confirm-icon{width:16px;height:16px}.cancel-confirm-btn:hover{background:#8a2a23;transform:translateY(-2px);box-shadow:0 4px 8px #70211c33}.cancel-confirm-btn:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.cancel-confirm-btn:disabled:hover{background:#ccc;transform:none;box-shadow:none}.cancel-back-btn{background:none;border:none;color:#70211c;font-size:18px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;padding:8px 16px;transition:all .2s ease;text-decoration:underline}.cancel-back-btn:hover{opacity:.7}.cancel-back-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.cancel-form-content,.cancel-rejection-input,.cancel-upload-area{max-width:100%}}.cancel-replace-file-button{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#fff;border:1px solid #1269CF;border-radius:8px;color:#1269cf;font-size:14px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:all .2s ease}.cancel-replace-file-button:hover{background:#f0f7ff}.cancel-file-input{display:none}.cancel-add-more-files-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;width:100%;background:#fff;border:2px dashed #1269CF;border-radius:8px;color:#1269cf;font-size:14px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:all .2s ease;margin-top:8px}.toast{position:fixed;top:20px;right:20px;min-width:300px;max-width:500px;padding:16px 20px;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:10000;animation:slideIn .3s ease-out;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast-success{background-color:#10b981;color:#fff;border-left:4px solid #059669}.toast-error{background-color:#ef4444;color:#fff;border-left:4px solid #dc2626}.toast-info{background-color:#3b82f6;color:#fff;border-left:4px solid #2563eb}.toast-warning{background-color:#f59e0b;color:#fff;border-left:4px solid #d97706}.toast-content{display:flex;align-items:center;justify-content:space-between;gap:12px}.toast-message{flex:1;font-size:14px;font-weight:500;line-height:1.5}.toast-close{background:none;border:none;color:inherit;font-size:24px;line-height:1;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;opacity:.8;transition:opacity .2s}.toast-close:hover{opacity:1}.toast-close:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px;border-radius:4px}.toast-container{position:fixed;top:20px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:12px;pointer-events:none}.toast-container>*{pointer-events:auto}.add-comment-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:3000}.add-comment-modal-content{background:#fff;border-radius:16px;padding:16px;width:400px;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column;align-items:center;gap:16px}.add-comment-header{width:100%;display:flex;align-items:center;gap:8px}.back-arrow-btn{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.back-arrow-btn:hover{opacity:.7}.back-arrow-btn img{width:20px;height:20px}.add-comment-title{color:#1f2937;font-size:14px;font-family:Inter,sans-serif;font-weight:700;margin:0;flex:1}.previous-comment{width:100%;display:flex;flex-direction:column;gap:4px}.comment-timestamp{color:#9ca3af;font-size:12px;font-family:Lato,sans-serif;font-weight:400;line-height:4px}.comment-text{color:#000;font-size:12px;font-family:Lato,sans-serif;font-weight:400;line-height:16px;margin-top:8px}.comment-user-link{color:#000;text-decoration:underline;cursor:pointer}.comment-divider-icon{width:14px;height:14px;opacity:.5;align-self:flex-start}.add-comment-label{width:100%;opacity:.5;color:#1f2937;font-size:14px;font-family:Inter,sans-serif;font-weight:400;text-align:left}.input-label,.upload-label-text{width:100%;color:#64748b;font-size:14px;font-family:Inter,sans-serif;font-weight:400;text-align:left}.comment-textarea{width:100%;height:64px;background:#fff;border-radius:6px;border:1px solid #E2E8F0;padding:12px;font-size:14px;font-family:Inter,sans-serif;resize:vertical;outline:none;color:#000}.comment-textarea:focus{border-color:#70211c}.comment-textarea::placeholder{color:#cbd5e1}.comment-upload-area{width:100%;min-height:80px;background:#fff;border-radius:6px;border:1px dashed #E2E8F0;display:flex;align-items:center;justify-content:center;padding:12px;cursor:pointer;transition:all .2s ease}.comment-upload-area:hover{border-color:#70211c;background-color:#fef2f2}.file-input-hidden{display:none}.upload-text{color:#000;font-size:16px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer}.browse-link{color:#2563eb;font-size:16px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer}.save-comment-btn{height:48px;padding:16px;background:#7f1d1d;border-radius:10px;border:none;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;transition:all .2s ease}.save-comment-btn:hover{background:#991b1b}.save-comment-btn:disabled{opacity:.5;cursor:not-allowed;background:#7f1d1d}.save-comment-btn:disabled:hover{background:#7f1d1d}.save-icon{width:16px;height:16px}.save-comment-btn span{color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400}.add-comment-modal-content::-webkit-scrollbar{width:8px}.add-comment-modal-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.add-comment-modal-content::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.add-comment-modal-content::-webkit-scrollbar-thumb:hover{background:#555}.order-details-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.order-details-modal-content{background:#fff;border-radius:13px;padding:12px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;position:relative}.order-details-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.order-details-title{color:var(--text-ddashboard-lack, #2B2D3B);font-size:16px;font-family:Inter,sans-serif;font-weight:500;margin:0}.order-details-body{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.order-detail-group{display:flex;flex-direction:column;gap:8px}.order-request-id{color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-style:italic;font-weight:500;opacity:.6}.order-detail-label{color:var(--text-ddashboard-lack, #2B2D3B);font-size:16px;font-family:Inter,sans-serif;font-weight:500;word-wrap:break-word}.order-item-details-wrapper{display:flex;align-items:flex-start;gap:12px}.order-item-image{width:60px;height:60px;border-radius:8px;object-fit:cover;flex-shrink:0}.order-item-info{display:flex;flex-direction:column;gap:4px;flex:1}.order-item-title{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;text-decoration:underline;cursor:pointer}.order-item-description{color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-weight:400}.order-member-info{display:flex;align-items:center;gap:12px}.order-member-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}.order-member-details{display:flex;flex-direction:column;gap:4px}.order-member-name{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;text-decoration:underline;cursor:pointer}.order-rejection-reason{color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-weight:400;max-width:375px}.order-tickets-list{display:flex;flex-direction:column;gap:10px}.order-ticket-item{display:flex;align-items:center;gap:8px}.order-ticket-quantity{color:#00000080;font-size:12px;font-family:Lato,sans-serif;font-weight:400}.order-ticket-type{color:#000;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.order-logs-label{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:700}.order-logs-timeline{display:flex;flex-direction:column;gap:8px}.order-log-entry{display:flex;align-items:flex-start;gap:12px;opacity:.5}.order-log-icon-wrapper{width:16px;height:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.order-log-icon{width:15px;height:15px}.order-log-connector{width:1px;height:18px;background:var(--Balck-defaulto-for-text, #27272A);opacity:.5;margin-left:7px}.order-log-text{color:var(--Balck-defaulto-for-text, #27272A);font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400;flex:1}.order-log-user{text-decoration:underline}.order-log-document{text-decoration:underline;cursor:pointer}.order-details-actions{display:flex;gap:16px;justify-content:center;padding-top:16px;border-top:1px solid #E5E7EB}.order-reject-btn,.order-quote-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:13px;font-size:18px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;border:none;transition:opacity .2s}.btn-icon{width:20px;height:20px}.order-reject-btn{background:#fff;color:#70211c;border:1px solid #70211C}.order-reject-btn:hover{opacity:.8}.order-quote-btn{background:#70211c;color:#fff}.order-quote-btn:hover{opacity:.9}.order-details-modal-content::-webkit-scrollbar{width:8px}.order-details-modal-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.order-details-modal-content::-webkit-scrollbar-thumb{background:#70211c;border-radius:10px}.order-details-modal-content::-webkit-scrollbar-thumb:hover{background:#5a1915}.others-request-modal{display:flex;flex-direction:column;gap:20px}.others-request-title{color:#2b2d3b;font-size:24px;font-family:Inter,sans-serif;font-weight:600;margin:0;line-height:1.3}.others-request-section{display:flex;flex-direction:column;gap:8px}.others-request-label{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:700}.others-request-value{color:#000000b3;font-size:14px;font-family:Inter,sans-serif;font-weight:400;line-height:1.6}.others-logs-timeline{display:flex;flex-direction:column;gap:8px}.others-log-entry{display:flex;align-items:center;gap:10px}.others-log-icon{width:16px;height:16px;opacity:.6}.others-log-text{color:#27272a;font-size:14px;font-family:Lato,sans-serif;font-style:italic;font-weight:400;opacity:.6}.others-log-user{text-decoration:underline}.others-request-actions{display:flex;gap:16px;justify-content:center;padding-top:20px;margin-top:10px}.others-reject-btn,.others-quote-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;border-radius:13px;font-size:18px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;border:none;transition:opacity .2s}.others-btn-icon{width:20px;height:20px}.others-reject-btn{background:#fff;color:#70211c;border:1px solid #70211C}.others-reject-btn:hover{opacity:.8}.others-quote-btn{background:#70211c;color:#fff}.others-quote-btn:hover{opacity:.9}.quote-price-form{width:100%;height:100%;padding:0;background:#fff;border-radius:16px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:12px;overflow-y:auto}.quote-form-content{width:100%;max-width:500px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:12px}.quote-header{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px}.quote-title{color:var(--text-ddashboard-lack, #2B2D3B);font-size:16px;font-family:Inter,sans-serif;font-weight:500;margin:0;word-wrap:break-word}.quote-order-id{opacity:.5;color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-style:italic;font-weight:500;text-align:right;white-space:nowrap}.quote-section{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px}.quote-section-label{color:var(--text-ddashboard-lack, #2B2D3B);font-size:16px;font-family:Inter,sans-serif;font-weight:500;margin-bottom:0;word-wrap:break-word}.quote-item-row{display:flex;flex-direction:row;align-items:flex-start;gap:10px;width:100%}.quote-item-image{width:50.49px;height:50.49px;border-radius:5px;object-fit:cover;flex-shrink:0}.quote-item-info{display:flex;flex-direction:column;gap:6px;flex:1}.quote-item-title{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;text-decoration:underline;cursor:pointer}.quote-item-description{color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-weight:400;line-height:1.5}.quote-member-row{display:flex;flex-direction:row;align-items:flex-start;gap:10px;width:100%}.quote-member-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.quote-member-info{display:flex;flex-direction:column;gap:6px;flex:1}.quote-member-name{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;text-decoration:underline;cursor:pointer}.quote-member-badge{margin-top:0}.quote-logs-label{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:700}.quote-logs-timeline{display:flex;flex-direction:column;gap:8px}.quote-log-entry{display:flex;align-items:flex-start;gap:12px;opacity:.5}.quote-log-icon-wrapper{width:16px;height:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.quote-log-icon{width:15px;height:15px}.quote-log-connector{width:1px;height:18px;background:var(--Balck-defaulto-for-text, #27272A);opacity:.5;margin-left:7px}.quote-log-text{color:var(--Balck-defaulto-for-text, #27272A);font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400;flex:1}.quote-log-user{text-decoration:underline}.quote-log-document{text-decoration:underline;cursor:pointer}.quote-price-label{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400;margin-bottom:0}.quote-price-input-wrapper{width:100%;height:40px;position:relative;display:flex;align-items:center;background:#fff;border-radius:6.4px;border:1px solid #E2E7F1;overflow:hidden}.currency-symbol{width:50px;height:100%;display:flex;align-items:center;justify-content:center;background:#f4f6f9;border-right:1px solid #E2E7F1;color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.quote-price-input{flex:1;height:100%;padding:0 16px;border:none;outline:none;font-size:14px;font-family:Inter,sans-serif;color:#2b2d3b;background:#fff}.quote-price-input::-webkit-outer-spin-button,.quote-price-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quote-price-input[type=number]{-moz-appearance:textfield}.quote-price-input::placeholder{color:#656d9a;opacity:.5}.quote-upload-label{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400;margin-bottom:0}.quote-upload-area{width:100%;min-height:65px;background:#fff;border-radius:6.4px;border:1px dashed #E2E7F1;display:flex;align-items:center;justify-content:center;padding:16px;cursor:pointer;transition:all .3s ease}.quote-upload-area:hover{border-color:#1269cf;background:#f9f9f9}.upload-text{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400;text-align:center}.upload-label-text{display:flex;justify-content:center;align-items:center;width:100%;padding:24px;cursor:pointer;color:#6d6d6d;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.upload-area-content{width:100%;display:flex;flex-direction:column;gap:12px}.uploaded-files-container{display:flex;flex-direction:column;gap:8px;width:100%}.uploaded-file-item{width:100%;padding:9.73px;background:#fff;border-radius:7.39px;outline:.61px solid #E7E7E7;outline-offset:-.61px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.uploaded-file-content{width:100%;display:flex;justify-content:flex-start;align-items:center;gap:5.11px}.uploaded-file-icon{width:23.01px;height:23.01px;flex-shrink:0}.uploaded-file-info{flex:1 1 0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.22px;min-width:0}.uploaded-file-name{width:100%;color:#0b0b0b;font-size:12px;font-family:Inter,sans-serif;font-weight:600;line-height:18px;word-wrap:break-word;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uploaded-file-size{color:#6d6d6d;font-size:12px;font-family:Inter,sans-serif;font-weight:400;line-height:15px;word-wrap:break-word}.uploaded-file-remove{width:14.59px;height:14.59px;display:flex;justify-content:center;align-items:center;background:none;border:none;cursor:pointer;padding:0;flex-shrink:0;transition:opacity .2s ease}.uploaded-file-remove:hover{opacity:.7}.uploaded-file-remove svg{width:100%;height:100%}.add-more-files-button{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;background:#fff;border:1px dashed #1269CF;border-radius:6px;color:#1269cf;font-size:12px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;transition:all .2s ease;margin-top:auto;align-self:center;width:auto}.add-more-files-button:hover{background:#f0f7ff;border-color:#0d5aa7}.add-more-files-button svg{width:16px;height:16px}.quote-actions{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;margin-top:8px}.quote-action-buttons{display:flex;justify-content:center;align-items:flex-start;gap:16px}.quote-confirm-btn{height:44px;padding:10px 28px;background:#70211c;border-radius:10px;border:none;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;transition:all .3s ease;color:#fff;font-size:16px;font-family:Inter,sans-serif;font-weight:400}.quote-confirm-btn:disabled{opacity:.5;cursor:not-allowed;background:#70211c}.quote-confirm-btn:hover:not(:disabled){background:#8a2a23;transform:translateY(-2px);box-shadow:0 4px 8px #70211c33}.quote-confirm-btn:disabled:hover{transform:none;box-shadow:none}.quote-confirm-btn .btn-icon{width:18px;height:18px;filter:brightness(0) invert(1)}.quote-back-btn{background:none;border:none;color:#70211c;font-size:16px;font-family:Inter,sans-serif;font-weight:400;text-decoration:underline;cursor:pointer;padding:8px 16px;transition:all .2s ease}.quote-back-btn:hover{opacity:.7}@media (max-width: 768px){.quote-form-content,.quote-price-input-wrapper,.quote-upload-area{max-width:100%}}.others-quote-content{width:100%;display:flex;flex-direction:column;gap:20px}.others-quote-title{color:#2b2d3b;font-size:24px;font-family:Inter,sans-serif;font-weight:600;margin:0;line-height:1.3}.others-quote-section{display:flex;flex-direction:column;gap:8px}.others-quote-label{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:700}.others-quote-value{color:#000000b3;font-size:14px;font-family:Inter,sans-serif;font-weight:400;line-height:1.6}.others-member-info{display:flex;align-items:center;gap:12px}.others-member-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}.others-member-details{display:flex;flex-direction:column;gap:4px}.others-member-name{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;text-decoration:underline;cursor:pointer}.others-quote-price-label{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.others-quote-price-input-wrapper{width:100%;height:40px;display:flex;align-items:center;background:#fff;border-radius:6.4px;border:1px solid #E2E7F1;overflow:hidden}.others-currency-symbol{width:50px;height:100%;display:flex;align-items:center;justify-content:center;background:#f4f6f9;border-right:1px solid #E2E7F1;color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.others-quote-price-input{flex:1;height:100%;padding:0 16px;border:none;outline:none;font-size:14px;font-family:Inter,sans-serif;color:#2b2d3b;background:#fff}.others-quote-price-input::-webkit-outer-spin-button,.others-quote-price-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.others-quote-price-input[type=number]{-moz-appearance:textfield}.others-quote-upload-label{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.others-quote-upload-area{width:100%;min-height:65px;background:#fff;border-radius:6px;border:1px dashed #E2E7F1;display:flex;align-items:center;justify-content:center;padding:16px;cursor:pointer;transition:all .3s ease}.others-quote-upload-area:hover{border-color:#1269cf;background:#f9f9f9}.others-upload-text{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400;text-align:center}.others-browse-link{color:#1269cf;font-weight:400;cursor:pointer}.others-upload-label-text{display:flex;justify-content:center;align-items:center;width:100%;padding:24px;cursor:pointer;color:#6d6d6d;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.others-upload-area-content{width:100%;display:flex;flex-direction:column;gap:12px}.others-uploaded-files-container{display:flex;flex-direction:column;gap:8px;width:100%}.others-uploaded-file-item{width:100%;padding:9.73px;background:#fff;border-radius:7.39px;outline:.61px solid #E7E7E7;outline-offset:-.61px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.others-uploaded-file-content{width:100%;display:flex;justify-content:flex-start;align-items:center;gap:5.11px}.others-uploaded-file-icon{width:23.01px;height:23.01px;flex-shrink:0}.others-uploaded-file-info{flex:1 1 0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.22px;min-width:0}.others-uploaded-file-name{width:100%;color:#0b0b0b;font-size:12px;font-family:Inter,sans-serif;font-weight:600;line-height:18px;word-wrap:break-word;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.others-uploaded-file-size{color:#6d6d6d;font-size:12px;font-family:Inter,sans-serif;font-weight:400;line-height:15px;word-wrap:break-word}.others-uploaded-file-remove{width:14.59px;height:14.59px;display:flex;justify-content:center;align-items:center;background:none;border:none;cursor:pointer;padding:0;flex-shrink:0;transition:opacity .2s ease}.others-uploaded-file-remove:hover{opacity:.7}.others-uploaded-file-remove svg{width:100%;height:100%}.others-add-more-files-button{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;background:#fff;border:1px dashed #1269CF;border-radius:6px;color:#1269cf;font-size:12px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;transition:all .2s ease;margin-top:auto;align-self:center;width:auto}.others-add-more-files-button:hover{background:#f0f7ff;border-color:#0d5aa7}.others-add-more-files-button svg{width:16px;height:16px}.others-quote-actions{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:20px}.others-quote-confirm-btn{height:48px;padding:12px 40px;background:#70211c;border-radius:13px;border:none;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;transition:all .2s ease;color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400}.others-quote-confirm-btn:disabled{opacity:.5;cursor:not-allowed}.others-quote-confirm-btn:hover:not(:disabled){opacity:.9}.others-btn-icon{width:20px;height:20px;filter:brightness(0) invert(1)}.others-quote-back-btn{background:none;border:none;color:#70211c;font-size:16px;font-family:Inter,sans-serif;font-weight:400;text-decoration:underline;cursor:pointer;padding:8px 16px}.others-quote-back-btn:hover{opacity:.7}.order-confirmation{width:100%;height:100%;padding:0;background:#fff;border-radius:16px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:12px;overflow-y:auto}.order-confirmation-content{width:100%;max-width:500px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:12px}.confirmation-header{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px}.confirmation-title{color:var(--text-ddashboard-lack, #2B2D3B);font-size:16px;font-family:Inter,sans-serif;font-weight:500;margin:0;word-wrap:break-word}.confirmation-order-id{opacity:.5;color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-style:italic;font-weight:500;text-align:right;white-space:nowrap}.confirmation-section{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px}.confirmation-section-label,.confirmation-logs-label{color:var(--text-ddashboard-lack, #2B2D3B);font-size:16px;font-family:Inter,sans-serif;font-weight:500;margin-bottom:0;word-wrap:break-word}.confirmation-item-row{display:flex;flex-direction:row;align-items:flex-start;gap:10px;width:100%}.confirmation-item-image{width:50.49px;height:50.49px;border-radius:5px;object-fit:cover;flex-shrink:0}.confirmation-item-info{display:flex;flex-direction:column;gap:6px;flex:1}.confirmation-item-title{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;text-decoration:underline;cursor:pointer}.confirmation-item-description{color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-weight:400;line-height:1.5}.confirmation-member-row{display:flex;flex-direction:row;align-items:flex-start;gap:10px;width:100%}.confirmation-member-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.confirmation-member-info{display:flex;flex-direction:column;gap:6px;flex:1}.confirmation-member-name{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;text-decoration:underline;cursor:pointer}.confirmation-member-badge{margin-top:0}.confirmation-amount{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.confirmation-logs-label{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:500;margin-bottom:4px}.confirmation-logs-timeline{display:flex;flex-direction:column;gap:8px;width:100%}.confirmation-log-entry{display:flex;align-items:flex-start;gap:8px}.confirmation-log-icon-wrapper{width:16px;height:16px;opacity:.5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.confirmation-log-icon{width:100%;height:100%;object-fit:contain}.confirmation-log-text{opacity:.5;color:var(--Balck-defaulto-for-text, #27272A);font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400;flex:1}.confirmation-log-user,.confirmation-log-document{text-decoration:underline;cursor:pointer}.confirmation-log-connector{width:2px;height:17.5px;margin-left:7px;opacity:.5;background:var(--Balck-defaulto-for-text, #27272A)}.confirmation-actions{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;margin-top:8px}.confirmation-dispatch-btn{height:48px;padding:12px 28px;background:#70211c;border-radius:10px;border:none;display:flex;justify-content:center;align-items:center;gap:8px;cursor:not-allowed;transition:all .3s ease;color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400;opacity:.5}.confirmation-dispatch-btn:disabled{opacity:.5;cursor:not-allowed}.confirmation-dispatch-btn .dispatch-icon{width:24px;height:24px;filter:brightness(0) invert(1)}.confirmation-cancel-btn{background:none;border:none;color:#70211c;font-size:18px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;padding:8px 16px;transition:all .2s ease}.confirmation-cancel-btn:hover{opacity:.7}@media (max-width: 768px){.order-confirmation-content{max-width:100%}}.cancelled-order-view{width:100%;height:100%;padding:0;background:#fff;border-radius:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:12px;overflow-y:auto}.cancelled-order-content{width:100%;max-width:500px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:12px}.cancelled-header{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px}.cancelled-title{color:var(--text-ddashboard-lack, #2B2D3B);font-size:16px;font-family:Inter,sans-serif;font-weight:500;margin:0;word-wrap:break-word}.cancelled-order-id{opacity:.5;color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-style:italic;font-weight:500;text-align:right;white-space:nowrap}.cancelled-section{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px}.cancelled-section-label,.cancelled-logs-label{color:var(--text-ddashboard-lack, #2B2D3B);font-size:16px;font-family:Inter,sans-serif;font-weight:500;margin-bottom:0;word-wrap:break-word}.cancelled-item-row{display:flex;flex-direction:row;align-items:flex-start;gap:10px;width:100%}.cancelled-item-image{width:50.49px;height:50.49px;border-radius:5px;object-fit:cover;flex-shrink:0}.cancelled-item-info{display:flex;flex-direction:column;gap:6px;flex:1}.cancelled-item-title{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;text-decoration:underline;cursor:pointer}.cancelled-item-description{color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-weight:400;line-height:1.5}.cancelled-member-row{display:flex;flex-direction:row;align-items:flex-start;gap:10px;width:100%}.cancelled-member-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.cancelled-member-info{display:flex;flex-direction:column;gap:6px;flex:1}.cancelled-member-name{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;text-decoration:underline;cursor:pointer}.cancelled-member-badge{margin-top:0}.cancelled-amount{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.cancelled-rejection-text{color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-weight:400;line-height:1.5}.cancelled-logs-label{color:var(--text-ddashboard-lack, #2B2D3B);font-size:12px;font-family:Inter,sans-serif;font-weight:500;margin-bottom:8px}.cancelled-logs-timeline{display:flex;flex-direction:column;gap:0}.cancelled-log-entry{display:flex;align-items:flex-start;gap:12px}.cancelled-log-icon{flex-shrink:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center;margin-top:2px;opacity:.5}.cancelled-log-icon img{width:100%;height:100%;object-fit:contain;filter:brightness(0) saturate(100%) invert(8%) sepia(5%) saturate(1000%) hue-rotate(180deg) brightness(95%) contrast(90%)}.cancelled-log-text{flex:1;color:#27272a;font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400;word-wrap:break-word;opacity:.5}.cancelled-log-text span{color:#27272a;font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400;word-wrap:break-word}.cancelled-log-user{color:#27272a;font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400;text-decoration:underline;word-wrap:break-word}.cancelled-log-document{color:#27272a;text-decoration:underline;cursor:pointer;opacity:1;transition:opacity .2s;font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400}.cancelled-log-document:hover{opacity:.8}.cancelled-log-connector{width:1px;height:18px;margin-left:8px;margin-top:8px;margin-bottom:8px;opacity:.2;background:#27272a;border:.5px solid #27272A}.cancelled-order-view::-webkit-scrollbar{width:8px}.cancelled-order-view::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.cancelled-order-view::-webkit-scrollbar-thumb{background:#70211c;border-radius:10px}.cancelled-order-view::-webkit-scrollbar-thumb:hover{background:#5a1915}@media (max-width: 992px){.cancelled-order-view{padding:16px}.cancelled-order-content{max-width:100%}}@media (max-width: 768px){.cancelled-order-view{padding:12px;border-radius:12px}.cancelled-order-content{max-width:100%;gap:16px}.cancelled-header{flex-direction:column;align-items:flex-start;gap:4px}.cancelled-title{font-size:18px}.cancelled-order-id{text-align:left;font-size:11px}.cancelled-section{gap:10px}.cancelled-section-label,.cancelled-logs-label{font-size:14px}.cancelled-item-row{gap:12px}.cancelled-item-image{width:60px;height:60px}.cancelled-item-title{font-size:14px}.cancelled-item-description{font-size:12px;-webkit-line-clamp:3;line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.cancelled-member-row{gap:12px}.cancelled-member-avatar{width:40px;height:40px}.cancelled-member-name{font-size:14px}.cancelled-rejection-text{font-size:13px}.cancelled-log-entry{gap:10px}.cancelled-log-text,.cancelled-log-text span,.cancelled-log-user,.cancelled-log-document{font-size:11px}.cancelled-log-connector{height:14px;margin-left:7px}}@media (max-width: 480px){.cancelled-order-view{padding:10px;border-radius:10px;gap:8px}.cancelled-order-content{gap:14px}.cancelled-header{gap:2px}.cancelled-title{font-size:16px}.cancelled-order-id{font-size:10px}.cancelled-section-label,.cancelled-logs-label{font-size:13px}.cancelled-item-row{gap:10px}.cancelled-item-image{width:50px;height:50px}.cancelled-item-title{font-size:13px}.cancelled-item-description{font-size:11px;-webkit-line-clamp:2;line-clamp:2}.cancelled-member-avatar{width:36px;height:36px}.cancelled-member-name{font-size:13px}.cancelled-rejection-text{font-size:12px}.cancelled-log-icon{width:14px;height:14px}.cancelled-log-text,.cancelled-log-text span,.cancelled-log-user,.cancelled-log-document{font-size:10px}.cancelled-log-connector{height:12px;margin-left:6px;margin-top:6px;margin-bottom:6px}}.processing-order{width:100%;height:100%;padding:0;background:#fff;border-radius:16px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:12px;overflow-y:auto}.processing-order-content{width:100%;max-width:500px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:12px}.processing-header{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px}.processing-title{color:var(--text-ddashboard-lack, #2B2D3B);font-size:16px;font-family:Inter,sans-serif;font-weight:500;margin:0;word-wrap:break-word}.processing-order-id{opacity:.5;color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-style:italic;font-weight:500;text-align:right;white-space:nowrap}.processing-section{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px}.processing-section-label,.processing-logs-label{color:var(--text-ddashboard-lack, #2B2D3B);font-size:16px;font-family:Inter,sans-serif;font-weight:500;margin-bottom:0;word-wrap:break-word}.processing-item-row{display:flex;flex-direction:row;align-items:flex-start;gap:10px;width:100%}.processing-item-image{width:50.49px;height:50.49px;border-radius:5px;object-fit:cover;flex-shrink:0}.processing-item-info{display:flex;flex-direction:column;gap:6px;flex:1}.processing-item-title{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;text-decoration:underline;cursor:pointer}.processing-item-description{color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-weight:400;line-height:1.5}.processing-member-row{display:flex;flex-direction:row;align-items:flex-start;gap:10px;width:100%}.processing-member-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.processing-member-info{display:flex;flex-direction:column;gap:6px;flex:1}.processing-member-name{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;text-decoration:underline;cursor:pointer}.processing-member-badge{margin-top:0}.processing-amount{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.processing-logs-label{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:500;margin-bottom:4px}.processing-logs-timeline{display:flex;flex-direction:column;gap:8px;width:100%}.processing-log-entry{display:flex;align-items:flex-start;gap:8px}.processing-log-icon-wrapper{width:16px;height:16px;opacity:.5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.processing-log-icon{width:100%;height:100%;object-fit:contain}.processing-log-connector{width:1px;height:18px;background:var(--Balck-defaulto-for-text, #27272A);opacity:.5;margin-left:7.5px}.processing-log-text{opacity:.5;color:var(--Balck-defaulto-for-text, #27272A);font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400;line-height:1.5;flex:1}.processing-log-user{text-decoration:underline}.processing-log-document{text-decoration:underline;cursor:pointer}.processing-actions{width:100%;display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:8px}.processing-dispatch-btn{width:100%;max-width:300px;height:48px;padding:12px 24px;background:#70211c;border-radius:10px;border:none;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400;transition:background .2s}.processing-dispatch-btn:hover{background:#8a2920}.processing-dispatch-btn .dispatch-icon{width:24px;height:24px;filter:brightness(0) invert(1)}.processing-cancel-btn{background:none;border:none;color:#70211c;font-size:18px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;padding:8px;text-decoration:none;transition:opacity .2s}.processing-cancel-btn:hover{opacity:.8;text-decoration:underline}.dispatch-order-form{width:100%;height:100%;padding:0;background:#fff;border-radius:16px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:12px;overflow-y:auto}.dispatch-order-form-content{width:100%;max-width:500px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:12px}.dispatch-form-header{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px}.dispatch-form-title{color:var(--text-ddashboard-lack, #2B2D3B);font-size:16px;font-family:Inter,sans-serif;font-weight:500;margin:0;word-wrap:break-word}.dispatch-form-order-id{opacity:.5;color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-style:italic;font-weight:500;text-align:right;white-space:nowrap}.dispatch-form-section{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px}.dispatch-form-section-label{color:var(--text-ddashboard-lack, #2B2D3B);font-size:16px;font-family:Inter,sans-serif;font-weight:500;margin-bottom:0;word-wrap:break-word}.dispatch-form-item-row{display:flex;flex-direction:row;align-items:flex-start;gap:10px;width:100%}.dispatch-form-item-image{width:50.49px;height:50.49px;border-radius:5px;object-fit:cover;flex-shrink:0}.dispatch-form-item-info{display:flex;flex-direction:column;gap:6px;flex:1}.dispatch-form-item-title{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;text-decoration:underline;cursor:pointer}.dispatch-form-item-description{color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-weight:400;line-height:1.5}.dispatch-form-member-row{display:flex;flex-direction:row;align-items:flex-start;gap:10px;width:100%}.dispatch-form-member-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.dispatch-form-member-info{display:flex;flex-direction:column;gap:6px;flex:1}.dispatch-form-member-name{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;text-decoration:underline;cursor:pointer}.dispatch-form-member-badge{margin-top:0}.dispatch-form-amount{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.dispatch-form-logs-label{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:700;margin-bottom:0}.dispatch-form-logs-timeline{display:flex;flex-direction:column;gap:8px;width:100%}.dispatch-form-log-entry{display:flex;align-items:flex-start;gap:8px}.dispatch-form-log-icon-wrapper{width:16px;height:16px;opacity:.5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dispatch-form-log-icon{width:100%;height:100%;object-fit:contain}.dispatch-form-log-connector{width:1px;height:18px;background:var(--Balck-defaulto-for-text, #27272A);opacity:.5;margin-left:7.5px}.dispatch-form-log-text{opacity:.5;color:var(--Balck-defaulto-for-text, #27272A);font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400;line-height:1.5;flex:1}.dispatch-form-log-user,.dispatch-form-log-document{text-decoration:underline}.dispatch-form-upload-label{color:#656d9a;font-size:14px;font-family:Inter,sans-serif;font-weight:400;margin-bottom:4px}.dispatch-form-actions{width:100%;display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:8px}.dispatch-form-confirm-btn{width:auto;min-width:120px;height:48px;padding:12px 32px;background:#70211c;border-radius:10px;border:none;display:flex;justify-content:center;align-items:center;cursor:pointer;color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400;transition:background .2s}.dispatch-form-confirm-btn:hover:not(:disabled){background:#8a2920}.dispatch-form-confirm-btn:disabled{opacity:.5;cursor:not-allowed}.dispatch-form-back-btn{background:none;border:none;color:#70211c;font-size:18px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;padding:8px;text-decoration:none;transition:opacity .2s}.dispatch-form-back-btn:hover{opacity:.8;text-decoration:underline}.dispatched-order{width:100%;height:100%;padding:0;background:#fff;border-radius:16px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:12px;overflow-y:auto}.dispatched-order-content{width:100%;max-width:500px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:12px}.dispatched-header{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px}.dispatched-title{color:var(--text-ddashboard-lack, #2B2D3B);font-size:16px;font-family:Inter,sans-serif;font-weight:500;margin:0;word-wrap:break-word}.dispatched-order-id{opacity:.5;color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-style:italic;font-weight:500;text-align:right;white-space:nowrap}.dispatched-section{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px}.dispatched-section-label{color:var(--text-ddashboard-lack, #2B2D3B);font-size:16px;font-family:Inter,sans-serif;font-weight:500;margin-bottom:0;word-wrap:break-word}.dispatched-item-row{display:flex;flex-direction:row;align-items:flex-start;gap:10px;width:100%}.dispatched-item-image{width:50.49px;height:50.49px;border-radius:5px;object-fit:cover;flex-shrink:0}.dispatched-item-info{display:flex;flex-direction:column;gap:6px;flex:1}.dispatched-item-title{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;text-decoration:underline;cursor:pointer}.dispatched-item-description{color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-weight:400;line-height:1.5}.dispatched-member-row{display:flex;flex-direction:row;align-items:flex-start;gap:10px;width:100%}.dispatched-member-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.dispatched-member-info{display:flex;flex-direction:column;gap:6px;flex:1}.dispatched-member-name{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;text-decoration:underline;cursor:pointer}.dispatched-member-badge{margin-top:0}.dispatched-amount{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.dispatched-logs-label{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:500;margin-bottom:4px}.dispatched-logs-timeline{display:flex;flex-direction:column;gap:8px;width:100%}.dispatched-log-entry{display:flex;align-items:flex-start;gap:8px}.dispatched-log-icon-wrapper{width:16px;height:16px;opacity:.5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dispatched-log-icon{width:100%;height:100%;object-fit:contain}.dispatched-log-connector{width:1px;height:18px;background:var(--Balck-defaulto-for-text, #27272A);opacity:.5;margin-left:7.5px}.dispatched-log-text{opacity:.5;color:var(--Balck-defaulto-for-text, #27272A);font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400;line-height:1.5;flex:1}.dispatched-log-user,.dispatched-log-document{text-decoration:underline}.dispatched-actions{width:100%;display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:8px}.dispatched-delivered-btn{width:100%;max-width:300px;height:48px;padding:12px 24px;background:#70211c;border-radius:10px;border:none;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400;transition:background .2s}.dispatched-delivered-btn:hover{background:#8a2920}.dispatched-delivered-btn .delivered-icon{width:24px;height:24px;filter:brightness(0) invert(1)}.dispatched-cancel-btn{background:none;border:none;color:#70211c;font-size:18px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;padding:8px;text-decoration:underline;transition:opacity .2s}.dispatched-cancel-btn:hover{opacity:.8}.delivered-confirmation-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.delivered-confirmation-title{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:500;margin:0;word-wrap:break-word}.delivered-confirmation-id{opacity:.5;color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-style:italic;font-weight:500}.delivered-confirmation-body{padding:0;display:flex;flex-direction:column;gap:12px}.delivered-confirmation-section{display:flex;flex-direction:column;gap:8px}.delivered-confirmation-section-title{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:500;margin:0;word-wrap:break-word}.delivered-item-info-row{display:flex;flex-direction:row;gap:12px;align-items:flex-start}.delivered-item-image{width:80px;height:80px;border-radius:5px;object-fit:cover;flex-shrink:0}.delivered-item-text{display:flex;flex-direction:column;gap:4px;flex:1}.delivered-item-name{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:600;text-decoration:underline}.delivered-item-description{color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-weight:400;line-height:1.4}.delivered-member-info-row{display:flex;flex-direction:row;gap:12px;align-items:center}.delivered-member-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.delivered-member-details{display:flex;flex-direction:column;gap:4px;flex:1}.delivered-member-name{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:600;text-decoration:underline}.delivered-confirmation-amount{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.delivered-confirmation-logs{display:flex;flex-direction:column;gap:4px}.delivered-confirmation-log-item{display:flex;align-items:flex-start;gap:8px}.delivered-log-link{text-decoration:underline;cursor:pointer}.delivered-upload-label{color:#656d9a;font-size:14px;font-family:Inter,sans-serif;font-weight:400;margin-bottom:0}.cancel-upload-area{width:100%;min-height:65px;background:#fff;border-radius:6.4px;border:1px dashed #E2E7F1;display:flex;align-items:center;justify-content:center;padding:16px;cursor:pointer;transition:all .3s ease}.cancel-upload-area.dragging{border-color:#1269cf;background:#f0f7ff}.cancel-upload-label-area{cursor:pointer;width:100%;text-align:center;color:#2b2d3b}.upload-text{color:#2b2d3b;font-size:15px;font-family:Inter,sans-serif;font-weight:400;text-align:center}.cancel-upload-area-content{width:100%;display:flex;flex-direction:column;gap:12px}.cancel-uploaded-file-item{width:100%;padding:12px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.cancel-add-more-files-button{width:100%;padding:12px;background:#fff;border:1px dashed #1269CF;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .2s ease;color:#1269cf;font-size:14px;font-family:Inter,sans-serif;font-weight:500}.cancel-add-more-files-button:hover{background:#f0f7ff;border-color:#0d5ab8}.cancel-add-more-files-button svg{flex-shrink:0}.delivered-confirmation-footer{display:flex;flex-direction:column;align-items:stretch;gap:8px;margin-top:12px;width:100%}.delivered-confirm-btn{width:100%;height:48px;padding:16px;background:#70211c;border-radius:10px;border:none;color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px}.delivered-confirm-btn:hover:not(:disabled){background:#5a1a16}.delivered-confirm-btn:disabled{opacity:.5;cursor:not-allowed}.delivered-back-btn{width:100%;background:none;border:none;color:#70211c;font-size:18px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;padding:8px;text-align:center}.delivered-back-btn:hover:not(:disabled){text-decoration:underline}.delivered-back-btn:disabled{opacity:.5;cursor:not-allowed}.delivered-order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.delivered-order-title{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:500;margin:0;word-wrap:break-word}.delivered-order-id{opacity:.5;color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-style:italic;font-weight:500}.delivered-order-body{padding:0;display:flex;flex-direction:column;gap:12px}.delivered-order-section{display:flex;flex-direction:column;gap:8px}.delivered-order-section-title{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:500;margin:0;word-wrap:break-word}.delivered-order-item-row{display:flex;flex-direction:row;gap:12px;align-items:flex-start}.delivered-order-item-image{width:80px;height:80px;border-radius:5px;object-fit:cover;flex-shrink:0}.delivered-order-item-text{display:flex;flex-direction:column;gap:4px;flex:1}.delivered-order-item-name{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:600;text-decoration:underline}.delivered-order-item-description{color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-weight:400;line-height:1.4}.delivered-order-member-row{display:flex;flex-direction:row;gap:12px;align-items:center}.delivered-order-member-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.delivered-order-member-details{display:flex;flex-direction:column;gap:4px;flex:1}.delivered-order-member-name{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:600;text-decoration:underline}.delivered-order-amount{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.delivered-logs-label{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:500;margin-bottom:4px}.delivered-logs-timeline{display:flex;flex-direction:column;gap:8px;width:100%}.delivered-log-entry{display:flex;align-items:flex-start;gap:8px}.delivered-log-icon-wrapper{width:16px;height:16px;opacity:.5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.delivered-log-icon{width:100%;height:100%;object-fit:contain}.delivered-log-connector{width:1px;height:18px;background:var(--Balck-defaulto-for-text, #27272A);opacity:.5;margin-left:7.5px}.delivered-log-text{opacity:.5;color:var(--Balck-defaulto-for-text, #27272A);font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400;line-height:1.5;flex:1}.delivered-log-user,.delivered-log-document{text-decoration:underline}.delivered-order-logs{display:flex;flex-direction:column;gap:4px}.delivered-order-log-item{display:flex;align-items:flex-start;gap:8px}.delivered-order-log-icon{width:16px;height:16px;opacity:.5;flex-shrink:0;margin-top:2px}.delivered-order-log-text{opacity:.5;color:#27272a;font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400;line-height:1.5}.delivered-order-log-link{text-decoration:underline;cursor:pointer}.delivered-order-log-connector{width:1px;height:18px;background:#27272a;opacity:.5;margin-left:7.5px}.delivered-order-footer{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:12px}.delivered-order-print-btn{height:48px;padding:16px;background:#fff;border-radius:10px;border:1px solid #70211C;color:#70211c;font-size:18px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px}.delivered-order-print-btn:hover{background:#f5f5f5}.delivered-order-download-btn{height:48px;padding:16px;background:#70211c;border-radius:10px;border:none;color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px}.delivered-order-download-btn:hover{background:#5a1a16}.delivered-order-btn-icon{width:16px;height:16px}@media print{body *{visibility:hidden}.order-details-modal-overlay,.order-details-modal-overlay *,.order-details-modal-content,.order-details-modal-content *{visibility:visible}.order-details-modal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;display:block}.order-details-modal-content{position:relative;background:#fff;border-radius:0;padding:20px;width:100%;max-width:100%;max-height:none;overflow:visible;box-shadow:none;margin:0 auto}.order-details-modal-close,.delivered-order-footer{display:none!important}.delivered-order-header{margin-bottom:20px;page-break-after:avoid}.delivered-order-title{font-size:18px;font-weight:600;color:#000}.delivered-order-id{font-size:14px;color:#666}.delivered-order-body{width:100%;padding:0}.delivered-order-section{margin-bottom:20px;page-break-inside:avoid}.delivered-order-section-title,.delivered-logs-label{font-size:14px;font-weight:700;color:#000;margin-bottom:8px}.delivered-order-item-row{display:flex;gap:12px}.delivered-order-item-image{width:60px;height:60px;print-color-adjust:exact;-webkit-print-color-adjust:exact}.delivered-order-item-name{font-size:13px;font-weight:600;color:#000}.delivered-order-item-description{font-size:12px;color:#333}.delivered-order-member-row{display:flex;gap:12px;align-items:center}.delivered-order-member-avatar{width:30px;height:30px;print-color-adjust:exact;-webkit-print-color-adjust:exact}.delivered-order-member-name{font-size:13px;font-weight:600;color:#000}.delivered-order-amount{font-size:14px;font-weight:600;color:#000}.delivered-logs-timeline{width:100%}.delivered-log-entry{display:flex;gap:8px;margin-bottom:4px}.delivered-log-icon-wrapper{width:14px;height:14px;flex-shrink:0}.delivered-log-icon{width:100%;height:100%;print-color-adjust:exact;-webkit-print-color-adjust:exact}.delivered-log-connector{width:1px;height:14px;background:#000;margin-left:6px;print-color-adjust:exact;-webkit-print-color-adjust:exact}.delivered-log-text{font-size:11px;color:#333;opacity:1}.delivered-log-user,.delivered-log-document{text-decoration:underline;color:#000}}.access-quote-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000}.access-quote-modal-content{position:relative;background:#fff;border-radius:16px;width:790px;max-height:90vh;overflow-y:auto;overflow-x:hidden;padding:18px 24px;display:flex;flex-wrap:wrap}.access-quote-loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#fffc;display:flex;justify-content:center;align-items:center;z-index:10;border-radius:16px}.access-quote-loading-spinner{color:#70211c;font-size:16px;font-family:Inter,sans-serif;font-weight:500}.access-quote-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;width:100%}.access-quote-title{color:var(--text-ddashboard-lack, #2B2D3B);font-size:16px;font-family:Inter,sans-serif;font-weight:500;margin:0}.access-quote-order-id{opacity:.5;text-align:right;color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-style:italic;font-weight:500}.access-quote-left-section{width:358px;flex-shrink:0}.access-quote-vertical-divider{width:1px;background:#0000001a;margin:0 16px;align-self:stretch}.access-quote-date-section{margin-bottom:16px}.access-quote-date-title{color:var(--text-ddashboard-lack, #2B2D3B);font-size:14px;font-family:Inter,sans-serif;font-weight:700;margin-bottom:8px}.access-quote-guest-date{opacity:.5;color:#000;font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400;margin-bottom:8px}.access-quote-date-picker{display:flex;align-items:center;gap:8px;width:333px}.access-quote-month-label{display:flex;align-items:center;position:relative;cursor:pointer;flex-shrink:0}.access-quote-month-bar{width:22.5px;height:56.55px;background:var(--default-grey, #BCBCBC);border-radius:5px}.access-quote-month-text{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-90deg);text-align:center;color:#fff;font-size:12px;font-family:Lato,sans-serif;font-weight:400;white-space:nowrap}.access-quote-month-picker{position:absolute;top:100%;left:0;margin-top:8px;background:#fff;border:1px solid #E2E7F1;border-radius:8px;padding:12px;box-shadow:0 4px 12px #0000001a;z-index:10;display:flex;flex-direction:column;gap:12px;min-width:180px}.access-quote-month-picker-row{display:flex;flex-direction:column;gap:4px}.access-quote-month-picker-label{font-size:12px;font-family:Inter,sans-serif;font-weight:600;color:#2b2d3b}.access-quote-month-picker-select{padding:6px 8px;border:1px solid #E2E7F1;border-radius:4px;font-size:13px;font-family:Inter,sans-serif;color:#2b2d3b;background:#fff;cursor:pointer;outline:none}.access-quote-month-picker-select:focus{border-color:#661813}.access-quote-date-list{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;flex:1;padding-bottom:4px}.access-quote-date-list::-webkit-scrollbar{height:6px}.access-quote-date-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.access-quote-date-list::-webkit-scrollbar-thumb{background:#bcbcbc;border-radius:3px}.access-quote-date-card{padding:4.92px;background:#fff;box-shadow:0 2.87px 8.2px #19213d0a;border-radius:9.84px;outline:.41px white solid;outline-offset:-.41px;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:all .2s ease;flex-shrink:0;min-width:40px}.access-quote-date-card.selected{outline:1px #661813 solid;outline-offset:-1px}.access-quote-date-day{padding:8.2px 7.38px;text-align:center;color:#000;font-size:9.84px;font-family:Lato,sans-serif;font-weight:400;line-height:14.76px}.access-quote-date-card.selected .access-quote-date-day{color:#661813;font-size:12px;line-height:18px}.access-quote-date-number{padding:4.1px 7.38px 8.2px;text-align:center;color:#000;font-size:14.76px;font-family:Lato,sans-serif;font-weight:400;line-height:22.14px}.access-quote-date-card.selected .access-quote-date-number{color:#661813;font-size:14px;line-height:21px}.access-quote-date-card:hover{outline:1px #661813 solid;outline-offset:-1px}.access-quote-tickets-section{margin-top:16px}.access-quote-tickets-title{color:var(--text-ddashboard-lack, #2B2D3B);font-size:14px;font-family:Inter,sans-serif;font-weight:700;margin-bottom:8px}.access-quote-ticket-card{width:358px;padding:8px;background:#f5f5f5;border-radius:10px;outline:1px #D8D8D8 solid;outline-offset:-1px;margin-bottom:12px;display:flex;flex-direction:column;gap:7px}.access-quote-ticket-header{display:flex;justify-content:space-between;align-items:flex-start}.access-quote-ticket-left{display:flex;flex-direction:column;gap:8px}.access-quote-ticket-name{color:#000;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.access-quote-ticket-price-row{display:flex;align-items:center;gap:6px;margin-top:8px}.access-quote-ticket-price-input{width:70px;height:32px;padding:6px 10px;background:#fff;border:1px solid #D8D8D8;border-radius:6px;font-size:14px;font-family:Inter,sans-serif;color:#000;outline:none}.access-quote-ticket-price-input:focus{border-color:#661813}.access-quote-ticket-price-input::placeholder{color:#0006;font-size:12px}.access-quote-ticket-price-input::-webkit-inner-spin-button,.access-quote-ticket-price-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.access-quote-ticket-price-input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.access-quote-ticket-currency{color:#000;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.access-quote-ticket-price{color:#000;font-size:16px;font-family:Inter,sans-serif;font-weight:400}.access-quote-ticket-add-btn{width:86px;padding:8px 10px;border-radius:50px;outline:1px #D8D8D8 solid;outline-offset:-1px;background:transparent;border:none;text-align:center;color:#bcbcbc;font-size:16px;font-family:Lato,sans-serif;font-weight:400;line-height:16px;letter-spacing:.16px;cursor:not-allowed;transition:all .2s ease;flex-shrink:0}.access-quote-ticket-add-btn.active{outline:1px #70211C solid;color:#661813;cursor:pointer}.access-quote-ticket-add-btn.active:hover{background:#70211c;color:#fff}.access-quote-ticket-add-btn.disabled{outline:1px #D8D8D8 solid;color:#bcbcbc;cursor:not-allowed}.access-quote-ticket-add-btn:disabled{outline:1px #D8D8D8 solid;color:#bcbcbc;cursor:not-allowed}.access-quote-ticket-controls{display:flex;align-items:center;gap:8px;flex-shrink:0}.access-quote-ticket-control-btn{width:32px;height:32px;background:#a67c7c;border:none;border-radius:50%;color:#fff;font-size:20px;font-family:Inter,sans-serif;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;padding:0;line-height:1}.access-quote-ticket-control-btn:hover{background:#70211c}.access-quote-ticket-quantity-input{width:40px;height:32px;padding:0;background:transparent;border:none;text-align:center;color:#661813;font-size:18px;font-family:Inter,sans-serif;font-weight:500;outline:none}.access-quote-ticket-quantity-input::-webkit-inner-spin-button,.access-quote-ticket-quantity-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.access-quote-ticket-quantity-input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.access-quote-ticket-description{color:#00000080;font-size:12px;font-family:Inter,sans-serif;font-style:italic;font-weight:400}.access-quote-right-section{flex:1;min-width:300px}.access-quote-ticket-details{margin-bottom:16px}.access-quote-details-title{color:var(--text-ddashboard-lack, #2B2D3B);font-size:14px;font-family:Inter,sans-serif;font-weight:700;margin-bottom:10px}.access-quote-detail-item{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px}.access-quote-detail-ticket-name{color:#000;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.access-quote-detail-quantity{color:#00000080;font-size:12px;font-family:Lato,sans-serif;font-weight:400;margin-right:auto;margin-left:4px}.access-quote-detail-price{text-align:right;color:#000;font-size:14px;font-family:Lato,sans-serif;font-weight:400;white-space:nowrap}.access-quote-no-tickets{color:#00000080;font-size:14px;font-family:Inter,sans-serif;font-style:italic;font-weight:400;margin-bottom:10px}.access-quote-detail-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.access-quote-detail-label{color:#000;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.access-quote-detail-value{text-align:right;color:#000;font-size:14px;font-family:Inter,sans-serif;font-weight:400;white-space:nowrap}.access-quote-detail-divider{height:1px;border-top:1px dashed rgba(0,0,0,.2);margin:10px 0}.access-quote-detail-total{margin-top:10px}.access-quote-detail-total .access-quote-detail-label,.access-quote-detail-total .access-quote-detail-value{font-size:16px;font-weight:700}.access-quote-documents{margin-top:16px}.access-quote-documents-title{color:var(--text-ddashboard-lack, #2B2D3B);font-size:14px;font-family:Inter,sans-serif;font-weight:700;margin-bottom:10px}.access-quote-upload-area{width:336.1px;height:191.61px;background:#fff;border-radius:3.2px;border:.64px #E2E7F1 solid;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.access-quote-upload-area:hover{border-color:#1269cf;background:#f8f9fa}.access-quote-file-input{display:none}.access-quote-upload-label{text-align:center;color:#2b2d3b;font-size:21px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer}.access-quote-browse-link{color:#1269cf;text-decoration:underline}.access-quote-uploaded-files{display:flex;flex-direction:column;gap:8px}.access-quote-file-card{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border:1px solid #E7E7E7;border-radius:8px;transition:all .2s ease}.access-quote-file-card:hover{border-color:#4b88e5;box-shadow:0 2px 4px #0000000d}.access-quote-file-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.access-quote-file-icon svg{width:24px;height:24px}.access-quote-file-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.access-quote-file-name{color:#0b0b0b;font-size:14px;font-family:Inter,sans-serif;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.access-quote-file-size{color:#6d6d6d;font-size:12px;font-family:Inter,sans-serif;font-weight:400}.access-quote-actions{display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:20px;padding-bottom:10px;width:100%}.access-quote-confirm-btn{height:48px;padding:16px;background:#70211c;border-radius:10px;border:none;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;transition:all .3s ease;color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400}.access-quote-confirm-btn:hover:not(:disabled){background:#5a1915;transform:translateY(-2px);box-shadow:0 4px 8px #70211c4d}.access-quote-confirm-btn.disabled,.access-quote-confirm-btn:disabled{background:#bcbcbc;cursor:not-allowed;transform:none;box-shadow:none}.access-quote-btn-icon{width:16px;height:16px;filter:brightness(0) invert(1)}.access-quote-back-link{background:none;border:none;color:#70211c;font-size:18px;font-family:Inter,sans-serif;font-weight:400;text-decoration:underline;cursor:pointer;transition:all .2s ease}.access-quote-back-link:hover{color:#5a1915}.access-quote-modal-content::-webkit-scrollbar{width:8px}.access-quote-modal-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.access-quote-modal-content::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.access-quote-modal-content::-webkit-scrollbar-thumb:hover{background:#555}@media screen and (max-width: 850px){.access-quote-modal-content{width:95%;max-width:700px;padding:16px 20px;display:flex;flex-direction:column;flex-wrap:nowrap}.access-quote-header{order:1;width:100%}.access-quote-left-section{order:2;width:100%!important;flex-shrink:0}.access-quote-vertical-divider{display:none}.access-quote-right-section{order:3;width:100%!important;min-width:unset;flex:none;margin-top:20px;padding-top:20px;border-top:1px solid rgba(0,0,0,.1)}.access-quote-actions{order:4}.access-quote-ticket-card,.access-quote-date-picker{width:100%}.access-quote-upload-area{width:100%;height:150px}}@media screen and (max-width: 768px){.access-quote-modal-content{width:95%;padding:14px 16px;border-radius:12px}.access-quote-header{flex-direction:column;align-items:flex-start;gap:8px}.access-quote-order-id{text-align:left}.access-quote-title{font-size:15px}.access-quote-date-title,.access-quote-tickets-title,.access-quote-details-title,.access-quote-documents-title{font-size:13px}.access-quote-ticket-header{flex-wrap:wrap;gap:12px}.access-quote-ticket-add-btn{width:70px;padding:6px 8px;font-size:14px}.access-quote-ticket-controls{gap:6px}.access-quote-ticket-control-btn{width:28px;height:28px;font-size:18px}.access-quote-ticket-quantity-input{width:35px;height:28px;font-size:16px}.access-quote-upload-area{height:120px}.access-quote-upload-label{font-size:16px}.access-quote-confirm-btn{height:44px;padding:12px;font-size:16px}.access-quote-back-link{font-size:16px}}@media screen and (max-width: 480px){.access-quote-modal-overlay{padding:20px 10px 10px;align-items:flex-start}.access-quote-modal-content{width:100%;padding:12px;border-radius:10px;max-height:85vh}.access-quote-header{margin-bottom:16px}.access-quote-title{font-size:14px}.access-quote-order-id{font-size:11px}.access-quote-date-picker{flex-direction:column;align-items:flex-start;gap:10px}.access-quote-month-label{width:100%}.access-quote-month-bar{width:100%;height:36px;border-radius:8px}.access-quote-month-text{transform:translate(-50%,-50%);font-size:14px}.access-quote-date-list{width:100%}.access-quote-date-card{min-width:36px;padding:4px}.access-quote-date-day{font-size:9px;padding:4px}.access-quote-date-number{font-size:12px;padding:2px 4px 4px}.access-quote-ticket-card{padding:10px;margin-bottom:10px}.access-quote-ticket-name{font-size:13px}.access-quote-ticket-price-input{width:60px;height:28px;font-size:13px;padding:4px 8px}.access-quote-ticket-currency{font-size:13px}.access-quote-ticket-description{font-size:11px}.access-quote-detail-item{gap:4px}.access-quote-detail-ticket-name{font-size:13px;max-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.access-quote-detail-quantity{font-size:11px;margin-left:4px;flex-shrink:0}.access-quote-detail-price{font-size:13px;flex-shrink:0}.access-quote-detail-label,.access-quote-detail-value{font-size:13px}.access-quote-detail-total .access-quote-detail-label,.access-quote-detail-total .access-quote-detail-value{font-size:14px}.access-quote-upload-area{height:100px}.access-quote-upload-label{font-size:14px;padding:0 10px}.access-quote-file-card{padding:10px;gap:10px}.access-quote-file-name{font-size:13px}.access-quote-file-size{font-size:11px}.access-quote-actions{gap:12px;margin-top:16px}.access-quote-confirm-btn{width:100%;height:42px;font-size:15px;border-radius:8px}.access-quote-back-link{font-size:14px}.access-quote-guest-date{font-size:11px}.access-quote-month-picker{min-width:160px;padding:10px}.access-quote-month-picker-select{padding:5px 6px;font-size:12px}}.create-access-item-container{width:100%;height:100%;display:flex;flex-direction:column;gap:16px;padding:20px 40px;background:#f5f5f5}.add-image-btn{width:168px;height:168px;border:1px dashed #E2E7F1;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:48px;color:#1269cf;cursor:pointer;background:#fff;transition:all .2s}.upload-section-single.disabled{opacity:.6;pointer-events:none}.upload-section-single.disabled .file-input{cursor:not-allowed}.image-delete-btn:disabled{opacity:.4;cursor:not-allowed}.tickets-type-section{display:flex;flex-direction:column;gap:16px;margin-top:24px}.tickets-header{display:flex;justify-content:space-between;align-items:center;width:100%}.section-subtitle{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:500;margin:0}.add-ticket-btn{display:flex;align-items:center;gap:8px;background:transparent;border:none;color:#000;font-size:16px;font-family:Lato,sans-serif;font-weight:400;text-decoration:underline;cursor:pointer;padding:0;transition:opacity .2s}.add-ticket-btn svg{width:25px;height:25px;padding:5px;background:#70211c4d;border-radius:50%}.add-ticket-btn svg path{stroke:#70211c}.add-ticket-btn:hover{opacity:.7}.ticket-row{display:flex;align-items:flex-start;gap:21px;width:100%;flex-wrap:wrap}.ticket-fields{display:flex;align-items:flex-start;gap:21px;flex:1;min-width:0;flex-wrap:wrap}.ticket-field-group{display:flex;flex-direction:column;gap:8px;flex:1;min-width:200px}.ticket-label{color:#656d9a;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.ticket-input{height:35px;background:#fff;border-radius:6px;border:1px solid #E2E7F1;padding:0 12px;color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400;outline:none;transition:border-color .2s}.ticket-input:focus{border-color:#70211c}.ticket-input:disabled{background-color:#f5f5f5;opacity:.6;cursor:not-allowed}.ticket-input::placeholder{color:#a0a0a0}.ticket-input-number{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.ticket-input-number::-webkit-inner-spin-button,.ticket-input-number::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.form-input[type=number]{-moz-appearance:textfield}.form-input[type=number]::-webkit-inner-spin-button,.form-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.delete-ticket-btn{display:flex;align-items:center;gap:8px;background:transparent;border:none;color:#ff725e;font-size:16px;font-family:Inter,sans-serif;font-weight:400;text-decoration:underline;cursor:pointer;padding:0;white-space:nowrap;margin-top:28px;transition:opacity .2s}.delete-ticket-btn:hover{opacity:.7}.delete-ticket-btn:disabled{opacity:.4;cursor:not-allowed}.add-ticket-btn:disabled{opacity:.4;cursor:not-allowed}.add-ticket-btn:disabled svg{opacity:.4}.access-item-toggle-switch{position:relative;display:inline-block;width:44px;height:24px;cursor:pointer}.access-item-toggle-switch input{opacity:0;width:0;height:0}.access-item-toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#e2e7f1;transition:.3s;border-radius:24px}.access-item-toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.access-item-toggle-switch input:checked+.access-item-toggle-slider{background-color:#70211c}.access-item-toggle-switch input:checked+.access-item-toggle-slider:before{transform:translate(20px)}.access-item-toggle-switch input:disabled+.access-item-toggle-slider{opacity:.6;cursor:not-allowed}@media (max-width: 1200px){.form-row{flex-wrap:wrap}}@media (max-width: 992px){.create-access-item-container{padding:20px 24px}.uploaded-images-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.image-preview,.add-image-btn{width:140px;height:140px}}@media (max-width: 1100px){.ticket-fields{flex-direction:column}.ticket-field-group{width:100%;min-width:100%}}@media (max-width: 900px){.form-row{flex-direction:column}.form-group{width:100%;flex:none}.ticket-row{flex-direction:column;gap:12px}.ticket-fields{flex-direction:column;width:100%}.ticket-field-group{width:100%;min-width:100%}.delete-ticket-btn{margin-top:0}}@media (max-width: 768px){.create-access-item-container{padding:16px;gap:12px}.header-section{flex-direction:column;gap:16px;align-items:flex-start}.header-left{width:100%}.btn-save-header{width:100%;justify-content:center}.page-title{font-size:24px}.form-card{padding:20px}.form-row{flex-direction:column;gap:12px}.form-group{width:100%}.tickets-header{flex-direction:column;gap:12px;align-items:flex-start}.add-ticket-btn{align-self:flex-start}.ticket-row{flex-direction:column;gap:12px}.ticket-fields{flex-direction:column;width:100%;gap:12px}.ticket-field-group{min-width:100%}.delete-ticket-btn{margin-top:0;align-self:flex-start}.uploaded-images-grid{grid-template-columns:repeat(2,1fr);gap:10px}.image-preview,.add-image-btn{width:100%;height:140px}}@media (max-width: 600px){.ticket-fields,.ticket-row{gap:12px}}@media (max-width: 480px){.create-access-item-container{padding:12px;gap:10px}.page-title{font-size:20px}.breadcrumb-category{font-size:12px}.form-card{padding:16px}.section-subtitle{font-size:14px}.ticket-label,.form-label{font-size:12px}.ticket-input{height:40px;font-size:13px}.uploaded-images-grid{grid-template-columns:1fr}.image-preview,.add-image-btn{width:100%;height:160px}.add-ticket-btn,.delete-ticket-btn{font-size:14px}.ticket-fields,.ticket-row{gap:10px}}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999}.modal-content{background:#fff;padding:32px;border-radius:8px;max-width:500px;width:90%;box-shadow:0 4px 12px #00000026}.modal-content h3{margin:0 0 16px;font-size:20px;font-weight:600;color:#333}.modal-content p{margin:0 0 24px;font-size:14px;color:#666;line-height:1.5}.modal-actions{display:flex;gap:12px;justify-content:flex-end}.btn-cancel,.btn-delete{padding:10px 24px;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.btn-cancel{background:#f5f5f5;color:#333}.btn-cancel:hover{background:#e0e0e0}.btn-delete{background:#d95345;color:#fff}.btn-delete:hover{background:#c24539}.create-source-item-container{width:100%;height:100%;display:flex;flex-direction:column;gap:16px;padding:20px 40px;background:#f5f5f5}.breadcrumb .page-title{color:#27272a!important;font-size:32px!important;font-family:Inter,sans-serif!important;font-weight:600!important;margin:0!important;line-height:1!important}.btn-save-header{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#70211c;color:#fff;border:none;border-radius:8px;font-size:15px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:all .2s;height:fit-content;flex-shrink:0;opacity:1}.btn-save-header:disabled{opacity:.5;cursor:not-allowed}.btn-save-header:not(:disabled):hover{background:#5a1a16}.btn-save-header svg{width:16px;height:16px;flex-shrink:0}.form-card{width:100%;background:#fff;border-radius:12px;padding:32px;box-shadow:0 1px 3px #0000000d}.form-content{display:flex;flex-direction:column;gap:24px}.section-title{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:500;margin:0 0 16px}.form-row{display:flex;gap:16px;align-items:flex-start}.form-row.full-width{width:100%}.form-group.description-group{width:100%}.form-label{color:#656d9a;font-size:12px;font-family:Inter,sans-serif;font-weight:400;text-transform:capitalize}.form-input{width:100%;height:40px;background:#fff;border-radius:6px;border:1px solid #E2E7F1;padding:10px 12px;font-size:14px;font-family:Inter,sans-serif;color:#2b2d3b;transition:border-color .2s}.form-input:focus{outline:none;border-color:#a67b76}.form-input::placeholder{color:#2b2d3b4d}.form-textarea{width:100%;min-height:100px;background:#fff;border-radius:6px;border:1px solid #E2E7F1;padding:12px;font-size:14px;font-family:Inter,sans-serif;color:#2b2d3b;resize:vertical;transition:border-color .2s}.form-textarea:focus{outline:none;border-color:#a67b76}.form-textarea::placeholder{color:#2b2d3b4d}.upload-section{display:flex;gap:20px;margin-top:16px}.upload-box{flex:1;display:flex;flex-direction:column;gap:12px}.upload-title{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;margin:0}.upload-area{width:100%;min-height:200px;background:#fafafa;border-radius:8px;border:1px dashed #E2E7F1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;transition:border-color .2s,background-color .2s;position:relative}.upload-area:hover{border-color:#a67b76;background-color:#f5f5f5}.upload-label{width:100%;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-direction:column;gap:8px}.upload-text{color:#6b7280;font-size:16px;font-family:Inter,sans-serif;font-weight:400;text-align:center}.uploaded-files-list{width:100%;display:flex;flex-direction:column;gap:12px;padding:0}.file-item-card{width:100%;padding:15px;background:#fff;border-radius:12px;outline:1px solid #E7E7E7;outline-offset:-1px}.file-icon{width:34px;height:34px;flex-shrink:0}.file-delete-btn{width:24px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .2s}.file-delete-btn img{width:24px;height:24px}.add-more-btn{padding:12px;background:transparent;border:1px dashed #E2E7F1;border-radius:8px;color:#1269cf;font-size:14px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;text-align:center;transition:all .2s;display:block}.add-more-btn:hover{border-color:#1269cf;background:#f9fafb}@media (max-width: 1200px){.form-row{flex-wrap:wrap}.upload-section{flex-direction:column}}@media (max-width: 992px){.create-source-item-container{padding:20px 24px}.upload-section{flex-direction:column}}@media (max-width: 900px){.form-row{flex-direction:column}.form-group{width:100%;flex:none}}@media (max-width: 768px){.create-source-item-container{padding:16px;gap:12px}.header-section{flex-direction:column;gap:16px;align-items:flex-start}.header-left{width:100%}.btn-save-header{width:100%;justify-content:center}.page-title{font-size:24px}.form-card{padding:20px}.form-row{flex-direction:column;gap:12px}.form-group{width:100%}.upload-text{font-size:14px}.upload-section{gap:16px}.upload-area{min-height:160px;padding:30px 16px}}@media (max-width: 480px){.create-source-item-container{padding:12px;gap:10px}.page-title{font-size:20px}.breadcrumb-category{font-size:12px}.form-card{padding:16px}.section-title{font-size:18px}.form-label{font-size:12px}.upload-text{font-size:13px}.upload-area{min-height:140px;padding:20px 12px}.file-item-card{padding:12px}.file-name,.file-size{font-size:10px}}.create-experience-item-container{width:100%;height:100%;display:flex;flex-direction:column;gap:16px;padding:20px 40px;background:#f5f5f5}.form-group-wide{flex:1.5;min-width:0}.upload-section-single{display:flex;flex-direction:column;gap:12px;margin-top:16px}.uploaded-images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(168px,1fr));gap:16px;width:100%}.image-preview{width:168px;height:168px;object-fit:cover;border-radius:12px;background:#d9d9d9}.add-image-btn{width:168px;height:168px;border:1px dashed #E2E7F1;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:48px;color:#1269cf;cursor:pointer;background:#fff;transition:all .2s}.add-image-btn:hover{border-color:#1269cf;background:#f9fafb}.section-title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1px;width:100%;gap:16px}.section-title{margin:0;flex-shrink:0}.item-active-toggle-container{display:flex;align-items:center;gap:12px;flex-shrink:0;margin-left:auto}.item-active-toggle-container{display:flex;align-items:center;gap:12px}.item-active-label{font-size:14px;font-family:Inter,sans-serif;font-weight:400;color:#2b2d3b}.experience-item-toggle-switch{position:relative;display:inline-block;width:44px;height:24px;cursor:pointer}.experience-item-toggle-switch input{opacity:0;width:0;height:0}.experience-item-toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#e2e7f1;transition:.3s;border-radius:24px}.experience-item-toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.experience-item-toggle-switch input:checked+.experience-item-toggle-slider{background-color:#70211c}.experience-item-toggle-switch input:checked+.experience-item-toggle-slider:before{transform:translate(20px)}.experience-item-toggle-switch input:disabled+.experience-item-toggle-slider{opacity:.6;cursor:not-allowed}.form-input:disabled,.form-textarea:disabled{background-color:#f5f5f5;color:#9ca3af;cursor:not-allowed;opacity:.7}.file-input:disabled{cursor:not-allowed;opacity:.6}.file-delete-btn:disabled{opacity:.5;cursor:not-allowed}.upload-label[style*="pointer-events: none"],.add-more-btn[style*="pointer-events: none"]{cursor:not-allowed}.file-icon{font-size:24px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#f3f4f6;border-radius:8px;flex-shrink:0}@media (max-width: 1200px){.form-row{flex-wrap:wrap}.form-group-wide{min-width:100%}}@media (max-width: 992px){.create-experience-item-container{padding:20px 24px}.form-group-wide{min-width:100%;flex:1}.uploaded-images-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}@media (max-width: 900px){.form-row{flex-direction:column}.form-group,.form-group-wide{width:100%;flex:none}}@media (max-width: 768px){.create-experience-item-container{padding:16px;gap:12px}.header-section{flex-direction:column;gap:16px;align-items:flex-start}.header-left{width:100%}.btn-save-header{width:100%;justify-content:center}.page-title{font-size:24px}.form-card{padding:20px}.form-group-wide{min-width:100%;flex:1}.section-title-row{flex-direction:column;align-items:flex-start;gap:12px}.item-active-toggle-container{width:100%;justify-content:space-between;margin-left:0}.uploaded-images-grid{grid-template-columns:repeat(2,1fr);gap:12px}.image-preview,.add-image-btn{width:100%;max-width:none;height:140px}.form-row{flex-direction:column;gap:12px}.form-group{width:100%;min-width:100%}.upload-section-single{width:100%}}@media (max-width: 480px){.create-experience-item-container{padding:12px;gap:10px}.page-title{font-size:20px}.breadcrumb-category{font-size:12px}.form-card{padding:16px}.uploaded-images-grid{grid-template-columns:1fr;gap:10px}.image-preview,.add-image-btn{width:100%;height:160px;max-width:none}.section-title{font-size:18px}.item-active-label,.form-label{font-size:12px}.image-preview-card{width:100%}}.generate-order-container{width:100%;max-width:100%;height:100%;display:flex;flex-direction:column;gap:20px;padding:20px 40px;box-sizing:border-box;overflow-x:hidden}.generate-order-header,.generate-order-breadcrumb{display:flex;align-items:center;gap:16px}.breadcrumb-parent{color:#27272a;font-size:14px;font-family:Inter,sans-serif;font-weight:400;opacity:.5;cursor:pointer;transition:opacity .3s}.breadcrumb-parent:hover{opacity:.8}.generate-order-card{background:#fff;border-radius:10px;padding:24px;display:flex;flex-direction:column;gap:24px}.select-member-section{display:flex;flex-direction:column;gap:16px}.section-title{color:#0a0a0a;font-size:20px;font-family:Inter,sans-serif;font-weight:400;margin:0}.section-title.dimmed{opacity:.5;font-size:16px}.selected-member-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}.selected-member-tier{color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-style:italic;font-weight:400;opacity:.5}.section-divider{width:100%;height:0;border:none;border-top:1px solid #E2E7F1;margin:16px 0}.listing-tabs{display:flex;gap:32px;border-bottom:1px solid #E2E7F1;padding-bottom:0}.listing-tab-wrapper{position:relative;display:flex;flex-direction:column;align-items:flex-start;padding-bottom:8px;margin-bottom:-1px}.listing-tab{background:none;border:none;color:#2b2d3b;font-size:18px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;padding:0;transition:color .3s}.listing-tab.active,.listing-tab:hover{color:#661813}.listing-tab-underline{position:absolute;bottom:0;left:0;width:100%;height:2px;background:#661813}.category-section{display:flex;flex-direction:column;gap:16px;margin-top:8px}.category-title{color:#0a0a0a;opacity:.5;font-size:20px;font-family:Inter,sans-serif;font-weight:400;margin:0}.category-buttons{display:flex;gap:16px;flex-wrap:wrap}.category-btn{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fff;border:1px solid #6E6E6E;border-radius:80px;cursor:pointer;transition:all .3s}.category-btn:hover{border-color:#70211c}.category-btn.active{border-color:#70211c;background:#70211c0d}.category-btn .category-icon{width:20px;height:20px;opacity:.7}.category-btn span{color:#6e6e6e;font-size:16px;font-family:Inter,sans-serif;font-weight:400}.category-btn:hover span,.category-btn.active span{color:#70211c}.category-btn:hover .category-icon,.category-btn.active .category-icon{opacity:1}.items-section{display:flex;flex-direction:column;gap:16px;margin-top:24px}.items-title{color:#0a0a0a;font-size:18px;font-family:Inter,sans-serif;font-weight:500;margin:0}.items-table-container{width:100%;overflow-x:auto}.items-table{width:100%;border-collapse:collapse}.items-table thead th{text-align:left;padding:12px 16px;color:#a1a1aa;font-size:14px;font-family:Inter,sans-serif;font-weight:500;border-bottom:1px solid rgba(0,0,0,.1)}.items-table tbody tr{border-bottom:1px solid rgba(0,0,0,.1);transition:background-color .2s}.items-table tbody tr:hover{background-color:#70211c0d}.item-row{cursor:pointer}.items-table tbody td{padding:16px;color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;vertical-align:middle}.item-title-cell{display:flex;align-items:center;gap:12px}.item-thumbnail{width:48px;height:48px;border-radius:8px;object-fit:cover}.item-title{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500}.item-description-cell{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400;max-width:300px}.item-updated-cell{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400;white-space:nowrap}.item-updatedby-cell{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.no-items{text-align:center;padding:40px;color:#a1a1aa;font-size:14px;font-family:Inter,sans-serif}.items-cards-container{display:none;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.item-card{background:#fff;border:1px solid #E2E7F1;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .2s ease}.item-card:hover{box-shadow:0 4px 12px #00000014;border-color:#70211c}.item-card-image-section{width:100%;height:160px;overflow:hidden;background:#f3f4f6}.item-card-image-section img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.item-card:hover .item-card-image-section img{transform:scale(1.05)}.item-card-content{padding:16px;display:flex;flex-direction:column;gap:12px}.item-card-title{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:600;margin:0;line-height:1.3}.item-card-description{color:#6b7280;font-size:14px;font-family:Inter,sans-serif;font-weight:400;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.item-card-meta{display:flex;flex-direction:column;gap:8px;padding-top:12px;border-top:1px solid #E2E7F1}.item-card-meta-row{display:flex;justify-content:space-between;align-items:center}.item-card-label{color:#a1a1aa;font-size:12px;font-family:Inter,sans-serif;font-weight:500}.item-card-value{color:#2b2d3b;font-size:13px;font-family:Inter,sans-serif;font-weight:400;text-align:right}.member-search-box{display:flex;align-items:center;gap:8px;padding:16px 20px;background:#fff;border:1px solid #70211C;border-radius:10px}.member-search-box svg{flex-shrink:0}.member-search-box input{flex:1;border:none;outline:none;background:transparent;color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif}.member-search-box input::placeholder{color:#a1a1aa}.membership-tier{color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-style:italic;font-weight:400;opacity:.5}.no-members,.generate-order-container .loading{text-align:center;padding:40px;color:#a1a1aa;font-size:14px;font-family:Inter,sans-serif}@media (min-width: 1201px){.generate-order-container .items-table-container{display:block!important}.generate-order-container .items-table{display:table!important}.generate-order-container .items-cards-container{display:none!important}}@media (max-width: 1200px){.selected-member-display{flex-wrap:wrap;gap:12px}.selected-member-info{flex:0 0 auto;min-width:200px}.selected-member-phone,.selected-member-date,.selected-member-email{flex:0 0 auto;text-align:left}.generate-order-container .items-table-container .items-table{display:none!important}.generate-order-container .items-cards-container{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}}@media (max-width: 992px){.generate-order-container{padding:20px 24px}.selected-member-display{flex-direction:column;align-items:flex-start;gap:12px}.selected-member-info{width:100%}.selected-member-phone,.selected-member-date,.selected-member-email{width:100%;text-align:left}.selected-member-check{position:absolute;top:16px;right:16px}.selected-member-display{position:relative}.selected-experience-display{flex-wrap:wrap;gap:8px}.selected-experience-title{min-width:auto;flex:1 1 100%;order:1}.selected-experience-image{order:0}.selected-experience-desc{order:2;flex:1 1 100%}.selected-experience-date{order:3;min-width:auto}.selected-experience-check{order:0;position:absolute;top:10px;right:10px}.selected-experience-display{position:relative}}@media (max-width: 768px){.generate-order-container{padding:16px}.generate-order-breadcrumb{flex-wrap:wrap;gap:8px}.breadcrumb-current{font-size:24px}.generate-order-card{padding:16px}.selected-member-display{flex-wrap:wrap;gap:12px}.selected-member-email{flex:none;width:100%}.listing-tabs{gap:16px}.listing-tab{font-size:16px}.category-buttons{flex-direction:column}.category-btn{width:100%;justify-content:center}.members-table{border-collapse:separate;border-spacing:0 12px}.members-table thead{display:none}.members-table tbody tr.member-row{display:flex;flex-wrap:wrap;align-items:center;padding:16px 20px;background:#fff;border:1px solid #E2E7F1;border-radius:12px;margin-bottom:12px;gap:0;box-shadow:0 2px 4px #0000000a;transition:all .2s ease}.members-table tbody tr.member-row:hover{border-color:#70211c;box-shadow:0 4px 8px #70211c1a}.members-table tbody td{padding:0;display:flex;align-items:center;line-height:1.2}.members-table tbody td:before{content:attr(data-label) ": ";color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-weight:500;margin-right:4px;line-height:1.2}.members-table tbody td.guest-name-cell{order:1;flex:0 0 100%;padding-bottom:8px;border-bottom:1px solid #E2E7F1;margin-bottom:8px}.members-table tbody td.guest-name-cell:before{display:none}.members-table tbody td.guest-name-cell>div{display:flex;align-items:center;gap:12px;width:100%}.members-table tbody td.mobile-cell{order:2;flex:0 0 100%;justify-content:flex-start;font-weight:400;font-size:12px;margin-bottom:2px}.members-table tbody td.member-since-cell{order:3;flex:0 0 100%;justify-content:flex-start;font-weight:400;font-size:12px;margin-bottom:2px}.members-table tbody td.email-cell{order:4;flex:0 0 100%;justify-content:flex-start;font-weight:400;font-size:12px}.member-name-info{flex:1}.member-name{font-size:16px;font-weight:600}.member-avatar{width:48px;height:48px}.item-card-image-section{height:140px}}@media (max-width: 480px){.generate-order-container{padding:12px}.breadcrumb-current{font-size:20px}.generate-order-card{padding:12px}.section-title{font-size:18px}.category-title{font-size:16px}.listing-tab{font-size:14px}.items-cards-container{grid-template-columns:1fr;gap:12px}.item-card-image-section{height:120px}.item-card-content{padding:12px;gap:10px}.item-card-title{font-size:14px}.item-card-description{font-size:13px}}.order-summary-card{background:#fff;border-radius:10px;padding:40px;display:flex;flex-direction:column;gap:24px;max-width:600px;margin:0 auto}.order-summary-content{display:flex;flex-direction:column;gap:24px}.order-summary-field{display:flex;flex-direction:column;gap:12px}.order-summary-label{color:#a1a1aa;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.order-summary-value{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:600}.order-summary-value.order-type{font-size:18px}.order-summary-member{display:flex;align-items:center;gap:16px;padding:16px;background:#fafafa;border-radius:10px}.order-summary-member-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.order-summary-member-info{display:flex;flex-direction:column;gap:4px;flex:1}.order-summary-member-name{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:500}.order-summary-member-email{color:#a1a1aa;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.order-summary-member-tier{display:flex;align-items:center}.order-summary-item{display:flex;align-items:flex-start;gap:16px;padding:16px;background:#fafafa;border-radius:10px}.order-summary-item-image{width:64px;height:64px;border-radius:8px;object-fit:cover}.order-summary-item-info{display:flex;flex-direction:column;gap:4px}.order-summary-item-title{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:600}.order-summary-item-id{color:#a1a1aa;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.order-summary-item-desc{color:#6e6e6e;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.order-summary-actions{display:flex;gap:16px;margin-top:24px}.order-summary-cancel-btn{flex:1;padding:16px 24px;background:#fff;border:1px solid #E2E7F1;border-radius:8px;color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:all .3s}.order-summary-cancel-btn:hover{background:#fafafa;border-color:#70211c}.order-summary-submit-btn{flex:1;padding:16px 24px;background:#70211c;border:none;border-radius:8px;color:#fff;font-size:16px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:all .3s}.order-summary-submit-btn:hover{background:#5a1a16}.order-summary-submit-btn:disabled,.order-summary-cancel-btn:disabled{opacity:.6;cursor:not-allowed}.order-summary-submit-btn:disabled:hover{background:#70211c}.order-summary-cancel-btn:disabled:hover{background:#fff;border-color:#e2e7f1}.item-title.clickable{color:#2b2d3b;cursor:pointer}.item-title.clickable:hover{text-decoration:underline}@media (max-width: 768px){.order-summary-card{padding:24px}.order-summary-member{flex-wrap:wrap}.order-summary-member-tier{width:100%;margin-top:8px}.order-summary-actions{flex-direction:column}}.selected-experience-section{display:flex;flex-direction:column;gap:12px}.section-subtitle{color:#0a0a0a;font-size:14px;font-family:Inter,sans-serif;font-weight:400;margin:0;opacity:.7}.selected-experience-display{display:flex;align-items:center;padding:10px 20px;background:#70211c0d;border:.8px solid #70211C;border-radius:10px;gap:12px}.selected-experience-image{width:50px;height:50px;border-radius:4px;object-fit:cover;background:#d9d9d9}.selected-experience-title{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;min-width:150px}.selected-experience-desc{color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-weight:400;flex:1}.selected-experience-date{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400;min-width:150px}.selected-experience-check{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.experience-form-section{display:flex;flex-direction:column;gap:24px;padding:0;background:#fff;border-radius:10px}.experience-form-content{max-width:568px;margin:0 auto;display:flex;flex-direction:column;gap:24px}.form-section-title{color:#0a0a0a;font-size:20px;font-family:Inter,sans-serif;font-weight:400;margin:0;line-height:14px}.form-label{color:#0a0a0a;font-size:14px;font-family:Arial,sans-serif;font-weight:400;line-height:14px;margin-bottom:0;display:block}.guest-count-section{display:flex;flex-direction:column;gap:12px}.guest-count-buttons{display:flex;gap:8px;flex-wrap:wrap}.guest-count-btn{width:40px;height:40px;border-radius:50%;border:1px solid #BCBCBC;background:#fff;color:#00000080;font-size:16px;font-family:Lato,sans-serif;font-weight:400;line-height:24px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.guest-count-btn:hover{border-color:#661813;color:#661813}.guest-count-btn.active{background:#661813;border-color:#661813;color:#fff}.preferred-date-section{display:flex;flex-direction:column;gap:12px}.date-input{width:100%;padding:12px;background:#f3f3f5;border:1px solid #BCBCBC;border-radius:10px;color:#0a0a0a;font-size:14px;font-family:Arial,sans-serif;font-weight:400;height:48px;box-sizing:border-box;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.date-input::-webkit-calendar-picker-indicator{cursor:pointer;opacity:1;background:transparent;padding:0;margin:0;position:absolute;right:12px;width:20px;height:20px}.preferred-date-section{position:relative}.additional-services-section,.service-item-wrapper{display:flex;flex-direction:column;gap:16px}.service-checkbox-row{display:flex;align-items:center;justify-content:space-between;width:100%}.service-label{color:#0a0a0a;font-size:16px;font-family:Lato,sans-serif;font-style:italic;font-weight:400;line-height:24px;opacity:.5}.service-label.active{opacity:1}.service-text-input{width:100%;padding:12px;border:1px solid #BCBCBC;border-radius:10px;background:#f3f3f5;color:#0a0a0a;font-size:14px;font-family:Arial,sans-serif;font-weight:400;height:48px;box-sizing:border-box}.service-text-input::placeholder{color:#717182}.checkbox-container{position:relative;width:24px;height:24px;min-width:24px;cursor:pointer}.checkbox-container input{opacity:0;width:0;height:0}.checkbox-checkmark{position:absolute;top:0;left:0;width:24px;height:24px;border:1px solid #661813;border-radius:4px;background:#fff;transition:all .2s}.checkbox-container input:checked~.checkbox-checkmark{background:#661813;border-color:#661813}.checkbox-checkmark:after{content:"";position:absolute;display:none;left:7px;top:3px;width:6px;height:12px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.checkbox-container input:checked~.checkbox-checkmark:after{display:block}.additional-note-section{display:flex;flex-direction:column;gap:12px}.note-textarea{width:100%;min-height:122px;padding:12px;border:1px solid #BCBCBC;border-radius:10px;background:#fff;color:#0a0a0a;font-size:16px;font-family:Lato,sans-serif;font-weight:400;line-height:24px;resize:vertical;box-sizing:border-box}.note-textarea::placeholder{color:#0a0a0a80}.continue-to-summary-btn{width:100%;padding:14px 24px;background:#70211c;opacity:.5;border:none;border-radius:10px;color:#fff;font-size:14px;font-family:Arial,sans-serif;font-weight:400;line-height:20px;cursor:pointer;transition:all .3s;height:48px}.continue-to-summary-btn:hover{opacity:.7}.continue-to-summary-btn.enabled{opacity:1}.continue-to-summary-btn:hover{background:#70211c80}.order-summary-guest-count{display:flex;align-items:center;gap:12px;padding:16px;background:#fafafa;border-radius:10px;color:#0a0a0a;font-size:16px;font-family:Inter,sans-serif;font-weight:500}.order-summary-experience-details{display:flex;flex-direction:column;gap:16px;padding:16px;background:#fafafa;border-radius:10px}.experience-detail-row{display:flex;flex-direction:column;gap:4px}.detail-label{color:#6e6e6e;font-size:12px;font-family:Inter,sans-serif;font-weight:400}.detail-value{color:#0a0a0a;font-size:14px;font-family:Inter,sans-serif;font-weight:500}.detail-services{display:flex;flex-direction:column;gap:8px}.service-item{display:flex;align-items:center;gap:8px;color:#0a0a0a;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.order-summary-submit-btn{display:flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap}.order-summary-tickets{display:flex;flex-direction:column;gap:8px;padding:16px;background:#fafafa;border-radius:10px}.order-summary-ticket-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.order-summary-ticket-row:not(:last-child){border-bottom:1px solid #E2E7F1}.ticket-row-left{display:flex;align-items:center;gap:12px}.ticket-icon{width:20px;height:20px;object-fit:contain}.ticket-row-name{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.ticket-row-quantity{display:flex;align-items:center;justify-content:center;min-width:32px;height:24px;padding:4px 8px;background:#70211c1a;border-radius:4px;color:#70211c;font-size:14px;font-family:Inter,sans-serif;font-weight:500}.children-row{padding-top:12px;margin-top:4px}@media (max-width: 768px){.guest-count-buttons{gap:6px}.guest-count-btn{width:36px;height:36px;font-size:12px}.service-checkbox-row{flex-wrap:wrap}.service-text-input{width:100%}}.access-form-section{display:flex;flex-direction:column;gap:24px;padding:0}.access-form-content{max-width:619px;margin:0 auto;display:flex;flex-direction:column;gap:16px;padding:0 10px}.ticket-tiers-list{display:flex;flex-direction:column;gap:12px}.ticket-tier-card{padding:17px;background:#fff;border-radius:10px;border:1px solid #E2E7F1;display:flex;flex-direction:column;gap:8px}.ticket-tier-header{display:flex;justify-content:space-between;align-items:flex-start}.ticket-tier-info{flex:1}.ticket-tier-name{color:#0a0a0a;font-size:16px;font-family:Lato,sans-serif;font-weight:400;line-height:24px}.ticket-tier-description{color:#00000080;font-size:14px;font-family:Lato,sans-serif;font-style:italic;font-weight:400;line-height:20px;margin:0}.ticket-add-btn{min-width:87px;height:42px;padding:11px 17px;background:#fff;border-radius:50px;border:1px solid #70211C;color:#661813;font-size:16px;font-family:Lato,sans-serif;font-weight:400;line-height:24px;cursor:pointer;transition:all .2s;text-align:center}.ticket-add-btn:hover{background:#70211c0d}.ticket-quantity-controls{display:flex;align-items:center;gap:12px}.quantity-btn{width:40px;height:40px;background:#f0f0f3;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.quantity-btn:hover{background:#e5e5e8}.quantity-display{min-width:42px;height:40px;padding:8px 16px;background:#f0f0f3;border-radius:2px;display:flex;align-items:center;justify-content:center;color:#661813;font-size:16px;font-family:Lato,sans-serif;font-weight:400;line-height:24px}.children-attending-card{padding:17px;background:#fff;border-radius:10px;border:1px solid #E2E7F1;display:flex;flex-direction:column;gap:12px}.children-attending-row{display:flex;justify-content:space-between;align-items:center}.children-attending-label{color:#00000080;font-size:16px;font-family:Lato,sans-serif;font-style:italic;font-weight:400;line-height:24px}.children-ages-input-wrapper{width:100%}.children-ages-input{width:100%;padding:12px;border:1px solid #BCBCBC;border-radius:10px;background:#f3f3f5;color:#0a0a0a;font-size:14px;font-family:Arial,sans-serif;font-weight:400;height:48px;box-sizing:border-box}.children-ages-input::placeholder{color:#717182}@media (max-width: 768px){.access-form-content{max-width:100%;padding:0}.ticket-tier-header{flex-direction:column;gap:12px}.ticket-add-btn{width:100%}.ticket-quantity-controls{width:100%;justify-content:flex-end}}.outside-listing-form-section{display:flex;flex-direction:column;gap:24px}.outside-listing-form-content{width:100%}.outside-experience-form,.outside-source-form,.outside-access-form{display:flex;flex-direction:column;gap:16px}.outside-access-form .outside-form-left-column{padding-top:9px}.outside-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.outside-form-left-column,.outside-form-right-column{display:flex;flex-direction:column;gap:16px}.outside-form-row-inline{display:flex;gap:16px}.outside-form-row-inline .outside-form-field{flex:1}.outside-form-row{display:flex;gap:24px;align-items:flex-start}.outside-form-field{display:flex;flex-direction:column;gap:12px}.outside-form-field.full-width{flex:1;min-width:0}.outside-form-field.half-width{width:calc(50% - 12px);max-width:200px}.outside-form-field.notes-field{flex:1;min-width:0}.outside-form-input{width:100%;height:48px;padding:12px;background:#f3f3f5;border:1px solid #BCBCBC;border-radius:10px;color:#0a0a0a;font-size:14px;font-family:Arial,sans-serif;font-weight:400;box-sizing:border-box}.outside-form-input::placeholder{color:#717182}.outside-form-input:focus{outline:none;border-color:#70211c}.outside-form-input.date-input,.outside-form-input.time-input{color-scheme:light;cursor:pointer}.outside-form-textarea{width:100%;min-height:235px;padding:12px;background:#fff;border:1px solid #BCBCBC;border-radius:10px;color:#0a0a0a;font-size:16px;font-family:Lato,sans-serif;font-weight:400;line-height:24px;resize:vertical;box-sizing:border-box}.outside-form-textarea::placeholder{color:#0a0a0a80}.outside-form-textarea:focus{outline:none;border-color:#70211c}.guest-count-buttons.compact{display:flex;gap:8px;flex-wrap:wrap}.guest-count-buttons.compact .guest-count-btn{width:40px;height:40px;padding:0;font-size:16px}.upload-media-box{width:100%;min-height:100px;border:1px dashed #BCBCBC;border-radius:10px;display:flex;color:#0a0a0a;align-items:center;justify-content:center;background:#fff;cursor:pointer;transition:border-color .2s ease}.upload-media-box:hover{border-color:#70211c}.upload-media-link{color:#70211c;font-size:14px;font-family:Lato,sans-serif;font-weight:400;text-decoration:underline;cursor:pointer}.upload-media-link:hover{color:#4a1613}.uploaded-media-previews{display:flex;flex-wrap:wrap;gap:8px;width:100%;padding:8px}.media-preview-item{position:relative;width:60px;height:60px;border-radius:8px;overflow:hidden}.media-preview-image{width:100%;height:100%;object-fit:cover}.media-remove-btn{position:absolute;top:2px;right:2px;width:18px;height:18px;border-radius:50%;background:#0009;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;line-height:1;padding:0}.media-remove-btn:hover{background:#70211ce6}.add-more-media{width:60px;height:60px;border:1px dashed #BCBCBC;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#70211c;font-size:24px;cursor:pointer}.add-more-media:hover{border-color:#70211c;background:#70211c0d}@media (max-width: 768px){.outside-form-grid{grid-template-columns:1fr}.outside-form-row{flex-direction:column;gap:16px}.outside-form-row-inline{flex-direction:row}.outside-form-row-inline .outside-form-field{max-width:none}.outside-form-field.half-width{width:100%;max-width:none}.guest-count-buttons.compact{justify-content:flex-start}}.custom-request-summary{background:#f8f9fa;border-radius:10px;padding:24px;display:flex;flex-direction:column;gap:24px}.custom-summary-field{display:flex;flex-direction:column;gap:8px}.custom-summary-label{color:#0a0a0a;font-size:16px;font-family:Arial,sans-serif;font-weight:400;opacity:.5;line-height:24px}.custom-summary-value{color:#0a0a0a;font-size:16px;font-family:Inter,sans-serif;font-weight:600;text-transform:capitalize;line-height:24px}.custom-summary-member-card{display:flex;align-items:center;padding:17px;background:#fff;border-radius:10px;border:1px solid #E2E7F1;gap:16px}.custom-member-avatar-wrapper{position:relative;width:52px;height:52px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.custom-member-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;position:relative}.custom-member-info{display:flex;flex-direction:column;flex:1}.custom-member-name{color:#0a0a0a;font-size:16px;font-family:Inter,sans-serif;font-weight:500;line-height:24px}.custom-member-email{color:#0a0a0a;font-size:16px;font-family:Arial,sans-serif;font-weight:400;opacity:.5;line-height:24px}.custom-member-badge{flex-shrink:0}.custom-details-card{background:#fff;border-radius:10px;border:1px solid #E2E7F1;padding:17px;display:flex;flex-direction:column;gap:12px}.custom-detail-item{display:flex;flex-direction:column}.custom-detail-item.half{flex:1}.custom-detail-row-inline{display:flex;gap:24px}.custom-detail-label{color:#0a0a0a;font-size:16px;font-family:Arial,sans-serif;font-weight:400;opacity:.5;line-height:24px}.custom-detail-value{color:#0a0a0a;font-size:16px;font-family:Inter,sans-serif;font-weight:500;line-height:24px}.custom-media-card{background:#fff;border-radius:10px;border:1px solid #E2E7F1;padding:17px}.custom-media-grid{display:flex;flex-wrap:wrap;gap:12px}.custom-media-item{width:188px;height:188px;border-radius:10px;overflow:hidden;background:#f8f9fa;border:1px solid #E2E7F1}.custom-media-image{width:100%;height:100%;object-fit:cover}.outside-others-form{display:flex;flex-direction:column;gap:24px}.outside-others-form-centered{display:flex;flex-direction:column;gap:16px;max-width:631px;margin:0 auto;width:100%;box-sizing:border-box}.outside-others-form-centered .outside-form-field{width:100%}.outside-others-form-centered .outside-form-input{width:100%;height:48px;padding:12px;background:#f3f3f5;border:1px solid #BCBCBC;border-radius:10px;color:#0a0a0a;font-size:12px;font-family:Lato,sans-serif;font-weight:400;box-sizing:border-box}.outside-others-form-centered .outside-form-input::placeholder{color:#9a9a9a}.outside-others-form-centered .form-label{color:#0a0a0a;font-size:14px;font-family:Lato,sans-serif;font-weight:400;line-height:14px}.outside-others-form-centered .continue-to-summary-btn{width:100%;height:48px;background:#661813;border-radius:10px;border:none;color:#fff;font-size:14px;font-family:Lato,sans-serif;font-weight:600;line-height:20px;cursor:pointer;margin-top:8px;transition:background .2s ease}.outside-others-form-centered .continue-to-summary-btn:hover{background:#70211c}.outside-others-form-centered .continue-to-summary-btn:not(.enabled){opacity:.6;cursor:not-allowed}@media (max-width: 768px){.outside-others-form-centered{padding:0 16px;max-width:100%}}@media (max-width: 768px){.custom-request-summary{padding:16px}.custom-summary-member-card{flex-wrap:wrap}.custom-detail-row-inline{flex-direction:column;gap:12px}.custom-media-item{width:calc(50% - 6px);height:140px}}.user-profile-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.user-profile-modal-content-new{background:#fff;border-radius:10px;width:100%;max-width:350px;position:relative;padding:16px 32px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:16px}.modal-close-btn{position:absolute;top:16px;right:16px;background:transparent;border:none;font-size:32px;color:#27272a;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;line-height:1;padding:0;z-index:1}.modal-close-btn:hover{color:#000}.user-profile-container{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:16px}.user-avatar-container{position:relative;width:135.83px;height:135.83px;display:flex;align-items:center;justify-content:center}.user-avatar-border{position:absolute;width:135.83px;height:135.83px;border-radius:9999px;border:1px solid #661813;z-index:1}.user-avatar-image{position:relative;width:131.4px;height:131.4px;border-radius:9999px;object-fit:cover;z-index:0}.user-membership-badge-wrapper{display:flex;justify-content:center;align-items:center}.user-profile-name-new{color:#27272a;font-size:24px;font-family:Inter,sans-serif;font-weight:700;word-wrap:break-word;text-align:center}.user-contact-info{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:8px;width:100%}.contact-item{display:flex;align-items:center;justify-content:center;gap:8px}.contact-icon{width:16px;height:16px;flex-shrink:0}.contact-phone,.contact-email{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400;word-wrap:break-word}.contact-member-since{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400;word-wrap:break-word;text-align:center;width:100%}.user-profile-container .membership-badge{margin:0;align-self:center}.user-profile-container .blue-lotus-badge{padding:3.44px;background:#1e2a5a;border-radius:1.72px;display:inline-flex;justify-content:flex-start;align-items:center;gap:2.52px;font-size:8px;font-weight:700;color:#fff;letter-spacing:.5px;font-family:Inter,sans-serif;line-height:1}.user-profile-container .membership-text{font-size:14px;font-weight:400;color:#2b2d3b;font-family:Inter,sans-serif}@media (max-width: 768px){.user-profile-modal-content-new{max-width:100%;padding:16px 24px}}.experience-payment-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000}.experience-payment-modal-content{background:#fff;border-radius:11px;width:90%;max-width:750px;max-height:90vh;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:16px}.experience-payment-modal-content:has(.cancel-order-form){width:auto;height:auto;max-width:90vw;padding:20px}.payment-header{display:flex;align-items:center;gap:12px;position:relative}.payment-back-arrow{width:14.51px;height:14.51px;cursor:pointer;transition:transform .2s}.payment-back-arrow:hover{transform:translate(-2px)}.payment-created-by{flex:1;color:#70211c;font-size:16px;font-family:Inter,sans-serif;font-weight:400}.payment-order-id{opacity:.5;color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-style:italic;font-weight:500}.payment-main-content{display:flex;gap:16px;position:relative}.payment-left-section{flex:1;display:flex;flex-direction:column;gap:16px;padding:10px}.payment-right-section{flex:1;display:flex;flex-direction:column;gap:15px;padding:10px}.payment-vertical-divider{width:1px;background:#0003;align-self:stretch}.payment-section{display:flex;flex-direction:column;gap:8px}.payment-section-title{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:700}.payment-subtitle{opacity:.5;color:#27272a;font-size:14px;font-family:Lato,sans-serif;font-style:italic;font-weight:400}.payment-input-group{display:flex;align-items:center}.payment-currency-label{width:45.2px;height:35px;background:#f4f6f9;border-top-left-radius:6.4px;border-bottom-left-radius:6.4px;border:1px #E2E7F1 solid;display:flex;align-items:center;justify-content:center;color:#2b2d3b;font-size:12.99px;font-family:Be Vietnam Pro,sans-serif;font-weight:400}.payment-input-display{flex:1;height:35px;background:#e5e5e5;border-top-right-radius:6.4px;border-bottom-right-radius:6.4px;border:1px #E2E7F1 solid;border-left:none;padding:0 12px;display:flex;align-items:center;color:#656d9a;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.payment-total-text{opacity:.5;color:#000;font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400}.payment-order-details{display:flex;flex-direction:column;gap:10px}.payment-order-row{display:flex;justify-content:space-between;align-items:center}.payment-order-label{color:#000;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.payment-order-value{text-align:right;color:#000;font-size:14px;font-family:Lato,sans-serif;font-weight:400}.payment-order-divider{height:1px;background:#00000080;margin:5px 0}.payment-total-row{margin-top:5px}.payment-order-label-bold{color:#000;font-size:16px;font-family:Inter,sans-serif;font-weight:700}.payment-order-value-bold{text-align:right;color:#000;font-size:16px;font-family:Inter,sans-serif;font-weight:700}.payment-documents{display:flex;flex-direction:column;gap:6px}.payment-documents-list{display:flex;flex-direction:column;gap:8px}.payment-document-item{background:#fff;border-radius:7.39px;border:.61px #E7E7E7 solid;padding:9.73px;display:flex;align-items:center;gap:5.11px}.payment-file-icon{width:23.01px;height:23.01px}.payment-file-info{flex:1;display:flex;flex-direction:column;gap:1.22px}.payment-file-name{color:#0b0b0b;font-size:7.3px;font-family:Inter,sans-serif;font-weight:600;line-height:10.94px}.payment-file-size{color:#6d6d6d;font-size:7.3px;font-family:Inter,sans-serif;font-weight:400;line-height:9.73px}.payment-remove-icon{width:14.59px;height:14.59px;cursor:pointer;opacity:.5;transition:opacity .2s}.payment-remove-icon:hover{opacity:1}.payment-button-container{display:flex;justify-content:center;align-items:center;padding-top:10px}.payment-awaiting-button{height:48px;padding:16px;background:#595959;border-radius:10px;border:none;display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400;cursor:not-allowed}.payment-button-icon{width:16px;height:16px;filter:brightness(0) invert(1)}.payment-cancel-container{display:flex;justify-content:center;align-items:center}.payment-cancel-link{background:none;border:none;color:#70211c;font-size:16px;font-family:Inter,sans-serif;font-weight:400;text-decoration:underline;cursor:pointer;transition:all .2s ease}.payment-cancel-link:hover{color:#5a1915}@media (max-width: 768px){.payment-main-content{flex-direction:column}.payment-vertical-divider{width:100%;height:1px}}.experience-completed-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.experience-completed-modal-content{background:#fff;border-radius:12px;padding:16px;width:770px;max-height:90vh;overflow-y:auto;position:relative;display:flex;flex-direction:column;align-items:center;gap:16px}.completed-header{width:715.99px;display:flex;flex-direction:column;gap:8px}.completed-created-by{color:#7f1d1d;font-size:16px;font-weight:400;font-family:Inter,sans-serif}.completed-main-content{display:flex;justify-content:center;align-items:flex-start;gap:16px;width:100%}.completed-left-section{width:320px;padding:10px;display:flex;flex-direction:column;gap:16px}.completed-section{display:flex;flex-direction:column;gap:8px}.completed-section-title{color:#1f2937;font-size:14px;font-weight:700;font-family:Inter,sans-serif}.completed-subtitle{opacity:.5;color:#000;font-size:14px;font-weight:400;font-family:Lato,sans-serif}.completed-input-group{display:flex;gap:0;width:320px}.completed-currency-label{width:44px;height:36px;background:#f1f5f9;border-radius:6px 0 0 6px;border:1px solid #E2E8F0;display:flex;align-items:center;justify-content:center;color:#1f2937;font-size:12px;font-weight:400;font-family:Be Vietnam Pro,sans-serif}.completed-input-display{width:276px;height:36px;background:#e5e5e5;border-radius:0 6px 6px 0;border:1px solid #E2E8F0;display:flex;align-items:center;padding-left:12px;color:#64748b;font-size:14px;font-weight:400;font-family:Inter,sans-serif}.completed-total-text{opacity:.5;color:#000;font-size:12px;font-weight:400;font-family:Lato,sans-serif}.completed-vertical-divider{width:1px;height:400px;background:#0003;margin:0 10px}.completed-right-section{width:320px;display:flex;flex-direction:column;gap:14px}.completed-order-details{display:flex;flex-direction:column;gap:10px}.completed-order-row{display:flex;justify-content:space-between;align-items:center}.completed-order-label{color:#000;font-size:14px;font-weight:400;font-family:Inter,sans-serif}.completed-order-value{color:#000;font-size:14px;font-weight:400;font-family:Lato,sans-serif;text-align:right}.completed-order-divider{width:320px;height:1px;background:#00000080;margin:8px 0}.completed-total-row{margin-top:4px}.completed-order-label-bold{color:#000;font-size:16px;font-weight:700;font-family:Inter,sans-serif}.completed-order-value-bold{color:#000;font-size:16px;font-weight:700;font-family:Inter,sans-serif;text-align:right}.completed-documents{display:flex;flex-direction:column;gap:10px;margin-top:8px}.completed-documents-list{display:flex;flex-direction:column;gap:8px}.completed-document-item{width:320px;padding:10px;background:#f5f5f5;border-radius:8px;border:.64px solid #E2E8F0;display:flex;align-items:center;gap:8px}.completed-file-icon{width:24px;height:24px}.completed-file-info{flex:1;display:flex;flex-direction:column;gap:2px}.completed-file-name{color:#000;font-size:7.3px;font-weight:600;font-family:Inter,sans-serif;line-height:12px}.completed-file-size{color:#6b7280;font-size:7.3px;font-weight:400;font-family:Inter,sans-serif;line-height:9.73px}.completed-remove-icon{width:14px;height:14px;cursor:pointer}.completed-button-container{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:8px}.completed-print-button{height:48px;padding:16px;border-radius:10px;border:1px solid #7F1D1D;background:transparent;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;transition:all .2s ease}.completed-print-button:hover{background:#7f1d1d0d}.completed-print-button img{width:16px;height:16px}.completed-print-button{color:#7f1d1d;font-size:18px;font-weight:400;font-family:Inter,sans-serif}.completed-download-button{height:48px;padding:16px;border-radius:10px;background:#7f1d1d;border:none;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;transition:all .2s ease}.completed-download-button:hover{background:#991b1b}.completed-download-button img{width:14px;height:14px}.completed-download-button{color:#fff;font-size:18px;font-weight:400;font-family:Inter,sans-serif}.completed-button-icon{width:16px;height:16px}.experience-completed-modal-content::-webkit-scrollbar{width:8px}.experience-completed-modal-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.experience-completed-modal-content::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.experience-completed-modal-content::-webkit-scrollbar-thumb:hover{background:#555}@media print{body *{visibility:hidden}.experience-completed-modal-overlay,.experience-completed-modal-overlay *{visibility:visible}.experience-completed-modal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;display:block;z-index:9999}.experience-completed-modal-content{position:relative;background:#fff;border-radius:0;padding:20px;width:100%;max-width:100%;max-height:none;overflow:visible;box-shadow:none;margin:0 auto}.completed-button-container{display:none!important}.completed-header{width:100%;margin-bottom:20px;page-break-after:avoid}.completed-created-by{font-size:16px;font-weight:600;color:#000}.completed-main-content{display:flex;gap:30px;width:100%;page-break-inside:avoid}.completed-left-section,.completed-right-section{flex:1;page-break-inside:avoid;min-width:0}.completed-left-section,.completed-right-section{width:auto;padding:0}.completed-vertical-divider{width:1px;background:#e5e7eb;margin:0 10px;flex-shrink:0}.completed-section{margin-bottom:20px;page-break-inside:avoid}.completed-section-title{font-size:14px;font-weight:700;color:#000;margin-bottom:8px}.completed-subtitle{font-size:13px;opacity:.7;margin-bottom:6px}.completed-input-group{border:1px solid #E2E8F0;border-radius:6px;overflow:hidden;width:100%;max-width:100%}.completed-currency-label{background:#f9fafb;border-right:1px solid #E2E8F0;width:40px;flex-shrink:0}.completed-input-display{font-size:13px;color:#000;padding:8px 12px;word-wrap:break-word}.completed-total-text{font-size:13px;margin-top:6px}.completed-order-details{margin-bottom:25px;page-break-inside:avoid}.completed-order-row{padding:10px 0;border-bottom:1px solid #F3F4F6;page-break-inside:avoid;display:flex;justify-content:space-between;gap:10px}.completed-order-divider{margin:12px 0;border-top:2px solid #E5E7EB}.completed-order-label,.completed-order-value{font-size:13px}.completed-order-label-bold,.completed-order-value-bold{font-size:14px;font-weight:700}.completed-total-row{border-bottom:none;padding-top:12px}.completed-documents{page-break-inside:avoid}.completed-documents-list{margin-top:10px}.completed-document-item{padding:10px;margin-bottom:8px;border:1px solid #E5E7EB;border-radius:6px;page-break-inside:avoid}.completed-file-icon{width:24px;height:24px}.completed-file-name{font-size:13px;font-weight:600;color:#000}.completed-file-size{font-size:12px;color:#6b7280}.completed-remove-icon{display:none}@page{margin:.5cm .75cm;size:A4}}@media (max-width: 992px){.experience-completed-modal-content{width:90vw;max-width:700px;padding:16px}.completed-header{width:100%}.completed-main-content{gap:12px}.completed-left-section,.completed-right-section{width:calc(50% - 6px)}.completed-input-group,.completed-document-item,.completed-order-divider{width:100%}.completed-vertical-divider{height:350px}}@media (max-width: 768px){.experience-completed-modal-content{width:95vw;max-width:none;padding:16px;max-height:95vh}.completed-header{margin-bottom:8px}.completed-created-by{font-size:14px}.completed-main-content{flex-direction:column;gap:20px}.completed-left-section,.completed-right-section{width:100%;padding:0}.completed-vertical-divider{display:none}.completed-left-section:after{content:"";display:block;width:100%;height:1px;background:#0003;margin-top:16px}.completed-input-group{width:100%}.completed-input-display{width:calc(100% - 44px)}.completed-document-item,.completed-order-divider{width:100%}.completed-button-container{flex-direction:row;width:100%;gap:12px}.completed-print-button,.completed-download-button{flex:1;min-width:0}}@media (max-width: 600px){.experience-completed-modal-content{padding:12px;border-radius:8px}.completed-section-title,.completed-subtitle,.completed-order-label,.completed-order-value{font-size:13px}.completed-order-label-bold,.completed-order-value-bold{font-size:15px}.completed-print-button,.completed-download-button{height:44px;padding:12px;font-size:16px}.completed-button-icon{width:14px;height:14px}}@media (max-width: 480px){.experience-completed-modal-content{width:98vw;padding:10px}.completed-created-by{font-size:13px}.completed-section{gap:6px}.completed-section-title,.completed-subtitle,.completed-total-text{font-size:12px}.completed-currency-label{width:40px;font-size:11px}.completed-input-display{width:calc(100% - 40px);font-size:13px;padding-left:10px}.completed-order-label,.completed-order-value{font-size:12px}.completed-order-label-bold,.completed-order-value-bold{font-size:14px}.completed-file-name{font-size:7px}.completed-file-size{font-size:6.5px}.completed-button-container{gap:8px}.completed-print-button,.completed-download-button{height:40px;padding:10px;font-size:14px;gap:6px}.completed-button-icon{width:12px;height:12px}}.experience-details-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000}.experience-details-modal-content{position:relative;background:#fff;border-radius:8px;width:554px;height:539px;max-height:90vh;overflow-y:auto;padding:0}.approve-btn-top{position:absolute;right:14px;top:17px;height:48px;padding:16px;background:#7f1d1d;border-radius:10px;border:none;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;transition:all .2s ease;z-index:10}.details-container{padding:17.05px 21.76px;display:flex;flex-direction:column;gap:16px}.detail-section{display:flex;flex-direction:column;gap:8px}.experience-main-title{color:#2b2d3b;font-size:24px;font-family:Inter,sans-serif;font-weight:700;margin:0}.detail-label{color:#1f2937;font-size:14px;font-family:Inter,sans-serif;font-weight:700}.detail-value{opacity:.5;color:#2b2d3b;font-size:14px;font-family:Lato,sans-serif;font-weight:400;line-height:1.5}.logs-section{margin-top:8px}.log-timeline{display:flex;flex-direction:column;gap:8px;position:relative}.log-icon-wrapper{width:14px;height:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;opacity:.5}.log-icon{width:14px;height:14px}.log-text{opacity:.5;color:#2b2d3b;font-size:12px;font-family:Lato,sans-serif;font-weight:400;line-height:1.5;flex:1}.log-user{text-decoration:underline;cursor:pointer}.log-connector{width:1px;height:16px;background:#2b2d3b80;margin-left:7px;opacity:.5}.experience-details-modal-content::-webkit-scrollbar{width:8px}.experience-details-modal-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.experience-details-modal-content::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.experience-details-modal-content::-webkit-scrollbar-thumb:hover{background:#555}@media (max-width: 768px){.experience-details-modal-content{width:90%;max-width:90vw;height:auto;max-height:85vh}.details-container{padding:14px 16px}.experience-main-title{font-size:20px}.approve-btn-top{position:relative;right:auto;top:auto;height:40px;padding:12px;width:100%;margin-bottom:16px}.approve-btn-top span{font-size:16px}.detail-label,.detail-value{font-size:13px}}@media (max-width: 480px){.experience-details-modal-content{width:95%;max-width:95vw;border-radius:6px}.details-container{padding:12px 14px}.experience-main-title{font-size:18px}.approve-btn-top{position:relative;right:auto;top:auto;height:36px;padding:10px;width:100%;margin-bottom:16px}.approve-btn-top span{font-size:14px}.approve-icon{width:14px;height:14px}.detail-label,.detail-value{font-size:12px}.log-text{font-size:11px}}.experience-approval-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:3000}.experience-approval-modal-content{position:relative;background:#fff;border-radius:16px;width:400px;max-height:90vh;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:16px}.exp-approval-tickets-title{color:#1f2937;font-size:16px;font-family:Inter,sans-serif;font-weight:700}.exp-approval-tickets-selector{display:flex;gap:7px;align-items:center;margin-top:8px}.exp-approval-ticket-number{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#00000080;font-size:14px;font-family:Lato,sans-serif;font-weight:400;transition:all .2s ease}.exp-approval-ticket-number.selected{background:#fff;border:1px solid #7F1D1D;color:#7f1d1d}.exp-approval-ticket-number:hover{background:#fef2f2}.exp-approval-date-section{width:100%;display:flex;flex-direction:column;gap:8px}.exp-approval-date-title{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:700;line-height:24px}.exp-approval-guest-preferred-date{opacity:.5;color:#000;font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400}.exp-approval-date-picker-container{display:flex;align-items:center;gap:8px;width:100%}.exp-approval-month-label{position:relative;width:24px;height:56px;background:#6b7280;border-radius:5px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.exp-approval-month-bar{position:absolute;width:100%;height:100%}.exp-approval-month-text{transform:rotate(-90deg);color:#fff;font-size:12px;font-family:Lato,sans-serif;font-weight:400;text-align:center;white-space:nowrap}.exp-approval-month-picker{position:absolute;top:60px;left:0;background:#fff;border:1px solid #E2E8F0;border-radius:8px;padding:12px;box-shadow:0 4px 12px #0000001a;z-index:100;display:flex;flex-direction:column;gap:8px;min-width:200px}.exp-approval-month-picker-row{display:flex;flex-direction:column;gap:4px}.exp-approval-month-picker-label{font-size:12px;font-family:Inter,sans-serif;font-weight:600;color:#1f2937}.exp-approval-month-picker-select{padding:6px 8px;border:1px solid #E2E8F0;border-radius:6px;font-size:14px;font-family:Inter,sans-serif;background:#fff;color:#1f2937;outline:none;cursor:pointer}.exp-approval-month-picker-select:focus{border-color:#70211c;background:#fff}.exp-approval-date-list{display:flex;gap:8px;overflow-x:auto;flex:1;scrollbar-width:thin;scrollbar-color:rgba(127,29,29,.3) transparent}.exp-approval-date-list::-webkit-scrollbar{height:6px}.exp-approval-date-list::-webkit-scrollbar-track{background:#0000000d;border-radius:10px;margin:0 4px}.exp-approval-date-list::-webkit-scrollbar-thumb{background:#7f1d1d66;border-radius:10px;transition:all .3s ease}.exp-approval-date-list::-webkit-scrollbar-thumb:hover{background:#7f1d1d99}.exp-approval-date-list::-webkit-scrollbar-thumb:active{background:#7f1d1dcc}.exp-approval-date-card{min-width:55px;padding:8.5px;background:#fff;border-radius:9.84px;box-shadow:0 2.87px 8.2px #19213d0a;border:.41px solid white;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:all .2s ease}.exp-approval-date-card.selected{border:1px solid #7F1D1D}.exp-approval-date-card.selected .exp-approval-date-day,.exp-approval-date-card.selected .exp-approval-date-number{color:#7f1d1d}.exp-approval-date-card:hover{border-color:#70211c}.exp-approval-date-day{padding:4px 7px;border-radius:4.92px;color:#000;font-size:9.84px;font-family:Lato,sans-serif;font-weight:400;text-align:center;line-height:14px}.exp-approval-date-number{padding:4px 6px;color:#000;font-size:14px;font-family:Lato,sans-serif;font-weight:400;text-align:center;line-height:18px}.exp-approval-time-section{width:100%;display:flex;flex-direction:column;gap:8px}.exp-approval-time-title{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:700;line-height:24px}.exp-approval-guest-preferred-time{opacity:.5;color:#000;font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400}.exp-approval-time-input{width:100%;height:35px;background:#fff;border-radius:6.4px;border:1px solid #E2E7F1;padding:0 12px;font-size:14px;font-family:Inter,sans-serif;outline:none;color:#656d9a;box-sizing:border-box;cursor:pointer;position:relative}.exp-approval-time-input::-webkit-calendar-picker-indicator{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;opacity:0;cursor:pointer;background:transparent}.exp-approval-time-input::placeholder{color:#656d9a}.exp-approval-time-input:focus{border-color:#70211c}.exp-approval-amount-section{width:100%;display:flex;flex-direction:column;gap:8px}.exp-approval-amount-title{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:700;line-height:24px}.exp-approval-price-input-group{display:flex;gap:0}.exp-approval-currency-label{width:48px;height:36px;background:#f1f5f9;border-radius:6px 0 0 6px;border:1px solid #E2E8F0;display:flex;align-items:center;justify-content:center;color:#1f2937;font-size:12px;font-weight:400;font-family:Be Vietnam Pro,sans-serif}.exp-approval-price-input{width:304px;height:36px;background:#fff;border-radius:0 6px 6px 0;border:1px solid #E2E8F0;border-left:none;padding:0 12px;font-size:14px;font-family:Inter,sans-serif;outline:none;color:#64748b}.exp-approval-price-input::placeholder{color:#64748b}.exp-approval-price-input:focus{border-color:#70211c}.exp-approval-total-amount{opacity:.5;color:#000;font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400}.exp-approval-upload-label{color:#64748b;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.exp-approval-upload-area{width:100%;min-height:64px;background:#fff;border-radius:6px;border:1px dashed #E2E7F1;display:flex;align-items:center;justify-content:center;padding:10px;cursor:pointer;transition:all .2s ease;box-sizing:border-box}.exp-approval-upload-area.has-files{align-items:flex-start;justify-content:flex-start;cursor:default;min-height:auto;height:auto}.exp-approval-upload-area:hover{border-color:#70211c;background-color:#fef2f2}.exp-approval-file-input{display:none}.exp-approval-upload-text{color:#1f2937;font-size:16px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer}.exp-approval-browse-link{color:#2563eb;cursor:pointer}.exp-approval-browse-link:hover{text-decoration:underline}.exp-approval-upload-area-content{width:100%;display:flex;flex-direction:column;gap:6px;overflow:hidden}.exp-approval-uploaded-file-item{width:100%;padding:6px 8px;background:#fff;border-radius:6px;border:1px solid #e9ecef;box-sizing:border-box;overflow:hidden}.exp-approval-uploaded-file-content{display:flex;align-items:center;gap:8px;width:100%;overflow:hidden}.exp-approval-uploaded-file-icon{width:20px;height:20px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.exp-approval-uploaded-file-icon img{width:100%;height:100%;object-fit:contain}.exp-approval-uploaded-file-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px;overflow:hidden}.exp-approval-uploaded-file-name{color:#2b2d3b;font-size:11px;font-family:Inter,sans-serif;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.exp-approval-uploaded-file-size{color:#858585;font-size:9px;font-family:Inter,sans-serif;font-weight:400}.exp-approval-uploaded-file-remove{background:none;border:none;padding:2px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .2s ease;width:16px;height:16px}.exp-approval-uploaded-file-remove:hover{opacity:.7}.exp-approval-uploaded-file-remove svg{width:100%;height:100%}.exp-approval-add-more-files-button{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;background:#fff;border:1px dashed #1269CF;border-radius:6px;color:#1269cf;font-size:12px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;transition:all .2s ease;margin-top:8px;align-self:center;width:auto}.exp-approval-add-more-files-button:hover{background:#f0f7ff;border-color:#0d5aa7}.exp-approval-add-more-files-button svg{width:16px;height:16px}.exp-approval-divider{width:100%;height:1px;border-top:1px dashed rgba(0,0,0,.5);margin:8px 0}.exp-approval-subtotal{color:#1f2937;font-size:16px;font-family:Inter,sans-serif;font-weight:700;text-align:center;margin:8px 0}.exp-approval-action-buttons{display:flex;justify-content:center;gap:16px;margin:16px 0}.exp-approval-approve-button{height:48px;padding:16px;background:#7f1d1d;border-radius:10px;border:none;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;transition:all .2s ease;color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400}.exp-approval-approve-button:hover{background:#991b1b}.exp-approval-approve-button:disabled{opacity:.5;cursor:not-allowed}.exp-approval-approve-button:disabled:hover{background:#7f1d1d}.exp-approval-button-icon{width:16px;height:16px}.exp-approval-reject-link{background:none;border:none;color:#7f1d1d;font-size:18px;font-family:Inter,sans-serif;font-weight:400;text-decoration:underline;cursor:pointer;transition:all .2s ease;text-align:center;margin-bottom:8px}.exp-approval-reject-link:hover{color:#991b1b}.experience-approval-modal-content::-webkit-scrollbar{width:8px}.experience-approval-modal-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.experience-approval-modal-content::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.experience-approval-modal-content::-webkit-scrollbar-thumb:hover{background:#555}.experience-approval-modal-overlay .cancel-order-form-overlay{z-index:3100}.experience-approval-modal-content:has(.cancel-order-form){width:auto;height:auto;max-width:90vw;padding:20px}.exp-request-confirm-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:3001}.exp-request-confirm-modal-content{background:#fff;border-radius:11px;width:100%;max-width:750px;max-height:90vh;overflow-y:auto;padding:16px;display:flex;flex-direction:column;align-items:center;gap:16px}.exp-confirm-header{width:100%;display:flex;align-items:center;gap:8px}.exp-confirm-back-arrow{width:14.51px;height:14.51px;cursor:pointer;transform:rotate(0)}.exp-confirm-back-arrow:hover{opacity:.7}.exp-confirm-created-by{color:#70211c;font-size:16px;font-family:Inter,sans-serif;font-weight:400}.exp-confirm-main-content{width:100%;display:flex;justify-content:center;align-items:flex-start;gap:16px}.exp-confirm-left-section{width:347px;padding:10px;display:flex;flex-direction:column;gap:16px}.exp-confirm-right-section{width:339px;display:flex;flex-direction:column;align-items:center;gap:15px}.exp-confirm-vertical-divider{width:1px;min-height:300px;background:#0003;align-self:stretch}.exp-confirm-section{width:100%;display:flex;flex-direction:column;gap:8px}.exp-confirm-section-title{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:700}.exp-confirm-guests-value{opacity:.5;color:#27272a;font-size:14px;font-family:Lato,sans-serif;font-style:italic;font-weight:400}.exp-confirm-price-input-group{display:flex;align-items:center;width:100%}.exp-confirm-currency-label{width:45.2px;height:35px;background:#f4f6f9;border-top-left-radius:6.4px;border-bottom-left-radius:6.4px;border:1px solid #E2E7F1;display:flex;align-items:center;justify-content:center;color:#2b2d3b;font-size:12.99px;font-family:Be Vietnam Pro,sans-serif;font-weight:400}.exp-confirm-price-display{flex:1;height:35px;background:#e5e5e5;border-top-right-radius:6.4px;border-bottom-right-radius:6.4px;border:1px solid #E2E7F1;border-left:none;padding:0 12px;display:flex;align-items:center;color:#656d9a;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.exp-confirm-total-amount{opacity:.5;color:#000;font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400}.exp-confirm-date-value,.exp-confirm-time-value{opacity:.5;color:#27272a;font-size:14px;font-family:Lato,sans-serif;font-style:italic;font-weight:400}.exp-confirm-order-details{width:100%;padding:12px 0;display:flex;flex-direction:column;gap:10px}.exp-confirm-detail-row{display:flex;justify-content:space-between;align-items:center}.exp-confirm-detail-label{color:#000;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.exp-confirm-detail-value{text-align:right;color:#000;font-size:14px;font-family:Lato,sans-serif;font-weight:400}.exp-confirm-detail-divider{width:100%;height:0;border-top:1px dashed rgba(0,0,0,.2);margin:4px 0}.exp-confirm-total-row{margin-top:4px}.exp-confirm-detail-label-bold{color:#000;font-size:16px;font-family:Inter,sans-serif;font-weight:700}.exp-confirm-detail-value-bold{text-align:right;color:#000;font-size:16px;font-family:Inter,sans-serif;font-weight:700}.exp-confirm-documents{width:100%;display:flex;flex-direction:column;gap:6.39px}.exp-confirm-documents-container{width:100%;background:#fff;border-radius:3.2px;border:.64px solid #E2E7F1;padding:8px;display:flex;flex-direction:column;gap:4.86px}.exp-confirm-document-item{width:100%;padding:9.73px;background:#fff;border-radius:7.39px;border:.61px solid #E7E7E7;display:flex;align-items:center;gap:5.11px}.exp-confirm-file-icon{width:23px;height:23px;flex-shrink:0}.exp-confirm-file-info{flex:1;display:flex;flex-direction:column;gap:1.22px;min-width:0}.exp-confirm-file-name{color:#0b0b0b;font-size:12px;font-family:Inter,sans-serif;font-weight:600;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.exp-confirm-file-size{color:#6d6d6d;font-size:11px;font-family:Inter,sans-serif;font-weight:400;line-height:14px}.exp-confirm-no-documents{color:#999;font-size:12px;font-family:Inter,sans-serif;font-style:italic;text-align:center;padding:20px}.exp-confirm-actions{display:flex;justify-content:center;align-items:center;gap:16px}.exp-confirm-approve-button{height:48px;padding:16px;background:#70211c;border-radius:10px;border:none;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .3s ease;color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400}.exp-confirm-approve-button:hover{background:#5a1915;transform:translateY(-2px);box-shadow:0 4px 8px #70211c4d}.exp-confirm-approve-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.exp-confirm-approve-button:disabled:hover{background:#70211c;transform:none;box-shadow:none}.exp-confirm-button-icon{width:16px;height:16px;filter:brightness(0) invert(1)}@media (max-width: 768px){.exp-confirm-main-content{flex-direction:column;align-items:center}.exp-confirm-left-section,.exp-confirm-right-section{width:100%;max-width:350px}.exp-confirm-vertical-divider{width:100%;height:1px;min-height:1px}}.conc-orders{display:flex;flex-direction:column;gap:24px}.conc-orders-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.conc-orders-stat-card{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:#fff;border:1px solid #E2E7F1;border-radius:10px}.conc-orders-stat-info{display:flex;flex-direction:column;gap:6px}.conc-orders-stat-label{font-size:14px;color:#6c7a86;font-family:Arial,sans-serif;line-height:21px}.conc-orders-stat-value{font-size:32px;font-weight:600;color:#27272a;line-height:1.2}.conc-orders-stat-icon{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.conc-orders-section{background:#fff;border:1px solid #E2E7F1;border-radius:10px;padding:24px}.conc-orders-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.conc-orders-section-title{font-size:18px;font-weight:600;color:#27272a;margin:0;line-height:27px}.conc-orders-filter{position:relative;display:flex;align-items:center;border:1px solid #9A9A9A;border-radius:10px;padding:12px 16px;background:transparent;cursor:pointer}.conc-orders-filter select{border:none;background:transparent;font-size:16px;color:#9a9a9a;font-family:Inter,sans-serif;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;outline:none;padding-right:12px}.conc-orders-filter svg{pointer-events:none;flex-shrink:0}.conc-orders-table-wrap{overflow-x:auto}.conc-orders-table{width:100%;border-collapse:collapse;font-size:14px;font-family:Arial,sans-serif}.conc-orders-table thead th{text-align:center;font-weight:700;color:#6c7a86;padding:12px 16px;border-bottom:1px solid #E2E7F1;white-space:nowrap;line-height:21px}.conc-orders-table thead th.conc-orders-th-status{text-align:left}.conc-orders-table tbody td{text-align:center;padding:16px;border-bottom:1px solid #E2E7F1;color:#27272a;line-height:21px}.conc-orders-table tbody td.conc-orders-td-status{text-align:left}.conc-orders-table tbody td.conc-orders-td-bold{font-weight:700}.conc-orders-status-cell{display:flex;align-items:center;gap:8px}.conc-orders-status-dot{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.conc-orders-status-dot svg{width:18px;height:18px}.conc-orders-funnel{display:flex;flex-direction:column;gap:12px}.conc-orders-funnel-row{display:flex;flex-direction:column;gap:8px}.conc-orders-funnel-label{font-size:14px;color:#27272a;font-family:Arial,sans-serif;line-height:21px}.conc-orders-funnel-bar-row{display:flex;align-items:center;gap:16px}.conc-orders-funnel-value{font-size:14px;font-weight:700;color:#27272a;font-family:Arial,sans-serif;line-height:21px;flex-shrink:0;min-width:40px;text-align:right}.conc-orders-funnel-bar-track{position:relative;flex:1;height:40px;background:transparent;border-radius:10px}.conc-orders-funnel-bar{height:100%;border-radius:10px;display:flex;align-items:center;justify-content:center;transition:width .4s ease;cursor:pointer}.conc-orders-funnel-bar:hover{opacity:.9}.conc-orders-funnel-pct{font-size:12px;font-weight:700;color:#fff;line-height:18px}.conc-orders-funnel-tooltip{position:absolute;top:-85px;left:50%;transform:translate(-50%);background:#18181bf2;color:#fff;border-radius:8px;padding:10px 14px;min-width:140px;box-shadow:0 4px 16px #0003;z-index:100;pointer-events:none}.conc-orders-funnel-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#18181bf2}.conc-orders-funnel-tooltip-title{font-size:12px;font-weight:600;margin-bottom:6px;color:#fff;border-bottom:1px solid rgba(255,255,255,.15);padding-bottom:6px}.conc-orders-funnel-tooltip-row{display:flex;justify-content:space-between;align-items:center;font-size:11px;padding:2px 0}.conc-orders-funnel-tooltip-row span{color:#ffffffb3}.conc-orders-funnel-tooltip-row strong{color:#fff;font-weight:600}@media (max-width: 900px){.conc-orders-grid{grid-template-columns:repeat(2,1fr)}}.conc-orders-loading,.conc-orders-error,.conc-orders-empty{display:flex;align-items:center;justify-content:center;min-height:200px;font-size:14px;color:#6c7a86;background:#fafafa;border-radius:12px;padding:20px}.conc-orders-error{color:#dc2626}@media (max-width: 600px){.conc-orders-grid{grid-template-columns:1fr}.conc-orders-section-header{flex-direction:column;align-items:flex-start;gap:12px}}.conc-distribution{display:flex;flex-direction:column;gap:20px}.conc-dist-card{background:#fff;border:1px solid #E2E7F1;border-radius:10px;padding:25px}.conc-dist-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.conc-dist-title{font-size:18px;font-family:Inter,sans-serif;font-weight:600;color:#27272a;line-height:27px;margin:0}.conc-dist-filter{display:flex;align-items:center;padding:12px 16px;border:1px solid #9A9A9A;border-radius:10px;background:transparent;cursor:pointer}.conc-dist-filter select{border:none;background:transparent;color:#9a9a9a;font-size:16px;font-family:Inter,sans-serif;cursor:pointer;outline:none;padding-right:12px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.conc-dist-filter svg{pointer-events:none}.conc-dist-chart{display:flex;flex-direction:column;gap:24px}.conc-dist-chart-area{display:flex;height:300px}.conc-dist-y-axis{display:flex;flex-direction:column;justify-content:space-between;flex-shrink:0;padding-right:12px;text-align:right}.conc-dist-y-label{font-size:12px;font-family:Inter,sans-serif;color:#6c7a86}.conc-dist-chart-body{flex:1;position:relative;border-bottom:1px solid #E2E7F1}.conc-dist-grid-line{position:absolute;left:0;right:0;height:1px;background:#e2e7f1}.conc-dist-bars{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:space-around;align-items:flex-end;padding:0 40px}.conc-dist-bar-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%}.conc-dist-bar{width:60px;border-radius:4px 4px 0 0;position:relative;transition:opacity .2s;cursor:pointer;min-height:4px}.conc-dist-bar:hover{opacity:.8}.conc-dist-bar-tooltip{display:none;position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#000;color:#fff;padding:8px 16px;border-radius:4px;font-size:14px;font-family:Arial,sans-serif;white-space:nowrap;opacity:.9;margin-bottom:8px;z-index:10}.conc-dist-bar:hover .conc-dist-bar-tooltip{display:block}.conc-dist-legend{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:32px;flex-wrap:wrap}.conc-dist-legend-item{display:flex;align-items:center;gap:8px;font-size:12px;font-family:Arial,sans-serif;white-space:nowrap}.conc-dist-legend-dot{width:14px;height:14px;border-radius:50%;flex-shrink:0}.conc-dist-loading,.conc-dist-error,.conc-dist-empty{display:flex;align-items:center;justify-content:center;min-height:200px;font-size:14px;color:#6b7280;font-family:Inter,sans-serif}.conc-dist-error{color:#dc2626}@media (max-width: 1200px){.conc-dist-bars{padding:0 20px}.conc-dist-bar{width:50px}}@media (max-width: 768px){.conc-dist-header{flex-direction:column;align-items:flex-start;gap:16px}.conc-dist-chart-area{height:250px}.conc-dist-bar{width:40px}.conc-dist-legend{gap:16px}}.access-details-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000}.access-details-modal-content{position:relative;background:#fff;border-radius:10px;width:626px;height:646px;max-height:90vh;overflow-y:auto;padding:0}.approve-btn-top{position:absolute;right:17px;top:16px;height:48px;padding:16px;background:#7f1d1d;border-radius:10px;border:none;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;transition:all .2s ease;z-index:10}.approve-btn-top:hover{background:#991b1b}.approve-icon{width:16px;height:16px}.approve-btn-top span{color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400}.access-details-container{padding:16px 17px;display:flex;flex-direction:column;gap:16px;width:596px;margin-left:17px;margin-top:16px}.access-detail-section{display:flex;flex-direction:column;gap:8px}.access-main-title{color:#000;font-size:24px;font-family:Inter,sans-serif;font-weight:700;margin:0;width:384px}.access-date-time-row{display:flex;align-items:flex-start;gap:16px}.access-date-column{width:128px;display:flex;flex-direction:column;gap:8px}.access-time-column{display:flex;flex-direction:column;gap:8px}.access-vertical-divider{width:1px;height:44px;opacity:.2;background:#000;align-self:center}.access-detail-label{color:#1f2937;font-size:14px;font-family:Inter,sans-serif;font-weight:700}.access-detail-value{opacity:.5;color:#000;font-size:14px;font-family:Inter,sans-serif;font-weight:400;line-height:1.5;max-width:590px}.access-logs-section{width:508px}.access-logs-timeline{display:flex;flex-direction:column;gap:0}.access-log-connector{width:1px;height:12px;background:#27272a;opacity:.5;margin-left:7px}.access-log-entry{display:flex;align-items:flex-start;gap:8px;padding:4px 0}.access-log-icon-wrapper{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:16px;height:16px}.access-log-icon{width:16px;height:16px;opacity:.5}.access-log-text{opacity:.5;color:#27272a;font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400;line-height:1.5;flex:1}.access-log-user{text-decoration:underline;cursor:pointer}.access-details-modal-content::-webkit-scrollbar{width:8px}.access-details-modal-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.access-details-modal-content::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.access-details-modal-content::-webkit-scrollbar-thumb:hover{background:#555}@media (max-width: 768px){.access-details-modal-content{width:90%;max-width:90vw;height:auto;max-height:85vh}.access-details-container{width:auto;margin-left:0;padding:14px 16px}.access-main-title{width:auto;font-size:20px}.approve-btn-top{position:relative;right:auto;top:auto;height:40px;padding:12px;width:100%;margin-bottom:16px}.approve-btn-top span{font-size:16px}.access-date-time-row{flex-direction:column;gap:12px}.access-date-column{width:100%}.access-vertical-divider{display:none}.access-detail-label{font-size:13px}.access-detail-value{font-size:13px;max-width:100%}.access-logs-section{width:100%}}@media (max-width: 480px){.access-details-modal-content{width:95%;max-width:95vw;border-radius:8px}.access-details-container{padding:12px 14px}.access-main-title{font-size:18px}.approve-btn-top{position:relative;right:auto;top:auto;height:36px;padding:10px;width:100%;margin-bottom:16px}.approve-btn-top span{font-size:14px}.approve-icon{width:14px;height:14px}.access-detail-label,.access-detail-value{font-size:12px}.access-log-text{font-size:11px}}.access-approval-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:3000}.access-approval-modal-content{position:relative;background:#fff;border-radius:16px;width:400px;max-height:90vh;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:16px}.approval-tickets-title{color:#1f2937;font-size:16px;font-family:Inter,sans-serif;font-weight:700}.approval-tickets-selector{display:flex;gap:7px;align-items:center;margin-top:8px}.approval-ticket-number{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#00000080;font-size:14px;font-family:Lato,sans-serif;font-weight:400;transition:all .2s ease}.approval-ticket-number.selected{background:#fff;border:1px solid #7F1D1D;color:#7f1d1d}.approval-ticket-number:hover{background:#fef2f2}.approval-date-section{width:100%;display:flex;flex-direction:column;gap:8px}.approval-date-title{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:700;line-height:24px}.approval-guest-preferred-date{opacity:.5;color:#000;font-size:12px;font-family:Lato,sans-serif;font-weight:400}.approval-date-picker-container{display:flex;align-items:center;gap:8px;width:100%}.approval-month-label{position:relative;width:24px;height:56px;background:#6b7280;border-radius:5px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.approval-month-bar{position:absolute;width:100%;height:100%}.approval-month-text{transform:rotate(-90deg);color:#fff;font-size:12px;font-family:Lato,sans-serif;font-weight:400;text-align:center;white-space:nowrap}.approval-month-picker{position:absolute;top:60px;left:0;background:#fff;border:1px solid #E2E8F0;border-radius:8px;padding:12px;box-shadow:0 4px 12px #0000001a;z-index:100;display:flex;flex-direction:column;gap:8px;min-width:200px}.approval-month-picker-row{display:flex;flex-direction:column;gap:4px}.approval-month-picker-label{font-size:12px;font-family:Inter,sans-serif;font-weight:600;color:#1f2937}.approval-month-picker-select{padding:6px 8px;border:1px solid #E2E8F0;border-radius:6px;font-size:14px;font-family:Inter,sans-serif;background:#fff;color:#1f2937;outline:none;cursor:pointer}.approval-month-picker-select:focus{border-color:#70211c;background:#fff}.approval-date-list{display:flex;gap:8px;overflow-x:auto;flex:1;scrollbar-width:thin;scrollbar-color:rgba(127,29,29,.3) transparent}.approval-date-list::-webkit-scrollbar{height:6px}.approval-date-list::-webkit-scrollbar-track{background:#0000000d;border-radius:10px;margin:0 4px}.approval-date-list::-webkit-scrollbar-thumb{background:#7f1d1d66;border-radius:10px;transition:all .3s ease}.approval-date-list::-webkit-scrollbar-thumb:hover{background:#7f1d1d99}.approval-date-list::-webkit-scrollbar-thumb:active{background:#7f1d1dcc}.approval-date-card{min-width:55px;padding:8.5px;background:#fff;border-radius:9.84px;box-shadow:0 2.87px 8.2px #19213d0a;border:.41px solid white;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:all .2s ease}.approval-date-card.selected{border:1px solid #7F1D1D}.approval-date-card.selected .approval-date-day,.approval-date-card.selected .approval-date-number{color:#7f1d1d}.approval-date-card:hover{border-color:#70211c}.approval-date-day{padding:4px 7px;border-radius:4.92px;color:#000;font-size:9.84px;font-family:Lato,sans-serif;font-weight:400;text-align:center;line-height:14px}.approval-date-number{padding:4px 6px;color:#000;font-size:14px;font-family:Lato,sans-serif;font-weight:400;text-align:center;line-height:18px}.approval-price-section{width:100%;display:flex;flex-direction:column;gap:8px}.approval-price-input-group{display:flex;gap:0}.approval-currency-label{width:48px;height:36px;background:#f1f5f9;border-radius:6px 0 0 6px;border:1px solid #E2E8F0;display:flex;align-items:center;justify-content:center;color:#1f2937;font-size:12px;font-weight:400;font-family:Be Vietnam Pro,sans-serif}.approval-price-input{width:272px;height:36px;background:#fff;border-radius:0 6px 6px 0;border:1px solid #E2E8F0;border-left:none;padding:0 12px;font-size:14px;font-family:Inter,sans-serif;outline:none;color:#64748b}.approval-price-input::placeholder{color:#64748b}.approval-price-input:focus{border-color:#70211c}.approval-total-amount{opacity:.5;color:#000;font-size:12px;font-family:Lato,sans-serif;font-weight:400}.approval-upload-label{color:#64748b;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.approval-upload-area{width:100%;min-height:64px;background:#fff;border-radius:6px;border:1px dashed #E2E7F1;display:flex;align-items:center;justify-content:center;padding:10px;cursor:pointer;transition:all .2s ease;box-sizing:border-box}.approval-upload-area.has-files{align-items:flex-start;justify-content:flex-start;cursor:default;min-height:auto;height:auto}.approval-upload-area:hover{border-color:#70211c;background-color:#fef2f2}.approval-file-input{display:none}.approval-upload-text{color:#1f2937;font-size:16px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer}.approval-browse-link{color:#2563eb;cursor:pointer}.approval-browse-link:hover{text-decoration:underline}.approval-upload-area-content{width:100%;display:flex;flex-direction:column;gap:6px;overflow:hidden}.approval-uploaded-file-item{width:100%;padding:6px 8px;background:#fff;border-radius:6px;border:1px solid #e9ecef;box-sizing:border-box;overflow:hidden}.approval-uploaded-file-content{display:flex;align-items:center;gap:8px;width:100%;overflow:hidden}.approval-uploaded-file-icon{width:20px;height:20px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.approval-uploaded-file-icon img{width:100%;height:100%;object-fit:contain}.approval-uploaded-file-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px;overflow:hidden}.approval-uploaded-file-name{color:#2b2d3b;font-size:11px;font-family:Inter,sans-serif;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.approval-uploaded-file-size{color:#858585;font-size:9px;font-family:Inter,sans-serif;font-weight:400}.approval-uploaded-file-remove{background:none;border:none;padding:2px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .2s ease;width:16px;height:16px}.approval-uploaded-file-remove:hover{opacity:.7}.approval-uploaded-file-remove svg{width:100%;height:100%}.approval-add-more-files-button{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;background:#fff;border:1px dashed #1269CF;border-radius:6px;color:#1269cf;font-size:12px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;transition:all .2s ease;margin-top:8px;align-self:center;width:auto}.approval-add-more-files-button:hover{background:#f0f7ff;border-color:#0d5aa7}.approval-add-more-files-button svg{width:16px;height:16px}.approval-divider{width:100%;height:1px;border-top:1px dashed rgba(0,0,0,.5);margin:8px 0}.approval-subtotal{color:#1f2937;font-size:16px;font-family:Inter,sans-serif;font-weight:700;text-align:center;margin:8px 0}.approval-action-buttons{display:flex;justify-content:center;gap:16px;margin:16px 0}.approval-approve-button{height:48px;padding:16px;background:#7f1d1d;border-radius:10px;border:none;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;transition:all .2s ease}.approval-approve-button:hover{background:#991b1b}.approval-approve-button:disabled{opacity:.5;cursor:not-allowed}.approval-approve-button:disabled:hover{background:#7f1d1d}.approval-button-icon{width:16px;height:16px}.approval-approve-button{color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400}.approval-reject-link{background:none;border:none;color:#7f1d1d;font-size:18px;font-family:Inter,sans-serif;font-weight:400;text-decoration:underline;cursor:pointer;transition:all .2s ease;text-align:center;margin-bottom:8px}.approval-reject-link:hover{color:#991b1b}.access-approval-modal-content::-webkit-scrollbar{width:8px}.access-approval-modal-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.access-approval-modal-content::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.access-approval-modal-content::-webkit-scrollbar-thumb:hover{background:#555}.access-approval-modal-overlay .access-confirm-modal-overlay{z-index:3100}.access-approval-modal-content:has(.cancel-order-form){width:auto;height:auto;max-width:90vw;padding:20px}.access-confirm-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:2001}.access-confirm-modal-content{background:#fff;border-radius:11px;width:90%;max-width:800px;max-height:90vh;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:12px}.confirm-header{display:flex;align-items:center;justify-content:space-between}.confirm-header-left{display:flex;align-items:center;gap:12px}.confirm-title{color:#2b2d3b;font-size:18px;font-family:Inter,sans-serif;font-weight:600}.confirm-order-id{opacity:.5;color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-style:italic;font-weight:500}.confirm-main-content{display:flex;gap:24px;position:relative}.confirm-left-section{flex:.8;display:flex;flex-direction:column;gap:12px}.confirm-right-section{flex:1.2;display:flex;flex-direction:column;gap:20px}.confirm-vertical-divider{width:1px;background:#0000001a;align-self:stretch}.confirm-section{display:flex;flex-direction:column;gap:8px}.confirm-section-title{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:700}.confirm-tickets-row{display:flex;align-items:center;gap:6px}.confirm-ticket-number{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:14px;font-family:Inter,sans-serif;font-weight:400;color:#656d9a;background:transparent;border-radius:50%;border:1px solid transparent}.confirm-ticket-number.selected{border:1.5px solid #70211C;color:#70211c;font-weight:500}.confirm-guest-preferred-date{opacity:.5;color:#000;font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400}.confirm-date-picker-container{display:flex;align-items:center;gap:8px;max-width:100%}.confirm-month-label{display:flex;align-items:center;position:relative;flex-shrink:0}.confirm-month-bar{width:22.5px;height:56.55px;background:#bcbcbc;border-radius:5px}.confirm-month-text{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-90deg);text-align:center;color:#fff;font-size:12px;font-family:Lato,sans-serif;font-weight:400;white-space:nowrap}.confirm-date-list{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;flex:1;padding-bottom:4px;scrollbar-width:thin;scrollbar-color:#bcbcbc #f1f1f1}.confirm-date-list::-webkit-scrollbar{height:6px}.confirm-date-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.confirm-date-list::-webkit-scrollbar-thumb{background:#bcbcbc;border-radius:3px}.confirm-date-list::-webkit-scrollbar-thumb:hover{background:#999}.confirm-date-card{padding:4.92px;background:#fff;box-shadow:0 2.87px 8.2px #19213d0a;border-radius:9.84px;outline:.41px white solid;outline-offset:-.41px;display:flex;flex-direction:column;align-items:center;flex-shrink:0;min-width:40px}.confirm-date-card.selected{outline:1px #661813 solid;outline-offset:-1px}.confirm-date-day{padding:8.2px 7.38px;text-align:center;color:#000;font-size:9.84px;font-family:Lato,sans-serif;font-weight:400;line-height:14.76px}.confirm-date-card.selected .confirm-date-day{color:#661813;font-size:12px;line-height:18px}.confirm-date-number{padding:4.1px 7.38px 8.2px;text-align:center;color:#000;font-size:14.76px;font-family:Lato,sans-serif;font-weight:400;line-height:22.14px}.confirm-date-card.selected .confirm-date-number{color:#661813}.confirm-price-input-group{display:flex;align-items:center;width:fit-content}.confirm-currency-label{width:45px;height:38px;background:#f4f6f9;border-top-left-radius:6px;border-bottom-left-radius:6px;border:1px solid #E2E7F1;display:flex;align-items:center;justify-content:center;color:#2b2d3b;font-size:13px;font-family:Be Vietnam Pro,sans-serif;font-weight:400}.confirm-price-display{min-width:120px;height:38px;background:#f9f9f9;border-top-right-radius:6px;border-bottom-right-radius:6px;border:1px solid #E2E7F1;border-left:none;padding:0 12px;display:flex;align-items:center;color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500}.confirm-total-amount{opacity:.5;color:#000;font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400}.confirm-ticket-details{display:flex;flex-direction:column;gap:12px}.confirm-detail-row{display:flex;justify-content:space-between;align-items:center}.confirm-detail-label{color:#000;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.confirm-detail-quantity{opacity:.5;color:#000;font-size:12px;font-family:Lato,sans-serif;font-weight:400;margin-left:8px}.confirm-detail-value{text-align:right;color:#000;font-size:14px;font-family:Lato,sans-serif;font-weight:400}.confirm-detail-divider{height:1px;border-top:1px dashed rgba(0,0,0,.1);margin:4px 0}.confirm-total-row{margin-top:4px}.confirm-detail-label-bold{color:#000;font-size:16px;font-family:Inter,sans-serif;font-weight:700}.confirm-detail-value-bold{text-align:right;color:#000;font-size:16px;font-family:Inter,sans-serif;font-weight:700}.confirm-documents{display:flex;flex-direction:column;gap:10px}.confirm-documents-list{display:flex;flex-direction:column;gap:4.86px;max-height:150px;overflow-y:auto;padding-right:4px}.confirm-documents-list::-webkit-scrollbar{width:4px}.confirm-documents-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.confirm-documents-list::-webkit-scrollbar-thumb{background:#bcbcbc;border-radius:2px}.confirm-documents-list::-webkit-scrollbar-thumb:hover{background:#999}.confirm-document-item{width:100%;padding:9.73px;background:#fff;border-radius:7.39px;outline:.61px solid #E7E7E7;outline-offset:-.61px;display:flex;justify-content:flex-start;align-items:center;gap:5.11px}.confirm-file-icon-wrapper{width:23.01px;height:23.01px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.confirm-file-icon-wrapper img{width:100%;height:100%}.confirm-file-info{flex:1 1 0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.22px;min-width:0}.confirm-file-name{width:100%;color:#0b0b0b;font-size:12px;font-family:Inter,sans-serif;font-weight:600;line-height:18px;word-wrap:break-word;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.confirm-file-size{color:#6d6d6d;font-size:12px;font-family:Inter,sans-serif;font-weight:400;line-height:15px;word-wrap:break-word}.confirm-no-documents{color:#999;font-size:12px;font-family:Inter,sans-serif;font-style:italic;text-align:center;padding:20px}.confirm-actions{display:flex;flex-direction:column;align-items:center;gap:12px;padding-top:10px}.confirm-approve-button{height:48px;padding:0 32px;background:#70211c;border-radius:10px;border:none;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .3s ease;color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400}.confirm-approve-button:hover{background:#5a1915;transform:translateY(-2px);box-shadow:0 4px 8px #70211c4d}.confirm-approve-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.confirm-approve-button:disabled:hover{background:#70211c;transform:none;box-shadow:none}.confirm-button-icon{width:16px;height:16px;filter:brightness(0) invert(1)}.confirm-reject-link{background:none;border:none;color:#70211c;font-size:14px;font-family:Inter,sans-serif;font-weight:400;text-decoration:underline;cursor:pointer;padding:8px}.confirm-reject-link:disabled{opacity:.5;cursor:not-allowed}.confirm-reject-link:hover{opacity:.8}@media (max-width: 768px){.confirm-main-content{flex-direction:column}.confirm-vertical-divider{width:100%;height:1px}.confirm-tickets-row{flex-wrap:wrap}}.access-awaiting-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000}.access-awaiting-modal-content{position:relative;background:#fff;border-radius:16px;width:730px;max-height:90vh;overflow-y:auto;padding:18px 24px 24px;display:flex;flex-direction:column}.access-awaiting-modal-content:has(.cancel-order-form){width:auto;height:auto;max-width:90vw;min-height:auto;padding:20px}.access-awaiting-content-wrapper:before{content:"";position:absolute;left:324px;top:0;bottom:20px;width:1px;background:#0000001a;z-index:1}.access-awaiting-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.access-awaiting-content-wrapper{position:relative;display:grid;grid-template-columns:288px 1fr;gap:0 73px;padding-bottom:20px}.access-awaiting-title{color:var(--text-ddashboard-lack, #2B2D3B);font-size:16px;font-family:Inter,sans-serif;font-weight:500;margin:0}.access-awaiting-order-id{opacity:.5;text-align:right;color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-style:italic;font-weight:500}.access-awaiting-left-section{display:flex;flex-direction:column;gap:16px}.access-awaiting-section{display:flex;flex-direction:column;gap:8px}.access-awaiting-section-title{color:var(--text-ddashboard-lack, #2B2D3B);font-size:14px;font-family:Inter,sans-serif;font-weight:500}.access-awaiting-item-container{display:flex;gap:12px;align-items:center}.access-awaiting-item-image{width:60px;height:60px;border-radius:8px;object-fit:cover;flex-shrink:0}.access-awaiting-item-info{flex:1;display:flex;flex-direction:column;gap:4px}.access-awaiting-item-name{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;line-height:1.4}.access-awaiting-item-description{color:#2b2d3b;opacity:.6;font-size:12px;font-family:Inter,sans-serif;font-weight:400;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.access-awaiting-item-notes{color:#2b2d3b;opacity:.7;font-size:11px;font-family:Inter,sans-serif;font-weight:400;line-height:1.4;margin-top:4px;font-style:italic}.access-awaiting-item-notes strong{font-weight:600;font-style:normal}.access-awaiting-member-container{display:flex;gap:12px;align-items:center}.access-awaiting-member-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.access-awaiting-member-info{display:flex;flex-direction:column;gap:4px}.access-awaiting-member-name{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;text-decoration:underline;cursor:pointer}.access-awaiting-section-value{opacity:.5;color:var(--Balck-defaulto-for-text, #27272A);font-size:14px;font-family:Lato,sans-serif;font-style:italic;font-weight:400}.access-awaiting-logs{margin-top:5px}.access-awaiting-logs-title{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:600;margin-bottom:8px}.access-awaiting-log-entry{display:flex;align-items:flex-start;gap:12px;opacity:.5}.access-awaiting-log-icon{width:14px;height:14px;flex-shrink:0;opacity:.5}.access-awaiting-log-text{color:#000;font-size:12px;font-family:Lato,sans-serif;font-weight:400;line-height:1.5;flex:1}.access-awaiting-log-user{text-decoration:underline;cursor:pointer}.access-awaiting-log-connector{width:1px;height:18px;background:var(--Balck-defaulto-for-text, #27272A);opacity:.5;margin-left:7px;margin-bottom:8px}.access-awaiting-right-section{max-width:320px}.access-awaiting-ticket-details{margin-bottom:20px}.access-awaiting-details-title{color:var(--text-ddashboard-lack, #2B2D3B);font-size:14px;font-family:Inter,sans-serif;font-weight:700;margin-bottom:10px}.access-awaiting-ticket-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.access-awaiting-ticket-name{color:#000;font-size:14px;font-family:Inter,sans-serif;font-weight:400;flex:1}.access-awaiting-ticket-quantity{color:#00000080;font-size:12px;font-family:Lato,sans-serif;font-weight:400;margin:0 8px}.access-awaiting-ticket-price{text-align:right;color:#000;font-size:14px;font-family:Lato,sans-serif;font-weight:400}.access-awaiting-divider{height:1px;border-top:1px dashed rgba(0,0,0,.2);margin:10px 0}.access-awaiting-price-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.access-awaiting-price-label{color:#000;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.access-awaiting-quantity{opacity:.5;color:#000;font-size:12px;font-family:Lato,sans-serif;font-weight:400;margin-left:8px}.access-awaiting-price-value{text-align:right;color:#000;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.access-awaiting-total-row{margin-top:10px}.access-awaiting-total-row .access-awaiting-price-label,.access-awaiting-total-row .access-awaiting-price-value{font-size:16px;font-weight:700}.access-awaiting-documents{margin-top:20px}.access-awaiting-documents-title{color:var(--text-ddashboard-lack, #2B2D3B);font-size:14px;font-family:Inter,sans-serif;font-weight:700;margin-bottom:10px}.access-awaiting-documents-list{display:flex;flex-direction:column;gap:8px}.access-awaiting-document-card{display:flex;align-items:center;gap:8px;padding:10px;background:var(--bgColor-light, white);border-radius:8px;border:1px solid var(--strokeColor-lightGrey, #E7E7E7)}.access-awaiting-doc-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.access-awaiting-doc-icon svg{width:24px;height:24px}.access-awaiting-doc-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.access-awaiting-doc-name{color:var(--textColor-default, #0B0B0B);font-size:12px;font-family:Inter,sans-serif;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.access-awaiting-doc-size{color:var(--textColor-secDefault, #6D6D6D);font-size:10px;font-family:Inter,sans-serif;font-weight:400}.access-awaiting-actions{display:flex;flex-direction:column;align-items:center;gap:16px;padding-top:20px;padding-bottom:10px}.access-awaiting-payment-btn{height:48px;padding:16px;background:#595959;border-radius:10px;border:none;display:flex;justify-content:center;align-items:center;gap:8px;cursor:not-allowed;color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400}.access-awaiting-payment-btn svg{width:16px;height:16px}.access-awaiting-cancel-link{background:none;border:none;text-align:center;color:#70211c;font-size:16px;font-family:Inter,sans-serif;font-weight:400;text-decoration:underline;cursor:pointer;transition:all .2s ease}.access-awaiting-cancel-link:hover{color:#5a1915}.access-awaiting-modal-content::-webkit-scrollbar{width:8px}.access-awaiting-modal-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.access-awaiting-modal-content::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.access-awaiting-modal-content::-webkit-scrollbar-thumb:hover{background:#555}.access-delivered-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000}.access-delivered-modal-content{position:relative;background:#fff;border-radius:16px;width:730px;max-height:90vh;min-height:620px;overflow-y:auto;padding:18px 24px 24px;display:flex;flex-direction:column}.access-delivered-content-wrapper{position:relative;display:grid;grid-template-columns:288px 1fr;gap:0 73px;padding-bottom:20px}.access-delivered-content-wrapper:before{content:"";position:absolute;left:324px;top:0;bottom:20px;width:1px;background:#0000001a;z-index:1}.access-delivered-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.access-delivered-title{color:var(--text-ddashboard-lack, #2B2D3B);font-size:16px;font-family:Inter,sans-serif;font-weight:500;margin:0}.access-delivered-order-id{opacity:.5;text-align:right;color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-style:italic;font-weight:500}.access-delivered-left-section{display:flex;flex-direction:column;gap:16px}.access-delivered-section{display:flex;flex-direction:column;gap:8px}.access-delivered-section-title{color:var(--text-ddashboard-lack, #2B2D3B);font-size:14px;font-family:Inter,sans-serif;font-weight:500}.access-delivered-item-container{display:flex;gap:12px;align-items:center}.access-delivered-item-image{width:60px;height:60px;border-radius:8px;object-fit:cover;flex-shrink:0}.access-delivered-item-info{flex:1;display:flex;flex-direction:column;gap:4px}.access-delivered-item-name{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;line-height:1.4}.access-delivered-item-description{color:#2b2d3b;opacity:.6;font-size:12px;font-family:Inter,sans-serif;font-weight:400;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.access-delivered-member-container{display:flex;gap:12px;align-items:center}.access-delivered-member-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.access-delivered-member-info{display:flex;flex-direction:column;gap:4px}.access-delivered-member-name,.access-delivered-section-value{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500}.access-delivered-logs{margin-top:8px}.access-delivered-logs-title{color:var(--text-ddashboard-lack, #2B2D3B);font-size:14px;font-family:Inter,sans-serif;font-weight:500;margin-bottom:12px}.access-delivered-log-entry{display:flex;align-items:flex-start;gap:12px;opacity:.5;padding:2px 0}.access-delivered-log-icon{width:14px;height:14px;flex-shrink:0;opacity:.5}.access-delivered-log-text{color:#000;font-size:12px;font-family:Lato,sans-serif;font-weight:400;line-height:1.5;flex:1}.access-delivered-log-user{text-decoration:underline;cursor:pointer}.access-delivered-log-connector{width:1px;height:16px;background:#2b2d3b33;margin-left:8px}.access-delivered-right-section{max-width:320px;display:flex;flex-direction:column;gap:24px}.access-delivered-ticket-details{display:flex;flex-direction:column;gap:12px}.access-delivered-details-title{color:var(--text-ddashboard-lack, #2B2D3B);font-size:14px;font-family:Inter,sans-serif;font-weight:500;margin-bottom:4px}.access-delivered-ticket-item{display:flex;justify-content:space-between;align-items:center;gap:8px}.access-delivered-ticket-name{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400;flex:1}.access-delivered-ticket-quantity{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.access-delivered-ticket-price{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;min-width:60px;text-align:right}.access-delivered-divider{height:1px;background:#2b2d3b1a;margin:8px 0}.access-delivered-price-row{display:flex;justify-content:space-between;align-items:center;gap:8px}.access-delivered-price-label{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.access-delivered-price-value{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500}.access-delivered-total-row .access-delivered-price-label,.access-delivered-total-row .access-delivered-price-value{font-weight:600;font-size:16px}.access-delivered-documents{display:flex;flex-direction:column;gap:12px}.access-delivered-documents-title{color:var(--text-ddashboard-lack, #2B2D3B);font-size:14px;font-family:Inter,sans-serif;font-weight:500}.access-delivered-documents-list{display:flex;flex-direction:column;gap:8px}.access-delivered-document-card{display:flex;align-items:center;gap:12px;padding:12px;background:#f9fafb;border-radius:8px}.access-delivered-doc-icon{width:24px;height:24px;flex-shrink:0}.access-delivered-doc-info{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.access-delivered-doc-name{color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.access-delivered-doc-size{color:#2b2d3b99;font-size:10px;font-family:Inter,sans-serif;font-weight:400}.access-delivered-actions{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:auto}.access-delivered-print-btn{height:48px;padding:16px;border-radius:10px;border:1px solid #7F1D1D;background:transparent;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;transition:all .2s ease;color:#7f1d1d;font-size:18px;font-weight:400;font-family:Inter,sans-serif}.access-delivered-print-btn:hover{background:#7f1d1d0d}.access-delivered-download-btn{height:48px;padding:16px;border-radius:10px;background:#7f1d1d;border:none;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;transition:all .2s ease;color:#fff;font-size:18px;font-weight:400;font-family:Inter,sans-serif}.access-delivered-download-btn:hover{background:#991b1b}.access-delivered-button-icon{width:16px;height:16px}@media print{body *{visibility:hidden}.access-delivered-modal-overlay,.access-delivered-modal-overlay *{visibility:visible}.access-delivered-modal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;display:block;z-index:9999}.access-delivered-modal-content{position:relative;background:#fff;border-radius:0;padding:20px;width:100%;max-width:100%;max-height:none;min-height:auto;overflow:visible;box-shadow:none;margin:0 auto}.access-delivered-actions{display:none!important}.access-delivered-content-wrapper{display:block;padding-bottom:0}.access-delivered-content-wrapper:before{display:none}.access-delivered-left-section,.access-delivered-right-section{position:static;width:100%;max-width:100%;display:block;page-break-inside:avoid}.access-delivered-section,.access-delivered-ticket-details,.access-delivered-documents{margin-bottom:16px}}.others-awaiting-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000}.others-awaiting-modal-content{position:relative;background:#fff;border-radius:10px;width:524px;max-height:90vh;overflow-y:auto;padding:16px 17px 24px;display:flex;flex-direction:column}.others-awaiting-modal-content:has(.cancel-order-form){width:auto;height:auto;max-width:90vw;min-height:auto;padding:20px}.others-awaiting-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.others-awaiting-order-id{opacity:.5;color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-style:italic;font-weight:500;white-space:nowrap;flex-shrink:0}.others-awaiting-title{color:var(--Balck-defaulto-for-text, #27272A);font-size:24px;font-family:Inter,sans-serif;font-weight:700;margin:0;flex:1;word-break:break-word}.others-awaiting-section{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.others-awaiting-section-title{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:700}.others-awaiting-section-value{opacity:.5;color:var(--Balck-defaulto-for-text, #27272A);font-size:14px;font-family:Inter,sans-serif;font-weight:400;line-height:1.5}.others-awaiting-member-container{display:flex;gap:12px;align-items:center}.others-awaiting-member-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.others-awaiting-member-info{display:flex;flex-direction:column;gap:4px}.others-awaiting-member-name{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;text-decoration:underline;cursor:pointer}.others-awaiting-amount{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.others-awaiting-logs{margin-bottom:24px}.others-awaiting-logs-container{display:flex;flex-direction:column;gap:0}.others-awaiting-log-entry{display:flex;align-items:center;gap:8px}.others-awaiting-log-icon{width:15px;height:15px;opacity:.5}.others-awaiting-log-text{opacity:.5;color:var(--Balck-defaulto-for-text, #27272A);font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400}.others-awaiting-log-user{text-decoration:underline}.others-awaiting-log-connector{width:1px;height:18px;background:var(--Balck-defaulto-for-text, #27272A);opacity:.5;margin-left:7px}.others-awaiting-actions{display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:16px}.others-awaiting-payment-btn{height:48px;padding:16px;background:#595959;border-radius:10px;border:none;display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400;cursor:not-allowed}.others-awaiting-payment-btn svg{width:16px;height:16px}.others-awaiting-cancel-link{background:none;border:none;color:#70211c;font-size:16px;font-family:Inter,sans-serif;font-weight:400;text-decoration:underline;cursor:pointer;padding:0}.others-awaiting-cancel-link:hover{opacity:.8}@media (max-width: 600px){.others-awaiting-modal-content{width:95%;margin:16px;padding:16px}.others-awaiting-header{flex-direction:column;align-items:flex-start;gap:8px}.others-awaiting-title{font-size:20px;order:2}.others-awaiting-order-id{font-size:10px;order:1}}.others-payment-received-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000}.others-payment-received-modal-content{position:relative;background:#fff;border-radius:10px;width:524px;max-height:90vh;overflow-y:auto;padding:16px 17px 24px;display:flex;flex-direction:column}.others-payment-received-modal-content:has(.cancel-order-form){width:auto;height:auto;max-width:90vw;min-height:auto;padding:20px}.others-payment-received-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.others-payment-received-order-id{opacity:.5;color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-style:italic;font-weight:500;white-space:nowrap;flex-shrink:0}.others-payment-received-title{color:var(--Balck-defaulto-for-text, #27272A);font-size:24px;font-family:Inter,sans-serif;font-weight:700;margin:0;flex:1;word-break:break-word}.others-payment-received-section{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.others-payment-received-section-title{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:700}.others-payment-received-section-value{opacity:.5;color:var(--Balck-defaulto-for-text, #27272A);font-size:14px;font-family:Inter,sans-serif;font-weight:400;line-height:1.5}.others-payment-received-member-container{display:flex;gap:12px;align-items:center}.others-payment-received-member-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.others-payment-received-member-info{display:flex;flex-direction:column;gap:4px}.others-payment-received-member-name{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;text-decoration:underline;cursor:pointer}.others-payment-received-amount{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.others-payment-received-logs{margin-bottom:24px}.others-payment-received-logs-container{display:flex;flex-direction:column;gap:0}.others-payment-received-log-entry{display:flex;align-items:center;gap:8px}.others-payment-received-log-icon{width:15px;height:15px;opacity:.5}.others-payment-received-log-text{opacity:.5;color:var(--Balck-defaulto-for-text, #27272A);font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400}.others-payment-received-log-user{text-decoration:underline}.others-payment-received-log-connector{width:1px;height:18px;background:var(--Balck-defaulto-for-text, #27272A);opacity:.5;margin-left:7px}.others-payment-received-actions{display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:16px}.others-payment-received-approve-btn{height:48px;padding:16px;background:#70211c;border-radius:10px;border:none;display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;transition:opacity .2s}.others-payment-received-approve-btn:hover{opacity:.9}.others-payment-received-approve-btn svg{width:16px;height:16px}.others-payment-received-cancel-link{background:none;border:none;color:#70211c;font-size:16px;font-family:Inter,sans-serif;font-weight:400;text-decoration:underline;cursor:pointer;padding:0}.others-payment-received-cancel-link:hover{opacity:.8}@media (max-width: 600px){.others-payment-received-modal-content{width:95%;margin:16px;padding:16px}.others-payment-received-header{flex-direction:column;align-items:flex-start;gap:8px}.others-payment-received-title{font-size:20px;order:2}.others-payment-received-order-id{font-size:10px;order:1}}.approve-payment-confirmation-wrapper{background:#fff;border-radius:10px;width:524px;max-width:100%;max-height:90vh;overflow-y:auto;overflow-x:hidden;padding:16px 17px 24px;display:flex;flex-direction:column;box-sizing:border-box}.approve-payment-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.approve-payment-order-id{opacity:.5;color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-style:italic;font-weight:500;white-space:nowrap;flex-shrink:0}.approve-payment-title{color:var(--Balck-defaulto-for-text, #27272A);font-size:24px;font-family:Inter,sans-serif;font-weight:700;margin:0;flex:1;word-break:break-word}.approve-payment-section{display:flex;flex-direction:column;gap:8px;margin-bottom:16px;width:100%;max-width:100%;box-sizing:border-box}.approve-payment-section-title{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:700}.approve-payment-section-value{opacity:.5;color:var(--Balck-defaulto-for-text, #27272A);font-size:14px;font-family:Inter,sans-serif;font-weight:400;line-height:1.5}.approve-payment-member-container{display:flex;gap:12px;align-items:center}.approve-payment-member-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.approve-payment-member-info{display:flex;flex-direction:column;gap:4px}.approve-payment-member-name{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;text-decoration:underline;cursor:pointer}.approve-payment-amount{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.approve-payment-logs{margin-bottom:24px}.approve-payment-logs-container{display:flex;flex-direction:column;gap:0}.approve-payment-log-entry{display:flex;align-items:center;gap:8px}.approve-payment-log-icon{width:15px;height:15px;opacity:.5}.approve-payment-log-text{opacity:.5;color:var(--Balck-defaulto-for-text, #27272A);font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400}.approve-payment-log-user{text-decoration:underline}.approve-payment-log-connector{width:1px;height:18px;background:var(--Balck-defaulto-for-text, #27272A);opacity:.5;margin-left:7px}.cancel-add-more-files-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;width:100%;background:#fff;border:2px dashed #1269CF;border-radius:8px;color:#1269cf;font-size:14px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:all .2s ease;margin-top:8px;box-sizing:border-box}.cancel-add-more-files-button:hover{background:#f0f7ff}.approve-payment-actions{display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:16px}.approve-payment-confirm-btn{height:48px;padding:12px 32px;background:#70211c;border-radius:10px;border:none;display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;transition:opacity .2s}.approve-payment-confirm-btn:hover:not(:disabled){opacity:.9}.approve-payment-confirm-btn:disabled{opacity:.6;cursor:not-allowed}.approve-payment-back-link{background:none;border:none;color:#70211c;font-size:16px;font-family:Inter,sans-serif;font-weight:400;text-decoration:underline;cursor:pointer;padding:0}.approve-payment-back-link:hover:not(:disabled){opacity:.8}.approve-payment-back-link:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 600px){.approve-payment-confirmation-wrapper{width:95%;margin:16px;padding:16px}.approve-payment-header{flex-direction:column;align-items:flex-start;gap:8px}.approve-payment-title{font-size:20px;order:2}.approve-payment-order-id{font-size:10px;order:1}}.others-completed-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000}.others-completed-modal-content{position:relative;background:#fff;border-radius:10px;width:524px;max-height:90vh;overflow-y:auto;padding:16px 17px 24px;display:flex;flex-direction:column}.others-completed-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.others-completed-order-id{opacity:.5;color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-style:italic;font-weight:500;white-space:nowrap;flex-shrink:0}.others-completed-title{color:var(--Balck-defaulto-for-text, #27272A);font-size:24px;font-family:Inter,sans-serif;font-weight:700;margin:0;flex:1;word-break:break-word}.others-completed-section{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.others-completed-section-title{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:700}.others-completed-section-value{opacity:.5;color:var(--Balck-defaulto-for-text, #27272A);font-size:14px;font-family:Inter,sans-serif;font-weight:400;line-height:1.5}.others-completed-member-container{display:flex;gap:12px;align-items:center}.others-completed-member-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.others-completed-member-info{display:flex;flex-direction:column;gap:4px}.others-completed-member-name{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;text-decoration:underline;cursor:pointer}.others-completed-amount{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.others-completed-logs{margin-bottom:24px}.others-completed-logs-container{display:flex;flex-direction:column;gap:0}.others-completed-log-entry{display:flex;align-items:center;gap:8px}.others-completed-log-icon{width:15px;height:15px;opacity:.5}.others-completed-log-text{opacity:.5;color:var(--Balck-defaulto-for-text, #27272A);font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400}.others-completed-log-user{text-decoration:underline}.others-completed-log-connector{width:1px;height:18px;background:var(--Balck-defaulto-for-text, #27272A);opacity:.5;margin-left:7px}.others-completed-actions{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:16px}.others-completed-print-btn{height:48px;padding:16px;border-radius:10px;border:1px solid #70211C;background:transparent;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;transition:all .2s ease;color:#70211c;font-size:18px;font-family:Inter,sans-serif;font-weight:400}.others-completed-print-btn:hover{background:#70211c0d}.others-completed-download-btn{height:48px;padding:16px;background:#70211c;border-radius:10px;border:none;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;transition:all .2s ease;color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400}.others-completed-download-btn:hover{background:#8b2922}.others-completed-button-icon{width:16px;height:16px}@media print{body *{visibility:hidden}.others-completed-modal-overlay,.others-completed-modal-overlay *{visibility:visible}.others-completed-modal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;display:block;z-index:9999}.others-completed-modal-content{position:relative;background:#fff;border-radius:0;padding:20px;width:100%;max-width:100%;max-height:none;overflow:visible;box-shadow:none;margin:0 auto}.others-completed-actions{display:none!important}.others-completed-section{margin-bottom:16px;page-break-inside:avoid}.others-completed-logs{margin-bottom:16px}.others-completed-member-avatar,.others-completed-member-info *{-webkit-print-color-adjust:exact;print-color-adjust:exact}}@media (max-width: 600px){.others-completed-modal-content{width:95%;margin:16px;padding:16px}.others-completed-header{flex-direction:column;align-items:flex-start;gap:8px}.others-completed-title{font-size:20px;order:2}.others-completed-order-id{font-size:10px;order:1}.others-completed-actions{flex-direction:column}.others-completed-print-btn,.others-completed-download-btn{width:100%}}.approve-payment-upload-label{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:700;margin-bottom:8px}.cancel-upload-area{width:100%;min-height:65px;background:#fff;border-radius:6.4px;border:1px dashed #E2E7F1;display:flex;align-items:center;justify-content:center;padding:16px;cursor:pointer;transition:all .3s ease;box-sizing:border-box}.cancel-upload-area:hover{border-color:#1269cf;background:#f9f9f9}.cancel-upload-label-area{cursor:pointer;width:100%;text-align:center;color:#2b2d3b;font-size:15px;font-family:Inter,sans-serif;font-weight:400}.browse-link{color:#1269cf;font-weight:400;cursor:pointer;text-decoration:none}.cancel-upload-area-content{width:100%;display:flex;flex-direction:column;gap:8px}.cancel-uploaded-file-item{width:100%;padding:12px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef;box-sizing:border-box}.cancel-uploaded-file-content{display:flex;align-items:center;gap:12px}.cancel-uploaded-file-icon{width:32px;height:32px;object-fit:contain;flex-shrink:0}.cancel-uploaded-file-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.cancel-uploaded-file-name{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cancel-uploaded-file-size{color:#858585;font-size:12px;font-family:Inter,sans-serif;font-weight:400}.cancel-uploaded-file-remove{background:none;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .2s ease}.cancel-uploaded-file-remove:hover:not(:disabled){opacity:.7}.cancel-uploaded-file-remove:disabled{opacity:.5;cursor:not-allowed}.cancel-add-more-files-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;width:100%;background:#fff;border-radius:8px;border:1px dashed #E2E7F1;cursor:pointer;transition:all .3s ease;color:#1269cf;font-size:14px;font-family:Inter,sans-serif;font-weight:500}.cancel-add-more-files-button:hover{border-color:#1269cf;background:#f0f7ff}@media (max-width: 768px){.approve-payment-main-content{flex-direction:column;gap:24px}.approve-payment-right-section{width:100%}.cancel-upload-area{padding:24px}}.approved-request-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.approved-request-modal-content{background:#fff;border-radius:13px;padding:12px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;position:relative}.approved-request-loading,.approved-request-error{text-align:center;padding:40px;color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif}.approved-request-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.approved-request-title{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:500;margin:0}.approved-request-id{opacity:.5;color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-style:italic;font-weight:500}.approved-request-body{padding:0;display:flex;flex-direction:column;gap:12px}.approved-request-section{display:flex;flex-direction:column;gap:8px}.approved-request-section-title{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:500;margin:0}.approved-request-item-row{display:flex;flex-direction:row;gap:12px;align-items:flex-start}.approved-request-item-image{width:80px;height:80px;border-radius:5px;object-fit:cover;flex-shrink:0}.approved-request-item-text{display:flex;flex-direction:column;gap:4px;flex:1}.approved-request-item-name{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:600;text-decoration:underline}.approved-request-item-description{color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-weight:400;line-height:1.4}.approved-request-member-row{display:flex;flex-direction:row;gap:12px;align-items:center}.approved-request-member-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.approved-request-member-details{display:flex;flex-direction:column;gap:4px}.approved-request-member-name{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:600;text-decoration:underline}.approved-request-amount{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.approved-request-logs-label{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:700}.approved-request-logs-timeline{display:flex;flex-direction:column;gap:0}.approved-request-log-entry{display:flex;align-items:flex-start;gap:8px;padding:4px 0}.approved-request-log-icon-wrapper{flex-shrink:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.approved-request-log-icon{width:16px;height:16px;opacity:.5}.approved-request-log-text{opacity:.5;color:#27272a;font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400;line-height:1.5;flex:1}.approved-request-log-user{text-decoration:underline;font-weight:400}.approved-request-log-link{text-decoration:underline;cursor:pointer}.approved-request-log-connector{width:1px;height:12px;background:#27272a;opacity:.5;margin-left:7px}@media (max-width: 768px){.approved-request-modal-content{max-width:100%;padding:20px}.approved-request-header{flex-direction:column;align-items:flex-start;gap:8px}.approved-request-id{text-align:left}.approved-request-item-row{flex-direction:column}.approved-request-item-image{width:100%;height:auto;max-height:200px}}.venues-container{width:100%;max-width:100%;height:100%;display:flex;flex-direction:column;gap:20px;padding:20px 40px;box-sizing:border-box;overflow-x:hidden}.venues-header{display:flex;justify-content:space-between;align-items:center}.venues-title{color:#000;font-size:32px;font-family:Inter,sans-serif;font-weight:600;margin:0}.venues-search-box{width:100%;display:flex;align-items:center;gap:8px;padding:16px 20px;background:#fff;border:1px solid #70211C;border-radius:10px;box-sizing:border-box}.venues-search-box svg{flex-shrink:0}.venues-search-box input{flex:1;border:none;outline:none;background:transparent;color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif}.venues-search-box input::placeholder{color:#a1a1aa}.venues-search-box input:focus{outline:none;border:none}.venues-card{background:#fff;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:8px;width:100%;max-width:100%;box-sizing:border-box;overflow:visible;flex:1}.venues-tabs{display:flex;align-items:center;padding-bottom:8px;position:relative;border-bottom:1px solid #E2E7F1;gap:32px}.venue-tab-wrapper{position:relative;display:flex;flex-direction:column;align-items:center}.venue-tab{background:none;border:none;color:#27272a;font-size:14px;font-family:Inter,sans-serif;font-weight:400;opacity:.5;cursor:pointer;padding:8px 12px;transition:opacity .3s;white-space:nowrap}.venue-tab.active{color:#27272a;opacity:1;font-weight:400}.venue-tab:hover{opacity:.8}.venue-tab-underline{position:absolute;bottom:-9px;left:0;width:100%;height:1px;background:#1b2562}.venues-cards-container{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:0;width:100%;max-width:100%;box-sizing:border-box}.venue-card{position:relative;width:100%;background:#fff;box-shadow:0 3px 16px #8e86ab0d;border-radius:6.4px;border:1px solid #EDEDED;overflow:hidden;display:flex;flex-direction:column;cursor:pointer;transition:transform .2s,box-shadow .2s}.venue-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8e86ab1f}.venue-card-image-container{position:relative;width:calc(100% - 16px);aspect-ratio:263 / 175;overflow:hidden;border-radius:8px;margin:8px 8px 0}.venue-card-image{width:100%;height:100%;object-fit:cover;border-radius:8px}.venue-card-hours-badge{position:absolute;top:8px;right:8px;padding:4px 8px;background:#00000080;border-radius:4px;display:flex;align-items:center;gap:6px}.venue-card-hours-badge svg{width:12px;height:12px}.venue-card-hours-badge span{color:#9a9a9a;font-size:12px;font-family:Roboto,sans-serif;font-weight:400;line-height:20px}.venue-card-content{display:flex;flex-direction:column;align-items:center;padding:12px 16px 16px;gap:8px}.venue-card-status{display:inline-flex;align-items:center;justify-content:center;padding:4px 16px;background:#22c55e1a;border-radius:6.4px}.venue-card-status span{color:#22c55e;font-size:9.74px;font-family:Be Vietnam Pro,sans-serif;font-weight:600;text-align:center}.venue-card-status.closed{background:#ef44441a}.venue-card-status.closed span{color:#ef4444}.venue-card-name{text-align:center;color:#27272a;font-size:22px;font-family:Inter,sans-serif;font-weight:500;margin:0}.venue-card-description{text-align:center;color:#27272a;font-size:12px;font-family:Inter,sans-serif;font-weight:400;opacity:.5;line-height:1.5;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.venues-loading{display:flex;justify-content:center;align-items:center;padding:60px;color:#71717a;font-size:16px;font-family:Inter,sans-serif}.venues-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px;color:#71717a;font-size:16px;font-family:Inter,sans-serif;text-align:center;min-height:200px;width:100%}@media (min-width: 1400px) and (max-width: 1599px){.venues-cards-container{grid-template-columns:repeat(3,350px);justify-content:space-between}}@media (min-width: 1600px) and (max-width: 1699px){.venues-cards-container{grid-template-columns:repeat(3,400px);justify-content:space-between}}@media (min-width: 1700px) and (max-width: 2199px){.venues-cards-container{grid-template-columns:repeat(4,320px);justify-content:space-between}}@media (min-width: 2200px) and (max-width: 2699px){.venues-cards-container{grid-template-columns:repeat(5,320px);justify-content:space-between}}@media (min-width: 2700px){.venues-cards-container{grid-template-columns:repeat(6,320px);justify-content:space-between}}@media (max-width: 1200px){.venues-cards-container{grid-template-columns:repeat(2,1fr)}.venues-tabs{gap:24px}}@media (max-width: 768px){.venues-container{padding:20px 16px}.venues-cards-container{grid-template-columns:1fr}.venues-header{flex-direction:column;align-items:flex-start;gap:16px}.bookings-button{width:100%;justify-content:center}}.venues-view-tabs-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.venues-view-tabs{display:flex;align-items:center;gap:16px}.venues-view-tab{padding:8px 16px;border-radius:8px;border:1px solid #661813;background:transparent;color:#661813;font-size:16px;font-weight:500;font-family:Inter,sans-serif;cursor:pointer;transition:all .2s}.venues-view-tab:hover{background:#6618130f}.venues-view-tab.active{background:#661813;color:#fff;box-shadow:0 4px 4px #00000040}.venues-view-time-filter{padding:10px 40px 10px 16px;border-radius:10px;border:1px solid #9A9A9A;background:#fff;color:#9a9a9a;font-size:16px;font-family:Inter,sans-serif;cursor:pointer;outline:none;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%239A9A9A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center}.venues-coming-soon{display:flex;align-items:center;justify-content:center;min-height:300px;background:#fff;border:1px solid #E2E7F1;border-radius:10px;color:#6c7a86;font-size:16px}.venue-details-container{width:100%;max-width:100%;height:100%;display:flex;flex-direction:column;gap:20px;padding:20px 40px;box-sizing:border-box;overflow-x:hidden}.venue-details-header{display:flex;justify-content:space-between;align-items:center}.venue-breadcrumb{display:flex;align-items:center;gap:8px}.breadcrumb-text{color:#27272a;font-size:14px;font-family:Inter,sans-serif;font-weight:400;opacity:.5;cursor:pointer;transition:opacity .2s}.breadcrumb-text:hover{opacity:.7}.venue-details-actions{display:flex;align-items:center;gap:12px}.venue-bookings-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 20px;background:#70211c;border:none;border-radius:10px;color:#fff;font-size:14px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:background .3s}.venue-bookings-btn:hover{background:#8a2923}.venue-bookings-btn svg{width:18px;height:18px;stroke:#fff}.book-table-button{display:inline-flex;align-items:center;gap:8px;padding:14px 20px;background:#fff;border:2px solid #70211C;border-radius:10px;color:#70211c;font-size:14px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:background .3s,color .3s}.book-table-button:hover{background:#e2e2e285}.book-table-button:hover svg rect{stroke:#fff}.venue-info-card{background:#fff;border-radius:12px;padding:16px;display:flex;gap:24px;width:100%;box-sizing:border-box}.venue-info-image-container{position:relative;width:538px;height:360px;flex-shrink:0;border-radius:8px;overflow:hidden}.venue-info-image{width:100%;height:100%;object-fit:cover}.venue-info-hours-badge{position:absolute;top:8px;right:8px;padding:4px 8px;background:#00000080;border-radius:4px;display:flex;align-items:center;gap:6px}.venue-info-hours-badge span{color:#fff;font-size:12px;font-family:Roboto,sans-serif;font-weight:400;line-height:20px}.venue-info-content{flex:1;display:flex;flex-direction:column;gap:16px}.venue-info-name{color:#27272a;font-size:24px;font-family:Inter,sans-serif;font-weight:700;margin:0}.venue-info-section{display:flex;flex-direction:column;gap:8px}.venue-info-section-title{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:700;margin:0}.venue-info-description{color:#27272a;font-size:14px;font-family:Inter,sans-serif;font-weight:400;opacity:.5;line-height:1.5;margin:0}.venue-info-location{color:#000;font-size:14px;font-family:Inter,sans-serif;font-weight:400;opacity:.5;margin:0}.venue-menu-card{background:#fff;border-radius:12px;display:flex;flex-direction:column;width:100%;box-sizing:border-box;max-height:800px;overflow:hidden;position:relative}.venue-menu-header{display:flex;justify-content:space-between;align-items:center;padding:20px 16px 16px;background:#fff;position:sticky;top:0;z-index:10;border-top-left-radius:12px;border-top-right-radius:12px}.venue-menu-title{color:#2b2d3b;font-size:24px;font-family:Inter,sans-serif;font-weight:700;line-height:32px;letter-spacing:.07px;margin:0}.venue-menu-actions{display:flex;align-items:center;gap:16px}.link-to-menu{color:#70211c;font-size:14px;font-family:Inter,sans-serif;font-weight:400;text-align:center}.external-link-icon{width:16px;height:16px;margin-right:4px;vertical-align:middle}.edit-menu-button{display:inline-flex;align-items:center;gap:8px;padding:14px 10px;background:#70211c;border:none;border-radius:10px;color:#fff;font-size:14px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:background .3s}.edit-menu-button:hover{background:#8a2923}.venue-menu-tabs{display:inline-flex;align-items:center;gap:24px;padding:8px;background:#ececf0;border-radius:14px;margin:0 16px 16px;position:sticky;top:80px;z-index:9;align-self:flex-start}.venue-menu-tab{padding:4px 8px;border:none;background:transparent;border-radius:14px;color:#0a0a0a;font-size:14px;font-family:Inter,sans-serif;font-weight:500;line-height:20px;cursor:pointer;transition:all .3s ease;white-space:nowrap}.venue-menu-tab.active{background:#fff;transform:scale(1.05)}.venue-menu-tab:hover:not(.active){background:#ffffff80}.venue-menu-items-scroll{flex:1;overflow-y:auto;overflow-x:hidden;padding:0 16px 20px;scroll-behavior:smooth}.venue-menu-items-scroll::-webkit-scrollbar{width:8px}.venue-menu-items-scroll::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.venue-menu-items-scroll::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.venue-menu-items-scroll::-webkit-scrollbar-thumb:hover{background:#555}.menu-category-section{margin-bottom:40px}.menu-category-section:last-child{margin-bottom:0}.menu-subcategory-section{margin-bottom:28px}.menu-subcategory-section:last-child{margin-bottom:0}.menu-subcategory-title{color:#27272a;font-size:16px;font-family:Inter,sans-serif;font-weight:500;line-height:24px;margin:0 0 16px;opacity:.7}.venue-menu-items{display:flex;flex-direction:column;gap:24px}.menu-category-title{color:#2b2d3b;font-size:18px;font-family:Inter,sans-serif;font-style:italic;font-weight:600;line-height:32px;letter-spacing:.07px;margin:0 0 16px}.menu-items-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.menu-item-card{background:#fff;border:1px solid rgba(0,0,0,.2);border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.menu-item-image-container{width:100%;height:192px;overflow:hidden;border-top-left-radius:10px;border-top-right-radius:10px;position:relative}.menu-item-image{width:100%;height:100%;object-fit:cover}.menu-item-content{padding:16px;display:flex;flex-direction:column;gap:12px}.menu-item-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.menu-item-info{flex:1;display:flex;flex-direction:column;gap:4px}.menu-item-name{color:#0a0a0a;font-size:18px;font-family:Inter,sans-serif;font-weight:600;line-height:28px;margin:0}.menu-item-description{color:#4a5565;font-size:14px;font-family:Inter,sans-serif;font-weight:400;line-height:20px;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.menu-item-ingredients{color:#4a5565;font-size:14px;font-family:Inter,sans-serif;font-style:italic;font-weight:400;line-height:20px;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.menu-item-price{color:#70211c;font-size:18px;font-family:Inter,sans-serif;font-weight:600;line-height:28px;flex-shrink:0}.menu-item-tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.menu-item-tag{padding:2px 8px;background:#eceef2;border-radius:8px;color:#030213;font-size:12px;font-family:Inter,sans-serif;font-weight:500;line-height:16px}.menu-item-tag.calories{background:transparent;border:1px solid rgba(0,0,0,.1);color:#0a0a0a}@media (max-width: 1200px){.venue-info-card{flex-direction:column}.venue-info-image-container{width:100%;height:300px}.menu-items-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.venue-details-container{padding:20px 16px}.venue-details-header{flex-direction:column;align-items:flex-start;gap:16px}.venue-details-actions{width:100%;flex-direction:column;gap:8px}.venue-bookings-btn,.book-table-button{width:100%;justify-content:center}.venue-menu-header{flex-direction:column;align-items:flex-start;gap:12px}.venue-menu-actions{width:100%;flex-direction:column;align-items:stretch}.edit-menu-button{width:100%;justify-content:center}.menu-items-grid{grid-template-columns:1fr}.venue-menu-tabs{width:100%;overflow-x:auto;flex-wrap:nowrap}.no-menu-container{padding:20px}.create-menu-button{width:100%;max-width:200px}}.no-menu-container{width:100%;min-height:257px;position:relative;border-radius:4px;background-color:#f7f9fb;border:1px dashed #661813;box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding:40px 20px}.no-menu-content{max-width:705px;width:100%;display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center}.no-menu-icon{width:56px;height:56px}.no-menu-title{font-size:18px;line-height:28px;color:#4a5565;font-family:Inter,sans-serif;font-weight:500}.no-menu-description{font-size:14px;line-height:20px;color:#6a7282;font-family:Inter,sans-serif;font-weight:400}.create-menu-button{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:14px 30px;border-radius:10px;background-color:#70211c;border:none;cursor:pointer;transition:background-color .2s;font-size:14px;letter-spacing:-.15px;line-height:20px;font-weight:500;color:#fff;font-family:Inter,sans-serif}.create-menu-button:hover{background-color:#8a2923}.create-menu-button:active{background-color:#5a1915}.booking-details-container{width:100%;max-width:100%;height:100%;display:flex;flex-direction:column;gap:20px;padding:20px 40px;box-sizing:border-box;overflow-x:hidden}.booking-details-header{display:flex;justify-content:space-between;align-items:center}.booking-details-breadcrumb{display:flex;align-items:center;gap:8px}.booking-details-breadcrumb .breadcrumb-text{color:#27272a;font-size:14px;font-family:Inter,sans-serif;font-weight:400;opacity:.5;cursor:pointer;transition:opacity .2s}.booking-details-breadcrumb .breadcrumb-text:hover{opacity:.7}.booking-details-breadcrumb .breadcrumb-current{color:#27272a;font-size:32px;font-family:Inter,sans-serif;font-weight:600}.booking-next-btn{display:flex;align-items:center;justify-content:center;gap:8px;height:48px;padding:16px;background:#70211c;border-radius:10px;border:none;color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;transition:background .2s}.booking-next-btn:hover:not(:disabled){background:#8a2923}.booking-next-btn:disabled{background:#9ca3af;cursor:not-allowed;opacity:.6}.booking-details-card{background:#fff;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:32px}.booking-section{display:flex;flex-direction:column;gap:8px}.booking-section-title{color:#0a0a0a;font-size:16px;font-family:Inter,sans-serif;font-weight:400}.booking-section-title.dimmed{opacity:.5}.booking-section-label{color:#656d9a;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.booking-toggle-switch{width:36px;height:22px;position:relative;background:#78788029;overflow:hidden;border-radius:100px;cursor:pointer;transition:background .3s ease;flex-shrink:0}.booking-toggle-switch.on{background:#70211c}.booking-toggle-knob{width:18px;height:18px;position:absolute;left:2px;top:2px;background:#fff;box-shadow:0 3px 1px #0000000f;border-radius:100px;transition:left .3s ease}.booking-toggle-switch.on .booking-toggle-knob{left:16px}@media (max-width: 992px){.booking-details-container{padding:20px 24px}.selected-member-display{flex-direction:column;align-items:flex-start;gap:12px;position:relative}.selected-member-info{width:100%}.selected-member-phone,.selected-member-date,.selected-member-email{width:100%;text-align:left}.selected-member-check{position:absolute;top:16px;right:16px}}@media (max-width: 768px){.booking-details-container{padding:16px}.booking-details-header{flex-wrap:wrap;gap:16px}.booking-details-breadcrumb{flex-wrap:wrap;gap:8px;width:100%}.booking-details-breadcrumb .breadcrumb-current{font-size:24px}.booking-next-btn{width:100%;justify-content:center}.booking-details-card{padding:16px;gap:24px}.time-slots{gap:6px}.time-slot{min-width:65px;padding:8px 12px;font-size:13px}}@media (max-width: 1350px){.booking-details-header{gap:10px}.booking-details-breadcrumb{gap:6px;overflow-x:auto;overflow-y:hidden}.booking-details-breadcrumb .breadcrumb-text{font-size:13px;white-space:nowrap}.booking-details-breadcrumb .breadcrumb-current{font-size:28px;white-space:nowrap}.booking-details-breadcrumb svg{width:8px;height:14px;flex-shrink:0}.booking-next-btn{font-size:16px;height:44px;padding:14px}}.external-guests-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:4000}.external-guests-modal-content{position:relative;background:#fff;border-radius:20px;width:472px;padding:24px 16px;display:flex;flex-direction:column;gap:16px;align-items:center}.external-guests-close-btn{position:absolute;top:27px;right:16px;background:none;border:none;cursor:pointer;padding:0;width:14px;height:14px;display:flex;align-items:center;justify-content:center;z-index:10}.external-guests-close-btn:hover svg path{stroke:#70211c}.external-guests-header{display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center;width:100%}.external-guests-title{color:#000;font-size:20px;font-family:Inter,sans-serif;font-weight:600;margin:0}.external-guests-description{color:#000;font-size:16px;font-family:Inter,sans-serif;font-weight:400;margin:0;max-width:440px}.external-guests-note{opacity:.5;color:#000;font-size:14px;font-family:Inter,sans-serif;font-weight:400;margin:0;max-width:440px}.external-guests-selector{display:flex;justify-content:center;align-items:center;gap:16px;margin:8px 0;flex-wrap:wrap;max-width:100%;padding:0 16px}.external-guest-number{position:relative;display:flex;align-items:center;justify-content:center;min-width:24px;width:24px;height:24px;color:#00000080;font-size:16px;font-family:Lato,sans-serif;font-weight:400;cursor:pointer;transition:all .2s ease;flex-shrink:0}.external-guest-number.selected{color:#661813;background:#fff;border-radius:50%;border:1px solid #661813}.external-guest-number:hover{color:#70211c}.external-guests-next-btn{display:flex;align-items:center;justify-content:center;gap:8px;height:48px;padding:16px;background:#70211c;border-radius:10px;border:none;color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;transition:background .2s;margin-top:8px}.external-guests-next-btn:hover{background:#8a2923}@media (max-width: 768px){.external-guests-modal-content{width:calc(100% - 32px);max-width:472px;padding:20px 12px}.external-guests-selector{gap:24px;flex-wrap:wrap}.external-guest-number{width:24px;height:24px;font-size:18px}}.select-seats-container{width:100%;max-width:100%;height:100%;display:flex;flex-direction:column;gap:20px;padding:20px 40px;box-sizing:border-box;overflow-x:hidden}.select-seats-header{display:flex;justify-content:space-between;align-items:center}.select-seats-breadcrumb{display:flex;align-items:center;gap:8px}.select-seats-breadcrumb .breadcrumb-text{color:#27272a;font-size:14px;font-family:Inter,sans-serif;font-weight:400;opacity:.5;cursor:pointer;transition:opacity .2s ease}.select-seats-breadcrumb .breadcrumb-text:hover{opacity:.7}.select-seats-breadcrumb .breadcrumb-current{color:#27272a;font-size:32px;font-family:Inter,sans-serif;font-weight:600}.select-seats-next-btn{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#70211c;border:none;border-radius:10px;color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;transition:background .2s ease;flex-shrink:0}.select-seats-next-btn:hover{background:#8b2a24}.select-seats-next-btn:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.select-seats-next-btn:disabled:hover{background:#ccc}.select-seats-content{flex:1;background:#fff;border-radius:12px;padding:24px;display:flex;align-items:center;justify-content:center;overflow:hidden}.select-seats-map-wrapper{width:100%;max-width:1078px;overflow:auto;border-radius:12px}.selected-tables-indicator{padding:12px 16px;background:#f9f9f9;border-bottom:1px solid #eee;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.selected-tables-label{font-size:14px;color:#666}.selected-table-tag{padding:4px 12px;background:#70211c;color:#fff;border-radius:16px;font-size:12px;font-weight:500}@media (max-width: 1350px){.select-seats-header{gap:10px}.select-seats-breadcrumb{gap:6px;overflow-x:auto;overflow-y:hidden}.select-seats-breadcrumb .breadcrumb-text{font-size:13px;white-space:nowrap}.select-seats-breadcrumb .breadcrumb-current{font-size:28px;white-space:nowrap}.select-seats-breadcrumb svg{width:8px;height:14px;flex-shrink:0}.select-seats-next-btn{font-size:16px;height:44px;padding:14px}}@media (max-width: 768px){.select-seats-header{flex-direction:column;gap:16px}.select-seats-next-btn{align-self:flex-end}.select-seats-breadcrumb .breadcrumb-current{font-size:24px}}@media (max-width: 480px){.select-seats-breadcrumb{gap:4px}.select-seats-breadcrumb .breadcrumb-text{font-size:12px}.select-seats-breadcrumb .breadcrumb-current{font-size:20px}.select-seats-next-btn{font-size:16px;padding:10px 14px}}.venue-map-container{width:100%;height:100%;overflow:auto;background:#f5f1e6;border-radius:12px;-webkit-user-select:none;user-select:none}.venue-map-container::-webkit-scrollbar{display:none}.venue-map-container{-ms-overflow-style:none;scrollbar-width:none}.venue-map-wrapper{position:relative;display:inline-block}.venue-map-image{display:block;object-fit:contain}.venue-map-container::-webkit-scrollbar{width:8px;height:8px}.venue-map-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.venue-map-container::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.venue-map-container::-webkit-scrollbar-thumb:hover{background:#999}.venue-map-container{scrollbar-width:thin;scrollbar-color:#ccc #f1f1f1}.cafe-map-container{width:100%;height:100%;overflow:auto;background:#f5f1e6;border-radius:12px;-webkit-user-select:none;user-select:none}.cafe-map-container::-webkit-scrollbar{display:none}.cafe-map-container{-ms-overflow-style:none;scrollbar-width:none}.cafe-map-wrapper{position:relative;display:inline-block}.cafe-map-image{display:block;object-fit:contain}.table-image{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;position:absolute;top:0;left:0}.cafe-map-container::-webkit-scrollbar{width:8px;height:8px}.cafe-map-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.cafe-map-container::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.cafe-map-container::-webkit-scrollbar-thumb:hover{background:#999}.cafe-map-container{scrollbar-width:thin;scrollbar-color:#ccc #f1f1f1}.mojo-map-container{width:100%;height:100%;overflow:auto;background:#f5f1e6;border-radius:12px;-webkit-user-select:none;user-select:none}.mojo-map-container::-webkit-scrollbar{display:none}.mojo-map-container{-ms-overflow-style:none;scrollbar-width:none}.mojo-map-wrapper{position:relative;display:inline-block}.mojo-map-image{display:block;object-fit:contain}.mojo-map-container::-webkit-scrollbar{width:8px;height:8px}.mojo-map-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.mojo-map-container::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.mojo-map-container::-webkit-scrollbar-thumb:hover{background:#999}.mojo-map-container{scrollbar-width:thin;scrollbar-color:#ccc #f1f1f1}.bazaar-map-container{width:100%;height:100%;overflow:auto;background:#f5f1e6;border-radius:12px;-webkit-user-select:none;user-select:none}.bazaar-map-container::-webkit-scrollbar{display:none}.bazaar-map-container{-ms-overflow-style:none;scrollbar-width:none}.bazaar-map-wrapper{position:relative;display:inline-block}.bazaar-map-image{display:block;object-fit:contain}.table-wrapper{display:flex;align-items:center;justify-content:center;cursor:pointer}.table-image{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;position:absolute;top:0;left:0;object-fit:fill}.table-image:hover{filter:brightness(1.1)}.table-image.selected{filter:drop-shadow(0 0 8px rgba(102,24,19,.5))}.table-label{position:absolute;font-size:10px;font-weight:400;color:#70211c;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:10;transition:color .2s ease}.table-wrapper .selected~.table-label,.table-wrapper:has(.selected) .table-label{color:#fff}.bazaar-map-container::-webkit-scrollbar{width:8px;height:8px}.bazaar-map-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.bazaar-map-container::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.bazaar-map-container::-webkit-scrollbar-thumb:hover{background:#999}.bazaar-map-container{scrollbar-width:thin;scrollbar-color:#ccc #f1f1f1}.booking-modal-container{width:100%;max-width:100%;height:100%;display:flex;flex-direction:column;gap:20px;padding:20px 40px;box-sizing:border-box;overflow-x:hidden;overflow-y:auto}.booking-modal-header{display:flex;justify-content:space-between;align-items:center}.booking-modal-breadcrumb{display:flex;align-items:center;gap:8px}.booking-modal-breadcrumb .breadcrumb-text{color:#27272a;font-size:14px;font-family:Inter,sans-serif;font-weight:400;opacity:.5;cursor:pointer;transition:opacity .2s}.booking-modal-breadcrumb .breadcrumb-text:hover{opacity:.7}.booking-modal-breadcrumb .breadcrumb-current{color:#27272a;font-size:32px;font-family:Inter,sans-serif;font-weight:600}.booking-modal-actions{display:flex;gap:12px}.booking-modal-btn{height:48px;padding:0 16px;border-radius:10px;font-size:18px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}.booking-modal-btn.primary{background:#70211c;color:#fff;border:none}.booking-modal-btn.primary:hover{background:#8a2923}.booking-modal-btn.secondary{background:#fff;color:#70211c;border:1px solid #70211C}.booking-modal-btn.secondary:hover{background:#fef2f2}.booking-modal-btn.confirm-btn{min-width:150px}.booking-modal-card{background:#fff;border-radius:12px;padding:32px;display:flex;flex-direction:column;gap:32px}.booking-details-title{font-size:20px;font-family:Inter,sans-serif;font-weight:700;color:#1f2937;margin:0;padding-bottom:16px;border-bottom:1px solid #E5E7EB}.booking-info-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}.booking-info-item{display:flex;align-items:flex-start;gap:12px;min-width:0}.booking-info-item .booking-info-value{word-break:break-word}.booking-info-icon{display:flex;align-items:center;justify-content:center;min-width:24px;padding-top:2px}.booking-info-content{display:flex;flex-direction:column;gap:4px}.booking-info-label{font-size:12px;font-family:Inter,sans-serif;font-weight:400;color:#00000080}.booking-info-value{font-size:14px;font-family:Inter,sans-serif;font-weight:400;color:#000}.booking-section-item{display:flex;align-items:flex-start;gap:12px}.booking-section-icon{display:flex;align-items:center;justify-content:center;min-width:24px;padding-top:2px}.booking-section-content{display:flex;flex-direction:column;gap:4px}.booking-section-label{font-size:12px;font-family:Roboto,sans-serif;font-weight:400;color:#00000080}.booking-section-value{font-size:14px;font-family:Inter,sans-serif;font-weight:400;color:#000}.booking-special-list{margin:0;padding-left:0;list-style:none}.booking-special-list li{font-size:16px;font-family:Lato,sans-serif;font-weight:400;color:#000;position:relative;padding-left:16px;margin-bottom:4px}.booking-special-list li:before{content:"•";position:absolute;left:0;color:#000}.booking-custom-request{font-size:16px;font-family:Lato,sans-serif;font-weight:400;color:#000;margin:0;line-height:1.5}.booking-terms{display:flex;flex-direction:column;gap:12px}.booking-terms-title{font-size:16px;font-family:Roboto,sans-serif;font-weight:400;color:#00000080;margin:0}.booking-terms-list{margin:0;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:8px}.booking-terms-list li{font-size:14px;font-family:Inter,sans-serif;font-weight:400;color:#00000080;position:relative;padding-left:20px}.booking-terms-list li:before{content:"";position:absolute;left:0;top:6px;width:7px;height:7px;background:#00000080;border-radius:50%}.booking-print-wrapper{display:flex;justify-content:center}.booking-print-btn{display:flex;align-items:center;justify-content:center;gap:5px;padding:5px 10px;background:#fff;border:1px solid #661813;border-radius:20px;color:#661813;font-size:18px;font-family:Lato,sans-serif;font-weight:400;cursor:pointer;transition:all .2s}.booking-print-btn:hover{background:#fef2f2}@media (max-width: 992px){.booking-info-row{grid-template-columns:1fr;gap:20px}}@media (max-width: 768px){.booking-modal-container{padding:16px}.booking-modal-header{flex-direction:column;align-items:flex-start;gap:16px}.booking-modal-breadcrumb .breadcrumb-current{font-size:24px}.booking-modal-actions{width:100%}.booking-modal-btn{flex:1;font-size:14px;padding:0 12px}.booking-modal-card{padding:20px}}@media print{body *{visibility:hidden}.booking-modal-container,.booking-modal-container *{visibility:visible}.booking-modal-container{position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;padding:20px;max-width:100%;height:auto;overflow:visible;z-index:9999}.booking-modal-header,.booking-print-wrapper{display:none!important}.booking-modal-card{background:#fff;border-radius:0;padding:20px;box-shadow:none;page-break-inside:avoid}.booking-details-title{font-size:18px;font-weight:700;color:#000;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #E5E7EB}.booking-info-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;margin-bottom:20px;page-break-inside:avoid}.booking-info-item{page-break-inside:avoid}.booking-info-label{font-size:12px;color:#666}.booking-info-value{font-size:14px;font-weight:600;color:#000}.booking-section-item{margin-bottom:20px;page-break-inside:avoid}.booking-section-label{font-size:12px;color:#666}.booking-section-value{font-size:14px;font-weight:600;color:#000}.booking-special-list li{font-size:14px;color:#000;margin-bottom:6px}.booking-custom-request{font-size:14px;color:#000}.booking-terms{margin-top:20px;page-break-inside:avoid}.booking-terms-title{font-size:14px;font-weight:700;color:#000;margin-bottom:10px}.booking-terms-list li{font-size:13px;color:#333;line-height:1.6}.booking-info-icon img,.booking-section-icon img{display:inline-block;width:20px;height:20px}.booking-modal-btn:hover,.booking-print-btn:hover{background:inherit}}.cancel-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.cancel-modal-container{position:relative;background:#fff;box-shadow:0 -4px 14px #00000059;border-radius:8px;padding:20px 17px;max-width:391px;width:90%;display:flex;flex-direction:column;align-items:center;gap:16px}.cancel-modal-title{margin:0;text-align:center;color:#6a2422;font-size:16px;font-family:Lato,sans-serif;font-weight:400;width:100%}.cancel-modal-illustration{width:150px;height:130px;display:flex;align-items:center;justify-content:center}.cancel-modal-illustration img{max-width:100%;max-height:100%;object-fit:contain}.cancel-modal-description{margin:0;text-align:center;color:#000;opacity:.5;font-size:14px;font-family:Lato,sans-serif;font-weight:400}.cancel-confirm-btn{width:100%;height:57px;background:#70211c;box-shadow:3px 3px 3px #aeaec066;border-radius:50px;border:none;color:#fff;font-size:16px;font-family:Lato,sans-serif;font-weight:400;letter-spacing:.16px;cursor:pointer;transition:background .2s}.cancel-confirm-btn:hover{background:#8a2923}@media (max-width: 480px){.cancel-modal-container{padding:16px}.cancel-confirm-btn{height:50px;font-size:14px}}.share-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.share-modal-container{position:relative;background:#fff;border-radius:20px;padding:24px 32px;max-width:472px;width:90%;display:flex;flex-direction:column;align-items:center;gap:16px}.share-modal-close{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.share-modal-close:hover{opacity:.7}.share-modal-title{margin:0;text-align:center;color:#000;font-size:20px;font-family:Inter,sans-serif;font-weight:600}.share-modal-illustration{width:200px;height:180px;display:flex;align-items:center;justify-content:center}.share-modal-illustration img{max-width:100%;max-height:100%;object-fit:contain}.share-modal-description{margin:0;text-align:center;color:#000;opacity:.5;font-size:14px;font-family:Inter,sans-serif;font-weight:400;line-height:1.5;max-width:440px}.share-modal-actions{display:flex;gap:16px;margin-top:8px}.share-action-btn{display:flex;align-items:center;gap:5px;padding:5px 10px;background:#fff;border:1px solid #661813;border-radius:20px;color:#661813;font-size:18px;font-family:Lato,sans-serif;font-weight:400;cursor:pointer;transition:all .2s}.share-action-btn:hover{background:#70211c0d}@media (max-width: 480px){.share-modal-container{padding:20px 16px}.share-modal-title{font-size:18px}.share-modal-actions{flex-direction:column;width:100%}.share-action-btn{justify-content:center;width:100%}}.seating-unavailable-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999}.seating-unavailable-modal{width:100%;max-width:480px;padding:24px 16px;background:#fff;border-radius:20px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:16px}.seating-unavailable-content{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:16px}.seating-unavailable-title{align-self:stretch;text-align:center;color:#000;font-size:20px;font-family:Inter,sans-serif;font-weight:600;margin:0}.seating-unavailable-illustration{width:181px;height:66px;display:flex;justify-content:center;align-items:center}.seating-unavailable-illustration img{max-width:100%;max-height:100%;object-fit:contain}.seating-unavailable-message{max-width:440px;opacity:.5;text-align:center;color:#000;font-size:14px;font-family:Inter,sans-serif;font-weight:400;margin:0;line-height:1.5}.explore-venues-btn{height:48px;padding:16px;background:#70211c;border-radius:10px;display:inline-flex;justify-content:center;align-items:center;gap:8px;border:none;cursor:pointer;color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400;transition:background .2s ease}.explore-venues-btn:hover{background:#5a1a17}.explore-venues-btn svg{flex-shrink:0}.select-venue-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:10000}.select-venue-modal{width:100%;max-width:420px;max-height:80vh;padding:24px 16px;background:#fff;border-radius:20px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:16px;overflow:hidden}.select-venue-content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:16px}.select-venue-header{width:100%;display:flex;justify-content:space-between;align-items:center;position:relative}.select-venue-title{flex:1;text-align:center;color:#000;font-size:20px;font-family:Inter,sans-serif;font-weight:600;margin:0}.select-venue-close{position:absolute;right:0;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.select-venue-close:hover{opacity:.7}.select-venue-list{width:100%;display:flex;flex-direction:column;gap:20px;max-height:60vh;overflow-y:auto;padding:0 4px;scrollbar-width:none;-ms-overflow-style:none}.select-venue-list::-webkit-scrollbar{display:none}.select-venue-loading,.select-venue-empty{text-align:center;color:#71717a;font-size:14px;padding:40px 20px}.select-venue-card{position:relative;width:100%;height:200px;min-height:200px;border-radius:10px;overflow:hidden;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;flex-shrink:0}.select-venue-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.select-venue-image{width:100%;height:100%;display:block;object-fit:cover}.select-venue-info-overlay{position:absolute;bottom:0;left:0;right:0;padding:12px 16px;background:#0003;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:flex;flex-direction:column;gap:4px}.select-venue-name{color:#fff;font-size:16px;font-family:Lato,sans-serif;font-weight:600}.select-venue-hours{display:flex;align-items:center;gap:6px;opacity:.7;color:#fff;font-size:12px;font-family:Roboto,sans-serif;font-weight:400}.select-venue-hours svg{flex-shrink:0}.menu-edit-container{width:100%;height:100%;display:flex;flex-direction:column;background-color:#f7f9fb;overflow-x:hidden;overflow-y:auto;padding:20px 40px;box-sizing:border-box;gap:20px}.menu-edit-header{display:flex;justify-content:space-between;align-items:center}.menu-edit-breadcrumb{display:flex;align-items:center;gap:8px}.breadcrumb-link:hover{opacity:.7}.save-button{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#70211c;border:none;border-radius:10px;color:#fff;font-size:14px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:background .3s}.menu-edit-content{display:flex;flex:1;gap:20px;min-height:0}.menu-edit-left-panel{width:351px;display:flex;flex-direction:column;gap:20px;flex-shrink:0;overflow-y:auto;background:#fff;border-radius:12px;padding:20px}.menu-details-section,.categories-section,.personalization-section{display:flex;flex-direction:column}.section-title{color:#2b2d3b;font-size:18px;font-family:Inter,sans-serif;font-weight:700;line-height:28px;letter-spacing:-.44px;margin:0 0 16px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.section-header .section-title{margin-bottom:0}.form-group{margin-bottom:16px}.form-group:last-child{margin-bottom:0}.form-label{display:block;color:#0a0a0a;font-size:14px;font-family:Inter,sans-serif;font-weight:500;line-height:14px;letter-spacing:-.15px;margin-bottom:8px}.form-input{width:100%;height:40px;padding:8px 12px;border-radius:8px;background:#fff;border:1px solid #D1D5DC;font-size:14px;font-family:Inter,sans-serif;color:#0a0a0a;box-sizing:border-box}.form-textarea{width:100%;min-height:64px;padding:8px 12px;border-radius:8px;background:#fff!important;background-color:#fff!important;border:1px solid #D1D5DC!important;font-size:14px;font-family:Inter,sans-serif;color:#0a0a0a;resize:vertical;box-sizing:border-box}.form-textarea:focus{outline:none;border-color:#70211c;background:#fff!important;background-color:#fff!important}.upload-area{width:100%;height:90px;border:2px dashed #D1D5DC;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;transition:border-color .3s;background:#fff}.menu-logo-upload-area{width:100%}.file-input-logo{display:none}.uploaded-logo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(168px,1fr));gap:16px;width:100%;border:2px dashed #D1D5DC;border-radius:10px;padding:16px;background:#fff;min-height:140px}.logo-preview-card{display:flex;flex-direction:column;gap:8px;align-items:center}.logo-preview-image{width:168px;height:168px;object-fit:cover;border-radius:8px;background:#d9d9d9}.logo-delete-btn{background:transparent;border:none;color:#d95345;font-size:12px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;transition:opacity .2s;padding:4px 8px}.logo-delete-btn:hover{opacity:.7}.add-logo-btn{width:168px;height:168px;border:1px dashed #E2E7F1;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:48px;color:#1269cf;cursor:pointer;background:#fff;transition:all .2s}.add-logo-btn:hover{border-color:#1269cf;background:#f9fafb}.upload-label-logo{height:140px;border:2px dashed #D1D5DC;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;transition:border-color .3s;background:#fff}.upload-label-logo:hover{border-color:#70211c}.upload-text{color:#6a7282;font-size:14px;font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.15px}.upload-hint{color:#99a1af;font-size:12px;font-family:Inter,sans-serif;font-weight:400}.add-category-btn{display:flex;align-items:center;gap:8px;padding:6px 12px;background:#70211c;border:none;border-radius:8px;color:#fff;font-size:14px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:background .3s}.add-category-btn:hover{background:#8a2923}.categories-list{display:flex;flex-direction:column;gap:8px}.category-wrapper{background:#f7f9fb;border-radius:12px;overflow:hidden}.category-wrapper.expanded{background:#f7f9fb}.category-item{display:flex;justify-content:space-between;align-items:center;padding:16px 12px;cursor:grab}.category-item:active{cursor:grabbing}.category-item-left{display:flex;align-items:center;gap:8px}.category-drag-handle{display:flex;align-items:center;justify-content:center;cursor:grab}.expand-btn{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;padding:0}.expand-btn svg{transition:transform .3s ease}.category-name{color:#0a0a0a;font-size:14px;font-family:Inter,sans-serif;font-weight:500;line-height:20px;letter-spacing:-.15px}.category-item-right{display:flex;align-items:center;gap:8px}.category-count{height:22px;min-width:23.8px;border-radius:8px;background-color:#eceef2;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:2px 8px;box-sizing:border-box;font-size:12px;color:#030213;font-family:Inter,sans-serif;font-weight:500;line-height:16px}.category-actions{display:none;align-items:center;gap:4px}.category-item:hover .category-actions{display:flex}.category-action-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;border-radius:4px;padding:0}.category-action-btn:hover{background:#f3f3f5}.category-action-btn.delete-btn:hover{background:#fee2e2}.subcategories-list{display:flex;flex-direction:column;padding:0 12px 12px 40px}.subcategory-item{display:flex;justify-content:space-between;align-items:center;padding:12px 8px;background:#fff;border-radius:8px;margin-bottom:4px;cursor:grab}.subcategory-item:active{cursor:grabbing}.subcategory-item-left{display:flex;align-items:center;gap:8px}.subcategory-drag-handle{display:flex;align-items:center;justify-content:center;cursor:grab}.subcategory-name{color:#0a0a0a;font-size:14px;font-family:Inter,sans-serif;font-weight:400;line-height:20px}.subcategory-item-right{display:flex;align-items:center;gap:8px}.subcategory-count{height:22px;min-width:23.8px;border-radius:8px;background-color:#eceef2;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:2px 8px;box-sizing:border-box;font-size:12px;color:#030213;font-family:Inter,sans-serif;font-weight:500}.subcategory-actions{display:none;align-items:center;gap:4px}.subcategory-item:hover .subcategory-actions{display:flex}.subcategory-action-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;border-radius:4px;padding:0}.subcategory-action-btn:hover{background:#f3f3f5}.subcategory-action-btn.delete-btn:hover{background:#fee2e2}.add-subcategory-row{display:flex;align-items:center;gap:8px;padding:8px;background:#fff;border-radius:8px}.subcategory-input{flex:1;padding:8px 12px;border:1px solid #E5E7EB;border-radius:8px;font-size:14px;font-family:Inter,sans-serif;outline:none;background:#fff;color:#2b2d3b}.subcategory-input:focus{border-color:#70211c}.subcategory-input::placeholder{color:#9ca3af}.subcategory-confirm-btn,.subcategory-cancel-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;border-radius:4px}.subcategory-confirm-btn:hover{background:#e8f5e9}.subcategory-cancel-btn:hover{background:#fee2e2}.theme-selector{margin-bottom:20px}.theme-options{display:flex;flex-direction:column;gap:8px}.theme-option{display:flex;align-items:center;gap:12px;padding:12px;border:2px solid #E5E7EB;border-radius:10px;cursor:pointer;transition:all .3s}.theme-option.active{border-color:#70211c}.theme-color{width:24px;height:24px;border-radius:50%}.rufescent-color{background:#70211c}.blue-lotus-color{background:#1e40af}.theme-name{flex:1;color:#0a0a0a;font-size:14px;font-family:Inter,sans-serif;font-weight:400;line-height:20px}.theme-radio{width:20px;height:20px;border:2px solid #D1D5DC;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.theme-radio.selected{border-color:#70211c;background:#70211c}.radio-inner{width:8px;height:8px;background:#fff;border-radius:50%}.theme-info-icon{cursor:pointer;color:#000}.theme-info-icon:hover{opacity:1;color:#70211c}.toggle-setting{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.toggle-setting:last-child{margin-bottom:0}.toggle-label{color:#0a0a0a;font-size:14px;font-family:Inter,sans-serif;font-weight:500;line-height:14px;letter-spacing:-.15px}.menu-edit-toggle-switch{position:relative;display:inline-block;width:44px;height:24px;cursor:pointer;background:none;border:none;padding:0}.menu-edit-toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#e2e7f1;transition:.3s;border-radius:24px}.menu-edit-toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.menu-edit-toggle-switch input{opacity:0;width:0;height:0}.menu-edit-toggle-switch input:checked+.menu-edit-toggle-slider{background-color:#70211c}.menu-edit-toggle-switch input:checked+.menu-edit-toggle-slider:before{transform:translate(20px)}.menu-edit-right-panel{flex:1;display:flex;flex-direction:column;overflow:hidden;gap:20px;min-width:0}.dishes-toolbar-container{background:#fff;border-radius:12px;overflow:hidden}.dishes-toolbar{display:flex;justify-content:space-between;align-items:center;padding:12px 20px}.toolbar-left{display:flex;align-items:center;gap:16px}.category-select{height:40px;padding:0 36px 0 12px;border-radius:8px;background:#f3f3f5;border:none;font-size:14px;font-family:Inter,sans-serif;font-weight:500;color:#0a0a0a;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%2327272A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;min-width:180px}.add-dish-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#fff;border:1px solid #70211C;border-radius:8px;color:#70211c;font-size:14px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:background .3s}.add-dish-btn:hover{background:#70211c0d}.tags-filter{display:flex;align-items:center;gap:8px;padding:8px 20px 16px;flex-wrap:wrap}.tag-badge{padding:4px 10px;border-radius:8px;font-size:12px;font-family:Inter,sans-serif;font-weight:500;line-height:16px}.tag-badge.filter-tag{height:22px;position:relative;border-radius:8px;border:1px solid rgba(0,0,0,.1);box-sizing:border-box;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:2px 8px;text-align:left;font-size:12px;color:#0a0a0a;font-family:Inter,sans-serif;font-weight:500;line-height:16px;background:transparent;cursor:pointer;transition:all .2s}.filter-tag:hover{background:#eceef2}.filter-tag.active{background:#70211c;color:#fff;border-color:#70211c}.filter-tag.active:hover{background:#5a1a16}.edit-tags-btn{display:flex;align-items:center;gap:4px;padding:4px 10px;background:transparent;border:none;border-radius:8px;color:#27272a;font-size:12px;font-family:Inter,sans-serif;font-weight:500;opacity:.5;cursor:pointer;margin-left:auto}.edit-tags-btn:hover{opacity:1}.dishes-list{flex:1;overflow-y:auto;padding:0;background:transparent}.loading-message,.empty-message{text-align:center;padding:40px;color:#6a7282;font-size:14px;font-family:Inter,sans-serif}.category-dishes-section{margin-bottom:24px}.category-dishes-section:last-child{margin-bottom:0}.category-dishes-title{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-style:italic;font-weight:700;line-height:32px;letter-spacing:.07px;margin:0 0 16px;display:flex;align-items:center;gap:8px}.category-edit-btn{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;opacity:.5;padding:0}.category-edit-btn:hover{opacity:1}.subcategory-dishes-section{margin-bottom:20px}.subcategory-dishes-section:last-child{margin-bottom:0}.subcategory-dishes-title{color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-style:italic;font-weight:500;line-height:32px;letter-spacing:.07px;margin:0 0 8px}.dish-card{display:flex;align-items:flex-start;gap:16px;padding:16px;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:14px;margin-bottom:16px;cursor:grab}.dish-card:active{cursor:grabbing}.dish-card:last-child{margin-bottom:0}.dish-card-drag-handle{display:flex;align-items:center;justify-content:center;padding:4px;opacity:.5;flex-shrink:0;align-self:center;cursor:grab}.dish-card-drag-handle:hover{opacity:1}.dish-card-drag-handle:active{cursor:grabbing}.dish-card-image{width:100px;height:100px;border-radius:10px;overflow:hidden;flex-shrink:0;position:relative;pointer-events:none}.dish-card-image img{width:100%;height:100%;object-fit:cover;pointer-events:none}.dish-type-indicator{position:absolute;top:8px;right:8px;width:24px;height:24px;background:#fff;border-radius:4px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000001a}.dish-type-dot{width:10px;height:10px;border-radius:50%;border:2px solid}.dish-type-indicator.veg .dish-type-dot{border-color:#007104;background-color:#007104}.dish-type-indicator.non-veg .dish-type-dot{border-color:#be1212;background-color:#be1212}.dish-card-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px;overflow:hidden}.dish-card-name{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:600;line-height:24px;letter-spacing:-.44px;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dish-card-right{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:8px;flex-shrink:0}.dish-card-price{color:#70211c;font-size:16px;font-family:Inter,sans-serif;font-weight:600;line-height:24px;letter-spacing:-.44px}.dish-card-actions{display:none;flex-direction:column;align-items:center;gap:8px;pointer-events:auto}.dish-card:hover .dish-card-actions{display:flex}.dish-card-description{color:#4a5565;font-size:13px;font-family:Inter,sans-serif;font-weight:400;line-height:18px;letter-spacing:-.15px;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.dish-card-ingredients{color:#6a7282;font-size:12px;font-family:Inter,sans-serif;font-style:italic;font-weight:400;line-height:16px;margin:0 0 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dish-card-tags{display:flex;align-items:flex-start;gap:6px;flex-wrap:wrap;width:100%;max-width:100%}.dish-card-tags .tag-badge{height:22px;position:relative;border-radius:8px;background-color:#eceef2;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:2px 8px;box-sizing:border-box;font-size:12px;color:#030213;font-family:Inter,sans-serif;line-height:16px;font-weight:500}.dish-card-tags .calories-tag{background:#fff;border:1px solid rgba(0,0,0,.1);color:#0a0a0a}.dish-card-tags .type-tag{background:#eceef2}.dish-action-btn,.dish-action-btn.edit-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:transparent!important;border:none;outline:none;border-radius:4px;cursor:pointer;transition:background .2s;padding:0}.dish-action-btn:hover,.dish-action-btn.edit-btn:hover{background:#f3f4f6!important}.dish-action-btn:focus{outline:none;box-shadow:none}.dish-action-btn.delete-btn:hover{background:#fee2e2!important}@media (max-width: 1200px){.menu-edit-content{flex-direction:column}.menu-edit-left-panel{width:100%;max-height:none;overflow-y:visible}}.category-item,.subcategory-item,.dish-card{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:none}.category-drag-handle,.subcategory-drag-handle,.dish-card-drag-handle{cursor:grab;touch-action:none}.category-drag-handle:active,.subcategory-drag-handle:active,.dish-card-drag-handle:active{cursor:grabbing}@media (max-width: 768px){.menu-edit-container{padding:16px}.menu-edit-header{flex-direction:column;gap:16px;align-items:flex-start}.save-button{width:100%;justify-content:center}.menu-edit-left-panel{width:100%}.dishes-toolbar{flex-direction:column;gap:12px;align-items:stretch}.toolbar-left,.category-select{width:100%}.add-dish-btn{width:100%;justify-content:center}.dish-card{flex-wrap:wrap}.dish-card-image{width:100%;height:180px}.dish-card-right{flex-wrap:wrap;justify-content:flex-end}.category-drag-handle,.subcategory-drag-handle,.dish-card-drag-handle{padding:8px;margin:-8px}}.no-categories-container{width:100%;min-height:273px;border-radius:4px;background-color:#f7f9fb;border:1px dashed #661813;box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding:40px 20px;margin-top:10px}.no-categories-content{max-width:705px;width:100%;display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center}.no-categories-icon{width:56px;height:56px}.no-categories-title{font-size:18px;line-height:28px;color:#4a5565;font-family:Inter,sans-serif;font-weight:500}.no-categories-description{font-size:14px;line-height:20px;color:#6a7282;font-family:Inter,sans-serif;font-weight:400;max-width:255px}.create-category-button{display:inline-flex;align-items:center;justify-content:center;width:195px;height:48px;border-radius:10px;background-color:#70211c;border:none;cursor:pointer;transition:background-color .2s;font-size:14px;letter-spacing:-.15px;line-height:20px;font-weight:500;color:#fff;font-family:Inter,sans-serif}.create-category-button:hover{background-color:#8a2923}.create-category-button:active{background-color:#5a1915}.no-dishes-containers{width:100%;min-height:275px;border-radius:4px;background-color:#f7f9fb;box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding:40px 20px;margin-top:10px}.no-dishes-container{width:100%;min-height:275px;border-radius:4px;background-color:#f7f9fb;border:1px dashed #661813;box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding:40px 20px;margin-top:10px}.no-dishes-content{max-width:705px;width:100%;display:flex;flex-direction:column;align-items:center;gap:5px;text-align:center}.no-dishes-icon{width:57px;height:57px}.no-dishes-title{font-size:18px;line-height:28px;color:#4a5565;font-family:Inter,sans-serif;font-weight:500}.no-dishes-description{font-size:14px;line-height:20px;color:#6a7282;font-family:Inter,sans-serif;font-weight:400;max-width:255px}.create-dishes-button{display:inline-flex;align-items:center;justify-content:center;width:195px;height:48px;border-radius:10px;background-color:#70211c;border:none;cursor:pointer;transition:background-color .2s;font-size:14px;letter-spacing:-.15px;line-height:20px;font-weight:500;color:#fff;font-family:Inter,sans-serif}.create-dishes-button:hover{background-color:#8a2923}.create-dishes-button:active{background-color:#5a1915}.add-dish-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.add-dish-modal{width:100%;max-width:868px;max-height:90vh;background:#fff;border-radius:14px;border:1px solid rgba(0,0,0,.1);box-sizing:border-box;overflow:hidden;display:flex;flex-direction:column}.add-dish-header{padding:25px 25px 16px;box-sizing:border-box;flex-shrink:0}.add-dish-title{font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:16px;letter-spacing:-.31px;color:#0a0a0a}.add-dish-content{padding:0 24px;flex:1;overflow-y:auto;min-height:0}.add-dish-form{display:flex;flex-direction:column;gap:16px;padding-bottom:0}.form-field{display:flex;flex-direction:column;gap:8px}.form-label{font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:14px;letter-spacing:-.15px;color:#0a0a0a}.add-dish-modal .form-input{height:36px;padding:4px 12px;background:#f3f3f5!important;border-radius:8px;border:none;font-family:Inter,sans-serif;font-size:14px;letter-spacing:-.15px;color:#0a0a0a;box-sizing:border-box}.add-dish-modal .form-input::placeholder{color:#717182}.add-dish-modal .form-input:focus{outline:none;background:#f3f3f5!important}.add-dish-modal .form-textarea{padding:8px 12px;background:#f3f3f5!important;border-radius:8px;border:none;font-family:Inter,sans-serif;font-size:14px;line-height:20px;letter-spacing:-.15px;color:#0a0a0a;resize:none;box-sizing:border-box}.add-dish-modal .form-textarea::placeholder{color:#717182}.add-dish-modal .form-textarea:focus{outline:none;background:#f3f3f5!important}.image-upload-area-dish{width:100%}.file-input-dish{display:none}.uploaded-images-grid-dish{display:grid;grid-template-columns:repeat(auto-fill,minmax(168px,1fr));gap:16px;width:100%}.image-preview-card-dish{display:flex;flex-direction:column;gap:8px;align-items:center}.image-preview-dish{width:168px;height:168px;object-fit:cover;border-radius:8px;background:#d9d9d9}.image-delete-btn-dish{background:transparent;border:none;color:#d95345;font-size:12px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;transition:opacity .2s;padding:4px 8px}.image-delete-btn-dish:hover{opacity:.7}.add-image-btn-dish{width:168px;height:168px;border:1px dashed #E2E7F1;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:48px;color:#1269cf;cursor:pointer;background:#fff;transition:all .2s}.add-image-btn-dish:hover{border-color:#1269cf;background:#f9fafb}.upload-label-dish{height:140px;border:1px dashed #D1D5DC;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;gap:8px;padding:16px}.upload-label-dish:hover{border-color:#70211c;background-color:#fff9f8}.upload-icon{display:flex;align-items:center;justify-content:center}.upload-text{font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.15px;color:#4a5565;text-align:center}.upload-hint{font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:16px;color:#99a1af;text-align:center}.form-row-two{display:flex;gap:15px}.form-row-two .form-field{flex:1}.select-wrapper{position:relative}.add-dish-modal .form-select{width:100%;height:36px;padding:0 32px 0 12px;background:#f3f3f5!important;border-radius:8px;border:none;font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.15px;color:#0a0a0a;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box}.add-dish-modal .form-select:disabled{color:#717182;cursor:not-allowed}.add-dish-modal .form-select:focus{outline:none;background:#f3f3f5!important}.select-wrapper:after{content:"";position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%230A0A0A' stroke-opacity='0.5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;pointer-events:none;opacity:.5}.tags-container{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.tag-badge{height:36px;padding:2px 8px;border-radius:8px;border:1px solid rgba(0,0,0,.1);background:transparent;display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:16px;color:#0a0a0a;cursor:pointer;transition:all .2s;box-sizing:border-box}.tag-badge:hover{background:#f3f3f5}.tag-badge.active{background:#661813;color:#fff;border-color:#0000001a}.add-tag-button{width:36px;height:36px;border-radius:8px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#0a0a0a;transition:background .2s}.add-tag-button:hover{background:#f3f3f5}.availability-row{display:flex;align-items:center;gap:12px}.availability-row .form-label{line-height:18.4px;margin:0}.add-dish-toggle-switch{position:relative;display:inline-block;width:32px;height:18.4px;cursor:pointer}.add-dish-toggle-switch input{opacity:0;width:0;height:0}.add-dish-toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#e5e7eb;transition:.3s;border-radius:33554400px}.add-dish-toggle-slider:before{position:absolute;content:"";height:16px;width:16px;left:1.2px;bottom:1.2px;background-color:#fff;transition:.3s;border-radius:33554400px}.add-dish-toggle-switch input:checked+.add-dish-toggle-slider{background-color:#70211c}.add-dish-toggle-switch input:checked+.add-dish-toggle-slider:before{transform:translate(13.6px)}.form-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:16px 24px 20px;margin:0 -24px;background:#fff;flex-shrink:0;border-top:1px solid rgba(0,0,0,.05)}.cancel-button{height:36px;padding:8px 16px;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:8px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.15px;color:#0a0a0a;cursor:pointer;transition:background .2s;box-sizing:border-box}.cancel-button:hover{background:#f3f3f5}.save-button{height:36px;padding:8px 16px;background:#70211c;border:none;border-radius:8px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.15px;color:#fff;cursor:pointer;transition:background .2s;display:flex;align-items:center;gap:8px;box-sizing:border-box}.save-button:hover{background:#8a2923}@media (min-width: 1200px){.add-dish-modal{max-width:868px}}@media (max-width: 1199px){.add-dish-modal{max-width:768px}.add-dish-content{padding:0 20px}.form-actions{padding:16px 20px 20px;margin:0 -20px}}@media (max-width: 991px){.add-dish-modal{max-width:680px;max-height:88vh}.add-dish-header{padding:20px 20px 14px}.add-dish-title{font-size:15px}.image-preview-dish{width:140px;height:140px}.uploaded-images-grid-dish{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}@media (max-width: 767px){.add-dish-overlay{padding:16px}.add-dish-modal{max-width:100%;height:auto;max-height:92vh;border-radius:12px}.add-dish-header{padding:18px 18px 12px}.add-dish-title{font-size:16px}.add-dish-content{padding:0 18px}.add-dish-form{gap:14px}.form-actions{padding:14px 18px 18px;margin:0 -18px}.form-field{gap:6px}.form-label{font-size:13px}.form-input,.form-select{height:38px;font-size:14px}.form-textarea{font-size:14px}.form-row-two{flex-direction:column;gap:14px}.image-preview-dish{width:120px;height:120px}.uploaded-images-grid-dish{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}.upload-label-dish{height:120px}.tags-container{gap:6px}.tag-badge{height:32px;font-size:11px;padding:2px 6px}.form-actions{flex-direction:column-reverse;gap:10px}.cancel-button,.save-button{width:100%;height:40px}}@media (max-width: 575px){.add-dish-overlay{padding:12px;align-items:flex-start}.add-dish-modal{max-width:100%;height:auto;max-height:95vh;border-radius:10px;margin-top:12px}.add-dish-header{padding:16px 16px 12px}.add-dish-title{font-size:15px;line-height:20px}.add-dish-content{padding:0 16px}.add-dish-form{gap:12px}.form-actions{padding:12px 16px 16px;margin:0 -16px}.form-field{gap:6px}.form-label{font-size:13px;line-height:16px}.form-input,.form-select{height:40px;padding:8px 12px;font-size:14px}.form-textarea{padding:10px 12px;font-size:14px;line-height:18px}.form-row-two{flex-direction:column;gap:12px}.image-preview-dish{width:100%;max-width:200px;height:auto;aspect-ratio:1}.uploaded-images-grid-dish{grid-template-columns:1fr;gap:10px;justify-items:center}.upload-label-dish{height:100px;padding:12px}.upload-text{font-size:13px}.tags-container{gap:6px}.tag-badge{height:30px;font-size:11px;padding:2px 8px}.availability-row{gap:10px}.form-actions{flex-direction:column-reverse;gap:8px;padding-top:12px}.cancel-button,.save-button{width:100%;height:42px;font-size:14px}.save-button svg{width:14px;height:14px}}@media (max-width: 399px){.add-dish-overlay{padding:8px}.add-dish-modal{border-radius:8px;margin-top:8px}.add-dish-header{padding:14px 14px 10px}.add-dish-title{font-size:14px}.add-dish-content{padding:0 14px}.form-actions{padding:12px 14px 14px;margin:0 -14px}.form-label{font-size:12px}.form-input,.form-select{height:38px;font-size:13px;padding:6px 10px}.form-textarea{font-size:13px;padding:8px 10px}.upload-label-dish{height:90px}.upload-text{font-size:12px}.tag-badge{height:28px;font-size:10px}.cancel-button,.save-button{height:40px;font-size:13px;padding:6px 12px}}@media (max-height: 600px) and (orientation: landscape){.add-dish-modal{max-height:96vh;margin-top:8px;margin-bottom:8px}.add-dish-form{gap:10px}.form-actions{padding:10px 16px 12px}.form-field{gap:4px}.upload-label-dish{height:80px}.image-preview-dish{width:100px;height:100px}}.add-category-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.add-category-modal{width:100%;max-width:400px;height:272px;background:#fff;border-radius:8px;box-sizing:border-box;overflow:hidden;display:flex;flex-direction:column}.add-category-header{padding:24px 24px 0}.add-category-title{font-family:Inter,sans-serif;font-size:15px;font-weight:400;color:#000}.add-category-content{padding:0 24px 24px;flex:1;display:flex;flex-direction:column}.add-category-form{display:flex;flex-direction:column;gap:12px;flex:1}.category-form-field{display:flex;flex-direction:column;gap:8px}.category-form-label{font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:#656d9a}.category-form-input{height:48px;padding:4px 12px;background:#f3f3f5;border-radius:8px;border:none;font-family:Arial,sans-serif;font-size:14px;color:#000;box-sizing:border-box}.category-form-input::placeholder{color:#717182}.category-form-input:focus{outline:none;background:#f3f3f5}.category-upload-area{height:65.3px;border:1px solid #E2E7F1;border-radius:6.4px;background:#fff;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.category-file-input{display:none}.category-upload-label-area{font-family:Inter,sans-serif;font-size:15px;color:#2b2d3b;cursor:pointer;text-align:center;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.category-browse-link{color:#1269cf;cursor:pointer}.category-browse-link:hover{text-decoration:underline}.uploaded-files-list{width:100%;display:flex;flex-direction:column;gap:8px;padding:8px}.file-item-card{width:100%;padding:8px;background:#fff;border-radius:8px;outline:1px solid #E7E7E7;outline-offset:-1px}.file-item-content{display:flex;align-items:center;gap:8px}.file-thumbnail{width:34px;height:34px;border-radius:5px;object-fit:cover;flex-shrink:0}.file-info{flex:1;display:flex;flex-direction:column;gap:2px}.file-name{color:#0b0b0b;font-size:11.43px;font-family:Inter,sans-serif;font-weight:600;line-height:17.14px;word-wrap:break-word}.file-size{color:#6d6d6d;font-size:11.43px;font-family:Inter,sans-serif;font-weight:400;line-height:15.24px}.file-delete-btn{width:24px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.file-delete-btn:hover{opacity:.7}.category-form-actions{display:flex;align-items:center;justify-content:center;margin-top:auto}.category-save-button{height:48px;padding:16px;background:#70211c;border:none;border-radius:10px;font-family:Inter,sans-serif;font-size:18px;font-weight:400;color:#fff;cursor:pointer;transition:opacity .2s;display:flex;align-items:center;gap:8px;box-sizing:border-box}.category-save-button:hover{opacity:.9}.category-save-button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.add-category-modal{max-height:95vh;height:auto}}.tags-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.tags-modal{width:450px;max-width:90vw;max-height:90vh;background-color:#fff;border-radius:8px;padding:15px 20px;box-shadow:0 4px 12px #00000026;position:relative;display:flex;flex-direction:column;overflow:hidden}.tags-modal-title{font-family:Arial,sans-serif;font-size:24px;font-weight:400;color:#000;margin:0 0 20px}.tags-container{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px;min-height:36px;max-height:60vh;overflow-y:auto;overflow-x:hidden;padding:4px 60px 4px 4px}.tag-item{position:relative;display:inline-flex;align-items:center;gap:0;flex-shrink:0}.tag-item:hover{z-index:100}.tag-badge-display{height:36px;padding:10px 8px;border-radius:8px;border:1px solid rgba(0,0,0,.1);background:#fff;display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:16px;color:#020202;white-space:nowrap;box-sizing:border-box;text-transform:none}.tag-item:hover .tag-badge-display{border-radius:8px 0 0 8px;border-right:none;background:#f7f7f7}.tag-edit-input{height:36px;padding:10px 8px;border-radius:8px 0 0 8px;border:1px solid rgba(0,0,0,.1);border-right:none;background:#f7f7f7;font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:16px;color:#0a0a0a;outline:none;box-sizing:border-box;min-width:80px;max-width:200px;text-transform:none}.tag-edit-input:focus{border-color:#0000001a;background:#f7f7f7}.tag-action-btn{width:26.5px;height:36px;border-radius:0;border:none;border-left:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;padding:0;flex-shrink:0;box-sizing:border-box}.tag-action-btn.confirm-btn{border-right:1px solid rgba(0,0,0,.1)}.tag-action-btn.cancel-btn{border-radius:0}.tag-action-btn svg{display:block!important;width:16px;height:16px;pointer-events:none;visibility:visible!important;opacity:1!important}.tag-action-btn svg path,.tag-action-btn svg line{stroke:#000!important;stroke-width:2!important;fill:none!important;visibility:visible!important}.tag-action-btn:hover{background:#0000000d}.tag-edit-wrapper{display:flex;align-items:center;gap:0;height:36px;border-radius:0 8px 8px 0;background:#ebebeb;border:1px solid rgba(0,0,0,.1);border-left:none}.tag-hover-actions{display:none;align-items:center;gap:0;position:absolute;left:100%;top:0;height:36px;border-radius:0 8px 8px 0;background:#ebebeb;border:1px solid rgba(0,0,0,.1);border-left:none;padding:0;box-sizing:border-box;z-index:101;white-space:nowrap}.tag-item:hover .tag-hover-actions{display:flex}.tag-hover-btn{width:26.5px;height:36px;border-radius:0;border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;padding:0;box-sizing:border-box}.tag-hover-btn svg,.tag-hover-btn img{filter:brightness(0)}.tag-hover-btn:hover{background:#0000000d}.tag-hover-btn:first-child{border-right:1px solid rgba(0,0,0,.1)}.add-tag-btn{width:36px;height:36px;border-radius:8px;border:1px solid rgba(0,0,0,.1);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;padding:0}.add-tag-btn:hover{background:#f3f3f5;border-color:#70211c}.tags-modal-actions{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:48px}.tags-confirm-btn{width:131px;height:48px;border-radius:10px;background-color:#70211c;opacity:.5;border:none;display:flex;align-items:center;justify-content:center;gap:8px;padding:16px;cursor:pointer;transition:opacity .2s;font-family:Inter,sans-serif;font-size:18px;font-weight:400;color:#fff}.tags-confirm-btn:hover{opacity:.7}.tags-cancel-btn{background:transparent;border:none;font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:16px;color:#000;cursor:pointer;padding:0;transition:opacity .2s}.tags-cancel-btn:hover{opacity:.7}.theme-preview-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:10000}.theme-preview-modal-content{position:relative;max-width:90%;max-height:90%;background:#fff;border-radius:8px;padding:20px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.theme-preview-close{position:absolute;top:10px;right:10px;width:32px;height:32px;border:none;background:#00000080;color:#fff;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s;z-index:1;font-size:18px}.theme-preview-close:hover{background:#000000b3}.theme-preview-image{max-width:100%;max-height:calc(90vh - 80px);object-fit:contain;border-radius:4px}.bookings-container{width:100%;max-width:100%;height:100%;display:flex;flex-direction:column;gap:20px;padding:20px 40px;box-sizing:border-box;overflow-x:hidden}.bookings-breadcrumb{display:flex;align-items:center;gap:8px}.bookings-breadcrumb .breadcrumb-text{color:#27272a;font-size:14px;font-family:Inter,sans-serif;font-weight:400;opacity:.5;cursor:pointer;transition:opacity .2s}.bookings-breadcrumb .breadcrumb-text:hover{opacity:.7}.bookings-breadcrumb .breadcrumb-current{color:#27272a;font-size:32px;font-family:Inter,sans-serif;font-weight:600}.bookings-search-box{display:flex;align-items:center;gap:8px;padding:16px 20px;background:#fff;border:1px solid #70211C;border-radius:10px}.bookings-search-box svg{flex-shrink:0}.bookings-search-box input{flex:1;border:none;outline:none;background:transparent;color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif}.bookings-search-box input::placeholder{color:#a1a1aa}.bookings-content{background:#fff;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:8px;width:100%;max-width:100%;box-sizing:border-box;min-height:500px}.bookings-tabs{display:flex;justify-content:space-between;align-items:center;padding-bottom:0;position:relative}.bookings-tabs-left{display:flex;gap:60px;align-items:center}.bookings-filters-right{display:flex;gap:12px;align-items:center}.venue-filter-dropdown{height:36px;padding:0 32px 0 16px;font-size:14px;font-family:Inter,sans-serif;font-weight:400;color:#2b2d3b;background:#fff;border:1px solid #E4E4E7;border-radius:8px;cursor:pointer;outline:none;transition:border-color .2s;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url('data:image/svg+xml;charset=UTF-8,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L5 5L9 1" stroke="%232B2D3B" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-repeat:no-repeat;background-position:right 12px center;background-size:10px 6px;min-width:150px}.venue-filter-dropdown:hover{border-color:#70211c}.venue-filter-dropdown:focus{border-color:#70211c}.bookings-source-filter{display:flex;align-items:center}.bookings-source-filter .source-filter-dropdown{padding:8px 32px 8px 16px;font-size:14px;font-family:Inter,sans-serif;font-weight:400;color:#2b2d3b;background:#fff;border:1px solid #E4E4E7;border-radius:6px;cursor:pointer;outline:none;transition:border-color .2s;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url('data:image/svg+xml;charset=UTF-8,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L5 5L9 1" stroke="%232B2D3B" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-repeat:no-repeat;background-position:right 12px center;background-size:10px 6px}.bookings-source-filter .source-filter-dropdown:hover{border-color:#70211c}.bookings-source-filter .source-filter-dropdown:focus{border-color:#70211c}.bookings-tab-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;min-width:60px}.bookings-tab{padding:8px 0;font-size:14px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;background:none;border:none;color:#2b2d3b;opacity:.5;transition:opacity .3s;white-space:nowrap}.bookings-tab.active{color:#70211c;opacity:1;font-weight:400}.bookings-tab:hover{opacity:.8}.bookings-tab-underline{width:100%;height:1px;background:#70211c;position:absolute;bottom:0}.bookings-table-container{width:100%;overflow-x:auto;border-top:none}.bookings-table{width:100%;border-collapse:collapse;table-layout:fixed;display:table;border-top:none}.bookings-table thead{display:table-header-group}.bookings-table thead th{text-align:left;padding:12px 16px;color:#a1a1aa;font-size:14px;font-family:Inter,sans-serif;font-weight:500;border-bottom:none}.bookings-table thead th:nth-child(1){width:22%}.bookings-table thead th:nth-child(2){width:14%}.bookings-table thead th:nth-child(3){width:10%}.bookings-table thead th:nth-child(4){width:14%}.bookings-table thead th:nth-child(5){width:22%}.bookings-table thead th:nth-child(6){width:10%;text-align:center}.bookings-table tbody{display:table-row-group}.bookings-table tbody tr{border-bottom:1px solid #E2E7F1;transition:background-color .2s;display:table-row}.bookings-table tbody tr:hover{background-color:#70211c0d}.booking-row{cursor:default}.bookings-table tbody td{padding:16px;color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;vertical-align:middle;display:table-cell}.booking-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.booking-name-info{display:flex;flex-direction:column;gap:2px;min-width:0}.booking-guest-name{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500}.no-bookings,.bookings-loading{text-align:center;padding:40px;color:#a1a1aa;font-size:14px;font-family:Inter,sans-serif}.bookings-pagination{display:flex;justify-content:flex-end;align-items:center;gap:0;margin-top:16px}.bookings-pagination .pagination-btn{width:32px;height:32px;border:1px solid #E2E7F1;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#2b2d3b;font-size:13px;font-family:Be Vietnam Pro,sans-serif;transition:all .3s}.bookings-pagination .pagination-btn.prev{border-top-left-radius:6px;border-bottom-left-radius:6px}.bookings-pagination .pagination-btn.next{border-top-right-radius:6px;border-bottom-right-radius:6px}.bookings-pagination .pagination-btn.page{border-radius:0;border-left:none;border-right:none}.bookings-pagination .pagination-btn.page:first-of-type{border-left:1px solid #E2E7F1}.bookings-pagination .pagination-btn.page:last-of-type{border-right:1px solid #E2E7F1}.bookings-pagination .pagination-btn:hover:not(:disabled){background:#f5f5f5}.bookings-pagination .pagination-btn.active{background:#70211c;color:#fff;border-color:#70211c}.bookings-pagination .pagination-btn:disabled{opacity:.5;cursor:not-allowed}.bookings-pagination .pagination-btn svg{width:8px;height:6px}.bookings-pagination .pagination-btn.prev svg{transform:rotate(90deg)}.bookings-pagination .pagination-btn.next svg{transform:rotate(-90deg)}@media (max-width: 768px){.bookings-container{padding:16px;gap:16px}.bookings-breadcrumb{flex-wrap:wrap;gap:6px}.bookings-breadcrumb .breadcrumb-current{font-size:24px}.bookings-breadcrumb .breadcrumb-text{font-size:12px}.bookings-search-box{padding:12px 16px}.bookings-search-box input{font-size:14px}.bookings-content{padding:12px;min-height:auto}.bookings-tabs{flex-direction:column;align-items:stretch;gap:12px}.bookings-tabs-left{gap:24px;justify-content:flex-start}.bookings-filters-right{flex-wrap:wrap;gap:8px}.venue-filter-dropdown{flex:1;min-width:120px;height:36px;font-size:13px;padding:0 28px 0 12px}.advanced-filters-btn{flex:1;min-width:120px;justify-content:center;font-size:13px;padding:0 10px}.advanced-filters-btn span{font-size:13px}.bookings-table{border-collapse:separate;border-spacing:0 12px}.bookings-table thead{display:none}.bookings-table tbody tr.booking-row{display:flex;flex-wrap:wrap;align-items:center;padding:16px;background:#fff;border:1px solid #E2E7F1;border-radius:12px;margin-bottom:12px;gap:0;box-shadow:0 2px 4px #0000000a;transition:all .2s ease}.bookings-table tbody tr.booking-row:hover{border-color:#70211c;box-shadow:0 4px 8px #70211c1a}.bookings-table tbody td{padding:0;display:flex;align-items:center;line-height:1.4}.bookings-table tbody td:before{content:attr(data-label) ": ";color:#a1a1aa;font-size:12px;font-family:Inter,sans-serif;font-weight:400;margin-right:6px;line-height:1.4;flex-shrink:0}.bookings-table tbody td.guest-name-cell{order:1;flex:0 0 100%;padding-bottom:12px;border-bottom:1px solid #E2E7F1;margin-bottom:12px}.bookings-table tbody td.guest-name-cell:before{display:none}.bookings-table tbody td.guest-name-cell>div{display:flex;align-items:center;gap:12px;width:100%}.bookings-table tbody td.guests-count-cell{order:2;flex:0 0 100%;justify-content:flex-start;font-weight:400;font-size:13px;margin-bottom:6px}.bookings-table tbody td.table-cell{order:3;flex:0 0 100%;justify-content:flex-start;font-weight:400;font-size:13px;margin-bottom:6px}.bookings-table tbody td.venue-cell{order:4;flex:0 0 100%;justify-content:flex-start;font-weight:400;font-size:13px;margin-bottom:6px}.bookings-table tbody td.datetime-cell{order:5;flex:0 0 100%;justify-content:flex-start;font-weight:400;font-size:13px;margin-bottom:6px}.bookings-table tbody td.actions-cell{order:6;flex:0 0 100%;justify-content:flex-end;margin-top:8px;padding-top:12px;border-top:1px solid #E2E7F1}.bookings-table tbody td.actions-cell:before{display:none}.booking-name-info{flex:1}.booking-guest-name{font-size:15px;font-weight:600}.booking-avatar{width:44px!important;height:44px!important}.pagination-download-container{flex-direction:column;gap:12px;align-items:stretch}.pagination-download-container .download-data-btn{width:100%;height:40px;font-size:14px}.pagination-download-container .pagination{justify-content:center;flex-wrap:wrap}.pagination-download-container .pagination .pagination-btn{width:36px;height:36px}.no-bookings{padding:30px 20px;font-size:14px}.no-access-message{padding:30px 20px;text-align:center}}@media (max-width: 480px){.bookings-container{padding:12px}.bookings-breadcrumb .breadcrumb-current{font-size:20px}.bookings-tabs-left{gap:16px}.bookings-tab{font-size:13px}.bookings-filters-right{flex-direction:column}.venue-filter-dropdown,.advanced-filters-btn{width:100%}.bookings-table tbody tr.booking-row{padding:12px}.booking-guest-name{font-size:14px}.booking-avatar{width:40px!important;height:40px!important}}.venues-overall-container{display:flex;flex-direction:column;gap:20px;width:100%}.venues-overall-stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.venues-overall-stat-card{background:#fff;border:1px solid #E2E7F1;border-radius:10px;padding:25px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.venues-overall-stat-content{display:flex;flex-direction:column;gap:8px}.venues-overall-stat-label{font-size:14px;color:#6c7a86;letter-spacing:-.15px;line-height:21px}.venues-overall-stat-value{font-size:32px;font-weight:600;color:#27272a;line-height:48px}.venues-overall-highlight-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.venues-overall-highlight-card{background:#fff;border:1px solid #E2E7F1;border-radius:10px;padding:25px;display:flex;flex-direction:column;gap:16px}.venues-overall-highlight-header{display:flex;align-items:center;gap:8px}.venues-overall-highlight-info{display:flex;flex-direction:column}.venues-overall-highlight-label{font-size:14px;color:#6c7a86;letter-spacing:-.15px;line-height:21px}.venues-overall-highlight-name{font-size:20px;font-weight:600;color:#27272a;line-height:30px}.venues-overall-highlight-footer{background:#f7f9fb;border-radius:10px;padding:16px;display:flex;align-items:center;justify-content:space-between}.venues-overall-highlight-footer-label{font-size:14px;color:#6c7a86;letter-spacing:-.15px;line-height:21px}.venues-overall-highlight-footer-value{font-size:18px;font-weight:600;color:#27272a;line-height:27px}.venues-overall-highlight-footer-value--red{color:#ef4444}.venues-dist-container{display:flex;flex-direction:column;gap:20px;width:100%}.venues-dist-card{background:#fff;border:1px solid #E2E7F1;border-radius:10px;padding:25px;display:flex;flex-direction:column;gap:24px}.venues-dist-card-title{font-size:18px;font-weight:600;color:#27272a;line-height:27px;margin:0}.venues-dist-chart-wrapper{width:100%}.venues-dist-tooltip{background:#000;color:#fff;padding:4px 16px;border-radius:4px;font-size:14px;font-family:Arial,sans-serif;opacity:.9;line-height:19px}.venues-dist-tooltip-row{white-space:nowrap}.venues-dist-legend{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}.venues-dist-legend-item{display:flex;align-items:center;gap:6px;font-size:10px;font-family:Arial,sans-serif;line-height:15px}.venues-dist-legend-dot{width:14px;height:14px;border-radius:2px;flex-shrink:0}.venues-dist-table-wrapper{overflow-x:auto}.venues-dist-table{width:100%;border-collapse:collapse;font-size:14px}.venues-dist-th{padding:12px 16px;font-size:14px;font-weight:600;color:#6c7a86;letter-spacing:-.15px;line-height:21px;text-align:center;border-bottom:1px solid #E2E7F1;white-space:nowrap}.venues-dist-th-left{text-align:left}.venues-dist-tr{border-bottom:1px solid #E2E7F1}.venues-dist-td{padding:12px 16px;font-size:14px;color:#27272a;letter-spacing:-.15px;line-height:21px;vertical-align:middle}.venues-dist-td-venue{font-weight:600;text-align:left}.venues-dist-td-center{text-align:center}.venues-dist-td-red{color:#ef4444}.venues-dist-td-rate{color:#ef4444;font-weight:600}.venues-heatmap-container{width:100%}.venues-heatmap-card{background:#fff;border:1px solid #E2E7F1;border-radius:10px;padding:25px;display:flex;flex-direction:column;gap:24px}.venues-heatmap-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:12px}.venues-heatmap-title-block{display:flex;flex-direction:column}.venues-heatmap-title{font-size:18px;font-weight:600;color:#27272a;line-height:27px;margin:0}.venues-heatmap-subtitle{font-size:13px;color:#6c7a86;line-height:19.5px;margin:4px 0 0;letter-spacing:-.08px}.venues-heatmap-stats{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.venues-heatmap-stat-badge{display:flex;align-items:center;gap:8px;padding:0 12px;height:34px;border-radius:10px;background-color:#f7f9fb;font-size:12px;white-space:nowrap}.venues-heatmap-stat-label{color:#6c7a86;line-height:18px}.venues-heatmap-stat-value{color:#27272a;font-weight:600;line-height:18px}.venues-heatmap-filters{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.venues-heatmap-filter-btn{padding:8px 16px;border-radius:10px;background-color:#f7f9fb;border:none;cursor:pointer;font-size:13px;font-weight:500;color:#27272a;letter-spacing:-.08px;line-height:19.5px;font-family:inherit;transition:background-color .2s,color .2s}.venues-heatmap-filter-btn.active{background-color:#70211c;color:#fff}.venues-heatmap-filter-btn:hover:not(.active){background-color:#eaecf0}.venues-heatmap-grid-wrapper{position:relative}.venues-heatmap-grid{display:grid;grid-template-columns:60px repeat(8,1fr);gap:4px}.venues-heatmap-corner{min-height:40px}.venues-heatmap-time-header{text-align:center;font-size:11px;font-weight:600;color:#6c7a86;padding:12px 0;letter-spacing:.06px;line-height:16.5px}.venues-heatmap-day-label{display:flex;align-items:center;padding-left:8px;font-size:12px;font-weight:600;color:#27272a;line-height:18px}.venues-heatmap-cell{display:flex;align-items:center;justify-content:center;border-radius:8px;height:40px;font-size:11px;font-weight:600;letter-spacing:.06px;line-height:16.5px;cursor:pointer;transition:transform .1s ease,box-shadow .1s ease}.venues-heatmap-cell:hover{transform:scale(1.05);box-shadow:0 2px 8px #00000026}.venues-heatmap-cell.active{outline:3px solid #661813;outline-offset:-1px;z-index:1}.venues-heatmap-tooltip{position:absolute;z-index:10;background-color:#000;color:#fff;border-radius:4px;padding:8px 16px;opacity:.9;font-size:12px;min-width:180px;max-width:220px;pointer-events:none}.venues-heatmap-tooltip-title{font-size:14px;font-weight:700;margin-bottom:8px;line-height:1.4}.venues-heatmap-tooltip-row{display:flex;justify-content:space-between;gap:16px;line-height:1.7}.venues-heatmap-tooltip-row span{white-space:nowrap}.venues-heatmap-tooltip-split-title{font-weight:700;margin-top:8px;margin-bottom:2px;line-height:1.4}.venues-heatmap-legend{display:flex;align-items:center;justify-content:flex-end;gap:16px}.venues-heatmap-legend-label{font-size:12px;color:#6c7a86;line-height:18px}.venues-heatmap-legend-items{display:flex;align-items:center;gap:8px}.venues-heatmap-legend-item{display:flex;align-items:center;gap:4px;font-size:11px;color:#27272a;letter-spacing:.06px;line-height:16.5px}.venues-heatmap-legend-dot{width:16px;height:16px;border-radius:4px;flex-shrink:0}.venues-heatmap-summaries{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.venues-heatmap-summary-card{background-color:#f7f9fb;border-radius:10px;padding:16px;display:flex;flex-direction:column;gap:12px}.venues-heatmap-summary-name{font-size:14px;font-weight:600;color:#27272a;letter-spacing:-.15px;line-height:21px}.venues-heatmap-summary-details{display:flex;flex-direction:column;gap:8px}.venues-heatmap-summary-occupancy{display:flex;flex-direction:column;gap:4px}.venues-heatmap-summary-row{display:flex;justify-content:space-between;align-items:center}.venues-heatmap-summary-label{font-size:11px;color:#6c7a86;letter-spacing:.06px;line-height:16.5px}.venues-heatmap-summary-value{font-size:11px;font-weight:600;color:#27272a;letter-spacing:.06px;line-height:16.5px}.venues-heatmap-summary-cancel-value{font-size:11px;font-weight:600;color:#ef4444;letter-spacing:.06px;line-height:16.5px}.venues-heatmap-summary-bar{height:8px;border-radius:9999px;background-color:#fff;overflow:hidden}.venues-heatmap-summary-bar-fill{height:100%;border-radius:9999px;transition:width .3s ease}.directory-wrapper{width:100%;min-height:100vh;padding:20px 40px;display:flex;flex-direction:column;gap:8px;box-sizing:border-box}.directory-title{color:#000;font-size:32px;font-family:Inter,sans-serif;font-weight:600;margin:0}.dir-view-tabs-row{display:flex;align-items:center;justify-content:space-between}.dir-view-tabs{display:flex;align-items:center;gap:16px}.dir-view-tab{padding:8px 16px;border-radius:8px;border:1px solid #661813;background:transparent;color:#661813;font-size:16px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:all .2s ease}.dir-view-tab:hover{background:#6618131a}.dir-view-tab.active{background:#661813;color:#fff;box-shadow:0 4px 4px #00000040}.dir-view-time-filter{position:relative;display:flex;align-items:center;padding:12px 16px;border:1px solid #9A9A9A;border-radius:10px;background:transparent;cursor:pointer}.dir-view-time-filter select{border:none;background:transparent;color:#9a9a9a;font-size:18px;font-family:Inter,sans-serif;cursor:pointer;outline:none;padding-right:24px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.dir-view-time-filter svg{position:absolute;right:16px;pointer-events:none}.directory-search-container{width:100%;margin:0 0 10px;padding:16px 20px;background:#fff;border-radius:10px;border:1px solid #4763E4;display:flex;align-items:center;gap:8px;box-sizing:border-box}.directory-search-container svg{flex-shrink:0}.directory-search-container input{flex:1;border:none;outline:none;background:transparent;color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif}.directory-search-container input::placeholder{color:#a1a1aa}.directory-search-container input:focus{outline:none;border:none}.add-guest-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#70211c;border:none;border-radius:6px;color:#fff;font-size:14px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;transition:background .3s;width:fit-content}.add-guest-btn span{color:#fff;font-size:14px;font-family:Inter,sans-serif;font-weight:400;line-height:1;display:flex;align-items:center}.add-guest-btn span:last-child{font-size:18px;font-weight:300;line-height:1}.add-guest-btn:hover{background:#8a2923}.directory-content{background:#fff;border-radius:16px;padding:16px;min-height:500px;display:flex;flex-direction:column;gap:8px;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden;overflow-y:visible}.directory-tabs{display:flex;gap:60px;align-items:center;padding-bottom:8px;position:relative}.directory-tab-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;min-width:80px}.directory-tab{padding:8px 0;font-size:16px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;background:none;border:none;color:#2b2d3b;opacity:.5;transition:opacity .3s;white-space:nowrap}.directory-tab.active{color:#2b2d3b;opacity:1;font-weight:500}.directory-tab-underline{width:120%;height:1px;background:#70211c;position:absolute;bottom:-2px}.directory-tab:hover{opacity:.8}.directory-table{width:100%;border-collapse:collapse;table-layout:fixed;box-sizing:border-box;border-spacing:0;display:table!important;visibility:visible!important}.directory-table th{text-align:left;color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:600;padding:16px 12px;border-bottom:none;white-space:nowrap}.directory-table td{padding:16px 12px;vertical-align:middle;border-bottom:1px solid #E2E7F1;position:relative;word-wrap:break-word;overflow-wrap:break-word}.directory-table tbody tr:hover{background:#fafafa}.guest-info{display:flex;align-items:flex-start;gap:12px}.guest-details{display:flex;flex-direction:column;gap:2px}.guest-name,.directory-table td.industry-cell,.directory-table td.company-cell,.directory-table td.designation-cell{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500}.contact-details{display:flex;flex-direction:column;gap:4px}.contact-email,.contact-phone{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.directory-pagination{display:flex;justify-content:flex-end;align-items:center;gap:8px;margin-top:20px}.pagination-btn.prev svg{transform:rotate(90deg)!important}.pagination-number{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #E2E7F1;border-radius:6px;font-size:13px;font-family:Be Vietnam Pro,sans-serif;font-weight:400;color:#2b2d3b;cursor:pointer;transition:background-color .2s ease,color .2s ease}.pagination-number:hover{background:#f4f4f5}.directory-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#a1a1aa;font-size:16px;font-family:Inter,sans-serif}.directory-table th:nth-child(1),.directory-table td:nth-child(1){width:20%;min-width:180px}.directory-table th:nth-child(2),.directory-table td:nth-child(2){width:12%;min-width:100px}.directory-table th:nth-child(3),.directory-table td:nth-child(3){width:15%;min-width:130px}.directory-table th:nth-child(4),.directory-table td:nth-child(4){width:15%;min-width:130px}.directory-table th:nth-child(5),.directory-table td:nth-child(5){width:22%;min-width:200px}.directory-table th:nth-child(6),.directory-table td:nth-child(6){width:10%;min-width:80px}.directory-cards-container{display:none;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;width:100%;visibility:visible}.directory-card{background:#fff;border:1px solid #E2E7F1;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:14px;transition:box-shadow .2s ease;visibility:visible}.directory-card:hover{box-shadow:0 2px 8px #00000014}.card-guest-info{display:flex;align-items:flex-start;gap:12px;padding-bottom:12px;border-bottom:1px solid #E2E7F1;text-align:left}.card-guest-details{display:flex;flex-direction:column;gap:6px;flex:1;text-align:left;align-items:flex-start}.card-guest-name{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:600;text-align:left}.card-contact-section{display:flex;flex-direction:column;gap:8px;padding:12px;background:#fafafa;border-radius:8px;text-align:left;align-items:flex-start}.card-contact-item{display:flex;align-items:center;gap:8px;color:#2b2d3b;font-size:13px;font-family:Inter,sans-serif;text-align:left}.card-contact-icon{width:14px;height:14px;opacity:.6}@media (min-width: 1201px){.directory-wrapper .table-container{display:block!important;visibility:visible!important}.directory-wrapper .directory-cards-container{display:none!important}}@media (max-width: 1200px){.table-container{display:none!important}.directory-cards-container{display:grid!important;visibility:visible!important}}@media (max-width: 980px){.directory-wrapper{padding:20px 24px}.directory-pagination{justify-content:center}}@media (max-width: 870px){.directory-wrapper{padding:16px 20px}.directory-title{font-size:28px}.add-guest-btn{width:100%;padding:14px 16px}.directory-tabs{gap:24px;overflow-x:auto;-webkit-overflow-scrolling:touch}.directory-tab-wrapper{min-width:70px;flex-shrink:0}.directory-cards-container{grid-template-columns:1fr}}@media (max-width: 768px){.directory-wrapper{padding:16px}.directory-title{font-size:24px}.directory-search-container{padding:12px 16px}.add-guest-btn{width:100%;padding:12px 16px}.add-guest-btn span{font-size:16px}.directory-tabs{gap:20px}.directory-tab{font-size:14px}.directory-content{padding:12px}.directory-card{padding:14px}.card-guest-name{font-size:15px}.card-label{font-size:11px}.card-value{font-size:13px}.pagination-btn{width:28px;height:28px}.pagination-number{width:28px;height:28px;font-size:12px}}@media (max-width: 480px){.directory-wrapper{padding:12px}.directory-title{font-size:20px}.directory-search-container,.add-guest-btn{padding:10px 14px}.add-guest-btn span{font-size:14px}.add-guest-btn svg{width:12px;height:12px}.directory-tabs{gap:16px}.directory-tab{font-size:13px}.directory-content{padding:10px}.directory-card{padding:12px}.card-guest-name{font-size:14px}.card-value{font-size:12px}.directory-cards-container{gap:12px}}.member-info-wrapper{width:100%;min-height:100vh;padding:20px 40px;display:flex;flex-direction:column;gap:16px;box-sizing:border-box}.member-info-header{display:flex;justify-content:space-between;align-items:flex-start}.member-info-breadcrumb{display:flex;align-items:center;gap:8px}.edit-btn{height:48px;padding:16px;background:#70211c;border-radius:10px;border:none;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;transition:background-color .2s}.edit-btn:hover{background:#5a1a16}.edit-btn img{width:24px;height:24px;filter:brightness(0) invert(1)}.edit-btn span{color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400}.member-info-card{background:#fff;border-radius:12px;padding:24px;display:flex;gap:40px}.member-profile-image{flex-shrink:0}.member-profile-image img{width:330px;height:442px;object-fit:cover;border-radius:5px;background:#d9d9d9}.member-details-section{flex:1;display:flex;flex-direction:column;gap:16px}.member-name-row{display:flex;justify-content:space-between;align-items:flex-start}.member-full-name{color:#27272a;font-size:24px;font-family:Inter,sans-serif;font-weight:700;margin:0}.member-nickname{color:#27272a80;font-size:16px;font-family:Inter,sans-serif;font-weight:400}.member-rf-id{color:#27272a80;font-size:16px;font-family:Inter,sans-serif;font-style:italic;font-weight:400}.member-business-row{display:flex;align-items:flex-start;gap:24px}.business-item{display:flex;flex-direction:column;gap:4px}.business-value{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:400}.business-label{color:#2b2d3b80;font-size:12px;font-family:Inter,sans-serif;font-style:italic;font-weight:400}.business-divider{width:1px;height:52px;background:#00000080;opacity:.5}.member-section{display:flex;flex-direction:column;gap:8px}.section-title{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:700;margin:0}.section-content{margin:0;color:#27272a;font-size:14px;font-family:Lato,sans-serif;font-weight:400;opacity:.7}.about-text{color:#27272a;font-size:14px;font-family:Lato,sans-serif;font-weight:400;opacity:.5;max-width:640px;line-height:1.5}.affiliations-text{color:#000;font-size:14px;font-family:Inter,sans-serif;font-weight:400;opacity:.5}.member-contact{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.contact-item{display:flex;align-items:center;gap:8px;color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400;justify-content:flex-start}.contact-icon{width:16px;height:16px;opacity:.8}.tags-container{display:flex;flex-wrap:wrap;gap:5px}.tag{padding:6px 16px;border-radius:8px;border:1px solid rgba(102,24,19,.5);color:#00000080;font-size:12px;font-family:Inter,sans-serif;font-weight:400;line-height:20px;letter-spacing:.1px;display:flex;align-items:center;gap:4px}.valued-tag{border-radius:8px}.industry-tag{border-radius:100px}.industry-icon{width:18px;height:18px;opacity:.5}.member-logs-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 2px -1px #0000001a;display:flex;flex-direction:column;gap:16px}.logs-title{color:#27272a;font-size:20px;font-family:Inter,sans-serif;font-weight:400;margin:0}.logs-timeline{display:flex;flex-direction:column;gap:8px}.log-item{display:flex;align-items:flex-start;gap:12px}.log-icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.log-icon img{width:15px;height:15px;filter:brightness(0) saturate(100%) invert(13%) sepia(6%) saturate(729%) hue-rotate(202deg) brightness(97%) contrast(91%)}.log-connector{width:1px;height:18px;background:#27272a;opacity:.5;margin-left:7px}.log-text{color:#27272a;font-size:14px;font-family:Lato,sans-serif;font-style:italic;font-weight:400;flex:1}.log-link{text-decoration:underline;cursor:pointer}@media (max-width: 1024px){.member-info-card{flex-direction:column;align-items:center}.member-profile-image{width:100%;display:flex;justify-content:center}.member-profile-image img{width:100%;max-width:330px;height:auto;aspect-ratio:330 / 442}.member-details-section{width:100%}.member-name-row{flex-direction:column;gap:8px}}@media (max-width: 768px){.member-info-wrapper{padding:16px 20px}.member-info-header{flex-direction:column;gap:16px;align-items:flex-start}.member-info-breadcrumb{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:8px;width:100%;overflow-x:auto;white-space:nowrap}.member-info-breadcrumb .breadcrumb-link{font-size:12px;white-space:nowrap;flex-shrink:0}.member-info-breadcrumb .breadcrumb-separator{flex-shrink:0}.member-info-breadcrumb .breadcrumb-separator svg{width:8px;height:14px}.member-info-breadcrumb .breadcrumb-current{font-size:20px;white-space:nowrap;flex-shrink:0}.edit-btn{width:100%;height:44px;padding:12px}.edit-btn span{font-size:16px}.member-business-row{flex-direction:column;gap:16px}.business-divider{width:100%;height:1px}.member-full-name{font-size:20px}.member-info-card{padding:16px;gap:24px}.member-logs-card{padding:16px}}@media (max-width: 480px){.member-info-wrapper{padding:12px 16px}.member-info-breadcrumb{gap:6px}.member-info-breadcrumb .breadcrumb-link{font-size:11px}.member-info-breadcrumb .breadcrumb-current,.member-full-name{font-size:18px}.member-nickname,.member-rf-id,.business-value{font-size:14px}.business-label{font-size:11px}.section-title,.section-content,.about-text,.contact-item{font-size:13px}.logs-title{font-size:18px}.log-text{font-size:13px}.tag{font-size:11px;padding:5px 12px}}.privacy-settings-wrapper{width:100%;min-height:100vh;padding:20px 40px;display:flex;flex-direction:column;gap:16px;box-sizing:border-box}.privacy-settings-header{display:flex;justify-content:space-between;align-items:flex-start}.privacy-settings-breadcrumb{display:flex;align-items:center;gap:16px}.breadcrumb-link:hover{opacity:1}.breadcrumb-text{color:#27272a;font-size:14px;font-family:Inter,sans-serif;font-weight:400;opacity:.5}.breadcrumb-separator{display:flex;align-items:center}.breadcrumb-separator svg{width:10px;height:17px}.save-btn{height:48px;padding:16px;background:#70211c;border-radius:10px;border:none;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;transition:background-color .2s}.save-btn:hover{background:#5a1a16}.save-btn img{width:24px;height:24px;filter:brightness(0) invert(1)}.save-btn span{color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400}.privacy-member-card{background:#fff;border-radius:12px;padding:24px;display:flex;gap:40px}.privacy-profile-image{flex-shrink:0}.privacy-profile-image img{width:330px;height:442px;object-fit:cover;border-radius:5px}.privacy-details-section{flex:1;display:flex;flex-direction:column;gap:16px}.privacy-name-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.privacy-full-name{color:#27272a;font-size:24px;font-family:Inter,sans-serif;font-weight:700;margin:0}.privacy-nickname{color:#27272a80;font-size:16px;font-weight:400}.privacy-rf-id{color:#27272a80;font-size:16px;font-family:Inter,sans-serif;font-style:italic;font-weight:400}.privacy-business-row{display:flex;align-items:flex-start;gap:24px}.privacy-business-row .business-item{display:flex;flex-direction:column;gap:4px}.privacy-business-row .business-value{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:400}.privacy-business-row .business-label{color:#2b2d3b80;font-size:12px;font-family:Inter,sans-serif;font-style:italic;font-weight:400}.privacy-business-row .business-divider{width:1px;height:52px;background:#27272a;opacity:.5}.privacy-section{display:flex;flex-direction:column;gap:8px}.privacy-section .section-title{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:700;margin:0}.privacy-section .section-content{margin:0}.privacy-section .about-text{color:#27272a;font-size:14px;font-family:Lato,sans-serif;font-weight:400;opacity:.5;max-width:640px;line-height:1.5}.privacy-section .affiliations-text{color:#000;font-size:14px;font-family:Inter,sans-serif;font-weight:400;opacity:.5}.privacy-contact{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.privacy-contact .contact-item{display:flex;align-items:center;gap:8px;color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400;justify-content:flex-start}.privacy-contact .contact-icon{width:16px;height:16px;opacity:.8}.privacy-section .tags-container{display:flex;flex-wrap:wrap;gap:5px}.privacy-section .tag{display:flex;align-items:center;justify-content:center;gap:4px;padding:6px 16px;border-radius:8px;border:1px solid rgba(102,24,19,.5);color:#00000080;font-size:12px;font-family:Inter,sans-serif;font-weight:400;line-height:20px;letter-spacing:.1px}.privacy-section .industry-tag{border-radius:100px;padding:6px 12px}.privacy-section .industry-icon{width:18px;height:18px;opacity:.5}.privacy-settings-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 2px -1px #0000001a;display:flex;flex-direction:column;gap:16px}.privacy-settings-title{color:#27272a;font-size:20px;font-family:Inter,sans-serif;font-weight:400;margin:0;line-height:24px}.privacy-toggles-container{display:flex;flex-direction:column;gap:24px}.privacy-toggles-row{display:flex;justify-content:space-between;padding-bottom:24px;border-bottom:1px solid rgba(0,0,0,.1)}.privacy-toggles-row:last-child{padding-bottom:0;border-bottom:none}.privacy-toggle-item{display:flex;align-items:center;justify-content:space-between;gap:16px;flex:1;max-width:48%}.toggle-info{flex:1;display:flex;flex-direction:column}.toggle-label{color:#27272a;font-size:16px;font-family:Inter,sans-serif;font-weight:400;line-height:24px}.toggle-description{color:#71717b;font-size:14px;font-family:Inter,sans-serif;font-weight:400;line-height:21px}.privacy-toggle-switch{width:44px;height:24px;min-width:44px;background:#e4e4e7;border-radius:24px;border:none;cursor:pointer;position:relative;transition:background-color .3s;padding:0;display:flex;align-items:center;box-sizing:border-box;flex-shrink:0}.privacy-toggle-switch.active{background:#70211c}.privacy-toggle-knob{width:18px;height:18px;background:#fff;border-radius:50%;position:absolute;left:3px;bottom:3px;transition:transform .3s;box-shadow:0 1px 3px #0003}.privacy-toggle-switch.active .privacy-toggle-knob{transform:translate(20px)}@media (max-width: 1200px){.privacy-toggles-row{flex-direction:column;gap:24px}.privacy-toggle-item{max-width:100%}}@media (max-width: 1024px){.privacy-member-card{flex-direction:column;align-items:center}.privacy-profile-image{width:100%;display:flex;justify-content:center}.privacy-profile-image img{width:100%;max-width:330px;height:auto;aspect-ratio:330/442}.privacy-details-section{width:100%}.privacy-name-row{flex-direction:column;gap:8px}}@media (max-width: 768px){.privacy-settings-wrapper{padding:16px 20px}.privacy-settings-header{flex-direction:column;gap:16px;align-items:flex-start}.privacy-settings-breadcrumb{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:8px;width:100%;overflow-x:auto;white-space:nowrap}.breadcrumb-link,.breadcrumb-text{font-size:12px;white-space:nowrap;flex-shrink:0}.breadcrumb-separator{flex-shrink:0}.breadcrumb-separator svg{width:8px;height:14px}.breadcrumb-current{font-size:20px;white-space:nowrap;flex-shrink:0}.save-btn{width:100%;height:44px;padding:12px}.save-btn span{font-size:16px}.privacy-business-row{flex-direction:column;gap:16px}.privacy-business-row .business-divider{width:100%;height:1px}.toggle-info{width:auto;flex:1}.privacy-full-name{font-size:20px}.privacy-settings-card{padding:16px}.privacy-member-card{padding:16px;gap:24px}.privacy-toggle-item{gap:12px}.toggle-label{font-size:14px}.toggle-description{font-size:12px}}@media (max-width: 480px){.privacy-settings-wrapper{padding:12px 16px}.privacy-settings-breadcrumb{gap:6px}.breadcrumb-link,.breadcrumb-text{font-size:11px}.breadcrumb-current,.privacy-full-name{font-size:18px}.privacy-nickname,.privacy-rf-id,.privacy-business-row .business-value{font-size:14px}.privacy-business-row .business-label{font-size:11px}.privacy-section .section-title,.privacy-section .about-text,.privacy-contact .contact-item{font-size:13px}.privacy-settings-title{font-size:18px}.privacy-toggle-switch{width:40px;height:22px;min-width:40px}.privacy-toggle-knob{width:16px;height:16px}.privacy-toggle-switch.active .privacy-toggle-knob{transform:translate(18px)}}.select-member-wrapper{width:100%;min-height:100vh;padding:20px 40px;display:flex;flex-direction:column;gap:16px;box-sizing:border-box}.select-member-header{display:flex;justify-content:space-between;align-items:flex-start}.select-member-breadcrumb{display:flex;align-items:center;gap:16px}.select-member-breadcrumb .breadcrumb-link{color:#27272a;font-size:14px;font-family:Inter,sans-serif;font-weight:400;opacity:.5;cursor:pointer;transition:opacity .2s}.select-member-breadcrumb .breadcrumb-link:hover{opacity:1}.select-member-breadcrumb .breadcrumb-separator{display:flex;align-items:center}.select-member-breadcrumb .breadcrumb-separator svg{width:10px;height:17px}.select-member-breadcrumb .breadcrumb-current{color:#27272a;font-size:32px;font-family:Inter,sans-serif;font-weight:600}.select-member-content{background:#fff;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:20px}.select-member-tabs{display:flex;gap:60px;align-items:center;padding-bottom:8px;position:relative}.select-member-tab-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;min-width:80px}.select-member-tab{padding:8px 0;font-size:16px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;background:none;border:none;color:#2b2d3b;opacity:.5;transition:opacity .3s;white-space:nowrap}.select-member-tab:hover{opacity:.8}.select-member-tab.active{color:#2b2d3b;opacity:1;font-weight:500}.select-member-tab-underline{width:120%;height:1px;background:#70211c;position:absolute;bottom:-2px}.select-member-search{display:flex;align-items:center;gap:12px;padding:12px 16px;border:1px solid #E4E4E7;border-radius:8px;background:#fff}.select-member-search svg{flex-shrink:0;opacity:.5}.select-member-search input{flex:1;border:none;outline:none;font-size:14px;font-family:Inter,sans-serif;color:#27272a;background:transparent}.select-member-search input::placeholder{color:#71717a}.select-member-table-container{width:100%;overflow-x:auto}.select-member-table{width:100%;border-collapse:collapse;table-layout:fixed;display:table}.select-member-table thead{display:table-header-group}.select-member-table thead tr{border-bottom:1px solid rgba(0,0,0,.1)}.select-member-table thead th{text-align:left;padding:12px 16px;color:#a1a1aa;font-size:14px;font-family:Inter,sans-serif;font-weight:500;border-bottom:1px solid rgba(0,0,0,.1)}.select-member-table thead th:nth-child(1){width:30%}.select-member-table thead th:nth-child(2){width:20%}.select-member-table thead th:nth-child(3){width:20%}.select-member-table thead th:nth-child(4){width:30%}.select-member-table tbody{display:table-row-group}.select-member-table tbody tr{border-bottom:1px solid rgba(0,0,0,.1);transition:background-color .2s;display:table-row}.select-member-table tbody tr:hover{background-color:#70211c0d}.select-member-table tbody td{padding:16px;color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400;vertical-align:middle;display:table-cell}.select-member-table .member-row{cursor:pointer}.member-details{display:flex;flex-direction:column;gap:2px;min-width:0}.member-membership{color:#70211c;font-size:12px;font-family:Inter,sans-serif;font-weight:400;font-style:italic}.mobile-cell,.date-cell{font-weight:500}.select-member-pagination{display:flex;justify-content:flex-end;align-items:center;gap:8px;margin-top:16px}.select-member-pagination .pagination-btn{width:32px;height:32px;border:1px solid #E2E7F1;background:#fff;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#2b2d3b;font-size:13px;font-family:Be Vietnam Pro,sans-serif;transition:all .3s}.select-member-pagination .pagination-btn:hover:not(:disabled){background:#f5f5f5}.select-member-pagination .pagination-btn:disabled{opacity:.5;cursor:not-allowed}.select-member-pagination .pagination-btn svg{width:8px;height:6px}.select-member-pagination .pagination-btn.prev svg{transform:rotate(90deg)}.select-member-pagination .pagination-number{width:32px;height:32px;border:1px solid #E2E7F1;background:#fff;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#2b2d3b;font-size:13px;font-family:Be Vietnam Pro,sans-serif;transition:all .3s}.select-member-pagination .pagination-number:hover{background:#f5f5f5}.select-member-pagination .pagination-number.active{background:#70211c;color:#fff;border-color:#70211c}.select-member-empty{padding:60px;text-align:center;color:#71717a;font-size:14px;font-family:Inter,sans-serif}.select-member-cards-container{display:none;flex-direction:column;gap:16px;width:100%;visibility:visible}.select-member-card{background:#fff;border:1px solid #E2E7F1;border-radius:12px;padding:16px;display:flex;flex-direction:row;align-items:center;gap:20px;transition:all .2s ease;cursor:pointer;visibility:visible}.select-member-card:hover{box-shadow:0 2px 8px #00000014;border-color:#70211c}.card-member-info{display:flex;align-items:center;gap:12px;flex:0 0 25%;min-width:200px}.card-member-details{display:flex;flex-direction:column;gap:6px;flex:1;text-align:left}.card-member-name{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:600;text-align:left}.card-info-row{display:flex;flex-direction:column;gap:4px;text-align:left;flex:1}.card-info-label{color:#71717a;font-size:12px;font-family:Inter,sans-serif;font-weight:400;text-align:left}.card-info-value{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;text-align:left}@media (max-width: 1400px){.select-member-table-container{display:none!important}.select-member-cards-container{display:flex!important;visibility:visible!important}}@media (max-width: 1024px){.select-member-tabs{gap:40px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px}.select-member-tab-wrapper{flex-shrink:0}}@media (max-width: 768px){.select-member-wrapper{padding:16px 20px}.select-member-breadcrumb .breadcrumb-current{font-size:24px}.select-member-content{padding:16px}.select-member-tabs{gap:24px}.select-member-tab{font-size:14px}.select-member-card{flex-direction:column;align-items:flex-start}.card-member-info{flex:1;width:100%;min-width:auto;padding-bottom:12px;border-bottom:1px solid #E2E7F1}.card-info-row{width:100%}.select-member-pagination{justify-content:center}}.dir-distribution{display:flex;flex-direction:column;gap:20px}.dir-dist-card{background:#fff;border:1px solid #E2E7F1;border-radius:10px;padding:25px}.dir-dist-card-title{font-size:18px;font-family:Inter,sans-serif;font-weight:600;color:#27272a;line-height:27px;margin:0 0 24px}.dir-dist-chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.dir-dist-chart-header .dir-dist-card-title{margin:0}.dir-dist-filter{display:flex;align-items:center;position:relative;padding:12px 16px;border:1px solid #9A9A9A;border-radius:10px;background:transparent;cursor:pointer}.dir-dist-filter select{border:none;background:transparent;color:#9a9a9a;font-size:18px;font-family:Inter,sans-serif;cursor:pointer;outline:none;padding-right:24px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.dir-dist-filter svg{position:absolute;right:16px;pointer-events:none}.dir-dist-chart-area{display:flex;height:300px}.dir-dist-y-axis{display:flex;flex-direction:column;justify-content:space-between;flex-shrink:0;padding-right:12px;text-align:right}.dir-dist-y-label{font-size:12px;font-family:Inter,sans-serif;color:#6c7a86}.dir-dist-chart-body{flex:1;position:relative;border-bottom:1px solid #E2E7F1}.dir-dist-grid-line{position:absolute;left:0;right:0;height:1px;background:#e2e7f1}.dir-dist-bars{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:space-around;align-items:flex-end;padding:0 40px}.dir-dist-bar-group{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%}.dir-dist-bar{width:80px;border-radius:4px 4px 0 0;position:relative;transition:opacity .2s;cursor:pointer;min-height:4px}.dir-dist-bar:hover{opacity:.8}.dir-dist-bar-tooltip{display:none;position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#000;color:#fff;padding:8px 16px;border-radius:4px;font-size:14px;font-family:Arial,sans-serif;white-space:nowrap;opacity:.9;margin-bottom:8px;z-index:10}.dir-dist-bar:hover .dir-dist-bar-tooltip,.dir-dist-grouped-bar:hover .dir-dist-bar-tooltip{display:block}.dir-dist-bar-label{margin-top:12px;font-size:12px;font-family:Inter,sans-serif;color:#6c7a86;text-align:center;white-space:nowrap}.dir-dist-bar-label.rotated{transform:rotate(-15deg);transform-origin:center top}.dir-dist-grouped-chart{display:flex;flex-direction:column;gap:24px}.dir-dist-bars.grouped{padding:0 10px;gap:4px}.dir-dist-group-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;flex:1}.dir-dist-group-bars{display:flex;align-items:flex-end;gap:2px;height:100%}.dir-dist-grouped-bar{width:16px;border-radius:2px 2px 0 0;position:relative;transition:opacity .2s;cursor:pointer;min-height:2px}.dir-dist-grouped-bar:hover{opacity:.8}.dir-dist-legend{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:32px;flex-wrap:wrap}.dir-dist-legend-item{display:flex;align-items:center;gap:8px;font-size:10px;font-family:Arial,sans-serif;white-space:nowrap}.dir-dist-legend-color{width:14px;height:14px;border-radius:50%;flex-shrink:0}.dir-dist-table{width:100%;border-collapse:collapse;font-family:Arial,sans-serif}.dir-dist-table thead tr{border-bottom:1px solid #E2E7F1}.dir-dist-table th{padding:11px 16px;font-size:14px;font-weight:700;color:#6c7a86;text-align:center;line-height:21px}.dir-dist-table th:first-child{text-align:left}.dir-dist-table tbody tr{border-bottom:1px solid #E2E7F1}.dir-dist-table td{padding:11px 16px;font-size:14px;color:#27272a;text-align:center;line-height:21px}.dir-dist-table td:first-child{text-align:left}.dir-dist-table td.total-cell{font-weight:700}@media (max-width: 1200px){.dir-dist-bars{padding:0 20px}.dir-dist-bar{width:60px}.dir-dist-grouped-bar{width:12px}}@media (max-width: 768px){.dir-dist-chart-header{flex-direction:column;align-items:flex-start;gap:16px}.dir-dist-chart-area{height:250px}.dir-dist-bar{width:40px}.dir-dist-grouped-bar{width:8px}.dir-dist-bar-label{font-size:10px}.dir-dist-table{font-size:12px}.dir-dist-table th,.dir-dist-table td{padding:8px}.dir-dist-legend{gap:16px}}.dir-dist-loading,.dir-dist-error{display:flex;align-items:center;justify-content:center;min-height:200px;font-family:Inter,sans-serif;font-size:14px;color:#6b7280;background:#fff;border:1px solid #E2E7F1;border-radius:10px;padding:25px}.dir-dist-error{color:#dc2626}.dir-dist-chart-container{width:100%;min-height:300px}.dir-chart-tooltip{background:#1e2a5a;padding:10px 14px;border-radius:8px;box-shadow:0 4px 12px #00000026}.dir-chart-tooltip .tooltip-label{color:#fff;font-family:Inter,sans-serif;font-size:13px;font-weight:600;margin:0 0 4px}.dir-chart-tooltip .tooltip-value{color:#fff;font-family:Inter,sans-serif;font-size:12px;margin:0}.dir-chart-tooltip .tooltip-row{display:flex;align-items:center;gap:8px;margin:4px 0}.dir-chart-tooltip .tooltip-color-indicator{width:10px;height:10px;border-radius:2px;flex-shrink:0}.dir-dist-card .recharts-legend-wrapper{margin-top:16px}.dir-gender-age{display:flex;gap:20px}.dir-ga-card{flex:1;background:#fff;border:1px solid #E2E7F1;border-radius:10px;padding:25px;display:flex;flex-direction:column}.dir-ga-card-title{font-size:18px;font-family:Inter,sans-serif;font-weight:600;color:#27272a;line-height:27px;margin:0 0 24px}.dir-ga-pie-container{display:flex;align-items:center;justify-content:center;flex:1;min-height:280px}.dir-ga-pie-svg{width:100%;max-width:420px;height:auto}.dir-ga-bar-chart{flex:1;display:flex;flex-direction:column}.dir-ga-chart-area{display:flex;flex:1;min-height:280px}.dir-ga-y-axis{display:flex;flex-direction:column;justify-content:space-between;flex-shrink:0;padding-right:12px;text-align:right}.dir-ga-y-label{font-size:12px;font-family:Inter,sans-serif;color:#6c7a86}.dir-ga-chart-body{flex:1;position:relative;border-bottom:1px solid #E2E7F1}.dir-ga-grid-line{position:absolute;left:0;right:0;height:1px;background:#e2e7f1}.dir-ga-bars{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:space-around;align-items:flex-end;padding:0 20px}.dir-ga-bar-group{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%}.dir-ga-bar{width:50px;border-radius:4px 4px 0 0;position:relative;transition:opacity .2s;cursor:pointer;min-height:4px}.dir-ga-bar:hover{opacity:.8}.dir-ga-bar-tooltip{display:none;position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#000;color:#fff;padding:8px 16px;border-radius:4px;font-size:14px;font-family:Arial,sans-serif;white-space:nowrap;opacity:.9;margin-bottom:8px;z-index:10}.dir-ga-bar:hover .dir-ga-bar-tooltip{display:block}.dir-ga-bar-label{margin-top:12px;font-size:12px;font-family:Inter,sans-serif;color:#6c7a86;text-align:center;white-space:nowrap}.dir-ga-chart-container{width:100%;min-height:300px}.dir-ga-tooltip{background:#1e2a5a;padding:10px 14px;border-radius:8px;box-shadow:0 4px 12px #00000026}.dir-ga-tooltip .tooltip-label{color:#fff;font-family:Inter,sans-serif;font-size:13px;font-weight:600;margin:0 0 4px}.dir-ga-tooltip .tooltip-value{color:#fff;font-family:Inter,sans-serif;font-size:12px;margin:2px 0}.dir-ga-legend{display:flex;justify-content:center;gap:24px;margin-top:16px;flex-wrap:wrap}.dir-ga-legend-item{display:flex;align-items:center;gap:8px;font-family:Inter,sans-serif;font-size:13px;color:#27272a}.dir-ga-legend-color{width:12px;height:12px;border-radius:2px}.dir-ga-loading,.dir-ga-error{display:flex;align-items:center;justify-content:center;min-height:200px;font-family:Inter,sans-serif;font-size:14px;color:#6b7280;background:#fff;border:1px solid #E2E7F1;border-radius:10px;padding:25px;width:100%}.dir-ga-error{color:#dc2626}@media (max-width: 900px){.dir-gender-age{flex-direction:column}}.dir-demographics{padding:0}.dir-demo-card{background:#fff;border-radius:16px;padding:28px 32px 32px;box-shadow:0 1px 4px #0000000f}.dir-demo-header{display:flex;align-items:center;gap:10px;margin-bottom:24px}.dir-demo-title{font-size:16px;font-weight:600;color:#18181b;margin:0}.dir-demo-map-container{position:relative;width:100%;background:#fafafa;border-radius:12px;overflow:hidden}.dir-demo-composable-map{width:100%;height:auto;display:block}.dir-demo-map-tooltip{position:absolute;pointer-events:none;transform:translate(-50%,-120%);background:#18181beb;color:#fff;border-radius:10px;padding:12px 16px;min-width:160px;box-shadow:0 4px 16px #0000002e;z-index:10;white-space:nowrap}.dir-demo-map-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#18181beb}.dir-demo-map-zoom-controls{position:absolute;top:12px;right:12px;display:flex;flex-direction:column;gap:4px;z-index:5}.dir-demo-map-zoom-btn{width:32px;height:32px;border:1px solid #D1D5DB;border-radius:6px;background:#fff;color:#374151;font-size:18px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0000001a;transition:background .15s,border-color .15s;line-height:1;padding:0}.dir-demo-map-zoom-btn:hover{background:#f3f4f6;border-color:#9ca3af}.dir-demo-map-zoom-btn:active{background:#e5e7eb}.dir-demo-map-legend{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 0 6px}.dir-demo-map-legend-label{font-size:11px;font-weight:600;color:#6c7a86;text-transform:uppercase;letter-spacing:.5px}.dir-demo-map-legend-colors{display:flex;align-items:center;gap:6px}.dir-demo-map-legend-item{display:flex;flex-direction:column;align-items:center;gap:3px}.dir-demo-map-legend-swatch{width:32px;height:10px;border-radius:2px;border:1px solid rgba(0,0,0,.08)}.dir-demo-map-legend-value{font-size:9px;color:#6c7a86;font-weight:500}.dir-demo-tooltip{background:#18181beb;color:#fff;border-radius:10px;padding:12px 16px;min-width:160px;width:fit-content;margin:0 auto;box-shadow:0 4px 16px #0000002e;position:relative}.dir-demo-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#18181beb}.dir-demo-tooltip-title{font-size:12px;font-weight:600;margin-bottom:6px;color:#fff}.dir-demo-tooltip-row{display:flex;justify-content:space-between;align-items:center;font-size:11px;padding:2px 0}.dir-demo-tooltip-row span{color:#ffffffb3}.dir-demo-tooltip-row strong{color:#fff;font-weight:600}.dir-demo-tooltip-divider{height:1px;background:#ffffff26;margin:6px 0}.dir-demo-tooltip-subtitle{font-size:10px;font-weight:500;color:#ffffff8c;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.dir-demo-loading,.dir-demo-error,.dir-demo-empty{display:flex;align-items:center;justify-content:center;min-height:300px;font-size:14px;color:#6c7a86;background:#fafafa;border-radius:12px}.dir-demo-error{color:#dc2626}.art-gallery-container{width:100%;max-width:100%;height:100%;display:flex;flex-direction:column;gap:20px;padding:20px 40px;box-sizing:border-box;overflow-x:hidden}.art-gallery-title{color:#000;font-size:32px;font-family:Inter,sans-serif;font-weight:600;margin:0}.art-view-tabs-row{display:flex;align-items:center;justify-content:space-between}.art-view-tabs{display:flex;align-items:center;gap:16px}.art-view-tab{padding:8px 16px;border-radius:8px;border:1px solid #661813;background:transparent;color:#661813;font-size:16px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:all .2s ease}.art-view-tab:hover{background:#6618131a}.art-view-tab.active{background:#661813;color:#fff;box-shadow:0 4px 4px #00000040}.art-view-time-filter{position:relative;display:flex;align-items:center;padding:12px 16px;border:1px solid #9A9A9A;border-radius:10px;background:transparent;cursor:pointer}.art-view-time-filter select{border:none;background:transparent;color:#9a9a9a;font-size:18px;font-family:Inter,sans-serif;cursor:pointer;outline:none;padding-right:24px}.art-view-time-filter svg{position:absolute;right:16px;pointer-events:none}.art-gallery-search-box{width:100%;display:flex;align-items:center;gap:8px;padding:16px 20px;background:#fff;border:1px solid #70211C;border-radius:10px;box-sizing:border-box}.art-gallery-search-box svg{flex-shrink:0}.art-gallery-search-box input{flex:1;border:none;outline:none;background:transparent;color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif}.art-gallery-search-box input::placeholder{color:#a1a1aa}.art-gallery-search-box input:focus{outline:none;border:none}.add-art-button{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#70211c;border:none;border-radius:6px;color:#fff;font-size:14px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;transition:background .3s;margin-bottom:2px;width:fit-content}.add-art-button span:first-child{font-size:18px;font-weight:300}.add-art-button:hover{background:#8a2923}.art-gallery-card{background:#fff;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:8px;width:100%;max-width:100%;box-sizing:border-box;overflow:visible}.art-gallery-tabs{display:flex;align-items:center;padding-bottom:8px;position:relative;border-bottom:1px solid #E2E7F1;gap:0}.art-tab-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;flex:1;min-width:0}.art-tab{background:none;border:none;color:#27272a;font-size:14px;font-family:Inter,sans-serif;font-weight:400;opacity:.5;cursor:pointer;padding:8px 4px;transition:opacity .3s,font-size .2s;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%;text-align:center}.art-tab.active{color:#27272a;opacity:1;font-weight:400}.art-tab:hover{opacity:.8}.art-tab-underline{position:absolute;bottom:-9px;left:50%;transform:translate(-50%);width:100%;height:1px;background:#70211c}.art-filter-dropdown{margin-left:auto;flex-shrink:0}.art-filter-dropdown select{padding:8px 32px 8px 16px;background:#fff;border:1px solid #E2E7F1;border-radius:6px;color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='8' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4L0 0H8L4 4Z' fill='%236C7A86'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.art-filter-dropdown select:focus{outline:none;border-color:#70211c}.art-card{position:relative;width:100%;background:#fff;box-shadow:0 3px 16px #8e86ab0d;border-radius:6.4px;border:1px solid #EDEDED;overflow:hidden;display:flex;flex-direction:column}.art-card-image-container{position:relative;width:calc(100% - 16px);aspect-ratio:263 / 378;overflow:hidden;border-radius:8px;margin:8px}.art-card-image{width:100%;height:100%;object-fit:cover;border-radius:8px}.art-card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#0000002e,#0000004d);border-radius:8px;display:flex;flex-direction:column;justify-content:flex-end;padding:16px}.art-card-price-row{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:8px}.art-card-price{background:#0000004d;border-radius:6.4px;padding:4px 12px;color:#fff;font-size:9.74px;font-family:Be Vietnam Pro,sans-serif;font-weight:600;text-align:center}.art-card-separator{opacity:.5;color:#fff;font-size:12px;font-family:Inter,sans-serif;font-weight:400}.art-card-artist{color:#fff;font-size:12px;font-family:Inter,sans-serif;font-weight:400}.art-card-name{text-align:center;color:#fff;font-size:22px;font-family:Inter,sans-serif;font-weight:500;margin-bottom:8px}.art-card-description{text-align:center;color:#fff;font-size:12px;font-family:Inter,sans-serif;font-weight:400;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:12px}.art-card-view-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px;background:#70211c;border:none;border-radius:5px;color:#fff;font-size:14px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;transition:opacity .3s;align-self:center}.art-card-view-btn svg{width:12px;height:12px}.art-gallery-loading{display:flex;justify-content:center;align-items:center;padding:60px;color:#71717a;font-size:16px;font-family:Inter,sans-serif}.art-gallery-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px;color:#71717a;font-size:16px;font-family:Inter,sans-serif;text-align:center}.art-pagination{display:flex;justify-content:flex-end;align-items:center;gap:8px;margin-top:16px;padding:0 16px 16px}.art-pagination-btn{width:32px;height:32px;border:1px solid #E2E7F1;background:#fff;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;color:#6c7a86}.art-pagination-btn:hover:not(:disabled){border-color:#70211c;color:#70211c}.art-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.art-pagination-btn.page{font-size:14px;font-family:Inter,sans-serif;color:#6c7a86;font-weight:400}.art-pagination-btn.page.active{background:#70211c;border-color:#70211c;color:#fff}.art-pagination-btn.prev,.art-pagination-btn.next{color:#6c7a86}.art-pagination-btn.prev img{transform:rotate(-180deg)}.art-pagination-btn.next img{transform:rotate(0)}.art-pagination-ellipsis{font-size:14px;font-family:Inter,sans-serif;color:#6c7a86;padding:0 8px}@media (min-width: 1201px){.art-gallery-tabs{flex-wrap:nowrap}}@media (max-width: 1200px){.art-cards-container{grid-template-columns:repeat(2,1fr)}.art-gallery-tabs{flex-wrap:wrap;gap:16px}.art-tab-wrapper{flex:0 1 auto}.art-tab{font-size:13px;padding:6px 8px}.art-filter-dropdown{margin-left:0;margin-top:8px;width:100%;order:10}.art-filter-dropdown select{width:100%}}@media (max-width: 992px){.art-gallery-container{padding:20px 24px}.art-tab{font-size:12px;padding:6px}}.art-table-wrapper{width:100%;overflow-x:auto;padding:20px 0;display:block}@media (max-width: 1200px){.art-table-wrapper{display:none!important}}.art-gallery-table{width:100%;border-collapse:collapse;table-layout:auto;box-sizing:border-box;border-spacing:0}.art-gallery-table thead th{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:600;text-align:left;padding:16px 12px;border-bottom:none;white-space:nowrap}.art-gallery-table thead th:nth-child(2){padding-left:4px;padding-right:2px}.art-gallery-table thead th:nth-child(4){padding-left:4px;padding-right:12px}.art-gallery-table tbody td{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400;padding:16px 12px;border-bottom:none;vertical-align:middle;word-wrap:break-word;overflow-wrap:break-word}.art-gallery-table tbody tr{position:relative;border-bottom:1px solid #E2E7F1}.art-gallery-table tbody tr:last-child{border-bottom:1px solid #E2E7F1}.art-gallery-table .order-id{font-weight:500}.art-gallery-table .product-cell{padding:16px 2px 16px 4px!important;width:auto;max-width:250px;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;border-bottom:none!important}.product-content{display:flex;align-items:center;gap:8px;padding:0;margin:0}.product-content img{width:50px;height:50px;border-radius:8px;object-fit:cover;flex-shrink:0;background-color:#f3f4f6;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.product-name{font-weight:500;text-decoration:underline;cursor:pointer;color:#2b2d3b}.product-name.clickable:hover{opacity:.7}.art-gallery-table .ordered-by-cell{white-space:normal;text-align:left;padding:16px 12px!important;max-width:200px}.ordered-by-content{display:flex;align-items:center;gap:4px;justify-content:flex-start}.user-info{display:flex;flex-direction:column;gap:4px;align-items:flex-start}.user-name{font-weight:500;text-decoration:underline;cursor:pointer;color:#2b2d3b;white-space:normal;text-align:left;align-self:flex-start;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:150px}.art-gallery-table .date{white-space:normal;word-wrap:break-word;overflow-wrap:break-word;padding-left:4px!important;width:auto;border-bottom:none!important}.art-gallery-table .amount{font-weight:400;width:auto;word-wrap:break-word;overflow-wrap:break-word;border-bottom:none!important}.art-gallery-table .approved-by{text-decoration:underline;cursor:pointer;width:auto;max-width:150px;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;white-space:normal!important;border-bottom:none!important}.status-badge{display:inline-block;padding:2px 6px;border-radius:50px;font-size:12px;font-family:Inter,sans-serif;font-weight:400;text-align:center;white-space:nowrap}.status-badge.clickable-status{cursor:pointer;transition:opacity .2s;border-radius:50px}.status-badge.clickable-status:hover{opacity:.8}.art-orders-cards-container{display:none;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.item-card{background:#fff;border:1px solid #E2E7F1;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px;transition:box-shadow .2s}.item-card:hover{box-shadow:0 2px 8px #00000014}.card-header{display:flex;justify-content:space-between;align-items:center}.card-order-id{font-family:Inter,sans-serif;font-size:14px;font-weight:600;color:#2b2d3b}.card-product-section{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #F4F4F5}.card-product-section img{width:60px;height:60px;object-fit:cover;border-radius:8px}.card-product-name{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#2b2d3b;cursor:pointer}.card-product-name.clickable:hover{text-decoration:underline}.card-content{display:flex;flex-direction:column;gap:12px}.card-label{font-family:Inter,sans-serif;font-size:12px;font-weight:400;color:#71717a;min-width:80px}.card-value{font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#2b2d3b;text-align:right;flex:1}.card-user-info{display:flex;align-items:center;gap:8px;justify-content:flex-end}.card-user-details{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.card-user-name{font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#2b2d3b}.card-amount{font-weight:600}.art-empty-state{grid-column:1 / -1;display:flex;align-items:center;justify-content:center;text-align:center;padding:40px 20px;color:#6c7a86;font-family:Inter,sans-serif;font-size:14px;min-height:200px;width:100%}.art-cards-container{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:0;width:100%;max-width:100%;box-sizing:border-box}@media (min-width: 1400px) and (max-width: 1599px){.art-cards-container{grid-template-columns:repeat(3,350px);justify-content:space-between}}@media (min-width: 1600px) and (max-width: 1699px){.art-cards-container{grid-template-columns:repeat(3,400px);justify-content:space-between}}@media (min-width: 1700px) and (max-width: 2199px){.art-cards-container{grid-template-columns:repeat(4,320px);justify-content:space-between}}@media (min-width: 2200px) and (max-width: 2699px){.art-cards-container{grid-template-columns:repeat(5,320px);justify-content:space-between}}@media (min-width: 2700px){.art-cards-container{grid-template-columns:repeat(6,320px);justify-content:space-between}}@media (max-width: 1200px){.art-gallery-table,.art-table-wrapper{display:none!important}.art-cards-container{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.art-orders-cards-container{display:grid!important}}@media (max-width: 768px){.art-gallery-container{padding:16px}.art-gallery-title{font-size:24px}.art-cards-container{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;padding:16px 8px}.art-orders-cards-container{grid-template-columns:1fr;gap:14px}.art-tab{font-size:11px;padding:6px 4px}.art-filter-dropdown select{width:100%}.add-art-button{width:100%;justify-content:center;padding:12px 16px}}@media (max-width: 480px){.art-gallery-container{padding:12px}.art-gallery-title{font-size:20px}.art-cards-container{grid-template-columns:1fr;padding:12px 4px}.art-tab{font-size:10px;padding:4px 2px}.art-card-name{font-size:18px}.art-card-description{font-size:11px}}.art-details-container{width:100%;height:100%;display:flex;flex-direction:column;gap:20px;padding:20px 40px;box-sizing:border-box;overflow-x:hidden}.art-details-header{display:flex;justify-content:space-between;align-items:center}.art-details-breadcrumb{display:flex;align-items:center;gap:12px}.breadcrumb-parent{opacity:.5;color:#27272a;font-size:14px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;transition:opacity .2s}.breadcrumb-parent:hover{opacity:.7}.breadcrumb-current{color:#27272a;font-size:32px;font-family:Inter,sans-serif;font-weight:600;line-height:1}.art-action-buttons{display:flex;align-items:center;gap:12px}.art-view-qr-btn{height:48px;padding:16px;background-color:#fff;border-radius:10px;border:1px solid #661914;box-sizing:border-box;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;transition:all .2s}.art-view-qr-btn:hover{background-color:#f9f9f9}.art-view-qr-btn img{width:24px;height:24px;flex-shrink:0}.art-view-qr-btn span{color:#661914;font-size:18px;font-family:Inter,sans-serif;flex-shrink:0}.art-view-qr-btn .uppercase{text-transform:uppercase}.art-view-qr-btn .lowercase{text-transform:lowercase}.art-edit-btn{height:48px;padding:16px;background:#70211c;border-radius:10px;border:none;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;transition:background-color .2s}.art-edit-btn:hover{background:#5a1a16}.art-edit-btn img{width:24px;height:24px;filter:brightness(0) invert(1)}.art-edit-btn span{color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400}.art-details-card{background:#fff;border-radius:12px;padding:32px;box-shadow:0 1px 3px #0000000d;overflow:hidden}.art-details-content{display:flex;gap:40px;min-width:0}.art-image-section{flex-shrink:0;width:330px}.art-detail-image{width:100%;height:auto;aspect-ratio:330 / 410;object-fit:cover;border-radius:5px;background:#d9d9d9}.art-info-section{flex:1;display:flex;flex-direction:column;gap:16px;min-width:0;overflow:hidden}.art-info-group{display:flex;flex-direction:column;gap:8px;min-width:0;overflow:hidden}.art-id{color:#2b2d3b80;font-size:12px;font-family:Inter,sans-serif;font-style:italic;font-weight:400}.art-title{color:#27272a;font-size:24px;font-family:Inter,sans-serif;font-weight:700;margin:0;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.art-meta-row{display:flex;align-items:flex-start;gap:24px;flex-wrap:nowrap}.art-meta-item{display:flex;flex-direction:column-reverse;gap:4px;text-align:center;flex:0 1 auto;min-width:0;max-width:150px}.art-meta-item:first-child{flex:0 1 auto;max-width:250px}@media (max-width: 992px){.art-details-container{padding:20px 24px}.art-details-content{flex-direction:column;gap:24px}.art-image-section{width:100%;max-width:400px;margin:0 auto}.art-meta-row{gap:20px}}@media (max-width: 768px){.art-details-container{padding:16px}.art-details-header{flex-direction:column;align-items:flex-start;gap:16px}.breadcrumb-current{font-size:24px}.art-edit-btn{width:100%;justify-content:center;padding:12px 16px}.art-details-card{padding:20px}.art-title{font-size:20px}.art-meta-row{gap:16px}.art-meta-item{flex:1;min-width:0}.art-meta-item:first-child{flex:1}.meta-value{font-size:14px}.meta-label{font-size:11px}}@media (max-width: 480px){.art-details-container{padding:12px}.breadcrumb-current{font-size:20px}.art-details-card{padding:16px}.art-title{font-size:18px}.info-section-text{font-size:13px}}.art-qr-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.art-qr-modal-content{width:100%;max-width:500px;height:643px;position:relative;border-radius:32px;background-color:#fff;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;box-sizing:border-box}.art-qr-code-image{border-radius:32.54px;width:419px;height:431px;object-fit:cover;margin-bottom:20px}.art-qr-actions{display:flex;align-items:center;gap:16px;margin-top:auto}.art-qr-btn{height:48px;border-radius:10px;background-color:#70211c;display:flex;align-items:center;justify-content:center;padding:16px 32px;box-sizing:border-box;gap:8px;border:none;cursor:pointer;color:#fff;font-size:18px;font-family:Inter,sans-serif;transition:background-color .2s ease}.art-qr-btn:hover{background-color:#8a2a23}.art-qr-btn svg,.art-qr-btn img{height:24px;width:24px;flex-shrink:0}.art-qr-btn span{flex-shrink:0;text-transform:lowercase}.art-qr-btn .uppercase{text-transform:uppercase}.art-qr-loading,.art-qr-error{text-align:center;padding:40px;font-size:16px}.art-qr-error{color:#dc2626}@media (max-width: 768px){.art-qr-modal-content{max-width:90%;height:auto;min-height:500px;padding:30px 20px}.art-qr-code-image{width:100%;max-width:350px;height:auto;aspect-ratio:1}.art-qr-actions{flex-direction:column;width:100%}.art-qr-btn{width:100%}}.upload-art-container{width:100%;height:100%;display:flex;flex-direction:column;gap:16px;padding:20px 40px;background:#f5f5f5}.upload-art-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2px}.upload-art-header-left{display:flex;align-items:center}.upload-art-breadcrumb{display:flex;align-items:center;gap:12px}.upload-art-breadcrumb-category{opacity:.5;color:#27272a;font-size:14px;font-family:Inter,sans-serif;font-weight:400;line-height:1;cursor:pointer;transition:opacity .2s}.upload-art-breadcrumb-category:hover{opacity:.7}.upload-art-breadcrumb-arrow{width:10px;height:17px;flex-shrink:0}.upload-art-page-title{color:#27272a!important;font-size:32px!important;font-family:Inter,sans-serif!important;font-weight:600!important;margin:0!important;line-height:1!important}.upload-art-header-right{display:flex;align-items:center;gap:16px}.delete-art-link{color:#d92d20;font-size:14px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;text-decoration:none;transition:opacity .2s}.delete-art-link:hover{opacity:.8}.btn-save-art{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#70211c;color:#fff;border:none;border-radius:8px;font-size:15px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:all .2s;height:fit-content;flex-shrink:0}.btn-save-art:disabled{opacity:.5;cursor:not-allowed}.btn-save-art:not(:disabled):hover{background:#5a1a16}.btn-save-art svg{width:16px;height:16px;flex-shrink:0}.upload-art-form-card{width:100%;background:#fff;border-radius:12px;padding:32px;box-shadow:0 1px 3px #0000000d}.upload-art-form-content{display:flex;flex-direction:column;gap:0}.upload-art-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:nowrap}.upload-art-section-title{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:500;margin:0}.inactive-toggle{display:flex;align-items:center;gap:12px}.inactive-toggle-label{color:#656d9a;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.toggle-switch{position:relative;width:42px;height:24px;background:#e2e7f1;border-radius:12px;cursor:pointer;transition:background-color .2s}.toggle-switch.active{background:#70211c}.toggle-switch-knob{position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .2s}.toggle-switch.active .toggle-switch-knob{transform:translate(18px)}.upload-art-form-fields{display:flex;flex-direction:column;gap:16px}.upload-art-form-row{display:flex;gap:16px;align-items:flex-start}.upload-art-form-group{display:flex;flex-direction:column;gap:8px;flex:1;min-width:0}.upload-art-form-group.full-width{width:100%}.upload-art-form-label{color:#656d9a;font-size:12px;font-family:Inter,sans-serif;font-weight:400;text-transform:capitalize}.upload-art-form-input{width:100%;height:40px;background:#fff;border-radius:6px;border:1px solid #E2E7F1;padding:10px 12px;font-size:14px;font-family:Inter,sans-serif;color:#2b2d3b;transition:border-color .2s}.upload-art-form-input:focus{outline:none;border-color:#a67b76}.upload-art-form-input::placeholder{color:#2b2d3b4d}.upload-art-form-input:disabled{background:#f9fafb;color:#2b2d3b80}.upload-art-form-textarea{width:100%;min-height:130px;background:#fff;border-radius:6px;border:1px solid #E2E7F1;padding:12px;font-size:14px;font-family:Inter,sans-serif;color:#2b2d3b;resize:vertical;transition:border-color .2s}.upload-art-form-textarea:focus{outline:none;border-color:#a67b76}.upload-art-form-textarea::placeholder{color:#2b2d3b4d}.upload-art-form-textarea:disabled{background:#f9fafb;color:#2b2d3b80}.upload-art-form-select{width:100%;height:40px;background:#fff;border-radius:6px;border:1px solid #E2E7F1;padding:10px 36px 10px 12px;font-size:14px;font-family:Inter,sans-serif;color:#2b2d3b;cursor:pointer;transition:border-color .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%232B2D3B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.upload-art-form-select:focus{outline:none;border-color:#a67b76}.upload-art-form-select:disabled{background-color:#f9fafb;color:#2b2d3b80;cursor:not-allowed}.radio-group{display:flex;gap:24px;margin-top:4px}.radio-option{display:flex;align-items:center;gap:8px;cursor:pointer}.radio-input{width:18px;height:18px;border:2px solid #E2E7F1;border-radius:50%;cursor:pointer;position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;transition:all .2s}.radio-input:checked{border-color:#70211c;background:#fff}.radio-input:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background:#70211c}.radio-input:disabled{opacity:.5;cursor:not-allowed}.radio-label{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer}.radio-option input:disabled~.radio-label{opacity:.5;cursor:not-allowed}.upload-art-upload-section{display:flex;gap:20px;margin-top:8px}.upload-art-upload-box{flex:1;display:flex;flex-direction:column;gap:12px}.upload-art-upload-title{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;margin:0}.upload-art-upload-area{width:100%;min-height:200px;background:#fafafa;border-radius:8px;border:1px dashed #E2E7F1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;transition:border-color .2s,background-color .2s;position:relative}.upload-art-upload-area:hover{border-color:#a67b76;background-color:#f5f5f5}.upload-art-upload-area.dragging{border-color:#70211c;background-color:#fef2f2;border-width:2px}.upload-art-file-input{display:none}.upload-art-upload-label{width:100%;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-direction:column;gap:8px}.upload-art-upload-text{color:#6b7280;font-size:16px;font-family:Inter,sans-serif;font-weight:400;text-align:center}.upload-art-browse-link{color:#1269cf;cursor:pointer;text-decoration:none}.upload-art-browse-link:hover{text-decoration:underline}.upload-art-uploaded-files-list{width:100%;display:flex;flex-direction:column;gap:12px;padding:0}.upload-art-file-item-card{width:100%;padding:15px;background:#fff;border-radius:12px;outline:1px solid #E7E7E7;outline-offset:-1px}.upload-art-file-item-content{display:flex;align-items:center;gap:8px}.upload-art-file-thumbnail{width:34px;height:34px;border-radius:5px;object-fit:cover;flex-shrink:0}.upload-art-file-icon{width:34px;height:34px;flex-shrink:0}.upload-art-file-info{flex:1;display:flex;flex-direction:column;gap:2px}.upload-art-file-name{color:#0b0b0b;font-size:11.43px;font-family:Inter,sans-serif;font-weight:600;line-height:17.14px;word-wrap:break-word}.upload-art-file-size{color:#6d6d6d;font-size:11.43px;font-family:Inter,sans-serif;font-weight:400;line-height:15.24px}.upload-art-file-delete-btn{width:24px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .2s}.upload-art-file-delete-btn img{width:24px;height:24px}.upload-art-file-delete-btn:hover{opacity:.7}.upload-art-add-more-btn{padding:12px;background:transparent;border:1px dashed #E2E7F1;border-radius:8px;color:#1269cf;font-size:14px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;text-align:center;transition:all .2s;display:block}.upload-art-add-more-btn:hover{border-color:#1269cf;background:#f9fafb}.delete-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.delete-modal{background:#fff;border-radius:12px;padding:24px;max-width:400px;width:90%}.delete-modal-title{color:#2b2d3b;font-size:18px;font-family:Inter,sans-serif;font-weight:600;margin:0 0 12px}.delete-modal-text{color:#656d9a;font-size:14px;font-family:Inter,sans-serif;font-weight:400;margin:0 0 24px;line-height:1.5}.delete-modal-actions{display:flex;gap:12px;justify-content:flex-end}.btn-cancel{padding:10px 20px;background:#fff;border:1px solid #E2E7F1;border-radius:8px;color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:all .2s}.btn-cancel:hover{background:#f9fafb}.btn-delete{padding:10px 20px;background:#d92d20;border:none;border-radius:8px;color:#fff;font-size:14px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:all .2s}.btn-delete:disabled{opacity:.5;cursor:not-allowed}.btn-delete:not(:disabled):hover{background:#b91c1c}@media (max-width: 1200px){.upload-art-form-row{flex-wrap:wrap}.upload-art-upload-section{flex-direction:column}}@media (max-width: 992px){.upload-art-container{padding:20px 24px}.upload-art-upload-section{flex-direction:column}}@media (max-width: 768px){.upload-art-container{padding:16px}.upload-art-form-card{padding:20px}.upload-art-page-title{font-size:24px!important}.upload-art-header-right{flex-direction:column;align-items:flex-end;gap:8px}}@media (max-width: 480px){.upload-art-breadcrumb-category{font-size:12px}.upload-art-page-title{font-size:20px!important}.upload-art-form-row{flex-direction:column}.radio-group{flex-direction:column;gap:12px}}.art-details-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.art-details-modal{background:#fff;border-radius:12px;max-width:1100px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.art-details-modal-close{position:absolute;top:16px;right:16px;background:#fff;border:1px solid #E4E4E7;border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:10}.art-details-modal-close:hover{background:#f4f4f5}.art-details-modal-close svg{color:#27272a}.art-details-modal-loading,.art-details-modal-error{padding:60px 40px;text-align:center}.art-details-modal-error{color:#ef4444}.art-details-modal-content{padding:32px;display:flex;gap:40px;min-width:0;overflow:hidden}.art-modal-image-section{flex-shrink:0;width:330px}.art-modal-image{width:100%;height:auto;aspect-ratio:330 / 410;object-fit:cover;border-radius:5px;background:#d9d9d9}.art-modal-info-section{flex:1;display:flex;flex-direction:column;gap:16px;min-width:0;overflow:hidden}.art-modal-info-group{display:flex;flex-direction:column;gap:8px;min-width:0;overflow:hidden}.art-modal-id{color:#2b2d3b80;font-size:12px;font-family:Inter,sans-serif;font-style:italic;font-weight:400}.art-modal-title{color:#27272a;font-size:24px;font-family:Inter,sans-serif;font-weight:700;margin:0;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.art-modal-meta-row{display:flex;align-items:flex-start;gap:24px;flex-wrap:nowrap}.art-modal-meta-item{display:flex;flex-direction:column-reverse;gap:4px;text-align:center;flex:0 1 auto;min-width:0;max-width:150px}.art-modal-meta-item:first-child{flex:0 1 auto;max-width:250px}.meta-value{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:400;word-break:normal;overflow-wrap:break-word}.meta-label{color:#2b2d3b80;font-size:12px;font-family:Inter,sans-serif;font-style:italic;font-weight:400}.meta-separator{width:1px;align-self:stretch;background:#27272a80;opacity:.5}.info-section-title{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:700;margin:0}.info-section-text{color:#27272a80;font-size:14px;font-family:Lato,sans-serif;font-weight:400;line-height:1.5;margin:0;white-space:pre-line;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;max-width:100%}.documents-list{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.document-link{color:#0015d7;font-size:14px;font-family:Lato,sans-serif;font-weight:400;text-decoration:underline;cursor:pointer;transition:opacity .2s}.document-link:hover{opacity:.7}.doc-separator{color:#0015d7;font-size:14px;font-family:Lato,sans-serif;margin:0 4px}@media (max-width: 992px){.art-details-modal-content{flex-direction:column;gap:24px}.art-modal-image-section{width:100%;max-width:400px;margin:0 auto}.art-modal-meta-row{gap:20px}.art-modal-meta-item{flex:1;min-width:0}.art-modal-meta-item:first-child{flex:1}}@media (max-width: 768px){.art-details-modal-content{padding:20px}.art-modal-title{font-size:20px}.art-modal-meta-row{gap:16px}.art-modal-meta-item{flex:1;min-width:0}.meta-value{font-size:14px}.meta-label{font-size:11px}}@media (max-width: 480px){.art-details-modal-content{padding:16px}.art-modal-title{font-size:18px}.info-section-text{font-size:13px}}.art-order-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.art-order-modal-content{background:#fff;border-radius:10px;width:100%;max-width:640px;max-height:90vh;overflow-y:auto;padding:32px 16px;position:relative;display:flex;flex-direction:column;gap:20px}.art-order-modal-content.cancel-form-view{max-width:524px;padding:12px;gap:0}.art-order-modal-close{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;padding:4px;color:#787879;transition:color .2s ease}.art-order-modal-close:hover{color:#27272a}.art-order-modal-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}.loading-spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #70211C;border-radius:50%;animation:spin 1s linear infinite}.art-order-modal-loading p{color:#787879;font-size:14px;font-family:Lato,sans-serif}.art-order-modal-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}.art-order-modal-error p{color:#70211c;font-size:14px;font-family:Lato,sans-serif}.art-order-modal-error button{padding:10px 20px;background:#70211c;color:#fff;border:none;border-radius:8px;cursor:pointer;font-family:Inter,sans-serif}.art-order-modal-empty{display:flex;align-items:center;justify-content:center;padding:60px 20px}.art-order-modal-empty p{color:#787879;font-size:14px;font-family:Lato,sans-serif}.art-order-header{display:flex;align-items:center;gap:8px;padding:8px;background:#fff}.art-order-image{width:43px;height:43px;border-radius:5px;object-fit:cover;background:#d9d9d9}.art-order-title{color:#000;font-size:16px;font-family:Lato,sans-serif;font-weight:400;word-wrap:break-word}.art-order-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:0 8px}.art-order-detail-item{display:flex;align-items:flex-start;gap:8px}.art-order-detail-icon{width:18px;height:18px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.art-order-detail-icon img{width:100%;height:100%;object-fit:contain;filter:brightness(0) saturate(100%) invert(47%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(90%) contrast(90%)}.art-order-detail-content{display:flex;flex-direction:column;gap:2px}.art-order-detail-label{color:#00000080;font-size:12px;font-family:Lato,sans-serif;font-weight:400}.art-order-detail-value{color:#000;font-size:16px;font-family:Lato,sans-serif;font-weight:400;word-wrap:break-word}.art-order-purchased-by{display:flex;align-items:flex-start;gap:8px;padding:0 8px}.art-order-rejection-section{display:flex;flex-direction:column;gap:8px;padding:0 8px}.art-order-rejection-label{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:500}.art-order-rejection-text{color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-weight:400;line-height:1.5}.art-order-logs-section{display:flex;flex-direction:column;gap:8px;padding:0 8px}.art-order-logs-label{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:700}.art-order-logs-list{display:flex;flex-direction:column;gap:0}.art-order-log-entry{display:flex;align-items:flex-start;gap:12px}.art-order-log-icon{flex-shrink:0;width:15px;height:15px;display:flex;align-items:center;justify-content:center;margin-top:2px;opacity:.5}.art-order-log-icon img{width:100%;height:100%;object-fit:contain;filter:brightness(0) saturate(100%) invert(8%) sepia(5%) saturate(1000%) hue-rotate(180deg) brightness(95%) contrast(90%)}.art-order-log-text{flex:1;color:#27272a;font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400;word-wrap:break-word;opacity:.5}.art-order-log-text span{color:#27272a;font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400}.art-order-log-user{text-decoration:underline}.art-order-log-document-link{color:#70211c;text-decoration:underline;cursor:pointer}.art-order-log-document-link:hover{opacity:.8}.art-order-log-divider{width:1px;height:16px;background:#27272a33;margin-left:7px;margin-top:4px;margin-bottom:4px}.art-order-actions{display:flex;justify-content:center;align-items:flex-start;gap:16px;padding-top:12px}.art-order-reject-btn{height:48px;padding:16px;border-radius:10px;border:1px solid #70211C;background:transparent;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;transition:background .2s ease}.art-order-reject-btn:hover{background:#70211c0d}.art-order-reject-btn svg{width:14px;height:14px;color:#70211c}.art-order-reject-btn span{color:#70211c;font-size:18px;font-family:Inter,sans-serif;font-weight:400}.art-order-approve-btn{height:48px;padding:16px;background:#70211c;border-radius:10px;border:none;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;transition:background .2s ease}.art-order-approve-btn:hover{background:#5a1a16}.art-order-approve-btn svg{width:24px;height:24px;color:#fff}.art-order-approve-btn span{color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400}.art-order-upload-label{color:#64748b;font-size:14px;font-family:Inter,sans-serif;font-weight:400;margin-top:8px}.art-order-upload-area{width:100%;min-height:64px;background:#fff;border-radius:6px;border:1px dashed #E2E7F1;display:flex;align-items:center;justify-content:center;padding:10px;cursor:pointer;transition:all .2s ease;box-sizing:border-box}.art-order-upload-area.has-files{align-items:flex-start;justify-content:flex-start;cursor:default;min-height:auto;height:auto}.art-order-upload-area:hover{border-color:#70211c;background-color:#fef2f2}.art-order-file-input{display:none}.art-order-upload-text{color:#1f2937;font-size:16px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer}.art-order-browse-link{color:#2563eb;cursor:pointer}.art-order-browse-link:hover{text-decoration:underline}.art-order-upload-area-content{width:100%;display:flex;flex-direction:column;gap:6px;overflow:hidden}.art-order-uploaded-file-item{width:100%;padding:6px 8px;background:#fff;border-radius:6px;border:1px solid #e9ecef;box-sizing:border-box;overflow:hidden}.art-order-uploaded-file-content{display:flex;align-items:center;gap:8px;width:100%;overflow:hidden}.art-order-uploaded-file-icon{width:20px;height:20px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.art-order-uploaded-file-icon img{width:100%;height:100%;object-fit:contain}.art-order-uploaded-file-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px;overflow:hidden}.art-order-uploaded-file-name{color:#1f2937;font-size:14px;font-family:Inter,sans-serif;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.art-order-uploaded-file-size{color:#64748b;font-size:12px;font-family:Inter,sans-serif;font-weight:400}.art-order-uploaded-file-remove{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.art-order-uploaded-file-remove:hover svg path{fill:#70211c}.art-order-add-more-files-button{width:100%;padding:8px;background:#f8fafc;border:1px solid #E2E8F0;border-radius:6px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .2s ease}.art-order-add-more-files-button:hover{background:#f1f5f9;border-color:#cbd5e1}.art-order-add-more-files-button span{color:#1269cf;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.art-order-confirm-btn{height:48px;padding:16px 15px;background:#70211c;border-radius:10px;border:none;display:inline-flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;transition:background .2s ease;width:auto}.art-order-confirm-btn:hover{background:#5a1a16}.art-order-confirm-btn:disabled{background:#ccc;cursor:not-allowed}.art-order-confirm-btn svg{width:16px;height:16px;color:#fff}.art-order-confirm-btn span{color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400}.art-order-back-link{text-align:center;color:#70211c;font-size:16px;font-family:Inter,sans-serif;font-weight:400;text-decoration:underline;cursor:pointer;padding:8px}.art-order-back-link:hover{opacity:.8}.art-order-awaiting-payment-btn{height:48px;padding:16px 15px;background:#595959;border-radius:10px;border:none;display:inline-flex;justify-content:center;align-items:center;gap:8px;cursor:not-allowed;color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400;width:auto;margin:0 auto}.art-order-awaiting-payment-btn img{width:16px;height:16px}.art-order-cancel-link{background:none;border:none;text-align:center;color:#70211c;font-size:16px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;transition:all .2s ease;padding:8px;text-decoration:underline}.art-order-cancel-link:hover{color:#5a1915;opacity:.8}.art-order-dispatch-btn{height:48px;padding:16px 48px;background:#70211c;border-radius:10px;border:none;display:inline-flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400;width:auto;margin:0 auto;transition:background .2s ease}.art-order-dispatch-btn:hover{background:#5a1a16}.art-order-dispatch-btn img{width:16px;height:16px}.art-order-delivered-btn{height:48px;padding:16px 48px;background:#70211c;border-radius:10px;border:none;display:inline-flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400;width:auto;margin:0 auto;transition:background .2s ease}.art-order-delivered-btn:hover{background:#5a1a16}.art-order-delivered-btn img{width:16px;height:16px}.art-order-print-btn{height:48px;padding:16px 24px;background:#fff;border-radius:10px;border:1px solid #70211C;color:#70211c;font-size:18px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:background .2s ease}.art-order-print-btn:hover{background:#f5f5f5}.art-order-print-btn img{width:16px;height:16px}.art-order-download-btn{height:48px;padding:16px 24px;background:#70211c;border-radius:10px;border:none;color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:background .2s ease}.art-order-download-btn:hover{background:#5a1a16}.art-order-download-btn img{width:16px;height:16px}@media (max-width: 600px){.art-order-modal-content{padding:24px 12px;max-height:85vh}.art-order-details-grid{grid-template-columns:1fr;gap:16px}.art-order-actions{flex-direction:column;width:100%}.art-order-reject-btn,.art-order-approve-btn{width:100%}}.rejectionReasonParent{width:100%;position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:8px;text-align:left;font-size:16px;color:#2b2d3b;font-family:Inter;margin-bottom:24px}.rejectionReason{align-self:stretch;position:relative;font-weight:500}.groupWrapper{width:100%;position:relative;font-size:12px}.groupContainer{width:100%;padding:16px;background:#f9fafb;border-radius:8px;border:1px solid #E5E7EB}.rejectedByCustomer{display:inline-block;width:100%;font-size:14px;font-weight:400;color:#6c7a86;line-height:20px;font-family:Inter}.art-cancel-order-form{width:100%;height:100%;padding:0;background:#fff;border-radius:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:12px;overflow-y:auto}.art-cancel-form-content{width:100%;max-width:500px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:12px}.art-cancel-header{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px}.art-cancel-title{color:var(--text-ddashboard-lack, #2B2D3B);font-size:16px;font-family:Inter,sans-serif;font-weight:500;margin:0;word-wrap:break-word}.art-cancel-order-id{opacity:.5;color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-style:italic;font-weight:500;text-align:right;white-space:nowrap}.art-cancel-section{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px}.art-cancel-section-label,.art-cancel-logs-label,.art-cancel-rejection-label,.art-cancel-upload-label{color:#656d9a;font-size:14px;font-family:Inter,sans-serif;font-weight:400;margin-bottom:0;word-wrap:break-word}.art-cancel-item-row{display:flex;flex-direction:row;align-items:center;gap:10px;width:100%}.art-cancel-item-image{width:50.49px;height:50.49px;border-radius:5px;object-fit:cover;flex-shrink:0}.art-cancel-item-info{display:flex;flex-direction:column;gap:6px;flex:1}.art-cancel-item-title{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer}.art-cancel-item-description{color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-weight:400;line-height:1.5}.art-cancel-member-row{display:flex;flex-direction:row;align-items:flex-start;gap:10px;width:100%}.art-cancel-member-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;flex-shrink:0;background-color:#e0e0e0;display:flex;align-items:center;justify-content:center}.art-cancel-member-avatar img{width:100%;height:100%;object-fit:cover}.art-cancel-member-initials{font-size:14px;font-weight:500;color:#666;text-transform:uppercase}.art-cancel-member-info{display:flex;flex-direction:column;gap:4px;flex:1}.art-cancel-member-name{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;text-decoration:underline}.art-cancel-member-tier{color:#666;font-size:12px;font-family:Inter,sans-serif;font-weight:400}.art-cancel-amount{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.art-cancel-logs-label{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:700;margin-bottom:4px}.art-cancel-logs-timeline{display:flex;flex-direction:column;gap:8px;width:100%}.art-cancel-log-entry{display:flex;align-items:flex-start;gap:8px}.art-cancel-log-icon-wrapper{width:16px;height:16px;opacity:.5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.art-cancel-log-icon{width:100%;height:100%;object-fit:contain}.art-cancel-log-text{opacity:.5;color:var(--Balck-defaulto-for-text, #27272A);font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400;line-height:1.5;flex:1}.art-cancel-log-user{text-decoration:underline;cursor:pointer}.art-cancel-log-connector{width:2px;height:17.5px;margin-left:7px;opacity:.5;background:var(--Balck-defaulto-for-text, #27272A)}.art-cancel-log-document a{text-decoration:underline;cursor:pointer;color:inherit}.art-cancel-log-document a:hover{text-decoration:underline}.art-cancel-rejection-label{color:#656d9a;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.art-cancel-rejection-input{width:100%;min-height:80px;padding:12px;background:#fff;border-radius:6.4px;border:1px solid #E2E7F1;font-size:14px;font-family:Inter,sans-serif;color:#2b2d3b;resize:vertical;outline:none;box-sizing:border-box}.art-cancel-rejection-input::placeholder{color:#656d9a;opacity:.5}.art-cancel-rejection-input:focus{border-color:#70211c}.art-cancel-upload-area{width:100%;min-height:65px;background:#fff;border-radius:6.4px;border:1px dashed #E2E7F1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px;box-sizing:border-box;cursor:pointer;transition:all .3s ease}.art-cancel-upload-area:hover{border-color:#1269cf;background:#f9f9f9}.art-cancel-upload-area.has-files{align-items:stretch;padding:12px;cursor:default}.art-cancel-upload-label-area{color:#2b2d3b;font-size:15px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;text-align:center;width:100%}.art-cancel-browse-link{color:#1269cf;font-weight:400;cursor:pointer;text-decoration:none}.art-cancel-browse-link:hover{text-decoration:underline}.art-cancel-upload-area-content{width:100%;display:flex;flex-direction:column;gap:12px}.art-cancel-uploaded-file-item{width:100%;padding:12px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef;box-sizing:border-box}.art-cancel-uploaded-file-content{display:flex;align-items:center;gap:12px}.art-cancel-uploaded-file-icon{width:32px;height:32px;object-fit:contain;flex-shrink:0}.art-cancel-uploaded-file-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.art-cancel-uploaded-file-name{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.art-cancel-uploaded-file-size{color:#858585;font-size:12px;font-family:Inter,sans-serif;font-weight:400}.art-cancel-uploaded-file-remove{background:none;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .2s ease}.art-cancel-uploaded-file-remove:hover:not(:disabled){opacity:.7}.art-cancel-uploaded-file-remove:disabled{opacity:.5;cursor:not-allowed}.art-cancel-add-more-files-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;width:100%;background:#fff;border:2px dashed #1269CF;border-radius:8px;color:#1269cf;font-size:14px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:all .2s ease;margin-top:8px}.art-cancel-add-more-files-button:hover{background:#f0f7ff}.art-cancel-actions{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;margin-top:8px}.art-cancel-confirm-btn{height:48px;padding:12px 32px;background:#70211c;border-radius:10px;border:none;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;transition:all .3s ease;color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400}.art-cancel-confirm-btn:hover:not(:disabled){background:#8a2a23;transform:translateY(-2px);box-shadow:0 4px 8px #70211c33}.art-cancel-confirm-btn:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.art-cancel-confirm-btn:disabled:hover{background:#ccc;transform:none;box-shadow:none}.art-cancel-confirm-icon{width:16px;height:16px}.art-cancel-back-btn{background:none;border:none;color:#70211c;font-size:18px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;padding:8px 16px;transition:all .2s ease;text-decoration:underline}.art-cancel-back-btn:hover{opacity:.7}.art-cancel-back-btn:disabled{opacity:.5;cursor:not-allowed}.art-distribution{display:flex;flex-direction:column;gap:20px}.art-distribution .art-distribution-loading,.art-distribution .art-distribution-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;background:#fff;border:1px solid #E2E7F1;border-radius:10px;color:#6c7a86;font-size:14px;font-family:Inter,sans-serif}.art-distribution .art-distribution-error button{margin-top:12px;padding:8px 20px;background:#70211c;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px}.art-distribution .distribution-loading-indicator{font-size:13px;color:#9a9a9a;font-family:Inter,sans-serif}.art-distribution .distribution-card{background:#fff;border:1px solid #E2E7F1;border-radius:10px;padding:25px}.art-distribution .distribution-card-title{font-size:18px;font-family:Inter,sans-serif;font-weight:600;color:#27272a;line-height:27px;margin:0 0 24px}.art-distribution .order-status-table{width:100%;border-collapse:collapse;font-family:Arial,sans-serif}.art-distribution .order-status-table thead tr{border-bottom:1px solid #E2E7F1}.art-distribution .order-status-table th{padding:11px 16px;font-size:14px;font-weight:700;color:#6c7a86;text-align:center;line-height:21px}.art-distribution .order-status-table th:first-child{text-align:left}.art-distribution .order-status-table tbody tr{border-bottom:1px solid #E2E7F1}.art-distribution .order-status-table td{padding:11px 16px;font-size:14px;color:#27272a;text-align:center;line-height:21px}.art-distribution .order-status-table td:first-child{text-align:left}.art-distribution .order-status-table td.total-cell{font-weight:700}.art-distribution .distribution-chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.art-distribution .distribution-chart-header .distribution-card-title{margin:0}.art-distribution .distribution-filters{display:flex;align-items:center;gap:12px}.art-distribution .distribution-filter-select{padding:10px 16px;border:1px solid #E2E7F1;border-radius:8px;background:#fff;color:#27272a;font-size:14px;font-family:Inter,sans-serif;cursor:pointer;outline:none;min-width:140px}.art-distribution .distribution-filter-select:hover{border-color:#9a9a9a}.art-distribution .distribution-filter-select:focus{border-color:#70211c}.art-distribution .distribution-filter{display:flex;align-items:center;position:relative;padding:12px 16px;border:1px solid #9A9A9A;border-radius:10px;background:transparent;cursor:pointer}.art-distribution .distribution-filter select{border:none;background:transparent;color:#9a9a9a;font-size:18px;font-family:Inter,sans-serif;cursor:pointer;outline:none;padding-right:24px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.art-distribution .distribution-filter svg{position:absolute;right:16px;pointer-events:none}.art-distribution .membership-bar-chart{width:100%;min-height:300px}.art-distribution .recharts-custom-legend{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:32px;flex-wrap:wrap;margin-top:16px}.art-distribution .recharts-custom-legend .legend-item{display:flex;align-items:center;gap:8px;font-size:13px;font-family:Inter,sans-serif;white-space:nowrap}.art-distribution .recharts-custom-legend .legend-color{width:14px;height:14px;border-radius:50%;flex-shrink:0}@media (max-width: 768px){.art-distribution .distribution-chart-header{flex-direction:column;align-items:flex-start;gap:16px}.art-distribution .order-status-table{font-size:12px}.art-distribution .order-status-table th,.art-distribution .order-status-table td{padding:8px}.art-distribution .recharts-custom-legend{gap:16px}}.art-overall{display:flex;flex-direction:column;gap:24px}.art-overall .stats-row{display:flex;gap:24px}.art-overall .stat-card{flex:1;background:#fff;border:1px solid #E2E7F1;border-radius:10px;padding:25px;box-sizing:border-box;min-width:200px}.art-overall .stat-content{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;flex-wrap:nowrap}.art-overall .stat-info{display:flex;flex-direction:column;gap:8px;min-width:0}.art-overall .stat-label{font-size:14px;font-family:Arial,sans-serif;color:#6c7a86;line-height:21px;white-space:nowrap}.art-overall .stat-value{font-size:32px;font-family:Inter,sans-serif;font-weight:600;color:#27272a;line-height:48px}.art-overall .stat-icon{width:48px;height:48px;min-width:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;align-self:flex-end}.art-overall .stat-icon.total{background:#70211c1a}.art-overall .stat-icon.active{background:#22c55e1a}.art-overall .stat-icon.inactive{background:#6b72801a}.art-overall .stat-icon.sold,.art-overall .stat-icon.purchases{background:#70211c1a}.art-overall .stat-icon.requests{background:#f59e0b1a}.art-overall .stat-icon.completed{background:#22c55e1a}.art-overall .stat-icon.cancelled{background:#6b72801a}.art-overall .funnel-card{background:#fff;border:1px solid #E2E7F1;border-radius:10px;padding:25px}.art-overall .funnel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.art-overall .funnel-title{font-size:18px;font-family:Inter,sans-serif;font-weight:600;color:#27272a;line-height:27px;margin:0}.art-overall .funnel-filter{display:flex;align-items:center;position:relative;padding:12px 16px;border:1px solid #9A9A9A;border-radius:10px;background:transparent;cursor:pointer}.art-overall .funnel-filter select{border:none;background:transparent;color:#9a9a9a;font-size:14px;font-family:Inter,sans-serif;cursor:pointer;outline:none;padding-right:24px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.art-overall .funnel-filter svg{position:absolute;right:16px;pointer-events:none}.art-overall .funnel-content{display:flex;flex-direction:column;gap:16px}.art-overall .funnel-item{display:flex;flex-direction:column;gap:12px}.art-overall .funnel-item-header{display:flex;justify-content:space-between;align-items:center}.art-overall .funnel-label{font-size:14px;font-family:Arial,sans-serif;color:#27272a;line-height:21px}.art-overall .funnel-count{font-size:14px;font-family:Arial,sans-serif;font-weight:700;color:#27272a;line-height:21px}.art-overall .funnel-bar-container{width:100%;height:48px;display:flex;align-items:stretch}.art-overall .funnel-bar{height:100%;border-radius:10px;display:flex;align-items:center;justify-content:center;transition:width .3s ease}.art-overall .funnel-percentage{font-size:12px;font-family:Arial,sans-serif;font-weight:700;color:#fff;line-height:18px}.art-overall .funnel-header-right{display:flex;align-items:center;gap:12px}.art-overall .art-overall-loading,.art-overall .art-overall-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;background:#fff;border:1px solid #E2E7F1;border-radius:10px;color:#6c7a86;font-size:14px;font-family:Inter,sans-serif}.art-overall .art-overall-error button{margin-top:12px;padding:8px 20px;background:#70211c;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px}.art-overall .funnel-loading{font-size:13px;color:#9a9a9a;font-family:Inter,sans-serif}@media (max-width: 1200px){.art-overall .stats-row{flex-wrap:wrap}.art-overall .stat-card{min-width:calc(50% - 12px)}}@media (max-width: 768px){.art-overall .stats-row{flex-direction:column}.art-overall .stat-card{min-width:100%}.art-overall .funnel-header{flex-direction:column;align-items:flex-start;gap:16px}}.private-spaces-container{width:100%;max-width:100%;height:100%;display:flex;flex-direction:column;gap:20px;padding:20px 40px;box-sizing:border-box;overflow-x:hidden}.ps-view-tabs-row{display:flex;align-items:center;justify-content:space-between}.ps-view-tabs{display:flex;align-items:center;gap:16px}.ps-view-tab{padding:8px 16px;border-radius:8px;border:1px solid #661813;background:transparent;color:#661813;font-size:16px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:all .2s ease}.ps-view-tab:hover{background:#6618131a}.ps-view-tab.active{background:#661813;color:#fff;box-shadow:0 4px 4px #00000040}.ps-view-time-filter{position:relative;display:flex;align-items:center;padding:12px 16px;border:1px solid #9A9A9A;border-radius:10px;background:transparent;gap:12px;cursor:pointer}.ps-view-time-filter select{appearance:none;-webkit-appearance:none;-moz-appearance:none;border:none;background:transparent;font-size:18px;font-family:Inter,sans-serif;color:#9a9a9a;cursor:pointer;outline:none;padding-right:4px}.ps-view-time-filter svg{pointer-events:none;flex-shrink:0}.ps-coming-soon{display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #E2E7F1;border-radius:10px;padding:60px;color:#6c7a86;font-size:16px;font-family:Inter,sans-serif}.private-spaces-header{display:flex;justify-content:space-between;align-items:center}.private-spaces-title{color:#000;font-size:32px;font-family:Inter,sans-serif;font-weight:600;margin:0}.bookings-button{display:inline-flex;align-items:center;gap:8px;padding:14px 20px;background:#70211c;border:none;border-radius:10px;color:#fff;font-size:14px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:background .3s}.bookings-button:hover{background:#8a2923}.bookings-button svg{width:20px;height:19.5px}.private-spaces-search-box{width:100%;display:flex;align-items:center;gap:8px;padding:16px 20px;background:#fff;border:1px solid #70211C;border-radius:10px;box-sizing:border-box}.private-spaces-search-box svg{flex-shrink:0}.private-spaces-search-box input{flex:1;border:none;outline:none;background:transparent;color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif}.private-spaces-search-box input::placeholder{color:#a1a1aa}.private-spaces-search-box input:focus{outline:none;border:none}.add-space-button{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#70211c;border:none;border-radius:6px;color:#fff;font-size:14px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;transition:background .3s;margin-bottom:2px;width:fit-content}.add-space-button span:first-child{font-size:18px;font-weight:300}.add-space-button:hover{background:#8a2923}.private-spaces-card{background:#fff;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:8px;width:100%;max-width:100%;box-sizing:border-box;overflow:visible;flex:1}.private-spaces-tabs{display:flex;align-items:center;padding-bottom:8px;position:relative;border-bottom:1px solid #E2E7F1;gap:32px}.private-space-tab-wrapper{position:relative;display:flex;flex-direction:column;align-items:center}.private-space-tab{background:none;border:none;color:#27272a;font-size:14px;font-family:Inter,sans-serif;font-weight:400;opacity:.5;cursor:pointer;padding:8px 12px;transition:opacity .3s;white-space:nowrap}.private-space-tab.active{color:#27272a;opacity:1;font-weight:400}.private-space-tab:hover{opacity:.8}.private-space-tab-underline{position:absolute;bottom:-9px;left:0;width:100%;height:1px;background:#1b2562}.private-spaces-cards-container{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:0;width:100%;max-width:100%;box-sizing:border-box}.private-space-card{position:relative;width:100%;background:#fff;box-shadow:0 3px 16px #8e86ab0d;border-radius:6.4px;border:1px solid #EDEDED;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s;cursor:pointer}.private-space-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8e86ab1f}.private-space-card-image-container{position:relative;width:calc(100% - 16px);aspect-ratio:263 / 175;overflow:hidden;border-radius:8px;margin:8px 8px 0}.private-space-card-image{width:100%;height:100%;object-fit:cover;border-radius:8px}.private-space-card-timings-badge{position:absolute;top:8px;right:8px;padding:4px 8px;background:#00000080;border-radius:4px;display:flex;align-items:center;gap:6px}.private-space-card-timings-badge svg{width:12px;height:12px}.private-space-card-timings-badge span{color:#9a9a9a;font-size:12px;font-family:Roboto,sans-serif;font-weight:400;line-height:20px}.private-space-card-content{display:flex;flex-direction:column;align-items:center;padding:12px 16px 16px;gap:8px}.private-space-card-status{display:inline-flex;align-items:center;justify-content:center;padding:4px 16px;background:#22c55e1a;border-radius:6.4px}.private-space-card-status span{color:#22c55e;font-size:9.74px;font-family:Be Vietnam Pro,sans-serif;font-weight:600;text-align:center}.private-space-card-status.unavailable{background:#ef44441a}.private-space-card-status.unavailable span{color:#ef4444}.private-space-card-name{text-align:center;color:#27272a;font-size:22px;font-family:Inter,sans-serif;font-weight:500;margin:0}.private-space-card-description{text-align:center;color:#27272a;font-size:12px;font-family:Inter,sans-serif;font-weight:400;opacity:.5;line-height:1.5;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:12px}.private-space-card-actions{display:flex;align-items:center;justify-content:center;gap:16px;width:100%}.private-space-card-book-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px;background:#70211c;border:none;border-radius:5px;color:#fff;font-size:14px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;transition:opacity .3s}.private-space-card-book-btn:hover{opacity:.9}.private-space-card-book-btn svg{width:12px;height:12px}.private-space-card-view-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px;background:transparent;border:1px solid #661813;border-radius:5px;color:#661813;font-size:14px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;transition:background .3s,color .3s}.private-space-card-view-btn:hover{background:#6618130d}.private-space-card-view-btn svg{width:13.9px;height:13.9px}.private-spaces-loading{display:flex;justify-content:center;align-items:center;padding:60px;color:#71717a;font-size:16px;font-family:Inter,sans-serif}.private-spaces-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px;color:#71717a;font-size:16px;font-family:Inter,sans-serif;text-align:center;min-height:200px;width:100%}@media (min-width: 1400px) and (max-width: 1599px){.private-spaces-cards-container{grid-template-columns:repeat(3,350px);justify-content:space-between}}@media (min-width: 1600px) and (max-width: 1699px){.private-spaces-cards-container{grid-template-columns:repeat(3,400px);justify-content:space-between}}@media (min-width: 1700px) and (max-width: 2199px){.private-spaces-cards-container{grid-template-columns:repeat(4,320px);justify-content:space-between}}@media (min-width: 2200px) and (max-width: 2699px){.private-spaces-cards-container{grid-template-columns:repeat(5,320px);justify-content:space-between}}@media (min-width: 2700px){.private-spaces-cards-container{grid-template-columns:repeat(6,320px);justify-content:space-between}}@media (max-width: 1200px){.private-spaces-cards-container{grid-template-columns:repeat(2,1fr)}.private-spaces-tabs{gap:24px}}@media (max-width: 768px){.private-spaces-container{padding:20px 16px}.private-spaces-cards-container{grid-template-columns:1fr}.private-spaces-header{flex-direction:column;align-items:flex-start;gap:16px}.bookings-button{width:100%;justify-content:center}}.space-details-container{width:100%;max-width:100%;height:100%;display:flex;flex-direction:column;gap:20px;padding:20px 40px;box-sizing:border-box;overflow-x:hidden}.space-details-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.space-details-breadcrumb{display:flex;align-items:center;gap:8px}.breadcrumb-link{color:#27272a;font-size:14px;font-family:Inter,sans-serif;font-weight:400;opacity:.5;cursor:pointer;transition:opacity .2s}.breadcrumb-current{color:#27272a;font-size:32px;font-family:Inter,sans-serif;font-weight:600}.space-details-actions{display:flex;align-items:center;gap:16px}.bookings-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:48px;padding:0 20px;background:#fff;border:1px solid #70211C;border-radius:10px;color:#70211c;font-size:14px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:background .3s}.bookings-btn:hover{background:#70211c0d}.bookings-btn svg{width:20px;height:20px;flex-shrink:0}.book-space-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:48px;padding:0 20px;background:#70211c;border:none;border-radius:10px;color:#fff;font-size:14px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:background .3s}.book-space-btn:hover{background:#8a2923}.book-space-btn img,.book-space-btn svg{width:14px;height:14px;flex-shrink:0}.edit-space-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:48px;padding:0 20px;background:#70211c;border:none;border-radius:10px;color:#fff;font-size:14px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:background .3s}.edit-space-btn:hover{background:#8a2923}.edit-space-btn svg{width:20px;height:20px;flex-shrink:0}.space-details-card{background:#fff;border-radius:12px;padding:24px;display:flex;gap:32px;width:100%;box-sizing:border-box;flex:1;min-height:0;overflow:hidden}.space-details-left{flex:0 0 42%;max-width:500px;display:flex;flex-direction:column;gap:14px;min-height:0}.space-details-right{flex:1;display:flex;flex-direction:column;gap:16px;min-height:0;overflow-y:auto}.space-details-room-name{color:#27272a;font-size:20px;font-family:Inter,sans-serif;font-weight:600;margin:0}.space-details-image-container{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:8px;overflow:hidden;flex-shrink:0}.space-details-image{width:100%;height:100%;object-fit:cover}.space-details-timing-badge{position:absolute;top:12px;right:12px;padding:4px 8px;background:#00000080;border-radius:4px;display:flex;align-items:center;gap:6px}.space-details-timing-badge svg{width:12px;height:12px;flex-shrink:0}.space-details-timing-badge span{color:#fff;font-size:12px;font-family:Roboto,sans-serif;font-weight:400;line-height:20px;white-space:nowrap}.space-details-section{display:flex;flex-direction:column;gap:8px}.space-section-title{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:700;margin:0}.space-about-text{color:#27272a;font-size:14px;font-family:Inter,sans-serif;font-weight:400;line-height:1.6;opacity:.5;margin:0}.space-details-features{display:flex;flex-wrap:wrap;gap:5px}.space-feature-chip{padding:6px 12px;border:1px solid rgba(0,0,0,.5);border-radius:100px;color:#00000080;font-size:12px;font-family:Inter,sans-serif;font-weight:400;letter-spacing:.1px;line-height:20px}.space-locations-list{display:flex;flex-direction:column;gap:10px;overflow-y:auto;flex:1;min-height:0;padding-right:4px}.space-location-item{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;background:#fff;border:1px solid #bcbcbc;border-radius:5px;cursor:pointer;transition:border-color .2s,background .2s;flex-shrink:0}.space-location-item:hover{border-color:#661813}.space-location-item.selected{border-color:#661813;background:#66181305}.space-location-item.selected .location-name{color:#661813}.location-info{display:flex;flex-direction:column;gap:4px}.location-name{color:#000;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.location-occupancy{display:flex;align-items:center;gap:6px;color:#000;opacity:.5;font-size:12px;font-family:Inter,sans-serif}.location-occupancy svg{width:12px;height:12px;opacity:.5}.location-price{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.price-amount{color:#000;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.price-unit{color:#9a9a9a;font-size:10px;font-family:Inter,sans-serif}.space-locations-list::-webkit-scrollbar,.space-details-right::-webkit-scrollbar{width:6px}.space-locations-list::-webkit-scrollbar-track,.space-details-right::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.space-locations-list::-webkit-scrollbar-thumb,.space-details-right::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.space-locations-list::-webkit-scrollbar-thumb:hover,.space-details-right::-webkit-scrollbar-thumb:hover{background:#a1a1a1}@media (max-width: 1024px){.space-details-card{flex-direction:column}.space-details-left{flex:none;width:100%;max-width:none;max-height:260px}.space-details-right{flex:none;width:100%}}@media (max-width: 768px){.space-details-container{padding:20px 16px}.space-details-header{flex-direction:column;align-items:flex-start;gap:16px}.space-details-actions{width:100%;flex-wrap:wrap}.book-space-btn,.edit-space-btn,.bookings-btn{flex:1;justify-content:center}.breadcrumb-current{font-size:24px}}.select-members-booking-container{width:100%;max-width:100%;height:100%;display:flex;flex-direction:column;gap:20px;padding:20px 40px;box-sizing:border-box;overflow-x:hidden}.select-members-breadcrumb{display:flex;align-items:center;gap:8px}.select-members-breadcrumb .breadcrumb-text{color:#27272a;font-size:14px;font-family:Inter,sans-serif;font-weight:400;opacity:.5;cursor:pointer;transition:opacity .2s}.select-members-breadcrumb .breadcrumb-text:hover{opacity:.7}.select-members-breadcrumb .breadcrumb-current{color:#27272a;font-size:32px;font-family:Inter,sans-serif;font-weight:600}.select-members-search-box{display:flex;align-items:center;gap:8px;padding:16px 20px;background:#fff;border:1px solid #70211C;border-radius:10px}.select-members-search-box svg{flex-shrink:0}.select-members-search-box input{flex:1;border:none;outline:none;background:transparent;color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif}.select-members-search-box input::placeholder{color:#a1a1aa}.members-table-container{width:100%;overflow-x:auto}.members-table{width:100%;border-collapse:collapse;table-layout:fixed;display:table}.members-table thead{display:table-header-group}.members-table thead th{text-align:left;padding:12px 16px;color:#a1a1aa;font-size:14px;font-family:Inter,sans-serif;font-weight:500;border-bottom:1px solid rgba(0,0,0,.1)}.members-table thead th:nth-child(1){width:30%}.members-table thead th:nth-child(2){width:20%}.members-table thead th:nth-child(3){width:20%}.members-table thead th:nth-child(4){width:30%}.members-table tbody{display:table-row-group}.members-table tbody tr{border-bottom:1px solid rgba(0,0,0,.1);transition:background-color .2s;display:table-row}.members-table tbody tr:hover{background-color:#70211c0d}.member-row{cursor:pointer}.members-table tbody td{padding:16px;color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;vertical-align:middle;display:table-cell}.member-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.member-name-info{display:flex;flex-direction:column;gap:2px;min-width:0}.member-name{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500}.mobile-cell,.member-since-cell{font-weight:500}.email-cell{font-weight:400}.no-members,.loading{text-align:center;padding:40px;color:#a1a1aa;font-size:14px;font-family:Inter,sans-serif}.pagination-btn.prev svg{transform:rotate(90deg)}@media (max-width: 768px){.select-members-booking-container{padding:16px}.select-members-breadcrumb{flex-wrap:wrap;gap:8px}.members-table{border-collapse:separate;border-spacing:0 12px}.members-table thead{display:none}.members-table tbody tr.member-row{display:flex;flex-wrap:wrap;align-items:center;padding:16px 20px;background:#fff;border:1px solid #E2E7F1;border-radius:12px;margin-bottom:12px;gap:0;box-shadow:0 2px 4px #0000000a;transition:all .2s ease}.members-table tbody tr.member-row:hover{border-color:#70211c;box-shadow:0 4px 8px #70211c1a}.members-table tbody td{padding:0;display:flex;align-items:center;line-height:1.2}.members-table tbody td:before{content:attr(data-label) ": ";color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-weight:500;margin-right:4px;line-height:1.2}.members-table tbody td.guest-name-cell{order:1;flex:0 0 100%;padding-bottom:8px;border-bottom:1px solid #E2E7F1;margin-bottom:8px}.members-table tbody td.guest-name-cell:before{display:none}.members-table tbody td.guest-name-cell>div{display:flex;align-items:center;gap:12px;width:100%}.members-table tbody td.mobile-cell{order:2;flex:0 0 100%;justify-content:flex-start;font-weight:400;font-size:12px;margin-bottom:2px}.members-table tbody td.member-since-cell{order:3;flex:0 0 100%;justify-content:flex-start;font-weight:400;font-size:12px;margin-bottom:2px}.members-table tbody td.email-cell{order:4;flex:0 0 100%;justify-content:flex-start;font-weight:400;font-size:12px}.member-name-info{flex:1}.member-name{font-size:16px;font-weight:600}.member-avatar{width:48px!important;height:48px!important}}.space-booking-details-container{width:100%;max-width:100%;height:100%;display:flex;flex-direction:column;gap:20px;padding:20px 40px;box-sizing:border-box;overflow-x:hidden}.space-booking-details-header{display:flex;justify-content:space-between;align-items:center}.space-booking-details-breadcrumb{display:flex;align-items:center;gap:8px}.space-booking-details-breadcrumb .breadcrumb-text{color:#27272a;font-size:14px;font-family:Inter,sans-serif;font-weight:400;opacity:.5;cursor:pointer;transition:opacity .2s}.space-booking-details-breadcrumb .breadcrumb-text:hover{opacity:.7}.space-booking-details-breadcrumb .breadcrumb-current{color:#27272a;font-size:32px;font-family:Inter,sans-serif;font-weight:600}.space-booking-next-btn{display:flex;align-items:center;justify-content:center;gap:8px;height:48px;padding:16px;background:#70211c;border-radius:10px;border:none;color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;transition:background .2s}.space-booking-next-btn:hover:not(:disabled){background:#8a2923}.space-booking-next-btn:disabled{background:#9ca3af;cursor:not-allowed;opacity:.6}.space-booking-details-card{background:#fff;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:32px}.space-booking-allocation-banner{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#70211c0d;border:1px solid rgba(112,33,28,.2);border-radius:8px;color:#70211c;font-size:14px;font-family:Inter,sans-serif}.space-booking-allocation-banner svg{flex-shrink:0}.space-booking-allocation-banner strong{font-weight:600}.space-booking-loading,.space-booking-error{padding:20px;text-align:center;border-radius:8px;font-family:Inter,sans-serif}.space-booking-loading{background:#70211c0d;color:#70211c;font-size:14px}.space-booking-error{background:#fee;color:#c00;font-size:14px}.space-booking-error button{margin-top:10px;padding:8px 16px;background:#70211c;color:#fff;border:none;border-radius:6px;cursor:pointer;font-family:Inter,sans-serif;font-size:14px}.space-booking-error button:hover{background:#501812}.space-booking-section{display:flex;flex-direction:column;gap:8px}.space-booking-section-title{color:#0a0a0a;font-size:16px;font-family:Inter,sans-serif;font-weight:400}.space-booking-section-title.dimmed{opacity:.5}.space-booking-section-label{color:#656d9a;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.selected-member-display{display:flex;align-items:center;padding:16px 20px;background:#70211c0d;border:.8px solid #70211C;border-radius:10px;transition:background-color .2s ease}.selected-member-display.clickable{cursor:pointer}.selected-member-display.clickable:hover{background:#70211c1a}.selected-member-info{display:flex;align-items:center;gap:12px;flex:1}.selected-member-name-group{display:flex;flex-direction:column;gap:2px}.selected-member-avatar{width:24px;height:24px;border-radius:50%;object-fit:cover}.selected-member-name{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500}.selected-member-phone,.selected-member-date{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;flex:1;text-align:center}.selected-member-email{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400;flex:1;text-align:center}.selected-member-check{cursor:pointer;display:flex;align-items:center;justify-content:center}.guests-selector{display:flex;flex-wrap:wrap;gap:7px;align-items:center;margin-top:8px}.guest-number{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#00000080;font-size:14px;font-family:Inter,sans-serif;font-weight:400;transition:all .2s ease}.guest-number.selected{background:#fff;border:1px solid #661813;color:#661813}.guest-number:hover{background:#fef2f2}.date-picker-container{display:flex;align-items:center;gap:8px;width:100%}.month-label{position:relative;width:24px;height:56px;background:#bcbcbc;border-radius:5px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.month-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-90deg);transform-origin:center center;color:#fafafa;font-size:12px;font-family:Lato,sans-serif;font-weight:400;text-align:center;white-space:nowrap;width:fit-content}.month-picker{position:absolute;top:60px;left:0;background:#fff;border:1px solid #E2E8F0;border-radius:8px;padding:12px;box-shadow:0 4px 12px #0000001a;z-index:100;display:flex;flex-direction:column;gap:8px;min-width:200px}.month-picker-row{display:flex;flex-direction:column;gap:4px}.month-picker-label{font-size:12px;font-family:Inter,sans-serif;font-weight:600;color:#1f2937}.month-picker-select{padding:6px 8px;border:1px solid #E2E8F0;border-radius:6px;font-size:14px;font-family:Inter,sans-serif;background:#fff;color:#1f2937;outline:none;cursor:pointer}.month-picker-select:focus{border-color:#70211c}.date-list{display:flex;gap:8px;overflow-x:auto;flex:1;scrollbar-width:thin;scrollbar-color:rgba(127,29,29,.3) transparent}.date-list::-webkit-scrollbar{height:6px}.date-list::-webkit-scrollbar-track{background:#0000000d;border-radius:10px;margin:0 4px}.date-list::-webkit-scrollbar-thumb{background:#7f1d1d66;border-radius:10px;transition:all .3s ease}.date-list::-webkit-scrollbar-thumb:hover{background:#7f1d1d99}.date-card{min-width:55px;padding:5px;background:#fafafa;border-radius:10px;box-shadow:0 2.87px 8.2px #19213d0a;border:.41px solid #FAFAFA;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:all .2s ease}.date-card.selected{border:1px solid #661813}.date-card.selected .date-day,.date-card.selected .date-number{color:#661813}.date-card:hover{border-color:#70211c}.date-day{padding:8px 7px;border-radius:5px;color:#000;font-size:12px;font-family:Inter,sans-serif;font-weight:400;text-align:center;line-height:18px}.date-number{padding:4px 7px 8px;color:#000;font-size:14px;font-family:Inter,sans-serif;font-weight:400;text-align:center;line-height:21px}.time-slots{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.time-slot{min-width:77px;padding:10px 16px;background:#fafafa;border-radius:7px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#00000080;font-size:14px;font-family:Inter,sans-serif;font-weight:400;transition:all .2s ease}.time-slot.selected{border:1px solid #661813;color:#661813;background:#fafafa}.time-slot:hover{border:1px solid #70211C;color:#70211c}.non-smoking-section{flex-direction:row!important;align-items:center;justify-content:flex-start!important;gap:16px}.non-smoking-label{color:#000;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.amenity-items{display:flex;align-items:center;justify-content:space-between;gap:16px}.amenity-label{color:#000;font-size:14px;font-family:Inter,sans-serif;font-weight:400;flex:1}.space-booking-toggle-switch{width:36px;height:22px;position:relative;background:#78788029;overflow:hidden;border-radius:100px;cursor:pointer;transition:background .3s ease;flex-shrink:0}.space-booking-toggle-switch.on{background:#70211c}.space-booking-toggle-knob{width:18px;height:18px;position:absolute;left:2px;top:2px;background:#fff;box-shadow:0 3px 1px #0000000f;border-radius:100px;transition:left .3s ease}.space-booking-toggle-switch.on .space-booking-toggle-knob{left:16px}.custom-request-input{width:100%;min-height:56px;padding:16px 20px;background:#fff;border-radius:10px;border:1px solid #4763E4;resize:vertical;color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400;outline:none;box-sizing:border-box}.custom-request-input::placeholder{color:#a1a1aa}.custom-request-input:focus{border-color:#70211c}@media (max-width: 992px){.space-booking-details-container{padding:20px 24px}.selected-member-display{flex-direction:column;align-items:flex-start;gap:12px;position:relative}.selected-member-info{width:100%}.selected-member-phone,.selected-member-date,.selected-member-email{width:100%;text-align:left}.selected-member-check{position:absolute;top:16px;right:16px}}@media (max-width: 768px){.space-booking-details-container{padding:16px}.space-booking-details-header{flex-wrap:wrap;gap:16px}.space-booking-details-breadcrumb{flex-wrap:wrap;gap:8px;width:100%}.space-booking-details-breadcrumb .breadcrumb-current{font-size:24px}.space-booking-next-btn{width:100%;justify-content:center}.space-booking-details-card{padding:16px;gap:24px}.time-slots{gap:6px}.time-slot{min-width:65px;padding:8px 12px;font-size:13px}}.space-selection-card{background:#fafafa;border-radius:12px;padding:16px;display:flex;gap:24px;width:100%;box-sizing:border-box;margin-top:16px}.space-selection-left{flex:0 0 50%;display:flex;flex-direction:column;gap:16px}.space-selection-image-container{position:relative;width:100%;aspect-ratio:16 / 10;border-radius:8px;overflow:hidden}.space-selection-image{width:100%;height:100%;object-fit:cover}.space-selection-timing-badge{position:absolute;top:12px;right:12px;padding:4px 8px;background:#00000080;border-radius:4px;display:flex;align-items:center;gap:6px}.space-selection-timing-badge svg{width:12px;height:12px}.space-selection-timing-badge span{color:#fff;font-size:12px;font-family:Roboto,sans-serif;font-weight:400;line-height:20px}.space-selection-name{color:#27272a;font-size:24px;font-family:Inter,sans-serif;font-weight:700;margin:0}.space-selection-features{display:flex;flex-wrap:wrap;gap:8px}.space-selection-feature-chip{padding:6px 12px;border:1px solid rgba(0,0,0,.5);border-radius:100px;color:#00000080;font-size:12px;font-family:Inter,sans-serif;font-weight:400;letter-spacing:.1px;line-height:20px}.space-selection-feature-chip.selected{border-color:#000;color:#000}.space-selection-feature-chip.available{border-color:#00000080;color:#00000080}.space-selection-feature-chip.not-available{border-color:#d9534580;color:#d9534580;display:flex;align-items:center;justify-content:center;gap:4px}.space-selection-right{flex:1;display:flex;flex-direction:column;gap:16px;min-height:0}.space-selection-section{display:flex;flex-direction:column;gap:10px}.space-selection-section:last-child{flex:1;min-height:0}.space-selection-section-title{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:700;margin:0}.space-selection-about-text{color:#27272a;font-size:14px;font-family:Inter,sans-serif;font-weight:400;line-height:1.6;opacity:.5;margin:0}.space-selection-locations-list{display:flex;flex-direction:column;gap:10px;overflow-y:auto;flex:1;min-height:0}.space-selection-location-item{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;background:#fff;border:1px solid #bcbcbc;border-radius:5px;cursor:pointer;transition:border-color .2s,background .2s}.space-selection-location-item:hover{border-color:#661813}.space-selection-location-item.selected{border-color:#661813;background:#66181305}.space-selection-location-item.selected .selection-location-name{color:#661813}.selection-location-info{display:flex;flex-direction:column;gap:4px}.selection-location-name{color:#000;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.selection-location-occupancy{display:flex;align-items:center;gap:6px;color:#000;opacity:.5;font-size:12px;font-family:Inter,sans-serif}.selection-location-occupancy svg{width:12px;height:12px;opacity:.5}.selection-location-price{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.selection-price-amount{color:#000;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.selection-price-unit{color:#9a9a9a;font-size:10px;font-family:Inter,sans-serif}.selected-booking-display{display:flex;align-items:center;padding:20px;background-color:#70211c0d;border:.8px solid #70211C;border-radius:10px;cursor:pointer;transition:background-color .2s;width:100%;box-sizing:border-box;gap:20px}.selected-booking-display:hover{background-color:#70211c14}.space-booking-info-item{font-size:14px;font-weight:500;color:#2b2d3b;font-family:Inter,sans-serif;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selected-booking-check{width:24px;height:24px;flex-shrink:0;margin-left:auto}.selected-booking-check svg{width:100%;height:100%}@media (max-width: 1350px){.space-booking-details-header{gap:10px}.space-booking-details-breadcrumb{gap:6px;overflow-x:auto;overflow-y:hidden}.space-booking-details-breadcrumb .breadcrumb-text{font-size:13px;white-space:nowrap}.space-booking-details-breadcrumb .breadcrumb-current{font-size:28px;white-space:nowrap}.space-booking-details-breadcrumb svg{width:8px;height:14px;flex-shrink:0}.space-booking-next-btn{font-size:16px;height:44px;padding:14px}}.timezone-note-container{width:100%;position:relative;border-radius:8px;background-color:#fff5f0;display:flex;flex-direction:column;align-items:flex-start;padding:8px 12px;box-sizing:border-box;text-align:left;font-size:12px;color:#000;font-family:Lato,sans-serif}.timezone-note-heading{line-height:18px;display:flex;align-items:center}.timezone-note-text{width:100%}.timezone-note-bold{font-weight:700;font-style:italic}.timezone-note-gray{color:#7b7b7b;font-style:italic}.timezone-note-dot{color:#000}.space-confirmation-container{width:100%;max-width:100%;height:100%;display:flex;flex-direction:column;gap:20px;padding:20px 40px;box-sizing:border-box;overflow-x:hidden;overflow-y:auto}.space-confirmation-header{display:flex;justify-content:space-between;align-items:center}.space-confirmation-breadcrumb{display:flex;align-items:center;gap:8px}.space-confirmation-breadcrumb .breadcrumb-text{color:#27272a;font-size:14px;font-family:Inter,sans-serif;font-weight:400;opacity:.5;cursor:pointer;transition:opacity .2s}.space-confirmation-breadcrumb .breadcrumb-text:hover{opacity:.7}.space-confirmation-breadcrumb .breadcrumb-current{color:#27272a;font-size:32px;font-family:Inter,sans-serif;font-weight:600}.space-confirmation-actions{display:flex;gap:12px}.space-confirmation-btn{height:48px;padding:0 16px;border-radius:10px;font-size:18px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}.space-confirmation-btn.primary{background:#70211c;color:#fff;border:none;min-width:180px}.space-confirmation-btn.primary:hover{background:#8a2923}.space-confirmation-btn.primary:disabled{background:#ccc;cursor:not-allowed}.space-confirmation-btn.secondary{background:#fff;color:#70211c;border:1px solid #70211C}.space-confirmation-btn.secondary:hover{background:#fef2f2}.space-confirmation-card{background:#fff;border-radius:12px;padding:32px;display:flex;flex-direction:column;gap:32px}.space-confirmation-info-row{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.space-confirmation-info-item{display:flex;align-items:flex-start;gap:12px}.space-confirmation-info-icon{display:flex;align-items:center;justify-content:center;min-width:24px;padding-top:2px}.space-confirmation-info-content{display:flex;flex-direction:column;gap:4px}.space-confirmation-info-label{font-size:12px;font-family:Inter,sans-serif;font-weight:400;color:#00000080}.space-confirmation-info-value{font-size:14px;font-family:Inter,sans-serif;font-weight:400;color:#000}.space-confirmation-section-item{display:flex;align-items:flex-start;gap:12px}.space-confirmation-section-icon{display:flex;align-items:center;justify-content:center;min-width:24px;padding-top:2px}.space-confirmation-section-content{display:flex;flex-direction:column;gap:4px}.space-confirmation-section-label{font-size:12px;font-family:Roboto,sans-serif;font-weight:400;color:#00000080}.space-confirmation-section-value{font-size:14px;font-family:Inter,sans-serif;font-weight:400;color:#000}.space-confirmation-amenities-list{margin:0;padding-left:0;list-style:none}.space-confirmation-amenities-list li{font-size:16px;font-family:Lato,sans-serif;font-weight:400;color:#000;position:relative;padding-left:16px;margin-bottom:4px}.space-confirmation-amenities-list li:before{content:"•";position:absolute;left:0;color:#000}.space-confirmation-custom-request{font-size:16px;font-family:Lato,sans-serif;font-weight:400;color:#000;margin:0;line-height:1.5}.space-confirmation-status{font-size:16px;font-family:Lato,sans-serif;font-weight:600;padding:8px 16px;border-radius:8px;display:inline-flex;align-items:center;gap:8px}.space-confirmation-status .status-icon{width:20px;height:20px;object-fit:contain}.space-confirmation-status.confirmed{color:#059669;background-color:#d1fae5}.space-confirmation-status.pending{color:#d97706;background-color:#fef3c7}.space-confirmation-terms{display:flex;flex-direction:column;gap:12px}.space-confirmation-terms-title{font-size:16px;font-family:Roboto,sans-serif;font-weight:400;color:#00000080;margin:0}.space-confirmation-terms-list{margin:0;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:8px}.space-confirmation-terms-list li{font-size:14px;font-family:Inter,sans-serif;font-weight:400;color:#00000080;position:relative;padding-left:20px}.space-confirmation-terms-list li:before{content:"";position:absolute;left:0;top:6px;width:7px;height:7px;background:#00000080;border-radius:50%}.space-confirmation-space-details{display:flex;flex-direction:column;gap:10px}.space-detail-label{font-size:12px;font-family:Lato,sans-serif;font-weight:400;color:#00000080}.space-detail-name-price{display:flex;justify-content:space-between;align-items:center}.space-detail-name{font-size:16px;font-family:Lato,sans-serif;font-weight:400;color:#000}.space-detail-price{font-size:16px;font-family:Lato,sans-serif;font-weight:400;color:#000;text-align:right}.space-confirmation-billing{display:flex;flex-direction:column;gap:10px;font-family:Lato,sans-serif}.billing-item{display:flex;justify-content:space-between;align-items:center}.billing-label{font-size:14px;font-weight:400;color:#000}.billing-value{font-size:14px;font-weight:400;color:#000;text-align:right}.billing-divider{width:100%;height:1px;border-top:1px dashed #000;opacity:.5}.billing-item.total{margin-top:0}.billing-label-total{font-size:16px;font-weight:700;color:#000}.billing-value-total{font-size:16px;font-weight:700;color:#000;text-align:right}.booking-breakdown-section{display:flex;flex-direction:column;gap:8px;margin-top:16px;font-family:Lato,sans-serif}.booking-time-label{font-size:14px;color:#00000080;margin-bottom:4px}.booking-detail-row{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#000}.booking-detail-row.bold,.booking-detail-row.bold .booking-detail-label,.booking-detail-row.bold .booking-detail-value{font-weight:700}.booking-detail-label{font-weight:400}.booking-detail-value{font-weight:400;text-align:right}.booking-detail-divider{width:100%;height:1px;border-top:1px dashed rgba(0,0,0,.5);margin:4px 0}.space-confirmation-duration,.space-detail-duration{display:flex;justify-content:space-between;align-items:center;font-family:Lato,sans-serif}.duration-label{font-size:14px;font-weight:700;color:#000}.duration-value{font-size:14px;font-weight:700;color:#000;text-align:right}.space-confirmation-print-wrapper{display:flex;justify-content:center}.space-confirmation-print-btn{display:flex;align-items:center;justify-content:center;gap:5px;padding:5px 10px;background:#fff;border:1px solid #661813;border-radius:20px;color:#661813;font-size:18px;font-family:Lato,sans-serif;font-weight:400;cursor:pointer;transition:all .2s}.space-confirmation-print-btn:hover{background:#fef2f2}@media (max-width: 1350px){.space-confirmation-header{gap:10px}.space-confirmation-breadcrumb{gap:6px;overflow-x:auto;overflow-y:hidden}.space-confirmation-breadcrumb .breadcrumb-text{font-size:13px;white-space:nowrap}.space-confirmation-breadcrumb .breadcrumb-current{font-size:28px;white-space:nowrap}.space-confirmation-breadcrumb svg{width:8px;height:14px;flex-shrink:0}.space-confirmation-actions{gap:10px}.space-confirmation-btn{font-size:16px;height:44px;min-width:160px;padding:0 14px}.space-confirmation-btn.primary{min-width:160px}}@media (max-width: 1200px){.space-confirmation-header{gap:12px}.space-confirmation-breadcrumb{gap:6px}.space-confirmation-breadcrumb .breadcrumb-text{font-size:12px}.space-confirmation-breadcrumb .breadcrumb-current{font-size:24px}.space-confirmation-breadcrumb svg{width:8px;height:14px}.space-confirmation-actions{gap:8px}.space-confirmation-btn{font-size:14px;height:40px;min-width:140px;padding:0 12px}.space-confirmation-btn.primary{min-width:140px}.space-confirmation-btn img{width:14px;height:14px}.space-confirmation-btn svg{width:14px;height:14px}}@media (max-width: 992px){.space-confirmation-info-row{flex-direction:column;gap:20px}.space-confirmation-breadcrumb .breadcrumb-text{font-size:11px}.space-confirmation-breadcrumb .breadcrumb-current{font-size:20px}.space-confirmation-btn{font-size:13px;height:38px;min-width:120px;padding:0 10px}.space-confirmation-btn.primary{min-width:120px}}@media (max-width: 768px){.space-confirmation-container{padding:16px}.space-confirmation-header{flex-direction:column;align-items:flex-start;gap:16px}.space-confirmation-breadcrumb .breadcrumb-current{font-size:24px}.space-confirmation-actions{width:100%}.space-confirmation-btn{flex:1;font-size:14px;padding:0 12px}.space-confirmation-card{padding:20px}}@media print{.space-confirmation-header,.space-confirmation-print-wrapper{display:none}.space-confirmation-container{padding:0}}.payment-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.payment-modal{width:100%;max-width:500px;position:relative;border-radius:20px;background-color:#fff;text-align:center;font-family:Inter,sans-serif;padding:40px 30px}.payment-modal-close{position:absolute;top:20px;right:20px;background:none;border:none;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center}.payment-modal-close:hover{opacity:.7}.payment-modal-content{display:flex;flex-direction:column;align-items:center;gap:16px;padding:16px 0}.payment-modal-header{width:100%;display:flex;flex-direction:column;align-items:center}.payment-modal-title{font-size:20px;font-weight:600;color:#000;margin:0}.payment-modal-illustration{width:174px;height:137px;object-fit:contain}.payment-modal-description{font-size:14px;color:#000;opacity:.5;margin:0;max-width:440px}.payment-modal-actions{display:flex;flex-direction:column;align-items:center;margin-top:24px}.payment-modal-share-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:20px;background-color:#fff;border:1px solid #661813;color:#661813;font-size:18px;font-family:Lato,sans-serif;cursor:pointer;transition:all .2s}.payment-modal-share-btn:hover{background-color:#fef2f2}.cancel-confirm-modal{background:#fff;border-radius:8px;padding:32px;max-width:440px;width:90%;box-shadow:0 4px 12px #00000026}.cancel-confirm-content{display:flex;flex-direction:column;gap:20px}.cancel-confirm-title{font-size:20px;font-family:Inter,sans-serif;font-weight:600;color:#2b2d3b;margin:0}.cancel-confirm-message{font-size:14px;font-family:Inter,sans-serif;font-weight:400;color:#2b2d3b;margin:0;line-height:1.5}.cancel-confirm-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:8px}.cancel-confirm-btn{padding:10px 20px;border-radius:8px;font-size:14px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:all .2s;border:none}.cancel-confirm-btn.secondary{background:#f3f4f6;color:#374151}.cancel-confirm-btn.secondary:hover{background:#e5e7eb}.cancel-confirm-btn.primary{background:#ef4444;color:#fff}.cancel-confirm-btn.primary:hover{background:#dc2626}.payment-modal-share-btn svg{width:18px;height:15px}.extend-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.extend-modal{width:100%;max-width:400px;box-shadow:0 -4px 14px #00000059;border-radius:10px;background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 16px;box-sizing:border-box;gap:24px}.extend-modal-title{width:100%;font-family:Lato,sans-serif;font-size:16px;color:#6a2422;text-align:center}.extend-duration-picker{width:100%;display:flex;flex-direction:column;align-items:flex-start}.extend-duration-options{width:100%;border-radius:9.51px;display:flex;align-items:center;padding:4.8px 0;box-sizing:border-box;gap:9.5px;overflow-x:auto;flex-wrap:wrap;max-height:200px;overflow-y:auto}.extend-duration-tab{height:34px;min-width:75px;filter:drop-shadow(0px .4px 1.58px rgba(25,33,61,.08));border-radius:7.92px;display:flex;align-items:center;justify-content:center;padding:12.7px;box-sizing:border-box;font-family:Lato,sans-serif;font-size:12px;color:#b4b9c9;line-height:150%;cursor:pointer;transition:all .2s ease;white-space:nowrap}.extend-duration-tab:hover{background-color:#f5f5f5}.extend-duration-tab.selected{box-shadow:0 2.77px 7.92px #19213d0a;background-color:#fff;border:1px solid #661813;color:#661813;font-weight:600;line-height:139%}.extend-modal-continue-btn{height:48px;width:100%;border-radius:10px;background-color:#70211c;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box;font-family:Inter,sans-serif;font-size:18px;color:#fff;border:none;cursor:pointer;transition:background-color .2s ease}.extend-modal-continue-btn:hover{background-color:#5a1a16}.extend-modal-continue-btn:disabled{background-color:#9ca3af;cursor:not-allowed;opacity:.6}.extend-modal-cancel{font-family:Roboto,sans-serif;font-size:16px;letter-spacing:.01em;line-height:100%;color:#70211c;cursor:pointer;transition:opacity .2s ease}.extend-modal-cancel:hover{opacity:.7}.extend-payment-modal{width:100%;max-width:400px;box-shadow:0 -4px 14px #00000059;border-radius:5px;background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 16px;box-sizing:border-box;gap:24px}.extend-payment-title{width:100%;font-family:Lato,sans-serif;font-size:16px;color:#6a2422;text-align:center}.extend-payment-details{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:10px}.extend-payment-row{width:100%;display:flex;justify-content:space-between;align-items:center;font-family:Lato,sans-serif;font-size:14px;color:#000}.extend-payment-row.total{font-size:16px}.extend-payment-label{text-align:left}.extend-payment-label.bold,.extend-payment-value.bold{font-weight:700}.extend-payment-value{text-align:right}.extend-payment-divider{width:100%;height:1px;border-top:1px dashed #000;opacity:.5}.extend-payment-note{width:100%;font-family:Lato,sans-serif;font-size:12px;color:#00000080;text-align:center}.space-bookings-container{width:100%;max-width:100%;height:100%;display:flex;flex-direction:column;gap:20px;padding:20px 40px;box-sizing:border-box;overflow-x:hidden}.space-bookings-breadcrumb{display:flex;align-items:center;gap:8px}.space-bookings-breadcrumb .breadcrumb-text{color:#27272a;font-size:14px;font-family:Inter,sans-serif;font-weight:400;opacity:.5;cursor:pointer;transition:opacity .2s}.space-bookings-breadcrumb .breadcrumb-text:hover{opacity:.7}.space-bookings-breadcrumb .breadcrumb-current{color:#27272a;font-size:32px;font-family:Inter,sans-serif;font-weight:600}.space-bookings-search-box{display:flex;align-items:center;gap:8px;padding:16px 20px;background:#fff;border:1px solid #70211C;border-radius:10px}.space-bookings-search-box svg{flex-shrink:0}.space-bookings-search-box input{flex:1;border:none;outline:none;background:transparent;color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif}.space-bookings-search-box input::placeholder{color:#a1a1aa}.space-bookings-content{background:#fff;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:8px;width:100%;max-width:100%;box-sizing:border-box;min-height:500px}.space-bookings-tabs{display:flex;justify-content:space-between;align-items:center;padding-bottom:0;position:relative}.space-bookings-tabs-left{display:flex;gap:60px;align-items:center}.space-bookings-source-filter{display:flex;align-items:center}.space-bookings-filters-right{display:flex;align-items:center;gap:12px}.room-type-filter-dropdown,.space-bookings-source-filter .source-filter-dropdown{padding:8px 32px 8px 16px;font-size:14px;font-family:Inter,sans-serif;font-weight:400;color:#2b2d3b;background:#fff;border:1px solid #E4E4E7;border-radius:6px;cursor:pointer;outline:none;transition:border-color .2s;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url('data:image/svg+xml;charset=UTF-8,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L5 5L9 1" stroke="%232B2D3B" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-repeat:no-repeat;background-position:right 12px center;background-size:10px 6px}.room-type-filter-dropdown:hover,.space-bookings-source-filter .source-filter-dropdown:hover{border-color:#70211c}.room-type-filter-dropdown:focus,.space-bookings-source-filter .source-filter-dropdown:focus{border-color:#70211c}.advanced-filters-btn{height:36px;padding:0 13px;border-radius:8px;background:#fff;border:1px solid #70211C;display:flex;align-items:center;gap:8px;font-size:14px;font-family:Inter,Arial,sans-serif;font-weight:400;line-height:20px;color:#70211c;cursor:pointer;transition:background-color .2s,border-color .2s}.advanced-filters-btn:hover{background:#fef2f2}.advanced-filters-btn.has-filters{background:#fef2f2;border-color:#70211c}.advanced-filters-btn svg{width:16px;height:16px;flex-shrink:0}.advanced-filters-btn span{white-space:nowrap}.filter-count-badge{width:20px;height:20px;border-radius:50%;background:#70211c;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;flex-shrink:0}.advanced-filters-btn.has-filters .filter-count-badge{background:#fff;color:#70211c}.space-bookings-tab-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;min-width:60px}.space-bookings-tab{padding:8px 0;font-size:14px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;background:none;border:none;color:#2b2d3b;opacity:.5;transition:opacity .3s;white-space:nowrap}.space-bookings-tab.active{color:#70211c;opacity:1;font-weight:400}.space-bookings-tab:hover{opacity:.8}.space-bookings-tab-underline{width:100%;height:1px;background:#70211c;position:absolute;bottom:0}.space-bookings-table-container{width:100%;overflow-x:auto;border-top:none}.space-bookings-table{width:100%;border-collapse:collapse;table-layout:fixed;display:table;border-top:none}.space-bookings-table thead{display:table-header-group}.space-bookings-table thead th{text-align:left;padding:12px 16px;color:#a1a1aa;font-size:14px;font-family:Inter,sans-serif;font-weight:500;border-bottom:none}.space-bookings-table thead th:nth-child(1){width:20%}.space-bookings-table thead th:nth-child(2){width:12%}.space-bookings-table thead th:nth-child(3){width:10%}.space-bookings-table thead th:nth-child(4){width:12%}.space-bookings-table thead th:nth-child(5){width:20%}.space-bookings-table thead th:nth-child(6){width:18%;text-align:left}.space-bookings-table thead th:nth-child(7){width:8%;text-align:center}.space-bookings-table tbody{display:table-row-group}.space-bookings-table tbody tr{border-bottom:1px solid #E2E7F1;transition:background-color .2s;display:table-row}.space-bookings-table tbody tr:hover{background-color:#70211c0d}.space-booking-row{cursor:default}.space-bookings-table tbody td{padding:16px;color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;vertical-align:middle;display:table-cell}.guest-name-cell{display:table-cell!important}.guest-name-cell>div{display:flex;align-items:center;gap:12px}.space-booking-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.space-booking-name-info{display:flex;flex-direction:column;gap:2px;min-width:0}.space-booking-guest-name{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500}.guests-count-cell,.table-cell,.venue-cell{font-weight:500}.datetime-cell{font-weight:400}.actions-cell{text-align:center}.view-details-btn{background:none;border:none;cursor:pointer;padding:4px;display:inline-flex;align-items:center;justify-content:center;transition:opacity .2s}.view-details-btn:hover{opacity:.7}.no-bookings,.space-bookings-loading{text-align:center;padding:40px;color:#a1a1aa;font-size:14px;font-family:Inter,sans-serif}.pagination-download-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:16px;gap:16px;width:100%}.pagination-download-container .download-data-btn{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px;padding:0 14px;height:32px;min-height:32px;max-height:32px;background:#70211c;color:#fff;border:none;border-radius:6px;font-size:13px;font-family:Be Vietnam Pro,sans-serif;font-weight:400;cursor:pointer;transition:background-color .2s;white-space:nowrap;line-height:32px;box-sizing:border-box;margin:0}.pagination-download-container .download-data-btn:hover:not(:disabled){background:#5a1a16}.pagination-download-container .download-data-btn:disabled{opacity:.6;cursor:not-allowed}.pagination-download-container .download-data-btn svg{width:14px;height:14px;flex-shrink:0}.pagination-download-container .download-data-btn .spinner{animation:spin 1s linear infinite}.pagination-download-container .pagination{display:flex;justify-content:flex-end;align-items:center;gap:8px;margin:0}.pagination-download-container .pagination .pagination-btn{width:32px;height:32px;border:1px solid #E2E7F1;background:#fff;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#2b2d3b;font-size:13px;font-family:Be Vietnam Pro,sans-serif;transition:all .3s}.pagination-download-container .pagination .pagination-btn:hover:not(:disabled){background:#f5f5f5}.pagination-download-container .pagination .pagination-btn.active{background:#70211c;color:#fff;border-color:#70211c}.pagination-download-container .pagination .pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-download-container .pagination .pagination-btn svg{width:8px;height:6px}.pagination-download-container .pagination .pagination-btn.prev svg{transform:rotate(-90deg)}.pagination-download-container .pagination .pagination-btn.next svg{transform:rotate(90deg)}.pagination-download-container .pagination .pagination-ellipsis{padding:0 8px;color:#2b2d3b;font-size:13px;display:flex;align-items:center}.space-bookings-pagination{display:flex;justify-content:flex-end;align-items:center;gap:0;margin-top:16px}.space-bookings-pagination .pagination-btn{width:32px;height:32px;border:1px solid #E2E7F1;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#2b2d3b;font-size:13px;font-family:Be Vietnam Pro,sans-serif;transition:all .3s}.space-bookings-pagination .pagination-btn.prev{border-top-left-radius:6px;border-bottom-left-radius:6px}.space-bookings-pagination .pagination-btn.next{border-top-right-radius:6px;border-bottom-right-radius:6px}.space-bookings-pagination .pagination-btn.page{border-radius:0;border-left:none;border-right:none}.space-bookings-pagination .pagination-btn.page:first-of-type{border-left:1px solid #E2E7F1}.space-bookings-pagination .pagination-btn.page:last-of-type{border-right:1px solid #E2E7F1}.space-bookings-pagination .pagination-btn:hover:not(:disabled){background:#f5f5f5}.space-bookings-pagination .pagination-btn.active{background:#70211c;color:#fff;border-color:#70211c}.space-bookings-pagination .pagination-btn:disabled{opacity:.5;cursor:not-allowed}.space-bookings-pagination .pagination-btn svg{width:8px;height:6px}.space-bookings-pagination .pagination-btn.prev svg{transform:rotate(90deg)}.space-bookings-pagination .pagination-btn.next svg{transform:rotate(-90deg)}@media (max-width: 768px){.space-bookings-container{padding:16px;gap:16px}.space-bookings-breadcrumb{flex-wrap:wrap;gap:6px}.space-bookings-breadcrumb .breadcrumb-current{font-size:24px}.space-bookings-breadcrumb .breadcrumb-text{font-size:12px}.space-bookings-search-box{padding:12px 16px}.space-bookings-search-box input{font-size:14px}.space-bookings-content{padding:12px;min-height:auto}.space-bookings-tabs{flex-direction:column;align-items:stretch;gap:12px}.space-bookings-tabs-left{gap:24px;justify-content:flex-start}.space-bookings-filters-right{flex-wrap:wrap;gap:8px}.room-type-filter-dropdown,.space-bookings-source-filter .source-filter-dropdown{flex:1;min-width:120px;height:36px;font-size:13px;padding:8px 28px 8px 12px}.space-bookings-tabs .advanced-filters-btn{flex:1;min-width:120px;justify-content:center;font-size:13px;padding:0 10px}.space-bookings-tabs .advanced-filters-btn span{font-size:13px}.space-bookings-table{border-collapse:separate;border-spacing:0 12px}.space-bookings-table thead{display:none}.space-bookings-table tbody tr.space-booking-row{display:flex;flex-wrap:wrap;align-items:center;padding:16px;background:#fff;border:1px solid #E2E7F1;border-radius:12px;margin-bottom:12px;gap:0;box-shadow:0 2px 4px #0000000a;transition:all .2s ease}.space-bookings-table tbody tr.space-booking-row:hover{border-color:#70211c;box-shadow:0 4px 8px #70211c1a}.space-bookings-table tbody td{padding:0;display:flex;align-items:center;line-height:1.4}.space-bookings-table tbody td:before{content:attr(data-label) ": ";color:#a1a1aa;font-size:12px;font-family:Inter,sans-serif;font-weight:400;margin-right:6px;line-height:1.4;flex-shrink:0}.space-bookings-table tbody td.guest-name-cell{order:1;flex:0 0 100%;padding-bottom:12px;border-bottom:1px solid #E2E7F1;margin-bottom:12px}.space-bookings-table tbody td.guest-name-cell:before{display:none}.space-bookings-table tbody td.guest-name-cell>div{display:flex;align-items:center;gap:12px;width:100%}.space-bookings-table tbody td.guests-count-cell{order:2;flex:0 0 100%;justify-content:flex-start;font-weight:400;font-size:13px;margin-bottom:6px}.space-bookings-table tbody td.space-name-cell{order:3;flex:0 0 100%;justify-content:flex-start;font-weight:400;font-size:13px;margin-bottom:6px}.space-bookings-table tbody td.duration-cell{order:4;flex:0 0 100%;justify-content:flex-start;font-weight:400;font-size:13px;margin-bottom:6px}.space-bookings-table tbody td.datetime-cell{order:5;flex:0 0 100%;justify-content:flex-start;font-weight:400;font-size:13px;margin-bottom:6px}.space-bookings-table tbody td.pat-status-cell{order:6;flex:0 0 100%;justify-content:flex-start;font-weight:400;font-size:13px;margin-bottom:6px}.space-bookings-table tbody td.actions-cell{order:7;flex:0 0 100%;justify-content:flex-end;margin-top:8px;padding-top:12px;border-top:1px solid #E2E7F1}.space-bookings-table tbody td.actions-cell:before{display:none}.space-booking-name-info{flex:1}.space-booking-guest-name{font-size:15px;font-weight:600}.space-booking-avatar{width:44px!important;height:44px!important}.pagination-download-container{flex-direction:column;gap:12px;align-items:stretch}.pagination-download-container .download-data-btn{width:100%;height:40px;font-size:14px}.pagination-download-container .pagination{justify-content:center;flex-wrap:wrap}.pagination-download-container .pagination .pagination-btn{width:36px;height:36px}.no-space-bookings{padding:30px 20px;font-size:14px;text-align:center;color:#a1a1aa}.payment-status-badge,.closedParent{font-size:11px;padding:3px 10px}}@media (max-width: 480px){.space-bookings-container{padding:12px}.space-bookings-breadcrumb .breadcrumb-current{font-size:20px}.space-bookings-tabs-left{gap:16px}.space-bookings-tab{font-size:13px}.space-bookings-filters-right{flex-direction:column}.room-type-filter-dropdown,.space-bookings-source-filter .source-filter-dropdown,.space-bookings-tabs .advanced-filters-btn{width:100%}.space-bookings-table tbody tr.space-booking-row{padding:12px}.space-booking-guest-name{font-size:14px}.space-booking-avatar{width:40px!important;height:40px!important}}.payment-status-badge{padding:4px 12px;border-radius:100px;font-size:12px;font-weight:500;font-family:Inter,sans-serif;display:inline-block;white-space:nowrap}.payment-status-badge.paid{background-color:#22c55e1a;color:#16a34a;border:1px solid #16A34A}.payment-status-badge.pending{background-color:#eab3081a;color:#ca8a04;border:1px solid #CA8A04}.payment-status-cell{white-space:nowrap}@media (max-width: 1200px){.space-bookings-table thead th:nth-child(1){width:18%}.space-bookings-table thead th:nth-child(2){width:12%}.space-bookings-table thead th:nth-child(3){width:12%}.space-bookings-table thead th:nth-child(4){width:10%}.space-bookings-table thead th:nth-child(5){width:20%}.space-bookings-table thead th:nth-child(6){width:14%}.payment-status-badge{font-size:11px;padding:4px 10px}}.payment-status-badge.failed{background-color:#ef44441a;color:#dc2626;border:1px solid #DC2626}.payment-status-badge.cancelled{background-color:#d953454d;color:#d95345;border:1px solid #D95345}.closedParent{position:relative;border-radius:100px;background-color:#6b6b6b33;border:1px solid #6b6b6b;box-sizing:border-box;display:inline-block;padding:4px 12px;font-size:12px;font-weight:500;color:#6b6b6b;font-family:Inter,sans-serif;white-space:nowrap}.closed{position:relative}.advanced-filters-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0000004d;display:flex;justify-content:center;align-items:center;z-index:1000}.advanced-filters-modal{width:600px;max-width:90vw;background:#fff;border-radius:10px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;border:1px solid rgba(0,0,0,.1);position:relative;padding:25px;box-sizing:border-box;font-family:Inter,Arial,sans-serif}.advanced-filters-close{position:absolute;top:17px;right:17px;width:16px;height:16px;background:none;border:none;cursor:pointer;padding:0;opacity:.7;transition:opacity .2s}.advanced-filters-close:hover{opacity:1}.advanced-filters-content{display:flex;flex-direction:column;gap:24px;padding:20px 0}.filter-field{display:flex;flex-direction:column;gap:8px}.filter-label{font-size:14px;line-height:21px;color:#27272a;font-weight:400}.date-input-wrapper{position:relative;height:36px;border-radius:8px;background:#fff;border:1px solid rgba(0,0,0,.1);display:flex;align-items:center;padding:0 13px;box-sizing:border-box}.date-input-wrapper:focus-within{border-color:#70211c}.calendar-icon{flex-shrink:0;width:16px;height:16px}.date-input{flex:1;border:none;outline:none;background:transparent;font-size:14px;line-height:20px;color:#0a0a0a;font-family:Inter,Arial,sans-serif;padding-left:16px;cursor:pointer}.date-input::-webkit-calendar-picker-indicator{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;opacity:0;cursor:pointer}.date-placeholder{position:absolute;left:45px;font-size:14px;line-height:20px;color:#0a0a0a;pointer-events:none}.date-input:not(:placeholder-shown)+.date-placeholder,.date-input:focus+.date-placeholder{display:none}.source-select-wrapper{position:relative;height:36px;border-radius:8px;background:#f3f3f5;display:flex;align-items:center;padding:0 12px;box-sizing:border-box}.source-select{flex:1;border:none;outline:none;background:transparent;font-size:14px;line-height:20px;color:#0a0a0a;font-family:Inter,Arial,sans-serif;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:24px}.chevron-icon{position:absolute;right:12px;width:16px;height:16px;pointer-events:none}.advanced-filters-footer{display:flex;justify-content:flex-end;gap:10px;padding-top:10px;border-top:1px solid rgba(0,0,0,.1);margin-top:10px}.filter-btn-reset{height:36px;padding:8px 16px;border-radius:8px;background:#fff;border:1px solid rgba(0,0,0,.1);font-size:14px;line-height:20px;color:#0a0a0a;font-family:Inter,Arial,sans-serif;cursor:pointer;transition:background-color .2s,border-color .2s}.filter-btn-reset:hover{background:#f9f9f9;border-color:#0003}.filter-btn-apply{height:36px;padding:8px 16px;border-radius:8px;background:#70211c;border:none;font-size:14px;line-height:20px;color:#fff;font-family:Inter,Arial,sans-serif;cursor:pointer;transition:background-color .2s}.filter-btn-apply:hover{background:#5a1a16}@media (max-width: 640px){.advanced-filters-modal{width:95vw;padding:20px}.advanced-filters-footer{flex-direction:column}.filter-btn-reset,.filter-btn-apply{width:100%}}.create-space-container{padding:24px 32px;background-color:#f7f9fb;min-height:100vh}.create-space-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.create-space-breadcrumb{display:flex;align-items:center;gap:12px}.breadcrumb-link{font-size:14px;color:#27272a;opacity:.5;cursor:pointer;transition:opacity .2s}.breadcrumb-link:hover{opacity:.8}.create-space-save-btn{display:flex;align-items:center;gap:8px;padding:12px 16px;background-color:#70211c;border:none;border-radius:10px;color:#fff;font-size:18px;cursor:pointer;transition:background-color .2s}.create-space-save-btn:hover{background-color:#5a1a16}.create-space-card{background-color:#fff;border-radius:12px;padding:24px;margin-bottom:24px}.create-space-section-title{font-size:16px;font-weight:500;color:#2b2d3b;margin:0 0 24px}.create-space-subsection-title{font-size:16px;font-weight:500;color:#2b2d3b;margin:0 0 12px}.create-space-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.create-space-form-group{display:flex;flex-direction:column;gap:8px}.create-space-label{font-size:14px;color:#656d9a}.create-space-input{padding:10px 16px;border:1px solid #e2e7f1;border-radius:6px;font-size:14px;color:#27272a;background-color:#fff;outline:none;transition:border-color .2s}.create-space-input:focus{border-color:#70211c}.create-space-input::placeholder{color:#2b2d3b80}.create-space-select-wrapper{position:relative}.create-space-select{width:100%;padding:10px 40px 10px 16px;border:1px solid #e2e7f1;border-radius:6px;font-size:14px;color:#2b2d3b80;background-color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;outline:none}.create-space-select:focus{border-color:#70211c}.select-arrow{position:absolute;right:16px;top:50%;transform:translateY(-50%);pointer-events:none}.create-space-input-with-icon{position:relative}.create-space-input-with-icon .create-space-input{width:100%;padding-right:40px}.input-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);pointer-events:none}.create-space-divider{height:1px;background-color:#0000001a;margin:24px 0}.create-space-bottom-section{display:flex;gap:32px}.create-space-operating-hours{flex:1;max-width:514px;max-height:286px;overflow-y:auto;overflow-x:hidden}.create-space-operating-hours::-webkit-scrollbar{display:none}.create-space-operating-hours{-ms-overflow-style:none;scrollbar-width:none}.create-space-image-upload{flex:1}.create-space-checkbox-container{display:flex;align-items:center;gap:10px;padding:12px;background-color:#f9fafb;border:1px solid #e2e7f1;border-radius:10px;margin-bottom:16px}.create-space-checkbox{width:16px;height:16px;border-radius:2px;cursor:pointer;accent-color:#70211c;background-color:#fff}.create-space-checkbox-label{font-size:14px;color:#27272a;line-height:20px;cursor:pointer}.create-space-24-hours-message{width:100%;height:46px;position:relative;border-radius:10px;background-color:#f0fdf4;border:1px solid #b9f8cf;box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:13px 17px;margin-bottom:20px}.hours-message-text{flex:1;position:relative;line-height:20px;font-size:14px;color:#016630;font-family:Arial,sans-serif}.create-space-schedule{display:flex;flex-direction:column;gap:8px}.schedule-day-row{display:flex;align-items:center;gap:12px;padding:12px;background-color:#fff;border:1px solid #e2e7f1;border-radius:8px}.schedule-day-row.closed{padding:10px 12px}.schedule-day-name{width:90px;font-size:14px;color:#27272a;line-height:20px}.schedule-toggle{width:32px;height:18px;border-radius:100px;background-color:#cbced4;border:none;padding:0;cursor:pointer;position:relative;transition:background-color .2s}.schedule-toggle.active{background-color:#70211c}.toggle-knob{position:absolute;width:16px;height:16px;background-color:#fff;border-radius:50%;top:1px;left:1px;transition:left .2s}.schedule-toggle.active .toggle-knob{left:15px}.schedule-time-pickers{flex:1;display:flex;align-items:center;gap:8px}.schedule-time-input{display:flex;align-items:center;gap:8px;padding:6px 12px;background-color:#fff;border:1px solid #e2e7f1;border-radius:8px;font-size:14px;color:#27272a;cursor:pointer;transition:border-color .2s;font-family:inherit;outline:none}.schedule-time-input:hover,.schedule-time-input:focus{border-color:#70211c}.schedule-separator{font-size:14px;color:#71717a}.schedule-closed-text{flex:1;font-size:14px;font-style:italic;color:#71717a}.create-space-upload-area{width:100%;min-height:253px;max-height:100%;border:1px solid #e2e7f1;border-radius:5px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;overflow:hidden}.create-space-upload-area:before{content:"";position:absolute;top:8px;left:12px;right:12px;bottom:8px;border:1px dashed #e2e7f1;border-radius:3px;pointer-events:none}.file-input-category{display:none}.uploaded-category-grid{display:flex;align-items:center;justify-content:center;width:100%;padding:16px;z-index:1}.category-preview-card{display:flex;flex-direction:column;gap:8px;align-items:center}.category-preview-image{width:168px;height:168px;object-fit:cover;border-radius:8px;background:#d9d9d9}.category-delete-btn{background:transparent;border:none;color:#d95345;font-size:12px;font-family:Arial,sans-serif;font-weight:400;cursor:pointer;transition:opacity .2s;padding:4px 8px}.category-delete-btn:hover{opacity:.7;content:"";position:absolute;top:8px;left:12px;right:12px;bottom:8px;border:1px dashed #e2e7f1;border-radius:3px;pointer-events:none}.upload-placeholder{font-size:21px;color:#27272a;text-align:center}.browse-link{color:#1269cf;cursor:pointer}.upload-preview{width:100%;height:100%;object-fit:cover}.rooms-card{padding-bottom:32px}.rooms-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.rooms-title{font-size:20px;font-weight:600;color:#000;line-height:30px;margin:0}.required-asterisk{color:#fb2c36;margin-left:4px}.add-room-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background-color:#70211c;border:none;border-radius:4px;color:#fff;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s}.add-room-btn:hover{background-color:#5a1a16}.add-location-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;background-color:transparent;border:2px dashed #70211c;border-radius:8px;color:#70211c;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s;margin:16px 0;width:100%;justify-content:center}.add-location-btn:hover{background-color:#70211c0d;border-color:#5a1a16}.no-rooms-message{text-align:center;padding:32px;color:#71717a;font-size:14px;font-style:italic;background-color:#f9fafb;border:1px dashed #e5e5e5;border-radius:8px;margin-bottom:16px}.room-card{display:flex;align-items:center;padding:16px;border:1px solid #e5e5e5;border-radius:10px;margin-bottom:16px}.drag-handle{margin-right:16px;cursor:grab}.room-name{font-size:18px;font-weight:600;color:#2b2d3b;flex:1}.room-status{padding:4px 8px;background-color:#22c55e1a;border-radius:4px;font-size:12px;font-weight:600;color:#22c55e;line-height:18px;margin-right:16px}.room-actions{display:flex;gap:8px}.room-action-btn{width:24px;height:24px;border:none;background-color:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:opacity .2s}.room-action-btn:hover{opacity:.7}.room-action-btn svg path{stroke:#9ca3af}.room-action-btn.delete svg path{stroke:#9ca3af}.room-action-btn.edit svg path{stroke:#9ca3af}.location-accordion{border:1px solid #e2e7f1;border-radius:8px;overflow:hidden}.location-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;cursor:pointer}.location-name{font-size:18px;font-weight:600;color:#2b2d3b}.location-actions{display:flex;gap:8px}.add-room-form{padding:26px;border-top:1px solid #e2e7f1;background-color:#fff!important;transition:background-color .1s ease-in-out,border .1s ease-in-out!important}.add-room-form.success-animation{background-color:#fef8f7!important;border:2px solid #70211C!important}.add-room-title{font-size:18px;font-weight:600;color:#000;line-height:27px;margin:0 0 24px}.room-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:24px}.room-form-group{display:flex;flex-direction:column;gap:8px}.room-form-group.full-width{grid-column:1 / -1;margin-bottom:24px}.room-form-label{font-size:14px;font-weight:500;color:#71717a;line-height:21px}.required{color:#fb2c36}.room-form-input{padding:12px 16px;border:1px solid #e5e5e5;border-radius:10px;font-size:14px;color:#0a0a0a;background-color:#fff;outline:none;transition:border-color .2s}.room-form-input:focus{border-color:#70211c}.room-form-input::placeholder{color:#0a0a0a80}.room-form-select{width:100%;padding:12px 40px 12px 16px;border:1px solid #e2e7f1;border-radius:6px;font-size:14px;color:#2b2d3b80;background-color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;outline:none}.room-form-textarea{padding:12px 16px;border:1px solid #e5e5e5;border-radius:10px;font-size:14px;color:#0a0a0a;background-color:#fff;min-height:89px;resize:vertical;outline:none;font-family:inherit}.room-form-textarea:focus{border-color:#70211c}.room-form-textarea::placeholder{color:#0a0a0a80}.room-images-upload{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:26px;border:2px solid #e5e5e5;border-radius:10px;cursor:pointer;min-height:135px}.upload-text{font-size:14px;font-weight:500;color:#71717a;margin-top:8px}.upload-text .browse-link{color:#70211c;text-decoration:underline}.upload-hint{font-size:12px;color:#a1a1aa;margin-top:4px}.uploaded-images{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.uploaded-image-name{padding:4px 8px;background-color:#f5f5f5;border-radius:4px;font-size:12px;color:#27272a}.amenities-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:12px}.amenity-item{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 12px;border:1px solid #e5e5e5;border-radius:4px;transition:all .2s;position:relative}.amenity-content{display:flex;align-items:center;gap:8px;cursor:pointer;flex:1}.amenity-item:hover{border-color:#70211c}.amenity-item.selected{border-color:#70211c;color:#70211c}.amenity-delete-icon{display:none;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s}.amenity-item.selected:hover .amenity-delete-icon{display:flex}.amenity-delete-icon:hover{background-color:#f5f5f5}.amenity-checkbox{width:16px;height:16px;border-radius:2px;background-color:#818181;display:flex;align-items:center;justify-content:center}.amenity-checkbox.checked{background-color:#70211c}.amenity-item span{font-size:13px;font-weight:500;color:#27272a}.amenity-item.selected span{color:#70211c}.custom-amenity-row{display:flex;gap:8px}.custom-amenity-row .room-form-input{flex:1}.add-amenity-btn{padding:9px 17px;border:1px solid #70211c;border-radius:4px;background-color:#fff;color:#70211c;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.add-amenity-btn:hover{background-color:#70211c;color:#fff}.room-form-actions{display:flex;gap:12px;margin-top:24px}.add-room-submit-btn{padding:9px 24px;background-color:#70211c;border:none;border-radius:4px;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.add-room-submit-btn:hover{background-color:#5a1a16}.cancel-room-btn{padding:9px 25px;border:1px solid #e5e5e5;border-radius:4px;background-color:#fff;color:#71717a;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.cancel-room-btn:hover{border-color:#71717a}@media (max-width: 1200px){.create-space-bottom-section{flex-direction:column}.create-space-operating-hours,.create-space-image-upload{max-width:100%}.amenities-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.create-space-container{padding:16px}.create-space-form-grid,.room-form-grid{grid-template-columns:1fr}.amenities-grid{grid-template-columns:repeat(2,1fr)}.create-space-breadcrumb{flex-wrap:wrap}.breadcrumb-current{font-size:24px}}.ps-overview-container{display:flex;flex-direction:column;gap:20px}.ps-overview-stats-row{display:flex;align-items:stretch;gap:16px}.ps-overview-stat-card{flex:1;min-width:0;background:#fff;border:1px solid #E2E7F1;border-radius:10px;padding:21px;display:flex;flex-direction:column;gap:8px}.ps-overview-stat-card svg{flex-shrink:0}.ps-overview-stat-label{font-size:12px;font-family:Inter,sans-serif;color:#6c7a86;line-height:18px}.ps-overview-stat-value{font-size:24px;font-family:Inter,sans-serif;font-weight:600;color:#27272a;line-height:36px}.ps-overview-charts-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ps-overview-chart-card{background:#fff;border:1px solid #E2E7F1;border-radius:10px;padding:25px;display:flex;flex-direction:column;gap:20px}.ps-overview-chart-header{display:flex;align-items:center;justify-content:space-between}.ps-overview-chart-title{font-size:18px;font-family:Inter,sans-serif;font-weight:600;color:#27272a;margin:0;line-height:27px}.ps-overview-chart-filter{position:relative;display:flex;align-items:center;border:1px solid #9A9A9A;border-radius:10px;padding:8px 16px;gap:12px}.ps-overview-chart-filter select{appearance:none;-webkit-appearance:none;-moz-appearance:none;border:none;background:transparent;font-size:14px;font-family:Inter,sans-serif;color:#9a9a9a;cursor:pointer;outline:none;padding-right:4px}.ps-overview-chart-filter svg{pointer-events:none;flex-shrink:0}.ps-overview-chart-body{display:flex;flex-direction:column;gap:12px}.ps-overview-chart-legend{display:flex;align-items:center;justify-content:center;gap:20px}.ps-overview-legend-item{display:flex;align-items:center;gap:6px;font-size:11px;font-family:Inter,sans-serif;color:#6c7a86}.ps-overview-legend-dot{width:10px;height:10px;border-radius:50%;display:inline-block;flex-shrink:0}.ps-overview-chart-tooltip{background:#000000d9;border-radius:6px;padding:10px 14px;box-shadow:0 2px 8px #00000026}.ps-overview-chart-tooltip-label{font-size:12px;font-family:Inter,sans-serif;font-weight:600;color:#fff;margin-bottom:4px}.ps-overview-chart-tooltip-item{font-size:12px;font-family:Inter,sans-serif;color:#fff;line-height:18px}@media (max-width: 1100px){.ps-overview-stats-row{flex-wrap:wrap}.ps-overview-stat-card{flex:1 1 calc(50% - 8px);min-width:200px}.ps-overview-charts-row{grid-template-columns:1fr}}.ps-dist-container{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ps-dist-card{background:#fff;border:1px solid #E2E7F1;border-radius:10px;padding:25px;display:flex;flex-direction:column;gap:8px}.ps-dist-card-title{font-size:18px;font-family:Inter,sans-serif;font-weight:600;color:#27272a;margin:0;line-height:27px}.ps-dist-donut-wrapper{width:100%;display:flex;align-items:center;justify-content:center}.ps-dist-legend-table{display:flex;flex-direction:column;gap:8px;margin-top:4px}.ps-dist-legend-row{display:flex;align-items:center;justify-content:space-between}.ps-dist-legend-left{display:flex;align-items:center;gap:8px}.ps-dist-legend-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.ps-dist-legend-name{font-size:13px;font-family:Inter,sans-serif;color:#27272a;letter-spacing:-.08px;line-height:19.5px}.ps-dist-legend-right{display:flex;align-items:center;gap:37px}.ps-dist-legend-bookings{font-size:13px;font-family:Inter,sans-serif;font-weight:600;color:#27272a;letter-spacing:-.08px;line-height:19.5px;min-width:90px}.ps-dist-legend-revenue{font-size:13px;font-family:Inter,sans-serif;color:#6c7a86;letter-spacing:-.08px;line-height:19.5px;min-width:80px}.ps-dist-bar-wrapper{width:100%;flex:1}.ps-dist-bar-tooltip{background:#000000d9;border-radius:4px;padding:8px 16px;color:#fff;font-size:14px;font-family:Arial,sans-serif}@media (max-width: 1100px){.ps-dist-container{grid-template-columns:1fr}}.ps-others-container{display:flex;flex-direction:column;gap:24px;width:100%}.ps-others-top-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.ps-others-card{background:#fff;border:1px solid #E2E7F1;border-radius:10px;padding:25px}.ps-others-card-title{font-size:18px;font-weight:600;color:#27272a;line-height:27px;margin:0}.ps-others-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.ps-others-filter-wrapper{position:relative}.ps-others-filter-btn{display:flex;align-items:center;gap:12px;padding:8px 16px;border:1px solid #9A9A9A;border-radius:10px;background:#fff;color:#9a9a9a;font-size:18px;cursor:pointer;min-width:100px;justify-content:center}.ps-others-filter-btn:hover{border-color:#666}.ps-others-filter-dropdown{position:absolute;top:calc(100% + 4px);right:0;background:#fff;border:1px solid #E2E7F1;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:10;min-width:160px;overflow:hidden}.ps-others-filter-option{padding:10px 16px;font-size:14px;color:#27272a;cursor:pointer;transition:background .15s}.ps-others-filter-option:hover{background:#f7f9fb}.ps-others-filter-option.active{background:#fff1f0;color:#70211c;font-weight:500}.ps-others-top10{min-height:520px}.ps-others-top10-list{display:flex;flex-direction:column;gap:12px}.ps-others-top10-item{display:flex;align-items:center;justify-content:space-between;height:36px}.ps-others-top10-left{display:flex;align-items:center;gap:12px;min-width:200px}.ps-others-top10-rank{font-size:13px;font-weight:600;color:#27272a;letter-spacing:-.08px;line-height:19.5px;min-width:24px}.ps-others-top10-info{display:flex;flex-direction:column}.ps-others-top10-name{font-size:13px;font-weight:600;color:#27272a;letter-spacing:-.08px;line-height:19.5px}.ps-others-top10-location{font-size:11px;color:#6c7a86;letter-spacing:.06px;line-height:16.5px}.ps-others-top10-bookings{display:flex;flex-direction:column;align-items:flex-end;min-width:60px}.ps-others-top10-bookings-count{font-size:13px;font-weight:600;color:#27272a;letter-spacing:-.08px;line-height:19.5px}.ps-others-top10-bookings-label{font-size:11px;color:#6c7a86;letter-spacing:.06px;line-height:16.5px}.ps-others-top10-revenue{font-size:13px;font-weight:600;color:#22c55e;letter-spacing:-.08px;line-height:19.5px;text-align:right;min-width:100px}.ps-others-guest-trends{display:flex;flex-direction:column;gap:16px;min-height:520px}.ps-others-chart-wrapper{flex:1}.ps-others-tooltip{background:#000;color:#fff;padding:8px 16px;border-radius:4px;font-size:14px;font-family:Arial,sans-serif;opacity:.9}.ps-others-guest-summary{display:flex;align-items:center;justify-content:space-between;background:#f7f9fb;border-radius:10px;padding:16px;gap:20px}.ps-others-guest-stat{display:flex;flex-direction:column}.ps-others-guest-stat-right{text-align:right}.ps-others-guest-stat-label{font-size:12px;color:#6c7a86;line-height:18px}.ps-others-guest-stat-value{font-size:24px;font-weight:600;color:#27272a;line-height:36px}.ps-others-categories{display:flex;flex-direction:column;gap:24px}.ps-others-table-wrapper{overflow-x:auto}.ps-others-table{width:100%;border-collapse:collapse;font-size:14px}.ps-others-th{padding:12px 16px;font-size:13px;font-weight:600;color:#6c7a86;letter-spacing:-.08px;line-height:19.5px;text-align:center;border-bottom:1px solid #E2E7F1;white-space:nowrap}.ps-others-th-category{text-align:left;min-width:200px}.ps-others-th-revenue,.ps-others-th-avg-rev{text-align:right}.ps-others-tr{border-bottom:1px solid #E2E7F1}.ps-others-tr:last-child{border-bottom:1px solid #E2E7F1}.ps-others-td{padding:16px;font-size:14px;color:#27272a;letter-spacing:-.15px;line-height:21px;vertical-align:middle}.ps-others-td-center{text-align:center}.ps-others-td-bold{font-weight:600}.ps-others-td-muted{color:#6c7a86}.ps-others-td-category{display:flex;align-items:center;gap:12px}.ps-others-category-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.ps-others-category-name{font-weight:500}.ps-others-td-revenue{text-align:right;color:#22c55e;font-weight:600}.ps-others-td-avg-rev{text-align:right;color:#6c7a86}.voting-container{width:100%;max-width:100%;height:100%;display:flex;flex-direction:column;gap:20px;padding:20px 40px;box-sizing:border-box;overflow-x:hidden}.voting-header h1{color:#000;font-size:32px;font-family:Inter,sans-serif;font-weight:600;margin:0}.view-tabs-row{display:flex;align-items:center;justify-content:space-between}.view-tabs{display:flex;align-items:center;gap:16px}.view-time-filter{position:relative;display:flex;align-items:center;padding:12px 16px;border:1px solid #9A9A9A;border-radius:10px;background:transparent;cursor:pointer}.view-time-filter select{border:none;background:transparent;color:#9a9a9a;font-size:18px;font-family:Inter,sans-serif;cursor:pointer;outline:none;padding-right:24px}.view-time-filter svg{position:absolute;right:16px;pointer-events:none}.view-tab{padding:8px 16px;border-radius:8px;border:1px solid #661813;background:transparent;color:#661813;font-size:16px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:all .2s ease}.view-tab:hover{background:#6618131a}.view-tab.active{background:#661813;color:#fff;box-shadow:0 4px 4px #00000040}.coming-soon-message{display:flex;align-items:center;justify-content:center;min-height:300px;background:#fff;border-radius:16px;padding:40px}.coming-soon-message p{font-size:18px;color:#6b7280;font-family:Inter,sans-serif}.voting-container .main-tab{background:none;border:none;padding:8px 0;color:#2b2d3b;opacity:.5;font-size:16px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;transition:opacity .3s;white-space:nowrap}.voting-container .main-tab.active{opacity:1;color:#000;font-weight:500}.voting-container .main-tab:hover{opacity:.8}.search-section{display:flex;gap:16px;align-items:center}.search-box{flex:1;max-width:500px;display:flex;align-items:center;gap:8px;padding:16px 20px;background:#fff;border:1px solid #70211C;border-radius:10px;box-sizing:border-box}.search-box svg{flex-shrink:0}.search-box input{flex:1;border:none;outline:none;background:transparent;color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif}.search-box input::placeholder{color:#a1a1aa}.search-box input:focus{outline:none;border:none}.create-poll-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#70211c;border:none;border-radius:6px;color:#fff;font-size:14px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;transition:background .3s;margin-bottom:2px;width:fit-content}.create-poll-btn span:first-child{font-size:18px;font-weight:300}.create-poll-btn:hover{background:#8a2923}.voting-content{background:#fff;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:8px;width:100%;max-width:100%;box-sizing:border-box}.sub-tabs{display:flex;gap:60px;align-items:center;padding-bottom:8px;position:relative;border-bottom:1px solid #E2E7F1;margin-bottom:12px;flex-wrap:wrap}.voting-container .sub-tab{background:none;border:none;padding:8px 0;color:#2b2d3b;opacity:.5;font-size:16px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;transition:opacity .3s;white-space:nowrap}.voting-container .sub-tab.active{opacity:1;color:#2b2d3b;font-weight:500}.voting-container .sub-tab:hover{opacity:.8}.sub-tab-underline{width:120%;height:1px;background:#70211c;position:absolute;bottom:-9px}.sort-dropdown{position:relative;margin-left:auto;display:flex;align-items:center;flex-shrink:0;max-width:200px}.sort-dropdown select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:8px 32px 8px 16px;background:#fff;border:1px solid #E2E7F1;border-radius:6px;color:#2b2d3b80;font-size:14px;font-family:Inter,sans-serif;cursor:pointer;min-width:120px;outline:none}.sort-dropdown svg{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none}.table-container{overflow-x:auto;width:100%;max-width:100%;box-sizing:border-box}.voting-table{width:100%;border-collapse:collapse;table-layout:auto;box-sizing:border-box;border-spacing:0}.voting-table thead th{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:600;text-align:left;padding:16px 12px;border-bottom:none;white-space:nowrap}.voting-table tbody td{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400;padding:16px 12px;border-bottom:none;vertical-align:middle;word-wrap:break-word;overflow-wrap:break-word;box-sizing:border-box;position:relative}.voting-table tbody tr{position:relative;border-bottom:1px solid #E2E7F1}.voting-table tbody tr:last-child{border-bottom:1px solid #E2E7F1}.question-cell{max-width:300px;word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.status-badge{padding:4px 12px;border-radius:6px;font-size:12px;font-family:Inter,sans-serif;font-weight:400;display:inline-block}.view-btn{background:none;border:none;color:#70211c;font-size:12px;font-family:Inter,sans-serif;font-weight:400;text-decoration:underline;cursor:pointer;padding:0}.pagination-number{width:32px;height:32px;border:1px solid #E2E7F1;background:#fff;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#2b2d3b;font-size:13px;font-family:Be Vietnam Pro,sans-serif;transition:all .3s}.pagination-number:hover{background:#f5f5f5}.pagination-number.active{background:#70211c;color:#fff;border-color:#70211c}.cards-container{display:none;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.poll-card{background:#fff;border:1px solid #E2E7F1;border-radius:12px;overflow:hidden;transition:box-shadow .3s ease}.poll-card:hover{box-shadow:0 4px 12px #00000014}.card-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #E2E7F1}.card-poll-id{font-weight:600;font-size:14px;color:#2b2d3b}.card-content{padding:16px;display:flex;flex-direction:column;gap:12px}.card-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.card-label{font-size:12px;color:#6b7280;font-weight:500;flex-shrink:0;min-width:80px}.card-value{font-size:14px;color:#2b2d3b;text-align:right;word-break:break-word;flex:1}.card-actions{margin-top:8px;padding-top:12px;border-top:1px solid #E2E7F1}.card-actions .view-btn{width:100%}@media (min-width: 1201px){.voting-container .table-container{display:block!important;visibility:visible!important}.voting-container .cards-container{display:none!important}}@media (max-width: 1200px){.voting-container .table-container{display:none!important}.voting-container .cards-container{display:grid!important}}@media (min-width: 769px) and (max-width: 1300px){.sub-tabs{gap:20px}.sub-tab-wrapper{min-width:50px}.voting-container .sub-tab{font-size:14px}.sort-dropdown{margin-left:auto;max-width:170px}.sort-dropdown select{width:100%;min-width:140px;font-size:12px;padding:6px 26px 6px 10px}}@media (max-width: 992px){.voting-container{padding:20px}}@media (max-width: 768px){.voting-container{padding:16px}.voting-header h1{font-size:24px}.main-tabs{gap:24px;overflow-x:auto;-webkit-overflow-scrolling:touch;flex-wrap:nowrap}.main-tab-wrapper{min-width:80px;flex-shrink:0}.search-section{flex-direction:column}.search-box{max-width:100%}.sub-tabs{gap:24px;overflow-x:auto;-webkit-overflow-scrolling:touch;flex-wrap:nowrap}.sub-tab-wrapper{min-width:70px;flex-shrink:0}.sort-dropdown{margin-left:0;width:100%}.sort-dropdown select{width:100%}.cards-container{grid-template-columns:1fr;gap:12px}.poll-card{border-radius:10px}.card-header{padding:12px}.card-content{padding:12px;gap:10px}.card-label{font-size:11px;min-width:70px}.card-value{font-size:13px}}.create-poll-container{width:100%;max-width:100%;display:flex;flex-direction:column;gap:20px;padding:20px 40px;box-sizing:border-box}.create-poll-header{display:flex;flex-direction:column;gap:20px}.header-row{display:flex;align-items:center;justify-content:space-between;width:100%}.create-poll-breadcrumb{display:flex;align-items:center;gap:12px}.create-poll-breadcrumb-category{opacity:.5;color:#27272a;font-size:14px;font-family:Inter,sans-serif;font-weight:400;line-height:1}.create-poll-breadcrumb-category.clickable{cursor:pointer;transition:opacity .2s}.create-poll-breadcrumb-category.clickable:hover{opacity:.7}.create-poll-breadcrumb-arrow{width:10px;height:17px;flex-shrink:0}.delete-poll-btn{background:none;border:none;color:#ef4444;font-size:14px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;padding:0;transition:opacity .2s}.delete-poll-btn:hover{opacity:.8}.create-poll-page-title{color:#27272a;font-size:32px;font-family:Inter,sans-serif;font-weight:600;margin:0;line-height:1}.create-poll-form{padding:16px 32px 16px 16px;background:#fff;box-shadow:0 1px 2px -1px #0000001a;border-radius:10px;display:flex;flex-direction:column;gap:24px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:500;line-height:24px}.form-group input{padding:12px 16px;background:#fff;border-radius:6px;border:1px solid #E2E7F1;color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400;outline:none}.form-group input::placeholder{color:#2b2d3b80}.form-group input:focus{border-color:#70211c}.options-group{gap:10px}.options-list{display:flex;flex-direction:column;gap:12px;width:100%}.option-row{display:flex;align-items:center;gap:10px;width:100%}.option-title-input,.option-description-input{flex:1;padding:12px 16px;background:#fff;border-radius:6px;border:1px solid #E2E7F1;color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;outline:none}.option-title-input::placeholder,.option-description-input::placeholder{color:#2b2d3b80}.option-title-input:focus,.option-description-input:focus{border-color:#70211c}.remove-option-btn{width:40px;height:40px;border-radius:6px;border:1px solid #E2E7F1;background:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background .3s}.remove-option-btn:hover:not(:disabled){background:#f5f5f5}.remove-option-btn:disabled{opacity:.5;cursor:not-allowed}.add-option-btn{background:none;border:none;color:#70211c;font-size:14px;font-family:Inter,sans-serif;font-weight:400;text-decoration:underline;line-height:21px;cursor:pointer;padding:0;text-align:left;width:fit-content}.add-option-btn:hover{opacity:.8}.datetime-section{display:flex;flex-direction:column;gap:24px}.datetime-row{display:flex;gap:16px;align-items:flex-start}.datetime-row .form-group{flex:1}.datetime-field input[type=date],.datetime-field input[type=time]{cursor:pointer;position:relative}.datetime-field input[type=date]::-webkit-calendar-picker-indicator,.datetime-field input[type=time]::-webkit-calendar-picker-indicator{cursor:pointer;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;opacity:0}.pin-poll-section{padding-top:24px;border-top:1px solid #E2E7F1;display:flex;justify-content:space-between;align-items:center}.pin-poll-content{display:flex;align-items:center;gap:12px}.pin-icon{width:20px;height:20px;flex-shrink:0}.pin-poll-text{display:flex;flex-direction:column;gap:0px}.pin-poll-title{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:500;line-height:24px}.pin-poll-description{color:#71717a;font-size:14px;font-family:Arial,sans-serif;font-weight:400;line-height:21px}.poll-toggle-switch{position:relative;display:inline-block;width:44px;height:24px;cursor:pointer}.poll-toggle-switch input{opacity:0;width:0;height:0}.poll-toggle-slider{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#e5e7eb;border-radius:24px;transition:background-color .3s}.poll-toggle-slider:before{position:absolute;content:"";height:16px;width:16px;left:4px;bottom:4px;background-color:#fff;border-radius:50%;transition:transform .3s}.poll-toggle-switch input:checked+.poll-toggle-slider{background-color:#70211c}.poll-toggle-switch input:checked+.poll-toggle-slider:before{transform:translate(20px)}.create-poll-actions{display:flex;justify-content:flex-end;align-items:center;gap:16px}.cancel-btn{padding:13px 25px;background:#fff;border-radius:10px;border:1px solid #E2E7F1;color:#2b2d3b;font-size:18px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;transition:background .3s}.cancel-btn:hover{background:#f5f5f5}.next-btn{padding:13px 24px;background:#70211c;border-radius:10px;border:none;color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;transition:background .3s}.next-btn:hover{background:#8a2923}.next-btn:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed;opacity:.6}.next-btn:disabled:hover{background:#d1d5db}@media (max-width: 992px){.create-poll-container{padding:20px}.create-poll-form{padding:16px}}@media (max-width: 768px){.create-poll-container{padding:16px}.breadcrumb-current{font-size:24px}.option-row{flex-direction:column;align-items:stretch}.option-title-input,.option-description-input{max-width:100%}.remove-option-btn{align-self:flex-end}.datetime-row{flex-direction:column}.create-poll-actions{flex-direction:column;align-items:stretch}.cancel-btn,.next-btn{width:100%}}.replace-pinned-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:10000}.replace-pinned-modal{background:#fff;border-radius:12px;box-shadow:0 8px 10px -6px #0000001a;padding:32px;width:480px;max-width:90%;display:flex;flex-direction:column;align-items:center;gap:24px}.replace-pinned-icon{width:48px;height:48px;background:#fef3f2;border-radius:50%;display:flex;justify-content:center;align-items:center}.replace-pinned-title{color:#18181b;font-size:20px;font-family:Arial,sans-serif;font-weight:700;line-height:30px;text-align:center;margin:0}.replace-pinned-message{color:#71717a;font-size:14px;font-family:Arial,sans-serif;font-weight:400;line-height:21px;text-align:center}.replace-pinned-poll-name{color:#27272a;font-size:14px;font-family:Arial,sans-serif;font-weight:700;line-height:21px}.replace-pinned-text{color:#71717a;font-size:14px;font-family:Arial,sans-serif;font-weight:400;line-height:21px}.replace-pinned-actions{width:100%;display:flex;gap:12px}.replace-pinned-cancel-btn,.replace-pinned-confirm-btn{flex:1;height:44px;border-radius:8px;font-size:16px;font-family:Arial,sans-serif;font-weight:400;line-height:24px;cursor:pointer;transition:all .2s}.replace-pinned-cancel-btn{background:#fff;border:1px solid #E5E7EB;color:#27272a}.replace-pinned-cancel-btn:hover{background:#f9fafb}.replace-pinned-confirm-btn{background:#70211c;border:none;color:#fff}.replace-pinned-confirm-btn:hover{background:#5a1a16}@media (max-width: 768px){.replace-pinned-modal{padding:24px;width:90%}.replace-pinned-actions{flex-direction:column}.replace-pinned-cancel-btn,.replace-pinned-confirm-btn{width:100%}}.select-members-container{width:100%;max-width:100%;display:flex;flex-direction:column;gap:20px;padding:20px 40px;box-sizing:border-box}.select-members-header{display:flex;flex-direction:column;gap:20px}.page-title{color:#27272a;font-size:32px;font-family:Inter,sans-serif;font-weight:600;line-height:1}.poll-selection-banner{padding:25px;background:#eff6ff;border-radius:10px;border:1px solid #BEDBFF;display:flex;flex-direction:column;gap:8px}.poll-selection-banner h3{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:500;line-height:24px;margin:0}.poll-selection-banner p{color:#6c7a86;font-size:14px;font-family:Inter,sans-serif;font-weight:400;line-height:21px;margin:0}.tier-tabs{display:flex;gap:60px;align-items:center;padding-bottom:8px;position:relative;padding-left:40px}.tier-tab-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;min-width:80px}.tier-tab{background:none;border:none;padding:8px 0;color:#2b2d3b;opacity:.5;font-size:16px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;transition:opacity .3s;white-space:nowrap;text-transform:capitalize}.tier-tab.active{opacity:1;color:#000;font-weight:400}.tier-tab:hover{opacity:.8}.tier-tab-underline{width:120%;height:1px;background:#70211c;position:absolute;bottom:-9px}.search-box-members{display:flex;align-items:center;gap:12px;padding:15px 19px;background:#fff;border:1px solid #70211C;border-radius:10px}.search-box-members svg{flex-shrink:0}.search-box-members input{flex:1;border:none;outline:none;background:transparent;color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif}.search-box-members input::placeholder{color:#9e9ea9cc}.members-card{background:#fff;box-shadow:0 1px 2px -1px #0000001a;border-radius:10px;padding:24px;display:flex;flex-direction:column;gap:16px}.members-card-header{display:flex;justify-content:space-between;align-items:center}.members-card-header h3{color:#2b2d3b;font-size:18px;font-family:Inter,sans-serif;font-weight:500;line-height:27px;margin:0}.select-all-btn{background:none;border:none;color:#70211c;font-size:14px;font-family:Inter,sans-serif;font-weight:400;text-decoration:underline;line-height:21px;cursor:pointer;padding:0}.select-all-btn:hover{opacity:.8}.members-table-header{display:grid;grid-template-columns:40px 1fr 1fr 1fr 1fr;gap:24px;align-items:center;padding-bottom:12px;border-bottom:1px solid #F3F4F6}.checkbox-cell{display:flex;align-items:center;justify-content:center}.checkbox-cell input[type=checkbox]{width:16px;height:16px;border-radius:2px;border:1px solid #70211C;cursor:pointer;accent-color:#70211C;background:#d9d9d9;appearance:none;-webkit-appearance:none;-moz-appearance:none;position:relative}.checkbox-cell input[type=checkbox]:checked{background:#70211c}.checkbox-cell input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.header-cell{color:#b1b1b1;font-size:16px;font-family:Inter,sans-serif;font-weight:500}.members-list{display:flex;flex-direction:column;gap:16px;max-height:300px;overflow-y:auto}.loading-state,.empty-state{padding:40px 20px;text-align:center;color:#6b7280;font-size:14px;font-family:Inter,sans-serif}.loading-more-state{padding:20px;display:flex;align-items:center;justify-content:center;gap:12px;color:#6b7280;font-size:14px;font-family:Inter,sans-serif}.spinner{width:20px;height:20px;border:3px solid #E5E7EB;border-top-color:#823636;border-radius:50%;animation:spin .8s linear infinite}.observer-target{height:20px;width:100%}.member-row{display:grid;grid-template-columns:40px 1fr 1fr 1fr 1fr;gap:24px;align-items:center}.member-row-locked{opacity:.6;background-color:#f9fafb}.member-row-locked input[type=checkbox]{cursor:not-allowed}.member-info{display:flex;align-items:center;gap:12px}.member-details{display:flex;flex-direction:column;gap:4px}.member-name{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;display:flex;align-items:center;gap:8px}.locked-badge{display:inline-flex;align-items:center;padding:2px 8px;background:#e5e7eb;border-radius:12px;color:#6b7280;font-size:11px;font-weight:400;font-style:italic}.member-tier{opacity:.5;color:#2b2d3b;font-size:12px;font-family:Inter,sans-serif;font-style:italic;font-weight:400}.member-mobile,.member-since{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500}.member-email{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.selected-summary{background:#fff;box-shadow:0 1px 2px -1px #0000001a;border-radius:10px;padding:24px;display:flex;flex-direction:column;gap:8px}.selected-summary h3{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:500;line-height:24px;margin:0}.selected-tiers{display:flex;gap:16px;flex-wrap:wrap}.tier-badge{display:flex;align-items:center;gap:8px;padding:6px 12px;background:#70211c33;border-radius:6px}.tier-badge span{color:#70211c;font-size:12px;font-family:Inter,sans-serif;font-weight:400;line-height:18px}.tier-badge .remove-tier{background:none;border:none;color:#70211c;font-size:12px;cursor:pointer;padding:0;line-height:1}.tier-badge .remove-tier:hover{opacity:.7}.select-members-actions{display:flex;justify-content:flex-end;align-items:center;gap:16px}.back-btn{padding:13px 25px;background:#fff;border-radius:10px;border:1px solid #E2E7F1;color:#2b2d3b;font-size:18px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;transition:background .3s}.back-btn:hover{background:#f5f5f5}.create-poll-final-btn{padding:13px 24px;background:#70211c;border-radius:10px;border:none;color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;transition:background .3s}.create-poll-final-btn:hover{background:#8a2923}.create-poll-final-btn:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed;opacity:.6}.create-poll-final-btn:disabled:hover{background:#d1d5db}@media (max-width: 992px){.select-members-container{padding:20px}}@media (max-width: 768px){.select-members-container{padding:16px}.tier-tabs{flex-wrap:wrap;gap:32px}.members-table-header,.member-row{grid-template-columns:40px 1fr}.header-cell:not(.name-header),.member-mobile,.member-since,.member-email{display:none}.select-members-actions{flex-direction:column;align-items:stretch}.back-btn,.create-poll-final-btn{width:100%}}.poll-status-container{width:100%;min-height:100vh;background:#f7f9fb;padding:28px 40px}.poll-status-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.breadcrumb-section{display:flex;align-items:center;gap:16px}.back-breadcrumb{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center}.breadcrumb-text{color:#27272a;opacity:.5;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.breadcrumb-arrow{margin:0 4px}.poll-status-header h1{color:#27272a;font-size:32px;font-family:Inter,sans-serif;font-weight:600;margin:0}.edit-poll-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 14px;background:#70211c;border:none;border-radius:8px;cursor:pointer;transition:background .2s}.edit-poll-btn:hover{background:#5a1a16}.edit-poll-btn svg{width:18px;height:18px}.edit-poll-btn span{color:#fff;font-size:16px;font-family:Inter,sans-serif;font-weight:400}.poll-status-content{display:flex;flex-direction:column;gap:20px}.status-row{display:flex;gap:20px;align-items:flex-start}.status-left-column{flex:1;display:flex;flex-direction:column;gap:27px}.status-banner{padding:16px 34px;background:linear-gradient(90deg,#ff690000,#ff690033);border-radius:10px;border:2px solid #FF6900;box-shadow:0 4px 6px -4px #0000001a;display:flex;align-items:center;gap:24px}.status-icon-wrapper{width:64px;height:64px;background:#ff6900;border-radius:50%;display:flex;align-items:center;justify-content:center}.status-text h2{color:#2b2d3b;font-size:24px;font-family:Inter,sans-serif;font-weight:600;line-height:36px;margin:0;word-wrap:break-word}.poll-question-card{background:#fff;border-radius:10px;box-shadow:0 1px 2px -1px #0000001a;padding:16px;display:flex;flex-direction:column;gap:24px}.poll-question-card h3{color:#2b2d3b;font-size:18px;font-family:Inter,sans-serif;font-weight:700;line-height:27px;margin:0}.question-text{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:400;line-height:24px;margin:0}.question-meta{display:flex;align-items:center;gap:24px;padding-top:14px;border-top:1px solid #F3F4F6}.meta-item{display:flex;align-items:center;gap:8px}.meta-item span{color:#6c7a86;font-size:14px;font-family:Inter,sans-serif;font-weight:400;line-height:21px}.vote-distribution-card{width:540px;background:#fff;border-radius:10px;box-shadow:0 1px 2px #0000001a;padding:16px}.distribution-header{display:flex;flex-direction:column;gap:18px;margin-bottom:20px}.distribution-header h3{color:#2b2d3b;font-size:18px;font-family:Inter,sans-serif;font-weight:500;line-height:27px;margin:0}.distribution-tabs{display:flex;gap:12px}.dist-tab{background:none;border:none;color:#6c7a86;opacity:.5;font-size:16px;font-family:Inter,sans-serif;font-weight:400;line-height:21px;cursor:pointer;padding:0}.dist-tab.active{color:#70211c;opacity:1;text-decoration:underline}.distribution-content{display:flex;gap:40px}.donut-chart-container{position:relative;width:168px;height:168px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.donut-center-text{display:flex;flex-direction:column;align-items:center;gap:4px;z-index:10;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.donut-label{color:#737373;font-size:12px;font-family:Inter,sans-serif;font-weight:500;line-height:16px;text-align:center}.donut-value{color:#0a0a0a;font-size:28px;font-family:Inter,sans-serif;font-weight:700;line-height:32px;text-align:center}.tier-table{flex:1;display:flex;flex-direction:column;max-height:150px;overflow-y:auto}.tier-row{display:grid;grid-template-columns:12px 151px 1fr 1fr;gap:12px;align-items:center;padding:6px 8px}.tier-row.tier-header{color:#737373;font-size:14px;font-family:Roboto,sans-serif;font-weight:500;line-height:20px}.tier-dot{width:12px;height:12px;border-radius:50%}.tier-dot-spacer{width:12px;height:12px;opacity:0}.tier-name{color:#404040;font-size:14px;font-family:Roboto,sans-serif;font-weight:400;line-height:20px}.tier-voted,.tier-percentage{color:#0a0a0a;font-size:14px;font-family:Roboto,sans-serif;font-weight:500;line-height:20px;text-align:right}.tier-header .tier-name,.tier-header .tier-voted,.tier-header .tier-percentage{color:#737373;font-weight:500}.stats-row{display:flex;gap:24px}.stat-card{flex:1;background:#fff;border-radius:10px;box-shadow:0 1px 2px -1px #0000001a;padding:24px;display:flex;flex-direction:column;gap:8px}.stat-card.border-left-gray{border-left:4px solid #99A1AF}.stat-card.border-left-blue{border-left:4px solid #2B7FFF}.stat-header{display:flex;align-items:center;gap:8px}.stat-header span{color:#6c7a86;font-size:14px;font-family:Inter,sans-serif;font-weight:400;line-height:21px}.stat-value{color:#2b2d3b;font-size:36px;font-family:Inter,sans-serif;font-weight:600;line-height:54px}.stat-value.stat-gray{color:#4a5565}.stat-value.stat-blue{color:#155dfc}.stat-subtext{color:#6c7a86;font-size:12px;font-family:Inter,sans-serif;font-weight:400;line-height:18px}.votes-row{display:flex;gap:18px}.votes-card{flex:1;background:#fff;border-radius:10px;box-shadow:0 1px 2px -1px #0000001a;padding:16px}.votes-card h3{color:#2b2d3b;font-size:18px;font-family:Inter,sans-serif;font-weight:500;line-height:27px;margin:0 0 24px}.votes-list{display:flex;flex-direction:column;gap:24px}.vote-item{display:flex;flex-direction:column;gap:8px}.vote-header{display:flex;justify-content:space-between;align-items:center}.vote-title{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;line-height:21px}.vote-count{color:#6c7a86;font-size:14px;font-family:Inter,sans-serif;font-weight:400;line-height:21px}.vote-bar-bg{width:100%;height:32px;background:#f3f4f6;border-radius:6px;overflow:hidden}.vote-bar{height:100%;border-radius:6px;transition:width .3s ease}.option-votes-card{width:361px;background:#fff;border-radius:10px;box-shadow:0 1px 2px -1px #0000001a;padding:16px}.option-votes-card h3{color:#2b2d3b;font-size:18px;font-family:Inter,sans-serif;font-weight:500;line-height:27px;margin:0 0 24px}.no-votes-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;padding:40px 0}.no-votes-icon{width:166px;height:127px}.no-votes-text{color:#2b2d3b;font-size:18px;font-family:Inter,sans-serif;font-weight:500;line-height:27px;margin:0}.vote-item.selected{background-color:#f0f9ff;border-left:3px solid #155DFC;padding-left:13px}.vote-item:hover{background-color:#f9fafb}.voters-list{display:flex;flex-direction:column;gap:16px;max-height:400px;overflow-y:auto;padding:24px}.voters-header{display:flex;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid #E5E7EB}.voters-header-name,.voters-header-id{color:#9ca3af;font-size:14px;font-family:Inter,sans-serif;font-weight:400;line-height:20px}.voter-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0}.voter-left{display:flex;align-items:center;gap:12px;flex:1}.voter-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0}.voter-avatar img{width:100%;height:100%;object-fit:cover}.voter-avatar-placeholder{width:100%;height:100%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;color:#6b7280;text-transform:uppercase}.voter-info{display:flex;flex-direction:column;gap:4px}.voter-name{color:#1f2937;font-size:14px;font-family:Inter,sans-serif;font-weight:500;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.voter-tier{color:#9ca3af;font-size:11px;font-family:Inter,sans-serif;font-weight:400;line-height:16px;font-style:italic;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.voter-id{color:#1f2937;font-size:14px;font-family:Inter,sans-serif;font-weight:500;line-height:20px;text-align:right;margin-left:auto;cursor:help}.info-banner{background:#eff6ff;border:1px solid #BEDBFF;border-radius:10px;padding:25px;display:flex;flex-direction:column;gap:8px}.info-banner h4{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:500;line-height:24px;margin:0}.info-banner p{color:#6c7a86;font-size:14px;font-family:Inter,sans-serif;font-weight:400;line-height:21px;margin:0}.action-buttons-poll{display:flex;gap:16px;justify-content:flex-end}.btn-end-poll,.btn-refresh{height:48px;border-radius:10px;border:none;font-size:18px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;padding:13px 24px;transition:opacity .2s}.btn-end-poll{background:#ff6900;color:#fff}.btn-refresh{background:#70211c;color:#fff}.btn-end-poll:hover,.btn-refresh:hover{opacity:.9}@media (max-width: 1200px){.status-row{flex-direction:column}.vote-distribution-card{width:100%}.stats-row{flex-wrap:wrap}.stat-card{min-width:calc(50% - 12px)}.votes-row{flex-direction:column}.option-votes-card{width:100%}}@media (max-width: 768px){.poll-status-container{padding:20px}.poll-status-header h1{font-size:24px}.stat-card{min-width:100%}.distribution-content{flex-direction:column;align-items:center}.action-buttons-poll{flex-direction:column}.btn-end-poll,.btn-refresh{width:100%}}.poll-distribution{display:flex;flex-direction:column;gap:20px}.stats-cards{display:flex;gap:24px}.stat-card{flex:1;background:#fff;border:1px solid #E2E7F1;border-radius:10px;padding:25px;box-sizing:border-box;min-width:200px}.stat-content{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;flex-wrap:nowrap}.stat-info{display:flex;flex-direction:column;gap:8px;min-width:0}.stat-label{font-size:14px;font-family:Arial,sans-serif;color:#6c7a86;line-height:21px;white-space:nowrap}.stat-value{font-size:32px;font-family:Inter,sans-serif;font-weight:600;color:#27272a;line-height:48px}.stat-icon{width:48px;height:48px;min-width:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;align-self:flex-end}.stat-icon.active{background:#22c55e1a}.stat-icon.scheduled{background:#f59e0b1a}.stat-icon.closed{background:#6b72801a}.stat-icon.cancelled{background:#ef44441a}.chart-card{background:#fff;border:1px solid #E2E7F1;border-radius:10px;padding:25px}.chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.chart-title{font-size:18px;font-family:Inter,sans-serif;font-weight:600;color:#27272a;line-height:27px;margin:0 0 24px}.chart-header .chart-title{margin:0}.chart-filter{display:flex;align-items:center;position:relative;padding:12px 16px;border:1px solid #9A9A9A;border-radius:10px;background:transparent;cursor:pointer}.chart-filter select{border:none;background:transparent;color:#9a9a9a;font-size:18px;font-family:Inter,sans-serif;cursor:pointer;outline:none;padding-right:24px}.chart-filter svg{position:absolute;right:16px;pointer-events:none}.bar-chart{display:flex;height:300px}.y-axis{display:flex;flex-direction:column;justify-content:space-between;padding-right:16px;text-align:right}.y-axis-label{font-size:12px;font-family:Inter,sans-serif;color:#6c7a86}.chart-area{flex:1;position:relative;display:flex;flex-direction:column}.grid-lines{position:absolute;top:0;left:0;right:0;bottom:40px;display:flex;flex-direction:column;justify-content:space-between}.grid-line{height:1px;background:#e2e7f1;width:100%}.bars{flex:1;display:flex;justify-content:space-around;align-items:flex-end;padding-bottom:40px;position:relative;z-index:1}.bar-container{display:flex;flex-direction:column;align-items:center;width:120px;height:100%;justify-content:flex-end}.bar{width:80px;border-radius:4px 4px 0 0;position:relative;transition:opacity .2s}.bar:hover{opacity:.8}.bar-tooltip{display:none;position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#000;color:#fff;padding:8px 16px;border-radius:4px;font-size:14px;font-family:Arial,sans-serif;white-space:nowrap;opacity:.9;margin-bottom:8px}.bar:hover .bar-tooltip{display:block}.bar-label{margin-top:12px;font-size:12px;font-family:Inter,sans-serif;color:#6c7a86;text-align:center;transform:rotate(-15deg);transform-origin:center top;white-space:nowrap}.horizontal-chart{min-height:450px}.horizontal-bar-chart{display:flex;flex-direction:column;gap:16px}.horizontal-bars{display:flex;flex-direction:column;gap:24px}.horizontal-bar-row{display:flex;align-items:center;gap:16px}.horizontal-bar-label{width:140px;font-size:12px;font-family:Inter,sans-serif;color:#6c7a86;text-align:right;flex-shrink:0}.horizontal-bar-container{flex:1;height:40px;background:#efefef;position:relative}.horizontal-bar-stack{display:flex;height:100%}.horizontal-bar-segment{height:100%;transition:opacity .2s}.horizontal-bar-segment:hover{opacity:.8}.horizontal-bar-segment.business{background:#70211c}.horizontal-bar-segment.preferred{background:#d43131}.horizontal-bar-segment.associate{background:#5ea4de}.horizontal-bar-segment.lotus{background:#1e2a5a}.horizontal-bar-segment.unknown{background:#9ca3af}.x-axis{display:flex;justify-content:space-between;margin-left:156px;padding-top:8px}.x-axis-label{font-size:12px;font-family:Inter,sans-serif;color:#6c7a86}.horizontal-bar-chart .chart-legend{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:32px;margin-top:24px;flex-wrap:nowrap;width:100%}.horizontal-bar-chart .legend-item{display:flex;align-items:center;gap:8px;font-size:12px;font-family:Arial,sans-serif;color:#333;white-space:nowrap}.horizontal-bar-chart .legend-color{width:14px;height:14px;border-radius:50%;flex-shrink:0}.legend-color.business{background:#70211c}.legend-color.preferred{background:#d43131}.legend-color.associate{background:#5ea4de}.legend-color.lotus{background:#1e2a5a}.legend-color.unknown{background:#9ca3af}.legend-item span{color:#70211c}.legend-item:nth-child(2) span{color:#d43131}.legend-item:nth-child(3) span{color:#5ea4de}.legend-item:nth-child(5) span{color:#9ca3af}.legend-item:nth-child(4) span{color:#1e2a5a}.performance-table-card{overflow:hidden}.performance-table{width:100%;border-collapse:collapse;font-family:Arial,sans-serif}.performance-table thead tr{border-bottom:1px solid #E2E7F1}.performance-table th{padding:11px 16px;font-size:14px;font-weight:700;color:#6c7a86;text-align:center;line-height:21px}.performance-table th.text-left{text-align:left}.performance-table th.text-right{text-align:right}.performance-table tbody tr{border-bottom:1px solid #E2E7F1}.performance-table td{padding:11px 16px;font-size:14px;color:#27272a;text-align:center;line-height:21px}.performance-table td.text-left{text-align:left}.performance-table td.text-right{text-align:right}.performance-table td.total-votes{font-weight:700}@media (max-width: 1200px){.stats-cards{grid-template-columns:repeat(2,1fr)}.horizontal-bar-label{width:100px;font-size:10px}.x-axis{margin-left:116px}}.recharts-bar-container{width:100%}.recharts-custom-legend{display:flex;justify-content:center;gap:24px;margin-top:16px;flex-wrap:wrap}.recharts-custom-legend .legend-item{display:flex;align-items:center;gap:8px}.recharts-custom-legend .legend-color{width:12px;height:12px;border-radius:2px}.recharts-custom-legend .legend-label{font-size:12px;color:#6b7280}.poll-chart-tooltip{background:#1e2a5a;border-radius:8px;padding:12px 16px;box-shadow:0 4px 12px #00000026}.poll-chart-tooltip .tooltip-label{font-size:12px;color:#ffffffb3;margin:0 0 4px}.poll-chart-tooltip .tooltip-value{font-size:14px;font-weight:600;color:#fff;margin:0}.loading-state,.error-state{display:flex;justify-content:center;align-items:center;min-height:200px;background:#fff;border:1px solid #E2E7F1;border-radius:10px;padding:40px;font-size:14px;color:#6b7280}.error-state{color:#ef4444}@media (max-width: 768px){.stats-cards{grid-template-columns:1fr}.chart-header{flex-direction:column;align-items:flex-start;gap:16px}.time-filter-container{position:static;align-self:flex-end;margin-bottom:16px}.performance-table{font-size:12px}.performance-table th,.performance-table td{padding:8px}}.poll-overall{display:flex;flex-direction:column;gap:20px}.overall-card{width:349px;background:#fff;border:1px solid #E2E7F1;border-radius:10px;padding:25px;display:flex;flex-direction:column;gap:24px}.overall-card .card-title{font-size:18px;font-family:Inter,sans-serif;font-weight:600;color:#27272a;line-height:27px;margin:0}.donut-chart-container{display:flex;justify-content:center;align-items:center;padding:20px 0;width:100%;position:relative}.donut-chart{width:200px;height:200px;margin:0 auto}.donut-segment{cursor:pointer;transition:opacity .2s ease}.donut-segment:hover{opacity:.8}.donut-tooltip{position:absolute;background:#1e2a5a;border-radius:8px;padding:10px 14px;box-shadow:0 4px 12px #00000026;pointer-events:none;z-index:10;transform:translate(-50%);display:flex;flex-direction:column;gap:4px;white-space:nowrap}.donut-tooltip-label{font-size:12px;color:#ffffffb3}.donut-tooltip-value{font-size:14px;font-weight:600;color:#fff}.chart-legend{display:flex;flex-direction:column;gap:8px}.legend-row{display:flex;align-items:center;justify-content:space-between;gap:20px}.legend-item{display:flex;align-items:center;gap:8px}.legend-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.legend-dot.voted{background-color:#70211c}.legend-dot.not-voted{background-color:#e2e7f1}.legend-dot.viewed-not-voted{background-color:#991b1b}.legend-label{font-size:14px;font-family:Arial,sans-serif;color:#27272a;line-height:21px}.legend-value{font-size:14px;font-family:Arial,sans-serif;font-weight:700;color:#27272a;line-height:21px}@media (max-width: 768px){.overall-card{width:100%;max-width:349px}.poll-overall .time-filter-container{position:static;align-self:flex-end;margin-bottom:16px}}.poll-overall .loading-state,.poll-overall .error-state{display:flex;justify-content:center;align-items:center;min-height:200px;font-size:14px;color:#6b7280}.poll-overall .error-state{color:#ef4444}.members-management-wrapper{width:100%;min-height:100vh;padding:40px}.page-title{color:#27272a;font-size:32px;font-family:Inter,sans-serif;font-weight:600;margin:0 0 40px!important}.mm-view-tabs-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.mm-view-tabs{display:flex;align-items:center;gap:16px}.mm-view-tab{padding:8px 16px;border-radius:8px;border:1px solid #661813;background:transparent;color:#661813;font-size:16px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:all .2s ease}.mm-view-tab:hover{background:#6618131a}.mm-view-tab.active{background:#661813;color:#fff;box-shadow:0 4px 4px #00000040}.mm-view-time-filter{position:relative;display:flex;align-items:center;padding:12px 16px;border:1px solid #9A9A9A;border-radius:10px;background:transparent;cursor:pointer}.mm-view-time-filter select{border:none;background:transparent;color:#9a9a9a;font-size:16px;font-family:Inter,sans-serif;cursor:pointer;outline:none;padding-right:24px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.mm-view-time-filter svg{position:absolute;right:16px;pointer-events:none}.stats-container{display:flex;gap:10.5px;margin-bottom:40px!important}.stat-card{width:210px!important;height:196px;padding:18px 30px 24px 18px;background:#fff;box-shadow:2px 4px 4px #00000026;border-radius:14px;display:flex;flex-direction:column;align-items:flex-start;gap:10px;border:2px solid transparent;transition:border-color .2s ease;cursor:pointer}.stat-card:hover,.stat-card.active{border:2px solid #70211C}.stat-icon{padding:12px;border-radius:26px;width:fit-content;align-self:flex-start}.stat-icon-purple{background:#d398e7}.stat-icon-blue{background:#70a1e5}.stat-icon-orange{background:#f0c274}.stat-icon-complimentary{background:#d4a5a5}.stat-inactive-count{font-size:14px;color:#06060699;font-style:italic;font-weight:400}.stat-content{display:flex;flex-direction:column;gap:10px}.stat-label{color:#797979;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.stat-value{color:#060606;font-size:28px;font-family:Inter,sans-serif;font-weight:400;letter-spacing:.28px}.stat-increase{display:flex;align-items:center;gap:4px;color:#060606;font-size:10px;font-family:Aeonik Pro TRIAL,sans-serif;font-weight:400;line-height:12px;letter-spacing:.2px}.search-container{width:100%;margin:0 0 20px;padding:16px 20px;background:#fff;border-radius:10px;border:1px solid #70211C;display:flex;align-items:center;gap:8px;box-sizing:border-box}.search-container svg{flex-shrink:0}.search-container input{flex:1;border:none;outline:none;background:transparent;color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif}.search-container input::placeholder{color:#a1a1aa}.search-container input:focus{outline:none;border:none}.members-list-container{background:#fff;border-radius:12px;padding:20px;min-height:404px;margin-bottom:40px}.members-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.members-list-title{color:#27272a;font-size:20px;font-family:Inter,sans-serif;font-weight:400}.filters-button{width:121px;height:48px;padding:16px;border-radius:10px;border:1px solid #9A9A9A;background:transparent;display:flex;justify-content:center;align-items:center;gap:16px;cursor:pointer;color:#9a9a9a;font-size:18px;font-family:Inter,sans-serif;font-weight:400}.tabs-container{display:flex;gap:40px;border-bottom:1px solid #E2E7F1;margin-bottom:30px;position:relative}.tab{padding-bottom:12px;background:none;border:none;color:#2b2d3b;opacity:.5;font-size:16px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;position:relative}.tab.active{color:#000;opacity:1}.tab.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background:#70211c}.members-table{width:100%;border-collapse:collapse;table-layout:fixed;box-sizing:border-box;border-spacing:0;display:table!important;visibility:visible!important}.members-table thead th:nth-child(1),.members-table tbody td:nth-child(1){width:22%}.members-table thead th:nth-child(2),.members-table tbody td:nth-child(2){width:15%}.members-table thead th:nth-child(3),.members-table tbody td:nth-child(3){width:14%}.members-table thead th:nth-child(4),.members-table tbody td:nth-child(4){width:14%}.members-table thead th:nth-child(5),.members-table tbody td:nth-child(5){width:20%}.members-table thead th:nth-child(6),.members-table tbody td:nth-child(6){width:8%}.members-table thead th:nth-child(7),.members-table tbody td:nth-child(7){width:7%}.members-table thead th{color:#a1a1aa;font-size:14px;font-family:Inter,sans-serif;font-weight:500;text-align:left;padding:15px 12px;border-bottom:none;white-space:nowrap}.members-table tbody td{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400;padding:16px 12px;border-bottom:none;vertical-align:middle;word-wrap:break-word;overflow-wrap:break-word;box-sizing:border-box}.members-table tbody tr{position:relative;border-bottom:1px solid #E2E7F1}.members-table tbody tr:last-child{border-bottom:1px solid #E2E7F1}.member-name-cell{display:flex;align-items:center;gap:12px}.member-name{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;margin-bottom:4px}.member-type{color:#2b2d3b;opacity:.5;font-size:12px;font-family:Inter,sans-serif;font-style:italic;font-weight:400}.member-contact{display:flex;flex-direction:column;gap:4px}.member-email,.member-phone{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.member-status-badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 6px;border-radius:10px;font-size:12px;font-family:Inter,sans-serif;font-weight:500;white-space:nowrap;box-sizing:border-box}.member-status-badge.status-active{background-color:#1bad0533;border:1px solid #1bad05;color:#1bad05}.member-status-badge.status-inactive{background-color:#72727233;border:1px solid #727272;color:#727272}.view-btn{background:none;border:none;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.view-btn:hover{opacity:.7}.pagination-ellipsis{color:#2b2d3b;font-size:13px;font-family:Be Vietnam Pro,sans-serif;padding:0 4px;display:flex;align-items:center;justify-content:center}.filter-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0000004d;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.filter-modal{width:318px;max-height:60vh;background:#fff;box-shadow:0 4px 20px #00000026;border-radius:10px;border:1px solid #E2E7F1;display:flex;flex-direction:column;overflow:hidden}.filter-modal-header{padding:12px 16px;border-bottom:1px solid #E2E7F1}.filter-modal-header h3{margin:0;color:#27272a;font-size:16px;font-family:Inter,sans-serif;font-weight:600;line-height:24px}.filter-modal-content{flex:1;overflow-y:auto;padding-right:15px;scrollbar-width:none;-ms-overflow-style:none}.filter-modal-content::-webkit-scrollbar{display:none}.filter-section{border-bottom:1px solid #E2E7F1}.filter-section-header{padding:12px 16px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.filter-section-header span{color:#27272a;font-size:14px;font-family:Inter,sans-serif;font-weight:500;line-height:21px}.filter-options{padding:0 16px 8px;display:flex;flex-direction:column;gap:8px}.filter-options-scroll{max-height:400px;overflow-y:auto;display:flex;flex-direction:column;gap:8px;padding-right:8px;scrollbar-width:none;-ms-overflow-style:none}.filter-options-scroll::-webkit-scrollbar{display:none}.filter-option{display:flex;align-items:center;gap:8px;padding:8px;border-radius:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.filter-option:hover{background:#f9fafb}.filter-option input[type=checkbox],.filter-option input[type=radio]{width:16px;height:16px;border:1px solid #8D8D8D;border-radius:50%;cursor:pointer;margin:0;-moz-appearance:none;appearance:none;-webkit-appearance:none;position:relative}.filter-option input[type=checkbox]:checked,.filter-option input[type=radio]:checked{background:#70211c;border-color:#70211c}.filter-option input[type=checkbox]:checked:after{content:"";position:absolute;left:4px;top:1px;width:5px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.filter-option input[type=radio]:checked:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;background:#fff}.filter-option span{color:#3f3f46;font-size:13px;font-family:Inter,sans-serif;font-weight:400;line-height:19.5px}.nationality-search{position:relative;margin-bottom:8px}.nationality-search input{width:100%;padding:8px 12px 8px 36px;background:#fff;border:1px solid #E2E7F1;border-radius:8px;outline:none;color:#3f3f46;font-size:13px;font-family:Inter,sans-serif;box-sizing:border-box}.nationality-search input::placeholder{color:#9f9fa9}.nationality-search svg{position:absolute;left:12px;top:50%;transform:translateY(-50%)}.filter-modal-footer{padding:12px 16px;border-top:1px solid #E2E7F1;display:flex;gap:8px}.filter-clear-btn,.filter-apply-btn{flex:1;height:39px;border-radius:8px;border:none;cursor:pointer;font-size:14px;font-family:Inter,sans-serif;font-weight:500;line-height:21px}.filter-clear-btn{background:#fff;border:1px solid #E2E7F1;color:#3f3f46}.filter-clear-btn:hover{background:#f9fafb}.filter-apply-btn{background:#70211c;color:#fff}.filter-apply-btn:hover{background:#5a1a16}.members-cards{display:none;flex-direction:column;gap:16px}.member-card{background:#fff;border:1px solid #E2E7F1;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:16px}.member-card-header{display:flex;align-items:center;gap:12px;padding-bottom:16px;border-bottom:1px solid #E2E7F1}.member-card-info{flex:1}.member-card-name{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:600;margin-bottom:4px}.member-card-tier{color:#2b2d3b;opacity:.5;font-size:13px;font-family:Inter,sans-serif;font-style:italic;font-weight:400}.member-card-view-btn{background:#70211c;border:none;border-radius:8px;padding:8px 16px;color:#fff;font-size:13px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:background .2s}.member-card-view-btn:hover{background:#5a1a16}.member-card-details{display:grid;grid-template-columns:1fr 1fr;gap:16px}.member-card-field{display:flex;flex-direction:column;gap:4px}.member-card-label{color:#a1a1aa;font-size:12px;font-family:Inter,sans-serif;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.member-card-value{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400}@media (max-width: 1200px){.table-container{display:none!important}.members-cards{display:flex}}@media (min-width: 1201px){.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch;display:block!important;visibility:visible!important;width:100%}.members-table{display:table!important;visibility:visible!important}.members-cards{display:none!important}}@media (max-width: 1200px){.members-management-wrapper{padding:30px}.stats-container{gap:8px}.stat-card{width:190px!important;padding:16px 24px 20px 16px}.stat-value{font-size:24px}.tabs-container{gap:30px}.tab{font-size:15px}.members-table{font-size:13px}.members-table th,.members-table td{padding:14px 12px}}@media (max-width: 1150px){.stats-container{gap:8px}.stat-card{width:185px!important;padding:15px 22px 19px 15px}.stat-value{font-size:23px}.stat-label{font-size:13px}}@media (max-width: 1100px){.stats-container{gap:8px}.stat-card{width:175px!important;padding:14px 20px 18px 14px}.stat-value{font-size:22px}.stat-label{font-size:13px}.tabs-container{gap:24px}.tab{font-size:14px}}@media (max-width: 1050px){.stat-card{width:160px!important;padding:14px 16px 18px 14px}.stat-value{font-size:21px}}@media (max-width: 1030px){.stats-container{flex-wrap:wrap;gap:8px}.stat-card{width:calc(50% - 4px)!important;min-width:160px}}@media (max-width: 980px){.members-management-wrapper{padding:24px}.page-title{font-size:28px;margin:0 0 30px!important}.stats-container{flex-wrap:wrap;gap:8px}.stat-card{width:calc(50% - 4px)!important;min-width:180px}.tabs-container{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;gap:20px;padding-bottom:4px;margin-bottom:24px}.tabs-container::-webkit-scrollbar{display:none}.tab{white-space:nowrap;flex-shrink:0;font-size:14px;padding:10px 16px}}@media (max-width: 768px){.members-management-wrapper{padding:16px;width:100%;max-width:100%;overflow-x:hidden}.page-title{font-size:24px;margin:0 0 24px!important}.stats-container{flex-direction:column;gap:12px;margin-bottom:24px!important}.stat-card{width:100%!important;min-width:unset;height:auto;padding:16px;flex-direction:row;align-items:center;justify-content:space-between}.stat-icon{padding:10px}.stat-content{flex:1;margin-left:12px}.stat-label{font-size:13px}.stat-value{font-size:22px}.stat-increase{font-size:9px}.search-container{padding:12px 16px}.search-container input{font-size:13px}.members-list-header{flex-direction:column;align-items:flex-start;gap:12px}.members-list-title{font-size:18px}.filters-button{width:100%;justify-content:center;padding:10px 16px}.tabs-container{gap:16px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:2px}.tabs-container::-webkit-scrollbar{display:none}.tab{font-size:15px;padding:10px 14px;white-space:nowrap;flex-shrink:0}.member-card{padding:16px}.member-card-header{padding-bottom:12px}.member-card-name{font-size:15px}.member-card-tier{font-size:12px}.member-card-view-btn{padding:6px 12px;font-size:12px}.member-card-details{gap:12px}.member-card-label{font-size:11px}.member-card-value{font-size:13px}.pagination{justify-content:center;flex-wrap:wrap;margin-top:12px}.pagination-btn{width:32px;height:32px;font-size:12px}.filter-modal{width:calc(100% - 32px);max-width:400px;max-height:70vh}.filter-modal-header{padding:10px 14px}.filter-modal-header h3{font-size:15px}.filter-section-header{padding:10px 14px}.filter-section-header span{font-size:13px}.filter-options{padding:0 14px 8px}.filter-option span{font-size:12px}.nationality-search input{font-size:12px;padding:7px 10px 7px 32px}.filter-modal-footer{padding:10px 14px}.filter-clear-btn,.filter-apply-btn{height:36px;font-size:13px}}@media (max-width: 480px){.members-management-wrapper{padding:12px}.page-title{font-size:20px;margin:0 0 20px!important}.stats-container{gap:10px;margin-bottom:20px!important}.stat-card{padding:14px;border-radius:12px}.stat-icon{padding:8px}.stat-icon svg{width:18px;height:18px}.stat-label{font-size:12px}.stat-value{font-size:20px}.stat-increase{font-size:8px;gap:2px}.stat-increase svg{width:12px;height:12px}.search-container{padding:10px 14px}.search-container input{font-size:12px}.members-list-header{gap:10px}.members-list-title{font-size:16px}.filters-button{padding:8px 14px;font-size:13px}.tabs-container{gap:10px}.tab{font-size:14px;padding:9px 12px;border-radius:6px}.member-card{padding:14px;gap:12px}.member-card-header{padding-bottom:10px}.member-card-name{font-size:14px}.member-card-tier{font-size:11px}.member-card-view-btn{padding:5px 10px;font-size:11px}.member-card-details{gap:12px}.member-card-label{font-size:10px}.member-card-value{font-size:12px}.pagination-btn{width:28px;height:28px;font-size:11px}.pagination-ellipsis{font-size:11px}.filter-modal{width:calc(100% - 24px);max-height:75vh}.filter-modal-header h3{font-size:14px}.filter-section-header span{font-size:12px}.filter-option span,.nationality-search input{font-size:11px}.filter-clear-btn,.filter-apply-btn{height:34px;font-size:12px}}.member-details-wrapper{width:100%;min-height:100vh;background:#fafafa;padding:40px;display:flex;flex-direction:column;gap:16px}.page-title,.breadcrumb-title{color:#27272a;font-size:32px;font-family:Inter,sans-serif;font-weight:600;margin:0;line-height:1}.detail-tabs-container{display:flex;gap:60px;align-items:center;padding-bottom:8px;position:relative;margin-bottom:24px}.sub-tab-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;min-width:80px}.sub-tab{background:none;border:none;color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:400;opacity:.5;cursor:pointer;padding:8px 0;transition:opacity .3s;white-space:nowrap}.sub-tab.active{color:#2b2d3b;opacity:1;font-weight:500}.sub-tab:hover{opacity:.8}.sub-tab-underline{width:120%;height:1px;background:#70211c;position:absolute;bottom:-2px}.detail-content{display:flex;gap:24px;width:100%}.profile-card{width:389px;background:#fff;box-shadow:0 1px 2px -1px #0000001a;border-radius:14px;border:1px solid #E5E7EB;padding:25px;display:flex;flex-direction:column;align-items:center;gap:16px}.profile-avatar-container{width:128px;height:128px;border-radius:50%;border:4px solid #F3F4F6;overflow:hidden;display:flex;align-items:center;justify-content:center}.profile-name{color:#0f172b;font-size:16px;font-family:Arial,sans-serif;font-weight:400;line-height:24px;text-align:center}.profile-badge{padding:5px 16px;background:#f1f5f9;border-radius:9999px;border:1px solid #E2E8F0;color:#314158;font-size:16px;font-family:Arial,sans-serif;font-weight:400;line-height:24px;text-align:center}.membership-card{flex:1;background:#fff;box-shadow:0 1px 2px -1px #0000001a;border-radius:14px;border:1px solid #E5E7EB;padding:25px;display:flex;flex-direction:column;gap:16px}.membership-title{color:#0f172b;font-size:16px;font-family:Arial,sans-serif;font-weight:400;line-height:24px;margin:0}.membership-details{display:flex;flex-direction:column}.membership-row{display:flex;padding-top:12px;padding-bottom:12px;border-bottom:1px solid #F3F4F6}.membership-row-last{border-bottom:none}.membership-label{width:192px;color:#6a7282;font-size:14px;font-family:Arial,sans-serif;font-weight:400;line-height:20px}.membership-value{color:#0f172b;font-size:14px;font-family:Arial,sans-serif;font-weight:400;line-height:20px}.logs-card{width:100%;background:#fff;box-shadow:0 1px 2px -1px #0000001a;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:16px}.logs-title{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:700;margin:0}.detail-logs{display:flex;flex-direction:column;gap:0}.log-entry{display:flex;align-items:flex-start;gap:12px}.log-icon{flex-shrink:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center;margin-top:2px;opacity:.5}.log-icon svg{width:100%;height:100%}.log-text{flex:1;color:#27272a;font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400;word-wrap:break-word;opacity:.5}.log-text span{color:#27272a;font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400;word-wrap:break-word}.log-user{color:#27272a;font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400;text-decoration:underline;word-wrap:break-word;cursor:pointer}.log-user:hover{opacity:.7}.log-timeline-divider{width:1px;height:18px;margin-left:8px;margin-top:8px;margin-bottom:8px;opacity:.2;background:#27272a;border:.5px solid #27272A}.personal-tab-content{width:896px;display:flex;flex-direction:column;gap:24px}.info-card{width:100%;background:#fff;box-shadow:0 1px 2px -1px #0000001a;border-radius:14px;border:1px solid #E5E7EB;padding:25px;display:flex;flex-direction:column;gap:16px}.info-card-title{color:#0f172b;font-size:16px;font-family:Arial,sans-serif;font-weight:400;line-height:24px;margin:0}.info-details{display:flex;flex-direction:column}.info-row{display:flex;padding-top:12px;padding-bottom:12px;border-bottom:1px solid #F3F4F6}.info-row-last{border-bottom:none}.info-label{width:192px;color:#6a7282;font-size:14px;font-family:Arial,sans-serif;font-weight:400;line-height:20px;flex-shrink:0}.info-value{color:#0f172b;font-size:14px;font-family:Arial,sans-serif;font-weight:400;line-height:20px}.coming-soon-placeholder{width:100%;padding:40px;text-align:center;color:#6a7282;font-size:16px;font-family:Inter,sans-serif}.preferences-coming-soon{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 40px;text-align:center}.coming-soon-image{max-width:400px;width:100%;height:auto;margin-bottom:24px}.coming-soon-text{color:#70211c;font-size:24px;font-family:Inter,sans-serif;font-weight:500;margin:0}.business-tab-content{width:896px;display:flex;flex-direction:column;gap:24px}.specializations-divider{width:100%;height:1px;background:#f3f4f6;margin:5px 0 12px}.specializations-section{display:flex;gap:12px;align-items:center}.specializations-label{width:180px;color:#6a7282;font-size:14px;font-family:Arial,sans-serif;font-weight:400;line-height:20px;flex-shrink:0}.specializations-tags{flex:1;display:flex;gap:8px;align-items:center;flex-wrap:wrap}.specialization-tag{padding:6px 12px;background:#f8fafc;border-radius:9999px;border:1px solid #E2E8F0;color:#314158;font-size:14px;font-family:Arial,sans-serif;font-weight:400;line-height:20px;white-space:nowrap}.business-description-text{color:#364153;font-size:14px;font-family:Arial,sans-serif;font-weight:400;line-height:22.75px;word-wrap:break-word}.address-tab-content{width:100%;display:flex;flex-direction:row;gap:24px}.address-tab-content-edit{width:896px;display:flex;flex-direction:column;gap:24px}.address-card{flex:1;background:#fff;box-shadow:0 1px 2px -1px #0000001a;border-radius:14px;border:1px solid #E5E7EB;padding:25px;display:flex;flex-direction:column;gap:16px}.address-card-header{display:flex;align-items:center;gap:12px;height:40px}.address-icon-container{width:40px;height:40px;background:#f8fafc;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.address-card-title{color:#0f172b;font-size:16px;font-family:Arial,sans-serif;font-weight:400;line-height:24px;margin:0}.social-tab-content{width:896px;display:flex;flex-direction:column}.social-media-card{width:100%;background:#fff;box-shadow:0 1px 2px -1px #0000001a;border-radius:14px;border:1px solid #E5E7EB;padding:25px;display:flex;flex-direction:column;gap:8px}.social-card-title{color:#0f172b;font-size:16px;font-family:Arial,sans-serif;font-weight:400;line-height:24px;margin:0}.social-card-subtitle{color:#6a7282;font-size:14px;font-family:Arial,sans-serif;font-weight:400;line-height:20px;margin:0}.social-profiles-list{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:8px}.social-profile-item{display:flex;justify-content:space-between;align-items:center;padding:0 16px;min-height:42px;border-radius:10px;border:1px solid}.social-profile-info{display:flex;align-items:center;gap:12px}.social-profile-icon{width:20px;height:20px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.social-profile-text{display:flex;flex-direction:column;gap:2px}.social-profile-name{font-size:16px;font-family:Arial,sans-serif;font-weight:400;line-height:24px}.social-profile-url{font-size:12px;font-family:Arial,sans-serif;font-weight:400;line-height:16px;opacity:.75}.social-profile-link-icon{width:16px;height:16px;flex-shrink:0;display:flex;align-items:center;justify-content:center}@media (max-width: 1200px){.member-details-wrapper{padding:30px}.detail-tabs-container{gap:40px}.sub-tab{font-size:15px}.detail-content{gap:20px}.profile-card{width:340px;padding:20px}.personal-tab-content,.business-tab-content,.social-tab-content{width:100%}}@media (max-width: 1100px){.detail-tabs-container{gap:30px}.sub-tab{font-size:14px}}@media (max-width: 980px){.member-details-wrapper{padding:24px}.page-title,.breadcrumb-title{font-size:28px}.breadcrumb-category{font-size:13px}.detail-tabs-container{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;gap:24px;padding-bottom:4px;margin-bottom:20px}.detail-tabs-container::-webkit-scrollbar{display:none}.sub-tab{white-space:nowrap;flex-shrink:0;font-size:14px}.detail-content{flex-direction:column;gap:20px}.profile-card{width:100%}.address-tab-content{flex-direction:column}.social-profiles-list{grid-template-columns:1fr}}@media (max-width: 768px){.member-details-wrapper{padding:16px}.page-title,.breadcrumb-title{font-size:24px}.breadcrumb{gap:10px;margin-bottom:16px}.breadcrumb-category{font-size:14px}.breadcrumb-arrow{width:9px;height:15px}.detail-tabs-container{gap:20px;padding-bottom:2px;margin-bottom:16px}.sub-tab{font-size:15px;padding:8px 0}.detail-content{gap:16px}.profile-card{padding:16px}.profile-avatar-container{width:96px;height:96px;border:3px solid #F3F4F6}.profile-name{font-size:15px}.profile-badge{padding:4px 12px;font-size:14px}.membership-card,.info-card,.logs-card,.address-card,.social-media-card{padding:16px}.membership-title,.info-card-title,.address-card-title,.social-card-title{font-size:15px}.membership-label,.info-label{width:140px;font-size:13px}.membership-value,.info-value,.logs-title{font-size:13px}.log-text,.log-user{font-size:11px}.log-icon{width:14px;height:14px}.specializations-label{width:140px;font-size:13px}.specialization-tag{padding:5px 10px;font-size:13px}.business-description-text{font-size:13px;line-height:20px}.address-card-header{height:36px}.address-icon-container{width:36px;height:36px}.social-card-subtitle{font-size:13px}.social-profile-item{padding:0 12px;min-height:38px}.social-profile-name{font-size:14px}.social-profile-url{font-size:11px}.social-profile-icon{width:18px;height:18px}.coming-soon-text{font-size:20px}.coming-soon-image{max-width:300px}.preferences-coming-soon{padding:60px 20px}}@media (max-width: 480px){.member-details-wrapper{padding:12px}.page-title,.breadcrumb-title{font-size:22px}.breadcrumb{gap:8px;margin-bottom:12px}.breadcrumb-category{font-size:13px}.breadcrumb-arrow{width:8px;height:14px}.detail-tabs-container{gap:16px;margin-bottom:12px}.sub-tab{font-size:14px;padding:7px 0}.sub-tab-underline{width:100%}.detail-content{gap:12px}.profile-card{padding:14px;gap:12px}.profile-avatar-container{width:80px;height:80px}.profile-name{font-size:14px}.profile-badge{padding:3px 10px;font-size:13px}.membership-card,.info-card,.logs-card,.address-card,.social-media-card{padding:14px;gap:12px}.membership-title,.info-card-title,.address-card-title,.social-card-title{font-size:14px}.membership-row,.info-row{flex-direction:column;padding-top:10px;padding-bottom:10px;gap:4px}.membership-label,.info-label{width:100%;font-size:12px;font-weight:500}.membership-value,.info-value,.logs-title{font-size:12px}.log-text,.log-user{font-size:10px}.log-icon{width:12px;height:12px}.log-timeline-divider{height:14px;margin-top:6px;margin-bottom:6px}.specializations-section{flex-direction:column;align-items:flex-start;gap:8px}.specializations-label{width:100%;font-size:12px;font-weight:500}.specializations-tags{width:100%}.specialization-tag{padding:4px 8px;font-size:12px}.business-description-text{font-size:12px;line-height:18px}.address-card-header{height:32px}.address-icon-container{width:32px;height:32px}.social-card-subtitle{font-size:12px}.social-profile-item{padding:0 10px;min-height:36px}.social-profile-info{gap:8px}.social-profile-name{font-size:13px}.social-profile-url{font-size:10px}.social-profile-icon{width:16px;height:16px}.social-profile-link-icon{width:14px;height:14px}.coming-soon-text{font-size:18px}.coming-soon-image{max-width:250px}.preferences-coming-soon{padding:40px 16px}}.wallet-transactions-section{width:100%;display:flex;flex-direction:column;gap:32px;margin-top:32px}.wallet-balance-card{width:100%;background:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000001a;border-radius:12px;padding:24px;display:flex;align-items:center;justify-content:space-between;gap:20px}.wallet-balance-content{display:flex;flex-direction:column;gap:8px}.wallet-balance-title{color:#0f172b;font-size:20px;font-family:Arial,sans-serif;font-weight:400;line-height:24px;margin:0}.wallet-balance-amount{color:#70211c;font-size:36px;font-family:Arial,sans-serif;font-weight:600;line-height:1}.wallet-add-button{background:#70211c;border-radius:8px;border:none;padding:11px 38px;color:#fff;font-size:16px;font-family:Arial,sans-serif;font-weight:500;line-height:24px;cursor:pointer;transition:background-color .3s}.wallet-add-button:hover{background:#591a16}.transaction-history-card{width:100%;background:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000001a;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:16px}.transaction-history-title{color:#0f172b;font-size:20px;font-family:Arial,sans-serif;font-weight:400;line-height:24px;margin:0}.transaction-table{width:100%;display:flex;flex-direction:column}.transaction-table-header{display:flex;width:100%;border-bottom:1px solid #E5E7EB;padding-bottom:12px}.transaction-header-cell{color:#6a7282;font-size:14px;font-family:Arial,sans-serif;font-weight:500;line-height:21px;padding-left:8px;flex:1}.transaction-header-cell.transaction-id{flex:.8}.transaction-header-cell.date-time{flex:1.2}.transaction-header-cell.details,.transaction-header-cell.status,.transaction-header-cell.type{flex:1}.transaction-header-cell.amount{flex:1;text-align:right;padding-right:8px}.transaction-table-body{display:flex;flex-direction:column;max-height:300px;overflow-y:auto;overflow-x:hidden}.transaction-table-body::-webkit-scrollbar{width:6px}.transaction-table-body::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.transaction-table-body::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.transaction-table-body::-webkit-scrollbar-thumb:hover{background:#9ca3af}.transaction-row{display:flex;width:100%;border-bottom:1px solid #F3F4F6;padding:16.5px 0;align-items:center;flex-shrink:0}.transaction-cell{color:#6a7282;font-size:14px;font-family:Arial,sans-serif;font-weight:400;line-height:21px;padding-left:8px;flex:1}.transaction-cell.transaction-id{flex:.8;color:#6a7282}.transaction-cell.date-time{flex:1.2;color:#27272a}.transaction-cell.details,.transaction-cell.status,.transaction-cell.type{flex:1;color:#27272a}.transaction-cell.amount{flex:1;text-align:right;padding-right:8px;font-weight:600;color:#0f0f0f}.transaction-cell.amount.positive,.transaction-cell.amount.negative{color:#0f0f0f}.transaction-cell.amount.failed{color:#989898}.transaction-status-badge{display:inline-flex;padding:2px 6px;border-radius:20px;font-size:12px;font-family:Arial,sans-serif;font-weight:400;align-items:center;justify-content:center}.transaction-status-badge.success{background:#22c55e33;border:1px solid #22C55E;color:#22c55e}.transaction-status-badge.failed{background:#c5662233;border:1px solid #C57422;color:#c57422}.logs-card-full{width:100%;background:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:16px;margin-top:32px}.logs-title-full{color:#0f172b;font-size:20px;font-family:Arial,sans-serif;font-weight:400;line-height:24px;margin:0}.logs-content{display:flex;flex-direction:column;gap:24px}.log-entry-full{display:flex;align-items:flex-start;gap:8px;position:relative}.log-icon-full{width:16px;height:16px;flex-shrink:0;opacity:.5;margin-top:0}.log-text-full{flex:1;color:#27272a;font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400;opacity:.5}.log-user-name{text-decoration:underline;cursor:pointer}.log-divider{position:absolute;left:7.5px;top:17.5px;width:1px;height:19px;background:#27272a;opacity:.5}.breadcrumb{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.breadcrumb-left,.edit-save-actions{display:flex;align-items:center;gap:12px}.edit-member-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:10px;background-color:#70211c;color:#fff;font-size:16px;font-family:Inter,sans-serif;font-weight:500;border:none;cursor:pointer;transition:opacity .2s;white-space:nowrap}.edit-member-btn:hover{opacity:.85}.save-edit-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:10px;background-color:#70211c;color:#fff;font-size:16px;font-family:Inter,sans-serif;font-weight:500;border:none;cursor:pointer;transition:opacity .2s;white-space:nowrap}.save-edit-btn:hover{opacity:.85}.save-edit-btn:disabled{opacity:.5;cursor:not-allowed}.cancel-edit-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:10px;background-color:#fff;color:#70211c;font-size:16px;font-family:Inter,sans-serif;font-weight:500;border:1px solid #70211C;cursor:pointer;transition:background-color .2s;white-space:nowrap}.cancel-edit-btn:hover{background-color:#fdf2f2}.edit-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.edit-form-field{display:flex;flex-direction:column;gap:8px}.edit-form-field-full{grid-column:1 / -1}.edit-field-label{color:#0a0a0a;font-size:14px;font-family:Inter,sans-serif;font-weight:500;line-height:14px}.edit-field-input{height:48px;border-radius:10px;background-color:#f3f3f5;border:1px solid #BCBCBC;box-sizing:border-box;padding:4px 12px;font-size:14px;font-family:Inter,sans-serif;color:#717182;outline:none;transition:border-color .2s;width:100%}.edit-field-input:focus{border-color:#70211c;background-color:#fff;color:#0a0a0a}.edit-field-input::placeholder{color:#bcbcbc}.edit-field-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23717182' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px;cursor:pointer;overflow-y:auto;max-height:48px}.edit-field-select option{padding:8px;background-color:#fff;color:#0a0a0a}.edit-field-select:focus{border-color:#70211c;background-color:#fff;color:#0a0a0a}.edit-field-textarea{width:100%;min-height:120px;border-radius:10px;background-color:#f3f3f5;border:1px solid #BCBCBC;box-sizing:border-box;padding:12px;font-size:14px;font-family:Inter,sans-serif;color:#717182;outline:none;resize:vertical;transition:border-color .2s;line-height:1.5}.edit-field-textarea:focus{border-color:#70211c;background-color:#fff;color:#0a0a0a}.social-edit-grid{margin-top:8px}@media (max-width: 768px){.edit-form-grid{grid-template-columns:1fr}.edit-form-field-full{grid-column:1}.breadcrumb{flex-direction:column;align-items:flex-start;gap:16px}.edit-save-actions{width:100%;justify-content:flex-end}.edit-member-btn,.save-edit-btn,.cancel-edit-btn{padding:8px 16px;font-size:14px}}.add-funds-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.add-funds-modal-container{width:480px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;border-radius:12px;background-color:#fff;display:flex;flex-direction:column;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.add-funds-modal-content{display:flex;flex-direction:column;padding:32px;gap:24px}.add-funds-heading{height:36px;position:relative}.add-funds-title{position:absolute;top:-1px;left:0;margin:0;color:#27272a;font-size:24px;font-family:Inter,sans-serif;font-weight:600;line-height:36px}.add-funds-form{display:flex;flex-direction:column;gap:28px}.add-funds-input-container{display:flex;flex-direction:column;gap:8px}.add-funds-label{height:21px;position:relative}.add-funds-label label{position:absolute;top:0;left:0;color:#27272a;font-size:14px;font-family:Inter,sans-serif;font-weight:500;line-height:21px}.add-funds-input-wrapper{position:relative}.add-funds-amount-input{width:100%;height:48px;border-radius:8px;border:1px solid #E5E7EB;background-color:#fff;box-sizing:border-box;padding:12px 16px;color:#0a0a0a;font-size:16px;font-family:Arial,sans-serif;font-weight:400;outline:none;transition:border-color .3s}.add-funds-amount-input::placeholder{color:#0a0a0a80}.add-funds-amount-input:focus{border-color:#70211c}.add-funds-amount-input::-webkit-outer-spin-button,.add-funds-amount-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.add-funds-amount-input[type=number]{-moz-appearance:textfield}.add-funds-button-container{display:flex;gap:12px;height:48px}.add-funds-cancel-button{flex:1;height:48px;border-radius:8px;background-color:#f3f4f6;border:none;color:#27272a;font-size:16px;font-family:Inter,sans-serif;font-weight:500;line-height:24px;cursor:pointer;transition:background-color .3s}.add-funds-cancel-button:hover{background-color:#e5e7eb}.add-funds-submit-button{flex:1;height:48px;border-radius:8px;background-color:#70211c;border:none;color:#fff;font-size:16px;font-family:Inter,sans-serif;font-weight:500;line-height:24px;cursor:pointer;transition:background-color .3s}.add-funds-submit-button:hover{background-color:#591a16}.add-funds-submit-button:disabled{background-color:#d1d5db;cursor:not-allowed}@media (max-width: 768px){.add-funds-modal-container{width:90%;max-width:480px}.add-funds-modal-content{padding:24px}.add-funds-title{font-size:20px;line-height:28px}}.members-dist{display:flex;flex-direction:column;gap:20px}.members-dist-card{background:#fff;border:1px solid #E2E7F1;border-radius:10px;padding:25px}.members-dist-title{font-size:18px;font-family:Inter,sans-serif;font-weight:600;color:#27272a;line-height:27px;margin:0 0 16px}.members-dist-area-chart{width:100%;overflow:hidden}.members-dist-svg{width:100%;height:auto}.members-dist-legend{display:flex;justify-content:center;align-items:center;gap:32px;flex-wrap:wrap;margin-top:16px}.members-dist-legend-item{display:flex;align-items:center;gap:8px;font-size:12px;font-family:Arial,sans-serif;white-space:nowrap}.members-dist-legend-dot{width:14px;height:14px;border-radius:50%;flex-shrink:0}.members-dist-legend-square{width:14px;height:14px;border-radius:2px;flex-shrink:0}.members-dist-table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.members-dist-table-header .members-dist-title{margin:0}.members-dist-filter{display:flex;align-items:center;padding:12px 16px;border:1px solid #9A9A9A;border-radius:10px;background:transparent;cursor:pointer}.members-dist-filter select{border:none;background:transparent;color:#9a9a9a;font-size:16px;font-family:Inter,sans-serif;cursor:pointer;outline:none;padding-right:12px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.members-dist-filter svg{pointer-events:none}.members-dist-table-wrap{overflow-x:auto}.members-dist-table{width:100%;border-collapse:collapse;font-family:Arial,sans-serif}.members-dist-table thead tr{border-bottom:1px solid #E2E7F1}.members-dist-table th{padding:11px 16px;font-size:14px;font-weight:700;color:#6c7a86;text-align:center;line-height:21px}.members-dist-th-left{text-align:left!important}.members-dist-th-right{text-align:right!important}.members-dist-table tbody tr{border-bottom:1px solid #E2E7F1}.members-dist-table td{padding:11px 16px;font-size:14px;color:#27272a;text-align:center;line-height:21px}.members-dist-td-left{text-align:left}.members-dist-td-bold{font-weight:700;text-align:right}.members-dist-donut-wrapper{display:flex;justify-content:center;align-items:center;padding:16px 0}.members-dist-donut-svg{width:280px;height:260px}.members-dist-donut-legend{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:8px}.members-dist-donut-legend-row{display:flex;justify-content:center;align-items:center;gap:24px}@media (max-width: 768px){.members-dist-table-header{flex-direction:column;align-items:flex-start;gap:16px}.members-dist-table th,.members-dist-table td{padding:8px;font-size:12px}.members-dist-legend{gap:16px}.members-dist-donut-svg{width:220px;height:200px}}.members-dist-pagination{display:flex;align-items:center;justify-content:center;gap:6px;padding:16px 0 4px}.members-dist-page-btn{min-width:32px;height:32px;border:1px solid #E2E7F1;border-radius:6px;background:#fff;color:#27272a;font-size:13px;font-family:Inter,Arial,sans-serif;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,border-color .15s}.members-dist-page-btn:hover:not(:disabled){background:#f4f4f5;border-color:#c4c8ce}.members-dist-page-btn.active{background:#70211c;color:#fff;border-color:#70211c}.members-dist-page-btn:disabled{opacity:.4;cursor:not-allowed}.members-dist-page-ellipsis{min-width:24px;text-align:center;color:#6c7a86;font-size:13px}.mm-gender-age{display:flex;gap:20px}.mm-ga-card{flex:1;background:#fff;border:1px solid #E2E7F1;border-radius:10px;padding:25px;display:flex;flex-direction:column}.mm-ga-card-title{font-size:18px;font-family:Inter,sans-serif;font-weight:600;color:#27272a;line-height:27px;margin:0 0 24px}.mm-ga-pie-container{display:flex;align-items:center;justify-content:center;flex:1;min-height:280px;position:relative}.mm-ga-pie-svg{width:100%;max-width:420px;height:auto}.mm-ga-pie-tooltip{position:absolute;bottom:12px;left:50%;transform:translate(-50%);background:#1e2a5a;padding:10px 14px;border-radius:8px;box-shadow:0 4px 12px #00000026;pointer-events:none;white-space:nowrap}.mm-ga-pie-tooltip .tooltip-label{color:#fff;font-family:Inter,sans-serif;font-size:13px;font-weight:600;margin:0 0 4px}.mm-ga-pie-tooltip .tooltip-value{color:#fff;font-family:Inter,sans-serif;font-size:12px;margin:2px 0}.mm-ga-legend{display:flex;justify-content:center;gap:24px;margin-top:16px;flex-wrap:wrap}.mm-ga-legend-item{display:flex;align-items:center;gap:8px;font-family:Inter,sans-serif;font-size:13px;color:#27272a}.mm-ga-legend-color{width:12px;height:12px;border-radius:2px}.mm-ga-bar-chart{flex:1;display:flex;flex-direction:column}.mm-ga-chart-area{display:flex;flex:1;min-height:280px}.mm-ga-y-axis{display:flex;flex-direction:column;justify-content:space-between;flex-shrink:0;padding-right:12px;text-align:right}.mm-ga-y-label{font-size:12px;font-family:Inter,sans-serif;color:#6c7a86}.mm-ga-chart-body{flex:1;position:relative;border-bottom:1px solid #E2E7F1}.mm-ga-grid-line{position:absolute;left:0;right:0;height:1px;background:#e2e7f1}.mm-ga-bars{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:space-around;align-items:flex-end;padding:0 20px}.mm-ga-bar-group{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%}.mm-ga-bar{width:50px;border-radius:4px 4px 0 0;position:relative;transition:opacity .2s;cursor:pointer;min-height:4px}.mm-ga-bar:hover{opacity:.8}.mm-ga-bar-tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#000;color:#fff;padding:8px 16px;border-radius:4px;font-size:14px;font-family:Arial,sans-serif;white-space:nowrap;opacity:.9;margin-bottom:8px;z-index:10;pointer-events:none}.mm-ga-bar-label{margin-top:12px;font-size:12px;font-family:Inter,sans-serif;color:#6c7a86;text-align:center;white-space:nowrap}@media (max-width: 900px){.mm-gender-age{flex-direction:column}}.mm-demographics{display:flex;flex-direction:column;gap:16px}.mm-demo-card{background:#fff;border-radius:10px;border:1px solid #E2E7F1;padding:33px;display:flex;flex-direction:column;gap:24px}.mm-demo-header{display:flex;align-items:center;gap:8px}.mm-demo-title{font-size:18px;font-weight:600;color:#27272a;line-height:27px;margin:0}.mm-demo-map-container{position:relative;width:100%;background:#fafafa;border-radius:12px;overflow:hidden}.mm-demo-composable-map{width:100%;height:auto;display:block}.mm-demo-map-tooltip{position:absolute;pointer-events:none;transform:translate(-50%,-120%);background:#18181beb;color:#fff;border-radius:8px;padding:8px 14px;box-shadow:0 4px 16px #0000002e;z-index:10;white-space:nowrap}.mm-demo-map-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#18181beb}.mm-demo-map-zoom-controls{position:absolute;top:12px;right:12px;display:flex;flex-direction:column;gap:4px;z-index:5}.mm-demo-map-zoom-btn{width:32px;height:32px;border:1px solid #D1D5DB;border-radius:6px;background:#fff;color:#374151;font-size:18px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0000001a;transition:background .15s,border-color .15s;line-height:1;padding:0}.mm-demo-map-zoom-btn:hover{background:#f3f4f6;border-color:#9ca3af}.mm-demo-map-zoom-btn:active{background:#e5e7eb}.mm-demo-map-legend{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 0 6px}.mm-demo-map-legend-label{font-size:11px;font-weight:600;color:#6c7a86;text-transform:uppercase;letter-spacing:.5px}.mm-demo-map-legend-colors{display:flex;align-items:center;gap:6px}.mm-demo-map-legend-item{display:flex;flex-direction:column;align-items:center;gap:3px}.mm-demo-map-legend-swatch{width:32px;height:10px;border-radius:2px;border:1px solid rgba(0,0,0,.08)}.mm-demo-map-legend-value{font-size:9px;color:#6c7a86;font-weight:500}.mm-demo-tooltip{background:#18181beb;color:#fff;border-radius:8px;padding:8px 12px;width:fit-content;margin:0 auto;box-shadow:0 4px 16px #0000002e;position:relative}.mm-demo-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#18181beb}.mm-demo-tooltip-title{font-size:12px;font-weight:600;margin-bottom:2px;color:#fff}.mm-demo-tooltip-row{display:flex;justify-content:space-between;align-items:center;font-size:11px;gap:12px}.mm-demo-tooltip-row span{color:#ffffffb3}.mm-demo-tooltip-row strong{color:#fff;font-weight:600}.mm-demo-section-title{font-size:17.5px;font-weight:600;color:#27272a;line-height:26px;margin:0;font-family:Inter,sans-serif}.mm-demo-nationalities{display:flex;flex-direction:column;gap:12px;max-width:420px}.mm-demo-nat-row{display:flex;align-items:center;justify-content:space-between;gap:20px;height:20px}.mm-demo-nat-left{display:flex;align-items:center;gap:12px;min-width:140px}.mm-demo-nat-rank{font-size:13.5px;font-weight:700;color:#6c7a86;font-family:Arial,sans-serif;min-width:24px}.mm-demo-nat-name{font-size:13.5px;color:#27272a;font-family:Arial,sans-serif}.mm-demo-nat-right{display:flex;align-items:center;gap:12px;flex:1}.mm-demo-nat-bar-track{flex:1;height:8px;background:#f7f9fb;border-radius:32643362px}.mm-demo-nat-bar-fill{height:100%;background:#70211c;border-radius:32643362px;transition:width .3s ease}.mm-demo-nat-count{font-size:13.5px;font-weight:700;color:#27272a;font-family:Arial,sans-serif;min-width:40px;text-align:right}.mm-demo-barchart-header{display:flex;align-items:center;justify-content:space-between}.mm-demo-bar-filter{position:relative;display:flex;align-items:center;padding:12px 16px;border:1px solid #9A9A9A;border-radius:10px;background:transparent;cursor:pointer}.mm-demo-bar-filter select{border:none;background:transparent;color:#9a9a9a;font-size:16px;font-family:Inter,sans-serif;cursor:pointer;outline:none;padding-right:24px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.mm-demo-bar-filter svg{position:absolute;right:16px;pointer-events:none}.mm-demo-barchart-container{display:flex;height:300px;gap:0}.mm-demo-barchart-y-axis{display:flex;flex-direction:column;justify-content:space-between;padding-right:10px;text-align:right;flex-shrink:0}.mm-demo-barchart-y-label{font-size:12px;font-family:Arial,sans-serif;color:#6c7a86}.mm-demo-barchart-body{flex:1;position:relative;border-bottom:1px solid #E2E7F1;border-left:1px solid #E2E7F1}.mm-demo-barchart-grid{position:absolute;left:0;right:0;height:1px;background:#e2e7f1}.mm-demo-barchart-groups{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:space-around;align-items:flex-end;padding:0 8px}.mm-demo-bar-group{display:flex;flex-direction:column;align-items:center;flex:1;height:100%;justify-content:flex-end}.mm-demo-bar-cluster{display:flex;align-items:flex-end;gap:2px;height:100%}.mm-demo-bar{width:14px;border-radius:2px 2px 0 0;position:relative;cursor:pointer;min-height:2px;transition:opacity .2s}.mm-demo-bar:hover{opacity:.8}.mm-demo-bar-tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#000;color:#fff;padding:6px 12px;border-radius:4px;font-size:12px;font-family:Arial,sans-serif;white-space:nowrap;opacity:.9;margin-bottom:6px;z-index:10;pointer-events:none}.mm-demo-bar-x-label{margin-top:10px;font-size:11px;font-family:Arial,sans-serif;color:#6c7a86;text-align:center;white-space:nowrap;transform:rotate(-15deg);transform-origin:top center}.mm-demo-barchart-legend{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;padding-top:16px}.mm-demo-legend-item{display:flex;align-items:center;gap:6px;font-size:10px;font-family:Inter,sans-serif}.mm-demo-legend-dot{width:14px;height:14px;border-radius:50%;flex-shrink:0}.mm-demo-bottom-row{display:flex;gap:16px}.mm-demo-expiring-card{width:376px;flex-shrink:0;background:#fff;border-radius:6.4px;border:1px solid #E2E7F1;box-shadow:0 3px 16px #8e86ab0d;padding:0;overflow:hidden}.mm-demo-expiring-title{font-size:20px;font-weight:500;color:#27272a;margin:0;padding:24px 24px 16px;font-family:Inter,sans-serif}.mm-demo-expiring-row{display:flex;justify-content:space-between;align-items:center;padding:14px 24px;border-top:1px dashed #E2E7F1}.mm-demo-expiring-label{font-size:13px;font-weight:500;color:#2b2d3b;font-family:Be Vietnam Pro,Inter,sans-serif}.mm-demo-expiring-count{font-size:13px;color:#2b2d3b;font-family:Be Vietnam Pro,Inter,sans-serif}.mm-demo-members-card{flex:1;background:#fff;border-radius:6.4px;border:1px solid #E2E7F1;box-shadow:0 3px 16px #8e86ab0d;padding:0;overflow:hidden}.mm-demo-members-header{display:flex;justify-content:space-between;align-items:center;padding:20px 25px 16px}.mm-demo-members-title{font-size:20px;font-weight:500;color:#2b2d3b;margin:0;font-family:Inter,sans-serif}.mm-demo-members-filter{position:relative;display:flex;align-items:center;padding:12px 16px;border:1px solid #9A9A9A;border-radius:10px;background:transparent;cursor:pointer}.mm-demo-members-filter select{border:none;background:transparent;color:#9a9a9a;font-size:16px;font-family:Inter,sans-serif;cursor:pointer;outline:none;padding-right:24px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.mm-demo-members-filter svg{position:absolute;right:16px;pointer-events:none}.mm-demo-member-row{display:flex;align-items:center;padding:10px 25px;border-top:1px dashed #E2E7F1;gap:12px}.mm-demo-member-avatar-placeholder{width:37px;height:36px;border-radius:6.4px;background:#e2e7f1;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#6c7a86;font-family:Inter,sans-serif}.mm-demo-member-info{display:flex;flex-direction:column;min-width:100px}.mm-demo-member-name{font-size:13px;font-weight:500;color:#2b2d3b;font-family:Be Vietnam Pro,Inter,sans-serif}.mm-demo-member-id{font-size:13px;font-weight:500;color:#96a0b5;font-family:Be Vietnam Pro,Inter,sans-serif;text-decoration:underline}.mm-demo-member-type{font-size:13px;color:#414141;font-family:Be Vietnam Pro,Inter,sans-serif;flex:1;text-align:right}.mm-demo-member-since{font-size:13px;color:#414141;font-family:Be Vietnam Pro,Inter,sans-serif;min-width:180px}.mm-demo-empty{display:flex;align-items:center;justify-content:center;min-height:300px;font-size:14px;color:#6c7a86;background:#fafafa;border-radius:12px}@media (max-width: 900px){.mm-demo-bottom-row{flex-direction:column}.mm-demo-expiring-card{width:100%}.mm-demo-bar-x-label{font-size:9px}.mm-demo-bar{width:8px}}.mm-demo-pagination{display:flex;align-items:center;justify-content:center;gap:6px;padding:16px 0 4px}.mm-demo-page-btn{min-width:32px;height:32px;border:1px solid #E2E7F1;border-radius:6px;background:#fff;color:#27272a;font-size:13px;font-family:Inter,Arial,sans-serif;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,border-color .15s}.mm-demo-page-btn:hover:not(:disabled){background:#f4f4f5;border-color:#c4c8ce}.mm-demo-page-btn.active{background:#70211c;color:#fff;border-color:#70211c}.mm-demo-page-btn:disabled{opacity:.4;cursor:not-allowed}.mm-demo-page-ellipsis{min-width:24px;text-align:center;color:#6c7a86;font-size:13px}.users-roles-container{width:100%;max-width:100%;height:100%;display:flex;flex-direction:column;gap:20px;padding:20px 40px;box-sizing:border-box;overflow-x:hidden}.users-roles-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.users-roles-title{color:#27272a;font-size:32px;font-family:Inter,sans-serif;font-weight:600;margin:0}.add-user-btn{padding:14px 20px;background:#70211c;border-radius:10px;border:none;display:inline-flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;transition:opacity .3s;white-space:nowrap;flex-shrink:0}.add-user-btn:hover{opacity:.9}.add-user-btn svg{width:19px;height:19px}.add-user-btn span{color:#fff;font-size:14px;font-family:Inter,sans-serif;font-weight:500;letter-spacing:-.15px;line-height:20px}.users-search-box{width:100%;display:flex;align-items:center;gap:8px;padding:16px 20px;background:#fff;border:1px solid #70211C;border-radius:10px;box-sizing:border-box}.users-search-box svg{flex-shrink:0}.users-search-box input{flex:1;border:none;outline:none;background:transparent;color:#27272a;font-size:14px;font-family:Inter,sans-serif}.users-search-box input::placeholder{color:#27272a80}.users-search-box input:focus{outline:none;border:none}.users-roles-card{background:#fff;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:8px;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.users-tabs-section{display:flex;justify-content:space-between;align-items:center;padding-bottom:8px;position:relative;border-bottom:1px solid #E2E7F1}.users-tabs{display:flex;gap:60px;align-items:center}.users-tab-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;min-width:80px}.users-tab{background:none;border:none;color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400;opacity:.5;cursor:pointer;padding:8px 0;transition:opacity .3s;white-space:nowrap}.users-tab.active{color:#70211c;opacity:1;font-weight:500}.users-tab:hover{opacity:.8}.users-tab-underline{width:120%;height:2px;background:#70211c;position:absolute;bottom:-9px}.role-filter-dropdown{position:relative}.role-filter-btn{display:flex;align-items:center;gap:20px;padding:8px 16px;background:#fff;border:1px solid #E2E7F1;border-radius:6px;cursor:pointer;font-size:14px;font-family:Inter,sans-serif;color:#2b2d3b}.role-filter-btn svg{width:8px;height:4px;transition:transform .2s}.role-filter-btn.open svg{transform:rotate(180deg)}.role-filter-menu{position:absolute;top:calc(100% + 4px);right:0;background:#fff;border:1px solid #E2E7F1;border-radius:6px;box-shadow:0 4px 12px #0000001a;z-index:100;min-width:150px;max-height:200px;overflow-y:auto}.role-filter-option{padding:10px 16px;cursor:pointer;font-size:14px;font-family:Inter,sans-serif;color:#2b2d3b;transition:background .2s}.role-filter-option:hover{background:#f5f5f5}.role-filter-option.selected{background:#70211c1a;color:#70211c;font-weight:500}.users-table-container{overflow-x:auto;width:100%;max-width:100%;box-sizing:border-box;margin-top:8px}.users-table{width:100%;border-collapse:collapse;table-layout:auto;box-sizing:border-box;border-spacing:0}.users-table thead th{color:#a1a1aa;font-size:14px;font-family:Inter,sans-serif;font-weight:500;text-align:left;padding:16px 12px;border-bottom:1px solid #E2E7F1;white-space:nowrap}.users-table thead th:last-child{text-align:center}.users-table tbody td{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400;padding:20px 12px;border-bottom:1px solid #E2E7F1;vertical-align:middle;word-wrap:break-word;overflow-wrap:break-word;box-sizing:border-box}.users-table tbody tr:last-child td{border-bottom:1px solid #E2E7F1}.user-name-cell{display:flex;align-items:center;gap:12px}.user-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;background:#e2e7f1}.user-avatar-placeholder{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-family:Inter,sans-serif;font-weight:500}.user-name{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500}.user-email{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.user-role{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;text-transform:capitalize!important}.user-date{color:#71717a;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.user-actions{display:flex;align-items:center;justify-content:center;gap:8px}.action-btn{width:28px;height:28px;border-radius:6px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.action-btn:hover{background:#f5f5f5}.action-btn.delete:hover{background:#dc26261a}.action-btn svg{width:16px;height:16px}.users-pagination{display:flex;justify-content:flex-end;align-items:center;gap:4px;padding:16px 0 0;margin-top:8px}.pagination-btn img{width:8px;height:6px}.pagination-btn.prev img{transform:scaleX(-1)}.users-loading,.users-empty{text-align:center;padding:60px 20px;color:#a1a1aa;font-size:14px;font-family:Inter,sans-serif}.users-cards{display:none}.user-card{background:#fff;border:1px solid #E2E7F1;border-radius:12px;padding:16px;margin-bottom:12px}.user-card-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.user-card-info{flex:1}.user-card-name{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:600;margin-bottom:4px}.user-card-role{color:#70211c;font-size:12px;font-family:Inter,sans-serif;font-weight:500}.user-card-view-btn{padding:8px 16px;background:transparent;border:1px solid #70211C;border-radius:6px;color:#70211c;font-size:14px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:all .2s}.user-card-view-btn:hover{background:#70211c;color:#fff}.user-card-details{display:flex;flex-direction:column;gap:12px;padding-top:12px;border-top:1px solid #E2E7F1}.user-card-field{display:flex;justify-content:space-between;align-items:flex-start}.user-card-label{color:#a1a1aa;font-size:13px;font-family:Inter,sans-serif;font-weight:500}.user-card-value{color:#2b2d3b;font-size:13px;font-family:Inter,sans-serif;font-weight:400;text-align:right}.user-card-actions{display:flex;gap:8px;margin-top:16px;padding-top:12px;border-top:1px solid #E2E7F1}.user-card-action-btn{flex:1;padding:10px;border-radius:6px;font-size:13px;font-family:Inter,sans-serif;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:6px}.user-card-action-btn.edit{background:transparent;border:1px solid #70211C;color:#70211c}.user-card-action-btn.edit:hover{background:#70211c;color:#fff}.user-card-action-btn.delete{background:transparent;border:1px solid #DC2626;color:#dc2626}.user-card-action-btn.delete:hover{background:#dc2626;color:#fff}.user-card-action-btn svg{width:14px;height:14px}@media (max-width: 1200px){.users-table-container{display:none}.users-cards{display:block}}@media (max-width: 768px){.users-roles-container{padding:20px}.users-roles-header{flex-direction:column;align-items:flex-start}.users-tabs-section{flex-direction:column;align-items:flex-start;gap:16px}.role-filter-dropdown{align-self:flex-end}.users-table thead th,.users-table tbody td{padding:12px 8px}}.user-details-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.user-details-modal-content{background:#fff;border-radius:16px;width:100%;max-width:640px;max-height:90vh;overflow-y:auto;position:relative;padding:16px;box-sizing:border-box}.user-details-close-btn{position:absolute;top:16px;right:16px;width:32px;height:32px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s;z-index:10}.user-details-close-btn:hover{background:#f5f5f5}.user-details-close-btn svg{width:14px;height:14px}.user-details-title{color:#27272a;font-size:20px;font-family:Inter,sans-serif;font-weight:600;line-height:30px;margin:0 0 16px}.user-details-info-section{display:flex;gap:35px;margin-bottom:24px}.user-details-photo{width:286px;align-self:stretch;border-radius:5px;flex-shrink:0;background:#e2e7f1;display:flex;align-items:center;justify-content:center}.user-details-photo img{width:100%;height:100%;object-fit:contain;border-radius:5px}.user-details-photo-placeholder{width:286px;height:100%;min-height:273px;border-radius:5px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:72px;font-family:Inter,sans-serif;font-weight:500;flex-shrink:0}.user-details-fields{display:flex;flex-direction:column;gap:16px;flex:1}.user-detail-field{display:flex;flex-direction:column;gap:8px}.user-detail-label{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:700}.user-detail-value{color:#27272a;font-size:14px;font-family:Lato,sans-serif;font-weight:400;opacity:.5}.user-details-divider{display:none}.user-details-logs-section{margin-bottom:24px}.user-details-logs-title{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:700;margin:0 0 8px}.user-details-logs{display:flex;flex-direction:column;gap:0}.user-log-entry{display:flex;align-items:flex-start;gap:12px}.user-log-icon{flex-shrink:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center;margin-top:2px;opacity:.5}.user-log-icon svg{width:100%;height:100%}.user-log-text{flex:1;color:#27272a;font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400;opacity:.5}.user-log-user{color:#27272a;font-size:12px;font-family:Lato,sans-serif;font-style:italic;font-weight:400;text-decoration:underline}.user-log-timeline-divider{width:1px;height:18px;margin-left:8px;margin-top:8px;margin-bottom:8px;opacity:.1;background:#27272a;border:.5px solid #27272A}.user-details-footer{display:flex;justify-content:flex-end;padding-top:16px;border-top:1px solid rgba(39,39,42,.2)}.user-details-edit-btn{padding:12px 20px;background:#70211c;border:none;border-radius:8px;color:#fff;font-size:14px;font-family:Inter,sans-serif;font-weight:600;line-height:21px;cursor:pointer;transition:opacity .2s}.user-details-edit-btn:hover{opacity:.9}@media (max-width: 768px){.user-details-modal-content{max-width:100%;margin:10px;padding:12px}.user-details-info-section{flex-direction:column;gap:20px}.user-details-photo,.user-details-photo-placeholder{width:100%;height:250px}.user-details-photo-placeholder{font-size:48px}}.add-user-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.add-user-modal-content{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.add-user-modal-header{display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:73px;border-bottom:1px solid #E2E7F1;flex-shrink:0}.add-user-modal-title{color:#27272a;font-size:20px;font-family:Inter,sans-serif;font-weight:600;line-height:30px;margin:0}.add-user-close-btn{width:32px;height:32px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background .2s}.add-user-close-btn:hover{background:#f5f5f5}.add-user-close-btn svg{width:14px;height:14px}.add-user-form{display:flex;flex-direction:column;flex:1;overflow:hidden}.add-user-form-fields{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:20px}.add-user-field{display:flex;flex-direction:column;gap:8px}.add-user-label{color:#27272a;font-size:14px;font-family:Inter,sans-serif;font-weight:500;line-height:21px}.add-user-profile-section{display:flex;align-items:center;gap:16px}.add-user-profile-preview{width:80px;height:80px;border-radius:50%;border:2px solid #E2E7F1;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#f9fafb}.add-user-profile-preview img{width:100%;height:100%;object-fit:cover}.add-user-profile-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f3f4f6}.add-user-upload-btn{height:43px;padding:0 17px;border-radius:8px;border:1px solid #E2E7F1;background:#fff;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s}.add-user-upload-btn:hover{background:#f5f5f5}.add-user-upload-btn svg{width:16px;height:16px}.add-user-upload-btn span{color:#27272a;font-size:14px;font-family:Inter,sans-serif;font-weight:500;line-height:21px}.add-user-upload-btn.delete{border-color:#dc2626}.add-user-upload-btn.delete span{color:#dc2626}.add-user-upload-btn.delete svg{color:#dc2626}.add-user-file-input{display:none}.add-user-input{width:100%;height:47px;padding:12px 16px;border-radius:8px;border:1px solid #E2E7F1;background:#fff;color:#27272a;font-size:14px;font-family:Inter,sans-serif;box-sizing:border-box;outline:none;transition:border-color .2s}.add-user-input::placeholder{color:#a1a1aa}.add-user-input:focus{border-color:#70211c}.add-user-email-wrapper{position:relative;width:100%}.add-user-email-input{width:100%;height:47px;padding:12px 140px 12px 16px;border-radius:8px;border:1px solid #E2E7F1;background:#fff;color:#27272a;font-size:14px;font-family:Inter,sans-serif;box-sizing:border-box;outline:none;transition:border-color .2s}.add-user-email-input::placeholder{color:#a1a1aa}.add-user-email-input:focus{border-color:#70211c}.add-user-email-suffix{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#71717a;font-size:14px;font-family:Inter,sans-serif;line-height:21px;pointer-events:none}.add-user-select-wrapper{position:relative;width:100%}.add-user-select-btn{width:100%;height:47px;padding:0 16px;border-radius:8px;border:1px solid #E2E7F1;background:#fff;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:border-color .2s}.add-user-select-btn:hover{border-color:#d1d5db}.add-user-select-btn.open{border-color:#70211c}.add-user-select-text{color:#a1a1aa;font-size:14px;font-family:Inter,sans-serif;line-height:21px}.add-user-select-text.selected{color:#27272a}.add-user-select-btn svg{width:16px;height:16px;transition:transform .2s}.add-user-select-btn.open svg{transform:rotate(180deg)}.add-user-select-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #E2E7F1;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:1100;max-height:200px;overflow-y:auto}.add-user-select-option{padding:12px 16px;cursor:pointer;font-size:14px;font-family:Inter,sans-serif;color:#27272a;transition:background .2s}.add-user-select-option:hover{background:#f5f5f5}.add-user-select-option.selected{background:#70211c1a;color:#70211c;font-weight:500}.add-user-note{padding:17px;border-radius:8px;background:#fef3f2;border:1px solid #FECACA}.add-user-note-text{color:#7c2d12;font-size:13px;font-family:Inter,sans-serif;line-height:19.5px;margin:0}.add-user-note-text strong{font-weight:600}.add-user-cancel-btn{height:47px;padding:0 21px;border-radius:8px;border:1px solid #E2E7F1;background:#fff;color:#27272a;font-size:14px;font-family:Inter,sans-serif;font-weight:500;line-height:21px;cursor:pointer;transition:all .2s}.add-user-cancel-btn:hover{background:#f5f5f5}.add-user-submit-btn{height:45px;padding:0 20px;border-radius:8px;border:none;background:#70211c;color:#fff;font-size:14px;font-family:Inter,sans-serif;font-weight:600;line-height:21px;cursor:pointer;transition:opacity .2s}.add-user-submit-btn:hover{opacity:.9}.add-user-submit-btn:disabled{opacity:.5;cursor:not-allowed}.add-user-venue-selection{border:1px solid #E2E7F1;border-radius:8px;padding:17px;display:flex;flex-direction:column;gap:8px}.add-user-venue-option{display:flex;align-items:center;gap:8px;cursor:pointer;height:21px}.add-user-venue-checkbox{display:none}.add-user-venue-checkbox-custom{width:16px;height:16px;border-radius:4px;border:1px solid rgba(0,0,0,.6);background:#ededed;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}.add-user-venue-checkbox-custom.checked{background:#661813;border-color:#661813}.add-user-venue-checkbox-custom svg{width:10px;height:8px}.add-user-venue-label{color:#27272a;font-size:14px;font-family:Inter,sans-serif;line-height:21px;opacity:.5;transition:opacity .2s}.add-user-venue-label.selected{opacity:1}.add-user-venue-hint{color:#71717a;font-size:12px;font-family:Inter,sans-serif;line-height:18px;margin:8px 0 0}.add-user-field-hint{color:#71717a;font-size:12px;font-family:Inter,sans-serif;line-height:18px;margin:4px 0 0}.add-user-profile-centered{display:flex;flex-direction:column;align-items:center;gap:16px;padding:0 0 4px}.add-user-profile-image{width:80px;height:80px;border-radius:50%;overflow:hidden;flex-shrink:0;cursor:pointer}.add-user-profile-image img{width:100%;height:100%;object-fit:cover}.add-user-profile-placeholder-circle{width:100%;height:100%;background:#f4f4f5;border:2px dashed #E4E4E7}.add-user-profile-actions{display:flex;justify-content:center}.add-user-email-readonly{height:47px;border-radius:8px;background-color:#fafafa;border:1px solid #E2E7F1;box-sizing:border-box;overflow:hidden;display:flex;align-items:center;padding:12px 16px;color:#a1a1aa;font-size:14px;font-family:Inter,sans-serif;line-height:21px}.add-user-password-wrapper{position:relative;height:47px}.add-user-password-input{width:100%;height:47px;border-radius:8px;border:1px solid #E2E7F1;box-sizing:border-box;padding:12px 70px 12px 16px;background:#fff;color:#27272a;font-size:14px;font-family:Inter,sans-serif;line-height:21px;outline:none;transition:border-color .2s}.add-user-password-input:focus{border-color:#70211c}.add-user-password-input::placeholder{color:#a1a1aa}.add-user-password-toggle{position:absolute;top:16px;right:40px;width:15px;height:15px;border:none;background:transparent;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;z-index:1}.add-user-password-toggle:hover svg path,.add-user-password-toggle:hover svg line{fill:#27272a;stroke:#27272a}.add-user-password-copy{position:absolute;top:12px;right:12px;width:24px;height:24px;border:none;background:transparent;border-radius:4px;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:1}.add-user-password-copy:hover{background:#f4f4f5}.add-user-password-copy svg path{stroke:#71717a}.add-user-password-copy:hover svg path{stroke:#27272a}.add-user-password-hint{display:flex;align-items:flex-start;gap:8px;margin-top:8px}.add-user-password-hint svg{flex-shrink:0;margin-top:2px}.add-user-password-hint span{color:#71717a;font-size:12px;font-family:Inter,sans-serif;line-height:18px}.add-user-form-footer{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-top:1px solid #E2E7F1;gap:12px;flex-shrink:0}.add-user-footer-right{display:flex;align-items:center;gap:12px}.add-user-remove-btn{height:47px;padding:13px 21px;border-radius:8px;border:1px solid #DC2626;background:transparent;color:#dc2626;font-size:14px;font-family:Inter,sans-serif;font-weight:500;line-height:21px;cursor:pointer;transition:all .2s}.add-user-remove-btn:hover{background:#fef2f2}.add-user-remove-btn:active{background:#fee2e2}@media (max-width: 640px){.add-user-modal-content{max-width:100%;margin:10px;max-height:calc(100vh - 20px)}.add-user-modal-header{padding:0 16px}.add-user-form-fields,.add-user-form-footer{padding:16px}.add-user-profile-section{flex-direction:column;align-items:flex-start}.add-user-email-input{padding-right:120px}}.add-user-phone-wrapper,.add-user-phone-container{width:100%}.add-user-phone-container .form-control{width:100%!important;height:47px!important;border-radius:8px!important;border:1px solid #E2E7F1!important;background:#fff!important;color:#27272a!important;font-size:14px!important;font-family:Inter,sans-serif!important;padding-left:60px!important;box-sizing:border-box!important}.add-user-phone-container .form-control:focus{border-color:#70211c!important;box-shadow:none!important}.add-user-phone-container .flag-dropdown{border:none!important;background:transparent!important;border-radius:8px 0 0 8px!important}.add-user-phone-container .selected-flag{width:52px!important;padding:0 0 0 12px!important;border-radius:8px 0 0 8px!important;background:transparent!important}.add-user-phone-container .selected-flag:hover,.add-user-phone-container .selected-flag:focus,.add-user-phone-container .selected-flag.open{background:#f5f5f5!important}.add-user-phone-container .arrow{border-top-color:#71717a!important}.add-user-phone-dropdown{border-radius:8px!important;border:1px solid #E2E7F1!important;box-shadow:0 4px 12px #0000001a!important;max-height:200px!important}.add-user-phone-dropdown .country{padding:10px 12px!important;font-size:14px!important;font-family:Inter,sans-serif!important;color:#27272a!important}.add-user-phone-dropdown .country .country-name{color:#27272a!important}.add-user-phone-dropdown .country:hover,.add-user-phone-dropdown .country.highlight{background:#f5f5f5!important}.add-user-phone-dropdown .country.preferred{border-bottom:1px solid #E2E7F1!important}.add-user-phone-search{padding:10px!important;position:relative!important}.add-user-phone-search .search-box{width:100%!important;padding:8px 12px!important;border-radius:6px!important;border:1px solid #E2E7F1!important;font-size:14px!important;font-family:Inter,sans-serif!important;color:#27272a!important}.add-user-phone-search .search-box::placeholder{color:#a1a1aa!important}.add-user-phone-search .search-box:focus{border-color:#70211c!important;outline:none!important}.add-user-phone-search .search-emoji{display:none!important}.add-user-phone-container .search-box::-webkit-input-placeholder{color:#a1a1aa!important}.add-user-phone-container .search-box::-moz-placeholder{color:#a1a1aa!important}.add-user-field-error{color:#dc2626;font-size:12px;font-family:Inter,sans-serif;line-height:18px;margin-top:4px;display:block}.add-user-email-input.error{border-color:#dc2626!important}.add-user-email-input.error:focus{border-color:#dc2626!important}.add-user-phone-container.error .form-control{border-color:#dc2626!important}.react-tel-input{font-family:Roboto,sans-serif;font-size:15px;position:relative;width:100%}.react-tel-input :disabled{cursor:not-allowed}.react-tel-input .flag{width:16px;height:11px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAACmCAMAAAACnqETAAADAFBMVEUAAAD30gQCKn0GJJ4MP4kMlD43WGf9/f329vcBAQHhAADx8vHvAwL8AQL7UlL4RUUzqDP2MjLp6un2Jyj0Ghn2PTr9fHvi5OJYuln7Xl75+UPpNzXUAQH29jH6cXC+AAIAJwBNtE/23Ff5aGdDr0TJAQHsZV3qR0IAOQB3x3fdRD/Z2NvuWFLkcG7fVlH4kI4AAlXO0M8BATsdS6MCagIBfQEASgPoKSc4VKL442q4xeQAigD46eetAABYd9jvf3nZMiwAAoD30zz55X5ng9tPbKZnwGXz8x77+lY7OTjzzikABGsenh72pKNPldEAWgHgGBgAACH88/Gqt95JR0OWAwP3uLd/qdr53kMBBJJ3d3XMPTpWer8NnAwABKPH1O1VVFIuLSz13NtZnlf2kEh9keLn7vfZ4vNkZGHzvwJIXZRfZLuDwfv4y8tvk79LlUblzsxorGcCBusFKuYCCcdmfq5jqvlxt/tzktEABLb8/HL2tlTAw8SLlMFpj/ZlpNhBZ81BYbQcGxuToN9SYdjXY2Lz7lD0dCQ6S9Dm0EUCYPdDlvWWvd2AnviXqc11eMZTqPc3cPMCRev16ZrRUE0Hf/tNT7HIJyTptDVTffSsTkvhtgQ0T4jigoFUx/g+hsX9/QUHzQY1dbJ7sHV02Pduvd0leiK1XmaTrfpCQPgELrrdsrY1NamgyPrh03iPxosvX92ysbCgoZzk5kP1YD7t6AILnu+45LykNS40qvXDdHnR6tBennz6u3TSxU1Or9Swz6wqzCsPZKzglJbIqEY8hDhyAgFzbJxuOC+Li4d9sJLFsnhwbvH2d1A3kzAqPZQITsN76nq2dzaZdKJf4F6RJkb078YFiM+tnWZGh2F+dDibykYoMcsnekdI1UhCAwWb25qVkEq43km9yBrclQMGwfyZ3/zZ2QK9gJxsJWCBUk32QwqOSYKRxh6Xdm3B4oMW22EPZzawnR72kgZltCqPxrdH1dkBkqDdWwwMwMO9O2sqKXHvipPGJkzlRVLhJjVIs9KrAAAAB3RSTlMA/v3+/Pn9Fk05qAAAUU9JREFUeNp0nAlYVNcVxzHazoroGBkXhAgCCjMsroDoKIgKdFABBwQUnSAoCqLRFBfcCBIM4kbqShO1hlSrCJqQQmNssVFqjBarsdjFJWlMTOLXJDZt8/X7+j/n3pk3vNq/bb8+3nbP79137/+dd954qTVt8uTJL73OMhqNer03ady4cWOhWbNmjV+0FfKGjMb36Y9/1fXUst9cb2y8/lpb797z5k2dOjXVD9Ljn59fcHBwQEDAgGch3l9on6feeeedn0r9kvT222+/sErRgvcDArwV8f5tN/rcvPnMZ22pqVFRSVGjR38k9Rsp9fLql/MXLj20VGjt2rVeak2Og/auI/kHBQ3We/tCo0ZNhwYNGj58/NaWlpbOyMhIX1//2/jTrICvckhXruQsWbJw4cL3tzhPORynSk5lZWVtglL9IkmdDQ05NqvVGhLwbKSUL+Tvb9yH/2sj+eN0IZZ3fvq3Hnp71ZtCOyofdnTYSzq9xX7UtsF9+/Y1FpeZT54sc2aUlq6Jy89YM/qj2oZaoeOkMR8dV/Tee++NWb04rrA5MRYKDAyc/NKCpwDIyKhE9LEzZ/r4DLQAAE6EyEeM6AcNH7m1pTMnB+fHX7tG9Bs0Xt+GwM/frqm5tz950aKDk6rsiA0xbUrbRAii/BDeV9bGhQsPRlyOCAuZ9GykZwT++n2RHPnVYQU+oaFDPQD8jEQAPiDdaLPaHGVXbn/O7YHQuIH9B/gYgzts1iqrtSopKWlNRkzS6I8arFaOFvTfew8AfiYil/rN6sWTKwtbArOzExISUl7+vwCuQNt8Bg71AQCcTwNpWeFbW3IIQEmJr08XgIzX2xDcvZrs7Jru5EWXwwKSwh2RkQ77w7Q0bXp6YRoDaKO+kZl8MCwsYpJ3pEf8liAAoPhDhqUMQ/wAkF+oqKiosJYA7HxotdnTtVe6Pr/S0h+AI90QffU3T9obGuwdD5PqkmJiMtbM+ajWI/60TX0COhoarAAE1dfXV80FgMmLi1oSKP7/B6ASAGyBV4YM7D/Bx8/bF7g5fgmgEwCCSiJtJQRgxEi9zZqVdYUu9pW0tLCIgOvxdR0dpxx5aWl7EzV7CYDV+tXnCzMzkzMvE4AFlTuhZaSf/OQny1L32RC+JcHikzJ06NAJoe+YNKRbsbG3xPlWZTxssNmdOP/J27ffudLJ60V7DAaT1lxRVvfwYe3Jlrq4uJiKjAwAcIWP+BkAhV/i7HA0uAG8BAIUf8qfzvwvgJcQf+XMK4GWi8OGTpgQ6uftzwC0LIM2WgcASwaXOBwlA7v6/YgAhFRt2pRGeu0/UyImbal77eHDo2kVAJAeKwE0fl6P63/5nSlTAKBCiR8AovbZEL9lf8I5AMD5booAE7OzY8X5fhGJi0/nTzTcMh+80iIBaF0APqvIu3EjqfRGcV3S4aSKYk8AaW4ADU4gOFlfn8sAXnoJBDpTCMDL87zU2kwATl+x1Nw+P2HChKHBBMDHFT8DwGjX11FSYu/f/aMf9XtOjwAacf2hmxRg7ywXDrr30kb7NVhDquo/z0y+nJs7ZUoYA5DxM4BFmcnJyV93PzjbvQhK3urqAYF7xflWVT5ssDaU4Ox7T9+6Ei4BaN0AUkvXJEExMTGHD9cdFgA2yfgZQAP1f0dJw0lrfS4BmIb4z5yZBgL/H8DibbehGROenQ0AQRhvZPwQAGDQ8wlqsFkmdP9ofr/n/OgK2ml1xxQECAAy/tdee++91wCA1mfWJy/KXUTr536T+O67764X2r9//T+3JkPdDx50f7qItDXfff+zeAxY1lYV0VCmPV1Ts5fGAGUYDbHpo0qT6vKTignAtWvXiuf0StwGZZPQybMPAYC8/xF/bj0AUPwvvzytKCdl6dMAvJxRuXjxkCHnL86YMXs2A8B4m4yWQTrdIp0uByMajcATJrwzXwCIiIjAFSrbJwGI+FlH00YH8/rQy5enQPsYgBK/BLCI1c0Afonhn/XjH8MNLP9o1Y4Pfg795N9hYQ23bt1q4fb07z+A/ITR2J8AFJnqOP7iuj7Fc35TK+9/bkPaM+NGiSnsB6wRIwGA4n/5T5Pzc5aeeAqAP1VCM4niWRqVgr1p1sEYlskNJQC4BQZbLJi0MAgCgBUKqYo3VEVEhIWFTZqXtYmVxiIAtB4QeDUAvMuSFBgAJCkwAKHlLAKw4wMIFG5URVgdLdwedEq6BuCgj1qzpi4uiVScYa6I0fWKJQVC2aRDY0eNWrlyECwMMIDDc2vZ6UF0F7z8tB5w4kTvtZ+ygklGkk4lvZ6sne45SDg8aJIQ2z+4Mmg0qcfauXPnfvPNN9XV/1S0VSWyf1Ls4FZ5aIHu/blGKb2UOM0ckq4PmsZ2b8yYMb2l4FbhX8ePHwmhuSPXkhaQ5q0tXzBvntdUUq9eSyFu9njXxpA74Leg198yktRWVI4OkAkymw2Q3WO90+nnN3u2H0QkHI6JpHHj2GvTYdsupd68GfVZ4yTJqJeUaNKhQ+rzCUvOMXEr//4vD3333XdLe+rRJx4iqumDnT2O5zW1HII1hPLy8pJGjz9GWgk9D61Al4fWkWay9VRbUa1GEVCYDRoonu0dr++n0ZQ0dMCNdDRYHVrtuImjWHQ80lvfl4WfhJetw1CFm6h+rkazd28iJHvyIe/IHt7ZOBY7o4GPH4smPqf7nRwz/sH6bmmi2HtvYiBUYPxEcZakt701PdsPAIhb3DBbYmIIAOK+F9HXJ6z7t799AwDI48+cOQRi66m2ogoAYVwIQEkQb8DrJza1azRWq9NpjUjXtg+aNXHU9EEQHW/YsGFD3toHMFZbgzUsDNPkPgAgpScG1vA4TgB8PZATAAoc6IasWPHhhwCQkyNCdwMIJCVqDabA8+cAAJFLYVD92dvpjvQe7ZcA7p0/350dEzNmy+iRAHBPrO9+AwB41Of4h2HoFdZYhsfL7ej7QmbSBdED/GkDXv+ju9Pv4i9mM+g09Rs1duKoQSQR/4whb7msbFhufHy8M2xup6AZ3sHzWOChaveIWQCtn00A7s/84MDuD4bd+fBDcYEukrVna5fwMQPAsqnQZOqqLtBzezysvHd6z/YLANndUELMGAmgXqzPfeON3+IE8PHbuL2YegYCAO+/fz/io2VMM+5HpR/BGXIPGCzix3oAaBo13aApK9Mahg8fNAo9ANsPGi7iB4BLZRUPH9advJGb6zx+3Jk7FwFtCNekNzQUabW3cAv0Ek9uUA0U+PGsY4NmzrxQVBS3e82wGQDA7bvI8SsAsgNP7y26HV4GALyeJzGaY5J18fZ4GT+3DwBK8/K2ZF/s7v46ZYwEsMJHrJ/gApBJ8QPAs9gh2BYBnT077OwUnvcBwB0/nCEAQPFBdADefv5dPEu3p2u18e39Bg2aPou2h9wNmP3wi7bGL9qsuVOcizoBgM/X0BBtamggK2wGABn+WSLw8awm9P4Du3ecys+aMWPGt6J9medF/EsBIBbxJxSFm4vM5moJAOGL+AHAO90jfglgy5bshO7uFAIQM2fkyhUr6sX6fW+MJQDYX1wvWI/+uOIc79mziJec4ESxDPGy6AF9RfzYHgBw02s7yswNhf1GDJ8+lvcfPgKrxfoAa0S9uP9HTV95LHdur8TzuF7W5OSqDdEGAFiaiIjk9U8hAMdw+1Ts3r37VPOMGR/K9l3k+CUA9P9b4c6y8LKC6upqAiDj3wpxD1Dix/m9Uku3KAD6xMx5DgC6xfrLYwnAEuw/jOJnAMHjpnvECwA8aK5YseK3EA2aogf0pQNIAIOaXI8S0/sBAPaHaLUEIOJHPmjUsWACACN7/qLVmoz2Zjabv3x8X+oBdP/DWeih94d9sHv3BzO+fOOND6l9C93xL00BgOy97dHo/ZHm6EcAwM8OHlZ+YLpFtF9eQAGA9+81pg8DQCzdU3D9Ef/YN3AC8OP4Z5D1DBg7XYmfAKitqYl7AA8AvDxxVLtGW1VVVhYRZjC0jhg/Tuzv3j6gCuEjfghGYd/cXrFk5BNqai4K633k938h/Zp15C8Tx68E7X7Dtm2b8QZEAH743j8gYQQwC8TGlp08Z7ZWC+k/4eFf6pc//Sje3+TZ/pFeqXkQ7hoIhhoAnve8ogRgCQZBMQsgTgBgXykpAoDKmpoIuJP/wMvzwaOKHkisVfUnDYZZ2J/k3n4ST/94UiHt2/d+Lx7yttFAXnP+60W6+X9ggQFzGDdeOJT791fQNAgAv/qHFFMAAJou7AWQBCAkKXzknW71bD96APnWQ4c+hthRsv1Ty2WNA4InwYYpzhJSW1MT+lmkxx9awyfNhQVmvf9+c9M4kVt1by8tsmuLub3I/in6er7URGkh1SZ1znfk/xR9o2oP7F8Pax1vbO8RgJcwhYp8BvpMcD1t+0GffPJ7xUo+CA54Yc+DPXv2vGA0vkBavfqIW+xeH3kr8iJ9QxJegQNpu/TMzZupnzXOkQ7+OkumeCCOU+Si2Sr7kR6RkQZ/iA0y62PWVKlUiLy8fsz1MSd6s+YhLz1vu0t7ILS4T1Rqn2cU9fF6YQdpMZIAG6dNmzZ5bX+7PZKGsXi0CM9xwZ+0DmuVnejxsHMDJu3Zu24vkrT+QTtYq4/8nvWHPzyeCa2HUySRbzMKAO9CGhZ15Pku67uGlaS7frzoeFat26uY2CpzijiIrbKfLdH2buy7eKLkR8oAaXWhQNLH8+qEKirKy0tLS6O8bXVZQpvg8dPmbV/O+jH0IvRClLY06hkPAcBGqLa19ckBzC0HVg+0R9rQFpqFtWER1oBPhr3+eutPocevPzIaBwTseTORAu/rQ7sd2AgA4g69T1PlfmGVsX9fn8ESALk4ER5Gsb/Mny2tbzGkPQwASH1s2iTDBwC2yhYeVdgq+yXODAwpCCzAozT7Dml12fqR8VGcOMtk9A0pkUvsI7YvR+DQrl2vQLtWpdbFPAVAq8lgMrcygKEEoKQsJKTMYQgLDQn4ZN3r60T43ngSrH5g1rBcWaINAoCMX1plXq8GoBUAXNYX4RcfPqzVXa8tqk3bpATAVtnCVpytsp8tsCBifcJVil8BoFhfu7OE5RCyGn0HWxweQLYvf/HF2tp1T568IgD0Gf2MJilKBSCrPf5Cc3h76e4zuwmAv8ZqQ5cLMwwNA4DWn+IfwoeqX3/8kQvAQC2rGQCU+NkqywuiAqAVACa6rO/hYsR/uBi3wKZd7wGA1gPAcEvfhAQAmEEA4DwLEgo4/tmzwyYdYqurWF+9zWKxhCKlTjnV2WEBxkhHX5/G8jSZEZoKALWJWbuyYgWBVRgA6vqk9hgDNh54YtI2t2jbn5wBgAl2m1XTYAmxhFoNU5DG/uRnHuG/d/yjEa0X7kID+99tgu6OxTytxK8A0KoAaCGexz+rWHPpUtKaG4e1hwnAhhNZlLtMhwyG+HhDGVvl0PXZ2fv7w3oMe8vPijuf4of2AQCyutDmzWdI1zcv0Psr8SOFF2As0Th8Qr84CiEzcjSKni09b4l5C+al4r9uAcCBA1nthuYKc3spA4i0hWgNdFazgbK8n3iEjzct380S1rd/f+mkAECJH87O21/2v76eALQM4MiRX0+MKqXsFXSYAei8/d3WXLHaoQNTUga4AYSGiesPTSEASvwEwCrin4D4GYAv4m9MS5M5yalGX1uixccntCDwKqf5n5FSboGNBw4caG03m1tbz5zZs3v1bAAAKvtJDAuzAeD1c0r4DEBY4f4DKH4C8AclfgYQxFl0etRWAAj+RwjA6DUyfuoC3xt02F6JnwDQ8UNpeQAB+DTY6op/HxJLU+au3jj5JYRPwvR5ZoFN3v12oVxjkE+oXbG+4o71WH5dJa9VALD7wBPMArvP7AEAfaTVgm3NZkzcszHoBCvhM4BvhTcfMOCB8OZH/sDxp0hrCwA8PvKjNqkaAPaL80sAyvU3fF+sU1tptspDaRkA3gKAEIoforwaAPhZ3f2de4RWeUvAARqDKH65ZDKE7/nxriexm17ZtO0JxvhXX1n1Q5UAYCMQTCsvn7ybEuYL9JE2q9jfZJoSBgADEP5xt757MJM0xMcHUUOfzr9Pywlua+vtThhJAOvdPYDc/LjRayC+CxiDTm2l2SpbeJmPHywzyhLDXH1ICI96wEAcAlIr4ABKSThuXt4c75ByyJ2Zj9qDWbD2SSJmAdaqBSp5CdPoB5frx9LDdEVDG6C5cKnB/xz1kdB3rAcP2Bb7+X0q9GtOXirWU7HGEgBSwI/CoehosrIT2f7pFKmtNFvlYF4W/jvAI6kMoX2y1kBIZKBHu1PDwfNI7A1ZbP+UIgPMAn08hFnAIOROal3P6pnlzSQlK8pHf4F2s+AwjSRNvDsCadl76bQif9tbqDBdNvzPfxcy8+nCw1OULDDrOukEi7PXnngo+IDLY8UZZMmGOmsMn09yPTI8VwjhWEUkXIY4mYVu2/7qq9tJXuqsLoxJj+XMZqEWUmdnskabf8olWOI9Rl9Ik07vqeh1id/EpqZRUGKOhksqxveuZGm0Idx3g//+BPrd734n793wXnuFEoUOXc+ClJcrC4wiI8rv0On4GNUbbh8TBRtwDOPVWerxv2P9SuiPukKcBwd0xRPusuLSH+/xUmd1r9dm5XsuZzZ35kBLxCt+ANBoihA5CY6YAODEmnS8KRpIr7cBgJp2uyDkahcmi+EAUE7SpvPQFRrw9yfcvk5nPHUyApDokQWPBQCOXN7DafPo+ABH1RN8fL0t6OrVq1X3eC7C8dVZ6vHu2P/4xz//WQDAQ44rnmhXFlrYYxeAW+mJ6bcSEyUAEFCyqJdPfkX6HLp8+fJXBEBTyAR2uAD0tWjSfbh9BGAUxX/1zi8HVXcpAHZq03m9BNBptXY4ET8DUOKXANJk/AxAFETYbO/ayJ3aACAwcH3gep/Qru4PUZ8w/nW8X9gWOMSdZR7bRG81jkOU1XjeDUArFOey4i++WFW1vr4NAMTLaFjLvekuAJvylYKIXIcvFcQItzLB9o5G44CzylcA+Pe1+GjS+fojwGDO4hbcOfuXX35bnZ0deIgB7Nyp1QqrygB+1Wb9lbOBAUQTAOV1XuwhdRZXI7Q3UVplfSKS45aEc0MH9p/yTveKkQCw7WrIXneWmYDMrD3++Mnx47x8Iqt8GiTs4+bJ8y6V3Xj4sOLkjV27qjA9AYCBvGJsQkLgXraKBAAEOsCdZPfLdbjjRwQAUOJvxy7t/BK+NKuPhqVYTX6PEHJ101+qq8MWLcrUqdf/ne5Pa+OvMLPRPB3dBw+ychaDSkers7gaFiAliv31sSHr14euv0o8n322XoeAHXhwOyuydsMYwJDax0+ePD5OywCA8NM4fAIwdWfdtIqKvKyMXbuKDPWFRS8wAG3r3lvtF0RBAveANuqv7K2Dc+3K9Z/g7gGtlKRja9sjPjSQF6/eqc7+9ttztKz3Z6uarl22BcqL+jvdo1URvyqzGbSUpOTX6XlkW0mvpaqzuBLA6dOxOD4DKMA7koRzaMyUf3+xczUCvlVgic+m+CWAIUNqjz95vEkBwJdfAniVhj6+/xuRjGyTAO42XRjVxJMfACjxE4CuveRlC2SO7d13NJD59yJFSQD0QRj+tPHu7flhpqv6y+pv/9lF7wn0QexZ4g1bBIBZBCAnIsJaEm+QAJT4f/Naqrmndd2wCFMPhuHTp3OWQDk6vS1hfcL+6v6I/iU8vgPAkAs1+5vPIn62zt6+56AsdNChjx49OqcvwsEQPx2OjwcAIv5d+YW5hfkSgNZ814wNGADHP0HEo58Q8PXe2Fjx/JkCxd7T8uXn+CUA3P4AILcPFu8NuqrDziF+lND4hfCjigAQsywKozQN0Esc8eJ89LTHLk8+7ZmV+LnBnJX2KNAA8KvVQ//9xWTYkDNnJq9VW2m5XF8vl2lSx/X3AMDhU35kee7yXS94mfh8St78RNZDOetAEwBAmaRjoS6t4a7M0TKFcWxNtfE+cvvgsWKCjs3U8jwFAGxd0w150DIAkHO0QSjaSPM3Pa6BI+RnVtojAPAErBRo6AeHtN1YDP8uRra1aiutXgYALTZ1H287pn+SxAAA0pFB0aQT7wuzKbOQwV93kfC/Qt13j/TI0k5kg2Yqox1YY0VBwlKdWXgx6VvLzKlRrPEjRU53Q7QQdpenE/bW7G7JBpZOpUmfLVi9arXQWkhtpdXLZP8WzFsQFx3Hh2vm/CjrBZaX9UbvmzenotZWWmpZ3AOJUgvCtkq/2u2Vy0lmbiOfZhxLqSWuyC/FpS5qbCyiW/6LUm/om2rv6mrvR9VGyCRkNErs6uOprS2bcpaZ91Bbd0CTmsTiPd/i8gtuzxGVPpoIebTY61qJ+aT9pJOytEnQ6NfiSBlxcbWsMTRG7LBtdFvJ8nxI9FAyKEhgkJRa4jqHpigjQxMZqamry/fV1Hk3eWRx198zmjTpmEZovSbe7tRGq4+ntraGnlY9nJfT47Wu5YAGVIKSZIEF7y8KOrg9R5C++r2iI6/W9myvF2p3/YNwyqQYcl/Fc14TkcNAk+r60AkPhBzg0wkA4GNi2fyDCMAg5VURKkfz4uwOzWJN0GBNuR0Qrnk3jTrrqlh68O1wvDlyNCBp6R+k0Tqq7ACgOp7K2koA6b7xSgFGeuTgvkElWBYAEDgidxVY8P5c0DGMrbLTgx908tVTPdo73uumw+4baW94WByTlp+fFuMCkJGhBqD1ACCeFP2pTg/WVzkgTpiXUV6GtCCeD4Li82N29vYGoDs1/Lrvy379ngcADaWtg0JwMAe8ufp46gIM+brdYnEKL4/lSF5fItqjFE6ms6/g/UVBB18Qb1xgeno4x7qqf/XUKdr81i2ZIfJaU1LR0YEsbUxMWmnFUQEgP5/sYFxceXlWn1XIGR6w0JzDWosGZ2SIBgeFwJvDeBBvtxWVz5Ior2Xle486i4KIO1fP3aEXkiv0QQ47pa9CQoTTnP304227d08ejwMsszRaylwAZIGDvwCw/RQ8ObRRaBUXcIiCDpwPAN6NvQoN5vgHngOA5XT7NDVJa+31WUXSjRsxa27EXEuLawGAo3HU/+OysnBjlpdmPeNnExkYV16+HO3NEKMQJjgrGizjl1a0MTLI4xL2vek9KrBg+IiuhBRUFhMAfrojiae74Kcf715m8j0+ngDgj/vBR9QOAyArUmj2njc5cJmkOLCKa5u5PTO4YMM7cR0REPELAMtxxA0bpDX3SsXYFwNdu5bWmZN0bc7RjNraOMSPHpBRCgCrKWcYKq//njNrp4kGmyCQCQlGg5X40WDZA3z6u3vAnUEjRtw5d+5LAJi/Qm9xcOstFht9JxHp9/TjDeteKJyd7AFhuVPKhFX39vcXXd4hssjbuQO4IGxkAD6iPZy1Rg9Yj/g5/IGPAGD58kJ42Q0bwnE8AUDG39mZl5eToyMAiL62Fok2AkD34O7QM26jlIcG14oui6sYEjymrpxeyuUJlaZuqViWnz5Y0x8AQpt7J6V6Hxs+4k4N2chD386f/6EeRseB9lso89oBY6I+3lhVAQYDSHfud5qEkUEWGftj574ii2xWUqJyPTqfKOjg/WlQ5P7v4wJwSguhoJEV7hW1huOHKO1xDQD45aJWWyoAUAPOhBEAgwtAbZ2YhC2haDA/bbkfNvKmxmRobJF5mgEDNL/Q2EPKU72nD7rPPhq5rwf9CIDdageAUK2hod4GAKrj/U8BRiQ/ju8/R/7UJ4Ssbl9HutbpL63uUws2RH/k5bKe1vrKq8td1nsflDsXAES5OXQY9da639SS6uQswAC0ByyTlR6QAQkbEgIBQNbicggY8qCpdRpb3M6dNAguS4rTWC4ZjwVCXIABCitgdZ2RGNBDMAs4bSUAoDre/xRgsCFYvx5hkbkVVjfIv6/L6j61YIMLOs7ysuvttdSRV+vcnqEecycAiFpbFtUbiEpbzpiy6NKsDlhL/pS1ZQuq6TZwkjCYJOtuSVNJpZ8nIQeaf/NmPlKyz9R+b4T++cj46JF+9iM9JK2un5+0uurjkX2T5Qsso5Df/7O6smCj5/a93oI+5eUjKu0JVpLMJK/r18PDZRaWq4i3k0ykcHbLKmcqaoVlCvcQtGjEjyZ6emF1Fre3CpDa6vKZhbHn8wdLueytnqU8n7CTFSllugeMik0WaJd6CrUZDTfmwep/cY3S5M/hmqjP73V9Mj0uKjnA7ZQtFebiRWiVt8x/yrHW6GE1SYf8Hraa2psUa2m0QWRlQ0QWd8FiUrkrL5XK+ytm13iiUog3mzZtQbANsrpL7CfpySCz+G8BXEChYRVAxj1vSsmCDVUBxTfFTq3zpDO+Li5/Q9OFlrg6tdX2MovZCn6MtXM7PS8LAPQ+HQA48IcPeardqFesJtf6HvL2bby97tat9unCCQIAz/ORkWKeBwB3PgafKWxOFVYXCYvjwuqe4NAlnpcIgIhcFkQAAAfOfwwNIwAALR4IkKEpMJp6ZrWj1QUUgx2Yde32G/hIB+VVx6LUVlsCcF2Dyt4MQBzvFQgAKP62pvA2CUBaTZmF/RjLEV+dn7nuVvuo4fQRFQBYoHRH31DKAgdX5EMSb0ZGXIy0uiU+JcLqEoBprvgZgBK/BKDEHxYBAIMEAG16NQDoJYAdO7QCQAKnL043N5+mbpB4qNEZ77CXlFRk5FMJfFOd/OyOxJ/deZ1A99+8Weue5gjALphFLL+yezcB2AhZmy5Y2Wnh9feSCGE1ET8DAM2D3WeHDKFuMGi80R/hl+CjqvgSBsBlc5V0vMpCqigRF4viN7AVXV252B3+S8jaKtdTZoH5q7IIaUUjJnEBhYHWxysA3ty4482Nb2r5+KyMuvw64fQqnBknT2aU7aQe0PX8MqoXaKUsaCvivWvQmiQA7qHQ5t7bkSt5RctWYzcD2MEAwsNDJICvFi7sewf6knRnIltPn8vdxGNYvGkcAPj42OPt9hJfTqpyAws1GRnaImRBXQAQf4mBG7i2snwnaxlp51R1FjnEYRfqgBo69nHO0YD1ngAKNxbiP7S9BFAXV1EhnN7D8KLw5riiirq4lXUHK47VIf6mC63tTU3trU3T78IJilJSpQcAwK5XeLlQAXCg6oMbVYife8DCep8RSqkpACD+e0hL70UPGD5S70/pLXQ6pyhY4BzfYi20uNDgBoD4Bxi4gQyQZnVZPK3OMquXOecIdgQA0vMGuPwbD+yg9RIA4o8T20+tAFvxlV59Te6y0Vh5wWQytLYaTOgBAFCp3KNiEPzxrldUADD8VV06/wUWfw4AZDUVqzoSy2GXHwyZiTGgHwGhLHGoj7Mk0jmUAVS4D54BxcVcr90E5fUfkJTGb36ox4gSDwg9hkthP4RQCDtu3Ic6dYEDF1CYPAHweowBwgqPbVoJyXJXfFCxrCgjDv8Jr4urO51bk1GBLDOUQ+IssxesKKlSqveeH7+iBnAAqo/YTTogsq49rOfB7m23brUOp2UGQNH4DJ1gEVnledP47pKvfLdEqd/9occo8TMAJX4CoFXilwBg+lQA5HoFAIcvviiZWsHXH4q5nVDzk9HqLLNXUaFLJlORqahuz4uQOCDPAkblUYvkx1bTw3oGt3Xi4ivLsoDBnVWeygNc3mYSsoQA4PnyFwDIMCglD8EjXc3/kAQAPbPE4Wx9PW6BF6RDkW1ci2+K+JsngQE9AB2QOwEudGNdRoU6y+zl/ohMmjWyf6uiyfduWEVSnJ0wZLw4UvkMTaebCCuqLOtVFQxKGasQdwSYZdcZPWweSykFFuKwlZxoOBdQXIiGmvUkVxJ5g5TaSivnHs3SqeQ1UZUl7Q1p9Bp3kQWvFicXNvvQfGX7cR8fmqs6oPozOp1KAqgClSyw1AKSnqVA/PbTXj3E7RWnn/81jrcb4loHme7+n/Pz5krWuu3GM5+hVnmOfAICAFVWtzdVE9g05VApHvNTPawnW8fLiYmPeXvofmCNztv2lRxRuG/p1AUXOl6rrDd6WFGyyqsXQ4oXnKe3sRIT2f5YAsY2PV4nNJPUS2nv/a9wQJ3yewPiW2OcP3wDN8LQvIHP3zO+7/kXJ8IvrYGuJBUDgEhqyruaAJSXa0I0eaSjRwGA1otw2DrqOs8HBt6hzb+tSbi4RAdn17jE/UI7UwJw+Po6xLOFjmsroj//fEMmr+eCCovl6lUfeqHu47d2scsG0WA5eSqMj1AovM/QiAB8JXZnnRvBul6u9k4/v9Ccmbzwn8ZIgROwwDPET6sxdeaEa5xOTfiSnHA+//OeWetce0cDVAzl5BwGgNb29lb570L73fZ+AFCqsWg4fgCIYuspLidbVxzwNgggzZOQ0o2AyNpG2JWHKQZgJ6sdycvR3CGdDbYyE6kFABD/+uyEgoFcUBHQEAHVV1XxZyNhcwUAy/r1FP+UiIBZo0zmY+2etcQc//3uzE5T54P1evSokvj4SB/w7I/jAUB4Z3N6ZF8f3/TmJRsYwMILraQLUOvwz8ocHR2ODlSo5V65sg8ANKx0B7IsJGGtLaraXXF+Nir0/r77fPb58wkXM1HAAACUpbZjvQJAfJY00EnLRt8gdPXPIyIuiwoRLqi4mlBQkFI9gQFQUWpDhNNZbwWAXADg+AMD9w8dOmVKaMAsg2FQ+3BYFs/2TL+/EIN4Z8qjgXqjf4kdpoP7kwCgMWkdMGNDI03hOD+11+xhrWWt8uHiwyfbGk+6AdjtjkhhPV3Fx2F0/tnyszixP9cCy8/UshP2y8/Q7Brg9sHeImvLX42JlLADy+E4HrxxZlhY8gSuEGGrjOrnagAg4wMA9RH4lCu+w5lLADpQ+mlxxm8LvFUytKTEcnCWofV5fOVzzAmVlDk7yAneP4/4M79GcSoBcJb4l8SHIH4+Hj8oNoeGLtv8kNojASjWGlnwS5eK16BMM6eidMlhFwBtpK/Bw3qGqqyn2J+SkASAPtM6fz7l62QG4O8RvwQQL95qOGnZDeCyLGaGVeYesL8ayxKANl6Lt125+/DV2CVTZZGzcrHZPDmvbPLm8O/RA4a39+uux+WQF2T6/ZZMxJ/yDbcHPcBGPYDjFwBM2lPL8jafyTCF4/zUXrOHlY7iStXDEDlUAPCNdzgdeHqz8z9Hwzx8SQoAR4/S6/yYo1FsPbUKADipewnZeMvxZcrS7q2LuNY3TMYPAQAUSfHbeDma/1xmtdIYYMYYQE5yYEFKyjdoLwMIC4sHAPzHSQAqKovi8L5w2uT8yrz8uPLiWStN7Su60COnkADg8fkWU2dmZkr/ZwWAoCCMAUEU/7M4np9BE57TrM3avLm8sHnhBkM0ffbX4S4mdoSNXiPiv3b7ypIlt2/rvNjaYnwXFQb99QRAO5QB4Fvio6PZeor4OAury7mYXfMtWeFvD/X6OpNqfbtkXpYLIkTBhX1w30gDA6D9Mfp2d/cTn6kZg7gQoLpaFlQsKH/J9Sj6p1/8Yktq76LFIDAtP39yXn5dXv4zs5DFqFB06Us8jYZn7v/GVRCBW4qrC4aKMQA9wJyzJFqbn2+IXrgkmgHkDqRV8nwE4DDU53DO7dt0C6gLCqZi+tdatHlyGhjN1lPL4vVbAwPvu2aVOyn7dd4h92ReVhREqAsuxk6XqyFplT0LMILXyklQUpiaVJlfWRkXt7g8P6M8I2Na1KyVpTt2vPjiRgjO/MAq3RKopsDd3lNFbuVDWTj/hmYTj3ctzQYCEIFRVzkfirUheRdcAwB1lpXsnyHAFOVyj2w9hdPk9UsPjVM+Oxv/9cdzx49VliF1wcVY1S84eBg9JavMLlyqeOrhw6mpl4qjooqfiSruM+sErLmHYP7++sijvduVYgfa7gX1+XV6Y48TzoF6WOFPDilfxZHUWWB1VlY+Fe12qTe0wCOIQKkE+SaAQcp6E1JvlZRSYaH+AyCPn1sTnxMqmq2SOsurXl5L6vUWnYFb4KXWJ3v39viFBXXWVFpT/EFY0wOiSjg//03Wmd5ZdRcSL9SJdyN4MRK4cuX69bHvtjWyLn4claHNqFCssfN/ACSSlF+MGKC8+fSFjHPbWOJ4Bw/+1VsldXvVy2sXQ+ug2Fgy108DwIHXPr4gfmHhs4fQDegL0g2dPhI20/2ISwA4B52fv5EeQncAwGk0/HReHj/u5qUGrny+oCBWNPhg48GuKK3GcMkKcR2DddI8IfQYIffvA8hfjEDBBklG4A8AHDj0DnTwr656mAApdZZXvcxWe+bM27e3bQujn/J6CoDH/FFkQs1dBnCiklL4izERbebSUmEMTE3HzOIzOQaw42+dnX/bCBGAFjS/heNXADQ27u+6eLHrIABkGOouKVmdsgyhiooMoU/58/ga1vnzNV/j9beUqB94v02JnwDopFxPzOqCCvUyAZi8rQa/d5f9fwAkcg/APXteApgGFWq0hZM9ANx9fkWTJ4CizOQiAWDBYnR8cf1BYHNq4PMAEAgACfsPgkBXVMWlS+gBso6lapJGqKVFI6T+BQpTz6ywuSzeKVVG6tCxtrZsdQPgeLu65C9W8LLyCxEAgFlm2+2IiHsAMOWpAKgHXKAe8AQE3j5BxMrp/NO4tJQBtFOKpp2sJAPYsTwuOTnuRQbwfcWNG5eEMLdc0kkABxMu7t+f0nWzK75nlrdMxpe8SAGgxA8fYVJlhf+nFpkVvUSn6RQAOCtd39WVi3gJQKS4f0R9bxAATAaAewUFADDlqQD+W9y1hkVRRmGyy+6ygrYleMVCM4sQoRvQKiFSBlG56CZiYYigEIgFlcJWhIJ0YUuUCLMbT1mhS4ClaRJPEQRElhbhpRD1qSyhInvq6f6e832zMzta/arebm4zOzvnnW9n3j3fOe9H8f/gev6HH57vpPZyMAbK0pESpAfz/YKA5YuWvb9skdnMBGCq6PO2lpbMz6l19pWhUZdg8h1ljvLHSOCiZUxASxyw/eM9F7Cbn1LHNGWugYHyv3pJgIcDhSRAla5B/zQCZNvdnj2y7U73/lAiYFVJ3/33980jJXkqAsDA84e+aaorq5MEYCaLlBjiVwgw73z//eadZgAEIAV3O6YB9qN4CASQ1t/KMkP82BEE4Mu/5+ieoyDA6pnVzd3G6Ni3r0P8aVqwNA94nJDcetfnWyRuB7Z80rqDvv8MPA+36y1M9W13escIEACVNW9eX9+8vyIghr0Fnq/r/IEdFnq/xP1fwbHjprFqZyYCvHDaYzRXGBkHJAoCArby5qtJa4KAGctAwIzqTR9/vP3j7Xu20whQ69gwAs7UgbPIfGyRRUYxs1LMCzy6tnWTGj8R8CkDnUfyDyc5WOiyxCtmQmTOGxcXd20cm7mdTIALI4DwvHBYGOopjceO9czaggDcA0TBA+4BIGCSsp1mr8YIAgKrqqs/BrbvOWr1lMa5egJ0WWQQAIhqXgAEqE9BQu+3OuilvL7W+FZKOAmHvYuBkwl4rV81WCB4CmNtgncag+XfKyr0bWyiq7kK2MDQdb2dPALUtzPWywznWolWoFcD/fv1Ul6pE1DKjVmkiloGPgMvPTh/qpGOWjsGoPeZUlF9+ypv//pVTspyLe5S3n/paR5YynvfweDt+qzzEAn5CWhkdySGR2NKMD4+1oH/c5WAsv9lO9qSqJZ5k5LbNgukKuerrxUmKrSXzyTQ2moSuJEgiiouIKBfAPBTpWO0IzJS9rAsWNAWPLR0ZQw9VyIisH1UQcnXnJVdSYjg/U/Twcdvl5/fewzejv0ZSlZ2SDmhsLs7t5w+I2yIozwjwwGxjFcZkflh+iz1L7VBtW+jzc3pzM8CwoyGUM7hBcjz5YIKqTSBaWrWWbTxcVZ6IHhgYNMAZ6Vv7ADEk4J9jgUBE1TpiConQzls5WJji2IHStN+8vErCEzzpSqlEVtnVG0dylnZEioQmMf7y7jnzXMTEDjBF/aHAG/n/YHD54us8xDE7WjurLVXuPDDlAjIiUzPyTcY8ImRKSBAZH0PHJAFF4+/jfDwd2wl5c5jw8xB9cSAzVeeL0tleZ8gpYik6yRlQp0KMSkrXb3uq2EXvpv8LmWluWNFEIAqBDcBqnSMTiQCEH7R/D2lu1ItkJZdBWm+aWkj0qq2YjtnZbkKawbvf4TQ39/d3d/Pf/TZFVjg+xID22l/jv6aiyYOP4DECBNQX9HgKMx3VRAB0Q5k9nNiiYCUICaA4p84ejTCp/25zQ21zCCgvHxmJUZAoYEJkOcLLzQMDE5fsRcaLDQ+BA5to8IwImCA4qcn7cePX6cSAG8zI0nj8WJ6fJQqHeMdiZH5dPk3IXyjOf/rkC5fhF9QUFp69jkoNOSsLBdIzOD9ScGcf+gio/GiQ+dfjxcYMV2SAN6O/YGJzcaJQuoSARXfFDkiwztiYjPzw8opNZcSaTBGRpYnwhwT+59/WEijfux/heI4URk+8+aamZWzzTKNPUyebxKZwRURwskLbSqatCj+nTsPCQJ8/Dyn35kAY27nV7VaAiZdDAjT03gUfdLl79rVbcxw5M+mvjykMEePSyutikPpKkvXEtkxzwQA2wzANv6jT0RBYJcggLfT/ofroKK2NSOi4ZOHOEBAaE650VEUkwkC+LGNf5SkJRFwzWiaGm08QbW+xxxZe/dWOvdmhs901EzP1BAgpO9UR74U4sBZbSYm4KNtOz8iIAlLSlGVSgoB/vUDQWb+bSAIGMnnTlL0ivgcXP62Tbu6zZE54bDW+toPI6CrNC6utPQcGgEsXRE/CGDlxe1Tt8Ay8NAtz9KffWBmtpXCv/NO1RFip9G80+hfh+MTAfmFFbGO0AUdMZnhsbPLUzLSMQjQ05kY5J8YGUv7L2scfaB/XOMLtH+8MysWU9tAT0tfX7gkwGgdIaWvvlZZEPAhj4DPQIDOoYIJ2GdsQFkiDDLcBJyvFjzE5+Dmtys7qDwW1ZIgAFJza0HaCIRf+v3XisMD1+IKAoRIsaRmp2/nP/pEzPAkgM3TcAecOFwc35Gf73C5CuubY9rDQQCMkVPgCms04kVkfvhs3v/9/nHj+hE/E1CE+LmYt69vtyQAOWSY1UkCZPyybQ7KkupCP9yG+ImAG2vUyXYyiLyCCfBvaPDXEGA8Xy14iM9v67Tj4u++dPduJiCgYF7p2WdXVZ177tenfT9CODzw58Wx9OQMlq/9ppvsvufSn/EVmAECKEGnOkIMP7TN/9A1fHwiIL+jor4+ph7FuUxAeUo+EwBvcBDA+7//Pp8PEyDiZ4AAPl8iQErfE4cPc8GSBNr4hDK/Wrb9ieOp8YGAffvEF078NmDpeI1a4DC1vjYxJ5YQDuArMCuwC4MItjaY7Kq6lmtz5VOApScr2DE3QcvjP4APPZ9fYpyyljdetMkWFnJ2lghIsVgc+UYjnoL+QeGz9ftP5cd/bCxYIJhk1tn6F7XC+qzzeP32K94ABAEXAyCApOONkwGRtT1rSLxaPQzAP4qwdKk34wvOEn/xKnDUmzBGB9477w4gj7frfX01hg8MvMbfYRZLmHAX4/35DfyOydjbo5pZJn1zvSXUUmEBVb4L6D+f/yMKQKYRvPKSBgeTUKp7gdT0c3XSNSlaZqzjo4upse0DAVFcDHytgmt3rwDqLNQXbekwAaLAwky1x3w8ofRVua/P4iImwwcGNQ198OBBLy2mMlQSnQGLF/vOnD5scyCjTPEpVnZhFjRtdkrbHX8U4JVUUVFfUeF4z2wjWHN9NtZ5SNFop8PBZXzF6dmjID0/ePjh4vLyYsXn4davd0mI/uKh8CWm2Wwz5uN2ki8xS1tRsMDHQy2ytnfzTn3tMLLQhocNAcETpOPEwaHeBz0IQLM5Q5ixzX4iIzVjZUZ2yr0ls8gQvEw6RNCdZm8+vmLjbXZjsGfbnTGdunBEgYa31/6KehdKS9dMkVlfH79JfdousCSnK7ANPviRlgBIz4TmDx7+xlUyq6T+vpkzUeM0EwSkKSil2l2y2AQBNTWoxiSLTZa2ggA+HipRAf65DxABOBN3HpMImGS42cClc+w4sXmoNfVlDwI4cDm7Ezt7UmpMQkRIRMLqEkYZHCJYOmeGH99xfDcISDWkTvHwPU7npplhskADBDhcaE5fY7EycimrmqvxCU5yBoIAZ0YqbEKH5W678VgFcsz7R4/u3MsIy7ZZFaQCtZMFAYsWGY3bXmACRgoCjGaWtg8h06Ma3N3+4Dlau/xRAd6CAJmCIQJsqanW0zUE5GjihxvdsOyYkEC/iLensB98SZl0iNiLG+bx3cczZ4832g1TZPxyBKRsYTM04XiBr0CM0+VyrrmYSwKmjB+6o2CS77qFC5WSl2hnW1tloiUE99yQoIuoDW3WrP19eAYMGwY16uuN2IDsXbtkSQwREGrYtuydDiLgHZNa22tmKawYQsRUiIIFs2cWOMgA3Ky+tuy2W63eY4d4jgCKX5qxPZFhD5oVaX9xeiPiBwGKQ0T4pszdxzcdnz0+WG2rpPoD5fMofiYgz4HLDygjYKhrfqDvsGTFwQEEVGbh8o84e5h950RuQ5vVtx8MjEP8RIA4YEJX6S7hQEG+xKGGmnfeWW5sJgLU2l4LZX0VApo3SkcIszZ+aeCw+D5gJq8Qcesv3t6bdyN9oBCwocKloKmpyTW4KmHx4mGLnVOyED9QdmxvZlvbk20gYNPu3cfDmQAZPxOwfosYfTTbRZ4kXhdQ/z6AEUfCYLz3QGDwsGS+/A8IAootCfh2+gUdIqlMI2B0H+KfQfFTZ6c6AjgLS77Eoc3L33lnUUcz+RKrtb0Wer86AmKE9jfrsrj06j5NQcMvYzdu5OsvQStKuGd3z8g0Bc7CzY/RyASobYAQckPCTdK3mJukqP6A70G4Aymf52W1EZRvsTWXtHM20hUSndEZVrQt4vKPFFJ58jdNfXPm9I07wZnJfaZt8maxU6D5PCKgbhkufkcz+RKTtJUE8PvlPeD55/kxcPfa0++RM/EA2d9ByRnuY8cV4RU2NSo1dcpULQHlhoxYEf4ZggAZ/jyE31g1NV+N/9iQ3aZp5Fs8nCDOn9sBRDl0SBSyxl5jgy/RZnWnQfunwdWcgPRG3NEgKviZkNs8XErJyW8coJo4jh+pWZNH29pVw88jX2I00eBGENRMvsQsRQUB/H4qxmasB2BuFp0jg+dmrefCxk4iAjhLTO5x08JgTD9pWpibAHiRWSIRvyDgSRDA8SN8ip8IcMdfXX0MBJBvscZHGN5iiJ8IyL5wTDYISLUB6n28FtpftrkxC0d98JCy+9e5peR57FEk8SkI0ElN8iVGaVxNjdFcCF9isV0QwNvXqklvgAjIkUOAAQImGW82KlVaIOACOKmOBwMqATnKUwA8yBEgKWACshQdn3kcbYDsW6w5v7UYeQSaqU6lEUBunLUCbxOGfr90A5qtjiqAYuqsu0yVkqjj9YBeatLmGmRlC4NCF7m3hwbR/zmPtq8FtPZm0bpaXsg/88sWNcuJ/81QGFCW01DA8k+iCsD+HrtwOhonqIh9pZgCYpghfIXF1RcNegLu1rVeb0+p2pDkmTcmWenO4QI2BXJIXRYVdUWS5h1508aqWXZAX2sszNDUz1uvgvXzKZf40MwX6R0puCXvVeC009T0uSZGL5aimlrgsbq2NdPARqFSAgp4++juYqdmsawwesRrpbPNs1Y4NcpiycbuLqcLv7OzKqfe8d6XG0UWF4Djg77WGFIaULPU6kQJpm0efXTtqZf4GFD8vkx6RwquRdYsEeI9aRSyppw2JYwHATiQphZ4rK5tDVnV6kt8gbQZcVuxHQEmInBgMyAIuIZqd6Ujg00bPhPgb8/KaiqrbGrLbNkNApAvp/dI5OprjSGllx9oKiiQWV8QgMB/+OabH14ngIBTLfGB0IXXGQjQOVLk0WSvcJTg/b1HjRmT3NWVfDWDCcDxNLXAcqkrV0y3UGKUVv4KS06k4a5IvsFGg82W4pTxny4IQPzI+E1sngil5yZABvhCtr2msrKsrL2sJbNpSWwYCHjpvQx1u77WGAQ0lXVtLaiSWV8i4BCmYcYJBtby8ckugn1ozf5iBHD8TIDekSKPJns1S4SMRU3pxStXagkAnZpaYNGuHjElLcIqCVhY2DCnetjWrajuRUbI2L1ypc3s3Mzxn75ZElDnP3L4yJ3NUHoKAcoVDsKZVFa2tcMvP65lScvUOx5JwdpRe1ezozwmS30CRslaY5WArtTcLrmEBxMw7hmgkVYgen2tCDg1JCRVU5w9wPEzAXpHCnah1SwRMgQP3ITkZDseusBz8V6cNVVrgQUBFYGrdwRWSHO0woVz6ue8m3z2OaVLUZxs6541q9uwsuH4McJxk5l+506sI9P+kcNJKofILyjPWI7CXB0IaI/tmUEE7G8JuyPSkIFs0XEpTVuJAG2tsSAgI7iKs54gAN/9ZwjjBAHpQnnWObOF9BZKEvFLAvSOFAoBSOLheIIAFDFnX6olQK4mp86vm8v37i2HYwET0DBnznx8P7efc24ptmMEVNhsIe4sKxFw/sSLzIdkgYM+CxtKBLS0NM3vw11uMBNfgUhaNkuugLYaI0CNX0rpAy1dUWVx4v0g4NFHrxUj4DUQcKcgIDUqCgSYFQIGZPyt75r0jhRUIHF/ibpECBEA45mNl3KPPAgQq8npCDBmwARItKlRre2cBvpl0Ps4B2zrtmVPkPFJApBTbTbX1TWPBAH6goWhWI+wMhMFUC0tRwaXbAYBuP4Z6nS5rtaYf0scaKqqKsX7FQLoHnBtx2uCAGVPbvNKZwKMRhl+77smvSPFipmo9OD4BQFGIDk7N5mPgQssaoU1tcB6H18QUN9O8QNzh3LACcPUggQmgB4AdTv9rxl+1clLbnh3pq3bvHl+S8sgsGTzbBCwyuJu6zHX6muNJ9MSH+/jAPx+IgC3vh8OH0b8TADf1QFaLg1marcyAQNMQG8rCNA7UqygUieO/1U+Ht+YduzINQv4i1phtRYYBEzx8PFFbW77EqXN7N2rva/tDtEvqWH+uyU3QMDqrErG5vDNRMBe7ZoarfpaY7HEh/r+9fT4B15nEAGA6LYGmACcungMAia9IwXXInMWex4fz6wWTwgChhJyGd6EC7QqDTB5ojVNV5BAVN+od3AANJP0c8NUeTo7r3U8jqsuqaGrNZZaW33/ep37WR5B02amb03TO1LQXis2cIGEPF8mxw0vo4TSO6lRngycm8f6c3mL895Tz2D7IGRuUvQR8i6Tvr46qXoGgAINLomYCgz19qw/GeMMv2l8uPNxxQhZ3/ZmtCkwQ1pbLM+6cQvDKODuHLuccBrjlFL6KkDbR6f3Fc5YzwVaAi7X3WshTRmyE9NUbFxsSHwPwJewweXaHw2dW78SSBPS9Ko6T6l6BrLHqATOEXg6zDvbZseyvAEy6zu2MiElISTFnuh0kt1g1lSeKFXPx6Jvw4MpitYW5Rb9+bO5GytfIX3VeISPsFqwIXyJ9b7C/kgZKVnrzrIyFwhwNyPj7rTMlFecQrGvATrLmpYhY5SV5YLUTGNpSgURNVqpCgJycvCDTVr0gQCbPcAOF6ULpZMUChsnTAAdYoa/CATgt4Z6PhabgWtm+bUgQLPuDlas0J0/CEBgmtXx1HiEj7BnBsq80+slt0cwrW35yB14g7L/fU1N5SBgUd225prmZvzT8QIIWJyBq4/w9zaVHXiBCWgX8Z+tFEQs12QYckHADcgv5CN+SUDqJVi2WcQPAi5IwHjxi9pRVNQCFE2FoUIGtxKuIkxPeiUxalSq36jixYziFZ9tOwQoo+DDZyUBLpdRIQAXViN9RTx3bdnyKKUh7lrrE8J1pAUFUqh54bHEEBO6L92xXsaP3ekNdxIBzc11zXUdy5mANcZVxmJx+V9A3osIcLnjv8SeS1ng5WrbSOhS/ZIYdlsCHtDSIv/C8UUJiVEbEzc6isKZgLAVM+1m+xrCQWBNdN4jAci8+zqJEJTu3qp+PTRSuK4C+dHl/BoE0Fp2Bw4I6QsCEM2WlIwMUPDoQyCACyZm4IRYamsJoCzFS3dgvh1QZpxLvkCWt3lnc0dH3aLlNcsQcF7kquJVuPxNB16QBLTL+M+eYIew4CzwIqVSDwREqPETAUNxBTTl9xfMjSzescNZviM8fMCR4ggHAZhtUOJ/GQQsDh6VGuI7cxURsMZNgHL8IL5gD3f+8ENPA7JMd93Jnz8aNSaHxep44oLiB3IK4gcBomAibdy4UsSvJ+AOEKAvOJisLqbGAa/A+HfSt5/iv4wIcHH8IwKy3W12y/3l+TEBFL+6GpzNMwucixHEX38QMLBsERGAG4wHAaHOmc7a6Rw/E6B9vyRgeWddTc+yh4gAWcDR3y+lr/ARvj09/faHeLuQ3jNQyS1Xm5u28WfCbwI/t+oLDkiaNjMKmwUBaxo6cfk5fiKggeIfRj/OcEtpvhxZ4EWaR23hkJynn0b80qP0uTAmQOMHEO1E/JVU4VS0bFlReNjcL38W+Jjwc+/4jW/nTg/FuuF8fuvmHpSOQwC7zrBP8H03d7bcdwNPtbEZm0b6Ch9h3Ai2KFNxbqXGaX0vvXRFAB7L0REBYt21ukV0xfPqcfkXyfiR9Y12pQ3zTbCiBubQRcOx/+XXLJqjdWgAAc/h+iN+JmC2TY2fgBGgVHjtxlK54WGn8AkOsEepr1es4tEB5AEHo0Wef0ts7O0iQM5Sq6vjgQB1KpK2mw3ysy2M0JPa5k7K8roNKd4hmOZ0lnVqV6ML2+Vn99/ZXDdyotj/suWeDg1UEIG7AB4CjNlmXe1wvJPL3ABRkPFPPsG3riIo3xEQIGcZRZhEgPoUoP312y93t/HJ1eZOMifTFRwAJi2ODr7g8frdd9+/6jLs7y5AMHmC5B+yzO4SB5Jz0gwil0ACkHPCEv/kE6zvslOFsgCXVyAHitU5dFJabscO2iy211kmT4zXFUioApyxoiF4UrCKKVfrs7TwRvFwJt7Rdvqxj4cc26Skvrm0gl0hNrAWlu+9SpGm+uONB7T11nkEFvj4B2jV7T958uPT5k4+7zvluumPZxZQzdSefEVncRHlKRXvhLXMI8WPKHeeFfWpU66+2I2bxuuztDeopjkPA2+dIWt9xSIwsWFsniYW1SA5PFYWSLg/T18wofcN5l+D5JPlqidtkGTq3OXx+ZM7MLkB++7QDp7BMZ3sU5zqB6td5TUIeH29RyelT9QkjfEuCPDw+gIBWEYZi2lLPL5dn6X9vkK7uvqun0St78bg2KL89vZYIgB5e9EoCCFABCRkB4waFSgelWVy9ThVCut9gykfkJ7TiQVPmnqK1tyfZJrfE9ilfj4I2LFxdce+jn3+b/ASG3x+2Zj/svtJn+JRtByesj8IwK+kyFSLgoU+fl1pJcDoRrqTNvanpKutuUBxvXVXdwgYUAjQL2xMxcvrqhcutNqruc3tmFzSIraoKbCqpWg2ETBTNEqyEPLB9Ugd5et2f6tkSyMH4AQc0eK5H1NREWHj43OOL316J9DUfpAIWNJXUqDWOk/uwFjZV7gv1PLGp5IAX7vdzzfAHjJB+BRnj4Kxsbrw8hkPbXvo0ewQBe9CKnaljR5dMoj4B68dfcTgqbUt9fVL2g3Z5yhfKzYsMDaT+dghiyQgrQWPgVBrbkvuu9W9+bLWt6ioottNADu9BUIOEwF2q93X94QEapI4feLOOhs5/u6KCmuMQkBDw/T0+9e0d7b3HLw/2tQQtHB/ybw0WTsMAlZvWr3vDf+gjn1MAElfu1+C1c8vdQJtlxdMXXj5jIefKXxw/c8+Er1QSl1bYex73eC4/bcNjpMEpNTUpIiChvr65x21BssxBXRArK6N+M+/iKRv647OzoUNDXMKl7TX7tmDEeBYwKvLhYe3NLWAAG7MdHG36BgmIISywr7utrloJ8evpt0pfuSpkaN2kfSFUnQ1dC5Ys6aop70FvxVMFqyEg4qVNFkLfB4TsG/fGxQ/pu9J+dl9rX7D7NZRtF1XOwwCHq149MEv8UoABPAIaBwcd+2rg9cyAXyNm2XBQkPnlztiUqBZBIbwCGCLjzp/MxPgKK+GCij0r9/elrO9N56qLlnptBw4MBg+m5e8cFH8IECt5j7BGH7iininev1PT9osa4PxiypGSGsQ0NlQ1g4CsEY6pDKPgMZ5aUoW+rw3Vg+sw7y1nL4XBASEWBP8Un1puz5r7XXWaw8+mNJtVbDQZ8LWNEUJv/pqY3+k+v0X94DumApHtLpiob5NjdvcPr7utsJaavOSBIQTAZktLWeFzz6dZmpcFH8ZF0EtjaCeYVmQgIWTk4o1M4+VWVPNuuODgPbOpibcAfct20cEzJ+zv0TMoigEVK/m+CUByDonJEwYAWfJS2i7LmsNAh5c/60GV/gEY4EkjVsc33SgvbDEHdTXqlvxFFgQPUSF3pzse9z+GVWEgp9AgIj/0ieBcNPp90xfsMDF/cJXEgEbIsoA8l0mxA3qzdN4Ieh3VOmNLG9WT1N7T0/PvmUvEwFL+maUqtIZBLy9eqMIXxKAeO2pVmvCKN6ul9pev6z/9lktAd471BwtcF6e6vIEHkBAyu54TfzxenMyOFMzygWGTOXHP0HU+t56j3ITdF0IoJbX8/N88MiWE0sEb/1C0LfiPJwNrsCypvY3yHHC1FMwSiOVQQAeg7J8AzD9g7TGCPiOcYWCabqCB9XxVqAt3mPR1l9MOkD+aZ2Jz9CW+tL205OAQV43mBPQemmql776haClFI6Pjxbo1e1vMs31qDn4J2ntpZeKVgzkB6y+7tetEr2M7b0vM2B6JrerWdbLTxzBB+qzynqCshT4BfAMvX7JjPjElKypUxMdiZI3xV3CIrPEdDlOkyDmXj1yhMsfFOxou/XYx0mQ3sBUQH98fbxeeql4jq1h/vwGm1153bpDwaZO16ae3pdp4QG4aSvb3W1uFzWW9KHAAQUNgFrQYFINHAmmLMMW+sv4ovimN5htFVjj62HCzcDp8UYkiOm2K+6Cs3k1OpRVKlnhvPe43oHTvlSQ8X7UykPyNWFpkpDexe4CjgqrrbvCUIG/u7u7K1z6eEWBREKC6sBgt7UvXDjfliBf66XpyzcXw4UX5dlyu2JudrgR1lq37R+k6WwOXRY0cIpN9SF+NWuLdCDBrDD8xqZYUHpbwfe8dEJkfEa6IyMyIzIofDM1SIAAIRttstY3773pq5TjkTna+4unf6M5/lLZZrfaXcBRERGD6CNKbLaIwLLGTindu7oUKcxS0Wq1qw4MCWBgznxriHgNy1as2vQmgMLNuI4hgoDp0y9Us8Bk7tXYuB/3wMHGfhCgncpae5pYKFlK3XlHs7YYHzM+Zn5sPY3LWeZCEFCyEi1jW7bwyh5vtX6ptAF+DFSblMXYbObuzs5uKwhYtQrF2qNJqpOP8WlEsOpzvEFI7417Kzcvwn0QBEBDlJQsdux9zzXuSFl3EMULFMxQpDCEiJ/Nb1jACOswxYEhwTZ/DjHAr/F+Q4qM/+mON0EA1ieFR+aFQkoyAbj8TXPQlHek8dAHTMBTMn5MZgqhk91gtIv9s7Y8Rlj/li8oP8dvndkaE2M1SpdReIzqsr6FICCCYMzo6Ww6UiEIOHzg8OETh6+l2uM8nqVIxwDiLHJSFknv4tq9mzfvq2letjnMaQx1BZY4sVNZo6sisZDPZ96M0aPj4s5mKQxlZLdhPCOppUhFMICCgCXWEHptaG7GIBDxPx3XEX36zewRugBnL9vi6PL34RnY19j45utrP3n4ecKbEpdCGAHGhiVGaoDfjnsALr/lQf8P+L6UXm+hiSCcvkShrna4cKkwWcFPIXNPj9koCDgwsbFxeP+1JJ3xGvEXrzlYnIEs2ZqkY85KVHdnEQF1ze+AgIxIgyHCFpy7uqy5OAMEsI0vjZcROH8mAPEGQCj5ZZ/rlooh1iW33bbEGoXXMRUx3Rkcf08cLWV98kLJB+jyX4fLX0fT16d5ZpVp/UASxsaL68XqcTwCHnzrg5eZQb/qG1J4+Ct4K10bv4YAY4WrtrY+NHSFGAEnTvQfuZZylnjN8R8EA5QjjHZL6X3LQMDs4sgUw7JAIqAx0uEPAvj8S5EWl1KYpKEd9Xw0Ia9KRTDwwAMLU6PO9jZ0d3P4lOmJewME6KTkVa6SPmigvsbDb74mCFDjJwIGXU3AEQX70Umi+qQGpba/fLNqsksE97KUdsO0IUa47GCuqbbWbAmlgFHwcWI4jk6lt71uvwdRshOfpfyU6Ozra9rMXWaNByqaWppccUGQ0uL8x20dgaSxJIDiDaH4tVIxxLrwgQfmpIZ466WpXkp+4VooLj8qWCQBavyvjtvwjOfrL/yy/ahVW3yDfAKqM/j+z4Crr6VQ5yvMBAQCZloMGgFQVrgEXYX9OBoRoD8fECB/SvUAggBzs6UszlVcaGYCeK0KavbD/kzAqaUixsB1ty1J9e5Vbsp7qvYgw3GStCQp3NdY8vzrDBCgPvUIG3y6BLYKeAepbFrS/f27XlZshm9gRF/h6SsMAuRTgN7DBOArII7feKqCjHihH+QwYAL487qRpmMC9FL4r6Virgmo7WVAYP7Ue0ppif+1/4sTH7izrm5jsA0C+v2nELhEpJrhr1teTilEUCCOcvRortxpxYqkJOXopyrI0LflWdxrTwicJIUf2GCaq5WGSTC4nzZtndvyIgzgo2G7B2SNw1VXjQw9R/N+/epzQZM1OWZgnhszGJfq8MckTbGtbdIfXv82TD0xAzs00jDJiaxncIIsY1s3Nyy/PMgRCTsouR0ODVF+qpPt2P66ukOWBPX9l9cp6CkoaEk7z2io+YaADlfCVaNHqEBKqErGHa4QkD3l92xeZZWqAX+fku31b8M0vy8QpbCKFGYCVq97e906tvYhAiLb2spRmy+2gwBEfoni4njJ2MGYi5ZftDNhgnw/CLhIunuPXJ6WVjMZN9FOrRSeN8LdIgkwAUVFOQtynAvuKSrCC4Ph1z9+tRm6ugw2/MFg8Pq3QVnVsq+q3VlSImAdCEhel2tMTU5uRYNCZnkbehPk9pBsuwLy6LzQ1BlxzfKROy3yfweDAMR/jSwrWT7ZuDLBMCBvgj/9tHU8CKDoq6q8CRczAU6MAAyBBQvwgi/879lRUfRvw39BgCuwqa9MWeh4jkkSkJycm1yLv0BAZmI59WZI6asvUKC8PFWLi6zGyCtAgDR3H3PObQ+keUfFzAqJql5XnZzMbnCt80Yg/LRzq6puSsPEEAgQGOjJFH8wEH4dExx8MS7/f0JA55KyOftlv8WGsj3JYi2L5GRj7eNvm0FAW2Ybxf+LlL46qUq+vX2B15xPFilw9Zl43uV1irm9IMAeMmuW3Sj5hRIUBFS99VZV2lg3AZkopJQMSJ/jm25KMPxHBPS0NO0vk+eHE5wWLK29UpPffhwjQC999W1uuIeU1cD1REwlnT8ZBMjhf+W5D4AAc8isAnM1H5L79ogA79KqHxdV/aQSgPjBQLgkgG8D+Ps/ImAJrv+c990LKU9bLU82udZci2puvfRtL9Sux19/namzERUFO/3FdGBklljiYqRKAHyWv8Is4k8//cQNGCDAG6iqajmGphVJQHgPCBhQRkAqf/v/s3vAEjV+QQDHT0DG7vFWvdTEkFduGDxiBiOoXWLxGqVgQV3i4qZzHzCVggBzzziNFJ43huMvrfqpCk07IICR2TMwHwNAfQoA/9VToM+15HzNQspz8fgHkiUNraeQvu48MGDqp6fgYnfFQrS6xMWFY667rdTbaK45wBBGF5fNGKN1uU0GAYz5bh1wCS484T/TAUdNk7ULKSuFvK0SJ0lfHS677MzyFZrV1NQlLi6Aj9dYb3+T55IXM9CxogAcV/3vSvC/Bj1utPD6n/EnnaQbrf6BCX0AAAAASUVORK5CYII=)}.react-tel-input .ad{background-position:-16px 0}.react-tel-input .ae{background-position:-32px 0}.react-tel-input .af{background-position:-48px 0}.react-tel-input .ag{background-position:-64px 0}.react-tel-input .ai{background-position:-80px 0}.react-tel-input .al{background-position:-96px 0}.react-tel-input .am{background-position:-112px 0}.react-tel-input .ao{background-position:-128px 0}.react-tel-input .ar{background-position:-144px 0}.react-tel-input .as{background-position:-160px 0}.react-tel-input .at{background-position:-176px 0}.react-tel-input .au{background-position:-192px 0}.react-tel-input .aw{background-position:-208px 0}.react-tel-input .az{background-position:-224px 0}.react-tel-input .ba{background-position:-240px 0}.react-tel-input .bb{background-position:0 -11px}.react-tel-input .bd{background-position:-16px -11px}.react-tel-input .be{background-position:-32px -11px}.react-tel-input .bf{background-position:-48px -11px}.react-tel-input .bg{background-position:-64px -11px}.react-tel-input .bh{background-position:-80px -11px}.react-tel-input .bi{background-position:-96px -11px}.react-tel-input .bj{background-position:-112px -11px}.react-tel-input .bm{background-position:-128px -11px}.react-tel-input .bn{background-position:-144px -11px}.react-tel-input .bo{background-position:-160px -11px}.react-tel-input .br{background-position:-176px -11px}.react-tel-input .bs{background-position:-192px -11px}.react-tel-input .bt{background-position:-208px -11px}.react-tel-input .bw{background-position:-224px -11px}.react-tel-input .by{background-position:-240px -11px}.react-tel-input .bz{background-position:0 -22px}.react-tel-input .ca{background-position:-16px -22px}.react-tel-input .cd{background-position:-32px -22px}.react-tel-input .cf{background-position:-48px -22px}.react-tel-input .cg{background-position:-64px -22px}.react-tel-input .ch{background-position:-80px -22px}.react-tel-input .ci{background-position:-96px -22px}.react-tel-input .ck{background-position:-112px -22px}.react-tel-input .cl{background-position:-128px -22px}.react-tel-input .cm{background-position:-144px -22px}.react-tel-input .cn{background-position:-160px -22px}.react-tel-input .co{background-position:-176px -22px}.react-tel-input .cr{background-position:-192px -22px}.react-tel-input .cu{background-position:-208px -22px}.react-tel-input .cv{background-position:-224px -22px}.react-tel-input .cw{background-position:-240px -22px}.react-tel-input .cy{background-position:0 -33px}.react-tel-input .cz{background-position:-16px -33px}.react-tel-input .de{background-position:-32px -33px}.react-tel-input .dj{background-position:-48px -33px}.react-tel-input .dk{background-position:-64px -33px}.react-tel-input .dm{background-position:-80px -33px}.react-tel-input .do{background-position:-96px -33px}.react-tel-input .dz{background-position:-112px -33px}.react-tel-input .ec{background-position:-128px -33px}.react-tel-input .ee{background-position:-144px -33px}.react-tel-input .eg{background-position:-160px -33px}.react-tel-input .er{background-position:-176px -33px}.react-tel-input .es{background-position:-192px -33px}.react-tel-input .et{background-position:-208px -33px}.react-tel-input .fi{background-position:-224px -33px}.react-tel-input .fj{background-position:-240px -33px}.react-tel-input .fk{background-position:0 -44px}.react-tel-input .fm{background-position:-16px -44px}.react-tel-input .fo{background-position:-32px -44px}.react-tel-input .fr,.react-tel-input .bl,.react-tel-input .mf{background-position:-48px -44px}.react-tel-input .ga{background-position:-64px -44px}.react-tel-input .gb{background-position:-80px -44px}.react-tel-input .gd{background-position:-96px -44px}.react-tel-input .ge{background-position:-112px -44px}.react-tel-input .gf{background-position:-128px -44px}.react-tel-input .gh{background-position:-144px -44px}.react-tel-input .gi{background-position:-160px -44px}.react-tel-input .gl{background-position:-176px -44px}.react-tel-input .gm{background-position:-192px -44px}.react-tel-input .gn{background-position:-208px -44px}.react-tel-input .gp{background-position:-224px -44px}.react-tel-input .gq{background-position:-240px -44px}.react-tel-input .gr{background-position:0 -55px}.react-tel-input .gt{background-position:-16px -55px}.react-tel-input .gu{background-position:-32px -55px}.react-tel-input .gw{background-position:-48px -55px}.react-tel-input .gy{background-position:-64px -55px}.react-tel-input .hk{background-position:-80px -55px}.react-tel-input .hn{background-position:-96px -55px}.react-tel-input .hr{background-position:-112px -55px}.react-tel-input .ht{background-position:-128px -55px}.react-tel-input .hu{background-position:-144px -55px}.react-tel-input .id{background-position:-160px -55px}.react-tel-input .ie{background-position:-176px -55px}.react-tel-input .il{background-position:-192px -55px}.react-tel-input .in{background-position:-208px -55px}.react-tel-input .io{background-position:-224px -55px}.react-tel-input .iq{background-position:-240px -55px}.react-tel-input .ir{background-position:0 -66px}.react-tel-input .is{background-position:-16px -66px}.react-tel-input .it{background-position:-32px -66px}.react-tel-input .je{background-position:-144px -154px}.react-tel-input .jm{background-position:-48px -66px}.react-tel-input .jo{background-position:-64px -66px}.react-tel-input .jp{background-position:-80px -66px}.react-tel-input .ke{background-position:-96px -66px}.react-tel-input .kg{background-position:-112px -66px}.react-tel-input .kh{background-position:-128px -66px}.react-tel-input .ki{background-position:-144px -66px}.react-tel-input .xk{background-position:-128px -154px}.react-tel-input .km{background-position:-160px -66px}.react-tel-input .kn{background-position:-176px -66px}.react-tel-input .kp{background-position:-192px -66px}.react-tel-input .kr{background-position:-208px -66px}.react-tel-input .kw{background-position:-224px -66px}.react-tel-input .ky{background-position:-240px -66px}.react-tel-input .kz{background-position:0 -77px}.react-tel-input .la{background-position:-16px -77px}.react-tel-input .lb{background-position:-32px -77px}.react-tel-input .lc{background-position:-48px -77px}.react-tel-input .li{background-position:-64px -77px}.react-tel-input .lk{background-position:-80px -77px}.react-tel-input .lr{background-position:-96px -77px}.react-tel-input .ls{background-position:-112px -77px}.react-tel-input .lt{background-position:-128px -77px}.react-tel-input .lu{background-position:-144px -77px}.react-tel-input .lv{background-position:-160px -77px}.react-tel-input .ly{background-position:-176px -77px}.react-tel-input .ma{background-position:-192px -77px}.react-tel-input .mc{background-position:-208px -77px}.react-tel-input .md{background-position:-224px -77px}.react-tel-input .me{background-position:-112px -154px;height:12px}.react-tel-input .mg{background-position:0 -88px}.react-tel-input .mh{background-position:-16px -88px}.react-tel-input .mk{background-position:-32px -88px}.react-tel-input .ml{background-position:-48px -88px}.react-tel-input .mm{background-position:-64px -88px}.react-tel-input .mn{background-position:-80px -88px}.react-tel-input .mo{background-position:-96px -88px}.react-tel-input .mp{background-position:-112px -88px}.react-tel-input .mq{background-position:-128px -88px}.react-tel-input .mr{background-position:-144px -88px}.react-tel-input .ms{background-position:-160px -88px}.react-tel-input .mt{background-position:-176px -88px}.react-tel-input .mu{background-position:-192px -88px}.react-tel-input .mv{background-position:-208px -88px}.react-tel-input .mw{background-position:-224px -88px}.react-tel-input .mx{background-position:-240px -88px}.react-tel-input .my{background-position:0 -99px}.react-tel-input .mz{background-position:-16px -99px}.react-tel-input .na{background-position:-32px -99px}.react-tel-input .nc{background-position:-48px -99px}.react-tel-input .ne{background-position:-64px -99px}.react-tel-input .nf{background-position:-80px -99px}.react-tel-input .ng{background-position:-96px -99px}.react-tel-input .ni{background-position:-112px -99px}.react-tel-input .nl,.react-tel-input .bq{background-position:-128px -99px}.react-tel-input .no{background-position:-144px -99px}.react-tel-input .np{background-position:-160px -99px}.react-tel-input .nr{background-position:-176px -99px}.react-tel-input .nu{background-position:-192px -99px}.react-tel-input .nz{background-position:-208px -99px}.react-tel-input .om{background-position:-224px -99px}.react-tel-input .pa{background-position:-240px -99px}.react-tel-input .pe{background-position:0 -110px}.react-tel-input .pf{background-position:-16px -110px}.react-tel-input .pg{background-position:-32px -110px}.react-tel-input .ph{background-position:-48px -110px}.react-tel-input .pk{background-position:-64px -110px}.react-tel-input .pl{background-position:-80px -110px}.react-tel-input .pm{background-position:-96px -110px}.react-tel-input .pr{background-position:-112px -110px}.react-tel-input .ps{background-position:-128px -110px}.react-tel-input .pt{background-position:-144px -110px}.react-tel-input .pw{background-position:-160px -110px}.react-tel-input .py{background-position:-176px -110px}.react-tel-input .qa{background-position:-192px -110px}.react-tel-input .re{background-position:-208px -110px}.react-tel-input .ro{background-position:-224px -110px}.react-tel-input .rs{background-position:-240px -110px}.react-tel-input .ru{background-position:0 -121px}.react-tel-input .rw{background-position:-16px -121px}.react-tel-input .sa{background-position:-32px -121px}.react-tel-input .sb{background-position:-48px -121px}.react-tel-input .sc{background-position:-64px -121px}.react-tel-input .sd{background-position:-80px -121px}.react-tel-input .se{background-position:-96px -121px}.react-tel-input .sg{background-position:-112px -121px}.react-tel-input .sh{background-position:-128px -121px}.react-tel-input .si{background-position:-144px -121px}.react-tel-input .sk{background-position:-160px -121px}.react-tel-input .sl{background-position:-176px -121px}.react-tel-input .sm{background-position:-192px -121px}.react-tel-input .sn{background-position:-208px -121px}.react-tel-input .so{background-position:-224px -121px}.react-tel-input .sr{background-position:-240px -121px}.react-tel-input .ss{background-position:0 -132px}.react-tel-input .st{background-position:-16px -132px}.react-tel-input .sv{background-position:-32px -132px}.react-tel-input .sx{background-position:-48px -132px}.react-tel-input .sy{background-position:-64px -132px}.react-tel-input .sz{background-position:-80px -132px}.react-tel-input .tc{background-position:-96px -132px}.react-tel-input .td{background-position:-112px -132px}.react-tel-input .tg{background-position:-128px -132px}.react-tel-input .th{background-position:-144px -132px}.react-tel-input .tj{background-position:-160px -132px}.react-tel-input .tk{background-position:-176px -132px}.react-tel-input .tl{background-position:-192px -132px}.react-tel-input .tm{background-position:-208px -132px}.react-tel-input .tn{background-position:-224px -132px}.react-tel-input .to{background-position:-240px -132px}.react-tel-input .tr{background-position:0 -143px}.react-tel-input .tt{background-position:-16px -143px}.react-tel-input .tv{background-position:-32px -143px}.react-tel-input .tw{background-position:-48px -143px}.react-tel-input .tz{background-position:-64px -143px}.react-tel-input .ua{background-position:-80px -143px}.react-tel-input .ug{background-position:-96px -143px}.react-tel-input .us{background-position:-112px -143px}.react-tel-input .uy{background-position:-128px -143px}.react-tel-input .uz{background-position:-144px -143px}.react-tel-input .va{background-position:-160px -143px}.react-tel-input .vc{background-position:-176px -143px}.react-tel-input .ve{background-position:-192px -143px}.react-tel-input .vg{background-position:-208px -143px}.react-tel-input .vi{background-position:-224px -143px}.react-tel-input .vn{background-position:-240px -143px}.react-tel-input .vu{background-position:0 -154px}.react-tel-input .wf{background-position:-16px -154px}.react-tel-input .ws{background-position:-32px -154px}.react-tel-input .ye{background-position:-48px -154px}.react-tel-input .za{background-position:-64px -154px}.react-tel-input .zm{background-position:-80px -154px}.react-tel-input .zw{background-position:-96px -154px}.react-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.react-tel-input .hide{display:none}.react-tel-input .v-hide{visibility:hidden}.react-tel-input .form-control{position:relative;font-size:14px;letter-spacing:.01rem;margin-top:0!important;margin-bottom:0!important;padding-left:48px;margin-left:0;background:#fff;border:1px solid #CACACA;border-radius:5px;line-height:25px;height:35px;width:300px;outline:none}.react-tel-input .form-control.invalid-number{border:1px solid #d79f9f;background-color:#faf0f0;border-left-color:#cacaca}.react-tel-input .form-control.invalid-number:focus{border:1px solid #d79f9f;border-left-color:#cacaca;background-color:#faf0f0}.react-tel-input .flag-dropdown{position:absolute;top:0;bottom:0;padding:0;background-color:#f5f5f5;border:1px solid #cacaca;border-radius:3px 0 0 3px}.react-tel-input .flag-dropdown:hover,.react-tel-input .flag-dropdown:focus{cursor:pointer}.react-tel-input .flag-dropdown.invalid-number{border-color:#d79f9f}.react-tel-input .flag-dropdown.open{z-index:2;background:#fff;border-radius:3px 0 0}.react-tel-input .flag-dropdown.open .selected-flag{background:#fff;border-radius:3px 0 0}.react-tel-input input[disabled]+.flag-dropdown:hover{cursor:default}.react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag{background-color:transparent}.react-tel-input .selected-flag{outline:none;position:relative;width:38px;height:100%;padding:0 0 0 8px;border-radius:3px 0 0 3px}.react-tel-input .selected-flag:hover,.react-tel-input .selected-flag:focus{background-color:#fff}.react-tel-input .selected-flag .flag{position:absolute;top:50%;margin-top:-5px}.react-tel-input .selected-flag .arrow{position:relative;top:50%;margin-top:-2px;left:20px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.react-tel-input .selected-flag .arrow.up{border-top:none;border-bottom:4px solid #555}.react-tel-input .country-list{outline:none;z-index:1;list-style:none;position:absolute;padding:0;margin:10px 0 10px -1px;box-shadow:1px 2px 10px #00000059;background-color:#fff;width:300px;max-height:200px;overflow-y:scroll;border-radius:0 0 3px 3px}.react-tel-input .country-list .flag{display:inline-block}.react-tel-input .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.react-tel-input .country-list .country{padding:7px 9px}.react-tel-input .country-list .country .dial-code{color:#6b6b6b}.react-tel-input .country-list .country:hover,.react-tel-input .country-list .country.highlight{background-color:#f1f1f1}.react-tel-input .country-list .flag{margin-right:7px;margin-top:2px}.react-tel-input .country-list .country-name{margin-right:6px}.react-tel-input .country-list .search{position:sticky;top:0;background-color:#fff;padding:10px 0 6px 10px}.react-tel-input .country-list .search-emoji{font-size:15px}.react-tel-input .country-list .search-box{border:1px solid #cacaca;border-radius:3px;font-size:15px;line-height:15px;margin-left:6px;padding:3px 8px 5px;outline:none}.react-tel-input .country-list .no-entries-message{padding:7px 10px 11px;opacity:.7}.react-tel-input .invalid-number-message{position:absolute;z-index:1;font-size:13px;left:46px;top:-8px;background:#fff;padding:0 2px;color:#de0000}.react-tel-input .special-label{display:none;position:absolute;z-index:1;font-size:13px;left:46px;top:-8px;background:#fff;padding:0 2px;white-space:nowrap}.user-success-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.user-success-modal-content{width:500px;background:#fff;border-radius:12px;overflow:hidden}.user-success-container{padding:24px;display:flex;align-items:flex-start;gap:12px}.user-success-icon{width:40px;height:40px;border-radius:50%;background:#dcfce7;display:flex;align-items:center;justify-content:center;flex-shrink:0}.user-success-icon svg{width:20px;height:20px}.user-success-content{flex:1;display:flex;flex-direction:column;gap:8px}.user-success-title{color:#27272a;font-size:18px;font-family:Inter,sans-serif;font-weight:600;line-height:27px;margin:0}.user-success-details{display:flex;flex-direction:column;gap:16px}.user-success-description{color:#27272a;font-size:14px;font-family:Inter,sans-serif;font-weight:400;line-height:21px;letter-spacing:-.15px;margin:0}.user-success-credentials{background:#fafafa;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:8px}.user-success-credential-item{display:flex;flex-direction:column;gap:4px}.user-success-credential-label{color:#a1a1aa;font-size:12px;font-family:Inter,sans-serif;font-weight:400;line-height:18px}.user-success-credential-value{color:#27272a;font-size:14px;font-family:Inter,sans-serif;font-weight:500;line-height:21px;letter-spacing:-.15px}.user-success-footer{border-top:1px solid #E2E7F1;padding:20px 24px;display:flex;align-items:center;justify-content:flex-end;gap:12px}.user-success-close-btn{height:47px;padding:0 20px;border-radius:8px;border:1px solid #E2E7F1;background:#fff;color:#27272a;font-size:14px;font-family:Inter,sans-serif;font-weight:500;line-height:21px;cursor:pointer;transition:background-color .2s}.user-success-close-btn:hover{background:#f4f4f5}.user-success-copy-btn{height:45px;padding:0 20px;border-radius:8px;border:none;background:#70211c;color:#fff;font-size:14px;font-family:Inter,sans-serif;font-weight:600;line-height:21px;cursor:pointer;transition:background-color .2s}.user-success-copy-btn:hover{background:#5a1a16}@media (max-width: 540px){.user-success-modal-content{width:calc(100% - 32px);margin:16px}}.remove-access-modal-content{position:fixed;top:20px;right:20px;z-index:10000;width:500px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000026;border:1px solid #E2E7F1}.remove-access-container{padding:24px;display:flex;align-items:flex-start;gap:12px}.remove-access-icon{width:40px;height:40px;border-radius:50%;background:#fee2e2;display:flex;align-items:center;justify-content:center;flex-shrink:0}.remove-access-icon svg{width:20px;height:20px}.remove-access-content{flex:1;display:flex;flex-direction:column;gap:8px}.remove-access-title{color:#27272a;font-size:18px;font-family:Inter,sans-serif;font-weight:600;line-height:27px;margin:0}.remove-access-description{color:#71717a;font-size:14px;font-family:Inter,sans-serif;font-weight:400;line-height:21px;margin:0}.remove-access-footer{border-top:1px solid #E2E7F1;padding:20px 24px;display:flex;align-items:center;justify-content:flex-end;gap:12px}.remove-access-cancel-btn{height:47px;padding:0 21px;border-radius:8px;border:1px solid #E2E7F1;background:#fff;color:#27272a;font-size:14px;font-family:Inter,sans-serif;font-weight:500;line-height:21px;cursor:pointer;transition:background-color .2s}.remove-access-cancel-btn:hover{background:#f4f4f5}.remove-access-confirm-btn{height:45px;padding:0 20px;border-radius:8px;border:none;background:#dc2626;color:#fff;font-size:14px;font-family:Inter,sans-serif;font-weight:600;line-height:21px;cursor:pointer;transition:background-color .2s}.remove-access-confirm-btn:hover{background:#b91c1c}@media (max-width: 540px){.remove-access-modal-content{width:calc(100% - 32px);margin:16px}}.chauffeur-wrapper{width:100%;min-height:100vh;padding:20px 40px;display:flex;flex-direction:column;gap:8px;box-sizing:border-box}.chauffeur-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.chauffeur-title{color:#000;font-size:32px;font-family:Inter,sans-serif;font-weight:600;margin:0}.add-vehicle-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 16px;background:#70211c;border:none;border-radius:10px;color:#fff;font-size:18px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;transition:background .3s;white-space:nowrap}.add-vehicle-btn .car-icon{width:24px;height:18px}.add-vehicle-btn:hover{background:#8a2923}.chauffeur-search-container{width:100%;margin:0 0 10px;padding:16px 20px;background:#fff;border-radius:10px;border:1px solid #70211C;display:flex;align-items:center;gap:8px;box-sizing:border-box}.chauffeur-search-container svg{flex-shrink:0}.chauffeur-search-container input{flex:1;border:none;outline:none;background:transparent;color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif}.chauffeur-search-container input::placeholder{color:#a1a1aa}.chauffeur-search-container input:focus{outline:none;border:none}.chauffeur-content{background:#fff;border-radius:12px;border:1px solid #E5E7EB;padding:0;min-height:500px;display:flex;flex-direction:column;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.content-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid #E5E7EB}.vehicle-list-title{font-size:16px;font-family:Inter,sans-serif;font-weight:500;color:#27272a;margin:0;line-height:24px}.sort-dropdown-wrapper{position:relative}.sort-dropdown-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#fff;border:1px solid #E2E7F1;border-radius:6px;cursor:pointer;font-size:14px;font-family:Inter,sans-serif;font-weight:500;color:#a1a1aa}.sort-dropdown-btn:hover{border-color:#70211c}.sort-dropdown-menu{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1px solid #E2E7F1;border-radius:6px;box-shadow:0 4px 12px #0000001a;z-index:10;min-width:100px}.sort-dropdown-menu button{display:block;width:100%;padding:10px 16px;text-align:left;background:none;border:none;cursor:pointer;font-size:14px;font-family:Inter,sans-serif;color:#2b2d3b;transition:background .2s}.sort-dropdown-menu button:hover{background:#f4f4f5}.sort-dropdown-menu button:first-child{border-radius:6px 6px 0 0}.sort-dropdown-menu button:last-child{border-radius:0 0 6px 6px}.table-container{overflow-x:auto;width:100%;max-width:100%;box-sizing:border-box;display:block!important;visibility:visible!important}.chauffeur-table{width:100%;border-collapse:collapse;table-layout:fixed;box-sizing:border-box;border-spacing:0;display:table!important;visibility:visible!important}.chauffeur-table thead{background-color:#fafafa}.chauffeur-table th{text-align:left;color:#a1a1aa;font-size:14px;font-family:Inter,sans-serif;font-weight:500;padding:12px;border-bottom:1px solid #E5E7EB;white-space:nowrap;line-height:21px}.chauffeur-table td{padding:16px 12px;vertical-align:middle;border-bottom:1px solid #E5E7EB;position:relative;word-wrap:break-word;overflow-wrap:break-word;font-size:14px;font-family:Inter,sans-serif;font-weight:500;color:#2b2d3b;line-height:21px}.chauffeur-table tbody tr:hover{background:#fafafa}.vehicle-image-cell{display:flex;align-items:center}.vehicle-thumbnail{width:64px;height:48px;border-radius:6px;object-fit:cover}.status-badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 6px;border-radius:15px;font-size:12px;font-family:Inter,sans-serif;font-weight:400}.status-badge.active{background-color:#22c55e4d;border:1px solid #22C55E;color:#22c55e}.status-badge.inactive{background-color:#7778774d;border:1px solid #777877;color:#777877}.actions-cell{display:flex;gap:8px;align-items:center}.action-btn{width:18px;height:18px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;opacity:.7;transition:opacity .2s ease}.action-btn:hover{opacity:1}.action-btn img{width:16px;height:16px}.chauffeur-pagination{display:flex;justify-content:flex-end;align-items:center;gap:8px;padding:16px 24px}.chauffeur-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#a1a1aa;font-size:16px;font-family:Inter,sans-serif}.chauffeur-table th:nth-child(1),.chauffeur-table td:nth-child(1){width:10%;min-width:90px;padding-left:24px}.chauffeur-table th:nth-child(2),.chauffeur-table td:nth-child(2){width:14%;min-width:120px}.chauffeur-table th:nth-child(3),.chauffeur-table td:nth-child(3){width:12%;min-width:100px}.chauffeur-table th:nth-child(4),.chauffeur-table td:nth-child(4){width:10%;min-width:80px}.chauffeur-table th:nth-child(5),.chauffeur-table td:nth-child(5){width:14%;min-width:110px}.chauffeur-table th:nth-child(6),.chauffeur-table td:nth-child(6){width:12%;min-width:100px}.chauffeur-table th:nth-child(7),.chauffeur-table td:nth-child(7){width:10%;min-width:80px}.chauffeur-table th:nth-child(8),.chauffeur-table td:nth-child(8){width:10%;min-width:80px}.chauffeur-cards-container{display:none;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;width:100%;padding:16px;box-sizing:border-box;visibility:visible}.chauffeur-card{background:#fff;border:1px solid #E2E7F1;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:14px;transition:box-shadow .2s ease;visibility:visible}.chauffeur-card:hover{box-shadow:0 2px 8px #00000014}.card-vehicle-image{width:100%;height:160px;border-radius:8px;overflow:hidden}.card-vehicle-image img{width:100%;height:100%;object-fit:cover}.card-info-row{display:flex;flex-direction:column;gap:4px;text-align:left;align-items:flex-start;width:100%}.card-label{color:#71717a;font-size:12px;font-family:Inter,sans-serif;font-weight:400;text-align:left}.card-value{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:500;text-align:left}.card-actions{display:flex;gap:12px;padding-top:8px;border-top:1px solid #E2E7F1;justify-content:flex-end}.card-action-btn{padding:8px 16px;background:#fff;border:1px solid #E2E7F1;border-radius:6px;display:flex;align-items:center;gap:6px;cursor:pointer;transition:all .2s ease;font-size:13px;font-family:Inter,sans-serif;color:#2b2d3b}.card-action-btn:hover{background:#fafafa;border-color:#70211c}.card-action-btn img{width:14px;height:14px}@media (min-width: 1201px){.chauffeur-wrapper .table-container{display:block!important;visibility:visible!important}.chauffeur-wrapper .chauffeur-cards-container{display:none!important}}@media (max-width: 1200px){.table-container{display:none!important}.chauffeur-cards-container{display:grid!important;visibility:visible!important}}@media (max-width: 980px){.chauffeur-wrapper{padding:20px 24px}.chauffeur-pagination{justify-content:center}}@media (max-width: 870px){.chauffeur-wrapper{padding:16px 20px}.chauffeur-title{font-size:28px}.chauffeur-header{flex-direction:column;align-items:flex-start;gap:16px}.add-vehicle-btn{width:100%;justify-content:center;padding:14px 16px}.chauffeur-cards-container{grid-template-columns:1fr}}@media (max-width: 768px){.chauffeur-wrapper{padding:16px}.chauffeur-title{font-size:24px}.chauffeur-search-container{padding:12px 16px}.add-vehicle-btn{width:100%;padding:12px 16px;font-size:16px}.content-header{flex-direction:column;align-items:flex-start;gap:12px}.chauffeur-card{padding:14px}.card-label{font-size:11px}.card-value{font-size:13px}.pagination-btn{width:28px;height:28px}}@media (max-width: 480px){.chauffeur-wrapper{padding:12px}.chauffeur-title{font-size:20px}.chauffeur-search-container{padding:10px 14px}.add-vehicle-btn{padding:10px 14px;font-size:14px}.chauffeur-card{padding:12px}.card-vehicle-image{height:140px}.card-value{font-size:12px}.chauffeur-cards-container{gap:12px;padding:12px}}.add-vehicle-container{width:100%;height:100%;display:flex;flex-direction:column;gap:16px;padding:20px 40px;background:#fafafa;box-sizing:border-box}.header-left{display:flex;align-items:center}.breadcrumb{display:flex;align-items:center;gap:12px}.breadcrumb-category{opacity:.5;color:#27272a;font-size:14px;font-family:Inter,sans-serif;font-weight:400;line-height:1}.add-vehicle-container .page-title{color:#27272a;font-size:32px;font-family:Inter,sans-serif;font-weight:600;margin:0;line-height:1}.form-card{width:100%;background:#fff;border-radius:12px;padding:0;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column}.form-content{display:flex;flex-direction:column;gap:24px;padding:24px 32px}.section-title{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:500;margin:0 0 8px}.form-fields{display:flex;flex-direction:column;gap:16px}.form-row{display:flex;gap:21px;align-items:flex-start}.form-group{display:flex;flex-direction:column;gap:8px;flex:1;min-width:0}.form-label{color:#656d9a;font-size:14px;font-family:Inter,sans-serif;font-weight:400}.form-input{width:100%;height:35px;background:#fff;border-radius:6px;border:1px solid #E2E7F1;padding:0 12px;font-size:14px;font-family:Inter,sans-serif;color:#2b2d3b;transition:border-color .2s;box-sizing:border-box}.form-input:focus{outline:none;border-color:#70211c}.form-input::placeholder{color:#2b2d3b80}.select-wrapper{position:relative;width:100%}.form-select{width:100%;height:35px;background:#fff;border-radius:6px;border:1px solid #E2E7F1;padding:0 32px 0 12px;font-size:14px;font-family:Inter,sans-serif;color:#2b2d3b80;transition:border-color .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;box-sizing:border-box}.form-select:focus{outline:none;border-color:#70211c}.form-select option{color:#2b2d3b}.form-select option:first-child{color:#2b2d3b80}.select-arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none}.upload-section{display:flex;flex-direction:column;gap:12px;margin-top:16px}.upload-title{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:500;margin:0}.upload-area{width:100%;min-height:200px;background:#fafafa;border-radius:8px;border:1px solid #E2E7F1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px;transition:border-color .2s,background-color .2s;position:relative;box-sizing:border-box}.upload-area:hover{border-color:#70211c}.file-input{display:none}.upload-label{width:100%;height:100%;min-height:180px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-direction:column;gap:8px;border:1px dashed #E2E7F1;border-radius:5px;margin:8px}.upload-text{color:#2b2d3b;font-size:21px;font-family:Inter,sans-serif;font-weight:400;text-align:center}.browse-link{color:#1269cf;cursor:pointer;text-decoration:none}.browse-link:hover{text-decoration:underline}.uploaded-image-container{display:flex;justify-content:center;width:100%;padding:20px}.image-preview-card{display:flex;flex-direction:column;gap:8px;align-items:center}.image-preview{width:168px;height:168px;object-fit:cover;border-radius:8px;background:#d9d9d9}.image-delete-btn{background:transparent;border:none;color:#d95345;font-size:12px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;transition:opacity .2s;padding:4px 8px}.image-delete-btn:hover{opacity:.7}.form-footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:20px 32px;border-top:1px solid #E5E7EB}.btn-cancel{height:47px;padding:13px 25px;background:#fff;border-radius:8px;border:1px solid #E5E7EB;color:#27272a;font-size:14px;font-family:Inter,sans-serif;font-weight:500;line-height:21px;cursor:pointer;transition:all .2s}.btn-cancel:hover{background:#f9fafb;border-color:#d1d5db}.btn-save{height:45px;padding:12px 24px;background:#70211c;border-radius:8px;border:none;color:#fff;font-size:14px;font-family:Inter,sans-serif;font-weight:500;line-height:21px;cursor:pointer;transition:all .2s}.btn-save:disabled{opacity:.5;cursor:not-allowed}.btn-save:not(:disabled):hover{background:#5a1a16}.btn-save-assign{height:47px;padding:13px 20px;background:#fff;border-radius:8px;border:1px solid #70211C;color:#70211c;font-size:14px;font-family:Inter,sans-serif;font-weight:500;line-height:21px;cursor:pointer;transition:all .2s}.btn-save-assign:disabled{opacity:.5;cursor:not-allowed}.btn-save-assign:not(:disabled):hover{background:#70211c0d}@media (max-width: 1200px){.form-row{flex-wrap:wrap}.form-group{min-width:calc(50% - 12px)}}@media (max-width: 992px){.add-vehicle-container,.form-content{padding:20px 24px}.form-footer{padding:16px 24px;flex-wrap:wrap}}@media (max-width: 768px){.add-vehicle-container{padding:16px 20px}.add-vehicle-container .page-title{font-size:24px}.form-group{min-width:100%}.form-row{gap:16px}.form-footer{flex-direction:column;align-items:stretch}.btn-cancel,.btn-save,.btn-save-assign{width:100%;justify-content:center;text-align:center}}@media (max-width: 480px){.add-vehicle-container{padding:12px 16px}.add-vehicle-container .page-title{font-size:20px}.breadcrumb{gap:8px}.breadcrumb-category{font-size:12px}.upload-text{font-size:16px}.image-preview{width:140px;height:140px}}.vehicle-details-wrapper{width:100%;padding:24px;background-color:#fafafa;min-height:100vh}.vehicle-details-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.vehicle-details-breadcrumb{display:flex;align-items:center;gap:8px;font-size:14px}.breadcrumb-link{color:#71717a;cursor:pointer;transition:color .2s;font-size:14px}.breadcrumb-link:hover{color:#27272a}.breadcrumb-arrow{opacity:.5}.breadcrumb-current{font-size:32px;font-weight:600;color:#27272a}.vehicle-details-edit-btn{display:flex;align-items:center;gap:8px;background-color:#70211c;color:#fff;border:none;border-radius:10px;padding:14px 20px;font-size:18px;font-weight:500;cursor:pointer;transition:background-color .2s;height:48px}.vehicle-details-edit-btn:hover{background-color:#5a1a16}.vehicle-details-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:33px;margin-bottom:16px}.vehicle-details-content{display:flex;gap:32px}.vehicle-image-container{flex-shrink:0}.vehicle-detail-image{width:320px;height:244px;object-fit:cover;border-radius:8px}.vehicle-info-grid{flex:1;display:flex;flex-direction:column;gap:22px}.vehicle-info-row{display:flex;gap:190px}.vehicle-info-item{display:flex;flex-direction:column;gap:4px;min-width:150px}.info-label{font-size:12px;font-weight:500;color:#a1a1aa;line-height:18px}.info-value{font-size:16px;font-weight:500;color:#27272a;line-height:24px}.assigned-chauffeurs-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.chauffeurs-header{display:flex;justify-content:space-between;align-items:center;padding:27px 24px;border-bottom:1px solid #e5e7eb;height:84px;box-sizing:border-box}.chauffeurs-title{font-size:20px;font-weight:600;color:#27272a;margin:0;line-height:30px}.assign-chauffeur-btn-outline{background-color:transparent;color:#70211c;border:1px solid #70211c;border-radius:8px;padding:11px 21px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;line-height:21px;height:43px}.assign-chauffeur-btn-outline:hover{background-color:#70211c0d}.chauffeurs-content{padding:78px 24px}.chauffeurs-list{display:flex;flex-direction:column;gap:12px}.chauffeur-item{padding:12px 16px;background-color:#f9fafb;border-radius:8px;font-size:14px;color:#27272a}.no-chauffeurs{display:flex;flex-direction:column;align-items:center;gap:24px}.no-chauffeurs-text{font-size:16px;font-weight:500;color:#a1a1aa;margin:0;line-height:24px}.assign-chauffeur-btn{background-color:#70211c;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s;line-height:21px;height:45px}.assign-chauffeur-btn:hover{background-color:#5a1a16}@media (max-width: 1200px){.vehicle-info-row{gap:100px}}@media (max-width: 768px){.vehicle-details-wrapper{padding:16px}.vehicle-details-header{flex-direction:column;align-items:flex-start;gap:16px}.vehicle-details-breadcrumb{flex-wrap:wrap}.breadcrumb-current{font-size:24px}.vehicle-details-content{flex-direction:column;gap:20px}.vehicle-image-container{width:100%}.vehicle-detail-image{width:100%;height:auto;max-height:250px}.vehicle-info-row{flex-direction:column;gap:16px}.vehicle-info-item{min-width:auto}.chauffeurs-header{flex-direction:column;align-items:flex-start;gap:16px;padding:16px;height:auto}.chauffeurs-content{padding:24px 16px}.vehicle-details-card{padding:20px}}@media (max-width: 480px){.vehicle-details-edit-btn{padding:10px 16px;font-size:16px;height:40px}.breadcrumb-current{font-size:20px}}.assign-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.assign-modal-container{background-color:#fff;border-radius:12px;width:100%;max-width:964px;height:601px;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;display:flex;flex-direction:column;overflow:hidden}.assign-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 32px;border-bottom:1px solid #e5e7eb;height:71px;box-sizing:border-box}.assign-modal-title{font-size:20px;font-weight:600;color:#27272a;margin:0;line-height:30px}.assign-modal-close{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.assign-modal-close:hover{background-color:#f4f4f5}.assign-search-container{margin:16px 32px 8px;display:flex;align-items:center;gap:8px;padding:16px 20px;background-color:#fff;border:1px solid #70211c;border-radius:10px}.assign-search-container svg{flex-shrink:0}.assign-search-container input{flex:1;border:none;outline:none;font-size:14px;color:#27272a;background-color:#fff}.assign-search-container input::placeholder{color:#a1a1aa}.assign-table-container{flex:1;overflow-y:auto;margin:0}.assign-table-header{display:grid;grid-template-columns:85px 175px 155px 140px 100px;align-items:center;background-color:#fafafa;border-bottom:1px solid #e5e7eb;height:46px;padding:0 32px;position:sticky;top:0;z-index:1}.header-cell{font-size:14px;font-weight:500;color:#a1a1aa;line-height:21px}.assign-table-body{padding:0}.chauffeur-row{display:grid;grid-template-columns:18px 48px 1fr;align-items:center;padding:16px 32px;border-bottom:1px solid #e5e7eb;min-height:81px;position:relative}.chauffeur-checkbox{width:16px;height:16px;border-radius:2px;border:1px solid #70211c;cursor:pointer;margin:0;background-color:#d9d9d9;appearance:none;-webkit-appearance:none;-moz-appearance:none;position:relative}.chauffeur-checkbox:checked{background-color:#d9d9d9;border:1px solid #70211c}.chauffeur-checkbox:checked:after{content:"";position:absolute;left:4px;top:1px;width:5px;height:9px;border:solid #70211c;border-width:0 2px 2px 0;transform:rotate(45deg)}.chauffeur-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;margin-left:6px}.chauffeur-name{position:absolute;left:141px;font-size:14px;font-weight:500;color:#27272a;line-height:21px}.chauffeur-email{position:absolute;left:281px;font-size:14px;font-weight:500;color:#2b2d3b;line-height:21px}.chauffeur-phone{position:absolute;left:503px;font-size:14px;font-weight:500;color:#2b2d3b;line-height:21px}.chauffeur-shift{position:absolute;left:662px;font-size:14px;font-weight:500;color:#2b2d3b;line-height:21px}.chauffeur-status{position:absolute;left:858px}.chauffeur-status .status-badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 6px;border-radius:10px;font-size:12px;font-weight:400;line-height:21px;text-align:center}.chauffeur-status .status-badge.active{background-color:#22c55e4d;border:1px solid #22c55e;color:#22c55e}.chauffeur-status .status-badge.inactive{background-color:#7778774d;border:1px solid #777877;color:#777877}.assign-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:20px 32px 20px 0;border-top:1px solid #e5e7eb;height:88px;box-sizing:border-box}.btn-modal-cancel{padding:13px 25px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#27272a;font-size:14px;font-weight:500;line-height:21px;cursor:pointer;transition:all .2s}.btn-modal-cancel:hover{background-color:#f9fafb}.btn-modal-assign{padding:12px 24px;border:none;border-radius:8px;background-color:#70211c;color:#fff;font-size:14px;font-weight:500;line-height:21px;cursor:pointer;transition:all .2s;min-width:257px}.btn-modal-assign:hover:not(:disabled){background-color:#5a1a16}.btn-modal-assign:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 1024px){.assign-modal-container{max-width:90%}.assign-table-header,.chauffeur-row{grid-template-columns:60px 140px 120px 100px 80px}.chauffeur-name{left:120px}.chauffeur-email{left:240px}.chauffeur-phone{left:380px}.chauffeur-shift{left:500px}.chauffeur-status{left:620px}}@media (max-width: 768px){.assign-modal-container{max-width:95%;height:90vh}.assign-search-container{margin:12px 16px 8px}.assign-modal-header{padding:16px 20px}.assign-table-header{display:none}.chauffeur-row{display:flex;flex-direction:column;align-items:flex-start;padding:16px 20px;gap:8px;min-height:auto}.chauffeur-checkbox{position:absolute;top:16px;left:20px}.chauffeur-avatar{margin-left:30px}.chauffeur-name,.chauffeur-email,.chauffeur-phone,.chauffeur-shift,.chauffeur-status{position:static;margin-left:78px}.assign-modal-footer{padding:16px;flex-direction:column-reverse;gap:8px}.btn-modal-cancel,.btn-modal-assign{width:100%}}.events-access-container{width:100%;max-width:100%;height:100%;min-height:100vh;display:flex;flex-direction:column;gap:20px;padding:20px 40px;box-sizing:border-box;overflow-x:hidden;background-color:#f5f7fa}.events-title{color:#000;font-size:32px;font-family:Inter,sans-serif;font-weight:600;margin:0}.main-tabs{display:flex;gap:80px;align-items:center;margin-bottom:4px}.main-tab-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;min-width:100px}.events-access-container .main-tab{background:none;border:none;padding:8px 0;color:#2b2d3b;opacity:.5;font-size:16px;font-family:Inter,sans-serif;font-weight:400;cursor:pointer;transition:opacity .3s;white-space:nowrap}.events-access-container .main-tab.active{opacity:1;color:#000;font-weight:500}.events-access-container .main-tab:hover{opacity:.8}.main-tab-underline{width:120%;height:1px;background:#70211c;margin-top:2px}.events-search-box{width:100%;display:flex;align-items:center;gap:8px;padding:16px 20px;background:#fff;border:1px solid #70211C;border-radius:10px;box-sizing:border-box}.events-search-box svg{flex-shrink:0}.events-search-box input{flex:1;border:none;outline:none;background:transparent;color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif}.events-search-box input::placeholder{color:#a1a1aa}.events-search-box input:focus{outline:none;border:none}.events-card{background:#fff;border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:8px;width:100%;max-width:100%;box-sizing:border-box;overflow:visible}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;color:#666}.loader{width:48px;height:48px;border:4px solid #f0f0f0;border-top-color:#70211c;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{to{transform:rotate(360deg)}}.events-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:20px;width:100%}.event-item{background:#fff;border:1px solid #E5E7EB;border-radius:16px;padding:20px 16px 20px 24px;transition:all .25s ease;display:flex;align-items:center;gap:16px;cursor:pointer;position:relative;overflow:hidden}.event-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#70211c;opacity:0;transition:opacity .25s ease}.event-item:hover{border-color:#70211c;box-shadow:0 8px 24px #70211c1f;transform:translateY(-2px)}.event-item:hover:before{opacity:1}.event-item:active{transform:translateY(0);box-shadow:0 4px 12px #70211c1a}.event-item-content{flex:1;display:flex;flex-direction:column;gap:8px}.event-item-header{display:flex;flex-direction:column;gap:6px}.event-item-title{font-size:18px;font-weight:600;color:#1f2937;margin:0;font-family:Inter,sans-serif;line-height:1.3}.event-item-arrow{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#f9fafb;color:#9ca3af;transition:all .25s ease;flex-shrink:0}.event-item:hover .event-item-arrow{background:#70211c;color:#fff;transform:translate(4px)}.event-venue{display:flex;align-items:center;gap:6px;font-size:13px;color:#6b7280;font-family:Inter,sans-serif}.event-venue svg{flex-shrink:0}.event-description{font-size:14px;color:#6b7280;font-family:Inter,sans-serif;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.event-status-badge{padding:4px 10px;border-radius:12px;font-size:11px;font-weight:500;text-transform:capitalize;white-space:nowrap;font-family:Inter,sans-serif}.event-status-badge.status-active{background:#def7ec;color:#03543f}.event-status-badge.status-inactive{background:#fde8e8;color:#9b1c1c}.event-item-description{font-size:13px;color:#6b7280;line-height:1.6;margin:0 0 12px;font-family:Inter,sans-serif}.today-stats-label{display:block;font-size:12px;font-weight:600;color:#70211c;font-family:Inter,sans-serif;text-align:left;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.event-stats-grid{display:flex;gap:12px;flex-wrap:wrap}.stat-box{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px 20px;background:#f9fafb;border-radius:12px;min-width:90px;flex:1}.stat-box-value{font-size:28px;font-weight:700;color:#1f2937;font-family:Inter,sans-serif;line-height:1}.stat-box-label{font-size:11px;color:#6b7280;font-family:Inter,sans-serif;margin-top:6px;text-align:center;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}font-family: "Inter",sans-serif; margin-top: 4px; text-align: center; text-transform: uppercase; letter-spacing: .5px; } .stat-box.cancelled{background:#fef2f2}.stat-box.cancelled .stat-box-value,.stat-box.cancelled .stat-box-label{color:#991b1b}.event-item-details{display:flex;flex-direction:column;gap:10px;padding-top:12px;border-top:1px solid #E5E7EB}.event-detail-row{display:flex;align-items:center;gap:10px;font-size:13px;color:#374151;font-family:Inter,sans-serif}.event-detail-row svg{flex-shrink:0}.event-item-footer{margin-top:8px;padding-top:12px;border-top:1px solid #E5E7EB}.timebound-indicator{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:#70211c;background:#fef2f2;padding:5px 10px;border-radius:12px;font-weight:500;font-family:Inter,sans-serif}.no-events{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center}.no-events svg{margin-bottom:16px;opacity:.5}.no-events h3{font-size:16px;color:#6b7280;margin:0 0 8px;font-family:Inter,sans-serif;font-weight:500}.no-events p{font-size:14px;color:#9ca3af;margin:0;font-family:Inter,sans-serif}@media (max-width: 1200px){.events-access-container{padding:20px 24px}.events-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.event-item{padding:16px 14px 16px 18px}.event-stats-grid{gap:6px}.stat-box{min-width:60px;padding:8px 10px}.stat-box-value{font-size:18px}.stat-box-label{font-size:9px}}@media (max-width: 1024px){.events-access-container{padding:16px 20px}.events-grid{grid-template-columns:1fr;gap:16px}.event-item{padding:16px}.event-item-title{font-size:17px}.event-stats-grid{flex-wrap:wrap}.stat-box{min-width:60px;padding:8px 12px}.stat-box-value{font-size:18px}.stat-box-label{font-size:9px}}@media (max-width: 768px){.events-access-container{padding:16px;gap:16px}.events-title{font-size:26px}.main-tabs{gap:40px}.events-grid{grid-template-columns:1fr;gap:16px}.event-item{padding:16px}.events-card{padding:16px;border-radius:12px}.events-search-box{padding:12px 16px}.event-stats-grid{flex-wrap:wrap}.stat-box{min-width:60px;padding:8px 12px}.stat-box-value{font-size:18px}.stat-box-label{font-size:9px}.event-item-title{font-size:16px}}@media (max-width: 480px){.events-access-container{padding:12px}.events-title{font-size:22px}.main-tabs{gap:24px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.main-tabs::-webkit-scrollbar{display:none}.events-access-container .main-tab{font-size:14px}.event-item{padding:14px 12px 14px 16px;gap:12px}.event-item-header{flex-direction:column;gap:8px}.event-item-title{font-size:15px}.event-status-badge{align-self:flex-start}.event-stats-grid{gap:6px}.stat-box{min-width:55px;padding:6px 10px}.stat-box-value{font-size:16px}.event-detail-row,.event-venue{font-size:12px}.event-item-arrow{width:32px;height:32px}.events-card{padding:12px;border-radius:8px}.events-search-box{padding:10px 14px;border-radius:8px}.events-search-box input{font-size:13px}}.event-registrations-container{width:100%;min-height:100vh;display:flex;flex-direction:column;gap:16px;padding:20px 40px;background:#f5f5f5}.header-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:2px;gap:16px;overflow:hidden}.breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;min-width:0;width:100%;overflow:hidden}.page-title{color:#27272a;font-size:32px;font-family:Inter,sans-serif;font-weight:600;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:1}.header-actions{display:flex;gap:12px;align-items:center;flex-shrink:0}.view-logs-button{display:flex;align-items:center;gap:8px;padding:11px 20px;background:#fff;color:#70211c;border:1.5px solid #70211C;border-radius:8px;cursor:pointer;font-size:14px;font-family:Inter,sans-serif;font-weight:500;transition:all .2s}.view-logs-button:hover{background:#fdf5f4;transform:translateY(-1px);box-shadow:0 2px 8px #70211c26}.view-logs-button:active{transform:translateY(0)}.create-access-button{display:flex;align-items:center;gap:8px;padding:11px 20px;background:#70211c;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-family:Inter,sans-serif;font-weight:500;transition:all .2s}.create-access-button:hover{background:#5a1a16;transform:translateY(-1px);box-shadow:0 4px 12px #70211c4d}.create-access-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.create-access-button svg{flex-shrink:0}.registrations-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;gap:20px;flex:1;overflow:hidden}.registrations-filters-row{display:flex;gap:12px;align-items:center;width:100%}.registrations-search-box{position:relative;display:flex;align-items:center;flex:1}.registrations-search-box svg{position:absolute;left:16px;pointer-events:none}.registrations-search-box input{width:100%;padding:12px 16px 12px 44px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;font-family:Inter,sans-serif;transition:all .2s;background:#fff}.registrations-search-box input:focus{outline:none;border-color:#70211c;box-shadow:0 0 0 3px #70211c1a}.registrations-search-box input::placeholder{color:#999}.registrations-date-filter-dropdown{height:44px;padding:0 32px 0 16px;font-size:14px;font-family:Inter,sans-serif;font-weight:400;color:#2b2d3b;background:#fff;border:1px solid #E4E4E7;border-radius:8px;cursor:pointer;outline:none;transition:border-color .2s;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url('data:image/svg+xml;charset=UTF-8,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L5 5L9 1" stroke="%232B2D3B" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-repeat:no-repeat;background-position:right 12px center;background-size:10px 6px;min-width:150px}.registrations-date-filter-dropdown:hover{border-color:#70211c}.registrations-date-filter-dropdown:focus{border-color:#70211c}.registrations-stats-section{display:flex;flex-direction:column;gap:8px;padding:16px 0;border-bottom:1px solid #E5E7EB}.registrations-stats-section .today-stats-label{display:block;font-size:12px;font-weight:600;color:#70211c;font-family:Inter,sans-serif;text-align:left;text-transform:uppercase;letter-spacing:.5px}.registrations-stats-section .event-stats-grid{display:flex;gap:12px;flex-wrap:wrap}.registrations-stats-section .stat-box{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px 20px;background:#f9fafb;border-radius:12px;min-width:100px;flex:1}.registrations-stats-section .stat-box-value{font-size:28px;font-weight:700;color:#1f2937;font-family:Inter,sans-serif;line-height:1}.registrations-stats-section .stat-box-label{font-size:11px;color:#6b7280;font-family:Inter,sans-serif;margin-top:6px;text-align:center;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.registrations-count{color:#666;font-size:14px;font-family:Inter,sans-serif;font-weight:500}.registrations-table-container{flex:1;overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch}.registrations-cards{display:none}.registrations-table{width:100%;border-collapse:collapse;background:#fff;table-layout:auto;box-sizing:border-box;border-spacing:0;min-width:1100px}.registrations-table thead th:nth-child(1){width:15%;min-width:140px}.registrations-table thead th:nth-child(2){width:16%;min-width:160px}.registrations-table thead th:nth-child(3){width:11%;min-width:110px}.registrations-table thead th:nth-child(4){width:13%;min-width:120px}.registrations-table thead th:nth-child(5){width:11%;min-width:110px}.registrations-table thead th:nth-child(6){width:11%;min-width:110px}.registrations-table thead th:nth-child(7){width:10%;min-width:90px}.registrations-table thead th:nth-child(8){width:8%;min-width:80px}.registrations-table thead th:nth-child(9){width:5%;min-width:70px}.registrations-table thead th{color:#2b2d3b;font-size:13px;font-family:Inter,sans-serif;font-weight:600;text-align:left;padding:12px 10px;border-bottom:none;white-space:nowrap;line-height:1.3}.registrations-table tbody td{color:#2b2d3b;font-size:13px;font-family:Inter,sans-serif;font-weight:400;padding:12px 10px;border-bottom:none;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}.registrations-table tbody tr{position:relative;border-bottom:1px solid #E2E7F1;transition:background-color .2s}.registrations-table tbody tr:last-child{border-bottom:none}.registrations-table tbody tr:hover{background-color:#70211c0d}.guest-name-cell{padding:12px 4px!important;vertical-align:middle}.guest-content{display:flex;align-items:center;gap:8px}.email-cell,.phone-cell{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.date-cell{white-space:nowrap}.duration-cell{white-space:nowrap;font-weight:500;color:#374151}.registration-status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-family:Inter,sans-serif;font-weight:500;text-transform:capitalize}.registration-status-badge.status-active{background:#dcfce7;color:#15803d}.registration-status-badge.status-inactive{background:#d4d4d4;color:#524f4f}.registration-status-badge.status-pending{background:#fef3c7;color:#92400e}.registration-status-badge.status-cancelled{background:#fee2e2;color:#991b1b}.scan-count-cell,.scan-count-content{display:flex;align-items:center;gap:6px}.scanned-text{color:#10b981;font-weight:600;font-family:Inter,sans-serif}.not-scanned-text{color:#999;font-family:Inter,sans-serif}.status-cell{text-align:left}.qr-code-cell{white-space:nowrap;vertical-align:middle;padding:12px!important}.qr-code-wrapper{display:flex;align-items:center;gap:4px}.qr-code-preview{width:60px;height:60px;border:1px solid #E2E7F1;border-radius:8px;padding:4px;background:#fff;flex-shrink:0}.qr-code-preview svg{width:100%;height:100%;display:block}.download-qr-button{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#70211c;border:none;border-radius:6px;cursor:pointer;transition:all .2s;flex-shrink:0}.download-qr-button svg{width:12px;height:12px}.download-qr-button:hover{background:#5a1a16;transform:translateY(-1px);box-shadow:0 4px 8px #70211c33}.download-qr-button:active{transform:translateY(0)}.delete-registration-button{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#fff;border:1.5px solid #70211C;border-radius:6px;cursor:pointer;transition:all .2s;flex-shrink:0;margin-left:0}.delete-registration-button svg{width:12px;height:12px}.delete-registration-button:hover{background:#fdf5f4;border-color:#5a1a16;transform:translateY(-1px);box-shadow:0 4px 8px #70211c26}.delete-registration-button:hover svg path{stroke:#5a1a16}.delete-registration-button:active{transform:translateY(0)}.loader{border:3px solid #f3f3f3;border-top:3px solid #70211C;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}.loading-container p{color:#666;font-size:14px;font-family:Inter,sans-serif}.no-registrations{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:12px}.no-registrations h3{margin:0;color:#333;font-size:18px;font-family:Inter,sans-serif;font-weight:600}.no-registrations p{margin:0;color:#666;font-size:14px;font-family:Inter,sans-serif}@media (max-width: 1200px){.event-registrations-container{padding:20px 24px}.registrations-table-container table{display:none}.registrations-cards{display:flex}.registrations-table-container{overflow-x:visible}.registrations-cards{display:flex;flex-direction:column;gap:16px}.registration-card{background:#fff;border:1px solid #E2E7F1;border-radius:12px;padding:16px;transition:all .2s}.registration-card:hover{box-shadow:0 4px 12px #00000014;border-color:#70211c}.registration-card-header{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #E2E7F1}.registration-card-name{font-size:16px;font-weight:600;color:#2b2d3b;font-family:Inter,sans-serif}.registration-card-body{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}.registration-card-field{display:flex;flex-direction:column;gap:4px}.registration-card-label{font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;font-family:Inter,sans-serif}.registration-card-value{font-size:13px;color:#2b2d3b;font-family:Inter,sans-serif;word-wrap:break-word}.registration-card-actions{display:flex;gap:8px;justify-content:flex-end;padding-top:12px;border-top:1px solid #E2E7F1}}@media (max-width: 1024px){.event-registrations-container{padding:16px 20px}.header-section{flex-direction:column;gap:12px;align-items:flex-start}.breadcrumb{gap:4px}.page-title{font-size:24px;max-width:100%}.header-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}.view-logs-button,.create-access-button{flex:1;min-width:150px}.registrations-search-box{width:100%}.registrations-table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.registrations-table{min-width:900px;table-layout:auto}.registrations-table thead th,.registrations-table tbody td{padding:12px 8px}}@media (max-width: 768px){.event-registrations-container{padding:16px}.header-section{gap:12px}.header-actions{flex-wrap:wrap;gap:8px}.view-logs-button,.create-access-button{flex:1;min-width:140px;justify-content:center;padding:10px 14px;font-size:13px}.registrations-card{padding:16px;gap:16px}.breadcrumb{gap:6px}.page-title{font-size:20px}.registrations-table{min-width:800px}.registrations-table thead th{font-size:13px;padding:12px 8px}.registrations-table tbody td{padding:12px 8px;font-size:12px}.guest-name-cell{max-width:180px}.email-cell,.phone-cell{max-width:150px}.qr-code-wrapper{gap:8px}.download-qr-button,.delete-registration-button{width:28px;height:28px}}@media (max-width: 480px){.event-registrations-container{padding:12px}.page-title{font-size:18px}.breadcrumb-category{font-size:12px}.header-actions{flex-direction:column;width:100%}.view-logs-button,.create-access-button{width:100%;justify-content:center;padding:10px 12px;font-size:13px}.registrations-card{padding:12px;gap:12px;border-radius:8px}.registrations-search-box input{padding:10px 12px 10px 40px;font-size:13px}.registrations-table{min-width:700px}}.registrations-pagination{display:flex;justify-content:flex-end;align-items:center;gap:8px;margin-top:16px}.registrations-pagination-btn{width:32px;height:32px;border:1px solid #E2E7F1;background:#fff;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#2b2d3b;font-size:13px;font-family:Be Vietnam Pro,sans-serif;transition:all .3s}.registrations-pagination-btn:hover:not(:disabled){background:#f5f5f5}.registrations-pagination-btn.active{background:#70211c;color:#fff;border-color:#70211c}.registrations-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.registrations-pagination-btn img{width:8px;height:6px}.registrations-pagination-btn.prev img{transform:rotate(180deg)}.registrations-pagination-btn.next img{transform:rotate(0)}.registrations-pagination-ellipsis{padding:0 8px;color:#2b2d3b;font-size:13px;display:flex;align-items:center}.registrations-pagination-label{font-size:13px;color:#666;margin-left:12px}.registrations-pagination-select{padding:6px 10px;border:1px solid #E2E7F1;border-radius:6px;font-size:13px;font-family:Be Vietnam Pro,sans-serif;color:#2b2d3b;background:#fff;cursor:pointer}.event-registration-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.event-registration-modal{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.event-registration-modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:24px 24px 16px;border-bottom:1px solid #E5E7EB}.event-registration-modal-header h2{margin:0 0 4px;font-size:20px;font-weight:600;color:#1f2937;font-family:Inter,sans-serif}.event-name{font-size:14px;color:#6b7280;margin:0;font-family:Inter,sans-serif}.close-button{background:none;border:none;font-size:32px;color:#9ca3af;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.close-button:hover{background:#f3f4f6;color:#4b5563}.event-registration-modal-content{padding:24px}.registration-mode-tabs{display:flex;gap:8px;margin-bottom:24px;background:#f9fafb;padding:4px;border-radius:8px}.mode-tab{flex:1;padding:10px 16px;background:transparent;border:none;border-radius:6px;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s;font-family:Inter,sans-serif}.mode-tab.active{background:#fff;color:#70211c;box-shadow:0 1px 3px #0000001a}.mode-tab:hover:not(.active){color:#374151}.member-selection-section{display:flex;flex-direction:column;gap:16px}.search-member-input{position:relative;display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fff;border:1px solid #70211C;border-radius:8px}.search-member-input svg{flex-shrink:0}.search-member-input input{flex:1;border:none;outline:none;background:transparent;color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;pointer-events:auto;z-index:1}.search-member-input input::placeholder{color:#a1a1aa}.searching-text{text-align:center;color:#6b7280;font-size:14px;margin:0;font-family:Inter,sans-serif}.members-list{max-height:300px;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.member-item{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #E5E7EB;border-radius:8px;cursor:pointer;transition:all .2s}.member-item:hover{border-color:#70211c;background:#fef2f2}.member-item.selected{border-color:#70211c;background:#fef2f2;box-shadow:0 0 0 2px #70211c1a}.member-avatar{width:40px;height:40px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.member-avatar img{width:100%;height:100%;object-fit:cover}.member-avatar span{font-size:16px;font-weight:600;color:#6b7280;font-family:Inter,sans-serif}.member-info h4{margin:0 0 2px;font-size:14px;font-weight:500;color:#1f2937;font-family:Inter,sans-serif}.member-info p{margin:0;font-size:12px;color:#6b7280;font-family:Inter,sans-serif}.no-results{text-align:center;color:#9ca3af;font-size:14px;padding:24px;font-family:Inter,sans-serif}.selected-member-display{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#70211c0d;border:.8px solid #70211C;border-radius:10px;cursor:pointer;transition:background-color .2s ease;margin-bottom:16px}.selected-member-display:hover{background:#70211c1a}.selected-member-details{display:flex;flex-direction:column;gap:4px}.selected-member-name{font-size:14px;font-weight:600;color:#1f2937;font-family:Inter,sans-serif}.selected-member-email{font-size:12px;color:#6b7280;font-family:Inter,sans-serif}.registration-form{display:flex;flex-direction:column;gap:16px}.event-registration-form-group{display:flex;flex-direction:column;gap:6px}.event-registration-form-group label{font-size:13px;font-weight:500;color:#374151;font-family:Inter,sans-serif}.event-registration-form-group .required{color:#ef4444}.event-registration-form-group input,.event-registration-form-group textarea{padding:10px 12px;border:1px solid #D1D5DB;border-radius:6px;font-size:14px;color:#1f2937;background:#fff;font-family:Inter,sans-serif;transition:border-color .2s}.event-registration-form-group input:focus,.event-registration-form-group textarea:focus{outline:none;border-color:#70211c;box-shadow:0 0 0 3px #70211c1a}.event-registration-form-group textarea{resize:vertical;min-height:80px;background:#fff}.generate-qr-button{padding:12px 24px;background:#70211c;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;font-family:Inter,sans-serif;margin-top:8px}.generate-qr-button:hover:not(:disabled){background:#8a2923}.generate-qr-button:disabled{background:#d1d5db;cursor:not-allowed}.qr-code-display{display:flex;flex-direction:column;align-items:center;gap:24px}.qr-success-message{text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.qr-success-message h3{margin:0;font-size:18px;font-weight:600;color:#1f2937;font-family:Inter,sans-serif}.qr-success-message p{margin:0;font-size:14px;color:#6b7280;font-family:Inter,sans-serif}.qr-code-container{padding:20px;background:#fff;border:2px solid #E5E7EB;border-radius:12px;display:flex;align-items:center;justify-content:center}.registration-details{width:100%;display:flex;flex-direction:column;gap:12px;padding:16px;background:#f9fafb;border-radius:8px}.detail-item{display:flex;justify-content:space-between;align-items:center}.detail-label{font-size:13px;color:#6b7280;font-weight:500;font-family:Inter,sans-serif}.detail-value{font-size:13px;color:#1f2937;font-weight:500;font-family:Courier New,monospace}.status-badge{padding:4px 10px;border-radius:12px;font-size:11px;font-weight:500;text-transform:capitalize;font-family:Inter,sans-serif}.status-badge.status-active{background:#def7ec;color:#03543f}.status-badge.status-pending{background:#fef3c7;color:#92400e}.qr-actions{width:100%;display:flex;gap:12px}.share-button,.reset-button{flex:1;padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;font-family:Inter,sans-serif;display:flex;align-items:center;justify-content:center;gap:8px}.share-button{background:#70211c;color:#fff}.share-button:hover{background:#8a2923}.reset-button{background:#fff;color:#70211c;border:1px solid #70211C}.reset-button:hover{background:#fef2f2}.validity-settings{display:flex;flex-direction:column;gap:16px;padding:16px;background:#f9fafb;border-radius:8px;border:1px solid #E5E7EB;margin-top:8px}.validity-label{font-size:14px;font-weight:600;color:#1f2937;font-family:Inter,sans-serif;margin-bottom:-8px}.validity-mode-tabs{display:flex;gap:8px;background:#fff;padding:4px;border-radius:6px}.validity-mode-tab{flex:1;padding:8px 16px;background:transparent;border:none;border-radius:4px;font-size:13px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s;font-family:Inter,sans-serif}.validity-mode-tab.active{background:#70211c;color:#fff}.validity-mode-tab:hover:not(.active){background:#f3f4f6}.validity-type-tabs{display:flex;gap:8px;background:#fff;padding:4px;border-radius:6px}.validity-type-tab{flex:1;padding:8px 12px;background:transparent;border:1px solid #D1D5DB;border-radius:4px;font-size:12px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s;font-family:Inter,sans-serif}.validity-type-tab.active{background:#fff;color:#70211c;border-color:#70211c}.validity-type-tab:hover:not(.active){border-color:#9ca3af}.validity-date-range{display:grid;grid-template-columns:1fr 1fr;gap:12px}.date-time-group{display:flex;flex-direction:column;gap:6px}.date-time-group label{font-size:13px;font-weight:500;color:#374151;font-family:Inter,sans-serif}.date-time-inputs{display:flex;flex-direction:column;gap:8px}.input-with-label{display:flex;flex-direction:column;gap:4px;position:relative}.input-sublabel{font-size:12px;font-weight:500;color:#6b7280;font-family:Inter,sans-serif}.date-time-inputs input[type=date],.date-time-inputs input[type=time]{width:100%;padding:10px 12px;border:1px solid #D1D5DB;border-radius:6px;font-size:14px;color:#1f2937;background:#fff;font-family:Inter,sans-serif;transition:border-color .2s;cursor:pointer;position:relative}.date-time-inputs input[type=date]::-webkit-calendar-picker-indicator,.date-time-inputs input[type=time]::-webkit-calendar-picker-indicator{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.date-time-inputs input[type=date]:focus,.date-time-inputs input[type=time]:focus{outline:none;border-color:#70211c;box-shadow:0 0 0 3px #70211c1a}.duration-input-wrapper{display:flex;flex-direction:column;gap:12px}.duration-unit-selector{display:flex;flex-direction:column;gap:8px}.duration-unit-label{font-size:13px;font-weight:500;color:#374151;font-family:Inter,sans-serif}.duration-radio-group{display:flex;gap:16px}.duration-radio-option{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#374151;font-family:Inter,sans-serif}.duration-radio-option input[type=radio]{width:16px;height:16px;cursor:pointer;accent-color:#70211C;background-color:#fff;appearance:none;-webkit-appearance:none;-moz-appearance:none;border:2px solid #D1D5DB;border-radius:50%;position:relative}.duration-radio-option input[type=radio]:checked{background-color:#fff;border-color:#70211c}.duration-radio-option input[type=radio]:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background-color:#70211c;border-radius:50%}.duration-radio-option span{-webkit-user-select:none;user-select:none}.duration-note{font-size:12px;color:#6b7280;font-family:Inter,sans-serif;font-style:italic;margin-top:4px}@media (max-width: 640px){.event-registration-modal{max-width:100%;margin:0;border-radius:16px 16px 0 0;max-height:95vh}.event-registration-modal-header,.event-registration-modal-content{padding:20px 16px}.registration-mode-tabs{flex-direction:column;gap:8px}.qr-actions{flex-direction:column}.validity-date-range{grid-template-columns:1fr}}.access-logs-container{width:100%;min-height:100vh;display:flex;flex-direction:column;gap:16px;padding:20px 40px;background:#f5f5f5}.header-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:2px}.header-left{display:flex;align-items:center;min-width:0;flex:1}.breadcrumb{display:flex;align-items:center;gap:4px;flex-wrap:nowrap;min-width:0;width:100%;overflow:hidden}.breadcrumb-category{opacity:.5;color:#27272a;font-size:14px;font-family:Inter,sans-serif;font-weight:400;line-height:1;white-space:nowrap;flex-shrink:0}.breadcrumb-category.clickable{cursor:pointer;transition:opacity .2s}.breadcrumb-category.clickable:hover{opacity:.7}.breadcrumb-event{opacity:.5;color:#27272a;font-size:14px;font-family:Inter,sans-serif;font-weight:400;line-height:1;cursor:pointer;transition:opacity .2s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;max-width:200px;flex-shrink:1}.breadcrumb-event:hover{opacity:.7}.breadcrumb-arrow{width:10px;height:17px;flex-shrink:0}.page-title{color:#27272a;font-size:32px;font-family:Inter,sans-serif;font-weight:600;line-height:1;white-space:nowrap;flex-shrink:0}.access-logs-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;gap:20px;flex:1;overflow:hidden}.filters-section{display:flex;flex-direction:column;gap:16px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #E5E7EB}.search-and-type{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.access-logs-search-box{flex:1;min-width:250px;position:relative;display:flex;align-items:center}.access-logs-search-box svg{position:absolute;left:16px;pointer-events:none}.access-logs-search-box input{width:100%;padding:12px 16px 12px 44px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;font-family:Inter,sans-serif;transition:all .2s;background:#fff}.access-logs-search-box input:focus{outline:none;border-color:#70211c;box-shadow:0 0 0 3px #70211c1a}.access-logs-search-box input::placeholder{color:#999}.entry-type-filter{display:flex;align-items:center;gap:8px;min-width:180px}.entry-type-filter label{font-size:14px;font-family:Inter,sans-serif;font-weight:500;color:#27272a;white-space:nowrap}.entry-type-filter select{flex:1;padding:10px 12px;border:1px solid #E5E7EB;border-radius:8px;background:#f9fafb;font-size:14px;font-family:Inter,sans-serif;color:#27272a;cursor:pointer;transition:all .2s}.entry-type-filter select:focus{outline:none;border-color:#70211c;background:#fff}.date-range-filter-dropdown{padding:10px 12px;border:1px solid #E5E7EB;border-radius:8px;background:#f9fafb;font-size:14px;font-family:Inter,sans-serif;color:#27272a;cursor:pointer;transition:all .2s;min-width:140px}.date-range-filter-dropdown:focus{outline:none;border-color:#70211c;background:#fff}.date-input-wrapper{position:relative;display:flex;align-items:center;min-width:160px}.calendar-icon{position:absolute;left:12px;pointer-events:none;z-index:1}.date-input{width:100%;padding:10px 12px 10px 40px;border:1px solid #E5E7EB;border-radius:8px;font-size:14px;font-family:Inter,sans-serif;color:#0a0a0a;background:#f9fafb;transition:all .2s}.date-input:focus{outline:none;border-color:#70211c;background:#fff;box-shadow:0 0 0 3px #70211c1a}.date-input::-webkit-calendar-picker-indicator{cursor:pointer;opacity:0;position:absolute;width:100%;height:100%;left:0;top:0}.date-placeholder{position:absolute;left:40px;color:#9ca3af;font-size:14px;font-family:Inter,sans-serif;pointer-events:none}.date-input:focus+.date-placeholder,.date-input:not(:placeholder-shown)+.date-placeholder{display:none}.logs-count{color:#666;font-size:14px;font-family:Inter,sans-serif;font-weight:500}.access-logs-table-container{flex:1;overflow-y:auto;overflow-x:auto}.access-logs-cards{display:none}.access-logs-table{width:100%;border-collapse:collapse;background:#fff;table-layout:auto;box-sizing:border-box;border-spacing:0;font-family:Inter,sans-serif}.access-logs-table thead th{color:#2b2d3b;font-size:16px;font-family:Inter,sans-serif;font-weight:600;text-align:left;padding:16px 12px;border-bottom:none;white-space:nowrap}.access-logs-table tbody td{color:#2b2d3b;font-size:14px;font-family:Inter,sans-serif;font-weight:400;padding:16px 12px;border-bottom:none;vertical-align:middle;word-wrap:break-word;overflow-wrap:break-word}.access-logs-table tbody tr{position:relative;border-bottom:1px solid #E2E7F1;transition:background-color .2s}.access-logs-table tbody tr:last-child{border-bottom:none}.access-logs-table tbody tr:hover{background-color:#70211c0d}.guest-name-cell{padding:16px 2px 16px 4px!important;width:auto;max-width:250px}.guest-content{display:flex;align-items:center;gap:12px}.guest-name{font-weight:500;color:#2b2d3b;font-family:Inter,sans-serif}.ticket-cell{font-family:Monaco,Courier New,monospace;font-size:13px;color:#2b2d3b}.date-cell{white-space:nowrap;color:#2b2d3b}.entry-type-cell{min-width:100px}.entry-type-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;font-family:Inter,sans-serif}.entry-type-badge.entry{background:#d1fae5;color:#065f46}.entry-type-badge.reentry{background:#dbeafe;color:#1e40af}.pagination{display:flex;justify-content:flex-end;align-items:center;gap:8px;margin-top:16px}.pagination-btn{width:32px;height:32px;border:1px solid #E2E7F1;background:#fff;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#2b2d3b;font-size:13px;font-family:Be Vietnam Pro,sans-serif;transition:all .3s}.pagination-btn:hover:not(:disabled){background:#f5f5f5}.pagination-btn.active{background:#70211c;color:#fff;border-color:#70211c}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-btn svg{width:8px;height:6px}.pagination-btn.prev svg{transform:rotate(-90deg)}.pagination-btn.next svg{transform:rotate(90deg)}.pagination-ellipsis{padding:0 8px;color:#2b2d3b;font-size:13px;display:flex;align-items:center}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}.loader{width:40px;height:40px;border:4px solid #F3F4F6;border-top:4px solid #70211C;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-container p{font-size:14px;font-family:Inter,sans-serif;color:#6b7280}.no-logs{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center}.no-logs svg{margin-bottom:20px}.no-logs h3{margin:16px 0 8px;font-size:18px;font-family:Inter,sans-serif;font-weight:600;color:#27272a}.no-logs p{font-size:14px;font-family:Inter,sans-serif;color:#6b7280;margin:0}@media (max-width: 1200px){.access-logs-container{padding:20px 24px}.access-logs-table-container table{display:none}.access-logs-cards{display:flex}.access-logs-table-container{overflow-x:visible}.access-logs-cards{display:flex;flex-direction:column;gap:16px}.access-log-card{background:#fff;border:1px solid #E2E7F1;border-radius:12px;padding:16px;transition:all .2s}.access-log-card:hover{box-shadow:0 4px 12px #00000014;border-color:#70211c}.access-log-card-header{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #E2E7F1}.access-log-card-name{font-size:16px;font-weight:600;color:#2b2d3b;font-family:Inter,sans-serif;flex:1}.access-log-card-body{display:grid;grid-template-columns:1fr 1fr;gap:12px}.access-log-card-field{display:flex;flex-direction:column;gap:4px}.access-log-card-label{font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;font-family:Inter,sans-serif}.access-log-card-value{font-size:13px;color:#2b2d3b;font-family:Inter,sans-serif;word-wrap:break-word}.access-logs-table thead th{font-size:14px;padding:14px 10px}.access-logs-table tbody td{padding:14px 10px;font-size:13px}}@media (max-width: 1024px){.access-logs-container{padding:16px 20px}.breadcrumb{gap:4px}.breadcrumb-event{max-width:150px}.page-title{font-size:24px}.search-and-type{flex-direction:column;gap:12px}.access-logs-search-box{width:100%;min-width:unset}.entry-type-filter{min-width:unset;width:100%}.entry-type-filter select,.date-range-filter-dropdown{width:100%}.date-filters{flex-wrap:wrap}.access-logs-table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.access-logs-table{min-width:600px}}@media (max-width: 768px){.access-logs-container{padding:16px}.breadcrumb{gap:6px}.page-title{font-size:20px}.access-logs-card{padding:16px;gap:16px}.filters-section{margin-bottom:12px;padding-bottom:12px;gap:12px}.search-and-type{width:100%;flex-direction:column;gap:8px}.access-logs-search-box,.entry-type-filter{width:100%;min-width:unset}.entry-type-filter select,.date-range-filter-dropdown{width:100%}.date-input-wrapper{width:100%;min-width:unset}.access-logs-table{min-width:550px}.access-logs-table thead th{font-size:13px;padding:12px 8px}.access-logs-table tbody td{padding:12px 8px;font-size:12px}.guest-name-cell{max-width:180px}.pagination{gap:6px}.pagination-btn{width:28px;height:28px;font-size:12px}}@media (max-width: 480px){.access-logs-container{padding:12px}.page-title{font-size:16px}.breadcrumb-category,.breadcrumb-event{font-size:12px}.page-title{font-size:18px}.access-logs-card{padding:12px;gap:12px;border-radius:8px}.access-logs-search-box input{padding:10px 12px 10px 40px;font-size:13px}.entry-type-filter select,.date-filter-group input[type=datetime-local],.clear-filters-btn{font-size:13px;padding:8px 10px}.entry-type-filter label,.date-filter-group label{font-size:13px}.access-logs-table{min-width:480px}.pagination-info{font-size:13px}}.access-denied-container{display:flex;align-items:center;justify-content:center;min-height:400px;padding:40px 20px}.access-denied-content{text-align:center;max-width:400px}.access-denied-icon{margin-bottom:24px}.access-denied-icon svg{width:64px;height:64px}.access-denied-title{font-family:Inter,sans-serif;font-size:24px;font-weight:600;color:#1f2937;margin:0 0 12px}.access-denied-message{font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:#6b7280;margin:0 0 24px;line-height:1.5}.access-denied-button{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#70211c;color:#fff;border:none;border-radius:8px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease}.access-denied-button:hover{background:#5a1a16}.access-denied-button svg{width:16px;height:16px}.notifications-dropdown{position:absolute;top:100%;right:0;margin-top:10px;width:498px;max-width:calc(100vw - 40px);max-height:600px;background-color:#f4f4f4;border-radius:8px;box-shadow:0 4px 20px #00000026;z-index:10000;overflow:hidden;font-family:Inter,sans-serif;pointer-events:auto}.notifications-header{background-color:#f2f2f2;border-bottom:1px solid #99a1af;padding:16px;display:flex;align-items:center;justify-content:space-between}.notifications-title{font-size:20px;font-weight:600;color:#151515;margin:0;line-height:30px}.notifications-settings-btn{display:flex;align-items:center;gap:8px;padding:8px 12px;background-color:#fff;border:1px solid #d1d5dc;border-radius:10px;cursor:pointer;font-size:14px;color:#0a0a0a;font-family:Arial,sans-serif;transition:background-color .2s ease}.notifications-settings-btn:hover{background-color:#f5f5f5}.notifications-settings-btn.active{background-color:#f0f0f0}.noti-settings-icon{width:16px;height:16px}.noti-chevron-icon{width:16px;height:16px;transition:transform .2s ease}.noti-chevron-icon.rotated{transform:rotate(180deg)}.notifications-settings-panel{background-color:#fff;border-bottom:1px solid #99a1af;padding:16px}.noti-settings-panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.noti-settings-panel-title{font-size:16px;font-weight:600;color:#151515;margin:0;line-height:24px}.noti-turn-off-all-container{display:flex;align-items:center;gap:12px}.noti-turn-off-all-label{font-size:14px;color:#000;line-height:30px}.notifications-toggle-switch{position:relative;width:42px;height:24px;border-radius:50px;background-color:#c3c2c2;border:none;cursor:pointer;padding:0;transition:background-color .2s ease}.notifications-toggle-switch.active{background-color:#70211c}.notifications-toggle-slider{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background-color:#fff;transition:transform .2s ease}.notifications-toggle-switch.active .notifications-toggle-slider{transform:translate(18px)}.noti-settings-categories-list{max-height:192px;overflow-y:auto}.noti-settings-category-item{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e5e7eb;gap:20px}.noti-settings-category-item:last-child{border-bottom:none}.noti-category-info{display:flex;align-items:center;gap:12px}.noti-category-icon{font-size:20px;width:28px;text-align:center}.noti-category-details{display:flex;flex-direction:column;gap:2px}.noti-category-name{font-size:14px;font-weight:500;color:#000;line-height:21px}.noti-category-status{font-size:12px;color:#4a5565;line-height:16px}.noti-toggles{display:flex;gap:4px}.noti-toggle-btn{width:34px;height:34px;border-radius:8px;border:1px solid #e5e7eb;background-color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#6b7280}.noti-toggle-btn:hover{background-color:#f5f5f5}.noti-toggle-icon{width:16px;height:16px;object-fit:contain}.noti-toggle-btn.all.active{background-color:#00a63e;border-color:#00a63e;color:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.noti-toggle-btn.hidden.active{background-color:#f0b100;border-color:#f0b100;color:#fff}.noti-toggle-btn.off.active{background-color:#e7000b;border-color:#e7000b;color:#fff}.noti-settings-categories-list::-webkit-scrollbar{width:6px}.noti-settings-categories-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.noti-settings-categories-list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.noti-settings-categories-list::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.notification-badge{position:absolute;top:0;right:0;width:10px;height:10px;background-color:#ef4444;border-radius:50%;border:2px solid #fff}.notification-icon-wrapper{flex-shrink:0;width:56px;height:56px;border-radius:50%;background-color:#fff;border:2px solid #70211C;display:flex;align-items:center;justify-content:center;position:relative}.notifications-list{max-height:264px;overflow-y:auto;padding:12px}.notifications-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;background-color:#f4f4f4;min-height:228px}.noti-empty-state-illustration{width:186px;height:186px;object-fit:contain;margin-bottom:16px}.noti-empty-state-message{font-size:20px;font-weight:600;line-height:30px;color:#717171;margin:0;text-align:center}.notification-item{display:flex;gap:12px;padding:12px 8px;border-bottom:1px solid rgba(9,9,9,.1);position:relative;border-radius:8px;margin:0 -8px;transition:background-color .2s ease;cursor:pointer}.notification-item:hover{background-color:#0000000a}.notification-item.unread{background-color:#70211c0d}.notification-item.unread:hover{background-color:#70211c1a}.notification-item:last-child{border-bottom:none}.notification-type-icon{object-fit:contain}.notification-content{flex:1;min-width:0}.notification-message{font-size:14px;line-height:22px;color:#000;margin:0 0 4px;word-wrap:break-word}.notification-message b{font-weight:700}.notification-message span{font-weight:400}.notification-time{font-size:12px;font-style:italic;color:#000;opacity:.3;line-height:22px;position:absolute;right:8px;bottom:-1px}.notifications-list::-webkit-scrollbar{width:6px}.notifications-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.notifications-list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.notifications-list::-webkit-scrollbar-thumb:hover{background:#a1a1a1}@media (max-width: 768px){.notifications-dropdown{width:calc(100vw - 32px);right:16px;max-height:80vh}.notifications-header{padding:12px}.notifications-title{font-size:18px;line-height:26px}.notifications-settings-btn{padding:6px 10px;font-size:13px;gap:6px}.noti-settings-icon,.noti-chevron-icon{width:14px;height:14px}.notifications-settings-panel{padding:12px}.noti-settings-panel-header{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:12px}.noti-settings-panel-title{font-size:15px}.noti-turn-off-all-container{align-self:stretch;justify-content:space-between}.noti-turn-off-all-label{font-size:13px}.noti-settings-categories-list{max-height:160px}.noti-settings-category-item{padding:10px 0;gap:12px}.noti-category-icon{font-size:18px;width:24px}.noti-category-name{font-size:13px;line-height:18px}.noti-category-status{font-size:11px;line-height:14px}.noti-toggles{gap:3px}.noti-toggle-btn{width:32px;height:32px}.noti-toggle-icon{width:14px;height:14px}.notifications-list{max-height:240px;padding:8px}.notification-item{padding:10px 0;gap:10px}.notification-icon-wrapper{width:48px;height:48px;border-width:1.5px}.notification-badge{width:8px;height:8px}.notification-message{font-size:13px;line-height:20px}.notification-time{font-size:11px;line-height:18px;bottom:0}.noti-empty-state-illustration{width:140px;height:140px;margin-bottom:12px}.noti-empty-state-message{font-size:18px;line-height:26px}.notifications-empty-state{padding:30px 16px;min-height:200px}}@media (max-width: 480px){.notifications-dropdown{width:calc(100vw - 16px);right:8px}.notifications-header{padding:10px;flex-wrap:wrap;gap:8px}.notifications-title{font-size:16px;line-height:24px}.notifications-settings-btn{padding:5px 8px;font-size:12px;gap:4px}.notifications-settings-panel{padding:10px}.noti-settings-panel-title{font-size:14px}.noti-settings-categories-list{max-height:140px}.noti-settings-category-item{flex-direction:column;align-items:flex-start;gap:8px}.noti-category-info{width:100%}.noti-toggles{width:100%;justify-content:flex-end}.notifications-list{max-height:200px;padding:6px}.notification-item{flex-direction:column;align-items:flex-start;padding:8px 0}.notification-icon-wrapper{width:44px;height:44px}.notification-content{width:100%}.notification-message{font-size:12px;line-height:18px;margin-bottom:8px}.notification-time{position:static;font-size:10px;line-height:16px;display:block;text-align:right}.noti-empty-state-illustration{width:120px;height:120px;margin-bottom:10px}.noti-empty-state-message{font-size:16px;line-height:24px}.notifications-empty-state{padding:24px 12px;min-height:180px}}.dashboard-layout{display:flex;min-height:100vh;background-color:#f5f7fa;overflow-x:hidden;width:100%}.dashboard-content{flex:1;margin-left:250px;display:flex;flex-direction:column;min-height:100vh;width:calc(100% - 250px);max-width:calc(100% - 250px);overflow-x:hidden}.dashboard-header{background:#fff;padding:20px 40px;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:40}.header-left{display:flex;align-items:center;gap:16px}.hamburger-menu{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:transparent;border:none;cursor:pointer;padding:8px;margin:-8px;box-sizing:content-box;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.hamburger-menu span{display:block;width:100%;height:2px;background:#27272a;border-radius:2px;transition:all .3s ease}.hamburger-menu:hover span,.hamburger-menu:active span{background:#70211c}.header-left h1{color:#71717a;font-size:16px;margin:0;font-family:Inter,sans-serif;font-weight:500;line-height:24px;word-wrap:break-word}.header-right{display:flex;align-items:center;gap:20px}.notifications-wrapper{position:relative}.notification-icon{width:20px;height:22px;cursor:pointer;transition:opacity .2s ease}.notification-icon:hover{opacity:.7}.notification-badge{position:absolute;top:-8px;right:-8px;background-color:#e53935;color:#fff;font-size:10px;font-weight:600;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 5px;pointer-events:none;box-sizing:border-box}.notification-badge.three-digits{font-size:8px;min-width:22px;padding:0 4px}.user-info{display:flex;flex-direction:column;align-items:flex-end}.user-name{color:#333;font-weight:600;font-size:14px}.user-role{color:#666;font-size:12px;text-transform:uppercase}.logout-button{background-color:#dc3545;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.logout-button:hover{background-color:#c82333;transform:translateY(-2px);box-shadow:0 4px 12px #dc35454d}.dashboard-main{flex:1;width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}@media (max-width: 992px){.dashboard-content{margin-left:0;width:100%;max-width:100%}.hamburger-menu{display:flex}}@media (max-width: 768px){.dashboard-content{margin-left:0;width:100%;max-width:100%}.hamburger-menu{display:flex}.dashboard-header{padding:16px 20px}.header-left h1{font-size:14px}.header-right{gap:12px}.notification-icon{width:18px;height:20px}.dashboard-main{padding:0}}@media (max-width: 480px){.dashboard-header{padding:12px 16px}.header-left{gap:12px}.header-left h1{font-size:13px}.dashboard-main{padding:0}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;padding:0;width:100%;max-width:100%;overflow-x:hidden;min-width:320px;min-height:100vh}body{display:flex;place-items:flex-start}#root{width:100%;max-width:100%;margin:0 auto;overflow-x:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}::-webkit-scrollbar-thumb{background:#70211c;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#8a2922}*{scrollbar-width:thin;scrollbar-color:#70211C #f1f1f1}
