.cursor-pointer {
  cursor: pointer;
}

.dropdown-item:active {
  background-color: #ededed !important;
}

.custom-offcanvas {
  z-index: 1051;
  /* max-width: 694px; */
  width: 694px;
  /* min-width: 360px; */
}

@media (max-width: 694px) {
  .custom-offcanvas {
    width: unset;
  }

  .offcanvas-select {
    min-width: 100px;
  }
}

@media (max-width: 767px) {
  .w-md-100 {
    width: 100% !important;
  }

  .w-md-50 {
    width: 50% !important;
  }
}

.custom-pills li .nav-link {
  color: #5b5b5b;
  padding: 8px 12px;
}

.custom-pills li .nav-link.active {
  color: #5a83f9 !important;
  background-color: #ebf0ff !important;
}

.custom-v-pills button {
  color: #000;
  padding-left: 36px;
  padding-right: 16px;
  height: 48px;
}

.custom-v-pills button.active {
  color: #5a83f9 !important;
  background-color: #ebf0ff !important;
  font-family: "SFProText-Semibold";
  margin-left: 0px;
  padding-left: 16px;
}

.v-tab-border {
  /* position: relative; */
  /* position: sticky;
top: 70px; */
  overflow-y: scroll;
  height: 69vh;
}

.v-tab-border::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

.v-tab-border::-webkit-scrollbar-thumb {
  background: #dedede;
  border-radius: 10px;
}

.v-tab-border:after {
  content: "";
  border-left: 1px solid #e2e2e2;
  height: 70vh !important;
  top: 0px;
  position: absolute;
  right: 0;
}

.v-Adtab-border {
  /* position: relative; */
  /* position: sticky;
top: 70px; */
  overflow-y: scroll;
  height: 65vh;
}

.v-Adtab-border::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

.v-Adtab-border::-webkit-scrollbar-thumb {
  background: #dedede;
  border-radius: 10px;
}

.v-Adtab-border:after {
  content: "";
  border-left: 1px solid #e2e2e2;
  height: 70vh !important;
  top: 0px;
  position: absolute;
  right: 0;
}

@media (max-width: 992px) {
  .v-tab-border:after {
    content: "";
    border-left: 1px solid transparent;
    height: 65vh;
    top: 0px;
    position: absolute;
    right: 0;
  }

  .v-Adtab-border:after {
    content: "";
    border-left: 1px solid transparent;
    height: 65vh;
    top: 0px;
    position: absolute;
    right: 0;
  }
}

.white-tab {
  background-color: #f0f0f0;
  padding: 3px;
  border: 1px solid #e6e6e6;
}

.white-tab-list {
  padding: 8px 20px !important;
  color: #232323 !important;
  white-space: nowrap;
}

.white-tab-list.active {
  background-color: #ffffff !important;
  color: #000 !important;
}

.border-tabs button {
  border: none !important;
  border-bottom: 1px solid #dee2e6 !important;
  color: #808080;
  font-family: "SFProText-Semibold";
}

.border-tabs button.active {
  border: none !important;
  border-bottom: 1px solid #dee2e6 !important;
  color: #5d44fe !important;
  font-family: "SFProText-Semibold";
  position: relative;
}

.border-tabs button.active:after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #5d44fe;
}

.nav-scroll {
  overflow-x: scroll;
  overflow-y: hidden;
}

.nav-scroll::-webkit-scrollbar {
  height: 0px;
  width: 0px;
}

.nav-scroll::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px;
}

.breadcrumb-item.inactive {
  position: relative;
  padding-right: 17px;
}

.breadcrumb-item.inactive a {
  color: #848484;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #000 !important;
}

