#ladder-agent-dashboard .column {
    display: flex;
    flex-direction: column;
}

#ladder-agent-dashboard .dashboard-root {
    background-color: #F6F6F6;
    width: 100%;
}

#ladder-agent-dashboard .page-container {
    display: flex;
    justify-content: center;
    width: 100%;
    @media (max-width: 1024px) /* mobile, tablet */ {
        flex-direction: column;
        padding: 5px 20px 0;
        align-items: flex-start;
    }
    @media (max-width: 499px) /* mobile */ {
        max-width: 400px;
    }
    @media (min-width: 500px) and (max-width: 1024px) /* tablet */ {
        max-width: 600px;
    }
    @media (min-width: 1025px) /* desktop */ {
        padding-top: 25px;
        align-items: center;
    }
}

#ladder-agent-dashboard .home {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    align-items: center;

    @media (max-width: 1024px) /* mobile, tablet */ {
        flex-direction: column;
        align-items: center;
    }
    @media (min-width: 1025px) /* desktop */ {
        flex-direction: row-reverse;
        align-items: flex-start;
    }
}


#ladder-agent-dashboard .home.share-page-container {
    min-height: 1500px;
}

#ladder-agent-dashboard .home.settings-profile-page-container {
    min-height: 1200px;
}

#ladder-agent-dashboard .home.contact-details-page-container {
    min-height: 1650px;
}

#ladder-agent-dashboard .nav-bar-container {
    @media (min-width: 1025px) /* desktop */ {
        display: flex;
        position: sticky;
        top: 85px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 24px;
        margin: 2em 4em 2em 40px;
    }
}

#ladder-agent-dashboard .footer-container {
    margin: 4em;
}

#ladder-agent-dashboard .mobile-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding-top: 5px;
    padding-bottom: 20px;
    @media (min-width: 1025px) /* desktop */ {
        display: none;
    }
}

#ladder-agent-dashboard .mobile-header .logo-container svg {
    @media (max-width: 499px) /* mobile */ {
        width: 33vw;
        height: 100%;
    }

    @media (min-width: 500px) and (max-width: 1024px) /* tablet */ {
        height: 40px;
    }

    /*@media (min-width: 1025px) !* desktop *! {*/
    /*    height: 56px;*/
    /*}*/
}

#ladder-agent-dashboard .mobile-header .help-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 45%;
    margin: 0.5em 0;
    padding: 0.5em 1em;
    justify-content: center;
    align-items: center;
    border-radius: 28px;
    cursor: pointer;
    border: 1px solid #8E8E8E;
}

#ladder-agent-dashboard .accept-terms-modal {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}

#ladder-agent-dashboard .welcome-to-ladder-card {
    display: flex;
    flex-direction: row;
    margin: 0.5em 0;
    padding: 1.5em;
    width: 100%;
    align-items: center;
    border-radius: 28px;
    justify-content: space-evenly;
    background-color: #F7DDC9;
    box-shadow: 0 5px 10px rgba(51, 46, 84, .05);
    min-height: 170px;
    @media (max-width: 1024px) /* mobile, tablet */ {
        flex-direction: column;
        justify-content: center;
        padding: 1em 1.5em;
    }
}

#ladder-agent-dashboard .welcome-to-ladder-card .welcome-image {
    max-width: 160px;
    max-height: 120px;
}

.share-page {
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  gap: 20px;
  @media (min-width: 1025px) /* desktop */ {
    margin-right: 40px;
  }
  @media (max-width: 1024px) /* mobile, tablet */ {
    align-items: center;
  }
}

.share-page .tracking-link-section {
  display: flex;
  flex-direction: column;
  @media (min-width: 1025px) /* desktop */ {
    align-items: flex-start;
  }
  @media (max-width: 1024px) /* mobile, tablet */ {
    align-items: center;
  }
}

.share-page .share-page-menu {
  display: flex;
  flex-direction: row;
  gap: 50px;
  justify-content: center;
}

.share-page .share-page-menu .menu-item {
  cursor: pointer;
}

.share-page .share-page-menu .menu-item.selected {
  border-bottom: 3px solid blue;
}

/* from agents.dashboard.uxcommon */
.button-drop-shadow {
  filter: drop-shadow(0 3px 6px rgba(37, 112, 170, 0.25));
}

