@font-face {
  font-family: "Montserrat-Regular";
  src: url("../font/Montserrat-Regular.woff2") format("woff2"), url("../font/Montserrat-Regular.woff") format("woff"), url("../font/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../font/Montserrat-Medium.woff2") format("woff2"), url("../font/Montserrat-Medium.woff") format("woff"), url("../font/Montserrat-Medium.ttf") format("truetype");
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../font/Montserrat-SemiBold.woff2") format("woff2"), url("../font/Montserrat-SemiBold.woff") format("woff"), url("../font/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../font/Montserrat-Bold.woff2") format("woff2"), url("../font/Montserrat-Bold.woff") format("woff"), url("../font/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-display: swap;
  font-style: normal;
}
/* used for the primary Bold fonts */
/* used for the primary semibold fonts */
/* used for the primary Regular fonts */
/* used for the primary medium fonts */
/* used for the primary color texts Ex: bordered active tabs  */
/* used for the secondary color texts*/
/* used for the black texts */
/* used for the black texts */
/* used for the anchor tags */
/* used for the from label texts */
/* used for the table head text colors */
/* used for the table body text colors */
/* used for the mandatory text colors and validation texts */
/* used for the primary background color  Ex: primary btns  */
/* used for the secondary background color  Ex: secondary btns  */
/* used for the form border color Ex: text box border  */
/* used for the primary border btns color Ex: loadmore border btn  */
/* used for the secondary border btns color Ex: advanced filter border btn  */
/*used for table outer border */
.content-container {
  width: 100%;
  padding: 40px 40px 40px 310px;
  height: 100vh;
  overflow-y: scroll;
  background-color: #f6f6f6;
}

.sd-height-50 {
  height: 48%;
}

.sd-card {
  padding: 16px;
  border-radius: 14px;
  background-color: #ffffff;
}

.custom-height {
  height: 360px;
}

.sd-overall-rate {
  background-image: url(../image/overall-score-bg.svg);
  border-radius: 14px;
  padding: 56px;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 325px;
}

.sd-dash-acc-title {
  width: calc(100% - 162px);
  text-align: center;
  border-bottom: 1px solid #E7E7E7;
  line-height: 0.1em;
  margin: 10px 0 20px;
  display: inline-block;
}
.sd-dash-acc-title span {
  background: #ffffff;
  padding: 12px 48px;
  border-radius: 30px;
  border: 1px solid #E7E7E7;
}

.flex-gap {
  display: flex;
  flex-direction: column;
  gap: 8%;
}

.rating-icon {
  background-color: #E1F9FF;
  padding: 12px;
  border-radius: 16px;
}

.sd-explain-icon {
  opacity: 0.5;
  cursor: pointer;
}
.sd-explain-icon:hover {
  rotate: 10deg;
  transition: 0.6s;
  opacity: 1;
}

.sd-list img:hover {
  cursor: pointer;
  transition: 0.5s;
  transform: scale(1.1);
}

.sd-list {
  max-height: 245px;
  overflow-y: scroll;
}

.sd-list::-webkit-scrollbar-track {
  background: none;
  border-radius: 10px;
}

.sd-list::-webkit-scrollbar-thumb {
  background: #ECECEC;
  border-radius: 10px;
}

.sd-list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: none;
}

.sd-card .accordion {
  max-height: 230px;
  overflow-y: scroll;
}

.sd-card .accordion::-webkit-scrollbar-track {
  background: none;
  border-radius: 10px;
}

.sd-card .accordion::-webkit-scrollbar-thumb {
  background: #ECECEC;
  border-radius: 10px;
}

.sd-card .accordion::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: none;
}

.green-legend-style::before {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  content: "";
  display: inline-block;
  margin-right: 6px;
  margin-top: 3px;
  background-color: #51CFC9;
}

.blue-legend-style::before {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  content: "";
  display: inline-block;
  margin-right: 6px;
  margin-top: 3px;
  background-color: #216778;
}

.bluev2-legend-style::before {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  content: "";
  display: inline-block;
  margin-right: 6px;
  margin-top: 3px;
  background-color: #B9ECE9;
}

.green-badge {
  background-color: #EDFFEC;
  padding: 2px 8px;
  border-radius: 10px;
  color: #47C33C;
}

.custom-accordion-btn {
  background-color: #ffffff;
  border: none;
  outline: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.custom-accordion-btn::before {
  display: inline-block;
  padding: 8px 8px;
  background-position: left;
  content: "";
  background-image: url(../image/plus-accordion-icon.svg);
  background-repeat: no-repeat;
  transition: transform 0.2s ease-in-out;
  margin-right: 7px;
}

.custom-accordion-btn:not(.collapsed)::before {
  background-image: url(../image/minus-accordion-icon.svg);
}

.custom-box-shadow {
  box-shadow: 0px 1px 8px 2px rgba(0, 0, 0, 0.031372549);
  border-radius: 8px;
}

.custom-left-border {
  padding: 20px 0;
}

.custom-line {
  border-left: 3px solid #216778;
  padding: 0 20px;
}

.purplev1 {
  color: #216778;
}

.greenv1 {
  color: #10B200;
}

.time-without,
.time-with {
  background-color: #F0FFEE;
  padding: 8px;
  border-radius: 20px;
}

.time-with {
  background-color: #E1F9FF;
}

.grey-v3 {
  color: #454545;
}

.custom-lineheight {
  line-height: 24px;
}

.p1p2-card {
  height: auto;
  min-width: 164px;
  width: 164px;
  margin-right: 35px;
}

.p1p2-steps {
  width: 50px;
  height: 50px;
  border: 3px solid #216778;
  border-radius: 50%;
  z-index: 0;
}

.stepper-border::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 3.5px !important;
  top: auto;
  right: 106px;
  background-color: #10B200;
}