.breadcrumb-item.inactive:after {
  content: "";
  background-image: url(../images/breacrumb-arrow.svg);
  position: absolute;
  width: 26px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.breadcrumb-item.active::before {
  display: none !important;
}

.breadcrumb-item::before {
  display: none !important;
}

.min-w-295px {
  min-width: 295px;
  max-width: 295px;
  width: 295px;
}

.min-w-470px {
  min-width: 470px;
  max-width: 470px;
}

.w-65 {
  width: 65%;
}

.w-80 {
  width: 80%;
}

.h-400 {
  height: 400px;
}

.h-280 {
  max-height: 280px;
}

.h-42px {
  height: 42px;
}

.transform-180 {
  transform: rotate(180deg);
}

.slim-scroll {
  overflow-y: scroll;
}

.slim-scroll::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

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

.group-dropdown {
  background-color: #ffffff !important;
}

.group-dropdown li {
  padding: 11px 22px;
  border-bottom: 1px solid #cecece;
  cursor: pointer;
  color: #464646 !important;
}

.group-dropdown li:last-child {
  border-bottom: none;
}

.bg-transparent {
  background-color: transparent !important;
}

.custom-accordion-btn {
  background-color: transparent !important;
  outline: none !important;
  color: #202020 !important;
  box-shadow: none !important;
}

.custom-accordion-btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.custom-accordion-btn.accordion-button:not(.collapsed)::after {
  background-image: url(../images/accordion-line-arrow.svg) !important;
  transform: unset !important;
  background-size: 70%;
  width: 16px;
  height: 16px;
  background-position: center !important;
}

.custom-accordion-btn.accordion-button::after {
  background-image: url(../images/accordion-line-arrow.svg) !important;
  transform: rotate(180deg) !important;
  background-size: 70%;
  width: 16px;
  height: 16px;
  background-position: center !important;
}

.grab-icon {
  position: relative;
}

.grab-icon:before {
  background-image: url(../images/grab-icon.svg);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  width: 14px;
  cursor: grab;
}

.top-110px {
  top: 110px;
}

.action-needed {
  display: inline-block;
  height: 8px;
  width: 8px;
  background-color: #d02929;
  border-radius: 16px;
  box-shadow: 0 0 0 0.25rem #ffb9b9;
}

/* kebab style starts here  */

.custom-dropdown-brd {
  border-bottom: 1px solid #e7e7e7;
}

.custom-dropdown-li:hover {
  background-color: #f1ffd6;
  border-radius: 3px;
}

.custom-dropdown-li:focus {
  background-color: #f1ffd6;
  border-radius: 3px;
}

.custom-dropdown-li:active {
  background-color: #f1ffd6 !important;
  border-radius: 3px;
}

.custom-dropdown-sty {
  right: 16px;
  left: auto !important;
  padding-bottom: 0px;
  border-radius: 3px;
}

/* Newly added */
@media (min-width: 992px) {
  .Admin-footer {
    left: 240px;
    background: white;
  }
}

@media (max-width: 767px) {
  .button-container {
    display: flex;
    flex-direction: column;
  }

  .button-container button {
    width: 100%;
    margin-bottom: 10px;
  }

  .button-container button:nth-child(1) {
    order: 2;
  }

  .button-container button:nth-child(2) {
    order: 1;
  }
}

.instruc-img {
  max-height: 510px;
  width: 100%;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer
}

.upload-btn-wrapper input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.drdwn-batch-sty {
  background-color: #ededed;
  padding: 3px 8px;
  border-radius: 2px;
}

.custom-dropdown-toggle::after {
  display: inline-block;
  /* margin-left: 0.255em;
    vertical-align: 0.255em; */
  content: "";
  position: absolute;
  background-image: url(../images/dropdown-arrow.svg);
  background-repeat: no-repeat;
  padding: 4px 7px;
  left: auto;
  right: 8px;
  bottom: 18px;
}

.Ad-custom-dropdown-toggle::after {
  display: inline-block;
  /* margin-left: 0.255em;
    vertical-align: 0.255em; */
  content: "";
  position: absolute;
  background-image: url(../images/dropdown-arrow.svg);
  background-repeat: no-repeat;
  padding: 4px 7px;
  left: auto;
  right: 8px;
  bottom: 12px;
}

.dropdown-submenu {
  position: relative;
}

@media (min-width: 769px) {
  .dropdown-submenu .dropdown-menu {
    top: 45px;
    right: 0px;
    /* left: 100%; */
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0;
  }

  .addproj-dropdown-toggle::after {
    rotate: 270deg;
  }

  .add-proj-btn {
    width: 206px;
  }
}

@media (max-width: 768px) {
  .dropdown-submenu .dropdown-menu {
    /* bottom: -45px; */
    top: auto;
    left: auto;
    right: 1px;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0;
    /* width: 210px; */
  }

  .add-proj-btn {
    width: 100%;
  }
}

.login-hig {
  height: 100vh;
}

.login-logo-sty {
  width: 160px;
  height: 50px;
}

@media screen and (min-width: 576px) {
  .modal-width {
    max-width: 632px;
  }
}

.left-nav-brd {
  border-right: 1px solid #e2e2e2;
}

.Nav-page-scrl {
  overflow-y: scroll;
  height: 69vh;
}

.Nav-page-scrl::-webkit-scrollbar {
  height: 0px;
  width: 0px;
  background-color: transparent;
}

.Nav-dspage-scrl {
  overflow-y: scroll;
  height: 54vh;
}

.Nav-dspage-scrl::-webkit-scrollbar {
  height: 0px;
  width: 0px;
  background-color: transparent;
}

.Nav-Adpage-scrl {
  overflow-y: scroll;
  height: 54vh;
}

.Nav-Adpage-scrl::-webkit-scrollbar {
  height: 0px;
  width: 0px;
  background-color: transparent;
}

.cal-date-arrow {
  width: 24px;
  height: 24px;
}

.resize-none {
  resize: none;
}

.sub-acrd {
  color: #5a83f9 !important;
  background-color: #ebf0ff !important;
  font-family: "SFProText-Semibold";
}

.sub-acrd.collapsed {
  color: #000000 !important;
  background-color: #ffffff !important;
  font-family: "SFProText-Medium";
}

.sub-acrd.collapsed .sub-acrd-arrow {
  transform: rotate(0deg) !important;
  filter: invert(0%) sepia(100%) saturate(21%) hue-rotate(2deg) brightness(101%) contrast(107%);
}

.sub-acrd .sub-acrd-arrow {
  transform: rotate(90deg);
  filter: invert(51%) sepia(48%) saturate(4677%) hue-rotate(209deg) brightness(104%) contrast(95%);
}

#servicenow-sub .nav-pills .nav-link {
  padding-left: 56px !important;
}

