/* -------------------- 
	SF CUSTOM CSS ONLY
----------------------- */

/* Warehouses Start */
.page-snowflake-warehouses .nav-tabs .nav-link {
	color: #737373;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 131.25% */
	border: 0px;
	background: none;
}
.page-snowflake-warehouses .nav-tabs .nav-link.active {
	border-bottom: 1.5px solid #2760EA;
	color: #2760EA;
}
.page-snowflake-warehouses .nav-tabs {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

/* Insights */
.page-snowflake-warehouses .warehouses-top-card {
	display: flex;
	align-items: center;
	gap: 16px;
	align-self: stretch;
}
.page-snowflake-warehouses .warehouses-top-card .card {
	display: flex;
	width: 400px;
	border: 1px solid var(--Greys-Grey-7, #E6E6E6);
	background: #FFF;
}
.page-snowflake-warehouses .warehouses-top-card .card-body {
	padding: 24px;
	border-radius: 12px;
}
.page-snowflake-warehouses .warehouses-top-card .avatar {
	margin-right: 5px;
}
.page-snowflake-warehouses .warehouses-top-card .avatar-title {
	display: flex;
	width: 40px;
	height: 40px;
	padding: 12.308px;
	justify-content: center;
	align-items: center;
	gap: 7.692px;
}
.page-snowflake-warehouses .warehouses-top-card h6 {
	color: var(--Greys-Grey-3, #4C4C4C);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 133.333% */
	letter-spacing: -0.054px;
}
.page-snowflake-warehouses .warehouses-top-card .cost-details {
	color: var(--Greys-Grey-1, #0D0D0D);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 120% */
	letter-spacing: -0.06px;
}
.page-snowflake-warehouses .warehouses-top-card .warehouses-details {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	color: var(--Greys-Grey-1, #0D0D0D);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 150% */
}
.page-snowflake-warehouses .warehouses-top-card .total-warehouses,
.page-snowflake-warehouses .warehouses-top-card .total-underutilized-warehouses {
	font-size: 16px;
	font-weight: 600;
}
.page-snowflake-warehouses .warehouses-top-card p {
	color: var(--Greys-Grey-3, #4C4C4C);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: -0.042px;
}
.page-snowflake-warehouses .warehouses-top-card .total-new-warehouses {
	color: var(--Greys-Grey-1, #0D0D0D);
	font-size: 20px;
}
.page-snowflake-warehouses .warehouses-top-card hr {
	margin-top: 12px;
}

.page-snowflake-warehouses .sf-card {
	display: flex;
	border: 1px solid var(--Greys-Grey-7, #E6E6E6);
	background: #FFF;
}
.page-snowflake-warehouses .sf-card .card-body {
	padding: 24px;
	border-radius: 12px;
	display: flex;
    flex-direction: column;
    gap: 24px;
}
.page-snowflake-warehouses .sf-card h5 {
	color: var(--Greys-Grey-1, #0D0D0D);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}
.page-snowflake-warehouses .sf-card p {
	color: var(--Greys-Grey-3, #4C4C4C);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 128.571% */
	letter-spacing: -0.3px;
}
.sf-title {
	border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.sf-total {
	color: var(--Greys-Grey-1, #0D0D0D);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    float: right;
}

.page-snowflake-warehouses .apexcharts-xaxis text, 
.page-snowflake-warehouses .apexcharts-yaxis text {
    fill: #4C4C4C;
}
.page-snowflake-warehouses .top-warehouses-cost {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 22px;
	flex: 1 0 0;
	align-self: stretch;
}
.page-snowflake-warehouses .progress-bar-chart-container {
	width: 100%;
}
.page-snowflake-warehouses .progress-bar-row {
	margin-bottom: 10px;
}
.page-snowflake-warehouses .size-label {
	display: inline-block;
	padding: 0px 4px;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	border: 1px solid var(--Snowflake-Shades-S7, #0883AF);
	background: var(--Snowflake-Shades-S1, #EBF9FE);
	color: var(--Snowflake-Shades-S7, #0883AF);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 128.571% */
	margin-right: 5px;
}
.page-snowflake-warehouses .progress-bar-label {
	color: var(--Greys-Grey-3, #4C4C4C);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 112.5% */
}
.page-snowflake-warehouses .progress-bar {
	height: 11px;
    border-radius: 5px;
    margin-top: 8px;
    background: var(--Snowflake-Shades-S5, #27B6EA);
	width: 0%;
    transition: width 1.5s ease-in-out;
}
.page-snowflake-warehouses .progress-bar-cost {
	color: var(--Greys-Grey-1, #0D0D0D);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.page-snowflake-warehouses .x-axis {
    display: flex;
    justify-content: space-between;
    color: var(--Greys-Grey-3, #4C4C4C);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: -0.28px;
	width: 100%;
}
.page-snowflake-warehouses .sf-chart-kpi-cards .alert {
	display: flex;
	width: 145px;
	padding: 10px 16px 10px 12px;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	border-radius: 8px;
	border: 1px solid var(--Greys-Grey-7, #E6E6E6);
}
.page-snowflake-warehouses .sf-chart-kpi-cards .alert span {
    height: 12px;
    width: 12px;
    display: inline-block;
    border-radius: 2px;
    margin-right: 0.5rem !important;
}
.page-snowflake-warehouses .sf-chart-kpi-cards .alert p {
    color: var(--Greys-Grey-3, #4C4C4C);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 128.571% */
	margin-bottom: 0px!important;
}
.page-snowflake-warehouses .sf-chart-kpi-cards .alert h5 {
	color: var(--Greys-Grey-1, #0D0D0D);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
	letter-spacing: -0.3px;
	margin-bottom: 0;
}
.page-snowflake-warehouses .cost-breakdown-lob .bu-name {
	color: var(--Greys-Grey-2, #333);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	align-items: center;
    justify-content: center;
    display: flex;
    gap: 8px;
}
.page-snowflake-warehouses .cost-breakdown-lob .bu-name .bu-label {
	display: inline-block;
    width: 8px;
    border-radius: 3px;
    height: 24px;
}
.page-snowflake-warehouses .cost-breakdown-lob .bu-cost {
	color: var(--Greys-Grey-1, #0D0D0D);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
	letter-spacing: -0.3px;
}
.page-snowflake-warehouses .search-warehouses ul {
	height: 350px;
    overflow-y: auto;
	box-shadow: 0 2px 3px #e4e8f0;
}
.page-snowflake-warehouses .search-warehouses ul li a {
	color: #000;
    padding: 8px 5px 8px 5px;
}

.page-snowflake-warehouses .donut-skeleton-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 210px;  /* Adjust size of the donut */
	height: 210px; /* Adjust size of the donut */
	transform: translate(30%, 10%);
}
.page-snowflake-warehouses .donut-skeleton {
	width: 100%;
	height: 100%;
	background-color: #f0f0f0;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	animation: donut-loading 1.5s infinite linear;
}
.page-snowflake-warehouses .donut-skeleton::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	height: 60%;
	background-color: white;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}
@keyframes donut-loading {
   0% {
    background-color: hsl(200, 20%, 80%);
  }

  100% {
    background-color: hsl(200, 20%, 95%);
  }
}


/* Warehouses */
.page-snowflake-warehouses .warehouses-search-block {
	margin-bottom: 20px;
}
.page-snowflake-warehouses .warehouses-search-block .input-group input {
	padding: 12px 22px 12px 14px;
	border: 1px solid #D9D9D9;
	border-left: 0px;
	border-radius: 8px;
}
.page-snowflake-warehouses .warehouses-search-block .input-group .input-group-text {
	background: #fff;
	padding: 12px 0px 12px 14px;
	border: 1px solid #D9D9D9;
	border-right: 0px;
	border-radius: 8px;
}
.page-snowflake-warehouses .warehouses-search-block .input-group .input-group-text img {
	width: 20px;
    height: 20px;
    padding: 2.315px 2.048px 1.667px 2.315px;
}
.page-snowflake-warehouses .warehouses-search-block .input-group input::placeholder {
	color: #737373;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 125% */
}
.page-snowflake-warehouses .warehouses-search-block .form-select {
	color: #000;
	border-radius: 8px;
	border: 1px solid #DBDBDB;
	display: flex;
	height: 48px;
	padding: 12px 16px 12px 24px;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	box-shadow: none;
}
  
.page-snowflake-warehouses .warehouses-table th {
	color: #696969;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 150% */
	padding: 12px 24px;
}
.page-snowflake-warehouses .warehouses-table thead {
	background: #F5F7FC;
}
.page-snowflake-warehouses .warehouses-table td {
	color: #292929;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
	padding: 18px 24px;
	border: 0px;
	vertical-align: middle;
}
.page-snowflake-warehouses .warehouses-table tbody tr {
	box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.12) inset;
}
.page-snowflake-warehouses .warehouses-table tbody tr:last-child {
	box-shadow: none;
}
.page-snowflake-warehouses .warehouses-table.no-footer {
	border-bottom: 1px solid rgba(0, 0, 0, 0.10) !important;
}
.page-snowflake-warehouses .dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 0px!important;
}
.page-snowflake-warehouses #sf-component-top-underutilized .dataTables_scrollHeadInner,
.page-snowflake-warehouses #sf-component-top-underutilized .warehouses-table,
.page-snowflake-warehouses #sf-component-warehouses-list .dataTables_scrollHeadInner,
.page-snowflake-warehouses #sf-component-warehouses-list .warehouses-table,
.page-snowflake-spotlight #sf-sl-underutilized-warehouses .dataTables_scrollHeadInner,
.page-snowflake-spotlight #sf-sl-underutilized-warehouses .warehouses-table,
.page-snowflake-warehouses #sf-component-recommendation-list .dataTables_scrollHeadInner,
.page-snowflake-warehouses #sf-component-recommendation-list .warehouses-table {
	width: 100%!important;
}
.page-snowflake-warehouses .table-responsive {
	border-radius: 1rem;
}
.page-snowflake-warehouses .table-border {
	border: 1px solid rgba(0, 0, 0, 0.10);
}
.page-snowflake-warehouses .DTFC_Cloned {
	background: #fff;
}
.page-snowflake-warehouses .DTFC_RightHeadBlocker {
	background: #fff;
}
.page-snowflake-warehouses .DTFC_RightBodyLiner .DTFC_Cloned .sorting {
	display: none;
}
.page-snowflake-warehouses .DTFC_LeftBodyLiner .DTFC_Cloned {
	border-right: 1px solid rgba(0, 0, 0, 0.10);
}
.page-snowflake-warehouses .fullscreen {
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 1054;
    padding: 20px;
}

.page-snowflake-warehouses .pagination button {
	width: 40px;
	font-size: 20px;
	color: #0000008A;
	box-shadow: none;
}
.page-snowflake-warehouses .pagination select {
	outline: none;
	color: #000;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 142.857% */
	border-radius: 4px;
    border: 1px solid #DFE3E8;
    padding: 5px;
}
.page-snowflake-warehouses .size-label {
	color: var(--Snowflake-Shades-S7, #0883AF);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    padding: 0px 4px;
    gap: 10px;
    border-radius: 3px;
    border: 1px solid var(--Snowflake-Shades-S7, #0883AF);
    background: var(--Snowflake-Shades-S1, #EBF9FE);
	display: inline-block;
}
.page-snowflake-warehouses .utilization-label {
	display: flex;
    width: 45px;
    height: 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 2px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}
.page-snowflake-warehouses .utilization-label.success {
    background: #F2FAF6;
    color: #059650;
}
.page-snowflake-warehouses .utilization-label.warning {
    background: #FFF7ED;
    color: #C06528;
}
.page-snowflake-warehouses .utilization-label.danger {
    background: #FEF4F5;
    color: #B31827;
}

.page-snowflake-warehouses table.dataTable thead>tr>th.sorting_asc:before,
.page-snowflake-warehouses table.dataTable thead>tr>th.sorting_desc:after {
	color: #2760EA;
	opacity: 1!important;
}
.page-snowflake-warehouses .ticket-status {
	display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
}
.page-snowflake-warehouses .ticket-status.not-created {
    background: #F5F5F5;
    color: #666;
}
.page-snowflake-warehouses .ticket-status.done {
    background: #5FD16A;
    color: #5FD16A;
}
.page-snowflake-warehouses .warehouses-table td.grand-total-cost {
	font-weight: 600;
}
.page-snowflake-spotlight .warehouses-table td a.warehouse-name ,
.page-snowflake-warehouses .warehouses-table td a.warehouse-name {
    color: #2760EA;
    font-weight: 500;
}

/* Warehouse Details */
.viewSnowflakeDetailsModal {
	overflow: hidden;
}
.viewSnowflakeDetailsModal .modal-content {
	border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.viewSnowflakeDetailsModal .modal-dialog {
	max-width: 100%;
    top: 0px;
}
.viewSnowflakeDetailsModal .modal-header {
	padding: 20px 24px;
}
.viewSnowflakeDetailsModal .modal-title {
	color: #191919;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 105% */
}
.viewSnowflakeDetailsModal .modal-body {
	background: #F1F3F7;
	padding: 24px 24px 25px 24px;
}
.viewSnowflakeDetailsModal.bootbox.modal.fade .modal-dialog {
    animation-duration: 0.2s;
}
.viewSnowflakeDetailsModal .modal-title .open-ticket {
	position: absolute;
    right: 60px;
    top: 12px;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}
.viewSnowflakeDetailsModal .modal-title .open-ticket .btn-primary {
    padding: 8px 16px;
    border-radius: 8px;
    background: #2760EA;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.viewSnowflakeDetailsModal .modal-header .close {
    padding: 10px;
	opacity: 1;
}

.viewSnowflakeDetailsModal .view-warehouse-details {
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.viewSnowflakeDetailsModal .view-warehouse-details .col-1 {
	width: 12%;
}
.viewSnowflakeDetailsModal .view-warehouse-details .col-6 {
	width: 50%;
}
.viewSnowflakeDetailsModal .view-warehouse-details .col-5 {
	width: 38%;
}
.viewSnowflakeDetailsModal h4 {
	color: #191919;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 105% */
	margin-bottom: 0px;
}
.viewSnowflakeDetailsModal .view-warehouse-menu {
	display: flex;
    padding: 7px 0px 7px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
	float: right;
	padding-right: 20px;
	position: fixed;
    left: 3%;
}
.viewSnowflakeDetailsModal .view-warehouse-menu a {
	color: #737373;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 131.25% */
	letter-spacing: -0.3px;
}
.viewSnowflakeDetailsModal .view-warehouse-menu a.active {
	color: var(--Primary-Blue, #2960F5);
}
.viewSnowflakeDetailsModal .card {
	border-radius: 7px;
	border: 1px solid var(--border, rgba(0, 0, 0, 0.10));
}
.viewSnowflakeDetailsModal .card-header {
	padding: 20px;
	border-bottom: 1.2px solid #E6E6E6;
}
.viewSnowflakeDetailsModal .resource-details .avatar {
	width: 36px;
    height: 36px;
}
.viewSnowflakeDetailsModal .warehouse-name h6 {
	color: #666;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 128.571% */
	letter-spacing: -0.3px;
}
.viewSnowflakeDetailsModal .warehouse-name h5 {
	color: #191919;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 116.667% */
	margin-bottom: 0;
}
.viewSnowflakeDetailsModal .resource-details h4 {
	color: #191919;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
	margin-bottom: 0;
}
.viewSnowflakeDetailsModal .resource-details h6 {
	color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
	margin-bottom: 5px;
}
.viewSnowflakeDetailsModal .resource-details h5 {
	color: var(--Greys-Grey-1, #0D0D0D);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
	margin-bottom: 0;
}

.viewSnowflakeDetailsModal .resource-details .row:first-child {
	margin: 0px 5px 0px 5px;
}
.viewSnowflakeDetailsModal .resource-details .col-3 {
	padding: 16px 16px 16px 16px;
}
.viewSnowflakeDetailsModal .resource-details .col-4,
.viewSnowflakeDetailsModal .resource-details .col-5 {
	padding: 12px 16px 12px 16px;
}
.viewSnowflakeDetailsModal .resource-details .warehouses-operators {
	color: var(--Greys-Grey-2, #333);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.3px;
    text-transform: capitalize;
}
.viewSnowflakeDetailsModal .contact-block {
	border-radius: 8px;
	border: 1px solid var(--Greys-Grey-7, #E6E6E6);
	display: flex;
	padding: 16px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	background: rgba(242, 245, 254, 0.50);
	margin-bottom: 15px;
}
.viewSnowflakeDetailsModal .col-6:last-child .contact-block {
	margin-bottom: 0px;
}
.viewSnowflakeDetailsModal .contact-block h5 {
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 125% */
}
.viewSnowflakeDetailsModal .contact-block h6 {
	color: #808080;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	margin-bottom: 0;
}
.viewSnowflakeDetailsModal .contact-border {
	border: 1px solid var(--Greys-Grey-7, #E6E6E6);
    height: 1px;
    width: 100%;
    margin: 5px 0px 5px 0px;
}
.viewSnowflakeDetailsModal .contact-block .avatar {
	width: 48px;
	height: 48px;
}
.viewSnowflakeDetailsModal .resource-tags-block {
	max-height: 150px;
	overflow-y: auto;
}
.viewSnowflakeDetailsModal .resource-tags-block .tags-list {
	padding: 8px 8px 8px 16px;
	background: #FFF;
	display: inline-block;
	margin: 0px 10px 10px 0px;
	border-radius: 12px;
	border: 1px solid var(--Greys-Grey-7, #E6E6E6);
	background: rgba(242, 245, 254, 0.50);
}
.viewSnowflakeDetailsModal .resource-tags-block .copy-tag {
	border-radius: 45px;
    background: #EBF9FE;
    width: 26px;
    height: 26px;
    padding: 2px;
    color: #065E7F;
    margin-left: 5px;
	box-shadow: none;
}
.viewSnowflakeDetailsModal .resource-tags-block .tags-list span {
	color: var(--Greys-Grey-1, #0D0D0D);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.viewSnowflakeDetailsModal .queries-parameterized-list-rec span ,
.viewSnowflakeDetailsModal .queries-parameterized-list span ,
.viewSnowflakeDetailsModal .top-costly-queries-list span {
	display: inline-block;
	padding: 3px 12px;
	align-items: center;
	gap: 10px;
	border-radius: 7px;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 150% */
}
.viewSnowflakeDetailsModal .queries-parameterized-list-rec .success ,
.viewSnowflakeDetailsModal .queries-parameterized-list .success ,
.viewSnowflakeDetailsModal .top-costly-queries-list .success {
	background: #F2FAF6;
	color: #059650;
}
.viewSnowflakeDetailsModal .queries-parameterized-list-rec .failed ,
.viewSnowflakeDetailsModal .queries-parameterized-list .failed ,
.viewSnowflakeDetailsModal .top-costly-queries-list .failed {
	background: #FEF4F5;
	color: #EF4444;
}
.viewSnowflakeDetailsModal .queries-parameterized-list-rec .incident ,
.viewSnowflakeDetailsModal .queries-parameterized-list .incident ,
.viewSnowflakeDetailsModal .top-costly-queries-list .incident {
	background: #FFF7ED;
	color: #C06528;
}
.page-snowflake-recommendation .copy-cell {
  display: flex;
  align-items: center;
  gap: 6px;
}


.page-snowflake-recommendation .resource-id-copy {
  background: transparent;
  border: none;
  padding: 4px 0px;
  line-height: 1;
  visibility: hidden;
}


.page-snowflake-recommendation .copy-cell:hover .resource-id-copy {
  visibility: visible;
}





.page-snowflake-recommendation .resource-id-copy i {
  font-size: 12px;
}


.page-snowflake-recommendation.rec-archive-table .create-ticket-btn-DR{
	display: none;
}
.page-snowflake-recommendation .top-services-filter .dropdown-menu .dropdown-item  ,
.page-snowflake-radar .top-services-filter .dropdown-menu .dropdown-item  ,
.page-snowflake-recommendation .top-rec-source-filter .dropdown-menu .dropdown-item  {
	width:90%;
}
.page-snowflake-recommendation .top-services-filter .dropdown-menu  ,
.page-snowflake-radar .top-services-filter .dropdown-menu  {
    min-width: 226px !important;
    width: 226px !important;
    height: 350px !important;
    overflow: hidden;
}
.page-snowflake-recommendation .top-rec-source-filter .dropdown-menu  {
    min-width: 175px !important;
    width: 175px !important;
    height: 90px !important;
    overflow: hidden;
}

.viewSnowflakeDetailsModal .recommendation-block {
	border-radius: 8px;
    border: 1px solid var(--Greys-Grey-7, #E6E6E6);
    background: #FFF;
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 6px;
}
.viewSnowflakeDetailsModal .ingestion-content {
	display: flex;
    padding: 14px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 12px;
    background: var(--Semantics-Warning-Y1, #FFF7ED);
} 
.viewSnowflakeDetailsModal .ingestion-content h6 {
	color: var(--Greys-Grey-1, #0D0D0D);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 150% */
	letter-spacing: -0.3px;
}
.viewSnowflakeDetailsModal .ingestion-content p {
	color: var(--Greys-Grey-2, #333);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
	letter-spacing: -0.3px;
}
.viewSnowflakeDetailsModal .ingestion-content .warehouse-label {
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.10);
}

.viewSnowflakeDetailsModal .apexcharts-xaxis text, 
.viewSnowflakeDetailsModal .apexcharts-yaxis text {
    fill: #555;
	color: var(--Text-onSurface-Subdued, #555);
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 200% */
	letter-spacing: -0.2px;
}
.viewSnowflakeDetailsModal .apexcharts-legend-marker {
    margin-right: 5px;
}
.viewSnowflakeDetailsModal .apexcharts-legend-series {
    padding-right: 15px;
}

.viewSnowflakeDetailsModal .fi-txt {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 120% */
}
.viewSnowflakeDetailsModal .ask-fi-res-ans {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 171.429% */
	white-space: normal;
}
.viewSnowflakeDetailsModal .ask-fi-res-ans h4 {
	margin-bottom: .5rem;
	font-size: 16px;
	color:#333333;
}
.viewSnowflakeDetailsModal .fi-res-refresh {
	color: var(--Greys-Grey-3, #4C4C4C);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 128.571% */
}
.viewSnowflakeDetailsModal .fi-res-refresh.fi-rotate {
    animation: fi-rotate 1s ease-in-out infinite;
}
@keyframes fi-rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.viewSnowflakeDetailsModal .ask-fi-res-ans:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: black;
	animation: fi-blinkCursor 1s infinite;
	vertical-align: top;
	margin: 5px;
	border-radius: 50%;
}
.viewSnowflakeDetailsModal .hide-cursor:after {
	display: none!important;
}
/* Queries Recommendation related styles added by Janvi */
.PossibleCausesList {
	font-family: "Work Sans";
	line-height: 1;
	color: #333;
	max-width: 800px;
	/* margin: 0 auto; */
	padding: 5px;
	font-size: 16px;
	overflow-y: scroll;
    height: 180px;
}
.PossibleCausesList .pricing-box {
	display: inline-block;
	padding: 0px;
	font-family: "Work Sans";
	font-size: 16px;
	font-weight: 400;
	margin: 0px;
	border:none;
}

.PossibleCausesList .price {
	color: #059650;
	font-size:20px;
}

.PossibleCausesList .period {
	color: #0d0d0d;
	font-size:16px;
}

.viewSnowflakeDetailsModal .PossibleCausesList .issue-item {
	margin-bottom: 30px;
}


.viewSnowflakeDetailsModal .PossibleCausesList .issue-title {
	font-weight: 500;
	font-size: 16px;
	color: #0D0D0D;
	margin-bottom: 8px;
}


.viewSnowflakeDetailsModal .PossibleCausesList .issue-description {
	margin-left: 5px;
	color: #333;
	font-size: 16px;
    line-height: 20px;
}


.viewSnowflakeDetailsModal .PossibleCausesList .code-text {
	font-family: 'IBM plex mono', monospace;
	background: #0000001A;
	padding: 1px 4px;
	border-radius: 3px;
	
}
.viewSnowflakeDetailsModal .PossibleCauses {
	background-color: #FFF7ED;
	padding: 12px;
	border-radius: 8px;
}
.viewSnowflakeDetailsModal .PossibleCauses p.db{
	font-family: "Work Sans";
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: -0.3px;
	color:#333333;
}
.viewSnowflakeDetailsModal .PossibleCauses h6.db{
	font-family: "Work Sans";
	font-weight: 500;
	font-style: Medium;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: -0.3px;
	color:#0D0D0D;
}
.viewSnowflakeDetailsModal .PossibleCauses h6{
	color: var(--Semantics-Warning-Y4, #C06528);
	font-family: "Work Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 128.571% */
	letter-spacing: -0.3px;
}
.viewSnowflakeDetailsModal .additional-details #Information span:nth-child(1){
	font-size: 16px;
	color: #C06528;
}
.viewSnowflakeDetailsModal .additional-details #Information span:nth-child(2){
	color: var(--Greys-Grey-4, #666);
	font-family: "Work Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 128.571% */
	letter-spacing: -0.3px;
}
.viewSnowflakeDetailsModal .additional-details #Information span:nth-child(3){
	color: var(--Greys-Grey-2, #333);
	font-family: "Work Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: -0.3px;
}
.new-query-text-block .card-header {
	display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    height: 34.4px;
    background:#F5F5F5;
    border: 0;
    border-radius: 6px 6px 0 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.new-query-text-block .card-header h6 {
    color:  #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
}
.new-query-text-block .card-body {
    border-radius: 0px 0px 6px 6px;
    border: 1px solid  rgba(0, 0, 0, 0.05);
    background:rgba(245, 245, 245, 0.5);;
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px;
    max-height: 180px;
    overflow: auto;
}
.PossibleCausesList.changes li{
	line-height: 25px;;
}
/* END of Queries Recommendation related styles added by Janvi */
@keyframes fi-blinkCursor {
	0%{
		opacity: 1;
	}
	50%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

.sf-daterangepicker {
	box-shadow: 0 5px 6px rgba(20, 27, 43, .1);
	font-family: "Work Sans"!important;
}
.sf-daterangepicker .drp-buttons .btn {
    font-size: 13px!important;
    padding: 10px 16px!important;
	font-weight: 600 !important;
	border: 0;
}
.sf-daterangepicker .ranges li {
	font-size: 14px !important;
    padding: 12px 14px !important;
    color: #000;
    font-weight: 500;
}
.sf-daterangepicker .calendar-table th,
.sf-daterangepicker .calendar-table td {
	width: 35px!important;
    height: 35px!important;
    font-size: 14px !important;
    font-weight: 500 !important;
}
.sf-daterangepicker .drp-selected {
	color: #000;
}
.sf-daterangepicker .drp-buttons {
	padding: 15px!important;
}
.sf-daterangepicker .drp-buttons .btn-default {
    background: #E6E6E6;
}
.sf-daterangepicker .drp-buttons .btn-primary {
    background: #2760EA;
}

/* Warehouses End */

/* Databases Start */
.page-snowflake-databases .nav-tabs .nav-link {
	color: #737373;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 131.25% */
	border: 0px;
	background: none;
}
.page-snowflake-databases .nav-tabs .nav-link.active {
	border-bottom: 1.5px solid #2760EA;
	color: #2760EA;
}
.page-snowflake-databases .nav-tabs {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

/* Insights */
.page-snowflake-databases .warehouses-top-card {
	display: flex;
	align-items: center;
	gap: 16px;
	align-self: stretch;
}
.page-snowflake-databases .warehouses-top-card .card {
	display: flex;
	width: 400px;
	border: 1px solid var(--Greys-Grey-7, #E6E6E6);
	background: #FFF;
}
.page-snowflake-databases .warehouses-top-card .card-body {
	padding: 24px;
	border-radius: 12px;
}
.page-snowflake-databases .warehouses-top-card .avatar {
	margin-right: 5px;
}
.page-snowflake-databases .warehouses-top-card .avatar-title {
	display: flex;
	width: 40px;
	height: 40px;
	padding: 12.308px;
	justify-content: center;
	align-items: center;
	gap: 7.692px;
}
.page-snowflake-databases .warehouses-top-card h6 {
	color: var(--Greys-Grey-3, #4C4C4C);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 133.333% */
	letter-spacing: -0.054px;
}
.page-snowflake-databases .warehouses-top-card .cost-details {
	color: var(--Greys-Grey-1, #0D0D0D);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 120% */
	letter-spacing: -0.06px;
}
.page-snowflake-databases .warehouses-top-card .warehouses-details {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	color: var(--Greys-Grey-1, #0D0D0D);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 150% */
}
.page-snowflake-databases .warehouses-top-card .total-databases,
.page-snowflake-databases .warehouses-top-card .total-mom-increase {
	font-size: 16px;
	font-weight: 600;
}
.page-snowflake-databases .warehouses-top-card p {
	color: var(--Greys-Grey-3, #4C4C4C);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: -0.042px;
}
.page-snowflake-databases .warehouses-top-card .total-new-warehouses {
	color: var(--Greys-Grey-1, #0D0D0D);
	font-size: 20px;
}
.page-snowflake-databases .warehouses-top-card hr {
	margin-top: 12px;
}

.page-snowflake-databases .sf-card {
	display: flex;
	border: 1px solid var(--Greys-Grey-7, #E6E6E6);
	background: #FFF;
}
.page-snowflake-databases .sf-card .card-body {
	padding: 24px;
	border-radius: 12px;
	display: flex;
    flex-direction: column;
    gap: 24px;
}
.page-snowflake-databases .sf-card h5 {
	color: var(--Greys-Grey-1, #0D0D0D);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}
.page-snowflake-databases .sf-card p {
	color: var(--Greys-Grey-3, #4C4C4C);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 128.571% */
	letter-spacing: -0.3px;
}
.sf-title {
	border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.page-snowflake-databases .apexcharts-xaxis text, 
.page-snowflake-databases .apexcharts-yaxis text {
    fill: #4C4C4C;
}
.page-snowflake-databases .expensive-databases {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	flex: 1 0 0;
	align-self: stretch;
}
.page-snowflake-databases .progress-bar-chart-container {
	width: 100%;
}
.page-snowflake-databases .progress-bar-row {
	margin-bottom: 10px;
}
.page-snowflake-databases .size-label {
	display: inline-block;
	padding: 0px 4px;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	border: 1px solid var(--Snowflake-Shades-S7, #0883AF);
	background: var(--Snowflake-Shades-S1, #EBF9FE);
	color: var(--Snowflake-Shades-S7, #0883AF);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 128.571% */
	margin-right: 5px;
}
.page-snowflake-databases .progress-bar-label {
	color: var(--Greys-Grey-3, #4C4C4C);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 112.5% */
}
.page-snowflake-databases .progress-bar {
	height: 11px;
    border-radius: 5px;
    margin-top: 8px;
    background: var(--Snowflake-Shades-S5, #27B6EA);
	width: 0%;
    transition: width 1.5s ease-in-out;
}
.page-snowflake-databases .progress-bar-cost {
	color: var(--Greys-Grey-1, #0D0D0D);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.page-snowflake-databases .x-axis {
    display: flex;
    justify-content: space-between;
    color: var(--Greys-Grey-3, #4C4C4C);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: -0.28px;
	width: 100%;
}
.page-snowflake-databases .sf-chart-kpi-cards .alert {
	display: flex;
	width: 145px;
	padding: 10px 16px 10px 12px;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	border-radius: 8px;
	border: 1px solid var(--Greys-Grey-7, #E6E6E6);
}
.page-snowflake-databases .sf-chart-kpi-cards .alert span {
    height: 12px;
    width: 12px;
    display: inline-block;
    border-radius: 2px;
    margin-right: 0.5rem !important;
}
.page-snowflake-databases .sf-chart-kpi-cards .alert p {
    color: var(--Greys-Grey-3, #4C4C4C);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 128.571% */
	margin-bottom: 0px!important;
}
.page-snowflake-databases .sf-chart-kpi-cards .alert h5 {
	color: var(--Greys-Grey-1, #0D0D0D);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
	letter-spacing: -0.3px;
	margin-bottom: 0;
}
.page-snowflake-databases .search-databases ul {
	height: 250px;
    overflow-y: auto;
	box-shadow: 0 2px 3px #e4e8f0;
}
.page-snowflake-databases .search-databases ul li a {
	color: #000;
    padding: 8px 5px 8px 5px;
}

.page-snowflake-databases .donut-skeleton-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 210px;  /* Adjust size of the donut */
	height: 210px; /* Adjust size of the donut */
	transform: translate(30%, 10%);
}
.page-snowflake-databases .donut-skeleton {
	width: 100%;
	height: 100%;
	background-color: #f0f0f0;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	animation: donut-loading 1.5s infinite linear;
}
.page-snowflake-databases .donut-skeleton::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	height: 60%;
	background-color: white;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}
@keyframes donut-loading {
   0% {
    background-color: hsl(200, 20%, 80%);
  }

  100% {
    background-color: hsl(200, 20%, 95%);
  }
}


/* Databases */
.page-snowflake-databases .warehouses-search-block {
	margin-bottom: 20px;
}
.page-snowflake-databases .warehouses-search-block .input-group input {
	padding: 12px 22px 12px 14px;
	border: 1px solid #D9D9D9;
	border-left: 0px;
	border-radius: 8px;
}
.page-snowflake-databases .warehouses-search-block .input-group .input-group-text {
	background: #fff;
	padding: 12px 0px 12px 14px;
	border: 1px solid #D9D9D9;
	border-right: 0px;
	border-radius: 8px;
}
.page-snowflake-databases .warehouses-search-block .input-group .input-group-text img {
	width: 20px;
    height: 20px;
    padding: 2.315px 2.048px 1.667px 2.315px;
}
.page-snowflake-databases .warehouses-search-block .input-group input::placeholder {
	color: #737373;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 125% */
}
.page-snowflake-databases .warehouses-search-block .form-select {
	color: #000;
	border-radius: 8px;
	border: 1px solid #DBDBDB;
	display: flex;
	height: 48px;
	padding: 12px 16px 12px 24px;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	box-shadow: none;
}
  
.page-snowflake-databases .warehouses-table th {
	color: #696969;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 150% */
	padding: 12px 24px;
}
.page-snowflake-databases .warehouses-table thead {
	background: #F5F7FC;
}
.page-snowflake-databases .warehouses-table td {
	color: #292929;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
	padding: 18px 24px;
	border: 0px;
	vertical-align: middle;
}
.page-snowflake-databases .warehouses-table tbody tr {
	box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.12) inset;
}
.page-snowflake-databases .warehouses-table tbody tr:last-child {
	box-shadow: none;
}
.page-snowflake-databases .warehouses-table.no-footer {
	border-bottom: 1px solid rgba(0, 0, 0, 0.10) !important;
}
.page-snowflake-databases .dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 0px!important;
}
.page-snowflake-databases #sf-component-top-underutilized .dataTables_scrollHeadInner,
.page-snowflake-databases #sf-component-top-underutilized .warehouses-table,
.page-snowflake-databases #sf-component-databases-list .dataTables_scrollHeadInner,
.page-snowflake-databases #sf-component-databases-list .warehouses-table {
	width: 100%!important;
}
.page-snowflake-databases .table-responsive {
	border-radius: 1rem;
}
.page-snowflake-databases .table-border {
	border: 1px solid rgba(0, 0, 0, 0.10);
}
.page-snowflake-databases .DTFC_Cloned {
	background: #fff;
}
.page-snowflake-databases .DTFC_RightHeadBlocker {
	background: #fff;
}
.page-snowflake-databases .DTFC_RightBodyLiner .DTFC_Cloned .sorting {
	display: none;
}
.page-snowflake-databases .DTFC_LeftBodyLiner .DTFC_Cloned {
	border-right: 1px solid #eee;
}
.page-snowflake-databases .fullscreen {
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 1054;
    padding: 20px;
}

.page-snowflake-databases .pagination button {
	width: 40px;
	font-size: 20px;
	color: #0000008A;
	box-shadow: none;
}
.page-snowflake-databases .pagination select {
	outline: none;
	color: #000;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 142.857% */
	border-radius: 4px;
    border: 1px solid #DFE3E8;
    padding: 5px;
}
.page-snowflake-databases .size-label {
	color: var(--Snowflake-Shades-S7, #0883AF);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    padding: 0px 4px;
    gap: 10px;
    border-radius: 3px;
    border: 1px solid var(--Snowflake-Shades-S7, #0883AF);
    background: var(--Snowflake-Shades-S1, #EBF9FE);
	display: inline-block;
}
.page-snowflake-databases .utilization-label {
	display: flex;
    width: 45px;
    height: 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 2px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}
.page-snowflake-databases .utilization-label.success {
    background: #F2FAF6;
    color: #059650;
}
.page-snowflake-databases .utilization-label.warning {
    background: #FFF7ED;
    color: #C06528;
}
.page-snowflake-databases .utilization-label.danger {
    background: #FEF4F5;
    color: #B31827;
}

.page-snowflake-databases table.dataTable thead>tr>th.sorting_asc:before,
.page-snowflake-databases table.dataTable thead>tr>th.sorting_desc:after {
	color: #2760EA;
	opacity: 1!important;
}
.page-snowflake-databases .ticket-status {
	display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
}
.page-snowflake-databases .ticket-status.not-created {
    background: #F5F5F5;
    color: #666;
}
.page-snowflake-databases .ticket-status.done {
    background: #5FD16A;
    color: #5FD16A;
}
.page-snowflake-databases .warehouses-table td.grand-total-cost {
	font-weight: 600;
}
.page-snowflake-databases .warehouses-table td a.warehouse-name {
    color: #2760EA;
    font-weight: 500;
}

/* ================================ */

/* Queries Start */
.page-snowflake-queries .nav-tabs .nav-link {
	color: #737373;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 131.25% */
	border: 0px;
	background: none;
}
.page-snowflake-queries .nav-tabs .nav-link.active {
	border-bottom: 1.5px solid #2760EA;
	color: #2760EA;
}
.page-snowflake-queries .nav-tabs {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

/* Insights */
.page-snowflake-queries .warehouses-top-card {
	display: flex;
	align-items: center;
	gap: 16px;
	align-self: stretch;
}
.page-snowflake-queries .warehouses-top-card .card {
	display: flex;
	width: 400px;
	border: 1px solid var(--Greys-Grey-7, #E6E6E6);
	background: #FFF;
}
.page-snowflake-queries .warehouses-top-card .card-body {
	padding: 24px;
	border-radius: 12px;
}
.page-snowflake-queries .warehouses-top-card .avatar {
	margin-right: 5px;
}
.page-snowflake-queries .warehouses-top-card .avatar-title {
	display: flex;
	width: 40px;
	height: 40px;
	padding: 12.308px;
	justify-content: center;
	align-items: center;
	gap: 7.692px;
}
.page-snowflake-queries .warehouses-top-card h6 {
	color: var(--Greys-Grey-3, #4C4C4C);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 133.333% */
	letter-spacing: -0.054px;
}
.page-snowflake-queries .warehouses-top-card .cost-details {
	color: var(--Greys-Grey-1, #0D0D0D);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 120% */
	letter-spacing: -0.06px;
}
.page-snowflake-queries .warehouses-top-card .warehouses-details {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	color: var(--Greys-Grey-1, #0D0D0D);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 150% */
}
.page-snowflake-queries .warehouses-top-card .total-queries,
.page-snowflake-queries .warehouses-top-card .total-min-cost,
.page-snowflake-queries .warehouses-top-card .total-max-cost,
.page-snowflake-queries .warehouses-top-card .total-min-time,
.page-snowflake-queries .warehouses-top-card .total-max-time {
	font-size: 16px;
	font-weight: 600;
}
.page-snowflake-queries .warehouses-top-card p {
	color: var(--Greys-Grey-3, #4C4C4C);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: -0.042px;
}
.page-snowflake-queries .warehouses-top-card .total-new-warehouses {
	color: var(--Greys-Grey-1, #0D0D0D);
	font-size: 20px;
}
.page-snowflake-queries .warehouses-top-card hr {
	margin-top: 12px;
}

.page-snowflake-queries .sf-card {
	display: flex;
	border: 1px solid var(--Greys-Grey-7, #E6E6E6);
	background: #FFF;
}
.page-snowflake-queries .sf-card .card-body {
	padding: 24px;
	border-radius: 12px;
	display: flex;
    flex-direction: column;
    gap: 24px;
}
.page-snowflake-queries .sf-card h5 {
	color: var(--Greys-Grey-1, #0D0D0D);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}
.page-snowflake-queries .sf-card p {
	color: var(--Greys-Grey-3, #4C4C4C);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 128.571% */
	letter-spacing: -0.3px;
}
.sf-title {
	border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.page-snowflake-queries .apexcharts-xaxis text, 
.page-snowflake-queries .apexcharts-yaxis text {
    fill: #4C4C4C;
}
.page-snowflake-queries .query-cost-department {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
	flex: 1 0 0;
	align-self: stretch;
}
.page-snowflake-queries .progress-bar-chart-container {
	width: 100%;
}
.page-snowflake-queries .progress-bar-row {
	margin-bottom: 10px;
}
.page-snowflake-queries .size-label {
	display: inline-block;
	padding: 0px 4px;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	border: 1px solid var(--Snowflake-Shades-S7, #0883AF);
	background: var(--Snowflake-Shades-S1, #EBF9FE);
	color: var(--Snowflake-Shades-S7, #0883AF);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 128.571% */
	margin-right: 5px;
}
.page-snowflake-queries .progress-bar-label {
	color: var(--Greys-Grey-3, #4C4C4C);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 112.5% */
}
.page-snowflake-queries .progress-bar {
	height: 11px;
    border-radius: 5px;
    margin-top: 8px;
    background: var(--Snowflake-Shades-S5, #27B6EA);
	width: 0%;
    transition: width 1.5s ease-in-out;
}
.page-snowflake-queries .progress-bar-cost {
	color: var(--Greys-Grey-1, #0D0D0D);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.page-snowflake-queries .x-axis {
    display: flex;
    justify-content: space-between;
    color: var(--Greys-Grey-3, #4C4C4C);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: -0.28px;
	width: 100%;
}
.page-snowflake-queries .sf-chart-kpi-cards .alert {
	display: flex;
	width: 145px;
	padding: 10px 16px 10px 12px;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	border-radius: 8px;
	border: 1px solid var(--Greys-Grey-7, #E6E6E6);
}
.page-snowflake-queries .sf-chart-kpi-cards .alert span {
    height: 12px;
    width: 12px;
    display: inline-block;
    border-radius: 2px;
    margin-right: 0.5rem !important;
}
.page-snowflake-queries .sf-chart-kpi-cards .alert p {
    color: var(--Greys-Grey-3, #4C4C4C);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 128.571% */
	margin-bottom: 0px!important;
}
.page-snowflake-queries .sf-chart-kpi-cards .alert h5 {
	color: var(--Greys-Grey-1, #0D0D0D);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
	letter-spacing: -0.3px;
	margin-bottom: 0;
}
.page-snowflake-queries .search-queries ul {
	height: 350px;
    overflow-y: auto;
	box-shadow: 0 2px 3px #e4e8f0;
}
.page-snowflake-queries .search-queries ul li a {
	color: #000;
    padding: 8px 5px 8px 5px;
}

.page-snowflake-queries .donut-skeleton-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 210px;  /* Adjust size of the donut */
	height: 210px; /* Adjust size of the donut */
	transform: translate(30%, 10%);
}
.page-snowflake-queries .donut-skeleton {
	width: 100%;
	height: 100%;
	background-color: #f0f0f0;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	animation: donut-loading 1.5s infinite linear;
}
.page-snowflake-queries .donut-skeleton::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	height: 60%;
	background-color: white;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}
@keyframes donut-loading {
   0% {
    background-color: hsl(200, 20%, 80%);
  }

  100% {
    background-color: hsl(200, 20%, 95%);
  }
}


/* Queries */
.page-snowflake-queries .warehouses-search-block {
	margin-bottom: 20px;
}
.page-snowflake-queries .warehouses-search-block .input-group input {
	padding: 12px 22px 12px 14px;
	border: 1px solid #D9D9D9;
	border-left: 0px;
	border-radius: 8px;
}
.page-snowflake-queries .warehouses-search-block .input-group .input-group-text {
	background: #fff;
	padding: 12px 0px 12px 14px;
	border: 1px solid #D9D9D9;
	border-right: 0px;
	border-radius: 8px;
}
.page-snowflake-queries .warehouses-search-block .input-group .input-group-text img {
	width: 20px;
    height: 20px;
    padding: 2.315px 2.048px 1.667px 2.315px;
}
.page-snowflake-queries .warehouses-search-block .input-group input::placeholder {
	color: #737373;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 125% */
}
.page-snowflake-queries .warehouses-search-block .form-select {
	color: #000;
	border-radius: 8px;
	border: 1px solid #DBDBDB;
	display: flex;
	height: 48px;
	padding: 12px 16px 12px 24px;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	box-shadow: none;
}
  
.page-snowflake-queries .warehouses-table th {
	color: #696969;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 150% */
	padding: 12px 24px;
}
.page-snowflake-queries .warehouses-table thead {
	background: #F5F7FC;
}
.page-snowflake-queries .warehouses-table td {
	color: #292929;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
	padding: 18px 24px;
	border: 0px;
	vertical-align: middle;
}
.page-snowflake-queries .warehouses-table tbody tr {
	box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.12) inset;
}
.page-snowflake-queries .warehouses-table tbody tr:last-child {
	box-shadow: none;
}
.page-snowflake-queries .warehouses-table.no-footer {
	border-bottom: 1px solid rgba(0, 0, 0, 0.10) !important;
}
.page-snowflake-queries .dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 0px!important;
}
.page-snowflake-queries #sf-component-top-underutilized .dataTables_scrollHeadInner,
.page-snowflake-queries #sf-component-top-underutilized .warehouses-table {
	width: 100%!important;
}
.page-snowflake-queries .table-responsive {
	border-radius: 1rem;
}
.page-snowflake-queries .table-border {
	border: 1px solid rgba(0, 0, 0, 0.10);
}
.page-snowflake-queries .DTFC_Cloned {
	background: #fff;
}
.page-snowflake-queries .fullscreen {
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 1054;
    padding: 20px;
}

.page-snowflake-queries .pagination button {
	width: 40px;
	font-size: 20px;
	color: #0000008A;
	box-shadow: none;
}
.page-snowflake-queries .pagination select {
	outline: none;
	color: #000;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 142.857% */
	border-radius: 4px;
    border: 1px solid #DFE3E8;
    padding: 5px;
}
.page-snowflake-queries .size-label {
	color: var(--Snowflake-Shades-S7, #0883AF);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    padding: 0px 4px;
    gap: 10px;
    border-radius: 3px;
    border: 1px solid var(--Snowflake-Shades-S7, #0883AF);
    background: var(--Snowflake-Shades-S1, #EBF9FE);
	display: inline-block;
}
.page-snowflake-queries .status-label {
	display: inline-block;
	padding: 3px 12px;
	align-items: center;
	gap: 10px;
	border-radius: 7px;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 150% */
}
.page-snowflake-queries .status-label.success {
	background: #F2FAF6;
	color: #059650;
}
.page-snowflake-queries .status-label.failed {
	background: #FEF4F5;
	color: #EF4444;
}
.page-snowflake-queries .status-label.incident {
	background: #FFF7ED;
	color: #C06528;
}
.page-snowflake-queries table.dataTable thead>tr>th.sorting_asc:before,
.page-snowflake-queries table.dataTable thead>tr>th.sorting_desc:after {
	color: #2760EA;
	opacity: 1!important;
}
.page-snowflake-queries .ticket-status {
	display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
}
.page-snowflake-queries .ticket-status.not-created {
    background: #F5F5F5;
    color: #666;
}
.page-snowflake-queries .ticket-status.done {
    background: #5FD16A;
    color: #5FD16A;
}
.page-snowflake-queries .warehouses-table td.total-cost {
	font-weight: 500;
}
.page-snowflake-queries .warehouses-table td a.warehouse-name {
    color: #2760EA;
    font-weight: 500;
}

.query-text-block .card-header {
	display: flex;
	justify-content: space-between;
    align-items: center;
    align-self: stretch;
	height: 34.4px;
	background: var(--Greys-Grey-2, #333);
	border: 0;
	border-radius: 6px 6px 0 0;
}
.query-text-block .card-header h6 {
	color: var(--White, #FFF);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px; /* 121.429% */
}
.query-text-block .card-body {
	border-radius: 0px 0px 6px 6px;
	border: 1px solid var(--border-1, rgba(0, 0, 0, 0.10));
	background: var(--Greys-Grey-1, #0D0D0D);
	color: var(--White, #FFF);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.6px; /* 160% */
	max-height: 250px;
    overflow: auto;
}

.top-databases-filter .dropdown-list,
.warehouses-dropdown .dropdown-list,
.top-warehouses-filter .dropdown-list {
    min-width: 18rem;
    height: 400px;
    overflow: auto;
}
.sf-tooltip {
    position: absolute;
    padding: 8px 8px 8px 6px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 0px 5px 10px -2px rgba(111, 107, 96, 0.06);
    z-index: 9999;
	margin-top: 10px;
	color: var(--Greys-Grey-3, #4C4C4C);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
	letter-spacing: -0.042px;
	transition: all 0.3s ease;
	word-break: break-word;
	display: none;
}
.sf-tooltip li {
    display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 10px;
}
.sf-tooltip li:last-child {
	margin-bottom: 0px;
}

/* ================================ */

/* Recommendation Start */
.page-snowflake-recommendation .price-indicator .green-bar,
.page-snowflake-warehouses .warehouses-recommendation-list .price-indicator .green-bar,
.page-snowflake-databases .databases-recommendation-list .price-indicator .green-bar
{
	border-radius: 4px;
	background: rgba(5, 150, 80, 0.30);
	display: inline-block;
	height: 6px;
	/* flex-shrink: 0;
	align-self: stretch; */
}

.page-snowflake-recommendation .price-indicator .orange-bar{
	border-radius: 4px;
	background:#C0652833;
	display: inline-block;
	height: 6px;
}
.page-snowflake-warehouses .price-indicator .green-bar,
.page-snowflake-databases .price-indicator .green-bar,
.page-snowflake-queries .price-indicator .green-bar
{
	border-radius: 4px;
	background: #CCCCCC;
	display: inline-block;
	height: 6px;
	/* flex-shrink: 0;
	align-self: stretch; */
}
.page-snowflake-recommendation .price-indicator .price-text ,
.page-snowflake-warehouses .warehouses-recommendation-list .price-indicator .price-text {
	overflow: hidden;
	color: #03522D;
	text-overflow: ellipsis;
	font-family: "Work Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 150% */
}
.page-snowflake-recommendation .price-indicator .price-text.orange {
	overflow: hidden;
	color: #C06528;
	text-overflow: ellipsis;
	font-family: "Work Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 150% */
	padding: 3px 9px;
    background: #FFF7ED;
}
.page-snowflake-warehouses .price-indicator .price-text {
	overflow: hidden;
	color: #333333;
	text-overflow: ellipsis;
	font-family: "Work Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 150% */
}
.page-snowflake-recommendation .nav-tabs .nav-link {
	color: #737373;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 131.25% */
	border: 0px;
	background: none;
}
.page-snowflake-recommendation .nav-tabs .nav-link.active {
	border-bottom: 1.5px solid #2760EA;
	color: #2760EA;
}
.page-snowflake-recommendation .nav-tabs {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

/* Insights */
.page-snowflake-recommendation .warehouses-top-card {
	display: flex;
	align-items: center;
	gap: 16px;
	align-self: stretch;
}
.page-snowflake-recommendation .warehouses-top-card .card {
	display: flex;
	width: 400px;
	border: 1px solid var(--Greys-Grey-7, #E6E6E6);
	background: #FFF;
}
.page-snowflake-recommendation .warehouses-top-card .card-body {
	padding: 24px;
	border-radius: 12px;
}
.page-snowflake-recommendation .warehouses-top-card .avatar {
	margin-right: 5px;
}
.page-snowflake-recommendation .warehouses-top-card .avatar-title {
	display: flex;
	width: 40px;
	height: 40px;
	padding: 12.308px;
	justify-content: center;
	align-items: center;
	gap: 7.692px;
}
.page-snowflake-recommendation .warehouses-top-card h6 {
	color: #0d0d0d;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 133.333% */
	letter-spacing: -0.054px;
}
.page-snowflake-recommendation .warehouses-top-card .cost-details {
	color: var(--Greys-Grey-1, #0D0D0D);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 120% */
	letter-spacing: -0.06px;
}
.page-snowflake-recommendation .warehouses-top-card .warehouses-details {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	color: var(--Greys-Grey-1, #0D0D0D);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 150% */
}
.page-snowflake-recommendation .warehouses-top-card .total-warehouses,
.page-snowflake-recommendation .warehouses-top-card .total-databases,
.page-snowflake-recommendation .warehouses-top-card .top-total-queries,
.page-snowflake-recommendation .warehouses-top-card .total-pending-tickets,
.page-snowflake-recommendation .warehouses-top-card .total-closed-tickets {
	font-size: 16px;
	font-weight: 600;
}
.page-snowflake-recommendation .warehouses-top-card p {
	color: var(--Greys-Grey-3, #4C4C4C);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: -0.042px;
}
.page-snowflake-recommendation .warehouses-top-card .total-new-warehouses {
	color: var(--Greys-Grey-1, #0D0D0D);
	font-size: 20px;
}
.page-snowflake-recommendation .warehouses-top-card hr {
	margin-top: 12px;
}

/* Recommendation */
.page-snowflake-recommendation .warehouses-search-block {
	margin-bottom: 20px;
}
.page-snowflake-recommendation .warehouses-search-block .input-group input {
	padding: 12px 22px 12px 14px;
	border: 1px solid #D9D9D9;
	border-left: 0px;
	border-radius: 8px;
}
.page-snowflake-recommendation .warehouses-search-block .input-group .input-group-text {
	background: #fff;
	padding: 12px 0px 12px 14px;
	border: 1px solid #D9D9D9;
	border-right: 0px;
	border-radius: 8px;
}
.page-snowflake-recommendation .warehouses-search-block .input-group .input-group-text img {
	width: 20px;
    height: 20px;
    padding: 2.315px 2.048px 1.667px 2.315px;
}
.page-snowflake-recommendation .warehouses-search-block .input-group input::placeholder {
	color: #737373;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 125% */
}
.page-snowflake-recommendation .warehouses-search-block .form-select {
	color: #000;
	border-radius: 8px;
	border: 1px solid #DBDBDB;
	display: flex;
	height: 48px;
	padding: 12px 16px 12px 24px;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	box-shadow: none;
}
  
.page-snowflake-recommendation .warehouses-table th {
	color: #696969;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 150% */
	padding: 12px 24px;
}
.page-snowflake-recommendation .warehouses-table thead {
	background: #F5F7FC;
}
.page-snowflake-recommendation .warehouses-table td {
	color: #292929;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
	padding: 18px 24px;
	border: 0px;
	vertical-align: middle;
}
.page-snowflake-recommendation .warehouses-table tbody tr {
	box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.12) inset;
}
.page-snowflake-recommendation .warehouses-table tbody tr:last-child {
	box-shadow: none;
}
.page-snowflake-recommendation .warehouses-table.no-footer {
	border-bottom: 1px solid rgba(0, 0, 0, 0.10) !important;
}
.page-snowflake-recommendation .dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 0px!important;
	overflow-x: hidden!important;
}
.page-snowflake-recommendation #sf-component-recommendation-list .dataTables_scrollHeadInner,
.page-snowflake-recommendation #sf-component-recommendation-list .warehouses-table {
	width: 100%!important;
}
.page-snowflake-recommendation .table-responsive {
	border-radius: 1rem;
	overflow: visible;
}
.page-snowflake-recommendation .dataTables_scrollHead {
	overflow: visible!important;
}

.page-snowflake-recommendation .table-border {
	border: 1px solid rgba(0, 0, 0, 0.10);
}
.page-snowflake-recommendation .DTFC_Cloned {
	background: #fff;
}
.page-snowflake-recommendation .DTFC_RightHeadBlocker {
	background: #fff;
}
.page-snowflake-recommendation .DTFC_RightBodyLiner .DTFC_Cloned .sorting {
	display: none;
}
.page-snowflake-recommendation .DTFC_LeftBodyLiner .DTFC_Cloned {
	border-right: 1px solid #eee;
}
.page-snowflake-recommendation .fullscreen {
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 1054;
    padding: 20px;
}

.page-snowflake-recommendation .pagination button {
	width: 40px;
	font-size: 20px;
	color: #0000008A;
	box-shadow: none;
}
.page-snowflake-recommendation .pagination select {
	outline: none;
	color: #000;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 142.857% */
	border-radius: 4px;
    border: 1px solid #DFE3E8;
    padding: 5px;
}
.page-snowflake-recommendation .size-label {
	color: var(--Snowflake-Shades-S7, #0883AF);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    padding: 0px 4px;
    gap: 10px;
    border-radius: 3px;
    border: 1px solid var(--Snowflake-Shades-S7, #0883AF);
    background: var(--Snowflake-Shades-S1, #EBF9FE);
	display: inline-block;
}
.page-snowflake-recommendation .utilization-label {
	display: flex;
    width: 45px;
    height: 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 2px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}
.page-snowflake-recommendation .utilization-label.success {
    background: #F2FAF6;
    color: #059650;
}
.page-snowflake-recommendation .utilization-label.warning {
    background: #FFF7ED;
    color: #C06528;
}
.page-snowflake-recommendation .utilization-label.danger {
    background: #FEF4F5;
    color: #B31827;
}

.page-snowflake-recommendation table.dataTable thead>tr>th.sorting_asc:before,
.page-snowflake-recommendation table.dataTable thead>tr>th.sorting_desc:after {
	color: #2760EA;
	opacity: 1!important;
}
.page-snowflake-recommendation .ticket-status {
	display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
}
.page-snowflake-recommendation .ticket-status.not-created {
    background: #F5F5F5;
    color: #666;
}
.page-snowflake-recommendation .ticket-status.done {
    background: #5FD16A;
    color: #5FD16A;
}
.page-snowflake-recommendation .warehouses-table td.total-cost {
	font-weight: 500;
}
.page-snowflake-recommendation .warehouses-table td a.warehouse-name {
    color: #2760EA;
    font-weight: 500;
}

/* ================================ */

/* Users Start */
.page-snowflake-users .nav-tabs .nav-link {
	color: #737373;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 131.25% */
	border: 0px;
	background: none;
}
.page-snowflake-users .nav-tabs .nav-link.active {
	border-bottom: 1.5px solid #2760EA;
	color: #2760EA;
}
.page-snowflake-users .nav-tabs {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

/* Insights */
.page-snowflake-users .warehouses-top-card {
	display: flex;
	align-items: center;
	gap: 16px;
	align-self: stretch;
}
.page-snowflake-users .warehouses-top-card .card {
	display: flex;
	width: 400px;
	border: 1px solid var(--Greys-Grey-7, #E6E6E6);
	background: #FFF;
}
.page-snowflake-users .warehouses-top-card .card-body {
	padding: 24px;
	border-radius: 12px;
}
.page-snowflake-users .warehouses-top-card .avatar {
	margin-right: 5px;
}
.page-snowflake-users .warehouses-top-card .avatar-title {
	display: flex;
	width: 40px;
	height: 40px;
	padding: 12.308px;
	justify-content: center;
	align-items: center;
	gap: 7.692px;
}
.page-snowflake-users .warehouses-top-card h6 {
	color: var(--Greys-Grey-3, #4C4C4C);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 133.333% */
	letter-spacing: -0.054px;
}
.page-snowflake-users .warehouses-top-card .cost-details {
	color: var(--Greys-Grey-1, #0D0D0D);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 120% */
	letter-spacing: -0.06px;
}
.page-snowflake-users .warehouses-top-card .warehouses-details {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	color: var(--Greys-Grey-1, #0D0D0D);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 150% */
}
.page-snowflake-users .warehouses-top-card .total-avg-cost,
.page-snowflake-users .warehouses-top-card .total-max-strength,
.page-snowflake-users .warehouses-top-card .total-min-strength,
.page-snowflake-users .warehouses-top-card .total-active-users,
.page-snowflake-users .warehouses-top-card .total-inactive-users {
	font-size: 16px;
	font-weight: 600;
}
.page-snowflake-users .warehouses-top-card p {
	color: var(--Greys-Grey-3, #4C4C4C);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: -0.042px;
}
.page-snowflake-users .warehouses-top-card .total-new-warehouses {
	color: var(--Greys-Grey-1, #0D0D0D);
	font-size: 20px;
}
.page-snowflake-users .warehouses-top-card hr {
	margin-top: 12px;
}

.page-snowflake-users .sf-card {
	display: flex;
	border: 1px solid var(--Greys-Grey-7, #E6E6E6);
	background: #FFF;
}
.page-snowflake-users .sf-card .card-body {
	padding: 24px;
	border-radius: 12px;
	display: flex;
    flex-direction: column;
    gap: 24px;
}
.page-snowflake-users .sf-card h5 {
	color: var(--Greys-Grey-1, #0D0D0D);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}
.page-snowflake-users .sf-card p {
	color: var(--Greys-Grey-3, #4C4C4C);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 128.571% */
	letter-spacing: -0.3px;
}
.sf-title {
	border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.sf-total {
	color: var(--Greys-Grey-1, #0D0D0D);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    float: right;
}

.page-snowflake-users .apexcharts-xaxis text, 
.page-snowflake-users .apexcharts-yaxis text {
    fill: #4C4C4C;
}
.page-snowflake-users .top-cost-driving-users {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 28px;
	flex: 1 0 0;
	align-self: stretch;
}
.page-snowflake-users .progress-bar-chart-container {
	width: 100%;
}
.page-snowflake-users .progress-bar-row {
	margin-bottom: 10px;
}
.page-snowflake-users .size-label {
	display: inline-block;
	padding: 0px 4px;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	border: 1px solid var(--Snowflake-Shades-S7, #0883AF);
	background: var(--Snowflake-Shades-S1, #EBF9FE);
	color: var(--Snowflake-Shades-S7, #0883AF);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 128.571% */
	margin-right: 5px;
}
.page-snowflake-users .progress-bar-label {
	color: var(--Greys-Grey-3, #4C4C4C);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 112.5% */
}
.page-snowflake-users .progress-bar {
	height: 11px;
    border-radius: 5px;
    margin-top: 8px;
    background: var(--Snowflake-Shades-S5, #27B6EA);
	width: 0%;
    transition: width 1.5s ease-in-out;
}
.page-snowflake-users .progress-bar-cost {
	color: var(--Greys-Grey-1, #0D0D0D);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.page-snowflake-users .x-axis {
    display: flex;
    justify-content: space-between;
    color: var(--Greys-Grey-3, #4C4C4C);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: -0.28px;
	width: 100%;
}
.page-snowflake-users .sf-chart-kpi-cards .alert {
	display: flex;
	width: 145px;
	padding: 10px 16px 10px 12px;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	border-radius: 8px;
	border: 1px solid var(--Greys-Grey-7, #E6E6E6);
}
.page-snowflake-users .sf-chart-kpi-cards .alert span {
    height: 12px;
    width: 12px;
    display: inline-block;
    border-radius: 2px;
    margin-right: 0.5rem !important;
}
.page-snowflake-users .sf-chart-kpi-cards .alert p {
    color: var(--Greys-Grey-3, #4C4C4C);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 128.571% */
	margin-bottom: 0px!important;
}
.page-snowflake-users .sf-chart-kpi-cards .alert h5 {
	color: var(--Greys-Grey-1, #0D0D0D);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
	letter-spacing: -0.3px;
	margin-bottom: 0;
}
.page-snowflake-users .search-warehouses ul {
	height: 350px;
    overflow-y: auto;
	box-shadow: 0 2px 3px #e4e8f0;
}
.page-snowflake-users .search-warehouses ul li a {
	color: #000;
    padding: 8px 5px 8px 5px;
}

.page-snowflake-users .donut-skeleton-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 210px;  /* Adjust size of the donut */
	height: 210px; /* Adjust size of the donut */
	transform: translate(30%, 10%);
}
.page-snowflake-users .donut-skeleton {
	width: 100%;
	height: 100%;
	background-color: #f0f0f0;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	animation: donut-loading 1.5s infinite linear;
}
.page-snowflake-users .donut-skeleton::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	height: 60%;
	background-color: white;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}
@keyframes donut-loading {
   0% {
    background-color: hsl(200, 20%, 80%);
  }

  100% {
    background-color: hsl(200, 20%, 95%);
  }
}


/* Users */
.page-snowflake-users .warehouses-search-block {
	margin-bottom: 20px;
}
.page-snowflake-users .warehouses-search-block .input-group input {
	padding: 12px 22px 12px 14px;
	border: 1px solid #D9D9D9;
	border-left: 0px;
	border-radius: 8px;
}
.page-snowflake-users .warehouses-search-block .input-group .input-group-text {
	background: #fff;
	padding: 12px 0px 12px 14px;
	border: 1px solid #D9D9D9;
	border-right: 0px;
	border-radius: 8px;
}
.page-snowflake-users .warehouses-search-block .input-group .input-group-text img {
	width: 20px;
    height: 20px;
    padding: 2.315px 2.048px 1.667px 2.315px;
}
.page-snowflake-users .warehouses-search-block .input-group input::placeholder {
	color: #737373;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 125% */
}
.page-snowflake-users .warehouses-search-block .form-select {
	color: #000;
	border-radius: 8px;
	border: 1px solid #DBDBDB;
	display: flex;
	height: 48px;
	padding: 12px 16px 12px 24px;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	box-shadow: none;
}
  
.page-snowflake-users .warehouses-table th {
	color: #696969;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 150% */
	padding: 12px 24px;
}
.page-snowflake-users .warehouses-table thead {
	background: #F5F7FC;
}
.page-snowflake-users .warehouses-table td {
	color: #292929;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
	padding: 18px 24px;
	border: 0px;
	vertical-align: middle;
}
.page-snowflake-users .warehouses-table tbody tr {
	box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.12) inset;
}
.page-snowflake-users .warehouses-table tbody tr:last-child {
	box-shadow: none;
}
.page-snowflake-users .warehouses-table.no-footer {
	border-bottom: 1px solid rgba(0, 0, 0, 0.10) !important;
}
.page-snowflake-users .dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 0px!important;
}
.page-snowflake-users #sf-component-top-underutilized .dataTables_scrollHeadInner,
.page-snowflake-users #sf-component-top-underutilized .warehouses-table {
	width: 100%!important;
}
.page-snowflake-users .table-responsive {
	border-radius: 1rem;
}
.page-snowflake-users .table-border {
	border: 1px solid rgba(0, 0, 0, 0.10);
}
.page-snowflake-users .DTFC_Cloned {
	background: #fff;
}
.page-snowflake-users .DTFC_RightHeadBlocker {
	background: #fff;
}
.page-snowflake-users .DTFC_RightBodyLiner .DTFC_Cloned .sorting {
	display: none;
}
.page-snowflake-users .DTFC_LeftBodyLiner .DTFC_Cloned {
	border-right: 1px solid #eee;
}
.page-snowflake-users .fullscreen {
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 1054;
    padding: 20px;
}

.page-snowflake-users .pagination button {
	width: 40px;
	font-size: 20px;
	color: #0000008A;
	box-shadow: none;
}
.page-snowflake-users .pagination select {
	outline: none;
	color: #000;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 142.857% */
	border-radius: 4px;
    border: 1px solid #DFE3E8;
    padding: 5px;
}
.page-snowflake-users .size-label {
	color: var(--Snowflake-Shades-S7, #0883AF);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    padding: 0px 4px;
    gap: 10px;
    border-radius: 3px;
    border: 1px solid var(--Snowflake-Shades-S7, #0883AF);
    background: var(--Snowflake-Shades-S1, #EBF9FE);
	display: inline-block;
}
.page-snowflake-users .utilization-label {
	display: flex;
    width: 45px;
    height: 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 2px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}
.page-snowflake-users .utilization-label.success {
    background: #F2FAF6;
    color: #059650;
}
.page-snowflake-users .utilization-label.warning {
    background: #FFF7ED;
    color: #C06528;
}
.page-snowflake-users .utilization-label.danger {
    background: #FEF4F5;
    color: #B31827;
}

.page-snowflake-users table.dataTable thead>tr>th.sorting_asc:before,
.page-snowflake-users table.dataTable thead>tr>th.sorting_desc:after {
	color: #2760EA;
	opacity: 1!important;
}
.page-snowflake-users .ticket-status {
	display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
}
.page-snowflake-users .ticket-status.not-created {
    background: #F5F5F5;
    color: #666;
}
.page-snowflake-users .ticket-status.done {
    background: #5FD16A;
    color: #5FD16A;
}
.page-snowflake-users .warehouses-table td.total-cost {
	font-weight: 500;
}
.page-snowflake-users .warehouses-table td a.warehouse-name {
    color: #2760EA;
    font-weight: 500;
}

/* ================================ */

/* Rates Start */

.page-snowflake-rates .warehouses-search-block {
	margin-bottom: 20px;
}
.page-snowflake-rates .warehouses-search-block .input-group input {
	padding: 12px 22px 12px 14px;
	border: 1px solid #D9D9D9;
	border-left: 0px;
	border-radius: 8px;
}
.page-snowflake-rates .warehouses-search-block .input-group .input-group-text {
	background: #fff;
	padding: 12px 0px 12px 14px;
	border: 1px solid #D9D9D9;
	border-right: 0px;
	border-radius: 8px;
}
.page-snowflake-rates .warehouses-search-block .input-group .input-group-text img {
	width: 20px;
    height: 20px;
    padding: 2.315px 2.048px 1.667px 2.315px;
}
.page-snowflake-rates .warehouses-search-block .input-group input::placeholder {
	color: #737373;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 125% */
}
.page-snowflake-rates .warehouses-search-block .form-select {
	color: #000;
	border-radius: 8px;
	border: 1px solid #DBDBDB;
	display: flex;
	height: 48px;
	padding: 12px 16px 12px 24px;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	box-shadow: none;
}
  
.page-snowflake-rates .warehouses-table th {
	color: #696969;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 150% */
	padding: 12px 24px;
}
.page-snowflake-rates .warehouses-table thead {
	background: #F5F7FC;
}
.page-snowflake-rates .warehouses-table td {
	color: #292929;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
	padding: 18px 24px;
	border: 0px;
	vertical-align: middle;
}
.page-snowflake-rates .warehouses-table tbody tr {
	box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.12) inset;
}
.page-snowflake-rates .warehouses-table tbody tr:last-child {
	box-shadow: none;
}
.page-snowflake-rates .warehouses-table.no-footer {
	border-bottom: 1px solid rgba(0, 0, 0, 0.10) !important;
}
.page-snowflake-rates .dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 0px!important;
}
.page-snowflake-rates #sf-component-rates-list .dataTables_scrollHeadInner,
.page-snowflake-rates #sf-component-rates-list .warehouses-table {
	width: 100%!important;
}
.page-snowflake-rates .table-responsive {
	border-radius: 1rem;
}
.page-snowflake-rates .table-border {
	border: 1px solid rgba(0, 0, 0, 0.10);
}
.page-snowflake-rates .DTFC_Cloned {
	background: #fff;
}
.page-snowflake-rates .DTFC_RightHeadBlocker {
	background: #fff;
}
.page-snowflake-rates .DTFC_RightBodyLiner .DTFC_Cloned .sorting {
	display: none;
}
.page-snowflake-rates .DTFC_LeftBodyLiner .DTFC_Cloned {
	border-right: 1px solid #eee;
}

.page-snowflake-rates .pagination button {
	width: 40px;
	font-size: 20px;
	color: #0000008A;
	box-shadow: none;
}
.page-snowflake-rates .pagination select {
	outline: none;
	color: #000;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 142.857% */
	border-radius: 4px;
    border: 1px solid #DFE3E8;
    padding: 5px;
}

.page-snowflake-rates table.dataTable thead>tr>th.sorting_asc:before,
.page-snowflake-rates table.dataTable thead>tr>th.sorting_desc:after {
	color: #2760EA;
	opacity: 1!important;
}

.page-snowflake-rates .warehouses-table td.total-cost {
	font-weight: 500;
}
.page-snowflake-rates .warehouses-table td a.warehouse-name {
    color: #2760EA;
    font-weight: 500;
}

/* ================================ */

/* Trends Start */

.page-snowflake-trends .nav-tabs .nav-link {
	height: 44px;
	padding: 6px 16px;
	align-items: center;
	border-radius: 8px;
	background: #FFF;
	color: var(--Greys-Grey-3, #4C4C4C);
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 131.25% */
	letter-spacing: -0.3px;
}
.page-snowflake-trends .nav-tabs .nav-link.active {
	background: #2960F5;
	color: var(--White, #FFF);
}
.page-snowflake-trends .nav-tabs {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.page-snowflake-trends .sf-card {
	display: flex;
	border: 1px solid var(--Greys-Grey-7, #E6E6E6);
	background: #FFF;
}
.page-snowflake-trends .sf-card .card-body {
	padding: 24px;
	border-radius: 12px;
	display: flex;
    flex-direction: column;
    gap: 24px;
}
.page-snowflake-trends .sf-card h5 {
	color: var(--Greys-Grey-1, #0D0D0D);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}
.page-snowflake-trends .sf-card p {
	color: var(--Greys-Grey-3, #4C4C4C);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 128.571% */
	letter-spacing: -0.3px;
}
.sf-title {
	border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.sf-total {
	color: var(--Greys-Grey-1, #0D0D0D);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    float: right;
}

.page-snowflake-trends .sf-chart-kpi-cards .alert {
	display: flex;
	width: 145px;
	padding: 10px 16px 10px 12px;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	border-radius: 8px;
	border: 1px solid var(--Greys-Grey-7, #E6E6E6);
}
.page-snowflake-trends .sf-chart-kpi-cards .alert span {
    height: 12px;
    width: 12px;
    display: inline-block;
    border-radius: 2px;
    margin-right: 0.5rem !important;
}
.page-snowflake-trends .sf-chart-kpi-cards .alert p {
    color: var(--Greys-Grey-3, #4C4C4C);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 128.571% */
	margin-bottom: 0px!important;
}
.page-snowflake-trends .sf-chart-kpi-cards .alert h5 {
	color: var(--Greys-Grey-1, #0D0D0D);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
	letter-spacing: -0.3px;
	margin-bottom: 0;
}

/* ================================ */

/* Radar */

.page-snowflake-radar .nav-tabs .nav-link {
  color: #737373;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; /* 131.25% */
  border: 0px;
  background: none;
}
.page-snowflake-radar .nav-tabs .nav-link.active {
	border-bottom: 1px solid #2760ea;
	color: #2760ea;
}

.page-snowflake-radar .radar-top-card {
	box-shadow: none;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
}
.page-snowflake-radar .radar-top-card .card-body {
	padding: 24px;
}
.page-snowflake-radar .radar-top-card .avatar {
	margin-right: 12px;
	height:40px;
	width:40px;
}
.page-snowflake-radar .radar-top-card .avatar-title {
	height: 40px;
	padding: 16px;
	width: 40px;
}
.page-snowflake-radar .radar-top-card h6 {
	color: #4c4c4c;
	font-size: 18px;
	font-style: normal;
	font-family:work sans;
	font-weight: 500;
	line-height: 24px; /* 131.25% */
	margin-bottom:0;
	padding: 4px;
}
.page-snowflake-radar .radar-top-card h4 {
color:  #0D0D0D;
font-family: "Work Sans";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 120% */
letter-spacing: -0.06px;
}
.page-snowflake-radar .radar-top-card .cost-details {
	color: #666;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 22.4px;
}
.page-snowflake-radar .radar-top-card .cost-details span:last-child {
	color: #333;
	font-weight: 600;
}

.page-snowflake-radar .radar-search-block {
	padding: 12px 0px 16px 0px;
}
.page-snowflake-radar .radar-search-block .input-group {
	border-radius: 8px;
	border: 1px solid  #E6E6E6;
	background: #FFF;
}
.page-snowflake-radar .radar-search-block .input-group input:focus {
	background-color: #ffffff;
}
.page-snowflake-radar .radar-search-block .input-group input {
	padding: 12px 22px 12px 14px;
	border: 0px;
	background: #ffffff;
}
.page-snowflake-radar .radar-search-block .dropdown-menu .input-group .input-group-text {
	padding:5px 0px 5px 15px;
	border-radius:7px 0 0 7px;
	color:#0d0d0d;
	background: rgba(250, 250, 250, 0.98);
}
.page-snowflake-radar .radar-search-block .input-group .input-group-text {
	background: #ffffff;
	padding: 13px 5px 12px 14px;
	border: 0px;
}
.page-snowflake-radar .radar-search-block .input-group input::placeholder {
	color: #737373;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 125% */
	background: #ffffff;
}
.page-snowflake-radar .radar-search-block .form-check {
	color: var(--black-06, rgba(0, 0, 0, 0.6));
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: 0.5px;
	
}
.page-snowflake-radar .radar-search-block .form-check-input:checked {
	background-color: #2760ea;
	border-color: #2760ea;
}

.page-snowflake-radar .radar-search-block .form-select {
	display: flex;
	height: 48px;
	padding: 12px 16px 12px 12px;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	box-shadow: none;
	border-radius: 8px;
	color: #0d0d0d;
	border: 1px solid  #E6E6E6;
	background: #FFF;
}
.page-snowflake-radar .radar-search-block .dropdown-menu {
	box-shadow: 0px 5px 10px -2px rgba(111, 107, 96, 0.06);	
	padding: 10px;
	width: 190px;
	border-radius: 8px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	background: #FFF;
    inset: 4px auto auto 0px!important;
}
.page-snowflake-radar .radar-search-block .dropdown-menu h5 {
	color: #000;
	font-family: "Work Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: -0.28px;
}
.page-snowflake-radar .radar-search-block .dropdown-menu input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
  }


.page-snowflake-radar .radar-search-block .dropdown-menu input[type="number"] {
      -moz-appearance: textfield;
  }
.page-snowflake-radar .radar-search-block .dropdown-menu input {
	height: 40px;
	padding: 8px 40px 8px 10px;
	border-radius: 7px;
	border:none;
	background: rgba(250, 250, 250, 0.98);
}
.page-snowflake-radar .radar-search-block .dropdown-menu .btn {
	border-radius: 4px;
	padding: 6px 12px;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
}
.page-snowflake-radar .radar-search-block .dropdown-menu .btn-white {
	border: 1px solid #dbdbdb;
}
.page-snowflake-radar .radar-search-block .dropdown-menu .btn-primary {
	background: #2760ea;
}

.page-snowflake-radar .radar-increases-list ,
.page-snowflake-radar .radar-decreases-list ,
.page-snowflake-radar .radar-gradual-increases-list {
	overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
	box-shadow:none;
	/* /* max-height:460px!important; */
	/* min-height:400px!important;  */
}
.page-snowflake-radar .radar-table th {
	color: #696969;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 150% */
	padding: 20px 30px 20px 30px;
}
.page-snowflake-radar .radar-table thead {
	background: #f5f7fc;
}
.page-snowflake-radar .radar-table td {
	color: #292929;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
	padding: 18px 24px;
	border: 0px;
	vertical-align: middle;
}
.page-snowflake-radar .radar-table td:first-child a {
	color: #2760ea;
	font-weight: 500;
}
.page-snowflake-radar .radar-table .fw-semibold {
	font-weight: 600;
}
.page-snowflake-radar .radar-table tbody tr {
	box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.12) inset;
}
.page-snowflake-radar .radar-table tbody tr:last-child {
	box-shadow: none;
}
.page-snowflake-radar .radar-table .ticket-status {
	border-radius: 40px;
	background: #f5f5f5;
	padding: 6px 12px;
	color: #575757;
	text-align: center;
	font-weight: 600;
	width: 107px;
}
.page-snowflake-radar .radar-table .apexcharts-tooltip {
	background: #fff;
	color: #000;
}
.page-snowflake-radar .radar-table .action-btn {
	box-shadow: none;
	color: #575757;
	font-size: 17px;
}
.page-snowflake-radar .radar-table .dropdown-menu {
	border-radius: 24px;
	border: 1px solid #dbdbdb;
	background: #fff;
	box-shadow: 0px 10px 16px -2px rgba(149, 151, 153, 0.16);
	padding: 16px 8px;
}
.page-snowflake-radar .radar-table .dropdown-menu a {
	color: #333;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 142.857% */
	padding: 8px 16px 8px 10px;
}
.page-snowflake-radar .radar-table .dropdown-menu a:hover {
	background: rgba(39, 96, 234, 0.15);
	border-radius: 12px;
}
.page-snowflake-radar .radar-table.no-footer {
	border-bottom: 0px !important;
}
.page-snowflake-radar .dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 0px !important;
}

.page-snowflake-radar .pagination button {
	width: 40px;
	font-size: 20px;
	color: #0000008a;
	box-shadow: none;
}
.page-snowflake-radar .radar-top-card .cost-details .text{
	color: #0D0D0D;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 150% */
}
.page-snowflake-radar .radar-top-card .cost-details .value{
	color:  #0D0D0D;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 150% */
}

.page-snowflake-radar .pagination select {
	outline: none;
}
.page-snowflake-radar table.dataTable thead>tr>th.sorting_asc:before, .page-snowflake-radar table.dataTable thead>tr>th.sorting_desc:after {
    color: #2760EA;
    opacity: 1 !important;
}
.page-snowflake-radar .warehouses-table thead {
    background: #F5F7FC;
}
.page-snowflake-radar .warehouses-table th {
    color: #696969;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    padding: 12px 24px;
}
.page-snowflake-radar .warehouses-table td {
    color: #292929;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    padding: 18px 24px;
    border: 0px;
    vertical-align: middle;
}
.page-snowflake-radar .warehouses-table tbody tr {
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.12) inset;
}

/* -------------------- */


/* Janvi */

/*start-spotlight*/


.sf-sl-divider{
	height: 1px;
    background: #D9D9D9;
    margin-bottom: 16px;
	margin-top: -1px;
}
.page-snowflake-spotlight .chart-kpi-cards .alert{
border-radius: 8px;
}
.page-snowflake-spotlight .sl-card .sub-title {
  color: #4C4C4C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
  letter-spacing: -0.3px;
}

.page-snowflake-spotlight .sl-card .title {
  color: #0D0D0D;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.054px;
}

.page-snowflake-spotlight #sf-sl-component-last-month-2 {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  max-height: 435px;
}

.page-snowflake-spotlight #sf-sl-component-commitments {
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: space-between;
  max-height: 361px;
}

.page-snowflake-spotlight .sl-card .card-body {
  background-color: #fff;
}

.page-snowflake-spotlight .sl-card .card-body .item-val {
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  text-align: left;
  color: #0d0d0d;
  margin: 0;
}

.page-snowflake-spotlight .sl-card .card-body .item-head {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.30000001192092896px;
  text-align: left;
}

.page-snowflake-spotlight .color-indicator {
  width: 10px;
  height: 40px;
  border-radius: 3px;
  margin-right: 10px;
}

.page-snowflake-spotlight #spotlight-mtd-chart #myChart{
  margin-left: -9px;
  /* MARGIN-TOP: 24PX; */
}
.page-snowflake-spotlight #sf-sl-component-last-month-2 h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.003em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #4c4c4c;
}

.page-snowflake-spotlight #sf-sl-component-last-month-2 .redirection_arrow img{
	width:20px;
	border-radius: 50%;
}

.page-snowflake-spotlight #sf-sl-component-last-month-2 .redirection_arrow {
    position: absolute;
    top:24px;
    right: 24px;
}
/* .page-snowflake-spotlight #sf-sl-component-last-month-2 .redirection_arrow img:hover {
} */
.page-snowflake-spotlight #sf-sl-component-last-month-2 img{
  width:195px;
  margin-right:-40px;
}
.page-snowflake-spotlight #sf-sl-component-last-month-2 .spike-amount {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.003em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #B31827;
}

.page-snowflake-spotlight #sf-sl-component-last-month-2 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.003em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #4c4c4c;
}

.page-snowflake-spotlight #sf-sl-component-last-month-2 .spike-highlight {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.003em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0D0D0D;
}

.page-snowflake-spotlight .sf-sl-mtd-current-month .info-card .label ,
.page-snowflake-spotlight .sf-sl-mtd-forecast .info-card .label ,
.page-snowflake-spotlight .sf-sl-mtd-last-month .info-card .label {
color:#666666;
font-size: 14px;
font-weight: 400;
line-height: 18px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
.page-snowflake-spotlight .sf-sl-mtd-current-month .info-card .amount ,
.page-snowflake-spotlight .sf-sl-mtd-forecast .info-card .amount ,
.page-snowflake-spotlight .sf-sl-mtd-last-month .info-card .amount {
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color:#0D0D0D;
}
.page-snowflake-spotlight #sf-sl-component-top-resource .abbrivation_container .abb-body {
	display: flex;
	align-items: start;
	gap:12px;
	flex-direction: column;
}
.page-snowflake-spotlight #sf-sl-component-top-resource .abbrivation_container .abb-body .resource-type {
	font-family: Work Sans;
font-weight: 400;
font-size: 16px;
line-height: 18px;
letter-spacing: -0.3%;
color:  #333333;

}
.page-snowflake-spotlight .sf-cost-breakdown-lob-saving .bu-name ,
.page-snowflake-spotlight .sf-cost-breakdown-lob .bu-name {
	color: var(--Greys-Grey-2, #333);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	align-items: center;
    justify-content: center;
    display: flex;
    gap: 8px;
}
.page-snowflake-spotlight .sf-cost-breakdown-lob-saving .bu-name .bu-label ,
.page-snowflake-spotlight .sf-cost-breakdown-lob .bu-name .bu-label {
	display: inline-block;
    width: 8px;
    border-radius: 3px;
    height: 24px;
}
.page-snowflake-spotlight .sf-cost-breakdown-lob-saving .sf-bu-cost-list-saving .justify-content-between ,
.page-snowflake-spotlight .sf-cost-breakdown-lob .sf-bu-cost-list .justify-content-between {
margin-bottom:  12px;
}
.page-snowflake-spotlight .sf-cost-breakdown-lob-saving .bu-cost ,
.page-snowflake-spotlight .sf-cost-breakdown-lob .bu-cost {
	color: var(--Greys-Grey-1, #0D0D0D);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
	letter-spacing: -0.3px;
}
.page-snowflake-spotlight #sf-sl-component-top-resource .abbrivation_container .abb-head .abb-title {
	font-family: Work Sans;
font-weight: 500;
font-size: 14px;
line-height: 18px;
letter-spacing: -0.3%;

}
.page-snowflake-spotlight #sf-sl-component-top-resource .abbrivation_container{
position: absolute;
right: 10px;
top:60px;
z-index: 5;
padding: 16px;
width:277px;
/* height:400px; */
background-color: white;
border: 1px solid #0000001A;
border-radius: 12px ;
display: none;
box-shadow: 0px 20px 24px 0px rgba(20, 37, 63, 0.06);
}
.page-snowflake-spotlight .sf-sl-mtd-current-month .info-card ,
.page-snowflake-spotlight .sf-sl-mtd-forecast .info-card ,
.page-snowflake-spotlight .sf-sl-mtd-last-month .info-card {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-snowflake-spotlight .sf-sl-mtd-current-month .indicator,
.page-snowflake-spotlight .sf-sl-mtd-forecast .indicator,
.page-snowflake-spotlight .sf-sl-mtd-last-month .indicator{
  min-width: 10px;
  height: 40px;
  /* background-color: #D3D3D3; Light gray */
  border-radius: 3px;


}
.page-snowflake-spotlight #sf-sl-component-last-month-2 .sl-card {
  height: 100%;
  max-height: 205px;
}

.page-snowflake-spotlight #sf-sl-component-commitments .sl-card {
  height: 100%;
  max-height: 324px;
}

.page-snowflake-spotlight #sf-sl-component-snowflake-tickets .icon-box {
  width: 60px;
  height: 60px;
}

.page-snowflake-spotlight #sf-sl-component-snowflake-tickets .details {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.page-snowflake-spotlight #sf-sl-component-snowflake-tickets .details .number {
  font-size: 20px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000;
}

.page-snowflake-spotlight #sf-sl-component-snowflake-tickets .details .label {
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #666666;
}

.page-snowflake-spotlight #sf-sl-component-snowflake-tickets .info-box {
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 10px 0;
  column-gap: 20px;
  width: 50%;
}

.page-snowflake-spotlight #sf-sl-component-tickets .ticket-content-container .ticket-data .ticket-header{
	color: var(--Greys-Grey-3, #4C4C4C);
	font-family: "Work Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 150% */
}
.page-snowflake-spotlight #sf-sl-component-tickets .ticket-savings{
	text-align: end;
}
.page-snowflake-spotlight #sf-sl-component-tickets .ticket-status,
.page-snowflake-spotlight #sf-sl-component-tickets .ticket-count,
.page-snowflake-spotlight #sf-sl-component-tickets .ticket-savings{
	color: #262626;
	font-family: "Work Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
}
.page-snowflake-spotlight #sf-sl-component-snowflake-tickets .ticket-card-title {
  color: #4C4C4C;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}

.page-snowflake-spotlight .sl-mtd-chart-legend .justify-content-center{
	min-height:135px!important;
}

.page-snowflake-spotlight .line-item-card{
  max-width: 210px;
}

.page-snowflake-spotlight .sl-card-title span.d-block {
  font-size: 14px;
  font-weight: 400;
  color: #4C4C4C;
}
.page-snowflake-spotlight .sl-card-title span:first-child {
  font-size: 18px;
  font-weight: 500;
  color: #0D0D0D;
}

.page-snowflake-spotlight .apexcharts-xaxis text ,
.page-snowflake-spotlight .apexcharts-yaxis text {
  color: #4C4C4C;
  fill: #4C4C4C;
  font-weight: 400;
}
.page-snowflake-spotlight .chart-kpi-cards .alert h5 {
  color: #0d0d0d!important;
}

.page-snowflake-spotlight .chart-kpi-cards .alert p {
  text-transform: capitalize;
  color: #4c4c4c!important;
}
.page-snowflake-spotlight #spotlight_query_volume_chart .apexcharts-series path{
  fill:#27b6ea;
}
.page-snowflake-spotlight #sf-sl-component-snowflake-query-volume .total-queries{
	font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #0d0d0d;
}
.page-snowflake-spotlight #cost-breakdown-chart .apexcharts-text.apexcharts-datalabel-label{
	font-family: Work Sans!important;
font-weight: 600;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
color:#0D0D0D;
}
.page-snowflake-spotlight #ticketDonutChart .apexcharts-text.apexcharts-datalabel-label{
	font-family: Work Sans!important;
font-weight: 600;
font-size: 15px;
line-height: 100%;
letter-spacing: 0%;
color:#0D0D0D;
}
.page-snowflake-spotlight .card-cost-summary-card .apexcharts-text.apexcharts-datalabel-label,
.page-snowflake-spotlight .card-current-cost-summary-card .apexcharts-text.apexcharts-datalabel-label{
font-family: Work Sans!important;
font-weight: 600;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
color:#0D0D0D;
}
.page-snowflake-spotlight .sl-card {
  border: 1px solid var(--border, rgba(0, 0, 0, 0.10));
  box-shadow: none;
  border-radius: 12px;
  overflow: hidden;
  max-height: 410px;
      /* margin-bottom: 26px; */

}

.spotlight_total_cost_chart {
  overflow: hidden;
}
.spotlight_total_cost_chart .modal-content {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.spotlight_total_cost_chart .modal-dialog {
  max-width: 100%;
  top: 40px;
}
.spotlight_total_cost_chart .modal-header {
  padding: 20px 24px;
}
.spotlight_total_cost_chart .modal-title {
  color: #191919;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; /* 105% */
}
.spotlight_total_cost_chart .modal-body {
  background: #F1F3F7;
  padding: 24px 24px 25px 24px;
}
.spotlight_total_cost_chart.bootbox.modal.fade .modal-dialog {
  animation-duration: 0.2s;
}
.spotlight_total_cost_chart .modal-title .open-ticket {
  position: absolute;
  right: 60px;
  top: 12px;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.spotlight_total_cost_chart .modal-title .open-ticket .btn {
  padding: 8px 16px;
  border-radius: 8px;
  background: #2760EA;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.spotlight_total_cost_chart .view-radar-details {
  overflow-x: hidden;
  overflow-y: auto;
}
.spotlight_total_cost_chart .resource-details .card-header {
  padding: 20px;
  border-bottom: 1px solid #E6E6E6;
}
.spotlight_total_cost_chart .resource-details h4 {
  color: #191919;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 0;
}
.spotlight_total_cost_chart .resource-details h6 {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.spotlight_total_cost_chart .resource-details h5 {
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin-bottom: 0;
}
.page-snowflake-spotlight #sf-sl-cost-breakdown-bylob .abbrivation_container .abb-head h3 {
	color: var(--Greys-Grey-2, #333);
	font-family: "Work Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
letter-spacing: -0.042px;
}
.page-snowflake-spotlight #sf-sl-cost-breakdown-bylob .abbrivation_container .abb-body {
display: flex;
align-items: start;
gap:5px;
flex-direction: column;
}
.page-snowflake-spotlight #sf-sl-component-top-resource .abbrivation_container .abb-body {
	display: flex;
	align-items: start;
	gap:12px;
	flex-direction: column;
}
.page-snowflake-spotlight #sf-sl-cost-breakdown-bylob .abbrivation_container .abb-body .resource-type{
	font-family: Work Sans;
font-weight: 400;
font-size: 14px;
line-height: 16px;
letter-spacing: -0.3%;
color:  #333333;
}
.page-snowflake-spotlight #sf-sl-component-top-resource .abbrivation_container .abb-body .resource-type {
	font-family: Work Sans;
font-weight: 400;
font-size: 16px;
line-height: 18px;
letter-spacing: -0.3%;
color:  #333333;

}
.page-snowflake-spotlight #sf-sl-cost-breakdown-bylob .abbrivation_container .abb-head .abb-title ,
.page-snowflake-spotlight #sf-sl-component-top-resource .abbrivation_container .abb-head .abb-title {
	font-family: Work Sans;
font-weight: 500;
font-size: 14px;
line-height: 18px;
letter-spacing: -0.3%;

}
.page-snowflake-spotlight #sf-sl-cost-breakdown-bylob .abbrivation_container,
.page-snowflake-spotlight #sf-sl-component-top-resource .abbrivation_container{
position: absolute;
right: 10px;
top:60px;
z-index: 5;
padding: 16px;
width:277px;
/* height:400px; */
background-color: white;
border: 1px solid #0000001A;
border-radius: 12px ;
display: none;
box-shadow: 0px 20px 24px 0px rgba(20, 37, 63, 0.06);
}
.spotlight_total_cost_chart .resource-details .row {
  margin: 0px 5px 0px 5px;
}
.spotlight_total_cost_chart .resource-details .col-3 {
  padding: 16px 16px 20px 20px;
  border-right: 1px solid #E6E6E6;
}
.spotlight_total_cost_chart .contact-block {
  border-radius: 16px;
  border: 2px solid #E4E4E4;
}
.spotlight_total_cost_chart .contact-block h5 {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.spotlight_total_cost_chart .contact-block h6 {
  color: #808080;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}
.spotlight_total_cost_chart .resource-tags-block {
  border-radius: 8px;
  background: #EDEDED;
  max-height: 244px;
  padding: 16px;
  overflow-y: auto;
}
.spotlight_total_cost_chart .resource-tags-block .tags-list {
  padding: 8px 8px 8px 16px;
  border-radius: 50px;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: inline-block;
  margin: 0px 10px 10px 0px;
}
.spotlight_total_cost_chart .resource-tags-block .copy-tag {
  border-radius: 45px;
  background: #E8E8E8;
  width: 26px;
  height: 26px;
  padding: 2px;
  color: #1C1B1F;
  margin-left: 5px;
  box-shadow: none;
}
.spotlight_total_cost_chart .resource-tags-block .tags-list span {
  color: #333;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.spotlight_total_cost_chart .radar-finding-chart-block h6 {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}
.spotlight_total_cost_chart .radar-finding-chart-block h4 {
  color: #1A1A1A;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
}
.spotlight_total_cost_chart .apexcharts-xaxis text, 
.spotlight_total_cost_chart .apexcharts-yaxis text {
  fill: #555;
  color: var(--Text-onSurface-Subdued, #555);
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 200% */
  letter-spacing: -0.2px;
}
.spotlight_total_cost_chart .apexcharts-legend-marker {
  margin-right: 5px;
}
.spotlight_total_cost_chart .apexcharts-legend-series {
  padding-right: 15px;
}

.spotlight_total_cost_chart .metrics-chart h5 {
  color: #4D4D4D;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; /* 105% */
}

.spotlight_total_cost_chart .fi-txt {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 120% */
}
.spotlight_total_cost_chart .fi-res-ans-radar {
  color: #404040;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  white-space: normal;
}
.spotlight_total_cost_chart .ask-fi-res-ans:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1.2em;
  background-color: black;
  animation: fi-blinkCursor 1s infinite;
  vertical-align: top;
  margin-top: 3px;
}
.spotlight_total_cost_chart .hide-cursor:after {
  display: none!important;
}

.page-snowflake-spotlight .sf-card {
  display: flex;
  border: 1px solid var(--Greys-Grey-7, #E6E6E6);
  background: rgb(255, 255, 255);
}
.page-snowflake-spotlight .sf-card .card-body {
  padding: 24px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.page-snowflake-spotlight .sf-card h5 {
  color: var(--Greys-Grey-1, #0D0D0D);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
.page-snowflake-spotlight .sf-card p {
  color: var(--Greys-Grey-3, #4C4C4C);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.3px;
}
.page-snowflake-spotlight .table-responsive {
  border-radius: 1rem;
}
.page-snowflake-spotlight .warehouses-table  .table-responsive {
  border-radius: 12px;
}
.page-snowflake-spotlight .warehouses-table thead {
  background: rgb(245, 247, 252);
}
.page-snowflake-spotlight .warehouses-table.no-footer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.page-snowflake-spotlight .warehouses-table tbody tr {
  box-shadow: rgba(0, 0, 0, 0.12) 0px -1px 0px 0px inset;
}
.page-snowflake-spotlight .dataTables_scrollBody  {
  border-bottom: none!important;
}
.page-snowflake-spotlight .warehouses-table td {
  color: rgb(41, 41, 41);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  padding: 15.5px 24px;
  border: 0px;
  vertical-align: middle;
}
.page-snowflake-spotlight .dataTables_scrollBody .warehouses-table th {
	display:none;
}
.page-snowflake-spotlight .warehouses-table th {
  color: #696969;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  padding: 12px 24px!important;
}

/*  Gopika css  */
.page-snowflake-spotlight .top-resources-cost {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	margin-top:5px;
	flex: 1 0 0;
	align-self: stretch;
  position: relative;
}

.page-snowflake-spotlight .sf-card .card-body {
	padding: 24px;
	border-radius: 12px;
	display: flex;
    flex-direction: column;
    gap: 24px;
    box-shadow: none!important;
}
.page-snowflake-spotlight .progress-bar-chart-container {
	width: 100%;
}
.page-snowflake-spotlight .progress-bar-row {
	margin-bottom: 10px;
}
.page-snowflake-spotlight .size-label {
	display: inline-block;
	padding: 0px 4px;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	border: 1px solid var(--Snowflake-Shades-S7, #0883AF);
	background: var(--Snowflake-Shades-S1, #EBF9FE);
	color: var(--Snowflake-Shades-S7, #0883AF);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 128.571% */
	margin-right: 5px;
}
.page-snowflake-spotlight .progress-bar-label {
	color: var(--Greys-Grey-3, #4C4C4C);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 112.5% */
}
.page-snowflake-spotlight .progress-bar {
	height: 11px;
    border-radius: 5px;
    margin-top: 8px;
    background: var(--Snowflake-Shades-S5, #27B6EA);
	width: 0%;
    transition: width 1.5s ease-in-out;
}
.page-snowflake-spotlight .progress-bar-cost {
	color: var(--Greys-Grey-1, #0D0D0D);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.page-snowflake-spotlight .x-axis {
    display: flex;
    justify-content: space-between;
    color: var(--Greys-Grey-3, #4C4C4C);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: -0.28px;
	width: 100%;
	position: absolute;
    bottom: -3px;
    left: auto;
    right: auto;
}
.page-snowflake-spotlight .sf-progress{
  display : flex
}
.page-snowflake-spotlight #sf-component-top-underutilized .dataTables_scrollHeadInner, 
.page-snowflake-spotlight #sf-component-top-underutilized .warehouses-table, 
.page-snowflake-spotlight #sf-component-warehouses-list .dataTables_scrollHeadInner,
.page-snowflake-spotlight #sf-component-warehouses-list .warehouses-table,
.page-snowflake-spotlight #sf-component-recommendation-list .dataTables_scrollHeadInner,
.page-snowflake-spotlight #sf-component-recommendation-list .warehouses-table {
    width: 100% !important;
}
/*end-spotlight*/

/*start-reports*/
.page-snowflake-reports .page-reports .nav-tabs {
	border-bottom: none;
}
.page-snowflake-reports .page-reports .nav-tabs .nav-link.active {
	color: #2760EA;
	border-bottom: 1.5px solid !important;
}
.page-snowflake-reports .sf-report-card {
  width: auto;
  height: 198px;
  display: flex;
  padding: 20px 0px 24px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #E8EFFE;
  background: #FBFCFF;
  transition: box-shadow 0.3s;
  box-shadow: none;
}
.page-snowflake-reports .sf-report-card:hover {
  /* box-shadow: 0 4px 20px rgba(60,72,88,0.18); */
  box-shadow: 0px 10px 24px 10px rgba(149, 151, 153, 0.05);
}
.page-snowflake-reports .sf-report-card:hover .report-title {
  text-decoration: underline;
}
.page-snowflake-reports .sf-report-card .report-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 16px;
 }
.page-snowflake-reports .sf-report-card .card-body {
  display: flex;
  padding: 0px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
 }
 .page-snowflake-reports .truncate-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;   /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
 }
 .page-snowflake-reports .sf-report-card .card-body .circle-wrapper {
  display: flex;
  width: 42px;
  height: 42px;
  margin-bottom: 5px;
  justify-content: center;
  align-items: center;
  gap: 9.825px;
  border-radius: 42px;
  border: 1.105px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  box-shadow: 0px 5px 10px -2px rgba(39, 96, 234, 0.05);
 }
.page-snowflake-reports .sf-report-card .report-text {
  color: var(--Greys-Grey-4, #666);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; 
  letter-spacing: -0.042px;
 }

.page-snowflake-reports .dropdown.perspective-dropdown.common-dropdown{
	width:230px;
}
.page-snowflake-reports .page-reports .icon_div{
	margin-top: -43px;
	height: 40px;
	width: 40px;
	border: 1px solid #e6e6e6;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: white;
	margin-bottom: 10px;
}
.page-snowflake-reports .page-reports .report-card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 85px;
	padding: 20px;
	background-image: url('../images/snowflake/reports_bg_1.svg');
	background-size: cover; /* Adjust size to cover the entire div */
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Prevent repetition */
	width: 100%; /* Set width */
}
.page-snowflake-reports .page-reports .report-icon {
	width: 24px;
	height: 24px;
}
.page-snowflake-reports .page-reports .bookmark {
	height: 24px;
	width: 24px;
	border-radius: 3px;
	position: absolute;
	top: 15px;
	right: 15px;
}
.page-snowflake-reports .page-reports .report-card-body {
	text-align: left;
	padding: 20px;
}
.page-snowflake-reports .page-reports .report-title {
	color:  #0D0D0D;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; 
	letter-spacing: -0.32px;
}
.page-snowflake-reports .page-reports .report-description {
	color:  #666;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; 
	letter-spacing: -0.28px;
}
.page-snowflake-reports .page-reports .report-actions {
	display: flex;
	gap: 10px;
}
.page-snowflake-reports .page-reports .schedule-btn {
	background: transparent;
	border: none;
	color: #2760EA;
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
	cursor: pointer;
}
.page-snowflake-reports .page-reports .reports-title{
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 24px;
}
.page-snowflake-reports .page-reports .run-report-btn {
	border: 1px solid #2760EA;
	border-radius: 5px;
	padding: 5px 15px;
	color: #2760EA;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	background: white;
}

.page-snowflake-reports .standard-reports.dropdown-menu.dropdown-menu-end.show{
	overflow: auto;
    height: 200px;
}

.page-snowflake-reports .finops-nav-tabs {
  margin-bottom: 24px;
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.3px;
  border-bottom: none !important;
 }
 .page-snowflake-reports .search-report .search-container {
  display: flex;
  width: 300px;
  height: 44px;
  padding: 12px 22px 12px 14px;
  align-items: center;
  display: flex;
  font-size: 14px;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  border: 1px solid var(--Greys-Grey-7, #E6E6E6);
}
 .page-snowflake-reports .search-report .search-container:placeholder {
}
 .page-snowflake-reports .search-report .search-icon {
  display: flex;
  align-items: center;
  margin-right: 12px;
}
 .page-snowflake-reports .search-report .search-input {
  border: none;
  outline: none;
  font-size: 14px;
  color: #333;
  background: transparent;
  width: 100%;
  color: var(--Greys-Grey-4, #666);
}
 .page-snowflake-reports .finops-nav-tabs a:not(.active) {
  color: var(--greys-grey-45, #8C8C8C);
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 131.25% */
  letter-spacing: -0.3px;
 }
.page-snowflake-reports .finops-nav-tabs a.active {
  border-bottom: 1.5px solid !important;
  border-top: 0px;
  padding-bottom: 8px !important;
  border-right: 0px;
  border-left: 0px;
  font-weight: 400;
  color: #2760ea;
}
.page-snowflake-reports .azure-report-card {
  width: auto;
  height: 198px;
  display: flex;
  padding: 20px 0px 24px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #E8EFFE;
  background: #FBFCFF;
  transition: box-shadow 0.3s;
  box-shadow: none;
}
.page-snowflake-reports .azure-report-card:hover {
  /* box-shadow: 0 4px 20px rgba(60,72,88,0.18); */
  box-shadow: 0px 10px 24px 10px rgba(149, 151, 153, 0.05);
}
.page-snowflake-reports .azure-report-card:hover .report-title {
  text-decoration: underline;
}
.page-snowflake-reports .azure-report-card .report-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 16px;
 }
.page-snowflake-reports .azure-report-card .card-body {
  display: flex;
  padding: 0px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
 }
 .page-snowflake-reports .truncate-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;   /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
 }
 .page-snowflake-reports .azure-report-card .card-body .circle-wrapper {
  display: flex;
  width: 42px;
  height: 42px;
  margin-bottom: 5px;
  justify-content: center;
  align-items: center;
  gap: 9.825px;
  border-radius: 42px;
  border: 1.105px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  box-shadow: 0px 5px 10px -2px rgba(39, 96, 234, 0.05);
 }
.page-snowflake-reports .azure-report-card .report-text {
  color: var(--Greys-Grey-4, #666);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; 
  letter-spacing: -0.042px;
 }
 .page-snowflake-reports .skeleton-row-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* space between cards */
  justify-content: flex-start;
}
.page-snowflake-reports .skeleton-card {
  flex: 0 0 calc(25% - 20px); /* 4 per row, minus gap */
  margin-bottom: 20px;
}
.page-snowflake-reports @media (max-width: 1200px) {
  .skeleton-card { flex: 0 0 calc(33.333% - 20px); }
}
.page-snowflake-reports @media (max-width: 900px) {
  .skeleton-card { flex: 0 0 calc(50% - 20px); }
}
.page-snowflake-reports @media (max-width: 600px) {
  .skeleton-card { flex: 0 0 100%; }
}
.page-snowflake-reports .btn-blue {
  border-radius: 4px;
  color: #fff;
  background: var(--Primary-Blue, #2960F5);
}
.page-snowflake-reports .btn-blue:hover {
  color: #fff;
}
.page-snowflake-reports .btn-white {
  border-radius: 4px;
  padding: 10px 14px;
  border: 1px solid var(--Border-onSurface-Enabled, #DBDBDB);
}
/* Report queue */
.page-snowflake-reports #reportQueueForm
 {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.10);
}

.page-snowflake-reports #reportsTable table.dataTable,
.page-snowflake-reports #reportsTable table
 {
  width: 100%;
  border-collapse: collapse;
}

.page-snowflake-reports table.dataTable thead,
.page-snowflake-reports table thead
 {
  background-color: #F5F7FC;
  border-bottom: 1px solid #e9ecef;
}
.page-snowflake-reports .btn-groups,
 {
  gap: 16px !important;
}

.page-snowflake-reports table.dataTable th,
.page-snowflake-reports table th
 {
  padding: 16px 30px;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  color: #292929;
}
.page-snowflake-reports .reports-table
 {
  width: 100% !important;
}

.page-snowflake-reports table.dataTable td,
.page-snowflake-reports table td
 {
  padding: 14px 30px;
  border-bottom: 1px solid #e9ecef;
  font-size: 14px;
  color: #212529;
}
.page-snowflake-reports table.dataTable td .icon-wrapper,
.page-snowflake-reports table td .icon-wrapper
 {
  padding: 4px;
  border-radius: 4px;
  border: 1px solid var(--Greys-Grey-7, #E6E6E6);
  cursor: pointer;
}
.page-snowflake-reports .dataTables_scrollHeadInner
 {
  width: 100% !important;
}

.page-snowflake-reports tr:last-child td
 {
  border-bottom: none;
}

.page-snowflake-reports .checkbox
 {
  width: 16px;
  height: 16px;
  border: 1px solid #ced4da;
  border-radius: 3px;
  cursor: pointer;
  margin: 0;
}
.page-snowflake-reports .dataTables_scrollBody
 {
  border-bottom: 1px solid rgba(149, 151, 153, 0.10) !important;
}

.page-snowflake-reports .checkbox:checked {
  background-color: #007bff;
  border-color: #007bff;
}

/* Skeleton loading styles */
.page-snowflake-reports  .skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 4px;
}

@keyframes loading {
  0% {
      background-position: 200% 0;
  }
  100% {
      background-position: -200% 0;
  }
}

.page-snowflake-reports .skeleton-text {
  height: 16px;
}

.page-snowflake-reports .skeleton-status {
  height: 24px;
  width: 80px;
  border-radius: 12px;
}

.page-snowflake-reports .skeleton-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
}

.page-snowflake-reports .skeleton-icon {
  width: 16px;
  height: 16px;
  border-radius: 2px;
}

.page-snowflake-reports .table-action-btn:hover,
.page-snowflake-reports .table-action-btn:focus {
  background-color: transparent !important;
}
.page-snowflake-reports .table-action-btn.btn-outline-danger {
  color: #EF4444 !important;
  border-color: #EF4444 !important;
}
.page-snowflake-reports .table-action-btn.btn-outline-secondary {
  color: #555 !important;
}
.page-snowflake-reports .status-wrapper {
  padding: 4px 12px;
  gap: 10px;
  border-radius: 12px;
  justify-content: center;
}
.page-snowflake-reports .status-wrapper span {
  font-weight: 500;
}
/* Scroll bar for report queue */
.page-snowflake-reports ::-webkit-scrollbar {
  width: 10px;
  background: #f5f5f5;
  border-radius: 8px;
}

.page-snowflake-reports ::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #bdbdbd 0%, #757575 100%);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(120, 120, 120, 0.15);
}

.page-snowflake-reports ::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #757575 0%, #bdbdbd 100%);
}

/* For Firefox */
.page-snowflake-reports {
  scrollbar-width: thin;
  scrollbar-color: #bdbdbd #f5f5f5;
}
.page-snowflake-reports .warning-message {
  color: var(--Semantics-Error-R4, #B31827);
  font-family: "Work Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
/* Toggle Favorite Button Styles */
.page-snowflake-reports .toggle-favorite-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border-radius: 4px;
  padding: 4px;
}

.page-snowflake-reports .toggle-favorite-btn .toggle-icon {
  transition: transform 0.2s ease-in-out;
  display: block;
}

.page-snowflake-reports .toggle-favorite-btn:active .toggle-icon {
  transform: scale(0.9);
}
/*end-reports*/































/* Tasks Page Styles */
.page-snowflake-tasks .nav-tabs .nav-link {
    color: #737373;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 131.25% */
    border: 0px;
    background: none;
}
.page-snowflake-tasks .nav-tabs .nav-link.active {
    border-bottom: 1.5px solid #2760EA;
    color: #2760EA;
}
.page-snowflake-tasks .nav-tabs {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

/* Top Cards */
.page-snowflake-tasks .tasks-top-card {
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}
.page-snowflake-tasks .tasks-top-card .card {
    display: flex;
    width: 400px;
    border: 1px solid var(--Greys-Grey-7, #E6E6E6);
    background: #FFF;
}
.page-snowflake-tasks .tasks-top-card .card-body {
    padding: 24px;
    border-radius: 12px;
}
.page-snowflake-tasks .tasks-top-card .avatar {
    margin-right: 5px;
}
.page-snowflake-tasks .tasks-top-card .avatar-title {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 12.308px;
    justify-content: center;
    align-items: center;
    gap: 7.692px;
}
.page-snowflake-tasks .tasks-top-card h6 {
    color: var(--Greys-Grey-3, #4C4C4C);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.054px;
}
.page-snowflake-tasks .tasks-top-card .cost-details {
    color: var(--Greys-Grey-1, #0D0D0D);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    letter-spacing: -0.06px;
}
.page-snowflake-tasks .tasks-top-card .tasks-details {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color: var(--Greys-Grey-1, #0D0D0D);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 150% */
}
.page-snowflake-tasks .tasks-top-card .total-tasks,
.page-snowflake-tasks .tasks-top-card .min-execution-time,
.page-snowflake-tasks .tasks-top-card .max-execution-time {
    font-size: 16px;
    font-weight: 600;
}
.page-snowflake-tasks .tasks-top-card p {
    color: var(--Greys-Grey-3, #4C4C4C);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.042px;
}
.page-snowflake-tasks .tasks-top-card hr {
    margin-top: 12px;
}

/* General Card Styles */
.page-snowflake-tasks .sf-card {
    display: flex;
    border: 1px solid var(--Greys-Grey-7, #E6E6E6);
    background: #FFF;
}
.page-snowflake-tasks .sf-card .card-body {
    padding: 24px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.page-snowflake-tasks .sf-card h5 {
    color: var(--Greys-Grey-1, #0D0D0D);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}
.page-snowflake-tasks .sf-card p {
    color: var(--Greys-Grey-3, #4C4C4C);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
    letter-spacing: -0.3px;
}

/* Title Styles */
.page-snowflake-tasks .sf-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.page-snowflake-tasks .sf-total {
    color: var(--Greys-Grey-1, #0D0D0D);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    float: right;
}

/* Chart Styles */
.page-snowflake-tasks .apexcharts-xaxis text, 
.page-snowflake-tasks .apexcharts-yaxis text {
    fill: #4C4C4C;
}

/* Progress Bar Styles */
.page-snowflake-tasks .progress-bar-chart-container {
    width: 100%;
}
.page-snowflake-tasks .progress-bar-row {
    margin-bottom: 10px;
}

.page-snowflake-tasks .progress-bar {
    height: 11px;
    border-radius: 5px;
    margin-top: 8px;
    background: var(--Snowflake-Shades-S5, #27B6EA);
    width: 0%;
    transition: width 1.5s ease-in-out;
}
.page-snowflake-tasks .progress-bar-cost {
    color: var(--Greys-Grey-1, #0D0D0D);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* KPI Card Styles */
.page-snowflake-tasks .sf-chart-kpi-cards .alert {
    display: flex;
    width: 145px;
    padding: 10px 16px 10px 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid var(--Greys-Grey-7, #E6E6E6);
}
.page-snowflake-tasks .sf-chart-kpi-cards .alert span {
    height: 12px;
    width: 12px;
    display: inline-block;
    border-radius: 2px;
    margin-right: 0.5rem !important;
}
.page-snowflake-tasks .sf-chart-kpi-cards .alert p {
    color: var(--Greys-Grey-3, #4C4C4C);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
    margin-bottom: 0px!important;
}
.page-snowflake-tasks .sf-chart-kpi-cards .alert h5 {
    color: var(--Greys-Grey-1, #0D0D0D);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.3px;
    margin-bottom: 0;
}

/* Loading Skeleton */
.page-snowflake-tasks .donut-skeleton-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 210px;
    height: 210px;
    transform: translate(30%, 10%);
}
.page-snowflake-tasks .donut-skeleton {
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    animation: donut-loading 1.5s infinite linear;
}
.page-snowflake-tasks .donut-skeleton::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 60%;
    background-color: white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
@keyframes donut-loading {
    0% {
        background-color: hsl(200, 20%, 80%);
    }
    100% {
        background-color: hsl(200, 20%, 95%);
    }
}

/* cost-by-bu  */

/* Tasks Page - Cost by Business Unit Widget */
.page-snowflake-tasks .sf-card {
    display: flex;
    border: 1px solid var(--Greys-Grey-7, #E6E6E6);
    background: #FFF;
    margin-bottom: 24px;
}
.page-snowflake-tasks .sf-card .card-body {
    padding: 24px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}
.page-snowflake-tasks .sf-card h5 {
    color: var(--Greys-Grey-1, #0D0D0D);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    margin: 0;
}
.page-snowflake-tasks .sf-card p.subtitle {
    color: var(--Greys-Grey-3, #4C4C4C);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.3px;
    margin: 4px 0 0 0;
}

/* Business Unit Cost Chart */
.page-snowflake-tasks .cost-by-bu-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}
.page-snowflake-tasks .bu-cost-row {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
}
.page-snowflake-tasks .bu-name {
    color: var(--Greys-Grey-1, #0D0D0D);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    width: 120px;
    min-width: 120px;
}
.page-snowflake-tasks .bu-cost-bar {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 12px;
}
.page-snowflake-tasks .bu-progress-container {
    flex-grow: 1;
    height: 8px;
    background: #F0F0F0;
    border-radius: 4px;
    overflow: hidden;
}
.page-snowflake-tasks .bu-progress {
    height: 100%;
    background: var(--Snowflake-Shades-S5, #27B6EA);
    border-radius: 4px;
    transition: width 0.5s ease;
}
.page-snowflake-tasks .bu-cost-value {
    color: var(--Greys-Grey-1, #0D0D0D);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    min-width: 60px;
    text-align: right;
}

/* Legend */
.page-snowflake-tasks .bu-legend {
    display: flex;
    gap: 24px;
    margin-top: 8px;
}
.page-snowflake-tasks .bu-legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
}
.page-snowflake-tasks .bu-legend-color {
    width: 12px;
    height: 12px;
    border-radius: 2px;
}
.page-snowflake-tasks .bu-legend-label {
    color: var(--Greys-Grey-3, #4C4C4C);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .page-snowflake-tasks .bu-cost-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .page-snowflake-tasks .bu-name {
        width: 100%;
    }
    .page-snowflake-tasks .bu-cost-bar {
        width: 100%;
    }
}

/* Tasks Page - Expensive Tasks Widget */
.page-snowflake-tasks .sf-card {
    display: flex;
    border: 1px solid var(--Greys-Grey-7, #E6E6E6);
    background: #FFF;
    margin-bottom: 24px;
}

.page-snowflake-tasks .sf-card .card-body {
    padding: 24px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.page-snowflake-tasks .sf-card h5 {
    color: var(--Greys-Grey-1, #0D0D0D);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    margin: 0;
}

.page-snowflake-tasks .sf-card p {
    color: var(--Greys-Grey-3, #4C4C4C);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
    letter-spacing: -0.3px;
    margin: 4px 0 0 0;
}

.page-snowflake-tasks .sf-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.page-snowflake-tasks .sf-total {
    color: var(--Greys-Grey-1, #0D0D0D);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    float: right;
}

/* Expensive Tasks List Styles */
.page-snowflake-tasks .expensive-tasks-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    flex: 1 0 0;
    align-self: stretch;
}

.page-snowflake-tasks .progress-bar-chart-container {
    width: 100%;
}

.page-snowflake-tasks .progress-bar-row {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.page-snowflake-tasks .progress-bar-label {
    color: var(--Greys-Grey-3, #4C4C4C);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 112.5% */
    margin-bottom: 8px;
    word-break: break-word;
}

.page-snowflake-tasks .progress-bar {
    height: 11px;
    border-radius: 5px;
    background: var(--Snowflake-Shades-S5, #27B6EA);
    width: 0%;
    transition: width 1.5s ease-in-out;
}

.page-snowflake-tasks .progress-bar-cost {
    color: var(--Greys-Grey-1, #0D0D0D);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 10px;
}

.page-snowflake-tasks .x-axis {
    display: flex;
    justify-content: space-between;
    color: var(--Greys-Grey-3, #4C4C4C);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.28px;
    width: 100%;
    margin-top: 16px;
}

/* Skeleton Loading Styles */
.page-snowflake-tasks .skeleton-loading {
    width: 100%;
}

.page-snowflake-tasks .skeleton {
    background-color: #f0f0f0;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.page-snowflake-tasks .skeleton-cost {
    height: 16px;
    width: 120px;
}

.page-snowflake-tasks .skeleton-text {
    height: 11px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .page-snowflake-tasks .progress-bar-row {
        flex-direction: column;
    }
    
    .page-snowflake-tasks .progress-bar-cost {
        margin-left: 0;
        margin-top: 8px;
    }
}

/* Tasks */
.page-snowflake-tasks .tasks-search-block {
	margin-bottom: 20px;
}
.page-snowflake-tasks .tasks-search-block .input-group input {
	padding: 12px 22px 12px 14px;
	border: 1px solid #D9D9D9;
	border-left: 0px;
	border-radius: 8px;
}
.page-snowflake-tasks .tasks-search-block .input-group .input-group-text {
	background: #fff;
	padding: 12px 0px 12px 14px;
	border: 1px solid #D9D9D9;
	border-right: 0px;
	border-radius: 8px;
}
.page-snowflake-tasks .tasks-search-block .input-group .input-group-text img {
	width: 20px;
    height: 20px;
    padding: 2.315px 2.048px 1.667px 2.315px;
}
.page-snowflake-tasks .tasks-search-block .input-group input::placeholder {
	color: #737373;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 125% */
}
.page-snowflake-tasks .tasks-search-block .form-select {
	color: #000;
	border-radius: 8px;
	border: 1px solid #DBDBDB;
	display: flex;
	height: 48px;
	padding: 12px 16px 12px 24px;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	box-shadow: none;
}
  
.page-snowflake-tasks .tasks-table th {
	color: #696969;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 150% */
	padding: 12px 24px;
}
.page-snowflake-tasks .tasks-table thead {
	background: #F5F7FC;
}
.page-snowflake-tasks .tasks-table td {
	color: #292929;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
	padding: 18px 24px;
	border: 0px;
	vertical-align: middle;
}
.page-snowflake-tasks .tasks-table tbody tr {
	box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.12) inset;
}
.page-snowflake-tasks .tasks-table tbody tr:last-child {
	box-shadow: none;
}
.page-snowflake-tasks .tasks-table.no-footer {
	border-bottom: 1px solid rgba(0, 0, 0, 0.10) !important;
}
.page-snowflake-tasks .dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 0px!important;
}
.page-snowflake-tasks #sf-component-expensive-tasks .dataTables_scrollHeadInner,
.page-snowflake-tasks #sf-component-expensive-tasks .tasks-table,
.page-snowflake-tasks #sf-component-tasks-list .dataTables_scrollHeadInner,
.page-snowflake-tasks #sf-component-tasks-list .tasks-table {
	width: 100%!important;
}
.page-snowflake-tasks .table-responsive {
	border-radius: 1rem;
}
.page-snowflake-tasks .table-border {
	border: 1px solid rgba(0, 0, 0, 0.10);
}
.page-snowflake-tasks .DTFC_Cloned {
	background: #fff;
}
.page-snowflake-tasks .DTFC_RightHeadBlocker {
	background: #fff;
}
.page-snowflake-tasks .DTFC_RightBodyLiner .DTFC_Cloned .sorting {
	display: none;
}
.page-snowflake-tasks .DTFC_LeftBodyLiner .DTFC_Cloned {
	border-right: 1px solid rgba(0, 0, 0, 0.10);
}
.page-snowflake-tasks .fullscreen {
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 1054;
    padding: 20px;
}

.page-snowflake-tasks .pagination button {
	width: 40px;
	font-size: 20px;
	color: #0000008A;
	box-shadow: none;
}
.page-snowflake-tasks .pagination select {
	outline: none;
	color: #000;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 142.857% */
	border-radius: 4px;
    border: 1px solid #DFE3E8;
    padding: 5px;
}

/* Task-specific Labels */
.page-snowflake-tasks .frequency-label {
	color: var(--Snowflake-Shades-S7, #0883AF);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    padding: 2px 8px;
    gap: 10px;
    border-radius: 3px;
    border: 1px solid var(--Snowflake-Shades-S7, #0883AF);
    background: var(--Snowflake-Shades-S1, #EBF9FE);
	display: inline-block;
}

.page-snowflake-tasks .success-rate-label {
	display: flex;
    width: 50px;
    height: 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 2px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}
.page-snowflake-tasks .success-rate-label.high {
    background: #F2FAF6;
    color: #059650;
}
.page-snowflake-tasks .success-rate-label.medium {
    background: #FFF7ED;
    color: #C06528;
}
.page-snowflake-tasks .success-rate-label.low {
    background: #FEF4F5;
    color: #B31827;
}

.page-snowflake-tasks table.dataTable thead>tr>th.sorting_asc:before,
.page-snowflake-tasks table.dataTable thead>tr>th.sorting_desc:after {
	color: #2760EA;
	opacity: 1!important;
}

.page-snowflake-tasks .execution-status {
	display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
}
.page-snowflake-tasks .execution-status.success {
    background: #F2FAF6;
    color: #059650;
}
.page-snowflake-tasks .execution-status.failed {
    background: #FEF4F5;
    color: #B31827;
}
.page-snowflake-tasks .execution-status.delayed {
    background: #FFF7ED;
    color: #C06528;
}

.page-snowflake-tasks .tasks-table td.grand-total-cost {
	font-weight: 600;
}
.page-snowflake-tasks .tasks-table td a.task-name {
    color: #2760EA;
    font-weight: 500;
}

/* Task Details Modal */
.viewSnowflakeTaskDetailsModal {
	overflow: hidden;
}
.viewSnowflakeTaskDetailsModal .modal-content {
	border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.viewSnowflakeTaskDetailsModal .modal-dialog {
	max-width: 100%;
    top: 0px;
}
.viewSnowflakeTaskDetailsModal .modal-header {
	padding: 20px 24px;
}
.viewSnowflakeTaskDetailsModal .modal-title {
	color: #191919;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 105% */
}
.viewSnowflakeTaskDetailsModal .modal-body {
	background: #F1F3F7;
	padding: 24px 24px 25px 24px;
}
.viewSnowflakeTaskDetailsModal.bootbox.modal.fade .modal-dialog {
    animation-duration: 0.2s;
}
.viewSnowflakeTaskDetailsModal .modal-title .open-ticket {
	position: absolute;
    right: 60px;
    top: 12px;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}
.viewSnowflakeTaskDetailsModal .modal-title .open-ticket .btn-primary {
    padding: 8px 16px;
    border-radius: 8px;
    background: #2760EA;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.viewSnowflakeTaskDetailsModal .modal-header .close {
    padding: 10px;
	opacity: 1;
}

.viewSnowflakeTaskDetailsModal .view-task-details {
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.viewSnowflakeTaskDetailsModal .view-task-details .col-1 {
	width: 12%;
}
.viewSnowflakeTaskDetailsModal .view-task-details .col-6 {
	width: 50%;
}
.viewSnowflakeTaskDetailsModal .view-task-details .col-5 {
	width: 38%;
}
.viewSnowflakeTaskDetailsModal h4 {
	color: #191919;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 105% */
	margin-bottom: 0px;
}
.viewSnowflakeTaskDetailsModal .view-task-menu {
	display: flex;
    padding: 7px 0px 7px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
	float: right;
	padding-right: 20px;
	position: fixed;
    left: 3%;
}
.viewSnowflakeTaskDetailsModal .view-task-menu a {
	color: #737373;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 131.25% */
	letter-spacing: -0.3px;
}
.viewSnowflakeTaskDetailsModal .view-task-menu a.active {
	color: var(--Primary-Blue, #2960F5);
}
.viewSnowflakeTaskDetailsModal .card {
	border-radius: 12px;
	border: 1px solid var(--border, rgba(0, 0, 0, 0.10));
}
.viewSnowflakeTaskDetailsModal .card-header {
	padding: 20px;
	border-bottom: 1.2px solid #E6E6E6;
}
.viewSnowflakeTaskDetailsModal .resource-details .avatar {
	width: 36px;
    height: 36px;
}
.viewSnowflakeTaskDetailsModal .task-name h6 {
	color: #666;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 128.571% */
	letter-spacing: -0.3px;
}
.viewSnowflakeTaskDetailsModal .task-name h5 {
	color: #191919;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 116.667% */
	margin-bottom: 0;
}
.viewSnowflakeTaskDetailsModal .resource-details h4 {
	color: #191919;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
	margin-bottom: 0;
}
.viewSnowflakeTaskDetailsModal .resource-details h6 {
	color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
	margin-bottom: 5px;
}
.viewSnowflakeTaskDetailsModal .resource-details h5 {
	color: var(--Greys-Grey-1, #0D0D0D);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
	margin-bottom: 0;
}

.viewSnowflakeTaskDetailsModal .resource-details .row:first-child {
	margin: 0px 5px 0px 5px;
}
.viewSnowflakeTaskDetailsModal .resource-details .col-3 {
	padding: 16px 16px 16px 16px;
}
.viewSnowflakeTaskDetailsModal .resource-details .col-4,
.viewSnowflakeTaskDetailsModal .resource-details .col-5 {
	padding: 12px 16px 12px 16px;
}
.viewSnowflakeTaskDetailsModal .resource-details .task-operators {
	color: var(--Greys-Grey-2, #333);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.3px;
    text-transform: capitalize;
}
.viewSnowflakeTaskDetailsModal .contact-block {
	border-radius: 8px;
	border: 1px solid var(--Greys-Grey-7, #E6E6E6);
	display: flex;
	padding: 16px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	background: rgba(242, 245, 254, 0.50);
	margin-bottom: 15px;
}
.viewSnowflakeTaskDetailsModal .col-6:last-child .contact-block {
	margin-bottom: 0px;
}
.viewSnowflakeTaskDetailsModal .contact-block h5 {
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 125% */
}
.viewSnowflakeTaskDetailsModal .contact-block h6 {
	color: #808080;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	margin-bottom: 0;
}
.viewSnowflakeTaskDetailsModal .contact-border {
	border: 1px solid var(--Greys-Grey-7, #E6E6E6);
    height: 1px;
    width: 100%;
    margin: 5px 0px 5px 0px;
}
.viewSnowflakeTaskDetailsModal .contact-block .avatar {
	width: 48px;
	height: 48px;
}
.viewSnowflakeTaskDetailsModal .resource-tags-block {
	max-height: 150px;
	overflow-y: auto;
}
.viewSnowflakeTaskDetailsModal .resource-tags-block .tags-list {
	padding: 8px 8px 8px 16px;
	background: #FFF;
	display: inline-block;
	margin: 0px 10px 10px 0px;
	border-radius: 12px;
	border: 1px solid var(--Greys-Grey-7, #E6E6E6);
	background: rgba(242, 245, 254, 0.50);
}
.viewSnowflakeTaskDetailsModal .resource-tags-block .copy-tag {
	border-radius: 45px;
    background: #EBF9FE;
    width: 26px;
    height: 26px;
    padding: 2px;
    color: #065E7F;
    margin-left: 5px;
	box-shadow: none;
}
.viewSnowflakeTaskDetailsModal .resource-tags-block .tags-list span {
	color: var(--Greys-Grey-1, #0D0D0D);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.viewSnowflakeTaskDetailsModal .top-costly-executions-list span {
	display: inline-block;
	padding: 3px 12px;
	align-items: center;
	gap: 10px;
	border-radius: 7px;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 150% */
}
.viewSnowflakeTaskDetailsModal .top-costly-executions-list .success {
	background: #F2FAF6;
	color: #059650;
}
.viewSnowflakeTaskDetailsModal .top-costly-executions-list .failed {
	background: #FEF4F5;
	color: #EF4444;
}
.viewSnowflakeTaskDetailsModal .recommendation-block {
	border-radius: 8px;
    border: 1px solid var(--Greys-Grey-7, #E6E6E6);
    background: #FFF;
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 6px;
}

/* Task Execution Content */
.viewSnowflakeTaskDetailsModal .execution-content {
	display: flex;
    padding: 14px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 12px;
    background: var(--Semantics-Warning-Y1, #FFF7ED);
}
.viewSnowflakeTaskDetailsModal .execution-content h6 {
	color: var(--Greys-Grey-1, #0D0D0D);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 150% */
	letter-spacing: -0.3px;
}
.viewSnowflakeTaskDetailsModal .execution-content p {
	color: var(--Greys-Grey-2, #333);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
	letter-spacing: -0.3px;
}
.viewSnowflakeTaskDetailsModal .execution-content .task-label {
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.10);
}

/* Chart Styles */
.viewSnowflakeTaskDetailsModal .apexcharts-xaxis text, 
.viewSnowflakeTaskDetailsModal .apexcharts-yaxis text {
    fill: #555;
	color: var(--Text-onSurface-Subdued, #555);
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 200% */
	letter-spacing: -0.2px;
}
.viewSnowflakeTaskDetailsModal .apexcharts-legend-marker {
    margin-right: 5px;
}
.viewSnowflakeTaskDetailsModal .apexcharts-legend-series {
    padding-right: 15px;
}

/* AI Assistant Styles */
.viewSnowflakeTaskDetailsModal .fi-txt {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 120% */
}
.viewSnowflakeTaskDetailsModal .ask-fi-res-ans {
	color: #000;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 171.429% */
	white-space: normal;
}
.viewSnowflakeTaskDetailsModal .ask-fi-res-ans h4 {
	margin-bottom: .5rem;
	font-size: 18px;
}
.viewSnowflakeTaskDetailsModal .fi-res-refresh {
	color: var(--Greys-Grey-3, #4C4C4C);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 128.571% */
}
.viewSnowflakeTaskDetailsModal .fi-res-refresh.fi-rotate {
    animation: fi-rotate 1s ease-in-out infinite;
}
@keyframes fi-rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.viewSnowflakeTaskDetailsModal .ask-fi-res-ans:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: black;
	animation: fi-blinkCursor 1s infinite;
	vertical-align: top;
	margin: 5px;
	border-radius: 50%;
}
.viewSnowflakeTaskDetailsModal .hide-cursor:after {
	display: none!important;
}
@keyframes fi-blinkCursor {
	0%{
		opacity: 1;
	}
	50%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

/* Shared DateRangePicker Styles */
.sf-daterangepicker {
	box-shadow: 0 5px 6px rgba(20, 27, 43, .1);
	font-family: "Work Sans"!important;
}
.sf-daterangepicker .drp-buttons .btn {
    font-size: 13px!important;
    padding: 10px 16px!important;
	font-weight: 600 !important;
	border: 0;
}
.sf-daterangepicker .ranges li {
	font-size: 14px !important;
    padding: 12px 14px !important;
    color: #000;
    font-weight: 500;
}
.sf-daterangepicker .calendar-table th,
.sf-daterangepicker .calendar-table td {
	width: 35px!important;
    height: 35px!important;
    font-size: 14px !important;
    font-weight: 500 !important;
}
.sf-daterangepicker .drp-selected {
	color: #000;
}
.sf-daterangepicker .drp-buttons {
	padding: 15px!important;
}
.sf-daterangepicker .drp-buttons .btn-default {
    background: #E6E6E6;
}
.sf-daterangepicker .drp-buttons .btn-primary {
    background: #2760EA;
}

.growth-percentage-task{
	color: #059650;
    font-size: 15px;
}

/* slider cost filter */
.range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    background: transparent;
    cursor: pointer;
    pointer-events: all;
}

.range-input::-moz-range-thumb {
    width: 24px;
    height: 24px;
    background: transparent;
    cursor: pointer;
    border: none;
    pointer-events: all;
}

.range-handle:hover {
    transform: translateX(-50%) scale(1.1);
    box-shadow: 0 4px 12px rgba(66, 133, 244, 0.4);
}

.range-handle.active {
    transform: translateX(-50%) scale(1.2);
}

/* tasks table css  */

/* Tasks table styling - Following warehouse table pattern exactly */
.page-snowflake-tasks .tasks-table th {
    color: #696969;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 150% */
    padding: 12px 24px;
}

.page-snowflake-tasks .tasks-table thead {
    background: #F5F7FC;
}

.page-snowflake-tasks .tasks-table td {
    color: #292929;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
    padding: 18px 24px;
    border: 0px;
    vertical-align: middle;
}

.page-snowflake-tasks .tasks-table tbody tr {
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.12) inset;
}

.page-snowflake-tasks .tasks-table tbody tr:last-child {
    box-shadow: none;
}

.page-snowflake-tasks .tasks-table.no-footer {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10) !important;
}

.page-snowflake-tasks .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 0px!important;
}

.page-snowflake-tasks #sf-component-tasks-list .dataTables_scrollHeadInner,
.page-snowflake-tasks #sf-component-tasks-list .tasks-table {
    width: 100%!important;
}

.page-snowflake-tasks .table-responsive {
    border-radius: 1rem;
}

.page-snowflake-tasks .table-border {
    border: 1px solid rgba(0, 0, 0, 0.10);
}

.page-snowflake-tasks .DTFC_Cloned {
    background: #fff;
}

.page-snowflake-tasks .DTFC_RightHeadBlocker {
    background: #fff;
}

.page-snowflake-tasks .DTFC_RightBodyLiner .DTFC_Cloned .sorting {
    display: none;
}

.page-snowflake-tasks .DTFC_LeftBodyLiner .DTFC_Cloned {
    border-right: 1px solid rgba(0, 0, 0, 0.10);
}

.page-snowflake-tasks .fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 1054;
    padding: 20px;
}

.page-snowflake-tasks .pagination button {
    width: 40px;
    font-size: 20px;
    color: #0000008A;
    box-shadow: none;
}

.page-snowflake-tasks .pagination select {
    outline: none;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    border-radius: 4px;
    border: 1px solid #DFE3E8;
    padding: 5px;
}

/* Success rate label styling - matching warehouse utilization label */
.page-snowflake-tasks .success-rate-label {
    display: flex;
    width: 45px;
    height: 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 2px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}

.page-snowflake-tasks .success-rate-label.success {
    background: #F2FAF6;
    color: #059650;
}

.page-snowflake-tasks .success-rate-label.warning {
    background: #FFF7ED;
    color: #C06528;
}

.page-snowflake-tasks .success-rate-label.danger {
    background: #FEF4F5;
    color: #B31827;
}

/* Task name link styling - matching warehouse table */
.page-snowflake-tasks .tasks-table td a.task-name {
    color: #2760EA;
    font-weight: 500;
    text-decoration: none;
}

.page-snowflake-tasks .tasks-table td a.task-name:hover {
    text-decoration: underline;
}

/* Text truncation for overflow handling */
.page-snowflake-tasks .tasks-table .text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

/* Business unit column specific styling - allow line breaks */
.page-snowflake-tasks .tasks-table .business-unit-col {
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.3;
}

/* Column specific styling for consistent widths */
.page-snowflake-tasks .tasks-table .task-name-col {
    width: 200px;
    max-width: 200px;
}

.page-snowflake-tasks .tasks-table .cost-col {
    width: 120px;
    max-width: 120px;
    text-align: right;
}

.page-snowflake-tasks .tasks-table .duration-col {
    width: 100px;
    max-width: 100px;
    text-align: center;
}

.page-snowflake-tasks .tasks-table .business-unit-col {
    width: 200px;
    max-width: 200px;
}

.page-snowflake-tasks .tasks-table .account-col {
    width: 180px;
    max-width: 180px;
}

.page-snowflake-tasks .tasks-table .database-col {
    width: 150px;
    max-width: 150px;
}

.page-snowflake-tasks .tasks-table .size-col {
    width: 100px;
    max-width: 100px;
    text-align: right;
}

.page-snowflake-tasks .tasks-table .frequency-col {
    width: 100px;
    max-width: 100px;
    text-align: center;
}

.page-snowflake-tasks .tasks-table .scheduled-col {
    width: 120px;
    max-width: 120px;
    text-align: center;
}

.page-snowflake-tasks .tasks-table .success-col {
    width: 100px;
    max-width: 100px;
    text-align: center;
}

/* DataTable sorting icons - matching warehouse table */
.page-snowflake-tasks table.dataTable thead>tr>th.sorting_asc:before,
.page-snowflake-tasks table.dataTable thead>tr>th.sorting_desc:after {
    color: #2760EA;
    opacity: 1!important;
}

/* Font size for business unit prefix */
.page-snowflake-tasks .font-size-11 {
    font-size: 11px;
}

/* Ensure table cells don't overflow */
.page-snowflake-tasks .tasks-table td {
    overflow: hidden;
    padding: 18px 24px;
    vertical-align: middle;
}

/* Allow wrapping only for business unit column */
.page-snowflake-tasks .tasks-table .business-unit-col {
    overflow: visible;
    white-space: normal;
}

/* DataTable wrapper styling for horizontal scroll */
.page-snowflake-tasks .dataTables_wrapper {
    overflow-x: auto;
}

.page-snowflake-tasks .dataTables_scrollBody {
    overflow-x: auto !important;
}

/* Tooltip styling */
.page-snowflake-tasks .sf-tooltip {
    margin: 0;
    padding: 8px 0;
}

.page-snowflake-tasks .sf-tooltip li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
    font-size: 13px;
    color: #292929;
}

.page-snowflake-tasks .sf-tooltip img {
    flex-shrink: 0;
}

/* Grand total styling if needed */
.page-snowflake-tasks .tasks-table td.grand-total-cost {
    font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .page-snowflake-tasks .tasks-table {
        min-width: 1200px;
    }
    
    .page-snowflake-tasks .tasks-table td {
        padding: 12px 16px;
    }
    
    .page-snowflake-tasks .tasks-table th {
        padding: 10px 16px;
    }
}

@media (max-width: 992px) {
    .page-snowflake-tasks .tasks-table {
        min-width: 1000px;
    }
    
    .page-snowflake-tasks .tasks-table td {
        padding: 10px 12px;
        font-size: 13px;
    }
    
    .page-snowflake-tasks .tasks-table th {
        padding: 8px 12px;
        font-size: 13px;
    }
    
    .page-snowflake-tasks .tasks-table .task-name-col {
        width: 180px;
        max-width: 180px;
    }
    
    .page-snowflake-tasks .tasks-table .business-unit-col {
        width: 160px;
        max-width: 160px;
    }


	/* tasks recommendations */
	.PossibleCausesList {
	font-family: "Work Sans";
	line-height: 1;
	color: #333;
	max-width: 800px;
	margin: 0 auto;
	padding: 5px;
	font-size: 16px;
	overflow-y: scroll;
    height: 180px;
}
.PossibleCausesList .pricing-box {
	display: inline-block;
	padding: 0px;
	font-family: "Work Sans";
	font-size: 16px;
	font-weight: 400;
	margin: 0px;
	border:none;
}

.PossibleCausesList .price {
	color: #059650;
	font-size:20px;
}

.PossibleCausesList .period {
	color: #0d0d0d;
	font-size:16px;
}

.viewSnowflakeDetailsModal .PossibleCausesList .issue-item {
	margin-bottom: 30px;
}


.viewSnowflakeDetailsModal .PossibleCausesList .issue-title {
	font-weight: 500;
	font-size: 16px;
	color: #0D0D0D;
	margin-bottom: 8px;
}


.viewSnowflakeDetailsModal .PossibleCausesList .issue-description {
	margin-left: 5px;
	color: #333;
	font-size: 16px;
    line-height: 20px;
}


.viewSnowflakeDetailsModal .PossibleCausesList .code-text {
	font-family: 'IBM plex mono', monospace;
	background: #0000001A;
	padding: 1px 4px;
	border-radius: 3px;
	
}
.viewSnowflakeDetailsModal .PossibleCauses {
	background-color: #FFF7ED;
	padding: 12px;
	border-radius: 8px;
}
.viewSnowflakeDetailsModal .PossibleCauses h6{
	color: var(--Semantics-Warning-Y4, #C06528);
	font-family: "Work Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 128.571% */
	letter-spacing: -0.3px;
}
.viewSnowflakeDetailsModal .additional-details #Information span:nth-child(1){
	font-size: 16px;
	color: #C06528;
}
.viewSnowflakeDetailsModal .additional-details #Information span:nth-child(2){
	color: var(--Greys-Grey-4, #666);
	font-family: "Work Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 128.571% */
	letter-spacing: -0.3px;
}
.viewSnowflakeDetailsModal .additional-details #Information span:nth-child(3){
	color: var(--Greys-Grey-2, #333);
	font-family: "Work Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: -0.3px;
}
.new-query-text-block .card-header {
	display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    height: 34.4px;
    background:#F5F5F5;
    border: 0;
    border-radius: 6px 6px 0 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.new-query-text-block .card-header h6 {
    color:  #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
}
.new-query-text-block .card-body {
    border-radius: 0px 0px 6px 6px;
    border: 1px solid  rgba(0, 0, 0, 0.05);
    background:rgba(245, 245, 245, 0.5);;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px;
    max-height: 250px;
    overflow: auto;
}
}
 /* tasks navigation menu  */

.viewSnowflakeDetailsModal .view-tasks-menu {
	display: flex;
    padding: 7px 0px 7px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
	float: right;
	padding-right: 20px;
	position: fixed;
    left: 3%;
}
.viewSnowflakeDetailsModal .view-tasks-menu a {
	color: #737373;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px; /* 131.25% */
	letter-spacing: -0.3px;
}
.viewSnowflakeDetailsModal .view-tasks-menu a.active {
	color: var(--Primary-Blue, #2960F5);
}
/* Tasks End */