.header {
  height: 101.75px;
  display: block;
}
/* .menu-ctr {
  margin-top: 1rem;
} */
.mini-logo {
  float: none;
  position: fixed;
  margin-top: -5px;
  max-height: 45px;
}

.header-top-row {
  display: flex;
  justify-content: space-between;
  width: 100%; /* Keeps it centered and not stretched full width */
  margin: 0 auto;
  padding-right: 60rem; /* Adjust spacing from right */
}
.pricing-link-top{
  color:#eb5424;
  font-size: 1.5rem;
  font-weight: 600;
}
.pricing-link-top:hover{
  color:#000!important;
  text-decoration:underline!important;
}

.gt_float_switcher {
  position: relative; /* Position context for absolute dropdown */
  z-index: 10; /* Stack higher than other sections */
  overflow: visible!important; /* Ensure content is not clipped */
  width: 13rem!important;
  display: inline-block; /* Ensure proper alignment */
  margin-top: 6px; /* Add space above the input box */
  border-radius: 5px!important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
  width: 40px!important;
  background-position: 0%!important;
  transition: transform 0.3s ease;
}

.gt_float_switcher
  .gt-selected
  .gt-current-lang
  span.gt_float_switcher-arrow.gt_arrow_rotate {
  background-position: 100%!important;
  width: 40px!important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
  left: 12px!important;
}
.gt_float_switcher .gt_options.gt-open {
  width: 100%!important;
}

/* .translation-container{
  background: #fff!important;
} */

.translation-container a {
  margin-left: 0!important;
}

.translation-container span {
  margin-right: 0rem!important;
}

/* Dropdown styling */
.gt_float_switcher .gt_options {
  position: absolute!important; /* Makes dropdown float */
  top: 100%!important; /* Appears directly below the trigger */
  left: 0; /* Aligns to the left of the parent */
  z-index: 999; /* Appears above everything else */
  background: #fff; /* Dropdown background */
  box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.15); /* Optional shadow for dropdown */
  border-radius: 4px!important; /* Rounded edges */
  max-height: 250px!important; /* Optional: scrollable dropdown */
  overflow-y: auto!important;
}
.gt_float_switcher .gt-current-lang {
  height: 34px!important; /* Adjust to desired height */
  line-height: 30px; /* Align text vertically */
  padding: 5px 10px!important; /* Adjust padding for smaller size */
  font-size: 14px!important; /* Adjust font size if needed */
}



.gt_float_switcher .gt-selected .gt-current-lang {
  padding: 1px 15px!important;
}

.gt_float_switcher img {
  width: 23px!important;
}

/* .translation-container span {
  color: #000!important;
} */

/* CSS to customize Cookie banner */
#cm {
  padding: 1em !important;
}

#cc_div #cm {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  margin-top: 29rem !important;
}

#c-ttl {
  font-size: 1em !important;
  margin-bottom: 0.7em !important;
}

#c-txt {
  font-size: 0.8em !important;
}

#c-p-bn,
#s-all-bn {
  background-color: #3d3d3d !important;
}

#c-s-bn,
#s-rall-bn,
#s-sv-bn {
  background-color: #f7f7f7 !important;
}
/* END - CSS to customize Cookie banner */