/* page loader style starts here */
.overlay {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1050;
}

.loading-text {
  margin-left: -13px;
}

/* page loader style ends here */

.grid-logo {
  width: 31px;
  height: 27px;
  border-radius: 50%;
}


/* styling for ellipsis component in roadmap and sequencing */

.text-box {
  white-space: nowrap;
  /* Prevent text from wrapping to the next line */
  overflow: hidden;
  /* Hide the overflowing text */
  text-overflow: ellipsis;
  /* Add ellipsis when text overflows the container */
}

/* tooltip style starts here */
.info-icon-sty {
  width: 16px;
  height: 16px;
}

.tooltip-pointrer {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
}

.tooltip-sty {
  display: none;
}

.tooltip-btn:hover .tooltip-sty {
  display: block;
  position: absolute;
  background-color: #363636;
  padding: 12px;
  z-index: 1;
  border-radius: 3px;
  font-size: 12px;
  min-width: 340px;
}

@media screen and (min-width: 992px) and (max-width:1175px) {
  .tooltip-btn:hover .tooltip-sty {
    display: block;
    position: absolute;
    background-color: #363636;
    padding: 12px;
    border-radius: 3px;
    font-size: 12px;
    min-width: 314px;
    left: -24px;
  }
}

@media screen and (min-width: 358px) and (max-width:490px) {
  .tooltip-btn:hover .tooltip-sty {
    display: block;
    position: absolute;
    background-color: #363636;
    padding: 12px;
    border-radius: 3px;
    font-size: 12px;
    min-width: 240px;
    left: -24px;
  }
}

/* tooltip style ends here */


.adv-filter {
  box-shadow: 0px 1px 7px 0px #00000040;
  border: none;
}

.toast {
  width: 100%;
  box-shadow: 0px 3px 24px 0px #00000017;
  border: none;
  border-radius: 0px 0px 7px 7px;
}

.w-650 {
  min-width: 650px;
}

.modal-dialog {
  display: flex;
  justify-content: center;
}

.green-badge,
.orange-badge,
.blue-badge,
.grey-badge {
  color: #2C533A;
  padding: 6px 12px;
  background-color: #D3EDDD;
  border-radius: 6px;
  font-size: 14px;
  font-family: 'SFProText-Semibold';
}

.orange-badge {
  color: #80610F;
  background-color: #EBD181;

}

.blue-badge {
  color: #214A74;
  background-color: #CBE4FF;
}

.grey-badge {
  color: #5B5B5B;
  background-color: #E5E5E5;
}

.kebab-icon {
  background-color: #FFFFFF;
  border: none;
  border-radius: 3px;
}

.kebab-icon:hover {
  background-color: #ddd9d9;
  border: none;
}

.action-drop-down {
  padding: 8px;
  cursor: pointer;
}

.action-drop-down .list.cust-border {
  border-bottom: 1px solid #E7E7E7;
}

.action-drop-down .list:hover {
  color: #0C75D5;
}

.action-drop-down .dropdown-menu {
  border: none;
  box-shadow: 0px 1px 7px 0px #00000040;
}

.connector {
  border: 1px solid #ECECEC;
  border-radius: 2px;
}

.outline-btn,
.outline-btn:hover {
  padding: 4px 20px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  background: #FFFFFF;
  font-size: 14px;
  font-family: 'SFProText-Regular';
}

.outline-btn:hover {
  background: #F7F7F7;
}

.toast-body {
  position: relative;
}

.progress-blue {
  display: inline-block;
  width: 32%;
  height: 6px;
  background-color: #1260AC;
  position: absolute;
  bottom: 0px;
  border-radius: 0px 0px 0px 7px;
}

.ribbon {
  background-color: #E7F4FF;
  border-radius: 0px 4px 4px 0px;
  position: relative;
}

