.checkbox-cus-design input[type=checkbox]+label{display:block;cursor:pointer;position:relative}.checkbox-cus-design input[type=checkbox]{display:none}.checkbox-cus-design input[type=checkbox]+label:before{content:"";display:flex;justify-content:center;align-items:center;width:16px;height:16px;border:1px solid var(--theme-checkbox-border-color);border-radius:2px;color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);transition:all .2s ease}.checkbox-cus-design input[type=checkbox]:checked+label:before{background-color:var(--theme-checkbox-active-background-color);border-color:var(--theme-checkbox-active-border-color)}.checkbox-cus-design input[type=checkbox]:checked+label:after{content:"✔";display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:10px;color:var(--theme-checkbox-active-text-color);transition:color .2s ease}.checkbox-cus-design:hover input[type=checkbox]+label:before{border-color:#ff6900!important}.tooltip{position:relative}.tooltip .tooltiptext{visibility:hidden;width:100%;background-color:var(--theme-tooltip-background-color);color:var(--theme-text-white);text-align:center;border-radius:8px;font-size:12px;box-shadow:0 4px 16.7px 0 rgba(176,176,176,.2509803922);line-height:16px;padding:5px;position:absolute;z-index:1;bottom:115%;left:50%;word-break:break-all;transform:translateX(-50%)}@media(max-width:767px){.tooltip .tooltiptext{display:none}}.tooltip .tooltiptext:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:var(--theme-tooltip-background-color) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.tooltip:hover .tooltiptext{visibility:visible}.global-table-design table{width:100%;border-collapse:collapse}.global-table-design table .viewAllDesign{display:block;padding:8px 0;color:var(--theme-gray-800);cursor:pointer;font-family:var(--theme-secondary-font);font-size:12px;font-style:normal;font-weight:400;line-height:18px;text-align:center}.global-table-design table tbody tr{border-bottom:1px solid var(--theme-table-light-border-color)}.global-table-design table tbody tr td:first-child,.global-table-design table tbody tr td:last-child{padding:6px 30px}.global-table-design table tbody tr td{padding:6px 8px}.global-table-design table thead tr{border-bottom:1px solid var(--theme-table-light-border-color)}.global-table-design table thead tr th:first-child,.global-table-design table thead tr th:last-child{padding:18px 30px}.global-table-design table thead tr th{padding:18px 8px;text-align:left;font-family:var(--theme-secondary-font);font-size:16px;font-style:normal;font-weight:400;line-height:100%;color:var(--theme-gray-800)}.custom-tab{display:flex;align-items:center;gap:5px}.custom-tab button{border:none;cursor:pointer;font-family:var(--theme-secondary-font);font-size:16px;font-style:normal;line-height:100%;color:var(--theme-gray-900);border-radius:8px;padding:12px 32px;line-height:24px;font-weight:400;background-color:rgba(0,0,0,0);position:relative}.custom-tab button.active-tab{color:var(--theme-orange-text-color)}.custom-tab button.active-tab:before{position:absolute;bottom:0;left:0;right:0;margin:auto;content:" ";color:rgba(0,0,0,0);background:var(--theme-orange-text-color);height:2px;width:100%;transition:.4s ease-in-out}.custom-tab button:hover{color:var(--theme-orange-text-color)}.custom-tab button:hover:after{width:100%}.custom-tab button:after{position:absolute;bottom:0;left:0;right:0;margin:auto;content:" ";color:rgba(0,0,0,0);background:var(--theme-orange-text-color);height:2px;width:0;transition:.4s ease-in-out;font-weight:500}