@font-face {
  font-family: "Airbnb-Cereal-App-bold";
  src: url("../fonts/AirbnbCerealApp-Bold.eot");
  src: url("../fonts/AirbnbCerealApp-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AirbnbCerealApp-Bold.woff2") format("woff2"), url("../fonts/AirbnbCerealApp-Bold.woff") format("woff"), url("../fonts/AirbnbCerealApp-Bold.ttf") format("truetype"), url("../fonts/AirbnbCerealApp-Bold.svg#AirbnbCerealApp-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Airbnb-Cereal-App-medium";
  src: url("../fonts/AirbnbCerealApp-Medium.eot");
  src: url("../fonts/AirbnbCerealApp-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AirbnbCerealApp-Medium.woff2") format("woff2"), url("../fonts/AirbnbCerealApp-Medium.woff") format("woff"), url("../fonts/AirbnbCerealApp-Medium.ttf") format("truetype"), url("../fonts/AirbnbCerealApp-Medium.svg#AirbnbCerealApp-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Airbnb-Cereal-App-regular";
  src: url("../fonts/AirbnbCerealApp-Book.eot");
  src: url("../fonts/AirbnbCerealApp-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/AirbnbCerealApp-Book.woff2") format("woff2"), url("../fonts/AirbnbCerealApp-Book.woff") format("woff"), url("../fonts/AirbnbCerealApp-Book.ttf") format("truetype"), url("../fonts/AirbnbCerealApp-Book.svg#AirbnbCerealApp-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.dashboard-container {
  background: linear-gradient(180deg, #FFFFFF 2.9%, #F6FAFF 100%);
  height: auto;
}

.dark-theme .dashboard-container {
  background: none !important;
}

.count-container {
  background-color: var(--background-white, #ffffff);
  box-shadow: 0px 0px 40px 8px rgba(38, 121, 255, 0.0392156863) !important;
  padding: 20px;
  border-radius: 8px;
}

.count-container-2 {
  background-color: var(--background-white, #ffffff);
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.0784313725) !important;
  padding: 25px;
  border-radius: 8px;
}

.cost-cont {
  border-radius: 8px;
  padding: 15px;
}

.cost-cont.workload {
  background-color: var(--bg-primary-v4, #E8EDFF);
}

.cost-cont.aws-account {
  background-color: var(--warning-bg, #FFF4EE);
}

.cost-cont.overall-cost {
  background-color: var(--info-bg, #FFF1F7);
}

.cost-cont.azure-account {
  background-color: var(--bg-primary-v3, #E8F7FE);
}

.cust-dropdown:hover {
  color: var(--primary-color, #703BA8);
}

.cust-dropdown {
  background-color: var(--custom-white, #ffffff);
}

.dark-theme .cust-drop-menu {
  box-shadow: var(--shadow-color-v2, 0px 2px 23px -2px rgba(0, 0, 0, 0.1490196078));
  border-radius: 8px !important;
  border: 0;
  background-color: var(--custom-white, #ffffff) !important;
}
.dark-theme .cust-drop-menu a:hover {
  background-color: var(--secondary-hover-bg, #EBEBEB);
}

.custom-drop-item {
  padding: 6px;
}
.custom-drop-item:hover {
  background-color: var(--bg-secondary, #f7f7f7);
  border-radius: 6px;
  color: #757575;
}

.custom-item {
  border-bottom: 0.45px solid var(--border-light, #DEDEDE);
}

.lh-0 {
  line-height: 0;
}

.custom-tab-scroll .theme-tab.active.cus-tab-border::after {
  background-repeat: no-repeat;
  height: 2px;
  background: var(--secondary-gradient-v3, linear-gradient(90deg, #642C7D 6%, #952DC3 100%));
  display: inline-block;
  content: "";
  position: absolute;
  border-radius: 5px;
  width: 32px;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}

.theme-tab.active {
  color: var(--tag-color, #703BA8) !important;
  font-family: "Airbnb-Cereal-App-bold";
  background-color: transparent !important;
}

.theme-tab:hover {
  color: #703BA8;
}

.theme-tab.cust-tab.active {
  background-color: var(--active-bg-v1, rgba(164, 118, 211, 0.1215686275)) !important;
  color: var(--primary-color, #703BA8) !important;
  font-family: "Airbnb-Cereal-App-bold";
}

.chart-container {
  height: 192px;
}

.chart-container-2 {
  height: 215px;
}

.chart-container-3 {
  border-radius: 5px;
  background-color: var(--background-white, #ffffff);
  box-shadow: 0px 0px 40px 8px rgba(38, 121, 255, 0.0196078431);
}

.legend {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.legend.legend-success {
  background-color: var(--bg-success, #81CB84);
}

.legend.legend-red {
  background-color: var(--bg-danger-v3, #F44D43);
}

.legend.legend-violet {
  background-color: var(--tertiary-bg, #7A94FF);
}

.legend.legend-violet-v2 {
  background-color: var(--tertiary-bg-v2, #9FB2FF);
}

.legend.legend-success-light {
  background-color: var(--bg-success-v2, #C3EAA4);
}

.legend.legend-blue-light {
  background-color: var(--bg-primary-light, #9FE0E9);
}

.legend.legend-purple {
  background-color: var(--bg-primary-v5, #DAABFF);
}

.legend.legend-pink {
  background-color: var(--info-bg-v2, #FFA8CC);
}

.legend.legend-yellow {
  background-color: var(--warning-light-bg, #EFDC8F);
}

.legend.legend-red-lite {
  background-color: var(--bg-danger-light, #FF8A8A);
}

.legend.legend-info-bg-v3 {
  background-color: var(--info-bg-v3, #FFD5D5);
}

.legend.legend-success-v6 {
  background-color: var(--success-v6, #E8FFD5);
}

.legend-container {
  width: 168px;
}

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

.tooltip-container {
  padding: 10px 12px;
  border-radius: 4px;
  background-color: var(--bg-primary-dark, #1F2A37);
  position: absolute;
  top: 53px;
  right: -86px;
}

.arrow-pos {
  position: absolute;
  bottom: 7px;
  right: 72px;
}

.tooltip-container-2 {
  padding: 10px 12px;
  border-radius: 4px;
  background-color: var(--bg-primary-dark, #1F2A37);
  position: absolute;
  top: 52px;
  right: -102px;
}

.arrow-pos-2 {
  position: absolute;
  bottom: 7px;
  right: 97px;
}

.cust-select-btn {
  border: 0.75px solid var(--primary-border, #D0D0D0);
  border-radius: 5px;
  padding: 14px 16px;
  color: var(--secondary-text-color, #909090);
}
.cust-select-btn:hover {
  color: var(--secondary-text-color, #909090);
}
.cust-select-btn.show .acc-arrow-img {
  transform: rotate(180deg);
}

.cust-drop-width {
  width: 322px;
}

@media (max-width: 768px) {
  .cust-drop-width {
    width: 291px;
  }
}
.custom-drop-item-2 {
  padding: 10px 12px;
}
.custom-drop-item-2:hover {
  background-color: var(--bg-secondary, #f7f7f7);
  border-radius: 6px;
  color: #1F2034;
}

.blue-batch {
  border-radius: 3px;
  background-color: var(--primary-color-light, #FCF9FF);
  padding: 6px 8px;
  color: var(--tag-color, #703BA8);
}

.chatbot-btn {
  background: var(--secondary-gradient, linear-gradient(180deg, #8356FF 0%, #F59DFF 100%));
  border-radius: 50%;
  padding: 15px 14px;
  border: 0;
}
.chatbot-btn:hover {
  background: var(--secondary-gradient-v2, linear-gradient(180deg, #F59DFF 0%, #8356FF 100%));
}

.chatbot-dropdown {
  background-color: var(--body-background, #FFFFFF);
  border-radius: 4px;
  width: 341px;
  border: 0;
  box-shadow: 0px 2px 23px -2px rgba(0, 0, 0, 0.1490196078) !important;
}

.chatbot-textarea {
  border-radius: 3px;
  border: 0.5px solid var(--border-light-v2, #CFCFCF);
  padding: 10px 13px;
  height: 70px;
  background-color: var(--custom-white, #ffffff);
  color: var(--color-black, #000000) !important;
}
.chatbot-textarea::-moz-placeholder {
  color: var(--secondary-text-color-v2, #797979);
  font-size: 11px;
  font-family: "Airbnb-Cereal-App-medium";
}
.chatbot-textarea::placeholder {
  color: var(--secondary-text-color-v2, #797979);
  font-size: 11px;
  font-family: "Airbnb-Cereal-App-medium";
}
.chatbot-textarea:focus {
  background-color: var(--custom-white, #ffffff);
  box-shadow: unset;
  outline: 0;
  border: 0.5px solid var(--border-light-v2, #CFCFCF);
}

.regenerate-btn {
  padding: 10px 9px;
  border-radius: 50px;
  line-height: 0;
  position: relative;
  z-index: 1;
  border: none;
  background: var(--secondary-gradient-v3, linear-gradient(90deg, #642C7D 6%, #952DC3 100%));
  padding: 8px;
  transition: all ease-in-out 0.3s;
}
.regenerate-btn img {
  width: 12px;
  height: 12px;
}

.regenerate-btn::before {
  content: "";
  background-color: var(--body-background, #FFFFFF);
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  margin: 0;
  border-radius: 50px;
  right: 0.75px;
  z-index: -1;
  display: block;
  transition: all ease-in-out 0.3s;
}

.regenerate-btn:hover::before {
  box-shadow: 0px 2px 5.3px 0px #EFCBFF, 0px -4px 8.3px 0px rgba(149, 45, 195, 0.1019607843) inset;
}

.cust-dropdown-pos {
  position: fixed;
  bottom: 44px;
  right: 13px;
}

.pointer-pos {
  position: absolute;
  bottom: -28px;
  right: 0;
}

.config-container {
  background-color: var(--body-background, #FFFFFF);
  border-radius: 16px;
  padding: 32px 24px;
  height: 95vh;
}

.h-154 {
  height: 154px !important;
}

.branching-container {
  height: 352px;
}

.tooltip-container-3 {
  padding: 10px 12px;
  border-radius: 4px;
  background-color: var(--tool-tip-bg, #1F2A37);
  position: absolute;
  bottom: 135px;
  left: 54%;
}

.tooltip-container-4 {
  padding: 10px 12px;
  border-radius: 4px;
  background-color: var(--tool-tip-bg, #1F2A37);
  position: absolute;
  bottom: 150px;
  left: 42%;
}

.arrow-pos-4 {
  position: absolute;
  bottom: -12px;
  right: 65px;
  transform: rotate(-90deg);
}

.arrow-pos-2 {
  position: absolute;
  bottom: 10px;
  right: 93px;
}

.arrow-pos-3 {
  position: absolute;
  bottom: 31px;
  right: 198px;
}

.code-container {
  border: 0.5px solid var(--border-light-v2, #CFCFCF);
  border-radius: 5px;
  border-top: 4.75px solid var(--form-border, #703BA8);
  height: 72vh;
  overflow-y: auto;
  background-color: var(--bg-black-v3, #FFFFFF);
}

.step-num {
  width: 50px;
  height: 50px;
  background-color: var(--custom-white, #ffffff);
  color: var(--secondary-color, #757575);
  border-radius: 50%;
  border: 1px solid var(--primary-border-v7, #757575);
}
.step-num.active {
  background: var(--secondary-gradient-v3, linear-gradient(90deg, #642C7D 6%, #952DC3 100%));
  color: var(--text-white, #ffffff);
  border: 1px solid var(--form-border, #703BA8) !important;
  z-index: 10;
}
.step-num.completed {
  background-color: var(--body-background, #FFFFFF);
  border: 1px solid var(--form-border, #703BA8) !important;
  color: var(--primary-color, #703BA8);
  z-index: 10;
}

.dark-theme .step-num {
  border: none;
}

.step-line-1::before {
  content: "";
  position: absolute;
  border-bottom: 2px solid var(--primary-border-v5, #e9e9e9);
  top: 48%;
  width: 154px;
  right: 49px;
}

.step-line-2::before {
  content: "";
  position: absolute;
  border-bottom: 2px solid var(--primary-border-v5, #e9e9e9);
  top: 48%;
  width: 162px;
  right: 49px;
}

.step-line-3::before {
  content: "";
  position: absolute;
  border-bottom: 2px solid var(--primary-border-v5, #e9e9e9);
  top: 48%;
  width: 149px;
  right: 49px;
}

@media (max-width: 1024px) {
  .step-line-1::before {
    width: 63px;
  }
  .step-line-2::before {
    width: 70px;
  }
  .step-line-3::before {
    width: 55px;
  }
}
@media (max-width: 768px) {
  .step-line-1::before {
    width: 74px;
  }
  .step-line-2::before {
    width: 81px;
  }
  .step-line-3::before {
    width: 66px;
  }
}
.step-line-1.step-completed::before {
  border-bottom: 2px solid var(--primary-light-border, #F7E5FF);
}

.step-line-2.step-completed::before {
  border-bottom: 2px solid var(--primary-light-border, #F7E5FF);
}

.step-line-3.step-completed::before {
  border-bottom: 2px solid var(--primary-light-border, #F7E5FF);
}

.step-text {
  color: var(--secondary-text-color-v4, #1F2034);
}
.step-text.active {
  color: var(--primary-color-v5, #703BA8);
  font-family: "Airbnb-Cereal-App-bold";
}

.p-14 {
  padding: 14px;
}

.tab-scroll .theme-tab-2.active.cus-tab-border::after {
  background-repeat: no-repeat;
  height: 2px;
  background-color: var(--primary-color, #703BA8);
  display: inline-block;
  content: "";
  position: absolute;
  border-radius: 5px;
  left: 0;
  right: 0;
  bottom: -1px;
}

.tab-scroll .theme-tab-2.active.cus-tab-border.cus-tab-border-1::after {
  left: 26px;
  right: 41px;
  bottom: 0px;
}

.tab-scroll .theme-tab-2.active.cus-tab-border-1 {
  color: var(--primary-color, #703BA8);
  font-family: "Airbnb-Cereal-App-bold";
  font-size: 12px;
}

.tab-scroll .theme-tab-2.active.cus-tab-border {
  color: var(--tag-color, #703BA8);
  font-family: "Airbnb-Cereal-App-bold";
  font-size: 14px;
}

.tab-scroll .custom-theme-tab.active.cus-tab-border {
  color: var(--tag-color, #703BA8);
  font-family: "Airbnb-Cereal-App-bold";
  font-size: 12px;
}

.primary-border-bottom {
  border-bottom: 1px solid var(--primary-border-v2, #E8E8E8);
}

.budget-container {
  border-radius: 16px;
  box-shadow: var(--shadow-color-v3, 0px 0px 12px 1px rgba(0, 0, 0, 0.0784313725));
  padding: 40px;
}

.chart-container-4 {
  height: 234px;
}

.legend-square {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  display: inline-block;
}

.legend-square.violet-legend {
  background-color: var(--tertiary-bg, #7A94FF);
}

.legend-square.success-light-legend {
  background-color: var(--bg-success-light, #DDF3CC);
}

.legend-square.blue-legend {
  background-color: var(--bg-primary-light, #9FE0E9);
}

.legend-square.purple-legend {
  background-color: var(--bg-primary-v5, #DAABFF);
}

.legend-square.pink-legend {
  background-color: var(--info-bg-v2, #FFA8CC);
}

.legend-square.yellow-legend {
  background-color: var(--warning-light-bg-v2, #FFECAA);
}

.cust-search-width {
  width: 350px;
}

.estimation-accordion {
  margin: 0 134px;
}
.estimation-accordion .estimation-container {
  border-bottom: 1px solid var(--primary-border-v2, #E8E8E8);
  padding: 16px 40px 16px 0;
}
.estimation-accordion .estimation-container .custom-acc-btn {
  transform: rotate(90deg);
}
.estimation-accordion .estimation-container .custom-acc-btn.collapsed {
  transform: rotate(0);
}

.insights-accordion .insights-container .custom-acc-btn {
  transform: rotate(90deg);
}
.insights-accordion .insights-container .custom-acc-btn.collapsed {
  transform: rotate(0);
}

.monthly-select {
  width: 138px;
}

.custom-drop-width {
  width: 160px;
}

.add-organization-form input#Budgetnew {
  padding-left: 52px;
}

.add-organization-form .custom-budget-icon {
  bottom: 19px;
  left: 20px;
}

.outline-gradient-btn {
  border: 0.75px solid var(--form-border, #703BA8);
  background-color: var(--custom-white, #ffffff);
  padding: 15px 24px;
  border-radius: 8px;
}

.outline-gradient-btn:hover {
  background-color: var(--secondary-hover-bg, #EBEBEB);
}

.custom-form.custom-date {
  position: absolute;
  right: 16px;
  top: 16px;
}

.custom-date-2 {
  position: absolute;
  right: 12px;
  top: 17px;
}

.page-icon-width {
  width: 25px;
  height: 15px;
}

.w-18 {
  width: 18px;
  height: 18px;
}

.primary-button:disabled {
  color: var(--disabled-text, #E7D7ED);
  opacity: 0.5;
}

.truncate-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 175px;
}

.h-40 {
  height: 40px;
}

.repo-select {
  width: 168px;
}

.cust-dropdown-width {
  width: 142px;
}

.plus-icon-width {
  width: 16px;
  height: 16px;
}

.h-48 {
  height: 48px;
}

.insights-icon-width {
  width: 20px;
  height: 20px;
}

.w-60 {
  width: 60px;
}

.dark-theme .budget-container {
  box-shadow: none;
  border: 0.5px solid var(--border-color-dark, #DADADA);
}

.dark-theme .cust-dropdown {
  border: 0;
}

.docs-search {
  width: 216px;
  border: 0.5px solid rgba(161, 161, 161, 0.4588235294) !important;
}

.dark-theme .docs-search {
  border: 0.5px solid rgba(161, 161, 161, 0.4588235294) !important;
}

.side-sub-nav-2::after {
  content: "";
  border: 3px solid var(--primary-color, #703BA8) !important;
  position: absolute;
  left: 0;
  top: 0;
  height: 158px;
  border-radius: 8px;
  z-index: 1;
}

.manual-container {
  width: 100%;
  height: 542px;
}

.section-switch-container {
  margin-top: 120px;
  border-top: 1px solid var(--border-light-v3, #D3D3D3);
}

.custom-border-left {
  border-left: 1px solid var(--border-light-v4, #D3D3D3);
}

.content-pos {
  position: fixed;
}

.cust-acc-arrow {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  background-color: var(--bg-secondary-v5, #FCF9FF);
  cursor: pointer;
}
.cust-acc-arrow img {
  width: 8px;
  height: 12px;
}

.dark-theme .dark-icons {
  filter: invert(72%) sepia(0%) saturate(0%) hue-rotate(156deg) brightness(80%) contrast(85%);
}

.form-select:disabled {
  background-color: var(--disabled-bg, #f2f2f2) !important;
}

.custom-form:disabled {
  background-color: var(--disabled-bg, #f2f2f2) !important;
}

.custom-toast-container {
  background-color: var(--toast-bg, #006F4E);
  box-shadow: 0px 2px 23px -2px rgba(0, 0, 0, 0.1490196078);
  border-radius: 8px;
  padding: 14px 16px;
  width: 385px;
  height: 53px;
}

.w-9 {
  width: 9px;
  height: 9px;
}

.threshold-width {
  width: 248px;
}

.dark-theme .chatbot-dropdown {
  box-shadow: none;
  border: 1px solid #1C2541;
  background-color: #0D111D;
}

.dark-theme .chatbot-textarea {
  background-color: #20242F !important;
}

.dark-theme .pointer-pos {
  bottom: -25px;
}

.height-50 {
  height: 50px;
}

.record-container {
  height: 75vh;
}

.no-rec-img {
  width: 350px;
  height: 128px;
}

.width-25 {
  width: 25px;
  height: 25px;
}

.flag-icon-width {
  width: 20px;
  height: 20px;
}

.login-container {
  position: relative;
  height: 100vh;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.login-content {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.login-btn {
  border: 1px solid #D591FE;
  border-radius: 4px;
  background-color: var(--login-bg, #2B2F34);
  padding: 22px 46px 22px 0px;
  color: var(--text-white, #ffffff);
  position: relative;
  overflow: hidden;
}
.login-btn:hover {
  background-color: var(--login-bg-hover, #1e2228);
  color: var(--text-white, #ffffff);
}

.arrow-cont {
  position: absolute;
  left: 0;
  top: 0;
  padding: 23.5px 21px;
  border-radius: 3px;
  background-color: var(--text-white, #ffffff);
  transition: transform 0.3s ease;
}

.scrl-container {
  width: 100%;
  overflow-x: scroll;
}/*# sourceMappingURL=dashboard.css.map */