#ladder-agents-dashboard-share-page .quoter-rules {
  max-width: 335px;
  @media (min-width: 1025px) /* desktop */ {
    max-width: 1100px;
  }
}

#ladder-agents-dashboard-share-page .quoter-and-app-button {
  @media (min-width: 1025px) /* desktop */ {
    display: flex;
    align-items: flex-start;
  }
}

#ladder-agents-dashboard-share-page .quoter-rules-container {
  margin: 15px 0 32px 0;
}

#ladder-agents-dashboard-share-page .quoter-rules-text {
  color: #6B7280;
  font-size: 11px;
  font-weight: 400;
  line-height: 17px;
  font-style: italic;
}

#ladder-agents-dashboard-share-page .section {
  background-color: #ffffff; /* colors/white */
  border-radius: 36px;
  box-sizing: border-box;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  @media (min-width: 1025px) /* desktop */ {
    padding: 30px 40px;
    max-width: 834px;
  }
  @media (max-width: 1024px) /* mobile, tablet */ {
    padding: 16px;
    margin-bottom: 8px;
  }
}

#ladder-agents-dashboard-share-page .quoter-copy {
  margin: 8px 0 32px 0;
}

#ladder-agents-dashboard-share-page .title-row {
  display: flex;
  justify-content: space-between;
}

.quoter-and-app-button .quoter-button-text {
  font-size: 15px;
}

.quoter-and-app-button .columns {
  @media (min-width: 1025px) /* desktop */ {
    display: flex;
    gap: 24px;
  }
}

.quoter-and-app-button .column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  @media (min-width: 1025px) /* desktop */ {
    width: 365px;
  }
}

.quoter-and-app-button .share-quote-form-container {
  display: flex;
  flex-direction: column;
  @media (min-width: 1025px) /* desktop */ {
    gap: 24px;
  }
  @media (max-width: 1024px) /* mobile, tablet */ {
    gap: 16px;
  }
}

.quote-response-container {
  display: flex;
  align-items: center;
  border-radius: 24px;
  min-height: 175px;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  @media (min-width: 1025px) /* desktop */ {
    flex-direction: row;
    justify-content: space-between;
    padding: 16px 24px 34px 24px;
  }
  @media (max-width: 1024px) /* mobile, tablet */ {
    flex-direction: column;
    padding: 24px 16px;
  }
}

.quote-response-container .buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  @media (max-width: 1024px) /* mobile, tablet */ {
    width: 100%;
    margin-top: 24px;
    gap: 16px;
  }
}

.quote-response-container .start-app-button-container {
  @media (min-width: 1025px) /* desktop */ {
    width: 316px;
  }
  @media (max-width: 1024px) /* mobile, tablet */ {
    width: 100%;
  }
}

.price-range-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.price-range-container .prices-row {
  display: flex;
}

.price-range-container .cell {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  border-radius: 4px;
}

.price-range-container .cell:first-child {
  background-color: rgb(232, 246, 245);
}

.price-range-container .cell .label {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.quote-response-container .monthly-premium {
  display: flex;
  @media (min-width: 1025px) /* desktop */ {
    flex-direction: column;
    padding-left: 24px;
    gap: 12px;
  }
  @media (max-width: 1024px) /* mobile, tablet */ {
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
}

#ladder-agents-dashboard-share-page .share-modal {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin-top: 20px;
}

#ladder-agents-dashboard-share-page .share-modal .error-text {
  display: flex;
  width: 100%;
  justify-content: center;
}

#ladder-agents-dashboard-share-page .share-modal .add-new-contact-link {
  display: flex;
  justify-content: center;
}

#ladder-agents-dashboard-share-page .share-modal .quoter-button {
  width: 100%;
}

#ladder-agents-dashboard-share-page .share-modal .explain-self-apply {
  margin-top: 10px;
}

.quoter-and-app-button .mobile-margin-top {
  @media (max-width: 1024px) /* mobile, tablet */ {
    margin-top: 16px;
  }
}

#ladder-agents-dashboard-share-page .quote-page {
  @media (max-width: 1024px) /* mobile, tablet */ {
    padding: 0 16px;
  }
}

.add-contact-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-around;
  padding-bottom: 10px;
  padding-top: 10px;
  align-items: center;
  @media (max-width: 1024px) /* mobile, tablet */ {
    width: 350px;
  }
  @media (min-width: 1025px) /* desktop */ {
    width: 600px;
  }
}

