/* Global font size and theme using CSS variable */
   :root {
   --font-size-14: 14px;
   --font-size-15: 15px;
   --font-size-16: 16px;
   --font-size-32: 32px;
   --font-weight-400: 400;
   --font-weight-700: 700;
   --text-color: #000000;
   --bg-theme-color: #FAC712;
   --btn-text-color: #212121;
   --bg-panel-color: #EAEAEA;
   }
   body {
   font-family: 'Helvetica', 'Arial', sans-serif;
   }
   .d-flex {
   display: flex;
   }
   /* styles for case information section */
   .case-container {
   padding: 0 20px;
   }

   .case-information-container {
   margin-top: 24px;
   }
   .case-details-wrapper {
   align-items: center;
   margin-bottom: 8px;
   flex-wrap: wrap;
   }
   .case-details-wrapper:last-child {
   margin-bottom: 16px;
   }
   .support-case-detail {
   font-weight: var(--font-weight-700);
   color: var(--text-color);
   line-height: 36px;
   margin: 0;
   word-wrap: break-word;
   white-space: normal;
   }
   .communication-container{
   display:none;
   }
   .case-label {
   font-size: var(--font-size-14);
   font-weight: var(--font-weight-700);
   color: var(--text-color);
   line-height: 16px;
   margin: 0;
   margin-right: 26px;
   width: 100px;
   }
   #timelineRender, #notescontrol {
    display: none;
  }

  label[for="notescontrol"] {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto Slab', 'Impact', 'Arial Black', sans-serif;
  }
   .case-label-value {
   color: #212121;
   position: relative;
   margin-left: 7px;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   font-family: 'Roboto Slab', 'Impact', 'Arial Black', sans-serif;
   line-height: 24px;
   word-wrap: break-word;
   white-space: normal;
   }
   .alert {
   display: flex;
   justify-content: space-between;
   flex-direction: row-reverse;
   border-radius: 0;
   margin-bottom: 24px;
   padding: 16px;
   gap: 8px;
   }
   .alert-dismissible .close {
   top: 0;
   right: 0;
   color: var(--text-color);
   font-weight: normal;
   opacity: unset;
   }
   .case-notification {
   font-size: var(--font-size-14);
   font-weight: var(--font-weight-400);
   color: var(--text-color);
   line-height: 16px;
   margin: 0;
   }
   @media (min-width: 320px) and (max-width: 767px) {
   .case-information-container {
   margin: 16px 0;
   }
   .case-details-wrapper {
   margin-bottom: 16px;
   align-items: flex-start;
   }
   .support-case-detail {
   font-size: var(--font-size-16);
   line-height: 18px;
   }
   .alert {
   padding: 8px 16px;
   line-height: 22px;
   margin-bottom: 16px;
   }
   .case-notification {
   line-height: 22px;
   }
   .case-label-value {
   line-height: 16px;
   }
   }
   /* styles for tab, tab header and button section */
   .details-communication-container>.navbar {
   margin-bottom: 8px;
   min-height: 49px;
   }
   .tab-header li a {
   color: #787070;
   border: 0 !important;
   font-size: var(--font-size-15);
   font-weight: var(--font-weight-400);
   text-decoration: none;
   line-height: 16px;
   margin-right: 12px;
   padding: 16px 15px;
   }
   .tab-header li.active a {
   border-bottom: 4px solid var(--bg-theme-color) !important;
   color: var(--text-color) !important;
   }
   .tab-header li.active a:hover {
   color: var(--text-color);
   }
   .add-comment-btn {
   font-size: var(--font-size-15);
   font-weight: var(--font-weight-700);
   color: var(--btn-text-color);
   padding: 6px 12px;
   border-radius: 0;
   margin-top: 11px;
   line-height: 19px;
   font-family: "Roboto Slab", serif;
   background-color: var(--bg-theme-color);
   &:focus {
   outline: none !important;
   box-shadow: none;
   }
   }
   .add-comment-btn-mobile-wrapper {
   display: none;
   }
   @media (min-width: 320px) and (max-width: 767px) {
   .details-communication-container>.navbar {
   min-height: 40px;
   }
   .tab-header li a {
   padding: 8px;
   font-size: var(--font-size-14);
   margin-right: 6px;
   line-height: unset;
   }
   .add-comment-btn {
   font-size: var(--font-size-14);
   font-weight: var(--font-weight-400);
   line-height: 16px;
   height: 32px;
   margin-top: 0;
   padding: 8px;
   }
   }
   @media (min-width: 320px) and (max-width: 374px) {
   .add-comment-btn {
   display: none;
   }
   .add-comment-btn-mobile-wrapper {
   display: block;
   }
   .details-communication-container>.navbar {
   margin-bottom: 0;
   }
   .add-comment-btn-mobile {
   font-size: var(--font-size-14);
   font-weight: var(--font-weight-400);
   line-height: 16px;
   height: 32px;
   padding: 8px 19px;
   width: 100%;
   margin: 16px 0;
   color: var(--text-color);
   border-radius: 0;
   font-family: "Roboto Slab", serif;
   background-color: var(--bg-theme-color);
   &:focus {
   box-shadow: none;
   }
   }
   }
   /* styles for details panel section */
   .overview-details-container,
   .premiumCare-contactInfo-container {
   padding: 0;
   }
   .details-panel-container {
   margin-bottom: 16px;
   }
   .panel-heading {
   border-radius: 0;
   background-color: #ddd!important;
   height: 40px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   border-color: #ddd;
   padding: 0;
   }
   .panel-title {
   width: 100%;
   }
   .accordion-panel-header {
   font-size: var(--font-size-14);
   font-weight: var(--font-weight-700);
   font-family: "Roboto Slab", serif;
   color: var(--text-color) !important;
   text-decoration: none !important;
   line-height: 18px;
   padding: 8px 24px;
   &:hover {
   color: var(--text-color) !important;
   }
   }
   .accordion-panel-header svg {
   transition: 0.3s linear;
   }
   .accordion-panel-header.collapsed svg {
   transform: rotate(180deg);
   align-items: baseline;
   }
   .accordion-title-arrow {
   float: right;
   }
   .accordion-panel-arrow svg {
   width: 1.5rem;
   height: 1.5rem;
   }
   .panel-body {
   padding: 16px 24px;
   background-color: #FAFAFA;
   }
   .current-panel-details-container {
   align-items: flex-start;
   }
   .current-panel-details-container p {
   margin: 0 0 16px 0;
   }
   .case-details-label {
   font-size: var(--font-size-14);
   font-weight: var(--font-weight-400);
   color: var(--text-color);
   word-break: break-all;
   line-height: 16px;
   padding: 0;
   }
   .case-details-title {
   font-size: var(--font-size-14);
   font-weight: var(--font-weight-700);
   color: var(--text-color);
   line-height: 16px;
   padding: 0;
   margin-right: 30px !important;
   }
   @media (min-width: 320px) and (max-width: 767px) {
   .panel-heading {
   height: 56px;
   }
   .panel-body {
   padding: 16px;
   }
   .accordion-panel-header {
   padding: 15px 16px 17px 16px;
   }
   }
   @media (min-width: 320px) and (max-width: 374px) {
   .panel-body {
   padding: 16px 13px;
   }
   }
   @media (min-width: 1200px) {
   .overview-details-container {
   padding-right: 20px;
   }
   }
   /* styles for Communication section */
   .communication-wrapper {
   padding: 16px 0;
   border-bottom: 1px solid #CCCCCC;
   }
   .communication-wrapper:first-child {
   padding-top: 0;
   }
   .communication-wrapper:last-child {
   border-bottom: 0px;
   }
   .mail-date-wrapper {
   align-items: end;
   }
   .mail-date-wrapper .mail-logo {
   display: inline-block;
   margin-right: 15px;
   }
   .mail-date-wrapper .mail-logo svg {
   width: 20px;
   height: 15px;
   color: var(--btn-text-color);
   }
   .mail-date-wrapper .mail-date-time {
   font-size: var(--font-size-15);
   font-weight: var(--font-weight-400);
   color: var(--text-color);
   line-height: 24px;
   }
   .mail-body-container .mail-from-content,
   .mail-body-container .mail-to-content {
   font-size: var(--font-size-14);
   font-weight: var(--font-weight-400);
   color: var(--text-color);
   line-height: 24px;
   margin-bottom: 8px;
   }
   .mail-body-container .mail-to-content {
   margin-bottom: 16px;
   }
   .mail-body-container .mail-content {
   font-size: var(--font-size-14);
   font-weight: var(--font-weight-400);
   color: #333333;
   }
   @media (min-width: 320px) and (max-width: 767px) {
   .mail-logo-date-container {
   margin-bottom: 5px;
   }
   }