.custom-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}

.theme-tbl {
  max-height: 85dvh;
  overflow-y: scroll;
  background-color: #FFF;
  padding: 12px 24px;
}

.theme-tbl::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.theme-tbl::-webkit-scrollbar-thumb {
  background-color: #e5e5e5;
  border-radius: 5px;
}

/* IT Ops dashboard starts here */
.nav-pills .nav-link {
  color: #878787;
}

.color-orange {
  color: #FF9900;
}

/* IT Ops dashboard ends here */
/* No data found starts here */
img.no-data-found.mb-4 {
  width: 100%;
}

/* No data found  ends here */
/* Cloud cost dashboard starts here */
.cost-icon {
  width: 22px;
}

.cost-container {
  border-radius: 16px;
  height: 56px;
  padding: 8px 16px;
  background-color: #ffffff;
  border: 1px solid #E7E7E7;
}

.custom-grey {
  color: #7A86A1;
}

.accordion-table-row.collapsed .table-accordion-arrow {
  transform: rotate(-90deg);
}

.theme-table.custom tbody tr td {
  font-family: "Montserrat-Bold";
}

.theme-table.regular tbody tr td {
  font-family: "Montserrat-Regular";
}

.theme-table.custom tbody tr:nth-child(even) {
  background-color: #FFFFFF;
}

.theme-table.regular tbody tr:nth-child(even) {
  background-color: #F6F6F6;
}

.theme-table tbody .table-accordion-body .custom-padding {
  padding: 15px 20px 15px 65px;
  border-bottom: 1px solid #DEDEDE;
}

.custom-wrap {
  flex-wrap: wrap;
}

.custom-flex {
  display: block;
}

.custom-dropdown {
  position: inherit;
}

@media (max-width: 767px) {
  .custom-wrap {
    flex-wrap: wrap;
  }
}
@media (min-width: 767px) {
  .custom-flex {
    display: flex;
  }
}
/* Cloud cost dashboard ends here */
.modal-content.custom-border {
  max-height: 600px;
}

.popup-scroll::-webkit-scrollbar {
  width: 4px !important;
  height: 4px !important;
}

.popup-scroll::-webkit-scrollbar-track {
  background: #E8E8E8;
}

.popup-scroll::-webkit-scrollbar-thumb {
  background: #BFBFBF;
  border-radius: 10px;
}

.popup-scroll {
  overflow-y: auto;
  max-height: 500px;
}

.line-decor {
  position: unset;
  width: 50px;
  height: 50px;
  border: 3px solid #7C1AAA;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.dropdown {
  position: inherit;
}

.custom-tooltip {
  border-radius: 8px;
  position: relative;
}

.custom-tooltip:after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: -8px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 11px solid #FFF;
}

.custom-scroll {
  overflow-y: scroll;
  height: 150px;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: #B6B6B6;
  border-radius: 12px;
}

.custom-scroll::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}

button.popup-btn, button.popup-btn:hover {
  color: #FFFFFF;
  background-color: #9746FF;
  border: 1px solid;
  padding: 10px 20px;
  border-radius: 5px;
}

button.popup-btn:hover {
  color: #FFFFFF;
  background-color: #7c37d5;
}

img.time-icon {
  width: 50px;
  height: 50px;
}

.rotated-text {
  display: inline-block;
  transform: rotate(270deg);
  color: #C0BDCC;
}

@media (min-width: 768px) and (max-width: 1318px) {
  .sd-overall-rate p:first-child {
    font-size: 20px;
  }
  .sd-overall-rate p:last-child {
    font-size: 40px;
  }
  .sd-overall-rate {
    padding: 32px 48px;
  }
}
@media (max-width: 768px) {
  .sd-dash-acc-title {
    width: calc(100% - 100px);
  }
  .sd-height-50 {
    height: 100%;
  }
  .top-img {
    right: -4px;
  }
}
.custom-date-picker {
  position: absolute;
  right: 42px;
  top: 90px;
}

.apexcharts-tooltip.apexcharts-theme-light {
  color: #000 !important;
}

.apexcharts-series {
  background-color: unset !important;
}

.no-questions {
  font-weight: bold;
  text-align: center;
  height: 100%;
  margin-top: 100px;
}

.no-faqquestions {
  font-weight: bold;
  text-align: center;
  height: 100%;
  margin-top: 100px;
  padding-bottom: 100px;
}/*# sourceMappingURL=dashboard.css.map */