.add-contact-container .button {
  margin-top: 2em;
  width: 100%;
}

#ladder-agents-quote-container fieldset {
  border: 1px solid gray;
}

#ladder-agents-quote-container .icon {
  width: auto;
  height: 100%;
  max-height: 20px;
  margin-left: 10px;
}

#ladder-agents-quote-container .icon-info {
  color: #6c757d; /* :medium-gray */
}

#ladder-agents-quote-container .Results .button-container {
  max-width: 270px;
  width: 100%;
}

#ladder-agents-quote-container .Results .button {
  border-radius: 24px;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
}

#ladder-agents-quote-container .Results .outcome {
  display: flex;
  width: 100%;
  align-items: center;
  text-align: center;
  flex-direction: column;
  gap: 16px;
  padding: 16px 24px;
  border-radius: 24px;
}

#ladder-agents-quote-container .Results .outcome.green {
  background-color: #E5F6F5;
}

#ladder-agents-quote-container .Results .outcome-text.green {
  color: #01835E;
}

#ladder-agents-quote-container .Results .outcome.yellow {
  background-color: rgba(255, 199, 110, 0.1);
}

#ladder-agents-quote-container .Results .outcome-text.yellow {
  color: #AA5D00;
}

#ladder-agents-quote-container .Results .outcome.red {
  background-color: #FDF0F1;
}

#ladder-agents-quote-container .Results .outcome-text.red {
  color: #E71919;
}

#ladder-agents-quote-container .QuestionList {
  display: flex;
  flex-direction: column;
  gap: 32px;
  font-size: 13px; /* Inherited by the Yes/No buttons */
}

/*
ladder_ux_form__select-styles__remove-border ladder_ux_form__select-styles__border-container ladder_ux_form__select-styles__rungs ladder_ux_form__select-styles__height-m
                                             ladder_ux_form__select-styles__border-container ladder_ux_form__select-styles__rungs
*/

#ladder-agents-quote-container .QuestionContainer {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#ladder-agents-quote-container .QuestionContainer .height-weight-answer-row {
  display: flex;
  flex-direction: row;
}

#ladder-agents-quote-container .QuestionContainer .question-row {
  display: flex;
}

@media (min-width: 1025px) {
  #ladder-agents-quote-container .QuestionContainer .height-weight-answer-row {
    gap: 24px;
  }
}

@media (max-width: 1024px) {
  #ladder-agents-quote-container .QuestionContainer .height-weight-answer-row {
    justify-content: space-between;
    gap: 5px;
  }
}

#ladder-agents-quote-container .AnswerWeight,
#ladder-agents-quote-container .AnswerHeight {
  flex: 1;
  max-width: 209px;
}

#ladder-agents-quote-container .AnswerYesOrNo {
  display: flex;
  flex-direction: row;
}

@media (max-width: 1024px) {
  #ladder-agents-quote-container .AnswerYesOrNo {
    width: 100%;
    gap: 5px;
    justify-content: space-between;
  }
}

@media (min-width: 1025px) {
  #ladder-agents-quote-container .AnswerYesOrNo {
    width: 442px;
    gap: 24px;
  }
}

#ladder-agents-quote-container .Results {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 24px;
  gap: 16px;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 1025px) {
  #ladder-agents-quote-container .Results {
    padding: 24px 32px;
  }
}

@media (max-width: 1024px) {
  #ladder-agents-quote-container .Results {
    padding: 16px;
  }
}

#ladder-agents-quote-container .fitMeterContainer {
  width: 100%;
  max-width: calc(min(85%, 460px));
}

#ladder-agents-quote-container .fitMeterRow {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#ladder-agents-quote-container .fitMeterLabel {
  flex: 1;
  height: 20px;
  border-radius: 24px;
  max-width: 32%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 13px;
  color: #333333;
  @media (max-width: 1024px) /* mobile, tablet */ {
    font-size: 10px;
  }
}

#ladder-agents-quote-container .fitMeterLabelRed {
  background-color: rgb(251, 241, 241);
}

#ladder-agents-quote-container .fitMeterLabelYellow {
  background-color: rgb(254, 250, 241);
}

