2026-01-27 18:27:29 +05:30
|
|
|
:root {
|
|
|
|
|
--INPUT_FIELD_WIDTH: min(60vw, 250px);
|
|
|
|
|
--HEADING_COLOR: #000000;
|
|
|
|
|
--HEADING_FONT_FAMILY: 'Gilroy';
|
|
|
|
|
|
|
|
|
|
--PARA_FONT_FAMILY: 'Poppins';
|
|
|
|
|
--PARA_COLOR: #3f3f3f;
|
|
|
|
|
|
|
|
|
|
--PRIMARY_BUTTON_BG_COLOR: #8f1e78;
|
|
|
|
|
--PRIMARY_BUTTON_COLOR: #ffffff;
|
|
|
|
|
--PRIMARY_BUTTON_BORDER_RADIUS: 6px;
|
|
|
|
|
|
|
|
|
|
--SECONDRY_BUTTON_BG_COLOR: white;
|
|
|
|
|
--SECONDRY_BUTTON_COLOR: #000000;
|
|
|
|
|
--SECONDRY_BUTTON_BORDER_RADIUS: 25.6853px;
|
|
|
|
|
|
|
|
|
|
--THIRD_BUTTON_BG_COLOR: #060606;
|
|
|
|
|
--THIRD_BUTTON_COLOR: #efefef;
|
|
|
|
|
--THIRD_BUTTON_BORDER_RADIUS: 6.53329px;
|
|
|
|
|
|
|
|
|
|
--BOX_SHADOW_LEVEL1: 0px 4px 15px rgba(0, 0, 0, 0.1);
|
|
|
|
|
--BOX_SHADOW_LEVEL2: 0px 4px 25px rgba(0, 0, 0, 0.2);
|
|
|
|
|
--BOX_SHADOW_LEVEL3: 0px 5.25331px 26.3077px rgba(0, 0, 0, 0.08);
|
|
|
|
|
|
|
|
|
|
--CARD_BG_COLOR: rgba(255, 255, 255, 0.6);
|
|
|
|
|
--CARD_COLOR: #000000;
|
|
|
|
|
--CARD_FONT_FAMILY: 'Gilroy-Medium';
|
|
|
|
|
--CARD_BORDER_RADIUS: 10px;
|
|
|
|
|
|
|
|
|
|
--ANCHOR_FONT_FAMILY: 'Manrope';
|
|
|
|
|
--ANCHOR_COLOR: #314259;
|
|
|
|
|
|
|
|
|
|
--BUTTON_FONT_FAMILY: 'Gilroy-Medium';
|
|
|
|
|
|
|
|
|
|
--BREAD_CRUMB_PADDING: 1rem;
|
|
|
|
|
|
|
|
|
|
--TABLE_PAGE_PADDING: 1rem;
|
|
|
|
|
|
|
|
|
|
/* --PAGE_BODY_BACKGROUND_COLOR: #e8ecf1; */
|
|
|
|
|
--PAGE_BODY_BACKGROUND_COLOR: #d4e7ff;
|
|
|
|
|
|
|
|
|
|
--SELECTED_COLOR: #52c41a;
|
|
|
|
|
|
|
|
|
|
--ERROR_COLOR: #ff4d4f;
|
|
|
|
|
|
|
|
|
|
--DEFAULT_SELECTED_COLOR: #1292ee;
|
|
|
|
|
|
|
|
|
|
overflow-x: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
html,
|
|
|
|
|
body {
|
|
|
|
|
overscroll-behavior: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
* {
|
|
|
|
|
padding: 0px;
|
|
|
|
|
margin: 0px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
|
font-family: VAR(--PARA_FONT_FAMILY);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button {
|
|
|
|
|
font-family: var(--BUTTON_FONT_FAMILY);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
header {
|
|
|
|
|
font-family: VAR(--HEADING_FONT_FAMILY);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
font-family: var(--PARA_FONT_FAMILY);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ant-menu-title-content {
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
|
|
/* align-items: center; */
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* '''''''''''''''''''''''''''''?'? */
|
|
|
|
|
|
|
|
|
|
/* ScrollBar */
|
|
|
|
|
|
|
|
|
|
::-webkit-scrollbar {
|
|
|
|
|
width: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Track */
|
|
|
|
|
::-webkit-scrollbar-track {
|
|
|
|
|
background: #f1f1f1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Handle */
|
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
|
|
background: #999999;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.samplereportTable {
|
|
|
|
|
overflow: auto;
|
|
|
|
|
width: 80vw;
|
|
|
|
|
height: 70vh !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reportTablepreprence {
|
|
|
|
|
overflow: auto;
|
|
|
|
|
/* width: 88vw; */
|
|
|
|
|
|
|
|
|
|
height: 70vh !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.firstTable {
|
|
|
|
|
height: 65vh;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (min-width: 280px) and (max-width: 768px) {
|
|
|
|
|
.anim-1 {
|
|
|
|
|
width: 30vw !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reportTablepreprence {
|
|
|
|
|
overflow: auto;
|
|
|
|
|
width: 70vw;
|
|
|
|
|
|
|
|
|
|
height: 50vh !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.reportTablepreprence table {
|
|
|
|
|
table-layout: auto !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.samplereportTable .ant-table-content table {
|
|
|
|
|
table-layout: auto !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.firstTable {
|
|
|
|
|
/* width: 60vw !important; */
|
|
|
|
|
overflow: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.SecondTable {
|
|
|
|
|
width: 60vw !important;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.samplereportTable {
|
|
|
|
|
overflow: auto;
|
|
|
|
|
width: 80vw;
|
|
|
|
|
height: 49vh !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tooltip {
|
|
|
|
|
position: relative;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tooltip .tooltiptext {
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
width: 120px;
|
|
|
|
|
background-color: #000;
|
|
|
|
|
color: #fff;
|
|
|
|
|
text-align: left;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
padding: 10px 5px;
|
|
|
|
|
|
|
|
|
|
/* Position the tooltip */
|
|
|
|
|
position: absolute;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.navbar-top {
|
|
|
|
|
top: 38px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tooltip:hover .tooltiptext {
|
|
|
|
|
visibility: visible;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* nk */
|
|
|
|
|
/* .CustomerAddSrch .bottom-0{
|
|
|
|
|
bottom: 2.5rem;
|
|
|
|
|
} */
|
|
|
|
|
.BSLayout1 .tooltip .tooltiptext {
|
|
|
|
|
bottom: 2.5rem !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BSLayout2 .tooltip .tooltiptext {
|
|
|
|
|
bottom: 2.5rem !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BSLayout3 .tooltip .tooltiptext {
|
|
|
|
|
bottom: 2.5rem !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BsLayout4-Master .tooltip .tooltiptext {
|
|
|
|
|
bottom: 2.5rem !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BSLayout5 .tooltip .tooltiptext {
|
|
|
|
|
bottom: 2.5rem !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BSLayout6-fulldiv .tooltip .tooltiptext {
|
|
|
|
|
bottom: 2.5rem !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BSBillingNavBar1-AllIcons .tooltip .tooltiptext {
|
|
|
|
|
top: 2.5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.BSBillingNav2div2 .tooltip .tooltiptext {
|
|
|
|
|
top: 2.5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.CustMob-Name .tooltip .tooltiptext {
|
|
|
|
|
top: 2.5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sentLink {
|
|
|
|
|
display: flex;
|
|
|
|
|
width: 200px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
justify-content: space-evenly;
|
|
|
|
|
background-color: var(--SELECTED_COLOR);
|
|
|
|
|
border: #545454 solid 1px;
|
|
|
|
|
color: white;
|
|
|
|
|
align-items: center;
|
|
|
|
|
font-family: var(--HEADING_FONT_FAMILY);
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
margin: 0.5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sentLink:hover {
|
|
|
|
|
background-color: #f3f3f3;
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sentok {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-around;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.overall-bscombo-container .tooltip .tooltiptext {
|
|
|
|
|
bottom: 2.5rem !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dotted-box .css-b62m3t-container {
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes blink {
|
|
|
|
|
0% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
50% {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
100% {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.anim-1 {
|
|
|
|
|
/* animation: blink 1s infinite; */
|
|
|
|
|
align-items: center;
|
|
|
|
|
display: flex;
|
|
|
|
|
/* width: clamp(100px, 2vw, 200px); */
|
|
|
|
|
width: 20vw;
|
|
|
|
|
/* padding: 0rem 0.5rem; */
|
|
|
|
|
font-size: clamp(0.9rem, 2vw, 1.5rem);
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
font-family: var(--HEADING_FONT_FAMILY);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.payment-error-msg {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-family: VAR(--PARA_FONT_FAMILY);
|
|
|
|
|
color: VAR(--ERROR_COLOR);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Disable all Ant Design table animations and hover effects */
|
|
|
|
|
.ant-table,
|
|
|
|
|
.ant-table *,
|
|
|
|
|
.ant-table-wrapper * {
|
|
|
|
|
transition: none !important;
|
|
|
|
|
animation: none !important;
|
|
|
|
|
animation-duration: 0s !important;
|
|
|
|
|
transition-duration: 0s !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ant-table-tbody > tr:hover > td,
|
|
|
|
|
.ant-table-tbody > tr:hover,
|
|
|
|
|
.ant-table-row:hover > td,
|
|
|
|
|
.ant-table-row:hover,
|
|
|
|
|
.ant-table-cell-row-hover {
|
|
|
|
|
background: transparent !important;
|
|
|
|
|
background-color: transparent !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* OverWrite code for modal */
|
|
|
|
|
|
|
|
|
|
.ant-modal .ant-modal-content {
|
|
|
|
|
padding: 34px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ant-table-wrapper .ant-table-thead > tr > th,
|
|
|
|
|
.ant-table-wrapper .ant-table-thead > tr > td {
|
|
|
|
|
color: #ffffff !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-table table {
|
|
|
|
|
border-spacing: 0 0 !important;
|
|
|
|
|
}
|
2026-02-11 11:35:57 +05:30
|
|
|
|
|
|
|
|
.ant-table-tbody .ant-table-cell {
|
|
|
|
|
font-family: 'Poppins' !important;
|
|
|
|
|
}
|