.left-nav-custom {
  position: fixed;
  top: 0;
  left: -100%;
  min-width: 270px;
  max-width: 300px;
  height: 100vh;
  box-shadow: 0px 4px 15px 0px #00000026;
  padding: 2rem 0;
  transition: all ease-in-out 250ms;
  background-color: white;
  z-index: 100;
  padding-left: 10px;
  padding-top: 22px;
}

.left-nav-custom.active {
  left: 0;
}
.left-nav-custom .logo-custom {
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
  height: 70px;
}

.left-nav-custom .logo-custom-text {
  margin: 0 auto;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}

.left-nav-custom .links-custom {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  padding: 0 2rem;
}

.left-nav-custom .link-custom {
  text-decoration: none !important;
  color: #096e98;
  text-align: left;
  width: 100%;
}

.left-nav-custom .link-custom.active {
  color: white;
  background: #c43439;
  padding: 0.5rem;
  border-radius: 12px;
  text-align: center;
}

.left-nav-custom .menu-icon-custom {
  display: block;
  margin-bottom: 2rem;
  margin: 0 auto;
  margin-bottom: 2rem;
  /* text-align: center; */
  font-size: 2rem;
  padding-left: 2rem;
  cursor: pointer;
}

.left-nav-custom .menu-icon-custom-header {
  font-size: 2rem;
  cursor: pointer;
  padding-left: 2rem;
}

.left-nav-custom .footer{
  z-index: 1000 !important;
}


.menu-show-sdie-nav-custom{
font-size: 1.8rem;
padding-left: 2rem;
}

@media screen and (min-width: 991px) {
  .menu-show-sdie-nav-custom{
    display: none;
    }

    .left-nav-custom{
      display: none;
    }
}



.remove-padding-class-custom > *{
    padding: 0 !important;
    gap: 1rem;
    min-height: 100vh;
}

.header-section-custom{
  color: #08445D;
  font-size: 1.4rem !important;
  line-height: 1.5 !important;
  font-weight: bold;
}

.header-section-custom p {
  font-size: .9rem !important;
  color: #00000099 !important;
}

.sectionBlockLayout.deleted{
  display: none !important;
}


.row-custom{
  display: flex;
  gap: 1rem;
}

@media (max-width:991px) {
  .row-custom{
    display: block;
    gap: 1rem;
  }
}

.row-custom >div:nth-of-type(1){
  width: 250px;
}
.row-custom >div:nth-of-type(2){
  flex: 1 1 calc(100% - 250px);
}

.tab-title{
  font-size: 1.1rem;
    font-weight: 600;
    color: #F7931D;
}


.header-custom-with-icon{
  display: flex;
  gap: 1rem;
  align-items: center;
}

.icon-header-custom{
  height: 55px;
  width: 55px;
}


.left-nav-custom-main .link-custom,
  .left-nav-custom-main .link-custom-app {
    text-decoration: none !important;
    color: #096e98;
    text-align: left;
    width: 100%;
    font-size: 1rem;
  }

  .left-nav-custom-main .link-custom:focus-within,
  .left-nav-custom-main .link-custom:focus,
  .left-nav-custom-main .link-custom:hover,
  .left-nav-custom-main .link-custom-app:focus-within,
  .left-nav-custom-main .link-custom-app:focus,
  .left-nav-custom-main .link-custom-app:hover {
    color: #096e98;
    background-color: white;
  }


  [aria-label="breadcrumb"] {
    margin: 1rem 0;
  }
  