#ladder-agents-quote-container .fitMeterLabelGreen {
  background-color: rgb(232, 246, 245);
}

#ladder-agents-quote-container .fitMeterTriangle {
  position: absolute;
  left: -50%;
  top: -10px;
  width: 10px;
  height: 10px;
  visibility: hidden;
  background-color: #333333;
  clip-path: path('M4.86603 6.5C4.48113 7.16667 3.51887 7.16667 3.13397 6.5L0.535899 2C0.150999 1.33333 0.632124 0.5 1.40192 0.5L6.59808 0.500001C7.36788 0.500001 7.849 1.33333 7.4641 2L4.86603 6.5Z')
}

#ladder-agents-quote-container .fitMeterRect {
  width: 4px;
  height: 32px;
  border-radius: 2px;
  position: relative;
}

#ladder-agents-quote-container .fitMeterRectRed {
  background-color: #ED6C74;
}

#ladder-agents-quote-container .fitMeterRectYellow {
  background-color: #FFC76E;
}

#ladder-agents-quote-container .fitMeterRectGreen {
  background-color: #00A997;
}

#ladder-agents-quote-container .fitMeterLowFit .fitMeterRect:nth-child(n+2) {
  opacity: 0.1;
}

#ladder-agents-quote-container .fitMeterLowFit .fitMeterRect:nth-child(1) .fitMeterTriangle {
  visibility: visible;
}

@media (min-width: 1025px) /* desktop */ {
  #ladder-agents-quote-container .fitMeterLowModerateFit .fitMeterRect:nth-child(n+14) {
    opacity: 0.1;
  }

  #ladder-agents-quote-container .fitMeterLowModerateFit .fitMeterRect:nth-child(13) .fitMeterTriangle {
    visibility: visible;
  }

  #ladder-agents-quote-container .fitMeterModerateFit .fitMeterRect:nth-child(n+16) {
    opacity: 0.1;
  }

  #ladder-agents-quote-container .fitMeterModerateFit .fitMeterRect:nth-child(15) .fitMeterTriangle {
    visibility: visible;
  }

  #ladder-agents-quote-container .fitMeterGoodFit .fitMeterRect:nth-child(n+25) {
    opacity: 0.1;
  }

  #ladder-agents-quote-container .fitMeterGoodFit .fitMeterRect:nth-child(24) .fitMeterTriangle {
    visibility: visible;
  }
}

@media (max-width: 1024px) /* mobile, tablet */ {
  #ladder-agents-quote-container .fitMeterRect:nth-child(8n+8) {
    display: none;
  }

  #ladder-agents-quote-container .fitMeterRect:nth-child(9n+9) {
    display: none;
  }

  #ladder-agents-quote-container .fitMeterLowModerateFit .fitMeterRect:nth-child(n+12) {
    opacity: 0.1;
  }

  #ladder-agents-quote-container .fitMeterLowModerateFit .fitMeterRect:nth-child(11) .fitMeterTriangle {
    visibility: visible;
  }

  #ladder-agents-quote-container .fitMeterModerateFit .fitMeterRect:nth-child(n+14) {
    opacity: 0.1;
  }

  #ladder-agents-quote-container .fitMeterModerateFit .fitMeterRect:nth-child(13) .fitMeterTriangle {
    visibility: visible;
  }

  #ladder-agents-quote-container .fitMeterGoodFit .fitMeterRect:nth-child(n+23) {
    opacity: 0.1;
  }

  #ladder-agents-quote-container .fitMeterGoodFit .fitMeterRect:nth-child(22) .fitMeterTriangle {
    visibility: visible;
  }
}

@media (max-width: 1024px) {
  #ladder-agents-quote-container .Results .outcome {
    padding: 8px;
  }
}

.agent-settings-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  padding-top: 4em;
  @media (max-width: 1024px) /* mobile, tablet */ {
    padding: 4em 0;
  }
}

.agent-settings-page .settings-row {
  display: flex;
  flex-direction: row;
  gap: 2em;
  align-items: center;
  width: 600px;
  min-width: 32em;
  height: 84px;
  margin-top: 1em;
  padding: 1em 1.5em 1em;
  border-radius: 24px;
  border-width: 1px;
  background-color: #FFFFFF;
  cursor: pointer;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  @media (max-width: 1024px) /* mobile, tablet */ {
    width: 350px;
    min-width: 23em;
    gap: 1em;
  }
}