.ribbon-border {
  display: inline-block;
  width: 3px;
  height: 100%;
  background-color: #0079D9;
  position: absolute;
  top: 0;
  left: 0px;
  border-radius: 0px 2px 2px 0px;
}

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

.aws-card {
  padding: 28px 24px;
  border-radius: 5px;
  box-shadow: 0px 0px 4px 2px #00000014;
}

.env-inventory-card {
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  box-shadow: none;
  cursor: pointer;
}

.env-inventory-card:hover {
  box-shadow: 0px 4px 4px 0px #B5B5B540;
}

.dropdown-btn {
  width: 100%;
  text-align: left;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #D2D2D2;
  border-radius: 2px;
  padding: 7px 14px;
  position: relative;
}

.dropdown-btn:active,
.dropdown-btn:hover,
.dropdown-btn:focus {
  background-color: inherit;
  color: inherit;
  border: 1px solid #D1FF79;
  box-shadow: 0 0 0 0.25rem #f1ffd6;
}

.dropdown-btn:hover {
  background-color: inherit;
  color: inherit;
}

.dropdown-btn::after {
  content: "";
  background-image: url(../images/down-arrow.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: 15px;
  position: absolute;
  right: 8px;
  top: 15px;
}


.region-dropdown .dropdown-menu {
  width: 100%;
  border: none;
  box-shadow: 0px 1px 7px 0px #00000040;
}

.dropdown-toggle::after {
  border: none;
}

.region-input {
  padding: 6px 14px;
  border: 1px solid #D2D2D2;
  border-radius: 2px;
  max-width: 100%;
}

.selected-item {
  padding: 3px 8px;
  background-color: #EAEFFF;
  color: #5A5A5A;
  border-radius: 20px;
  text-wrap: nowrap;
}

.cust-scroll {
  overflow: scroll;
  position: relative;
}

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

.cust-scroll::-webkit-scrollbar-track {
  background: #ffffff;
}

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

.link-blue:hover {
  color: #065FB2 !important;
}

.action-btn {
  background: transparent;
  padding: 4px 6px;
}

.action-btn:hover,
.action-btn:focus-visible,
.action-btn:focus {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  box-shadow: none;
}

textarea.custom-form {
  width: 100%;
  resize: none;
  height: 340px;
}

@media (max-width: 767px) {
  .custom-popup {
    min-width: 300px;
  }

  .toast-width {
    width: 100%
  }

  .custom-sm-block {
    display: block !important;

    .btns {
      margin-top: 25px;
    }
  }
}

.custom-btn {
  min-width: 70px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px !important;
  padding-inline: 16px !important;
}

.regenerate-btn {
  padding: 12px 13px !important;
  border-radius: 3px !important;
}

.edit-btn.btn-add-session {
  border-radius: 4px !important;
}

.btn-add-session.edit-btn:focus {
  background: #ffffff !important;
  color: #2da7ec !important;
  border: 0.5px solid #2da7ec;
  box-shadow: 0 0 0 0.25rem #a9dfff;
}


.flow-diagram {
  text-align: center;
}

.flow-diagram img {
  width: 85%;
  text-align: center;
}

.h-115px {
  height: 115px;
}

.h-150px {
  height: 150px;
}

.h-60px {
  height: 60px;
}

.row-gap-4 {
  row-gap: 1.5rem;
}

.fw-unset {
  font-weight: unset;
}

.add-btn {
  border-radius: 50%;
  background-color: #EBEBEB;
  height: 27px;
  width: 27px;
  transition: all ease .1s;

  &:hover {
    filter: brightness(.9);
  }
}

button:focus-visible {
  outline: none !important;
}

.action-btn-hover:hover {
  filter: brightness(.3);
}

.color-fade {
  color: #D0CECE
}


.fw-unset {
  font-weight: unset;
}

.add-btn {
  border-radius: 50%;
  background-color: #EBEBEB;
  height: 27px;
  width: 27px;
  transition: all ease .1s;

  &:hover {
    filter: brightness(.9);
  }
}

.link-btn {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.env-inventory-card {
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  box-shadow: none;
  cursor: pointer;
}

.env-inventory-card:hover {
  box-shadow: 0px 4px 4px 0px #B5B5B540;
}

.link-btn:hover {
  background-color: #e8e8e8;
}

.inventory-dropdown {
  box-shadow: 0px 0px 12px 4px #0000000D;
  padding: 13px 21px;
  border: 0;
  border-radius: 6px;
  min-width: 200px;
}

.inventory-dropdown li {
  border-bottom: 1px solid #EDEDED;
}

.cust-text-width {
  max-width: 100%;
}

.download-report-popup {
  box-shadow: 0px 1px 7px 0px #00000040;
  border: 0;
  border-radius: 3px;
  min-width: 64%;

  li {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #CECECE;
  }
}