/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,200;9..40,400;9..40,800;9..40,900&display=swap');
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
h1, h2, h3, h4, h5, h6, p, span {
  font-family: 'DM Sans', sans-serif !important;
} 
#private-main-content {
  display: flex;
  flex-direction: row;
  height: calc(100vh - 135px);
}
#private-main-content .ost-privateSitenav__container {
  max-width: 342px;
  z-index: 1;
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.1); 
}
#private-main-content .ost-privateBody__content {
  flex-grow: 1;
  overflow: auto;
}
/* section dashoard*/
#private-main-content  .ost-privateDashboard__section .row-fluid {
   display: flex !important;
 flex-grow: 1;
}
#private-main-content  .ost-privateDashboard__section .row-fluid .dnd-column {
 display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
}
#private-main-content .ost-privateDashboard__section .row-fluid .dnd-column .dnd-row:last-child {
  display: flex;
    flex-grow: 1;
    flex-direction: column;
}
#private-main-content .ost-privateDashboard__section .row-fluid .dnd-column .dnd-row:last-child .dnd-module {
  display: flex;
    flex-grow: 1;
    flex-direction: column;
}
#private-main-content .ost-privateDashboard__section .row-fluid .dnd-column .dnd-row:last-child .dnd-module .hs_cos_wrapper_type_module {
  display: flex;
    flex-grow: 1;
}
#private-main-content .ost-privateDashboard__section .row-fluid .dnd-column .dnd-row:last-child .dnd-module .hs_cos_wrapper_type_module .ost-paymentCard__section {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #private-main-content .ost-privateSitenav__container {
   max-width: 100%;
  }
  #private-main-content .ost-privateSitenav__container.-open {
    /*position: absolute;*/
    background: white;
    width: 100vw;
    min-width: 100vw;
    height: 100%;
  }
  #private-main-content .ost-privateSitenav__container.-open .ost-privateSidenav__link > div {
   display: block;
  }
  #private-main-content .ost-privateSitenav__container.-open .ost-privateSidenav__list {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  #private-main-content .ost-privateDashboard__section .row-fluid .dnd-column{
    width: 100%;
  }
  #private-main-content .ost-privateDashboard__section .row-fluid .dnd-column .row-number-8 > .row-fluid {
    flex-direction: column;
  }
  #private-main-content .ost-privateDashboard__section .row-fluid .dnd-column .row-number-8 .row-fluid .dnd-column:last-child {
    margin-top: 20px;
    margin-left: 0;
  }
  #private-main-content .ost-privateDashboard__section .ost-levelCard__section {
    width: 100%;
  }
}
/* section community help */
#private-main-content .ost-privateCommunityHelp__section .row-fluid .dnd-column .dnd-row .row-fluid {
  display: flex;
  flex-direction: row;
}
#private-main-content .ost-privateCommunityHelp__section .row-fluid .dnd-column .dnd-row .row-fluid .dnd-column {
  display: flex;
    flex-grow: 1;
}
#private-main-content .ost-privateCommunityHelp__section .row-fluid .dnd-column .dnd-row .row-fluid .dnd-column .dnd-row,
#private-main-content .ost-privateCommunityHelp__section .row-fluid .dnd-column .dnd-row .row-fluid .dnd-column .dnd-row .dnd-module,
#private-main-content .ost-privateCommunityHelp__section .row-fluid .dnd-column .dnd-row .row-fluid .dnd-column .dnd-row .dnd-module div[data-hs-cos-type="module"] {
  display: flex;
}
#private-main-content .ost-privateCommunityHelp__section .row-fluid .dnd-column .dnd-row .row-fluid .dnd-column:last-child {
  gap: 10px;
  justify-content: right;
  margin-left: 30px;
}
@media screen and (max-width: 1050px) {
  #private-main-content .ost-privateCommunityHelp__section .row-fluid .dnd-column .dnd-row .row-fluid {
    flex-direction: column;
  }
  #private-main-content .ost-privateCommunityHelp__section .row-fluid .dnd-column .dnd-row .row-fluid .dnd-column {
    width: 100%;
  }
  #private-main-content .ost-privateCommunityHelp__section .row-fluid .dnd-column .dnd-row .row-fluid .dnd-column:last-child {
    margin-left: 0;
  }
 #private-main-content .ost-privateCommunityHelp__section .row-fluid .dnd-column .dnd-row .row-fluid .dnd-column:last-child .dnd-row {
    width: 100%;
  }
 #private-main-content .ost-privateCommunityHelp__section .row-fluid .dnd-column .dnd-row .row-fluid .dnd-column:last-child .dnd-row div[data-hs-cos-type="module"] {
    width: 100%;
    margin-top: 20px;
  }
 #private-main-content .ost-privateCommunityHelp__section .row-fluid .dnd-column .dnd-row .row-fluid .dnd-column:last-child .ost-helpCard__section {
    width: 100%;
  }
}
/*.ost-privateCommunityHelp__section > * {
  background: rgba(0,0,0,.1);
}*/
/*