.agent-resources-page {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-top: 5em;
}

.agent-resources-page .dropdown-listitem {
  width: 600px;
  height: 80px;
  gap: 2em;
  display: flex;
  align-items: center;
  padding: 1em 1.5em;
  background-color: white;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  @media (max-width: 1024px) /* mobile, tablet */ {
    max-width: 95vw;
  }
}

.agent-resources-page .dropdown-listitem .circle-icon {
  border-radius: 50%;
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.agent-resources-page .dropdown-listitem .dropdown-icon {
  margin-left: auto;
}

.agent-resources-page .heading-item {
  height: 84px;
  cursor: pointer;
}

.agent-resources-page .dropdown-list>*:first-child {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.agent-resources-page .dropdown-list>*:last-child {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.agent-resources-page .content-item {
  border-top: 1px solid lightgray;
}

.agent-resources-page .content-item .text-link:hover {
  text-decoration: underline;
}

.agent-settings-profile-page .container {
  width: 100%;
  max-width: 40em;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 4em 0 2em;
  @media (max-width: 1024px) /* mobile, tablet */ {
    max-width: 400px;
  }
}

.agent-settings-profile-page .form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 5px 10px;
  margin-top: 8px;
}

.agent-settings-profile-page .share-contact-slider-container {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.agent-settings-profile-page .share-phone-number-type {
  margin: 1em 0;
}

.agent-settings-profile-page .phone-with-ext {
  display: flex;
  align-items: center;
  margin-top: 1em;
  padding: 1em;
  width: 100%;
  height: 70px;
  border: 1px solid #ccc;
  border-radius: 24px;
  background-color: white;
}

.agent-settings-profile-page .phone-with-ext .input {
  display: flex;
  flex-direction: column;
  width: 100%
}

.agent-settings-profile-page .phone-with-ext .phone {
  flex: 2;
}

.agent-settings-profile-page .phone-with-ext .ext {
  flex: 1;
}

.agent-settings-profile-page .phone-with-ext .input-label {
  color: grey;
  font-size: 12px;
  padding: 1px 2px;
  margin-bottom: 1em;
}

.agent-settings-profile-page .save-changes-button {
  border-radius: 24px;
  margin-top: 2em;
  margin-bottom: 2em;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.agent-settings-profile-page .updated-email-reminder-text {
  margin: 2em 0;
}

.agent-settings-support-page {
}

.agent-settings-support-page .heading {
  margin: 64px 0;
}

.agent-settings-support-page .schedule-call-button {
  margin-top: 64px;
}

.agent-dashboard-back-button {
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transform: rotate(90deg);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

#ladder-agent-dashboard .nav-bar-item {
    display: flex;
    @media (min-width: 1025px) /* desktop */ {
        gap: 3em;
        margin: 2em 6em 1em 0;
    }
}

#ladder-agent-dashboard .nav-bar-item .vertical-item-bar {
    width: 5px;
    height: 41px;
    border-radius: 19px;
    background-color: transparent;
    @media (max-width: 1024px) /* mobile, tablet */ {
        display: none;
    }
}

#ladder-agent-dashboard .nav-bar-item .vertical-item-bar.selected {
    background-color: #336FED;
}

#ladder-agent-dashboard .nav-bar-item .icon-container {
    cursor: pointer;
    display: flex;
    @media (max-width: 1024px) /* mobile, tablet */ {
        height: 100%;
        justify-content: center;
    }
    @media (min-width: 1025px) /* desktop */ {
        width: 100%;
        align-items: center;
    }
}

#ladder-agent-dashboard .nav-bar-item .horizontal-item-bar {
    width: 27px;
    height: 4px;
    border-radius: 19px;
    background-color: transparent;
    @media (min-width: 1024px) /* desktop */ {
        display: none;
    }
}

#ladder-agent-dashboard .nav-bar-item .horizontal-item-bar.selected {
    background-color: #336FED;
}

#ladder-agent-dashboard .nav-bar-item .padding {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    @media (min-width: 1025px) /* desktop */ {
        position: relative;
    }
}

#ladder-agent-dashboard .nav-bar-item .icon-and-text {
    display: flex;
    justify-content: center;
    gap: 1em;
}

