#content_form {
    margin-bottom: 5px;
}

.open>.dropdown-menu{
    background-color: var(--portalThemeColor4, #ffffff);
}
.open>.dropdown-menu>li>a{
    color: var(--portalThemeOnColor9, #1276CE);
}


.open .dropdown-menu > li > a:hover,.dropdown-menu > .active > a:hover{
    color: var(--portalThemeColor4, #ffffff);
    background-color: var(--portalThemeOnColor9, #1276CE);
    text-decoration: Underline;

}
.dropdown-menu>.active>a{
    color: var(--portalThemeColor4, #ffffff);
    background-color: var(--portalThemeOnColor9, #1276CE);
    text-decoration: Underline;

}
.open .dropdown-menu>.active>a:focus{
    color: var(--portalThemeColor4, #ffffff);
    background-color: var(--portalThemeOnColor9, #1276CE);
    text-decoration: Underline;

}

.navigation {
    font-family: Mulish, 'Helvetica Neue', Arial, sans-serif !important;
    text-transform: none !important;
    color: #454540 !important;
}

.navigation:hover {
    background-color: #FFC328 !important;
    color: #000000 !important;
}

.navigation:focus {
    background-color: #FFC328 !important;
    color: #000000 !important;
}

.announcements-banner-info {
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: #A2C23D;
}

.announcements-banner-warning {
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: #F6A818;
}

.announcements-banner-danger {
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: #CB4A27;
}

.announcements-banner {
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: #009BB6;
}

.announcement-close-btn {
    margin: 12px;
    color: #454540;
    font-size: 16px;
}

.announcement-close-btn:hover {
    cursor: pointer;
    color: #0D0F10;
}

.announcement-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: auto;
}

.announcement-desktop {
    display: none;
}

@media (min-width: 801px) {
    .announcement-desktop {
        display: flex !important;
    }
}

.announcement-mobile {
    display: none;
}

@media (max-width: 641px) {
    .announcement-mobile {
        display: flex !important;
    }

    .case-modal-back
    {
        margin-bottom: 5px;
    }
}

/* #mainContent > *{
flex: 1;
} */

.announcement {
    color: #454540; 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    font-size: 16px;
}

.announcement strong {
    display: inline !important;
}

footer .footer-legal {
    background-color: #454540;
}
footer .footer-legal .legal-text {
    margin: 0px;
    color: #ffffff;
    font-size: 11px;
    text-align: center;
}
footer .footer-legal .legal-text a { /* extra specificity to override other link styles */
    text-decoration: underline;
    color: #ffffff;
    font-size: 11px;
}

@media(max-width: 641px) {
    .legal-text {
        padding: 3px;
    }
}

.center-text {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.tile-border {
    border: 1px;
    border-color: #454540;
    
}

.header-nav {
    text-transform: uppercase;
}

.section-header {
    padding-top: 24px;
    padding-left: 24px;
    color: #454540;
}

.case-button {
    border-style: solid;
    border-width: 1px;
    border-color: #009BB6;
    border-radius: 4px;
    background-color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    color: #009BB6 !important;
}


.case-modal-back {
    border-style: solid;
    border-width: 1px;
    border-color: #009BB6;
    border-radius: 4px;
    background-color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    color: #009BB6 !important;
}


.case-button-margin {
    margin: 24px 0px 16px 0px;
    /* padding: 7px 16px 7px 8px; */
}

.comment-button-margin {
    margin: 16px 0px 27px 24px;
    padding: 7px 16px 7px 8px;
}

.case-button:hover {
    border-color: #036F86 !important; 
    border-radius: 4px;
    border-width: 2px;
}

.case-button:active, .case-button:focus {
    color: #454540;
    /* background-color: #E58700;  */
}

.case-button-text {
    margin: 7px;
    text-align: center;
    vertical-align: center;
    color: #009BB6;
    font-family: Mulish, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.file-upload-button {
    border-style: solid;
    border-width: 1px;
    border-color: #009BB6;
    border-radius: 4px;
    background-color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    color: #009BB6;
}

.file-upload-button:hover {
    cursor: pointer;
    color: #036F86;
    border-color: #036F86 !important; 
    border-radius: 4px;
    border-width: 2px;
}

.file-upload-button-text {
    margin-bottom: 16px; 
    padding: 7.5px 16px;
    text-align: center;
    /* vertical-align: center; */
    color: #009BB6;
}

.file-upload-button-text:hover {
    cursor: pointer;
    color: #036F86;
    border-color: #036F86 !important; 
}

.case-button-text:hover {
    cursor: pointer;
    color: #036F86;
}

.case-card-description {
    display: -webkit-box;
    line-clamp: 4; /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 6em; /* Adjust based on line height */
    line-height: 1.5em; /* Adjust line height */
}

.extraStuff {
    margin-left: 30px;
}
.extraTopMargin {
	margin-top: 16px;
}

#title_label{
   margin-top: 16px;
}

.list-group-item-border {
    border-width: 1px 0;
}

.pds-border {
    border-width: 1px;
}

.description-small {
    font-size: 16px;
    color: #454540;
    font-weight: normal;
    font-family: Mulish;
}

.description-title {
    font-size: 16px;
    color: #454540;
    font-weight: normal;
    font-family: Mulish;
}

.facet-title {
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}

.h5-font-up {
    font-size: 18px;
}

.product-tag {
    background-color: #BCBEC0; 
    border-radius: 16px; 
    padding: 6px 12px;
    font-size: 12px;
    color: #454540;
    font-weight: bold;
}

.highlight {
    background-color: #fffcac !important;
}

.contact-us-tile {
    word-break: break-word;
    box-shadow: rgba(0, 0, 0, .5) 0px 2px 4px;
    border-radius: 2px;
    height: 280px;
}

.contact-us-tile:hover {
    border-width: 3px;
    border-color: #454540;
    background-color: #ECEFF2;
}

@media(max-width: 641px) {
    .mobile-header {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-header-container {
        max-width: 50%;
    }

    .mobile-title {
        padding: 10px 0px !important;
        margin: 10px;
    }

    .contact-us-tile {
        max-width: 288px !important;
        margin-top: 5px;
    }

    .case-title-mobile {
        height: fit-content !important;
        overflow-x: hidden;
    }
}

@media(min-width: 320px) and (max-width: 641px) {
    
    .contact-us-tile {
        max-width: 291px !important;
    }
}

@media(min-width: 961px) {
    
    .contact-us-tile {
        max-width: 291px !important;
    }

    .tile-alignment:first-child {
        margin-right: 12px;
    }
    .tile-alignment:last-child {
        margin-left: 12px;
    }
    .tile-alignment {
        margin-left: 12px;
        margin-right: 12px;
    }
}

.tile-alignment {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    gap:32px;
}
.tile-decoration {
    text-decoration: none;
}

.tile-decoration:hover {
    text-decoration: none;
}

/* The Modal (background) */
.modal-reopen {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-services-mobile-background {
    display: none;
    width: calc(100% + 30px); 
    height: 100%;
    overflow: auto; 
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    left: -15px;
}

.modal-services-mobile {
    background-color: #FFFFFF;
}
  
  /* Modal Content Reopen Box */
.modal-content-reopen {
    background-color: #fefefe;
    margin: 15% auto;
    width: 80%;
    border-radius: 5px;
    max-width: 600px;
    max-height: 300px;
}

.modal-reopen-padding {
    padding: 20px;
    border: 1px solid #888;
}

.modal-generic {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    backdrop-filter: blur(4px);
}

.modal-content-generic {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 4px 10px 0px #00000066;
}

@media (max-width: 1023px) {
    .modal-content-generic {
        width: 100%;
        max-height: 100vh;
    }
}
@media (min-width: 1024px) {
    .modal-content-generic {
        width: 65%;
        max-height: 90vh;
    }
}

.textArea {
    width: 100%;
}

.reopen-btn {
    margin: 5px 5px 5px 0px;
}

.btn-margin {
    margin: 5px 5px 5px 5px;
}
  
.button-default-styles {
    font-size: 18px;
    font-family: Mulish, sans-serif;
}

  /* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
  
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.no-Margin-Top {
    margin-top: 0px;
}

.success-network {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-width: 310px;
    word-break: break-word;
    padding: 24px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px;
    padding-bottom: 0px;
}

.faqs {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-width: 310px;
    word-break: break-word;
    padding: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-origin: content-box;
    padding-top: 0px;
}

.navbar-toggle {
    background-color: #FFC328 !important;
}
.navbar-toggle:hover, .navbar-toggle:focus {
    background-color: #E58700 !important;
}
.navbar-toggle-margin {
    margin: 24px;
}

.signin {
    height: 100%;
    background-color: #FDD97D !important;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-label {
    text-align: center;
    color: #454040;
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 44px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: 600;
    line-height: 96px;
    background-image: linear-gradient(0deg, rgba(200, 198, 196, 0), rgba(200, 198, 196, 0));
    box-shadow: 0px 0px 0px #000000;
    text-shadow: 0px 0px 0px #000000;
    border: 0 solid #c8c6c4;
}

@media(max-width: 641px) {
    .search-label {
        line-height: 60px;
    }
}

.dropdown-item {
    color: #454540;
}

.dropdown-item :hover {
    background-color: #FFC328;
    color: #000000;
}

.case-subject-pill { 
    display: inline-block;
    border-radius: 12px; 
    border-style: solid;
    border-width: 1px;
    border-color: #454540;
    background-color: #065577;
    padding: 6px 12px;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
}

#login:hover {
    background-color: #F6A818;
}

.nav-item:hover {
    background-color: #FDD97D;
}

@media (min-width: 961px) {
    .successNetworkTile {
        margin-right: 24px;
        /* max-width: 30%; */
        height: fit-content;
    }
    .frontTiles {
        /* flex-grow: 1; */
        display: flex;
        flex-direction: column;
        word-break: break-word;
        width: auto;
        border-style: solid;
        border-width: 1px;
        border-radius: 2px;
        border-color: #E3E1DE;
        box-shadow: #00000033 0px 2px 4px 0px;
    }

    .myRequestsTile {
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
        max-width: 63%;
    }

    .mobile-screen {
        flex-direction: row !important;
        margin-top: 36px;
    }

    .desktop-screen {
        display: none !important;
    }
}

.request-card {
    display: flex;
    width: 100%;
    /* height: 123px; */
    margin: 8px 0px 12px;
    gap: 0px;
    border-radius: 5px;
    border: 1px;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0px;
    padding: 8px 16px 12px 16px;
}

.request-card:hover {
    background: rgba(200, 233, 239, 0.50);
}

.request-card-border:hover {
    border: 1px solid var(--Tertiary-Blue-4, #036F86);
}

.request-card-border {
    border: 1px solid #E3E1DE;
}

.divider-vertical-case {
    border-left-color: #A8A5A1;
    border-left-style: solid;
    border-left-width: 1px;
    color: #000000;
    height: 19px;
    margin-left: 3px;
    box-sizing: border-box;
}

#login:hover {
    background-color: #F6A818;
}

.nav-item:hover {
    background-color: #FDD97D;
}


@media (max-width: 960px) {
    .mobile-screen {
        display: none !important;
    }

    #options-dialog{
        width: 70% !important;
    }



    .frontTiles {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        word-break: break-word;
        width: auto;
    }
}
.articleTitle {
    font-size: 16px;
    font-weight: 700;
    font-family: Mulish, sans-serif;
    margin: 16px 8px;
    color: #009BB6;
}

.drawerContainer {
    min-width: 310px;
    word-break: break-word;
    margin: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #A8A5A1;
    padding: 0px;
    cursor: pointer;
}

.drawerContentsVisibility {
    display: none;
}

.drawerContainerVisibility {
    border-bottom-style: none !important;
}

.header {
    color: #000000 !important;
}

.arrows {
    width: 24px;
    height: 24px;
    margin: 16px 8px;
    color: #7E7A76;
}

.arrowVisibility {
    display: none;
}

@media (max-width: 641px) {
    h1.siteTitle {
        padding: 0px !important;
        margin-top: 21.5px !important;
    }
}

.mva-article {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-width: 310px;
    word-break: break-word;
    margin: 0px;
    border: 0px;
    padding: 0px 16px;
}

.loader {
    position: absolute;
    left: 50%;
    top: 100%;
    border: 10px solid #f3f3f3;
    border-top: 10px solid #FFC328; 
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }

  #emptyArticleMessage {
    display: none;
    padding-left: 15px;
  }
/* Timeline classes */
@media (max-width: 960px) {
    .timeline-creator-info {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}

@media (min-width: 961px) {
    .timeline-creator-info {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}

.modal-content-comment {
    background-color: #fefefe;
    margin: 15% auto;
    width: 80%;
    border-radius: 5px;
    max-width: 600px;
}

.comment-modal-flex {
    display: flex;
    flex-direction: column;
}

.file-upload-title {
    font-family: Mulish;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;    
    margin-top: 24px;
    margin-bottom: 4px;
}

.files-list {
    font-family: Mulish;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.close-comment {
    display: flex;
    align-self: flex-end;
    width: 24px;
    height: 24px;
    color: #000000;
    fill: #000000;
}

.close-comment:hover {
    cursor: pointer;
}

.comment-top-border {
    border-top: 1px solid #E3E1DE;
}

.submit-comment {
    background: #009BB6;
    color: #FFFFFF;
    width: Hug 92px;
    height: Fixed 40px;
    padding: 7px 16px 7px 16px;
    margin: 16px 8px 16px 24px;
    border-radius: 4px;
    border: 0px;
    font-family: Mulish;
}

.submit-comment:hover {
    background: #036F86;
}

.cancel-comment {
    background: #FFFFFF;
    color: #009BB6;
    width: Hug 89px;
    height: Fixed 40px;
    padding: 7px 16px 7px 16px;
    border: 0px;
    font-family: Mulish;
}

.cancel-comment:hover {
    color: #036F86;
}

/* -------------------------------------------------- */
/* Options Modal Specific Styling (scoped minimal CSS) */
/* -------------------------------------------------- */
.options-modal .timeline-title {
    text-align: center;
    width: 100%;
}

.options-modal .comment-top-border {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Center the option button wrappers */
.options-modal .comment-button-margin {
    /* Override global .comment-button-margin large spacing (16px top / 27px bottom / left offset) */
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.options-modal #caseCloseButtonContainer {
    display: flex;
    flex-direction: column;
}

/* Make the actual option buttons a consistent width without full stretch */
.options-modal .options-choice.case-button {
    min-width: 280px;
    max-width: 480px;
    width: 100%;
    margin: 0;
    padding: 5px;
    font-size: large;
}

/* Inverted hover/focus for options only */
.options-modal .options-choice.case-button:hover,
.options-modal .options-choice.case-button:focus {
    background-color: #009BB6;
    color: #FFFFFF !important;
    border-color: #009BB6 !important; /* Override global .case-button:hover border */
    border-width: 1px;
    outline: none;
}
.options-modal .options-choice.case-button:hover .case-button-text,
.options-modal .options-choice.case-button:focus .case-button-text {
    color: #FFFFFF !important;
}

/* Maintain white text if disabled after selection (prevent flicker) */
.options-modal .options-choice.case-button:disabled {
    background-color: #009BB6;
    color: #FFFFFF !important;
    opacity: 0.85;
}
.options-modal .options-choice.case-button:disabled .case-button-text {
    color: #FFFFFF !important;
}

/* Center Cancel link/button if it's a button or anchor */
.options-modal #caseCloseCancel,
.options-modal .cancel-comment {
    align-self: center;
    margin: 10px 0 20px 0;
    font-size: large;
}

.timeline-label {
    margin-left: 28px;
}

.timeline-container {
    display: flex;
    flex-direction: column;
    margin: 0px 24px;
}

.timeline-creator {
    font-size: 16px;
    font-weight: bold;
    margin: 0px 16px 0px 0px;
    font-family: Mulish;
}

.timeline-timestamp {
    font-size: 16px;
    margin-bottom: 0px;
    color: #A8A5A1;
    white-space: nowrap;
    font-family: Mulish;
}

.timeline-content {
    margin-left: 54px;
    /* max-height: 3em; */
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-family: Mulish;
    position: relative;
}

.timeline-content:hover{
    cursor: pointer;
}

.timeline-content.expanded {
    font-size:15px;
    max-height: none;
    -webkit-line-clamp: unset;
    line-clamp: unset;
}

/******************* See more / See less styling (Case Detail's Timeline)*******************/

.timeline-content .see-more-inline{
  --fade-amount: 5rem;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 1rem 0 calc(var(--fade-amount) + 1rem);
  background: linear-gradient(to right, transparent, #fff var(--fade-amount));
  font-family: Mulish, sans-serif;
  font-size: 14px;
  color: #009BB6;
  text-decoration: underline;
  cursor: pointer;
}


.timeline-content .see-less-wrap{
  display: none;
  width: 100%;
}

.timeline-content .see-less-inline{
  font-family: Mulish, sans-serif;
  font-size: 14px;
  color: #009BB6;
  text-decoration: underline;
  cursor: pointer;
}

.timeline-content.expanded .see-more-inline { display: none; }
.timeline-content.expanded .see-less-wrap   {
  display: flex;
  justify-content: flex-end;
}
/*************************************************************************************************/


.timeline-info {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.timeline-margin {
    margin: 0px 24px 24px 24px;
}

.add-comment-display {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.margin-right {
    margin-right: 16px;
}

.margin-top {
    margin-top: 16px;
}

.timeline-title-bottom-margin {
    margin-bottom: 16px;
}

.timeline-title {
    font-family: Mulish;
    font-weight: 300;
    font-size: 32px;
    line-height: 42px;
}

.timeline-item {
    flex: 1;
}

.timeline-img {
    width: 32px;
    margin-right: 21px;
}

.sent {
    color: #A8A5A1;
    fill: #A8A5A1;
}

.receive {
    color: #036F86;
    fill: #036F86;
}

.panel-heading-custom {
    color: #454540;
    background-color: #FFFFFF;
    font-size: 16px;
}

.panel-title-custom {
    font-size: 16px;
    font-family: Mulish;
    margin: 0px;
    color: #454540;
    padding-top: 16px;
    padding-bottom: 24px;
}

.panel-footer-custom {
    padding-top: 16px;
}

.show-more-button {
    border-radius: 4px;
    border: 1px;
    border-style: solid;
    border-color: #009BB6;
    background-color: white;
    width: 148px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.smb-text {
    color: #009BB6;
    font-size: 18px;
    font-family: Mulish;
    font-weight: 600;
}

.smb-text:hover, .show-more-button:hover  {
    color: #036F86;
    border-color: #036F86;
}

.sort-pill {
    min-width: 99px;
    max-width: 100%;
    width: auto;
    padding: 0px 5px;
    height: 24px;
    white-space: nowrap;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #454540;
    color:#454540;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center; 
    margin: 0px 4px 0px 0px;
}

.sort-pill-text {
    font-family: Mulish;
    font-size: 11px;
    font-weight: 600;
    color: #454540;
    margin: 0px 5px;
}

.sort-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.services-container {
    position: absolute;
    display: block;
}

.search-form {
    border: 1px #A8A5A1 solid;
    border-radius: 4px;
}

.search-form::placeholder {
    color: #7E7A76;
}

.service-border {
    border-bottom: 1px #A8A5A1 solid;
    border-left: none;
    border-top: none;
    border-right: none;
    padding: 8px 15px;
}

.page-heading {
    padding-top: 24px;
}

#found-my-answer-bottom-comments {
    padding-right: 18px;
}

@media (max-width: 767px) {
    .row {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .btn-toolbar{
        margin-left: -25px;
    }
    #products {
        flex: 1;
        text-align: left;
        margin-left: 0px;
    }
    #found-my-answer-bottom-comments {
        flex: 1;
        text-align: right;
        padding-right: 1px;
    }
    .btn-group {
        margin-left: 0px;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .desktop {
        display: block !important;
    }
    .mobile {
        display: none;
    }
}
@media (max-width: 767px) {
    .pull-right {
        text-align: center;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .page-header>.pull-right {
        float: none !important;
        margin: 0 0 8px 0 !important;
    }
}

.col-md-10 {
    padding-left: 15px; /* Adjust this value as needed */
}

@media (max-width: 768px) {
    .container { 
        flex-direction: column; 
        align-items: flex-start;
     }
    .col-md-10 {
        width: 100%;
        display: flex; 
        flex-direction: column;
        padding-left: 0; /* Reset padding for mobile devices */
    }
    .product-tag {
         margin-left: -15px; /* Remove left margin for mobile devices */ 
        }
}
/* Default styles for mobile */
#found-my-answer-bottom-comments {
    text-align: right;
    padding-bottom: 10px;
    font-family: Mulish;
    font-weight: 700;
    font-size: 14px;
    color: #454540;
    margin-left: 0; /* No margin on mobile */
  }
  
  /* Styles for larger screens */
  @media (min-width: 768px) {
    #found-my-answer-bottom-comments {
      margin-left: 175px; /* Apply margin on larger screens */
    }
    .form-dropdown {
        display: flex;
        flex-direction: column;
        padding: 8px 28px;
    }

    .form-dropdown-basic {
        display: flex;
        flex-direction: column;
        /* width: 50%; */
        /* padding: 0px; */
    }
}

.clearfix {
    margin: 0px;
    padding: 0px;
}

.case-column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.case-spinner {
    position: inherit;
    margin-bottom: 16px;
    border: 10px solid #f3f3f3;
    border-top: 10px solid #FFC328;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

.add-comment-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
}

.timeline-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* width: 100%; */
    margin-top: 10px;
}

.radioDiv {
    display : flex;
    width : 75%;
    flex-grow : 1;
    margin : 0px 5px;
    /* justify-content : center;
    align-self : center; */
}

.drop-course {
    width: 75%;
    flex-grow: 1;
}

.center-vertical {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .navigation-custom:focus {
    outline: none !important;
    border: none !important;
  }

@media (max-width: 767px) {
    .page-title {
        font-family: Aleo, serif;
        padding-left: 0px;
        font-weight: 300;
        font-size: 28px;
    }
}
@media (min-width: 768px) {
    .page-title {
        font-family: Aleo, serif;
        padding-left: 0px;
        font-weight: 300;
        font-size: 40px;
    }
}

.attachment-link {
    display: block;
    margin-top: 5px;
    margin-left: 54px;
    color: #0078d4; /* Example: Blue color for links */
    text-decoration: underline;
    cursor: pointer;
    font-family: Mulish, sans-serif;
}
.attachment-link:hover {
    color: #005a9e; /* Darker blue on hover */
}

.field-label {
    font-family: 'Mulish', sans-serif;
    font-size: 15px;
    white-space: nowrap;
    margin: 4px 2px 0px;
    color: #454540;
}

.info-text {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: normal;
    font-style: italic;
    font-family: 'Mulish', sans-serif;
    color: #454540;
}

.button-disable:disabled {
    background-color: #FFFFFF;
    border-color: #E3E1DE;
    border-style: solid;
    color: #7E7A76;
}