@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{box-sizing:border-box;margin:0;padding:0;font-family:Poppins,sans-serif}:root{--project-primary: #232a87;--project-secondary: #e9eaf3;--default-background: #f8f8f8;--project-tertiary: linear-gradient( 0deg, rgba(35, 42, 135, .05) 0%, rgba(35, 42, 135, .05) 100% );--default-text-primary: #0c0c0c;--default-text-secondary: #898989;--default-stroke: #c5c5c5;--default-grey-dark: #f2f2f2;--default-grey-light: #ebedf3;--default-white: #fff;--system-error-dark: #cc2200;--system-success-dark: #6ea550;--system-error-light: #fae9e5;--system-success-lightt: #f0f6ed;--system-pending-dark: #e9a800;--system-pending-light: linear-gradient( 0deg, rgba(233, 168, 0, .1) 0%, rgba(233, 168, 0, .1) 100% ), #fff}input,input::placeholder,span,textarea,h1,h3,h4,h5{font-family:Poppins!important}.header-nav{justify-content:space-between;align-items:center;height:100%;line-height:42px}.header-nav .ant-menu-horizontal{border-bottom:0px;color:var(--primary, #232a87);font-size:12px;font-weight:500;letter-spacing:.24px}.header-nav .ant-menu-horizontal .ant-menu-item{padding:0 32px;color:var(--default-text-secondary, #898989)}.header-nav .ant-menu-light.ant-menu-horizontal>.ant-menu-item-selected{color:var(--primary, #232a87)}.header-nav .ant-menu-light.ant-menu-horizontal>.ant-menu-item-selected:after{border-bottom-color:var(--primary, #232a87)}.header-nav .ant-menu-light.ant-menu-horizontal>.ant-menu-item:hover:after{border-bottom-color:var(--primary, #232a87)}.header-nav .ant-menu-horizontal>.ant-menu-item-active:after{border-bottom-color:var(--white, #fff)}.header-nav .ant-menu-light .ant-menu-item:not(.ant-menu-item-selected):not(.ant-menu-submenu-selected):hover{color:var(--primary, #232a87)}.header-logout-wrapper{display:flex;justify-content:flex-end;align-items:center;gap:8px;cursor:pointer}.menu-column-logout{display:flex;justify-content:flex-end;align-items:center;gap:24px}.menu-column-items{display:flex;justify-content:center;align-items:center}.menu-column-logo{display:flex;justify-content:flex-start;align-items:center;cursor:pointer}.logout-text{color:var(--system-error-dark, #c20);font-size:12px;font-weight:500;line-height:16px;letter-spacing:.24px}.invite-text{font-size:12px;font-weight:500}.layout-wrapper{background:var(--default-white, #fff)}.layout-wrapper .ant-layout-header{min-height:72px}.layout-wrapper .ant-layout-header:has(.hide-header){display:none}.layout-wrapper .ant-layout aside{position:sticky;top:72px;height:calc(100vh - 72px);border-right:1px solid var(--default-grey-light, #ebedf3);background:var(--default-white, #fff);display:flex;padding:32px 24px;flex-direction:column;align-items:flex-start;gap:24px}.layout-wrapper .ant-layout aside:has(.hide-header){display:none}.layout-wrapper .ant-layout aside .ant-layout-sider-children{width:100%}.content-wrapper{background-color:var(--default-background, #f9f9f9)}.header-wrapper{background:var(--white, #fff);box-shadow:0 1px 8px #14141414;z-index:1;position:sticky;top:0}@media (max-width: 900px){.header-wrapper{padding:0;margin-bottom:0}}.line{width:100%;height:1px;background:#c5c5c5;margin:-4px 0 0}.top-header .title{color:var(--default-text-primary, #0c0c0c);font-size:32px;font-weight:600;line-height:28px;white-space:nowrap}.table-wrapper{width:100%;border-radius:8px;box-shadow:0 1px 4px #0000001f;background:var(--project-tertiary, linear-gradient(0deg, rgba(35, 42, 135, .05) 0%, rgba(35, 42, 135, .05) 100%), #fff)}.table-wrapper .ant-table-wrapper .ant-spin-container .ant-table{border-radius:0}.table-wrapper .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-tbody tr td{border-bottom:0px}.table-wrapper .table-header{display:flex;justify-content:space-between;align-items:center;align-self:stretch;border-bottom:1px solid var(--default-grey-light, #ebedf3);background:var(--default-white, #fff);padding:16px 24px;border-radius:8px 8px 0 0}.table-wrapper .table-header .icon-add-wrapper{display:flex;align-items:center;gap:16px}.table-wrapper .table-header .icon-add-wrapper .filter-icon{display:flex;width:44px;height:44px;padding:12px;justify-content:center;align-items:center;gap:8px;border-radius:4px;background:var(--project-secondary, linear-gradient(0deg, rgba(35, 42, 135, .1) 0%, rgba(35, 42, 135, .1) 100%), #fff)}.table-wrapper .table-header .search-bar-ctn{display:flex;min-width:500px;align-items:center;gap:12px}.table-wrapper .table-header .search-bar-ctn .ant-input-affix-wrapper{border-radius:4px;border:1px solid var(--default-grey-dark, #e4e4e4);background:var(--default-background, #f9f9f9)}.table-wrapper .table-header .search-bar-ctn .ant-input-affix-wrapper .ant-input-prefix{margin-inline-end:8px}.table-wrapper .table-header .search-bar-ctn .ant-input-affix-wrapper .ant-input-suffix{margin-inline-start:8px;cursor:pointer}.table-wrapper .table-header .search-bar-ctn .ant-input-affix-wrapper .ant-input-suffix .ant-input-clear-icon .anticon-close-circle{display:none}.table-wrapper .table-header .search-bar-ctn .ant-input-affix-wrapper .ant-input-suffix .ant-input-clear-icon:after{content:"";display:inline-block;width:9px;height:10px;background-image:url(../assets/add-form/cross.svg);background-size:contain;background-repeat:no-repeat;vertical-align:middle}.table-wrapper .table-header .search-bar-ctn .ant-input-affix-wrapper input::placeholder{font-size:14px;font-weight:400;line-height:22px;font-family:Poppins,sans-serif;color:var(--default-text-secondary, #898989)}.table-wrapper .table-header .search-bar-ctn .ant-input-outlined{border:1px solid var(--default-stroke)}.table-wrapper .table-header .search-bar-ctn .ant-input-outlined:hover{border-color:var(--default-stroke)}.table-wrapper .table-header .search-bar-ctn .ant-input-outlined:focus{box-shadow:none}.table-wrapper .table-header .search-bar-ctn .ant-input-outlined:focus-within{border:1px solid var(--project-primary, #232a87);box-shadow:none}.table-wrapper .table-header .ant-btn{padding:12px}.table-wrapper .table-header .ant-btn .filter-applied{position:absolute;top:14px;right:13px}.table-wrapper .table-header .ant-btn .filter-applied .dot{display:flex;height:8px;width:8px;background-color:var(--project-primary, #232a87);border-radius:50%}.gift-card-table .ant-pagination{display:flex;padding:2px 6px;align-items:center;gap:16px;width:fit-content;margin:12px 12px 12px auto!important;border-radius:4px;background:var(--default-white, #fff);box-shadow:0 1px 4px #00000014;border:10px solid var(--default-white, #fff)}.gift-card-table .ant-table-content table{border-radius:0}.gift-card-table .ant-table-content table .ant-table-thead tr th{background:var(--project-tertiary, linear-gradient(0deg, rgba(35, 42, 135, .05) 0%, rgba(35, 42, 135, .05) 100%), #fff);color:var(--default-text-secondary);font-size:16px;font-weight:400;line-height:22px;padding:12px 24px;white-space:nowrap}.gift-card-table .ant-table-content table .ant-table-thead tr th.ant-table-cell{overflow:hidden;color:var(--project-primary, #232a87);text-overflow:ellipsis;font-size:14px;font-style:normal;font-weight:500;line-height:20px;text-transform:uppercase}.gift-card-table .ant-table-content table .ant-table-thead tr th.ant-table-cell:before{height:0}.gift-card-table .ant-table-content table .ant-table-thead tr th.ant-table-cell:first-child{padding-left:24px;border-start-start-radius:0px}.gift-card-table .ant-table-content table .ant-table-thead tr th.ant-table-cell:last-child{border-start-end-radius:0px}.gift-card-table .ant-table-content table tr .ant-table-cell-row-hover{background-color:transparent}.gift-card-table .ant-table-content table tr td.ant-table-cell{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:400px;color:var(--default-text-primary);font-size:14px;font-weight:400;line-height:20px;padding:22px 24px}.gift-card-table .ant-table-content table tr td.ant-table-cell .action-btn-category{width:fit-content;gap:12px}.gift-card-table .ant-table-content table tr td.ant-table-cell .action-btn-category svg{cursor:pointer}.gift-card-table .ant-table-content table tr td.ant-table-cell .add-icon-ctn{align-self:center;margin-left:8px;display:flex;width:32px;height:32px;padding:12px 16px;justify-content:center;align-items:center;gap:8px;border-radius:4px;cursor:pointer;background:var(--project-secondary, linear-gradient(0deg, rgba(35, 42, 135, .1) 0%, rgba(35, 42, 135, .1) 100%), #fff)}.gift-card-table .ant-table-content table tr td.ant-table-cell .add-icon-ctn .add-icon{transition:transform .3s ease}.gift-card-table .ant-table-content table tr td.ant-table-cell .add-icon-ctn .rotate{transform:rotate(45deg)}.gift-card-table .ant-table-content table tr td.ant-table-cell:first-child{padding-left:24px}.gift-card-table .ant-table-content table tr td.ant-table-cell:last-child{padding-right:24px}.gift-card-table .ant-table-content table tr td.ant-table-cell:has(.custom-empty){background-color:#fff;padding:26px 20px;border-radius:8px}.gift-card-table .ant-table-content table tr td.ant-table-cell .program-status{padding:8px 16px;border-radius:4px;width:fit-content;font-size:12px;line-height:17px}.gift-card-table .ant-table-content table tr td.ant-table-cell .program-status:first-letter{text-transform:capitalize}.gift-card-table .ant-table-content table tr td.ant-table-cell .program-status.live{color:var(--system-success-dark);background-color:var(--system-success-lightt)}.gift-card-table .ant-table-content table tr td.ant-table-cell .program-status.disabled{color:var(--system-error-dark);background-color:var(--system-error-light)}.gift-card-table .ant-table-content table tr td.ant-table-cell .program-status.draft{color:var(--system-pending-dark);background:var(--system-pending-light)}.gift-card-table .ant-table-content table tr td.ant-table-cell .program-status.paused{background:var(--default-grey-dark);color:var(--default-text-secondary)}.gift-card-table .ant-table-content table tr td.ant-table-cell .program-status.frozen{color:var(--default-text-primary);background:var(--project-secondary)}.gift-card-table .ant-table-content table tr td.ant-table-cell .program-status.expired{color:var(--default-text-secondary);background-color:var(--default-stroke)}.gift-card-table .ant-table-content table .action-text{cursor:pointer}.gift-card-table .ant-pagination .ant-pagination-item-active{border-color:#232a87}.gift-card-table .ant-pagination .ant-pagination-item-active a,.gift-card-table .ant-pagination .ant-pagination-item-active a:hover{color:#232a87}.gift-card-table .ant-pagination-options .ant-select-focused .ant-select-selector{border-color:var(--primary, #232a87);box-shadow:0 0 0 2px #232a871a}.gift-card-table .ant-pagination-options .ant-select-outlined:hover .ant-select-selector{border-color:var(--primary, #232a87)}.action-icon-btn{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.action-icon-btn:focus{outline:none}.details-wrapper{background-color:#f8f8f8}.details-wrapper .details-container{display:flex;padding:24px 24px 16px;flex-direction:column;gap:32px;align-self:stretch;overflow:hidden;width:100%}.details-wrapper .details-container .ant-table-wrapper .ant-spin-container .ant-table{border-radius:0}.details-wrapper .details-container .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-tbody tr td{border-bottom:0px}.details-wrapper .details-container .table-wrapper{border-radius:8px;box-shadow:0 1px 4px #0000001f;background:var(--project-tertiary, linear-gradient(0deg, rgba(35, 42, 135, .05) 0%, rgba(35, 42, 135, .05) 100%), #fff)}.details-wrapper .details-container .table-header{display:flex;justify-content:space-between;align-items:center;align-self:stretch;border-bottom:1px solid var(--default-grey-light, #ebedf3);background:var(--default-white, #fff);padding:16px 24px;border-radius:8px 8px 0 0}.details-wrapper .details-container .table-header .icon-add-wrapper{display:flex;align-items:center;gap:16px}.details-wrapper .details-container .table-header .icon-add-wrapper .filter-icon{display:flex;width:44px;height:44px;padding:12px;justify-content:center;align-items:center;gap:8px;border-radius:4px;background:var(--project-secondary, linear-gradient(0deg, rgba(35, 42, 135, .1) 0%, rgba(35, 42, 135, .1) 100%), #fff)}.details-wrapper .details-container .table-header .search-bar-ctn{display:flex;min-width:500px;align-items:center;gap:12px}.details-wrapper .details-container .table-header .search-bar-ctn .ant-input-affix-wrapper{border-radius:4px;border:1px solid var(--default-grey-dark, #e4e4e4);background:var(--default-background, #f9f9f9)}.details-wrapper .details-container .table-header .search-bar-ctn .ant-input-affix-wrapper .ant-input-prefix{margin-inline-end:8px}.details-wrapper .details-container .table-header .search-bar-ctn .ant-input-affix-wrapper .ant-input-suffix{margin-inline-start:8px;cursor:pointer}.details-wrapper .details-container .table-header .search-bar-ctn .ant-input-affix-wrapper .ant-input-suffix .ant-input-clear-icon .anticon-close-circle{display:none}.details-wrapper .details-container .table-header .search-bar-ctn .ant-input-affix-wrapper .ant-input-suffix .ant-input-clear-icon:after{content:"";display:inline-block;width:9px;height:10px;background-image:url("data:image/svg+xml,%3csvg%20width='9'%20height='10'%20viewBox='0%200%209%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.50002%204.05733L8.00627%200.757334L9.00785%201.7L5.5016%205L9.00785%208.3L8.00627%209.24267L4.50002%205.94267L0.993771%209.24267L-0.0078125%208.3L3.49844%205L-0.0078125%201.7L0.993771%200.757334L4.50002%204.05733Z'%20fill='%230C0C0C'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;vertical-align:middle}.details-wrapper .details-container .table-header .search-bar-ctn .ant-input-affix-wrapper input::placeholder{font-size:14px;font-weight:400;line-height:22px;font-family:Poppins,sans-serif;color:var(--default-text-secondary, #898989)}.details-wrapper .details-container .table-header .search-bar-ctn .ant-input-outlined{border:1px solid var(--default-stroke)}.details-wrapper .details-container .table-header .search-bar-ctn .ant-input-outlined:hover{border-color:var(--default-stroke)}.details-wrapper .details-container .table-header .search-bar-ctn .ant-input-outlined:focus{box-shadow:none}.details-wrapper .details-container .table-header .search-bar-ctn .ant-input-outlined:focus-within{border:1px solid var(--project-primary, #232a87);box-shadow:none}.details-wrapper .details-container .table-header .ant-btn{padding:12px}.details-wrapper .details-container .table-header .ant-btn .filter-applied{position:absolute;top:14px;right:13px}.details-wrapper .details-container .table-header .ant-btn .filter-applied .dot{display:flex;height:8px;width:8px;background-color:var(--project-primary, #232a87);border-radius:50%}.details-wrapper .details-container .details-table .ant-pagination{display:flex;padding:2px 6px;align-items:center;gap:16px;width:fit-content;border-radius:4px;background:var(--default-white, #fff);box-shadow:0 1px 4px #00000014;margin:12px 12px 12px auto;border:10px solid var(--default-white, #fff)}.details-wrapper .details-container .details-table .ant-table-content table .ant-table-thead tr th{background:var(--project-tertiary, linear-gradient(0deg, rgba(35, 42, 135, .05) 0%, rgba(35, 42, 135, .05) 100%), #fff);color:var(--default-text-secondary);font-size:16px;font-weight:400;line-height:22px;padding:12px 16px;white-space:nowrap}.details-wrapper .details-container .details-table .ant-table-content table .ant-table-thead tr th.ant-table-cell{overflow:hidden;color:var(--project-primary, #232a87);text-overflow:ellipsis;font-size:14px;font-style:normal;font-weight:500;line-height:20px;text-transform:uppercase}.details-wrapper .details-container .details-table .ant-table-content table .ant-table-thead tr th.ant-table-cell:before{height:0}.details-wrapper .details-container .details-table .ant-table-content table .ant-table-thead tr th.ant-table-cell:first-child{padding-left:24px;border-start-start-radius:0px}.details-wrapper .details-container .details-table .ant-table-content table .ant-table-thead tr th.ant-table-cell:last-child{border-start-end-radius:0px}.details-wrapper .details-container .details-table .ant-table-content table tr .ant-table-cell-row-hover{background-color:transparent}.details-wrapper .details-container .details-table .ant-table-content table tr td.ant-table-cell{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:150px;color:var(--default-text-primary);font-size:14px;font-weight:400;line-height:20px;padding:24px 16px}.details-wrapper .details-container .details-table .ant-table-content table tr td.ant-table-cell .action-btn-category{width:fit-content;gap:12px}.details-wrapper .details-container .details-table .ant-table-content table tr td.ant-table-cell .action-btn-category svg{cursor:pointer}.details-wrapper .details-container .details-table .ant-table-content table tr td.ant-table-cell .add-icon-ctn{align-self:center;margin-left:8px;display:flex;width:32px;height:32px;padding:12px 16px;justify-content:center;align-items:center;gap:8px;border-radius:4px;cursor:pointer;background:var(--project-secondary, linear-gradient(0deg, rgba(35, 42, 135, .1) 0%, rgba(35, 42, 135, .1) 100%), #fff)}.details-wrapper .details-container .details-table .ant-table-content table tr td.ant-table-cell .add-icon-ctn .add-icon{transition:transform .3s ease}.details-wrapper .details-container .details-table .ant-table-content table tr td.ant-table-cell .add-icon-ctn .rotate{transform:rotate(45deg)}.details-wrapper .details-container .details-table .ant-table-content table tr td.ant-table-cell:first-child{padding-left:24px}.details-wrapper .details-container .details-table .ant-table-content table tr td.ant-table-cell:last-child{padding-right:24px}.details-wrapper .details-container .details-table .ant-table-content table tr td.ant-table-cell:has(.custom-empty){background-color:#fff;padding:26px 20px;border-radius:8px}.details-wrapper .details-container .details-table .ant-table-content table tr td.ant-table-cell .program-status{padding:8px 16px;border-radius:4px;width:fit-content;font-size:12px;line-height:17px}.details-wrapper .details-container .details-table .ant-table-content table tr td.ant-table-cell .program-status:first-letter{text-transform:capitalize}.details-wrapper .details-container .details-table .ant-table-content table tr td.ant-table-cell .program-status.live{color:var(--system-success-dark);background-color:var(--system-success-lightt)}.details-wrapper .details-container .details-table .ant-table-content table tr td.ant-table-cell .program-status.disabled{color:var(--system-error-dark);background-color:var(--system-error-light)}.details-wrapper .details-container .details-table .ant-table-content table tr td.ant-table-cell .program-status.draft{color:var(--system-pending-dark);background:var(--system-pending-light)}.details-wrapper .details-container .details-table .ant-table-content table tr td.ant-table-cell .program-status.paused{background:var(--default-grey-dark);color:var(--default-text-secondary)}.details-wrapper .details-container .details-table .ant-table-content table tr td.ant-table-cell .program-status.frozen{color:var(--default-text-primary);background:var(--project-secondary)}.details-wrapper .details-container .details-table .ant-table-content table tr td.ant-table-cell .program-status.expired{color:var(--default-text-secondary);background-color:var(--default-stroke)}.details-wrapper .details-container .details-table .ant-table-content table .action-text{cursor:pointer}.details-wrapper .details-container .details-table .ant-pagination .ant-pagination-item-active{border-color:#232a87}.details-wrapper .details-container .details-table .ant-pagination .ant-pagination-item-active a,.details-wrapper .details-container .details-table .ant-pagination .ant-pagination-item-active a:hover{color:#232a87}.details-wrapper .details-container .details-table .ant-pagination-options .ant-select-focused .ant-select-selector{border-color:var(--primary, #232a87);box-shadow:0 0 0 2px #232a871a}.details-wrapper .details-container .details-table .ant-pagination-options .ant-select-outlined:hover .ant-select-selector{border-color:var(--primary, #232a87)}.details-wrapper .details-container .breadcrumb-container .back-button{cursor:pointer;display:flex;align-items:center;gap:12px;margin-right:12px}.details-wrapper .details-container .breadcrumb-container .top-header{display:flex;justify-content:space-between;align-items:center;width:100%}.details-wrapper .details-container .breadcrumb-container .top-header .title{color:var(--default-text-primary, #0c0c0c);font-size:20px;font-weight:500;line-height:28px}.details-wrapper .details-container .line{width:100%;height:1px;background:#e4e4e4;margin:-8px 0 0}.details-wrapper .details-container .ant-breadcrumb .ant-breadcrumb-link{color:var(--default-text-primary, #0c0c0c);font-size:14px}.details-wrapper .details-container .ant-breadcrumb .ant-breadcrumb-separator{color:var(--default-text-primary, #0c0c0c)}.details-wrapper .details-container .heading-container{justify-content:space-between;align-items:center}.details-wrapper .details-container .heading-detail{color:var(--default-text-primary, #0c0c0c);font-family:Poppins;font-size:24px;font-weight:500;line-height:36px}.details-wrapper .details-container .ant-card-body{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:24px;height:122px}.details-wrapper .details-container .details-card-container{display:flex;flex-direction:column;gap:20px}.details-wrapper .details-container .details-card-container .details-card-space{display:flex;flex:1}.details-wrapper .details-container .details-card-container .ant-space-item{flex-grow:1}.details-wrapper .details-container .details-card-container .ant-card{border-radius:12px;border:1px solid var(--default-grey-light, #ebedf3);background:var(--default-white, #fff)}.details-wrapper .details-container .details-card{display:flex;justify-content:space-between;width:100%}.details-wrapper .details-container .details-card .details-card-title{color:var(--default-text-primary, #0c0c0c);font-size:16px;font-weight:500;line-height:140%;display:flex;align-items:center}.details-wrapper .details-container .details-card .logo{width:36px;height:36px;background:var(--project-tertiary);border-radius:50%;display:flex;align-items:center;justify-content:center}.details-wrapper .details-container .details-card-data{display:flex;align-items:center;gap:4px;color:var(--default-text-primary, #0c0c0c);font-size:20px;font-weight:500;line-height:140%}.details-wrapper .details-container .details-card-data .details-card-data-suffix{color:var(--default-text-secondary, #898989);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.details-wrapper .details-container .details-menu{justify-content:space-between;align-items:center}.details-wrapper .details-container .details-menu .ant-menu{width:100%}.details-wrapper .details-container .details-menu .ant-menu .ant-menu-item{padding-inline:0px;margin-right:28px}.details-wrapper .details-container .details-menu .ant-menu .ant-menu-item:after{inset-inline:0px}.details-wrapper .details-container .details-menu .ant-menu-horizontal{border-bottom:2px solid var(--stroke, #dcdcdc);background-color:var(----default-background, #f9f9f9)}.details-wrapper .details-container .details-menu .ant-menu-horizontal .ant-menu-item{color:var(--default-text-secondary, #898989);font-size:16px;font-weight:500}.details-wrapper .details-container .details-menu .ant-menu-horizontal .ant-menu-item:first-child{margin-right:28px}.details-wrapper .details-container .details-menu .ant-menu-horizontal .ant-menu-item:last-child{margin-right:-16px}.details-wrapper .details-container .details-menu .ant-menu-light.ant-menu-horizontal>.ant-menu-item-selected{color:var(--primary, #232a87)}.details-wrapper .details-container .details-menu .ant-menu-light.ant-menu-horizontal>.ant-menu-item-selected:after{border-bottom-color:var(--primary, #232a87)}.details-wrapper .details-container .details-menu .ant-menu-horizontal>.ant-menu-item-active:after{border-bottom-color:var(--white, #fff)}.details-wrapper .details-container .details-menu .ant-menu-light.ant-menu-horizontal>.ant-menu-item:hover:after{border-bottom-color:var(--primary, #232a87)}.details-wrapper .details-container .details-menu .ant-menu-light .ant-menu-item:not(.ant-menu-item-selected):not(.ant-menu-submenu-selected):hover{color:var(--primary, #232a87)}.details-wrapper .details-container .ant-table-wrapper{flex-grow:1;border-radius:8px}.details-wrapper .details-container .custom-empty{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;height:247px;background:var(--white, #fff)}.details-wrapper .details-container .custom-empty .custom-empty-image{margin:0 auto}.details-wrapper .details-container .custom-empty .custom-empty-description{color:var(--default-text-secondary, #898989);text-align:center;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:22px}.details-wrapper .details-container .custom-empty .complete-now-button{margin-top:24px}.details-wrapper .details-container .custom-empty .complete-now-button .complete-now-text{color:var(--white, #fff);font-family:Poppins,sans-serif;font-size:12px;font-weight:500;line-height:16px;letter-spacing:.24px}.status-chip{padding:8px 16px;border-radius:4px;width:fit-content;font-size:12px;line-height:17px}.status-chip:first-letter{text-transform:capitalize}.status-chip.live{color:var(--system-success-dark);background-color:var(--system-success-lightt)}.status-chip.disabled{color:var(--system-error-dark);background-color:var(--system-error-light)}.status-chip.draft{color:var(--system-pending-dark);background:var(--system-pending-light)}.status-chip.paused{background:var(--default-grey-dark);color:var(--default-text-secondary)}.status-chip.frozen{color:var(--default-text-primary);background:var(--project-secondary)}.status-chip.expired{color:var(--default-text-secondary);background-color:var(--default-stroke)}.toggle-ctn{padding:4px;border-radius:4px;background:var(--default-grey-light, #ebedf3);box-shadow:0 1px 4px #0000001f inset}.toggle-ctn .ant-radio-group{display:flex;align-items:center;gap:8px}.toggle-ctn .ant-radio-group .ant-radio-button-wrapper{background:var(--default-grey-light, #ebedf3);border:0;padding:0 16px}.toggle-ctn .ant-radio-group .ant-radio-button-wrapper span{color:var(--default-text-primary, #0c0c0c);font-size:14px;font-weight:500;line-height:20px}.toggle-ctn .ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked{background:var(--default-white, #fff);box-shadow:0 1px 4px #0000001f;border-radius:4px;z-index:0}.toggle-ctn .ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked span{color:var(--project-primary)}.toggle-ctn .ant-radio-group .ant-radio-button-wrapper:not(:first-child):before{display:none}.toggle-ctn .ant-radio-group .ant-radio-button-wrapper:not(.ant-radio-button-wrapper-checked):hover{color:var(--project-primary, #232a87)}.auth-wrapper{height:100vh;justify-content:center;align-items:center}.auth-wrapper .auth-container{flex-direction:column;gap:16px;width:400px}.auth-wrapper .auth-container .auth-text{display:flex;justify-content:center;font-family:Poppins,sans-serif;font-size:24px;font-weight:400;padding:0 0 32px}.auth-wrapper .auth-container .auth-inputs{flex-direction:column}.auth-wrapper .auth-container .auth-inputs .ant-input-outlined:hover{border:1px solid #dcdcdc}.auth-wrapper .auth-container .auth-inputs .ant-input-outlined:focus-within{box-shadow:none;border:1px solid var(--project-primary, #232a87)}.auth-wrapper .auth-container .auth-signin-container{justify-content:center;align-items:center}.auth-wrapper .auth-container .auth-signin-container .auth-text{font-size:12px}.auth-wrapper .auth-container .auth-signin-container .invite-user{font-size:12px;color:var(--project-primary, #232a87)}.auth-wrapper .auth-container .auth-signin-container .invite-user:focus{color:#4c58ff;transform:scale(1.05);transition:.3s ease-in-out}.team-management-ctn{flex-direction:column;padding:32px 24px 16px;gap:28px}.add-merchant-wrapper{background-color:var(--default-background);padding:32px 24px 28px}.add-merchant-wrapper .ant-tabs .ant-tabs-nav .ant-tabs-nav-operations{display:none}.add-merchant-wrapper .ant-tabs .ant-tabs-content-holder #rc-tabs-9-panel-2 .ant-select-selector{cursor:pointer}.add-merchant-wrapper .ant-tabs .ant-tabs-content-holder .form-row-ctn .form-single-ctn .ant-input-outlined{background-color:var(--default-background);box-shadow:none;border:1px solid var(--default-stroke)}.add-merchant-wrapper .ant-tabs .ant-tabs-content-holder .form-row-ctn .form-single-ctn .ant-input-outlined:hover,.add-merchant-wrapper .ant-tabs .ant-tabs-content-holder .form-row-ctn .form-single-ctn .ant-input-outlined:focus,.add-merchant-wrapper .ant-tabs .ant-tabs-content-holder .form-row-ctn .form-single-ctn .ant-input-outlined:focus-within{border:1px solid var(--project-primary, #232a87)}.add-merchant-wrapper .ant-tabs .ant-tabs-content-holder .form-row-ctn .form-single-ctn .ant-input-disabled:hover,.add-merchant-wrapper .ant-tabs .ant-tabs-content-holder .form-row-ctn .form-single-ctn .ant-input-disabled:focus,.add-merchant-wrapper .ant-tabs .ant-tabs-content-holder .form-row-ctn .form-single-ctn .ant-input-disabled:focus-within{border:1px solid var(--default-stroke)}.add-merchant-wrapper .ant-tabs .ant-tabs-content-holder .form-row-ctn .form-single-ctn .ant-select.ant-select-open .ant-select-selector{border:1px solid var(--project-primary, #232a87)}.add-merchant-wrapper .ant-tabs .ant-tabs-content-holder .form-row-ctn .form-single-ctn .voucher-input.not-disabled-state .ant-select-selector{cursor:pointer}.add-merchant-wrapper .ant-tabs .ant-tabs-content-holder .form-row-ctn .form-single-ctn .ant-select{width:100%;height:48px}.add-merchant-wrapper .ant-tabs .ant-tabs-content-holder .form-row-ctn .form-single-ctn .ant-select .ant-select-selector{background-color:var(--default-background);border:1px solid var(--default-stroke);padding:16px;border-radius:8px;box-shadow:none}.add-merchant-wrapper .ant-tabs .ant-tabs-content-holder .form-row-ctn .form-single-ctn .ant-select .ant-select-selector:focus-within{box-shadow:none;border:1px solid var(--project-primary, #232a87)}.add-merchant-wrapper .ant-tabs .ant-tabs-content-holder .form-row-ctn .form-single-ctn .ant-select .ant-select-selector .ant-select-selection-overflow{display:none}.add-merchant-wrapper .ant-tabs .ant-tabs-content-holder .form-row-ctn .form-single-ctn .ant-select .ant-select-arrow{transform:rotate(0);transition:transform .2s ease-in-out}.add-merchant-wrapper .ant-tabs .ant-tabs-content-holder .form-row-ctn .form-single-ctn .ant-select .ant-select-arrow .anticon-search{display:none}.add-merchant-wrapper .ant-tabs .ant-tabs-content-holder .form-row-ctn .form-single-ctn .ant-select.ant-select-open .ant-select-arrow{transform:rotate(180deg)}.add-merchant-wrapper .breadcrumb-container{gap:24px;display:flex;flex-direction:column}.add-merchant-wrapper .breadcrumb-container .top-header{display:grid;grid-template-columns:repeat(3,1fr)}.add-merchant-wrapper .breadcrumb-container .top-header .sub-title{color:var(--default-text-primary, #0c0c0c);font-size:20px;font-weight:400;line-height:28px}.add-merchant-wrapper .breadcrumb-container .back-button{cursor:pointer;gap:12px;align-items:center}.add-merchant-wrapper .breadcrumb-container .line{width:100%;height:1px;background:#c5c5c5;margin:-4px 0 0}.add-merchant-wrapper .breadcrumb-container .ant-breadcrumb-link,.add-merchant-wrapper .breadcrumb-container .ant-breadcrumb-separator{color:var(--default-text-primary, #0c0c0c)}.add-merchant-wrapper .add-merchant-tabs{background-color:#fff;border-radius:8px;margin-top:28px;border:1px solid var(--default-stroke)}.add-merchant-wrapper .add-merchant-tabs .ant-tabs-nav-list{display:grid;grid-template-columns:repeat(3,1fr);flex-grow:1}.add-merchant-wrapper .add-merchant-tabs .ant-tabs-nav-list .ant-tabs-tab{padding:24px 0;justify-self:stretch;display:flex;justify-content:center;cursor:not-allowed}.add-merchant-wrapper .add-merchant-tabs .ant-tabs-nav-list .ant-tabs-tab .tab-title{color:var(--default-text-secondary);display:flex;gap:8px;align-items:center}.add-merchant-wrapper .add-merchant-tabs .ant-tabs-nav-list .ant-tabs-tab .tab-title .title-count{color:var(--default-text-secondary);display:flex;justify-content:center;align-items:center;font-size:12px;line-height:20px;background-color:var(--default-grey-dark);border-radius:50%;width:20px;height:20px}.add-merchant-wrapper .add-merchant-tabs .ant-tabs-nav-list .ant-tabs-tab .tab-title.completed{color:var(--system-success-dark)}.add-merchant-wrapper .add-merchant-tabs .ant-tabs-nav-list .ant-tabs-tab.ant-tabs-tab-active{cursor:pointer}.add-merchant-wrapper .add-merchant-tabs .ant-tabs-nav-list .ant-tabs-tab.ant-tabs-tab-active .tab-title{color:var(--project-primary)}.add-merchant-wrapper .add-merchant-tabs .ant-tabs-nav-list .ant-tabs-tab.ant-tabs-tab-active .tab-title.completed{color:var(--system-success-dark)}.add-merchant-wrapper .add-merchant-tabs .ant-tabs-nav-list .ant-tabs-tab.ant-tabs-tab-active .tab-title .title-count{color:var(--project-primary);background-color:var(--project-secondary)}.add-merchant-wrapper .add-merchant-tabs.isEdit .ant-tabs-tab:nth-child(2),.add-merchant-wrapper .add-merchant-tabs.isEdit .ant-tabs-tab:nth-child(3){cursor:pointer}.add-merchant-wrapper .add-merchant-tabs .ant-tabs-ink-bar{background-color:var(--project-primary)}.add-merchant-wrapper .add-merchant-tabs .ant-input{font-family:Poppins,sans-serif}.add-merchant-wrapper .add-merchant-tabs .ant-select{width:100%;height:46px}.add-merchant-wrapper .add-merchant-tabs .ant-select .ant-select-selector{background-color:var(--default-background);border:1px solid var(--default-stroke);padding:16px;border-radius:8px}.add-merchant-wrapper .add-merchant-tabs .ant-input-affix-wrapper{background-color:var(--default-background)}.add-merchant-wrapper .add-merchant-tabs .ant-input-number{background-color:var(--default-background);border:1px solid var(--default-stroke);box-shadow:none}.add-merchant-wrapper .add-merchant-tabs .ant-input-number:focus-within{border:1px solid var(--project-primary, #232a87)}.add-merchant-wrapper .add-merchant-tabs .currency-input{position:relative;flex-grow:1;width:100%}.add-merchant-wrapper .add-merchant-tabs .currency-input .ruppee-text{position:absolute;left:16px;top:50%;transform:translateY(-50%);z-index:1}.add-merchant-wrapper .add-merchant-tabs .currency-input .form-input{width:100%}.add-merchant-wrapper .add-merchant-tabs .currency-input .form-input .ant-input-number-input-wrap{font-size:14px}.add-merchant-wrapper .add-merchant-tabs .currency-input .form-input .ant-input-number-input-wrap input::placeholder{font-family:Poppins,sans-serif}.add-merchant-wrapper .add-merchant-tabs .currency-input .form-input.ant-input-number-outlined{border:1px solid var(--default-stroke)}.add-merchant-wrapper .add-merchant-tabs .currency-input .form-input.ant-input-number-outlined:focus-within{border:1px solid var(--project-primary, #232a87)}.add-merchant-wrapper .add-merchant-tabs .currency-input .form-input.ant-input-number-outlined .ant-input-number-input{padding:12px 16px 12px 33px;background-color:var(--default-background);border-radius:8px}.add-merchant-wrapper .add-merchant-tabs .currency-input .form-input.ant-input{padding:12px 16px 12px 33px}.add-merchant-wrapper .add-merchant-tabs .currency-input .form-input-percentage{width:100%}.add-merchant-wrapper .add-merchant-tabs .currency-input .form-input-percentage input::placeholder{font-family:Poppins,sans-serif}.add-merchant-wrapper .add-merchant-tabs .currency-input .form-input-percentage.ant-input-outlined{border:1px solid var(--default-stroke);box-shadow:none;background-color:var(--default-background)}.add-merchant-wrapper .add-merchant-tabs .currency-input .form-input-percentage.ant-input-outlined:focus-within{border:1px solid var(--project-primary, #232a87);box-shadow:none}.add-merchant-wrapper .add-merchant-tabs .currency-input .form-input-percentage.ant-input-outlined .ant-input{padding:12px 16px 12px 12px;background-color:var(--default-background);border-radius:8px}.add-merchant-wrapper .add-merchant-tabs .currency-input .form-input-percentage.ant-input{padding:12px 46px 12px 12px}.add-merchant-wrapper .add-merchant-tabs .cta-ctn{display:flex;align-items:flex-start;gap:16px;align-self:stretch}.add-merchant-wrapper .add-merchant-tabs .cta-ctn .ant-btn-primary:disabled{opacity:.6;background-color:var(--project-primary);color:#fff}.add-merchant-wrapper .add-merchant-tabs .required-field{color:var(--system-error-dark)}.add-merchant-wrapper .add-merchant-tabs .merchant-details-form{display:flex;padding:24px;flex-direction:column;align-items:flex-start;gap:36px;align-self:stretch}.add-merchant-wrapper .add-merchant-tabs .merchant-details-form .form-row-ctn{display:flex;align-items:center;gap:16px;align-self:stretch}.add-merchant-wrapper .add-merchant-tabs .merchant-details-form .form-row-ctn:has(.merchant-number) .ant-input-outlined:hover{border:1px solid #dcdcdc}.add-merchant-wrapper .add-merchant-tabs .merchant-details-form .form-row-ctn:has(.merchant-number) .ant-input-outlined:focus-within{box-shadow:none;border:1px solid var(--project-primary, #232a87)}.add-merchant-wrapper .add-merchant-tabs .merchant-details-form .form-row-ctn .form-single-ctn{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:12px;flex:1 0 0}.add-merchant-wrapper .add-merchant-tabs .merchant-details-form .form-row-ctn .form-single-ctn .form-label{color:var(--default-text-primary);font-size:14px;font-weight:500;line-height:20px;display:flex;gap:4px}.add-merchant-wrapper .add-merchant-tabs .merchant-details-form .form-row-ctn .form-single-ctn .form-label .required-field{color:var(--system-error-dark);font-size:14px;font-weight:500}.add-merchant-wrapper .add-merchant-tabs .merchant-details-form .cta-ctn{display:flex;align-items:flex-start;gap:16px;align-self:stretch}.add-merchant-wrapper .add-merchant-tabs .merchant-details-form .cta-ctn .ant-btn-primary:disabled{opacity:.6;background-color:var(--project-primary);color:#fff}.add-merchant-wrapper .add-merchant-tabs .program-details-form{display:flex;padding:24px;flex-direction:column;align-items:flex-start;gap:36px;align-self:stretch}.add-merchant-wrapper .add-merchant-tabs .program-details-form input{padding:4px 16px;height:100%}.add-merchant-wrapper .add-merchant-tabs .program-details-form input::placeholder{overflow:hidden;color:var(--default-text-secondary, #898989);text-overflow:ellipsis;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-row-ctn{display:flex;align-items:center;gap:16px;align-self:stretch}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-row-ctn.program-tenure{align-items:baseline}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-row-ctn.program-tenure .ant-input-number{width:100%;height:48px}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-row-ctn.program-tenure .ant-input-number .ant-input-number-input-wrap{height:100%}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-row-ctn.empty-state{display:none}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-row-ctn.voucher-list-ctn{max-height:278px}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-row-ctn.voucher-list-ctn .form-single-wrapper{max-height:278px;width:100%;overflow-y:auto}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-row-ctn.voucher-list-ctn .form-single-wrapper.commission-table{border-radius:4px;border:1px solid var(--default-grey-dark, #e4e4e4)}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-row-ctn.voucher-list-ctn .form-single-wrapper.commission-table .table-heading{border-bottom:1px solid var(--default-grey-dark, #e4e4e4);background:var(--project-tertiary, linear-gradient(0deg, rgba(35, 42, 135, .05) 0%, rgba(35, 42, 135, .05) 100%), #fff);display:flex;padding:8px 24px;justify-content:space-between;align-items:center}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-row-ctn.voucher-list-ctn .form-single-wrapper.commission-table .table-heading span{color:var(--project-primary, #232a87);font-size:14px;font-weight:500;line-height:20px;text-transform:uppercase}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-row-ctn.voucher-list-ctn .form-single-wrapper.commission-table .form-single-ctn{display:flex;padding:20px 24px;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-row-ctn.voucher-list-ctn .form-single-wrapper.spotlight-tab{border-radius:4px;border:1px solid var(--default-grey-dark, #e4e4e4);position:relative;background-color:#f9f9f9;padding:20px 24px}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-row-ctn.voucher-list-ctn .form-single-wrapper.spotlight-tab .voucherText{margin-left:8px;padding:4px 8px;background-color:#ebedf3;border-radius:100px;color:#232a87}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-row-ctn.voucher-list-ctn .form-single-wrapper.spotlight-tab .bgLogo{position:absolute;right:0;top:0}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-row-ctn.voucher-list-ctn .form-single-wrapper.spotlight-tab .btn{border-color:var(--project-primary)}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-row-ctn.voucher-list-ctn .form-single-wrapper.spotlight-tab .btnDelete{border-color:var(--system-error-dark);color:var(--system-error-dark);background-color:var(--system-error-light)}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-single-ctn{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:12px;flex:1 0 0;position:relative}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-single-ctn:has(.points-ratio-ctn){width:50%;padding-right:8px}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-single-ctn .vouchers-selected{position:absolute;left:16px;top:57%;cursor:not-allowed}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-single-ctn .vouchers-selected.not-disabled-state{cursor:pointer}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-single-ctn .ant-radio-group{display:flex;gap:24px}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-single-ctn .ant-radio-group .ant-radio-wrapper .ant-radio .ant-radio-inner{background-color:transparent;border:1px solid var(--primary, #232a87)}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-single-ctn .ant-radio-group .ant-radio-wrapper .ant-radio .ant-radio-inner:after{background-color:var(--project-primary, #232a87);transform:scale(.7)}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-single-ctn .form-label{color:var(--default-text-primary);font-size:14px;font-weight:500;line-height:20px;display:flex;gap:4px}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-single-ctn .form-label .info-icon{margin-top:-2px;display:flex;align-items:center;cursor:pointer}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-single-ctn .points-ratio-ctn{display:flex;align-items:center;gap:12px;align-self:stretch}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-single-ctn .points-ratio-ctn .point-label{color:var(--default-text-primary);font-size:18px;font-weight:500;line-height:25px;white-space:nowrap}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-single-ctn .company-percentage-form{display:flex;align-items:center;width:100%}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-single-ctn .company-percentage-form .input-ctn{display:flex;align-items:center}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-single-ctn .company-percentage-form .input-ctn .ant-input-number{width:100%}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-single-ctn .company-percentage-form .input-ctn .ant-input-number-input-wrap{width:120px;color:var(--default-text-primary);font-size:14px;font-weight:400;line-height:22px;padding:12px 16px;font-family:Poppins,sans-serif}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-single-ctn .company-percentage-form .input-ctn .ant-input-number-input-wrap input{padding:0}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-single-ctn .company-percentage-form .input-ctn span{position:absolute;right:40px;align-items:center;display:flex}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-single-ctn .company-percentage-form .company-name-ctn{display:flex;gap:8px;min-width:120px;width:100%}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-single-ctn .currency-input.budget-limit{width:50%;padding-right:8px}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-single-ctn .currency-input.program-budget .ant-input-outlined[disabled]{color:var(--default-text-primary, #0c0c0c)}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-single-ctn .gift-card-unlock-ctn{display:flex;gap:12px;width:50%;padding-right:6px}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-single-ctn .gift-card-unlock-ctn .limit{width:20%}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-single-ctn .gift-card-unlock-ctn .limit .ant-input-number-input-wrap{height:100%}.add-merchant-wrapper .add-merchant-tabs .program-details-form .form-single-ctn .gift-card-unlock-ctn .dropdown{width:80%}.add-merchant-wrapper .add-merchant-tabs .program-status-container{padding:24px;gap:36px;width:100%;height:100%;flex-direction:column}.add-merchant-wrapper .add-merchant-tabs .program-status-container .title-switch-container{gap:12px;flex-direction:column}.add-merchant-wrapper .add-merchant-tabs .program-status-container .title-switch-container .program-status-title{gap:4px}.add-merchant-wrapper .add-merchant-tabs .program-status-container .title-switch-container .program-status-title .program-status-text{color:var(--default-text-primary, #0c0c0c);font-family:Poppins,sans-serif;font-size:14px;font-weight:500}.add-merchant-wrapper .add-merchant-tabs .program-status-container .title-switch-container .program-status-title .program-status-mandatory{color:var(--system-error-dark, #c20);font-size:14px;font-weight:500}.add-merchant-wrapper .add-merchant-tabs .program-status-container .title-switch-container .program-status-switch{gap:12px;align-items:center}.add-merchant-wrapper .add-merchant-tabs .program-status-container .title-switch-container .program-status-switch .ant-switch{height:30px;width:48px;border-radius:100px;border:1px solid transparent}.add-merchant-wrapper .add-merchant-tabs .program-status-container .title-switch-container .program-status-switch .ant-switch[aria-checked=true]{border-radius:100px;background:var(--primary, #232a87)}.add-merchant-wrapper .add-merchant-tabs .program-status-container .title-switch-container .program-status-switch .ant-switch[aria-checked=true] .ant-switch-handle{inset-inline-start:calc(100% - 28px)}.add-merchant-wrapper .add-merchant-tabs .program-status-container .title-switch-container .program-status-switch .ant-switch[aria-checked=false]{border-radius:100px;background:var(--default-background, #f8f8f8);border:1px solid var(--stroke, #dcdcdc)}.add-merchant-wrapper .add-merchant-tabs .program-status-container .title-switch-container .program-status-switch .ant-switch-handle:before{border-radius:50%;background:var(--white, #fff);box-shadow:0 1px 4px #00000026;height:22px;width:22px;top:1px;inset-inline-start:2px}.add-merchant-wrapper .add-merchant-tabs .program-status-container .title-switch-container .program-status-switch .set-as-live{color:var(--default-text-primary, #0c0c0c);font-size:14px;font-weight:400}.add-merchant-wrapper .add-merchant-tabs .program-status-container .input-history-wrapper .input-container{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:12px}.add-merchant-wrapper .add-merchant-tabs .program-status-container .input-history-wrapper .input-container .add-fund-title{gap:4px}.add-merchant-wrapper .add-merchant-tabs .program-status-container .input-history-wrapper .input-container .add-fund-title .add-fund-text{color:var(--default-text-primary, #0c0c0c);font-size:14px;font-weight:500}.add-merchant-wrapper .add-merchant-tabs .program-status-container .input-history-wrapper .input-container .add-fund-title .add-fund-mandatory{color:var(--system-error-dark, #c20);font-size:14px;font-weight:500}.add-merchant-wrapper .add-merchant-tabs .program-status-container .input-history-wrapper .input-container .currency-input{position:relative;width:100%}.add-merchant-wrapper .add-merchant-tabs .program-status-container .input-history-wrapper .input-container .currency-input .ant-form-item{margin-bottom:0}.add-merchant-wrapper .add-merchant-tabs .program-status-container .input-history-wrapper .input-container .currency-input .ruppee-text{position:absolute;left:16px;top:50%;transform:translateY(-50%);z-index:1}.add-merchant-wrapper .add-merchant-tabs .program-status-container .input-history-wrapper .input-container .currency-input .form-input{flex-grow:1}.add-merchant-wrapper .add-merchant-tabs .program-status-container .input-history-wrapper .input-container .currency-input .form-input.ant-input-number-outlined{border:1px solid var(--default-stroke)}.add-merchant-wrapper .add-merchant-tabs .program-status-container .input-history-wrapper .input-container .currency-input .form-input.ant-input-number-outlined:focus-within{border:1px solid var(--project-primary, #232a87)}.add-merchant-wrapper .add-merchant-tabs .program-status-container .input-history-wrapper .input-container .currency-input .form-input.ant-input-number-outlined .ant-input-number-input{padding:12px 16px 12px 33px;background-color:var(--default-background);border-radius:8px}.add-merchant-wrapper .add-merchant-tabs .program-status-container .input-history-wrapper .history-container{display:flex;padding:3px 0;flex-direction:column;justify-content:flex-end;align-items:flex-start;flex:1 0 0;align-self:stretch}.add-merchant-wrapper .add-merchant-tabs .program-status-container .input-history-wrapper .history-container .view-history{display:flex;padding:12px 16px 12px 32px;align-items:center;gap:8px;cursor:pointer}.add-merchant-wrapper .add-merchant-tabs .program-status-container .input-history-wrapper .history-container .view-history-text{color:var(--primary, #232a87)}.add-merchant-wrapper .add-merchant-tabs .program-status-container .transaction-wrapper{gap:20px}.add-merchant-wrapper .add-merchant-tabs .program-status-container .transaction-wrapper .input-container{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:12px;flex:1 0 0}.add-merchant-wrapper .add-merchant-tabs .program-status-container .transaction-wrapper .input-container .add-fund-title{gap:4px}.add-merchant-wrapper .add-merchant-tabs .program-status-container .transaction-wrapper .input-container .add-fund-title .add-fund-text{color:var(--default-text-primary, #0c0c0c);font-size:14px;font-weight:500}.add-merchant-wrapper .add-merchant-tabs .program-status-container .transaction-wrapper .input-container .add-fund-title .add-fund-mandatory{color:var(--system-error-dark, #c20);font-size:14px;font-weight:500}.add-merchant-wrapper .add-merchant-tabs .program-status-container .transaction-wrapper .input-container .currency-input{position:relative;width:100%}.add-merchant-wrapper .add-merchant-tabs .program-status-container .transaction-wrapper .input-container .currency-input .ant-form-item{margin-bottom:0}.add-merchant-wrapper .add-merchant-tabs .program-status-container .transaction-wrapper .input-container .currency-input .ruppee-text{position:absolute;left:16px;top:50%;transform:translateY(-50%);z-index:1}.add-merchant-wrapper .add-merchant-tabs .program-status-container .transaction-wrapper .input-container .currency-input .percentage-text{position:absolute;right:16px;top:50%;transform:translateY(-50%);z-index:1;display:flex;align-items:center}.add-merchant-wrapper .add-merchant-tabs .program-status-container .transaction-wrapper .input-container .currency-input .form-input{flex-grow:1}.add-merchant-wrapper .add-merchant-tabs .program-status-container .transaction-wrapper .input-container .currency-input .form-input.ant-input-number-outlined{border:1px solid var(--default-stroke)}.add-merchant-wrapper .add-merchant-tabs .program-status-container .transaction-wrapper .input-container .currency-input .form-input.ant-input-number-outlined:focus-within{border:1px solid var(--project-primary, #232a87)}.add-merchant-wrapper .add-merchant-tabs .program-status-container .transaction-wrapper .input-container .currency-input .form-input.ant-input-number-outlined .ant-input-number-input{padding:12px 16px 12px 33px;background-color:var(--default-background);border-radius:8px}.add-merchant-wrapper .add-merchant-tabs .program-status-container .cta-ctn{display:flex;align-items:flex-start;gap:16px;align-self:stretch}.add-merchant-wrapper .add-merchant-tabs .program-status-container .cta-ctn .ant-btn-primary:disabled{opacity:.6;background-color:var(--project-primary);color:#fff}.ant-modal-root:has(.cancel-modal) .ant-modal-content .ant-modal-footer{margin-top:0;border-radius:8px}.ant-modal-root:has(.cancel-modal) .ant-modal-content .ant-modal-footer .modal-cta-btn{background-color:var(--primary, #232a87)}.ant-modal-root:has(.cancel-modal) .ant-modal-content .ant-modal-footer .modal-cta-btn:hover{background-color:var(--primary, #232a87)}.table-modal .ant-modal-content .ant-modal-header{border-bottom:1px solid var(--default-grey-light, #ebedf3)!important}.table-modal .ant-modal-content .ant-modal-body{padding:0!important}.table-modal .ant-modal-content .ant-modal-body .ant-table-wrapper{position:relative}.table-modal .ant-modal-content .ant-modal-body .ant-table-wrapper .ant-spin-container .ant-table{border-radius:8px;overflow:auto;max-height:400px}.table-modal .ant-modal-content .ant-modal-body .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-content{position:relative}.table-modal .ant-modal-content .ant-modal-body .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-content table{border-collapse:separate;border-spacing:0}.table-modal .ant-modal-content .ant-modal-body .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-content thead{position:sticky;top:0;z-index:3;background:var(--project-tertiary, linear-gradient(0deg, rgba(35, 42, 135, .05) 0%, rgba(35, 42, 135, .05) 100%), #fff)}.table-modal .ant-modal-content .ant-modal-body .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-content thead tr{position:sticky;top:0;z-index:3}.table-modal .ant-modal-content .ant-modal-body .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-content thead th{position:sticky;top:0;z-index:3;border-bottom:1px solid var(--default-grey-light, #ebedf3);color:var(--project-primary);font-size:16px;font-weight:400;line-height:22px;padding:12px 16px;white-space:nowrap}.table-modal .ant-modal-content .ant-modal-body .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-content thead th:before{background-color:inherit}.table-modal .ant-modal-content .ant-modal-body .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-content tbody{position:relative;z-index:1}.table-modal .ant-modal-content .ant-modal-body .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-content tbody tr{background:#fff}.table-modal .ant-modal-content .ant-modal-body .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-content thead tr th:first-child,.table-modal .ant-modal-content .ant-modal-body .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-content thead tr td:first-child,.table-modal .ant-modal-content .ant-modal-body .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-content tbody tr th:first-child,.table-modal .ant-modal-content .ant-modal-body .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-content tbody tr td:first-child{padding-left:34px}.table-modal .ant-modal-content .ant-modal-body .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-content thead tr th:last-child,.table-modal .ant-modal-content .ant-modal-body .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-content thead tr td:last-child,.table-modal .ant-modal-content .ant-modal-body .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-content tbody tr th:last-child,.table-modal .ant-modal-content .ant-modal-body .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-content tbody tr td:last-child{padding-right:34px}.ant-select-dropdown{padding:0}.ant-select-dropdown.custom-dropdown-class .ant-select-item[aria-selected=true]{background:var(--secondary, #e9eaf3)}.ant-select-dropdown.custom-dropdown-class .ant-select-item[aria-selected=true] .ant-select-item-option-state{color:var(--primary, #232a87);display:flex}.ant-select-dropdown.custom-dropdown-class .ant-select-item[aria-selected=true] .ant-select-item-option-state:after{content:"";position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%3e%3cpath%20d='M6.17391%2010.9144L2.89066%207.63116C2.68691%207.42741%202.35657%207.42741%202.15281%207.63116C1.94906%207.83491%201.94906%208.16526%202.15281%208.36901L5.80499%2012.0212C6.00874%2012.2249%206.33909%2012.2249%206.54284%2012.0212L13.8472%204.71684C14.0509%204.51308%2014.0509%204.18274%2013.8472%203.97899C13.6434%203.77523%2013.3131%203.77523%2013.1093%203.97899L6.17391%2010.9144Z'%20fill='%23232A87'/%3e%3c/svg%3e");background-size:cover}.ant-select-dropdown .rc-virtual-list-scrollbar .rc-virtual-list-scrollbar-thumb{display:flex;width:4px!important;justify-content:center;align-items:flex-start;gap:10px;border-radius:40px!important;background:var(--default-stroke, #c5c5c5)!important}.ant-select-dropdown .rc-virtual-list .rc-virtual-list-holder-inner .ant-select-item{min-height:44px;display:flex;justify-content:center;align-items:center;position:relative}.ant-select-dropdown .rc-virtual-list .rc-virtual-list-holder-inner .ant-select-item[aria-selected=true]{background:var(--secondary, #e9eaf3)}.ant-select-dropdown .rc-virtual-list .rc-virtual-list-holder-inner .ant-select-item[aria-selected=true] .ant-select-item-option-state{color:var(--primary, #232a87)}.ant-tooltip{min-width:364px}.ant-tooltip .ant-tooltip-arrow{left:2px}.ant-tooltip .ant-tooltip-inner{display:flex;padding:4px 12px;align-items:center;gap:4px;border-radius:4px;background:var(--default-text-primary, #0c0c0c);color:var(--default-white, #fff);font-size:12px;font-weight:400;line-height:16px;margin-left:-8px}.selectionList{position:absolute;border:1px solid #EBEDF3;box-shadow:0 1px 4px #0000001f;width:100%;border-radius:8px;background-color:#fff;z-index:11;top:52px;max-height:200px;overflow:auto}.selectionList .selectionItem{padding:12px 16px;border-bottom:1px solid #EBEDF3;cursor:pointer}.selectedVouchers{display:flex;flex-direction:column;gap:4px;margin-top:16px;max-height:180px;overflow:auto}.selectedVouchers .selectedItem{border:1px solid #EBEDF3;padding:12px;border-radius:4px;display:flex;justify-content:space-between}.add-spotlight-modal .ant-modal-body .ant-input-outlined{background-color:var(--default-background);box-shadow:none;border:1px solid var(--default-stroke)}.add-spotlight-modal .ant-modal-body .ant-input-outlined:hover,.add-spotlight-modal .ant-modal-body .ant-input-outlined:focus,.add-spotlight-modal .ant-modal-body .ant-input-outlined:focus-within{border:1px solid var(--project-primary, #232a87)}.add-spotlight-modal .ant-modal-body .ant-input-outlined .ant-input{border:none}.add-spotlight-modal .ant-modal-body .ant-input-outlined .ant-input:hover,.add-spotlight-modal .ant-modal-body .ant-input-outlined .ant-input:focus,.add-spotlight-modal .ant-modal-body .ant-input-outlined .ant-input:focus-within{border:none!important}.custom-checkbox-dropdown .ant-select-selection-wrap{height:100%}.custom-checkbox-dropdown.select-category{width:100%;overflow:hidden!important}.custom-checkbox-dropdown.select-category.giftcard-category .ant-select-selection-placeholder{font-size:10px;font-weight:400;line-height:16px}.custom-checkbox-dropdown.select-category.rewards-engine-checkbox .ant-select-selection-item{border:1px solid var(--default-stroke)}.custom-checkbox-dropdown.select-category.rewards-engine-checkbox .ant-select-selection-overflow-item-suffix{width:1px;position:relative;right:1px;margin-left:32px}.custom-checkbox-dropdown.select-category .ant-select-open .ant-select-selector{border:1px solid var(--project-primary, #232a87)!important}.custom-checkbox-dropdown.select-category .ant-select-selector{background:var(--default-grey-light, #ebedf3);padding-inline-end:0px!important;padding:4px!important;border-radius:6px!important;box-shadow:0 1px 4px #0000000a inset!important}.custom-checkbox-dropdown.select-category .ant-select-selector:hover:not(.ant-select-disabled .ant-select-selector){border:1px solid var(--project-primary, #232a87)!important}.custom-checkbox-dropdown.select-category .ant-select-selector:focus-within{box-shadow:none!important;border:1px solid var(--project-primary, #232a87)!important}.custom-checkbox-dropdown.select-category .ant-select-selector:after{display:none!important}.custom-checkbox-dropdown.select-category .ant-select-selector .options-container{margin:8px!important;max-height:200px!important;overflow-y:auto!important}.custom-checkbox-dropdown.select-category .ant-select-selector .select-cat-input{margin:8px!important}.custom-checkbox-dropdown.select-category .ant-select-selector .ant-select-selection-overflow{display:flex!important;gap:4px!important;margin-right:-4px!important;height:100%}.custom-checkbox-dropdown.select-category .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item{height:100%}.custom-checkbox-dropdown.select-category .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item:not(.ant-select-selection-overflow-item-suffix):nth-child(1),.custom-checkbox-dropdown.select-category .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item:not(.ant-select-selection-overflow-item-suffix):nth-child(2),.custom-checkbox-dropdown.select-category .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item:not(.ant-select-selection-overflow-item-suffix):nth-child(3){flex-grow:1!important;width:70px}.custom-checkbox-dropdown.select-category .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item:not(.ant-select-selection-overflow-item-suffix)::nth-child(4){min-width:32px}.custom-checkbox-dropdown.select-category .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item:not(.ant-select-selection-overflow-item-suffix)::nth-child(4) .ant-select-selection-item{padding-inline-start:6px!important;padding-inline-end:0px!important}.custom-checkbox-dropdown.select-category .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item .ant-select-selection-search{display:none!important}.custom-checkbox-dropdown.select-category .ant-select-selector .ant-select-selection-item{height:100%;width:100%!important;border-radius:4px!important;background:var(--default-background, #f9f9f9)!important;box-shadow:0 1px 4px #00000014!important;display:flex!important;justify-content:center!important;align-items:center!important}.custom-checkbox-dropdown.select-category .ant-select-selector .ant-select-selection-item .ant-select-selection-item-content{overflow:hidden!important;align-self:center!important;text-overflow:ellipsis!important;font-size:12px!important;font-weight:400!important;line-height:16px!important}.custom-checkbox-dropdown.select-category .ant-select-selector .ant-select-selection-item .ant-select-selection-item-content .option-item{display:flex!important;align-items:center!important}.custom-checkbox-dropdown.select-category .ant-select-selector .ant-select-selection-item .ant-select-selection-item-content .option-item .item-name{text-overflow:ellipsis!important;overflow:hidden!important;white-space:nowrap!important}.custom-checkbox-dropdown.select-category .ant-select-selector .ant-select-selection-item .ant-select-selection-item-content .ant-checkbox,.custom-checkbox-dropdown.select-category .ant-select-selector .ant-select-selection-item-remove{display:none!important}.custom-checkbox-dropdown.select-category .ant-select-arrow{transform:rotate(0);transition:transform .2s ease-in-out}.custom-checkbox-dropdown.select-category .ant-select-arrow .anticon-search{display:none}.custom-checkbox-dropdown.select-category.ant-select-open .ant-select-arrow{transform:rotate(180deg)}.ant-select-dropdown .custom-select-dropdown .ant-input-prefix{margin-inline-end:8px}.ant-select-dropdown .custom-select-dropdown input::placeholder{font-size:14px;font-weight:400;line-height:22px;font-family:Poppins,sans-serif;color:var(--default-text-secondary, #898989)}.toast-ctn{width:100%;align-items:center;justify-content:center;position:sticky;bottom:60px}.toast-ctn .toast{position:relative;display:flex;padding:12px 135px;justify-content:center;align-items:center;gap:16px;border-radius:8px;box-shadow:1px 1px 3px #5b5b5b0f,-1px 2px 4px 3px #4444440f}.toast-ctn .toast.success{background-color:var(--system-success-dark)}.toast-ctn .toast.error{background-color:var(--system-error-dark)}.toast-ctn .toast span{color:var(--white, #fff);text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:140%}.toast-ctn .toast .cross-icon{position:absolute;right:20px;cursor:pointer}.common-toast{width:90%;align-items:center;justify-content:center;position:sticky;bottom:60px}.common-toast .toast{background-color:#333;color:#fff;position:relative;display:flex;padding:12px 135px;justify-content:center;align-items:center;gap:16px;border-radius:8px;box-shadow:1px 1px 3px #5b5b5b0f,-1px 2px 4px 3px #4444440f}.common-toast .toast.success{background-color:var(--system-success-dark)}.common-toast .toast.error{background-color:var(--system-error-dark)}.common-toast .toast span{color:var(--white, #fff);text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:140%}.common-toast .toast .cross-icon{position:absolute;right:20px;cursor:pointer}.common-toast .cross-icon{margin-left:10px;cursor:pointer}.navbar-wrapper{width:100%;height:100%;flex-direction:column}.navbar-wrapper .icon-wrapper{min-height:44px;width:100%;gap:12px;align-items:center;padding:0 16px;cursor:pointer}.navbar-wrapper .icon-wrapper.-active{color:var(--project-primary, #232a87);border-radius:4px;background:var(--default-background, #f9f9f9)}.navbar-wrapper .icon-wrapper .nav-text{text-align:center;font-size:12px;font-style:normal;font-weight:500;line-height:16px;color:inherit}.gift-card-wrapper{background-color:var(--default-background)}.gift-card-wrapper .action-icon-btn{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.gift-card-wrapper .action-icon-btn:focus{outline:none}.gift-card-wrapper .gift-card-ctn{padding:0 24px 16px}.gift-card-wrapper .gift-card-ctn .line{width:100%;height:1px;background:#c5c5c5;margin:-4px 0 0}.gift-card-wrapper .gift-card-ctn .custom-empty{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;height:247px;background:var(--default-white, #fff)}.gift-card-wrapper .gift-card-ctn .custom-empty .custom-empty-image{margin:0 auto}.gift-card-wrapper .gift-card-ctn .custom-empty .custom-empty-description{color:var(--default-text-secondary, #898989);text-align:center;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:22px}.gift-card-wrapper .gift-card-ctn .custom-empty .complete-now-button{margin-top:24px}.gift-card-wrapper .gift-card-ctn .custom-empty .complete-now-button .complete-now-text{color:var(--default-white, #fff);font-family:Poppins,sans-serif;font-size:12px;font-weight:500;line-height:16px;letter-spacing:.24px}.gift-card-wrapper .gift-card-ctn .top-header{display:grid;grid-template-columns:repeat(3,1fr)}.gift-card-wrapper .gift-card-ctn .top-header .sub-title{color:var(--default-text-primary, #0c0c0c);font-size:20px;font-weight:400;line-height:28px}.gift-card-wrapper .gift-card-ctn .top-header .title{color:var(--default-text-primary);font-size:32px;font-weight:600;white-space:nowrap}.gift-card-wrapper .gift-card-ctn .top-header .add-new-merchant-btn{width:fit-content;justify-self:end}.gift-card-wrapper .gift-card-ctn .table-wrapper{border-radius:8px;box-shadow:0 1px 4px #0000001f;background:var(--project-tertiary, linear-gradient(0deg, rgba(35, 42, 135, .05) 0%, rgba(35, 42, 135, .05) 100%), #fff)}.gift-card-wrapper .gift-card-ctn .table-wrapper .ant-table-wrapper .ant-spin-container .ant-table{border-radius:0}.gift-card-wrapper .gift-card-ctn .table-wrapper .ant-table-wrapper .ant-spin-container .ant-table .ant-table-container .ant-table-tbody tr td{border-bottom:0px}.gift-card-wrapper .gift-card-ctn .table-wrapper .table-header{display:flex;justify-content:space-between;align-items:center;align-self:stretch;border-bottom:1px solid var(--default-grey-light, #ebedf3);background:var(--default-white, #fff);padding:16px 24px;border-radius:8px 8px 0 0}.gift-card-wrapper .gift-card-ctn .table-wrapper .table-header .icon-add-wrapper{display:flex;align-items:center;gap:16px}.gift-card-wrapper .gift-card-ctn .table-wrapper .table-header .icon-add-wrapper .filter-icon{display:flex;width:44px;height:44px;padding:12px;justify-content:center;align-items:center;gap:8px;border-radius:4px;background:var(--project-secondary, linear-gradient(0deg, rgba(35, 42, 135, .1) 0%, rgba(35, 42, 135, .1) 100%), #fff)}.gift-card-wrapper .gift-card-ctn .table-wrapper .table-header .search-bar-ctn{display:flex;min-width:500px;align-items:center;gap:12px}.gift-card-wrapper .gift-card-ctn .table-wrapper .table-header .search-bar-ctn .ant-input-affix-wrapper{border-radius:4px;border:1px solid var(--default-grey-dark, #e4e4e4);background:var(--default-background, #f9f9f9)}.gift-card-wrapper .gift-card-ctn .table-wrapper .table-header .search-bar-ctn .ant-input-affix-wrapper .ant-input-prefix{margin-inline-end:8px}.gift-card-wrapper .gift-card-ctn .table-wrapper .table-header .search-bar-ctn .ant-input-affix-wrapper .ant-input-suffix{margin-inline-start:8px;cursor:pointer}.gift-card-wrapper .gift-card-ctn .table-wrapper .table-header .search-bar-ctn .ant-input-affix-wrapper .ant-input-suffix .ant-input-clear-icon .anticon-close-circle{display:none}.gift-card-wrapper .gift-card-ctn .table-wrapper .table-header .search-bar-ctn .ant-input-affix-wrapper .ant-input-suffix .ant-input-clear-icon:after{content:"";display:inline-block;width:9px;height:10px;background-image:url("data:image/svg+xml,%3csvg%20width='9'%20height='10'%20viewBox='0%200%209%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.50002%204.05733L8.00627%200.757334L9.00785%201.7L5.5016%205L9.00785%208.3L8.00627%209.24267L4.50002%205.94267L0.993771%209.24267L-0.0078125%208.3L3.49844%205L-0.0078125%201.7L0.993771%200.757334L4.50002%204.05733Z'%20fill='%230C0C0C'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;vertical-align:middle}.gift-card-wrapper .gift-card-ctn .table-wrapper .table-header .search-bar-ctn .ant-input-affix-wrapper input::placeholder{font-size:14px;font-weight:400;line-height:22px;font-family:Poppins,sans-serif;color:var(--default-text-secondary, #898989)}.gift-card-wrapper .gift-card-ctn .table-wrapper .table-header .search-bar-ctn .ant-input-outlined{border:1px solid var(--default-stroke)}.gift-card-wrapper .gift-card-ctn .table-wrapper .table-header .search-bar-ctn .ant-input-outlined:hover{border-color:var(--default-stroke)}.gift-card-wrapper .gift-card-ctn .table-wrapper .table-header .search-bar-ctn .ant-input-outlined:focus{box-shadow:none}.gift-card-wrapper .gift-card-ctn .table-wrapper .table-header .search-bar-ctn .ant-input-outlined:focus-within{border:1px solid var(--project-primary, #232a87);box-shadow:none}.gift-card-wrapper .gift-card-ctn .table-wrapper .table-header .ant-btn{padding:12px}.gift-card-wrapper .gift-card-ctn .table-wrapper .table-header .ant-btn .filter-applied{position:absolute;top:14px;right:13px}.gift-card-wrapper .gift-card-ctn .table-wrapper .table-header .ant-btn .filter-applied .dot{display:flex;height:8px;width:8px;background-color:var(--project-primary, #232a87);border-radius:50%}.gift-card-wrapper .gift-card-ctn .table-wrapper .gift-card-table .ant-pagination{display:flex;padding:2px 6px;align-items:center;gap:16px;width:fit-content;border-radius:4px;background:var(--default-white, #fff);box-shadow:0 1px 4px #00000014;margin:12px 12px 12px auto;border:10px solid var(--default-white, #fff)}.gift-card-wrapper .gift-card-ctn .table-wrapper .gift-card-table .ant-table-content table{border-radius:0}.gift-card-wrapper .gift-card-ctn .table-wrapper .gift-card-table .ant-table-content table .ant-table-thead tr th{background:var(--project-tertiary, linear-gradient(0deg, rgba(35, 42, 135, .05) 0%, rgba(35, 42, 135, .05) 100%), #fff);color:var(--default-text-secondary);font-size:16px;font-weight:400;line-height:22px;padding:12px 24px;white-space:nowrap}.gift-card-wrapper .gift-card-ctn .table-wrapper .gift-card-table .ant-table-content table .ant-table-thead tr th.ant-table-cell{overflow:hidden;color:var(--project-primary, #232a87);text-overflow:ellipsis;font-size:14px;font-style:normal;font-weight:500;line-height:20px;text-transform:uppercase}.gift-card-wrapper .gift-card-ctn .table-wrapper .gift-card-table .ant-table-content table .ant-table-thead tr th.ant-table-cell:before{height:0}.gift-card-wrapper .gift-card-ctn .table-wrapper .gift-card-table .ant-table-content table .ant-table-thead tr th.ant-table-cell:first-child{padding-left:24px;border-start-start-radius:0px}.gift-card-wrapper .gift-card-ctn .table-wrapper .gift-card-table .ant-table-content table .ant-table-thead tr th.ant-table-cell:last-child{border-start-end-radius:0px}.gift-card-wrapper .gift-card-ctn .table-wrapper .gift-card-table .ant-table-content table tr .ant-table-cell-row-hover{background-color:transparent}.gift-card-wrapper .gift-card-ctn .table-wrapper .gift-card-table .ant-table-content table tr td.ant-table-cell{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:400px;color:var(--default-text-primary);font-size:14px;font-weight:400;line-height:20px;padding:22px 24px}.gift-card-wrapper .gift-card-ctn .table-wrapper .gift-card-table .ant-table-content table tr td.ant-table-cell .action-btn-category{width:fit-content;gap:12px}.gift-card-wrapper .gift-card-ctn .table-wrapper .gift-card-table .ant-table-content table tr td.ant-table-cell .action-btn-category svg{cursor:pointer}.gift-card-wrapper .gift-card-ctn .table-wrapper .gift-card-table .ant-table-content table tr td.ant-table-cell .add-icon-ctn{align-self:center;margin-left:8px;display:flex;width:32px;height:32px;padding:12px 16px;justify-content:center;align-items:center;gap:8px;border-radius:4px;cursor:pointer;background:var(--project-secondary, linear-gradient(0deg, rgba(35, 42, 135, .1) 0%, rgba(35, 42, 135, .1) 100%), #fff)}.gift-card-wrapper .gift-card-ctn .table-wrapper .gift-card-table .ant-table-content table tr td.ant-table-cell .add-icon-ctn .add-icon{transition:transform .3s ease}.gift-card-wrapper .gift-card-ctn .table-wrapper .gift-card-table .ant-table-content table tr td.ant-table-cell .add-icon-ctn .rotate{transform:rotate(45deg)}.gift-card-wrapper .gift-card-ctn .table-wrapper .gift-card-table .ant-table-content table tr td.ant-table-cell:first-child{padding-left:24px}.gift-card-wrapper .gift-card-ctn .table-wrapper .gift-card-table .ant-table-content table tr td.ant-table-cell:last-child{padding-right:24px}.gift-card-wrapper .gift-card-ctn .table-wrapper .gift-card-table .ant-table-content table tr td.ant-table-cell:has(.custom-empty){background-color:#fff;padding:26px 20px;border-radius:8px}.gift-card-wrapper .gift-card-ctn .table-wrapper .gift-card-table .ant-table-content table tr td.ant-table-cell .program-status{padding:8px 16px;border-radius:4px;width:fit-content;font-size:12px;line-height:17px}.gift-card-wrapper .gift-card-ctn .table-wrapper .gift-card-table .ant-table-content table tr td.ant-table-cell .program-status:first-letter{text-transform:capitalize}.gift-card-wrapper .gift-card-ctn .table-wrapper .gift-card-table .ant-table-content table tr td.ant-table-cell .program-status.live{color:var(--system-success-dark);background-color:var(--system-success-lightt)}.gift-card-wrapper .gift-card-ctn .table-wrapper .gift-card-table .ant-table-content table tr td.ant-table-cell .program-status.disabled{color:var(--system-error-dark);background-color:var(--system-error-light)}.gift-card-wrapper .gift-card-ctn .table-wrapper .gift-card-table .ant-table-content table tr td.ant-table-cell .program-status.draft{color:var(--system-pending-dark);background:var(--system-pending-light)}.gift-card-wrapper .gift-card-ctn .table-wrapper .gift-card-table .ant-table-content table tr td.ant-table-cell .program-status.paused{background:var(--default-grey-dark);color:var(--default-text-secondary)}.gift-card-wrapper .gift-card-ctn .table-wrapper .gift-card-table .ant-table-content table tr td.ant-table-cell .program-status.frozen{color:var(--default-text-primary);background:var(--project-secondary)}.gift-card-wrapper .gift-card-ctn .table-wrapper .gift-card-table .ant-table-content table tr td.ant-table-cell .program-status.expired{color:var(--default-text-secondary);background-color:var(--default-stroke)}.gift-card-wrapper .gift-card-ctn .table-wrapper .gift-card-table .ant-table-content table .action-text{cursor:pointer}.gift-card-wrapper .gift-card-ctn .table-wrapper .gift-card-table .ant-pagination .ant-pagination-item-active{border-color:#232a87}.gift-card-wrapper .gift-card-ctn .table-wrapper .gift-card-table .ant-pagination .ant-pagination-item-active a,.gift-card-wrapper .gift-card-ctn .table-wrapper .gift-card-table .ant-pagination .ant-pagination-item-active a:hover{color:#232a87}.gift-card-wrapper .gift-card-ctn .table-wrapper .gift-card-table .ant-pagination-options .ant-select-focused .ant-select-selector{border-color:var(--primary, #232a87);box-shadow:0 0 0 2px #232a871a}.gift-card-wrapper .gift-card-ctn .table-wrapper .gift-card-table .ant-pagination-options .ant-select-outlined:hover .ant-select-selector{border-color:var(--primary, #232a87)}.action-menu-item{display:flex;align-items:center;justify-content:flex-start;gap:8px;padding:12px 16px;width:100%;font-size:14px;font-weight:400;color:var(--default-text-primary);line-height:20px}.action-menu-item.disable-program{color:var(--system-error-dark)}.ant-dropdown .dropdown-menu{min-width:160px;display:flex;flex-direction:column;padding:0;justify-content:center;border-radius:4px}.ant-dropdown .dropdown-menu .ant-dropdown-menu-item{border-radius:4px;padding:11px 12px}.ant-dropdown .dropdown-menu .ant-dropdown-menu-item:nth-child(2){border-top:1px solid var(--default-stroke);border-radius:0 0 4px 4px}.ant-dropdown .dropdown-menu .ant-dropdown-menu-item:nth-child(3){border-top:1px solid var(--default-stroke);border-radius:0 0 4px 4px}.ant-dropdown .dropdown-menu .ant-dropdown-menu:has(.action-menu-item){padding:0}.ant-dropdown .dropdown-menu .ant-dropdown-menu .ant-dropdown-menu-item:has(.action-menu-item){padding:0}.ant-dropdown .dropdown-menu .ant-dropdown-menu .ant-dropdown-menu-item:hover{background-color:var(--default-grey-light)}.ant-modal .ant-modal-content{padding:0}.ant-modal .ant-modal-content .ant-modal-close{top:24px;right:24px}.ant-modal .ant-modal-content .ant-modal-header{padding:24px;border-bottom:1px solid var(--default-stroke);margin:0}.ant-modal .ant-modal-content .ant-modal-header .ant-modal-title{color:var(--default-text-primary);font-size:20px;font-weight:500;max-width:420px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.ant-modal .ant-modal-content .ant-modal-body{padding:24px}.ant-modal .ant-modal-content .ant-modal-body .ant-input:hover{border-color:var(--default-stroke)}.ant-modal .ant-modal-content .ant-modal-body .ant-input:focus{box-shadow:none}.ant-modal .ant-modal-content .ant-modal-body .ant-input:focus-within{border:1px solid var(--project-primary, #232a87);box-shadow:none}.ant-modal .ant-modal-content .ant-modal-footer{padding:24px}.ant-modal .ant-modal-content .ant-modal-footer .ant-btn-primary:disabled{border:none}.ant-modal .ant-modal-content .ant-modal-footer .modal-cancel-cta :hover{color:var(--project-primary);border:0}.ant-modal .ant-modal-content .ant-modal-footer .modal-cta-btn{margin-left:16px;border:0}.ant-modal .ant-modal-content .ant-modal-footer .modal-cta-btn:hover{border:0}.ant-select-dropdown .custom-select-dropdown{position:relative}.ant-select-dropdown .custom-select-dropdown .no-data{padding:12px}.ant-select-dropdown .custom-select-dropdown .ant-input-outlined:hover{border:1px solid var(--project-primary, #232a87)}.ant-select-dropdown .custom-select-dropdown .ant-input-outlined:focus-within{box-shadow:none;border:1px solid var(--project-primary, #232a87)}.ant-select-dropdown .custom-select-dropdown .ant-input-outlined:focus{box-shadow:none;border:1px solid var(--project-primary, #232a87)}.ant-select-dropdown .custom-select-dropdown .ant-select-item-option-state{display:none}.ant-select-dropdown .custom-select-dropdown .add-button-container{position:sticky;bottom:0;background:#fff;padding:8px 12px;border-top:1px solid #d9d9d9;z-index:1}.ant-select-dropdown .custom-select-dropdown .add-button-container .ant-btn-primary{width:100%;border:#fff}.ant-select-dropdown .custom-select-dropdown .rc-virtual-list .ant-select-item[aria-selected=true]{font-weight:400}.ant-select-dropdown .custom-select-dropdown .rc-virtual-list .ant-select-item{display:flex;height:40px;padding:0;align-items:center;gap:8px;align-self:stretch;border-radius:0;border-bottom:1px solid var(--default-grey-light, #ebedf3)}.ant-select-dropdown .custom-select-dropdown .rc-virtual-list .ant-select-item-option-content .option-item{padding:12px}.ant-select-dropdown .custom-select-dropdown .rc-virtual-list .ant-select-item-option-content .option-item .item-name{padding-left:12px;text-overflow:ellipsis;overflow:hidden}.ant-select-dropdown .custom-select-dropdown .rc-virtual-list .ant-select-item-option-content .ant-checkbox-wrapper .ant-checkbox span{color:var(--default-text-primary, #0c0c0c);font-size:12px;font-weight:400;line-height:16px}.ant-select-dropdown .custom-select-dropdown .rc-virtual-list .ant-select-item-option-content .ant-checkbox-wrapper .ant-checkbox-inner{border-color:var(--project-primary, #232a87)}.ant-select-dropdown .custom-select-dropdown .rc-virtual-list .ant-select-item-option-content .ant-checkbox-wrapper .ant-checkbox-inner:after{width:4.714286px}.ant-select-dropdown .custom-select-dropdown .rc-virtual-list .ant-select-item-option-content .ant-checkbox-wrapper:hover .ant-checkbox-inner{background-color:#fff;border-color:var(--project-primary, #232a87)}.ant-select-dropdown .custom-select-dropdown .rc-virtual-list .ant-select-item-option-content .ant-checkbox-wrapper-checked:hover .ant-checkbox-inner{background-color:var(--project-primary, #232a87)}.ant-select-dropdown .custom-select-dropdown .rc-virtual-list .ant-checkbox-checked .ant-checkbox-inner{background-color:var(--project-primary, #232a87);border-color:var(--project-primary, #232a87)}.ant-select-dropdown .custom-select-dropdown .rc-virtual-list .ant-checkbox-checked:hover .ant-checkbox-inner{background-color:transparent;border-color:var(--project-primary, #232a87)}.ant-select-dropdown .ant-input{font-family:Poppins,sans-serif}.ant-select-dropdown .ant-input .ant-input-prefix{margin-inline-end:8px}.custom-filter-dropdown{display:flex;width:200px;flex-direction:column;justify-content:center;align-items:flex-start;border-radius:4px;background:var(--default-white, #fff);box-shadow:0 1px 12px #0000001f}.custom-filter-dropdown .title-and-options{padding:12px;width:100%}.custom-filter-dropdown .title-and-options .title{color:var(--default-text-secondary, #898989);font-size:12px;font-weight:400;line-height:16px}.custom-filter-dropdown .title-and-options .options-container{margin-top:24px;display:flex;flex-direction:column;gap:24px;overflow-y:auto;max-height:120px}.custom-filter-dropdown .title-and-options .options-container .option-item label{width:100%}.custom-filter-dropdown .title-and-options .options-container .option-item .item-name{font-weight:400}.custom-filter-dropdown .title-and-options .options-container .option-item .ant-checkbox-wrapper .ant-checkbox .ant-checkbox+span{font-weight:400}.custom-filter-dropdown .title-and-options .options-container .option-item .ant-checkbox-wrapper .ant-checkbox span{color:var(--default-text-primary, #0c0c0c);font-size:12px;font-weight:400;line-height:16px}.custom-filter-dropdown .title-and-options .options-container .option-item .ant-checkbox-wrapper .ant-checkbox-inner{border-color:var(--project-primary, #232a87)}.custom-filter-dropdown .title-and-options .options-container .option-item .ant-checkbox-wrapper .ant-checkbox-inner:after{width:4.714286px}.custom-filter-dropdown .title-and-options .options-container .option-item .ant-checkbox-wrapper:hover .ant-checkbox-inner{background-color:#fff;border-color:var(--project-primary, #232a87)}.custom-filter-dropdown .title-and-options .options-container .option-item .ant-checkbox-wrapper-checked .ant-checkbox-inner,.custom-filter-dropdown .title-and-options .options-container .option-item .ant-checkbox-wrapper-checked:hover .ant-checkbox-inner{background-color:var(--project-primary, #232a87)}.custom-filter-dropdown .button-container{display:flex;padding:8px 12px;align-items:center;gap:8px;align-self:stretch;border-top:1px solid var(--default-grey-light, #ebedf3);justify-content:center}.custom-filter-dropdown .button-container .btn{display:flex;height:40px;padding:12px 16px;justify-content:center;align-items:center;gap:8px;flex:1 0 0;border:#fff;border-radius:4px}.gift-card-wrapper{padding:32px 0 0;height:100%}.gift-card-wrapper .gift-card-ctn{overflow:hidden;display:flex;flex-direction:column;gap:28px;height:100%}.gift-card-wrapper .gift-card-ctn .menu-selection{justify-content:space-between;align-items:center}.gift-card-wrapper .gift-card-ctn .menu-selection .ant-menu .ant-menu-item{padding-inline:0px;margin-right:28px}.gift-card-wrapper .gift-card-ctn .menu-selection .ant-menu .ant-menu-item:after{inset-inline:0px}.gift-card-wrapper .gift-card-ctn .menu-selection .ant-menu-horizontal{width:100%;border-bottom:1px solid var(--stroke, #dcdcdc);background-color:var(----default-background, #f9f9f9)}.gift-card-wrapper .gift-card-ctn .menu-selection .ant-menu-horizontal .ant-menu-item{color:var(--default-stroke);font-size:16px;font-weight:500}.gift-card-wrapper .gift-card-ctn .menu-selection .ant-menu-horizontal .ant-menu-item:first-child{margin-right:28px}.gift-card-wrapper .gift-card-ctn .menu-selection .ant-menu-horizontal .ant-menu-item:last-child{margin-right:-16px}.gift-card-wrapper .gift-card-ctn .menu-selection .ant-menu-light.ant-menu-horizontal>.ant-menu-item-selected{color:var(--primary, #232a87)}.gift-card-wrapper .gift-card-ctn .menu-selection .ant-menu-light.ant-menu-horizontal>.ant-menu-item-selected:after{border-bottom-color:var(--primary, #232a87)}.gift-card-wrapper .gift-card-ctn .menu-selection .ant-menu-horizontal>.ant-menu-item-active:after{border-bottom-color:var(--white, #fff)}.gift-card-wrapper .gift-card-ctn .menu-selection .ant-menu-light.ant-menu-horizontal>.ant-menu-item:hover:after{border-bottom-color:var(--primary, #232a87)}.gift-card-wrapper .gift-card-ctn .menu-selection .ant-menu-light .ant-menu-item:not(.ant-menu-item-selected):not(.ant-menu-submenu-selected):hover{color:var(--primary, #232a87)}.info-modal-wrapper .ant-modal-content{width:500px;height:500px}.info-modal-wrapper .ant-modal-content .ant-modal-body{overflow-y:auto;padding:0;gap:24px;display:flex;height:400px}.info-modal-wrapper .ant-modal-content .ant-modal-body .info-modal{display:flex;flex-direction:column;padding:20px 20px 20px 24px;gap:24px}.info-modal-wrapper .ant-modal-content .ant-modal-body .info-modal .container{display:flex;flex-direction:column;gap:16px}.info-modal-wrapper .ant-modal-content .ant-modal-body .info-modal .container .heading{color:var(--default-text-primary, #0c0c0c);font-size:14px;font-style:normal;font-weight:500;line-height:20px}.info-modal-wrapper .ant-modal-content .ant-modal-body .info-modal .container .denominations{gap:8px}.info-modal-wrapper .ant-modal-content .ant-modal-body .info-modal .container .body{color:var(--default-text-primary, #0c0c0c);font-size:14px;font-weight:400;line-height:20px;gap:2px}.info-modal-wrapper .ant-modal-content .ant-modal-body .info-modal .container .categories{display:flex;flex-wrap:wrap;gap:12px}.info-modal-wrapper .ant-modal-content .ant-modal-body .info-modal .container .categories span{display:flex;padding:4px 12px;align-items:center;border-radius:100px;background:var(--default-grey-light, #ebedf3);color:var(--default-text-primary, #0c0c0c);text-overflow:ellipsis;font-size:10px;font-weight:400;line-height:16px}.add-cat-modal .ant-modal-content{width:500px}.add-cat-modal .ant-modal-content .ant-modal-body{padding:20px 24px;overflow-y:scroll}.add-cat-modal .ant-modal-content .ant-modal-body:has(.hide-scroll){overflow-y:hidden}.add-cat-modal .ant-modal-content .ant-modal-body .add-cat-body{flex-direction:column;gap:12px}.add-cat-modal .ant-modal-content .ant-modal-body .add-cat-body .heading{color:var(--default-text-primary, #0c0c0c);font-family:Poppins;font-size:14px;font-weight:500;line-height:20px}.add-cat-modal .ant-modal-content .ant-modal-body .add-cat-body .star{margin-left:2px;color:var(--system-error-dark, #c20)}.add-cat-modal .ant-modal-content .ant-modal-body .add-cat-body .ant-input{display:flex;height:44px;padding:16px;align-items:center;gap:12px;align-self:stretch;border-radius:4px;background:var(--default-white, #fff);overflow:hidden;text-overflow:ellipsis;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.add-cat-modal .ant-modal-content .ant-modal-footer{padding:20px 24px;margin-top:0}