.navbar a:hover {
  text-decoration: none;
  color: #eb5424;
  cursor: pointer;
}
.navbar .dropbtn:hover {
  color: #eb5424;
  cursor: pointer;
}
.header-level-1-dropdown {
  float: left;
  overflow: hidden;
  padding: 14px 0;
}
.header-level-1-dropdown .dropbtn {
  font-size: 1.4rem !important;
  color: #3d3d3d;
  padding: 1rem 1.5rem;
  font-weight: 600;
  font-family: Poppins;
  margin: 0;
  letter-spacing: 0.7px;
  cursor: pointer;
}
.header-level-dropdown {
  float: left;
  overflow: hidden;
  padding: 14px 0 !important;
}
.header-level-dropdown .dropbtn {
  font-size: 1.5rem !important;
  color: #3d3d3d;
  margin: 0 1rem;
  padding: 1rem 1.2rem;
  font-weight: 600;
  font-family: Poppins;
  letter-spacing: 0.7px;
  cursor: pointer;
}
.header-level-2-dropdown-content {
  display: none;
  position: absolute;
  background-color: #fafafa;
  width: 100%;
  left: 0;
  z-index: 1;
  margin-top: 7px;
  padding: 0.5em 6em 1em 6em;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.header-level-dropdown-content {
  display: none;
  position: absolute;
  background-color: #fafafa;
  width: 100%;
  left: 0;
  z-index: 1;
  margin-top: 7px;
  padding: 0.5em 6em 1em 6em;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.header-level-1-dropdown:hover .header-level-2-dropdown-content {
  display: block;
}
.header-level-dropdown:hover .header-level-dropdown-content {
  display: block;
}
.header-level-2-column {
  float: left;
  padding: 10px;
}
.header-level-2-column a {
  float: none;
  color: #1a1a1a;
  padding: 5px;
  line-height: 1.6;
  text-decoration: none;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.header-cms-icons {
  margin: 0 0 0 5px;
  border-radius: 10px;
  padding: 6px;
  border: 1px solid #e3e3e3;
  height: 40px;
  width: 40px;
}
.header-menu-item-container-wrapper {
  padding: 0 !important;
}

.header-card {
  border-radius: 7px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  padding: 1em 1.5em;
  margin: 1em 1em 1em 0;
  cursor: pointer;
  margin-bottom: 25px;
}

.header-card:hover {
  -webkit-box-shadow: #0003 0 0 1em;
  box-shadow: #0003 0 0 1em;
}

.other-menus-list {
  width: 92rem;
}

.menu-link-container {
  font-size: 1.4rem !important;
  padding: 0.5rem 3.4rem 0.5rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.menu-link-container a {
  color: #000 !important;
  letter-spacing: 1px !important;
  font-size: 1.5rem !important;
  margin-left: 1rem !important;
}

.menu-link-container span {
  color: #fff;
  letter-spacing: 0.05em;
  margin-right: 2rem;
}

#headerMenuSearchIcon {
  cursor: pointer;
  outline: none;
  position: absolute;
  left: 1rem;
  padding: 1.2rem;
}

#headerMenuSearchIcon i.fa-search {
  position: relative !important;
  color: #5d5d5d !important;
  font-size: 1.3rem !important;
  padding: 0.5rem 0 !important;
}

input#headerMenuSearchText {
  height: 34px !important;
  font-size: 14px !important;
  border-radius: 5px !important;
  color: #525252 !important;
  outline: none !important;
  background: #fff !important;
  border: 2px solid #eee !important;
  padding: 0 0.5rem 0 3.5rem !important;
  width: 20rem !important;
  margin: 0 1rem !important;
}

.menu-item-headings {
  padding: 0.7rem 0rem 0rem 0.4rem !important;
  font-size: 1.5rem;
  color: #151b26;
  font-weight: 600;
  letter-spacing: 0.08rem;
  margin-bottom: 0.5rem;
}
.lg-device-view-section {
  float: left;
  width: 65%;
}
.header-resources-margin {
  border-right: 1px solid silver;
}
.header-card-heading,
.header-level-2-list-heading,
.level-2-heading a {
  margin: 10px 0;
  color: #151b26;
  border-bottom: 0;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.header-more-link p a {
  color: #eb5424;
  border-bottom: 0;
  font-weight: 600;
  font-size: 15px;
  padding-left: 0;
}
.header-level-2-text {
  font-size: 1.28rem;
  font-weight: 500;
  padding-left: 5px;
  color: #6c6e73;
}
.header-icons-style {
  color: #097054;
  padding: 10px;
  font-size: 2rem;
  min-width: 50px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#eb5424),
    to(#e4b6a7)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-prod {
  padding: 1em 0 0 1em;
}
.header-busi-sol {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 10px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.header-story {
  padding: 0 3em;
}
.header-cms-img {
  width: 40px;
  margin: 0 0 0 5px;
  border-radius: 10px;
  padding: 6px;
  border: 1px solid #e3e3e3;
}
.header-mo-price {
  margin-top: 12px;
  border-radius: 10px;
  padding: 3px;
  border: 1px solid #e3e3e3;
  background: #fff;
}
.font-size-12px {
  font-size: 12px;
}
.app-img-wrapper {
  padding: 5px;
  margin-top: -2px;
}
.margin-top-1rem {
  margin-top: 1rem;
}
.upper-header {
  width: -moz-available;
}
.dropbtn i {
  display: none;
  padding-right: 1em;
}
#atlassian .level-2-heading a {
  color: #000;
}
#atlassian .level-2-heading a:hover {
  color: #eb5424;
}
#atlassian .header-level-2-heading,
.header-level-2-heading {
  font-size: 1.3rem !important;
  color: #5a5a5a;
  font-weight: 600;
  margin-bottom: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 0.5em;
  letter-spacing: 0.1rem;
  padding-top: 3rem;
  padding-bottom: 5px !important;
}
.header-level-2-list-heading {
  font-size: 1.3rem !important;
  color: #eb5424;
  font-weight: 600;
  border-bottom: 1px solid silver;
  margin-bottom: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 0.5em;
  letter-spacing: 0.1rem;
  padding-bottom: 5px !important;
}
#atlassian .header-busi-sol {
  padding-left: 0 !important;
}
#atlassian .header-card {
  background: 0 0 !important;
}
#solutions .header-busi-sol {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.atlassian-header-btn {
  border-radius: 7px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  padding: 0.5em !important;
  cursor: pointer;
}
.at-mkplc {
  max-width: 65%;
  border-radius: 10px;
}
.at-mkplc:hover,
.atlassian-header-btn:hover {
  -webkit-box-shadow: #0003 0 0 1em;
  box-shadow: #0003 0 0 1em;
}
.header-br-btm {
  border-bottom: 1px solid silver;
  margin: 20px 0;
}
#resources .header-card .header-busi-sol {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
p .level-2-heading {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.at-review {
  font-size: 17px;
  line-height: 1.7;
}
.up-hd-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.link-container {
  font-size: 1.4rem !important;
  padding: 0.5rem 3.4rem 0.5rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.link-container span {
  letter-spacing: 0.05em;
  margin-right: 2rem;
}

.link-container a {
  color: #000;
  letter-spacing: 1px;
  font-size: 1.5rem;
  margin-left: 1rem;
}

.link-container-alt {
  font-size: 1.5rem !important;
  padding: 1.5rem 3.4rem 1.5rem 3rem;
  /* display: flex;
  justify-content: space-between; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background: -o-linear-gradient(298deg, #29292c 0%, #a43931 70%);
  background: linear-gradient(152deg, #29292c 0%, #a43931 70%);
}
.link-container-alt span {
  color: #fff;
  letter-spacing: 0.05em;
  margin-right: 2rem;
}
.link-container-alt a {
  color: #fff;
  letter-spacing: 1px;
  font-size: 1.5rem;
  margin-left: 1rem;
  font-weight: 700;
  border-bottom: 1px solid #eb5424;
}
.link-container-alt a:hover {
  color: #000 !important;
}

.button-outline-green {
  border-color: #eb5424;
  width: 126px;
  padding: 4px 12px;
  color: #000;
  min-inline-size: fit-content;
}
.button-green {
  background-color: #eb5424;
  border-color: #eb5424;
  width: 126px;
  color: #fff !important;
  padding: 4px 12px;
}
.button-orange {
  background-color: #eb5424;
  border-color: #eb5424;
  width: 126px;
  color: #fff !important;
  padding: 4px 12px;
}
.slideInLeft {
  animation: slideInLeft 0.8s ease-out;
}

.slideOutLeft {
  animation: slideOutLeft 0.8s ease-in;
}

@keyframes slideOutLeft {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}
@media screen and (max-width: 1340px) {
  .mini-logo {
    margin-top: 5px;
  }
  .header-level-2-dropdown-content {
    padding: 0 1em 1em 1em;
    margin-top: 10px;
  }
  .header-level-dropdown-content {
    padding: 0 1em 1em 1em;
    margin-top: 10px;
  }
  .header-level-1-dropdown .dropbtn {
    font-size: 14px !important;
    padding: 14px 10px !important;
  }
  .header-level-dropdown .dropbtn {
    padding: 14px 10px !important;
  }
  .header-level-2-column a {
    font-size: 12px;
  }
  .atlassian-header-btn,
  .header-card-heading,
  .header-level-2-list-heading,
  .level-2-heading a {
    font-size: 14px !important;
  }
  .header-level-2-text {
    font-size: 12px !important;
  }
  .at-img {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .header {
    height: 105px;
  }
  .header-top-row{
    padding: 0rem;
  }
  .header-menu-dropdowns {
    padding: 1.5rem 0rem!important;
  }
  .header-nav a {
    padding-right: 1rem;
  }      
  .menu-item-texts {
    padding: 0 0.35rem 0 0 !important;
  }
  .secondary-column-text-2 {
    font-size: 1.3rem !important;
  }

  .secondary-menu {
    width: 100% !important;
  }
  .popular-integration-text {
    position: relative;
    font-size: 1.2rem !important;
    margin-top: 0 !important;
    top: 21%;
  }
  .product-header-sidebar {
    padding: 15px 0 10px 0px !important;
  }
  .marketplace-sidebar {
    padding: 15px 0px 10px 0px !important;
  }
  .header-menu-column-heading a {
    font-size: 12.5px !important;
  }
  .header-menu-item-container .button-container {
    font-size: 12.5px !important;
  }
  .product-header-detail {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
  }
  .menu-item-texts {
    font-size: 1.2rem !important;
  }

  /* Visible state */
  .product-header-detail.show {
    max-height: fit-content; /* Adjust based on expected max height */
    opacity: 1;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
  }
  .marketplace {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
  }

  .tab-toggle-icon {
    position: relative;
    top: 1.4rem;
    left: 29.5rem;
    font-size: 1.6rem !important;
    font-weight: 600 !important;
  }
  .tab-toggle-icon.active {
    color: #eb5424;
    position: relative;
    top: 1.4rem;
    font-weight: bold !important;
    font-size: 1.6rem !important;
  }
  .mtab-toggle-icon {
    position: relative;
    top: 1.5rem;
    left: 29.5rem;
    font-size: 1.6rem !important;
    font-weight: 600 !important;
  }
  .mtab-toggle-icon.active {
    color: #eb5424;
    position: relative;
    top: 1.5rem;
    font-weight: bold !important;
    font-size: 1.6rem !important;
  }

  /* Visible state */
  .marketplace.visible {
    max-height: fit-content; /* Adjust based on expected max height */
    opacity: 1;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
  }
  .menu-item-headings {
    font-size: 1.3rem !important;
  }
  .menu-item-texts-warpper {
    margin-left: 0rem !important;
    margin-top: 1.2rem !important;
  }
  .menu-item-plugin-icon-wrapper {
    padding: 8px 5px 37px 1px !important;
  }
  .menu-products-item-texts {
    width: 29rem !important;
  }
  .company-menu-left-section,
  .pricing-menu-left-section,
  .resources-menu-left-section,
  .secondary-menu,
  .secondary-prov-menu,
  .sub-menu-nav-col {
    border-right: none !important;
  }

  .header-level-dropdown:hover .dropbtn {
    border-bottom: none !important;
  }
  .marketplace-btn {
    padding: 1rem 0.5rem !important;
  }
  .btn-margin {
    margin-right: -1rem;
  }
  .sub-menu-casb-col {
    border-right: none !important;
    height: 14rem;
  }
  .header-menu {
    display: block !important;
    overflow-y: auto !important;
    background-color: #fff !important;
  }
  .secondary-column-text {
    margin-top: 2rem !important;
    font-size: 1.3rem !important;
  }

  .secondary-column-text-2 {
    margin-top: 3rem !important;
  }

  .header-para-text {
    font-size: 1.3rem !important;
  }

  .header-menu-column-heading {
    font-size: 1.5rem !important;
    line-height: 2.5rem;
  }

  .menu-item-texts-warpper-other .fas.fa-arrow-right {
    display: none;
  }
  .menu-item-texts-warpper-other-plugins .fas.fa-arrow-right {
    display: none;
  }
  .menu-other-item-texts {
    width: 29rem !important;
  }

  .mob-view-section {
    width: auto !important;
    margin-left: 20px !important;
    float: none !important;
    margin-top: 2rem;
  }
  .header-level-1-dropdown .dropbtn,
  .header-level-dropdown .dropbtn {
    font-size: 16px !important;
  }
  .header-nav {
    display: none;
  }
  .header-level-1-dropdown {
    width: 95%;
    border-bottom: 1px solid #c5c5c5;
  }
  .header-level-dropdown {
    width: 95%;
    border-bottom: 1px solid #c5c5c5;
  }
  .header-level-2-dropdown-content {
    position: static;
    z-index: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header-level-dropdown-content {
    position: static;
    z-index: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header-nav li {
    width: 100% !important;
  }
  .dropbtn i {
    display: block;
  }
  .hamburger-icon {
    display: block !important;
  }
  .header-resources-margin {
    border-right: none;
    margin-bottom: 5rem;
  }
  .hr-mo-icon {
    width: 35px;
  }
  .header-level-2-column a {
    display: block;
  }
  #atlassian .header-level-2-column a {
    display: unset;
  }
  .header-icons {
    width: 2rem;
  }
  .prod-close-icon {
    display: none;
  }

  .support-bg {
    margin: 1.5em 1.5em 3em 1.5em !important;
  }

  .secondary-prov-menu {
    height: auto !important;
  }

  .mob-view-btn {
    margin: 1em 0rem 1em 1em !important;
    font-size: 12px !important;
  }

  .menu-column-texts {
    width: auto !important;
  }

  .secondary-col {
    margin-top: 20rem;
  }
  .up-hd-btns {
    display: none;
  }
  .link-container {
    padding: 1.4rem !important;
  }
  .menu-link-container {
    padding: 1.4rem !important;
  }
  .sidenav-ul .toggle {
    height: auto !important;
    max-height: -webkit-fit-content !important;
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
    text-align: left !important;
  }
  .button-outline-green {
    font-weight: 500;
    float: none;
    margin-right: 1em;
  }
  .button-green {
    float: none;
  }
  .button-orange {
    float: none;
  }
  .signup-contact-btns {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
  .link-container {
    float: none;
    text-align: center;
  }
  .menu-link-container {
    float: none;
    text-align: center;
  }
  .navbar-brand {
    margin-top: 0;
  }
  .outer-block-signup-contact-btns {
    margin-top: unset;
    margin-left: unset;
    margin-right: unset;
  }
  .hamburger-icon {
    font-size: 30px !important;
    margin-top: 0;
    margin-right: 0;
  }
  .appended-search {
    float: right;
  }
  #mobileHeader {
    width: 0;
  }
  .hamburger-icon {
    display: block;
  }
  .header-nav a {
    font-size: 15px;
  }
  .other-categories-dropdown-content {
    width: 100% !important;
    margin-left: 0rem !important;
  }
}
@media screen and (max-width: 600px) {
  .header-level-2-column {
    width: 100%;
    height: auto;
  }
}
.outer-block-signup-contact-btns {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  float: right;
}
.contact-search-btns {
  margin-top: 0;
  margin-left: 17%;
  margin-right: 5px;
}
.hamburger-icon {
  color: #000;
  font-size: 40px;
  display: none;
  margin-top: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.hamburger-icon .a::after {
  content: "\f0c9";
}
@media (max-width: 1231px) and (min-width: 992px) {
  .header-nav a {
    font-size: 1.4rem;
  }
}
@media (max-width: 1172px) and (min-width: 992px) {
  .header-nav a {
    font-size: 1.3rem;
  }
}

/* @media only screen and (max-width: 990px)  {

  .header-para-text {
    font-size: 1rem !important;
  }
} */

.sign-up-btn {
  width: 83% !important;
  margin-bottom: -1.5rem !important;
}

.header-menu {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.margin-top-by-2 {
  margin-top: 0.5em;
}
.close-icon {
  -webkit-transform: scaleX(1.5);
  -ms-transform: scaleX(1.5);
  transform: scaleX(1.5);
  font-size: 2.5rem;
}

.company-menu-left-section {
  border-left: 1px solid #e3e3e3;
}
.pricing-menu-left-section {
  height: 52rem;
  border-right: 1px solid #e3e3e3;
}
.resources-menu-left-section {
  border-left: 1px solid #e3e3e3;
}
.prod-close-icon {
  font-size: 25px;
  font-weight: 500;
  padding-top: 0;
  position: absolute;
  color: #000;
  float: right;
  right: 2em;
  top: -1rem;
  cursor: pointer;
}
.prod-close-icon:hover {
  color: red;
}

.icon-container {
  float: right;
  margin-right: 0rem;
}
.resources-dropdown {
  padding: 1.5rem 1.5rem 5.5rem 1rem !important;
}

.marketplace-dropdown-content {
  padding: 1.5rem 1.5rem 4.5rem 1rem !important;
}

.menu-item-texts-warpper {
  margin-top: 1.2rem;
  margin-left: 1rem;
}

.heading-link {
  text-decoration: none; /* No underline by default */
  position: relative; /* Necessary for the pseudo-element */
  color: #000 !important;
}

.menu-item-texts-warpper-other {
  margin-left: 0.3rem;
  margin-top: 0.95rem;
}

#resources .header-menu-item-container {
  margin: 2rem 0 2rem 0;
}
.header-menu-item-container {
  margin: 1rem 0 1rem 0;
}
.sec-container {
  position: relative;
}

.product-menu-item-list:hover {
  background: #f0f0f0;
  font-weight: bold;
  color: #eb5424;

  /* background: rgba(255, 247, 244, 0.7); 
  color: #eb5424;
  font-weight: normal; */
}

.button-container {
  margin-top: 33rem;
}

.button-container:hover {
  color: #000 !important;
}

.button-green {
  margin: 1em 1em 1em 0;
}

.contact-btn:hover {
  background-color: #f1f1f1 !important;
  color: #000 !important;
}

.resources-icon-img {
  width: 22px;
}
.menu-active {
  background: #f0f0f0;
  font-weight: bold;
  color: #eb5424;
}
.level-2-heading a {
  font-size: 1.45rem !important;
}
.integration-text {
  margin-top: 1.8rem;
  margin-left: 2rem;
}

.popular-integration-text {
  margin-top: 0.8rem;
  margin-left: 2rem;
}

.header-menu a:hover {
  text-decoration: none;
  color: #eb5424;
  cursor: pointer;
}

.compliance-cont {
  font-size: 1.3rem;
  color: #151b26;
  font-weight: 600;
  letter-spacing: 0.08rem;
}

#resources .header-menu-item-container {
  padding: 0 !important;
}
.compliance-cont:hover {
  text-decoration: none;
  color: #eb5424;
  cursor: pointer;
}
.icon-wrapper {
  margin-top: 0.7rem;
}

.right-arrow-wrapper {
  margin-left: 10.5rem;
}

.integrated-apps-img {
  border-radius: 10px;
  padding: 4px;
  border: 1px solid #000;
}

.header-menu-item-container:hover .menu-item-headings {
  color: #eb5424;
}

.header-para-text {
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  font-weight: 600;
}
.primary-btn-header {
  padding: 0.5rem 1rem !important;
}
.secondary-btn-header {
  padding: 0.5rem 1rem !important;
}
.marketplace-app-img {
  width: 30px;
  border-radius: 5px;
  padding: 2px;
  border: 1px solid #e3e3e3;
  background: #fff;
}

.menu-column-texts-border {
  border-bottom: 1px solid #e3e3e3 !important;
}

.header-level-dropdown:hover .dropbtn {
  padding-bottom: 1.3rem;
  border-bottom: 3px solid #eb5424;
}

.header-menu-dropdowns {
  padding: 1.5rem 1rem;
  border-top: 1px solid lightgrey;
  margin-top: 1.2rem;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 16px -8px rgb(0 0 0 / 20%);
  box-shadow: 0 8px 16px -8px rgb(0 0 0 / 20%);
}

.menu-other-item-texts {
  padding: 0.1rem 0.35rem 1.4rem 0.35rem !important;
  border-bottom: 1px solid #e3e3e3;
  font-size: 1.25rem !important;
  width: 90rem;
}

.menu-products-item-texts {
  padding: 0.1rem 0.35rem 1.4rem 0.35rem !important;
  border-bottom: 1px solid #e3e3e3;
  font-size: 1.25rem !important;
  width: 115rem;
  display: flex;
  justify-content: space-between;
}

.btn-margin {
  margin-top: 4rem;
}

.menu-column-texts {
  font-size: 1.25rem;
  padding: 0rem 0.35rem 1.7rem 0.35rem !important;
  border-bottom: 1px solid #e3e3e3;
  width: 115rem;
}
.support-bg {
  background: rgba(40, 40, 40, 1);
  border-radius: 0.5em;
  padding: 2em 1em;
  margin: 3em -0.5em 3em 0em;
}
/* .header-categories {
  border-bottom: 1px solid #e3e3e3 !important;
} */

.product-menu-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-menu-item-list:hover {
  /* background: rgba(255, 247, 244, 1);
                  font-weight:bold;
                  
                  color:#eb5424; */
}
.marketplace-menu-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-item:hover {
  background: #f0f0f0;
  /* font-weight:bold; */
  padding: 0rem 0rem 0rem 0rem;
  color: #eb5424;
}

.apps-integ-section {
  margin-top: 2.5rem;
}

.marketplace-menu-item-list:hover {
  background: #f0f0f0;
  font-weight: bold;

  color: #eb5424;
}

.header-cont-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-header-sidebar {
  padding: 15px 0px 10px 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;

  /* height:55rem; */
}
.sub-menu-nav-col {
  border-right: 1px solid #e3e3e3;
  /* height: 45rem;
                 */
}

.sub-menu-casb-col {
  border-left: 1px solid #e3e3e3;
  height: auto;
}


.iam-sec-menu{
  border-left: 1px solid #e3e3e3;
  height: 50rem;
}
.mdm-sec-menu{
  border-right: 1px solid #e3e3e3;
  height: 40rem;
}
.dlp-sec-menu{
  border-right: 1px solid #e3e3e3;
  height: 40rem;
}
.secondary-mfa-menu {
  border-left: 1px solid #e3e3e3;
  /* height: 35rem; */
  /* position: absolute; */
  /* height: 45rem; */
}

.secondary-prov-menu {
  border-left: 1px solid #e3e3e3;

  /* position: absolute; */
  height: auto;
}
.marketplace-sidebar {
  padding: 15px 0px 10px 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #e3e3e3;
}

.header-content {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
  margin-top: 1rem;
  padding-bottom: 3rem;
}

.menu-right-sections {
  padding-left: 1rem !important;
}

.menu-item-texts-wrapper-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.8rem;
}
.menu-item-texts {
  padding: 0rem 0.35rem 0rem 0.35rem;
  /* padding:0rem 0rem 0rem 0rem; */
  font-size: 1.1rem;
  color: #6c6e73 !important;
  /* font-size: 1.3rem!important; */
}
.logo-cont-sso {
  position: relative;
  top: 50%;
  left: 50%;
}

.product-desc-cont {
  /* flex: 3;  */
  margin-left: 0.8rem;
}

.product-desc-cont h2 {
  margin-top: 0;
}

.header-menu-column-heading {
  font-size: 1.8rem;
  margin-top: 0px !important;
  color: #000 !important;
  padding: 0.35rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
}

.header-menu-dropdowns {
  width: 85%;
  margin-left: 12rem;
  border-radius: 0rem 0rem 2rem 2rem;
}

@media (max-width: 768px) {
  /* Adjust the max-width as needed */
  .header-cont-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-item {
    padding: 0rem 1rem 1rem 1rem;
  }

  .header-menu a:hover {
    text-decoration: none;
    color: #eb5424;
    cursor: pointer;
  }

  .marketplace-sidebar {
    border: none;
    border-bottom: 1px solid #e3e3e3;
    height: auto;
    padding-bottom: 20px; /* Adjust as needed */
  }
}

.other-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.heading-link:hover {
  color: #eb5424 !important;
}

.menu-item-plugin-icon-wrapper {
  height: 30px;
  width: 30px;
  border-radius: 0.4rem;
  text-align: center;
  padding: 8px 5px 37px 12px;
  margin-right: 1.1rem;
}
.mob-btn-margin {
  margin-top: 4rem;
}

.mob-link-margin {
  margin-top: 3.5rem;
}

.menu-item-sub-icon-wrapper {
  height: 22px;
  width: 22px;
  border-radius: 0.4rem;
  text-align: center;
  padding: 5px;
  margin-right: 1.1rem;
  margin-top: 1.5rem;
  margin-left: 1rem;
}
.menu-item-uem-sub-icon-wrapper {
  height: 22px;
  width: 22px;
  border-radius: 0.4rem;
  text-align: center;
  padding: 5px;
  margin-right: 1.1rem;
  margin-top: 0rem;
  margin-left: 1rem;
}
.menu-item-icon-wrapeer-img {
  padding: 0px !important;
  height: 0px !important;
  width: 25px !important;
  border-radius: 0rem !important;
}
input.headerMenuSearchText {
  height: 34px !important;
  font-size: 14px !important;
  border-radius: 5px !important;
  color: #525252 !important;
  outline: none !important;
  background: #fff !important;
  border: 2px solid #eee !important;
  padding: 0 0.5rem 0 3.5rem !important;
  width: 20rem !important;
  margin: 0 1rem !important;
}

@media screen and (max-width: 1420px) {
  /* .secondary-column-text-2 {
    font-size: 1.2rem;
  } */

  .header-level-dropdown .dropbtn {
    font-size: 1.35rem !important;
  }

  .menu-item-sub-icon-wrapper,
  .menu-item-uem-sub-icon-wrapper {
    margin-top: 0.5rem;
  }
  .menu-item-plugin-icon-wrapper {
    padding: 4px 5px 5px 12px;
  }

  .header-menu-item-container {
    margin: 0rem 0 0.5rem 0;
  }

  .mob-link-margin {
    margin-top: 2.5rem;
  }

  .logo-cont-sso {
    position: relative;
    top: 30%;
    left: 30%;
  }

  .secondary-menu {
    height: auto; /* Allow the height to be flexible */
    width: 33%;
  }
  .mob-view-section {
    width: 30rem;
    margin-left: 27px;
    float: none;
  }
  .header-para-text {
    font-size: 1.2rem;
  }

  .header-menu-column-heading {
    font-size: 1.3rem;
  }

  .menu-products-item-texts {
    font-size: 1rem;
  }

  .menu-item-headings {
    font-size: 1.2rem;
  }
  .menu-item-texts {
    font-size: 1.075rem;
  }
  .popular-integration-text {
    font-size: 1.1rem;
    margin-top: 1rem;
  }
  .integration-text {
    margin-top: 2rem;
  }
  .menu-column-texts {
    font-size: 1rem;
  }

  .mob-view-width {
    height: auto; /* Allow the height to be flexible */
    overflow-y: auto;
  }
  .header-content {
    padding: 0rem;
  }

  .prod-close-icon {
    font-size: 16px;
    top: -8rem;
  }

  .menu-item-texts-warpper {
    margin-top: 1.25rem;
  }

  .menu-item-headings {
    margin-bottom: 0;
  }

  .mob-view-btn {
    font-size: 0.9rem;
  }
  .mob-btn-margin {
    margin-top: 1rem;
  }
  .sub-menu-nav-col,
  .sub-menu-casb-col {
    height: auto;
  }
  .secondary-prov-menu {
    height: auto;
  }

  .header-content {
    padding: 0rem;
  }
  .compliance-cont {
    font-size: 1.1rem;
  }

  .other-menus-list {
    width: 84rem;
  }
}

@media screen and (max-width: 1250px) {
  .header-level-dropdown .dropbtn {
    font-size: 1.25rem;
  }
  /* 
  .apps-integ-section{
    margin-top: 1.5rem;
  } */

  .apps-section-text {
    margin-top: 0.5rem !important;
    /*margin-bottom: -1rem;*/
  }

  .other-menus-list {
    width: 72rem;
  }

  .menu-item-headings {
    margin-bottom: 0;
  }

  .integration-text {
    margin-top: 2rem;
  }
  .compliance-cont {
    font-size: 1.1rem;
  }

  .secondary-prov-menu {
    height: auto;
  }

  .header-content {
    padding: 0rem;
  }

  .header-menu-item-container {
    margin: 0rem 0 0.5rem 0;
  }

  .menu-item-sub-icon-wrapper,
  .menu-item-uem-sub-icon-wrapper {
    margin-top: 0.5rem;
  }
  .menu-item-plugin-icon-wrapper {
    padding: 4px 5px 5px 12px;
  }

  .mob-link-margin {
    margin-top: 2rem;
  }

  .menu-item-texts-warpper {
    margin-top: 1.25rem;
  }

  .mob-btn-margin {
    margin-top: 2.8rem;
  }

  .secondary-menu {
    height: auto; /* Allow the height to be flexible */
    width: 33%;
  }
  .mob-view-section {
    width: 30rem;
    margin-left: 27px;
    float: none;
  }
  .header-para-text {
    font-size: 1.1rem;
  }
  .secondary-column-text-2 {
    font-size: 1.1rem;
  }

  .header-cms-img {
    width: 30px;
  }

  .header-menu-column-heading {
    font-size: 1.2rem;
  }
  .secondary-column-text {
    font-size: 1.1rem;
  }

  .menu-products-item-texts {
    font-size: 1rem;
  }

  .menu-item-headings {
    font-size: 1rem !important;
    padding: 0.5rem 0 0 0 !important;
  }
  .menu-item-texts {
    font-size: 0.8rem;
    padding: 0 0.35rem 0 0;
  }
  .popular-integration-text {
    font-size: 0.9rem;
    margin-top: 0.8rem;
  }
  .menu-column-texts {
    font-size: 1rem;
  }

  .mob-view-width {
    height: auto; /* Allow the height to be flexible */
    overflow-y: auto;
  }
  .header-content {
    padding: 0rem;
  }

  .prod-close-icon {
    font-size: 16px;
    top: -8rem;
  }

  .mob-view-btn {
    font-size: 0.9rem !important;
  }

  .header-menu-item-container {
    margin: 0.2rem 0 0.2rem 0;
  }

  .header-cms-icons {
    height: 30px;
    width: 30px;
  }

  .header-icons {
    height: 18px;
    width: 18px;
  }

  .menu-item-plugin-icon-wrapper,
  .header-cms-icon {
    height: 25px;
    width: 25px;
  }

  .menu-item-sub-icon-wrapper,
  .menu-item-uem-sub-icon-wrapper {
    margin-top: 0.2rem;
  }

  .compliance-cont {
    font-size: 1.1rem;
  }

  .font-size-12px {
    font-size: 10px;
  }

  .info-link {
    font-size: 10px;
  }
  .sub-menu-nav-col,
  .sub-menu-casb-col {
    height: auto;
  }
}

@media screen and (max-width: 3120px) {
  .lg-device-view-section {
    width: 100%;
  }
  .menu-products-item-texts {
    width: 93.75%;
    display: flex;
    justify-content: space-between;
  }
  .menu-other-item-texts {
    width: 95% !important;
  }
}