#ladder-agent-dashboard .nav-bar-item .name-icon {
    display: flex;
    width: 100%;
    align-items: center;
    @media (min-width: 1025px) /* desktop */ {
        flex-direction: row-reverse;
        gap: 1em;
        justify-content: left;
    }
    @media (max-width: 1024px) /* mobile, tablet */ {
        flex-direction: column-reverse;
        justify-content: center;
        height: 100%;
    }
}

#ladder-agent-dashboard .nav-bar {
    display: flex;
    align-items: center;
    box-shadow: 0 8px 13px rgba(51, 46, 84, .3);
    border-radius: 40px;
    @media (min-width: 1025px) /* desktop */ {
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        width: 300px;
        height: 800px;
        background-color: #FFFFFF;
        padding-bottom: 30px;
    }
    @media (max-width: 1024px) /* mobile, tablet */ {
        flex-direction: row;
        justify-content: space-around;
        position: fixed;
        bottom: 1em;
        left: 0;
        right: 0;
        width: 350px;
        height: 95px;
        z-index: 10;
        margin: 0 auto;
        background-color: #F3D7AA;
    }
}

#ladder-agent-dashboard .nav-bar .logo-container {
    display: flex;
    margin: 2em;
    @media (max-width: 1024px) /* mobile, tablet */ {
        display: none;
    }
}

#ladder-agent-dashboard .nav-bar .nav-items {
    display: flex;
    width: 100%;
    justify-content: space-around;
    @media (min-width: 1025px) /* desktop */ {
        flex-direction: column;
    }
    @media (max-width: 1024px) /* mobile, tablet */ {
        flex-direction: row;
        padding: 0.5em 2em;
        background-color: #FFFFFF;
        border-radius: 40px;
        align-items: center;
    }
}

#ladder-agent-dashboard .nav-bar .help-container {
    display: flex;
    justify-content: center;
    width: 80%;
    gap: 20px;
    margin: 0.5em 0;
    border: 1px solid #8E8E8E;
    align-items: center;
    padding: 1em 1.5em;
    cursor: pointer;
    border-radius: 28px;
    @media (max-width: 1024px) /* mobile, tablet */ {
        display: none;
    }
}

#ladder-agent-dashboard .nav-bar .button-container {
    width: 100%;
    @media (max-width: 499px) /* mobile */ {
        display: flex;
        height: 100%;
        justify-content: space-between;
        flex-direction: column;
    }
}

#ladder-agent-dashboard .nav-bar .logo-container {
    margin: 2em;
}

#ladder-agent-dashboard .nav-bar .logo-container svg {
    @media (max-width: 499px) /* mobile */ {
        width: 33vw;
        height: 100%;
    }

    @media (min-width: 500px) and (max-width: 1024px) /* tablet */ {
        height: 40px;
    }

    @media (min-width: 1025px) /* desktop */ {
        height: 56px;
    }
}

#ladder-agent-dashboard .nav-bar .uw-guidelines-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    @media (max-width: 1024px) /* mobile, tablet */ {
        width: 350px;
    }
    @media (min-width: 1025px) /* desktop */ {
        background-color: #F3D7AA;
    }
}

#ladder-agent-dashboard .agent-help-modal {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#ladder-agent-dashboard .agent-help-modal .help-bubbles {
    display: flex;
    flex-direction: column;
    @media (max-width: 499px) /* mobile */ {
        align-items: center;
    }
}

#ladder-agent-dashboard .agent-help-modal .help-bubble {
    display: flex;
    gap: 8px;
    margin: 0.5em 0;
    padding: 1em;
    border-radius: 28px;
    border: 1px solid #8E8E8E;
    width: 100%;
    @media (max-width: 499px) /* mobile */ {
        width: 90%;
    }
}

#ladder-agent-dashboard .agent-help-modal .help-modal-content {
    display: flex;
    @media (min-width: 500px) /* tablet, desktop */ {
        align-items: center;
    }
    @media (max-width: 499px) /* mobile */ {
        flex-direction: column;
        gap: 16px;
        margin-top: 8px;
    }
}

#ladder-agent-dashboard .agent-help-modal .help-modal-content>*:first-child {
    @media (min-width: 500px) /* tablet, desktop */ {
        width: 120px;
    }
}


/*# sourceMappingURL=esm_bundle.css.map*/