:root {
  /*General Theme setup*/
  --plm-primary: #072b5d;
  --plm-secondary: #0d6efd;
  --plm-faded-secondary: #86b7fe;
  --plm-tertiary: #093c81;
  --plm-white: #ffffff;
  --plm-light-grey: #edeeee;
  --plm-light-blue: #e5effe;
  --plm-muted: #636466;
  --plm-black: #1e1e1e;
  --plm-dark-blue: #0a53be;
  --plm-light-blue-bg: #cfdaf5;
  --plm-child-table-bg: #f2f2f2;
  --black: #000;

  /*New Shades*/
  --dark-1: #edeeee;
  --dark-2: #cdcdcf;
  --dark-3: #acaeb1;
  --dark-4: #8e9093;
  --dark-5: #636466;
    --dark-6: #1e1e1e;

  --orange: #cc4e00;

  --red-bg: #fef2f5;
  --green-bg: #f2fcf9;
  --blue-bg: #f3f6fc;

  --blue-1: #e5effe;
  --blue-2: #86b7fe;
  --blue-3: #0a53be;
  --blue-4: #E7EDFA;
  --blue-5: #D4DEF6;

  --grey-1: #ccc;
  --grey-2: #d0d0d0;
  --grey-3: #f5f5f5;

  --yellow-3: #7f6600;

  --table-bg: #f4f5f5;
  --table-cell-border: #cfdaf5;
  --table-header-border: #6e91e0;

  --overlay-bg: #fff;

  /*Hyperlink*/
  --plm-link: #0a58ca;
  --plm-link-visited: #5e1463;
  --plm-link-new: #0e47cb;

  /*Notification Colors for text and border*/
  --plm-danger: #d43831;
  --plm-warning: #fecb00;
  --plm-success: #06854b;
  --plm-info: #009bbb;

  /*Notification backgrounds*/
  --plm-faded-danger: #fbebea;
  --plm-faded-warning: #fffae6;
  --plm-faded-success: #e6f3ed;
  --plm-faded-info: #e6f5f8;

  /*Font*/
  --plm-fs-h1: 24px;
  --plm-fs-h2-b: 20px;
  --plm-fs-h2: 18px;
  --plm-fs-h3: 16px;
  --plm-fs-h4: 14px;
  --plm-fs-text: 14px;
  --plm-fs-small: 12px;
  --plm-fs-xs: 11px;
  --plm-lh-h1: 29px;
  --plm-lh-h2: 24px;
  --plm-lh-h3: 24px;
  --plm-lh-h4: 24px;
  --plm-lh-text: normal;
  --plm-lh-xs: 15px;
  --plm-shadow: 0 2px 4px rgba(9, 49, 142, 0.08), 0 0 10px rgba(9, 49, 142, 0.04), 0 4px 5px rgba(9, 49, 142, 0.04), 0 -4px 4px rgba(9, 49, 142, 0.04);

  --font-family: 'Verdana', sans-serif;

  /*Header and footer height*/
  --header-height: 90px;
  --header-height-mobile: 120px;
  --footer-height: 118px;
  --footer-height-mobile: 180px;
  --plm-page-header-height: 126px;

  /*spacing*/
  --spacing-left-right: 5rem;
  --border-radius-menu: 4px;
}

body {
  min-height: 100vh;
    display: flex;
    flex-direction: column;
  font-family: var(--font-family);
  font-size: var(--plm-fs-text);
}

a:focus,
a:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}


#tag-edit table tbody label {
    display: none;
}

/* id + expander */


#lists-list col:first-child {
    width: 12em;
}
#lists-list col:last-child {
    width: 7em;
    white-space: nowrap;
}
#lists-list col:nth-child(2){
    width: 40%;
}
#lists-list .domains {
    list-style: none;
}
#lists-list .domains > li {
    display: inline;
}
#lists-list .domains > li:not(:last-child)::after {
    content: ", ";
}

#change-request-table col:first-child {
	width: 12em;
}

#change-request-table col:nth-child(2) {
    width: 30%;
}

#change-request-table col:nth-child(3) {
    width: 8em;
}

#change-request-table col:last-child {
    width: 6em;
}

#change-request-table col:nth-last-child(2) {
    width: 15em;
}
#change-request-table col:nth-last-child(3) {
    width: 8em;
}
#change-request-table col:nth-last-child(4) {
    width: 15em;
}
#request-hierarchy-row ul {
    padding-left: 0;
}
#request-hierarchy-row li {
    margin-bottom: 6px;
}

.propName>.no-toggler {
	padding-left: 45px;
}

[id^="terms-list"] col:first-child {
    width: 12em;
}
[id^="terms-list"] col:nth-child(2) {
    width: 30%;
}

[id^="terms-list"] col:nth-last-child(2) {
    width: 6em;
}
[id^="terms-list"] col:last-child {
    width: 8em;
}
[id^="terms-list"] td:first-child {
    white-space: nowrap;
}


#term-details .language {
    width: 70px;
}
#term-details .propName + .termvalue {
    padding-left: 32px;
}
#term-details div.termName {
    margin-top: -22px;
    padding-left: 75px;
}

#term-details ul ul {
    padding-left: 32px;
}
#term-details #hierarchy ul {
    padding-left: 0;
}
#term-details #hierarchy li {
    margin-bottom: 6px;
}
#term-translation .original {
     padding-left: 50px; 
}

#other-names-list > li > ul {
    padding-left: 0;
    margin-left: 0;
}

#update-translation {
    display: flex;
    border: 1px solid #ddd;
    border-top: 0;
    position: relative;
}
#term-translation {
    flex: 9;
}
#term-view {
    flex: 9;
    border: 1px solid #ddd;
    margin: 20px 0 20px 10px;
    resize: both;
    overflow: auto;
}

#term-view.viewcollapsed {
    flex: 0;
    border: 0 solid transparent;
    margin: 0;
}
#term-translation input{
    width: 90%;
}

#term-translation textarea{
    width: 75%;
}
#update-translation .data-definition > ul {
    border: 0;
}

#translations-search .export ul {
    list-style: none;
    padding-left: 0;
}
#translations-list col:first-child {
    min-width: 12em;
}
#translations-list col:last-child {
    width: 0;
}
#translations-list tbody td:first-child {
    white-space: nowrap;
}

#subscriptions footer {
    text-align: right;
}
#subscriptions section {
    margin-bottom: 30px;
}
#subscriptions table input[type=radio] {
    width: 30%;
}

#subscriptions-email {
    width: 400px;
}

#subscriptions #email-invalid {
    margin-left: 300px;
}

#text-input {
    margin-top: 45px
}

.tab-contents {
    margin-top: 15px;
}

.permission-denied {
    text-align: center;
    color: red;
}

.saved-query-name {
	font-size: 30px;
	word-break: break-all;
}

.saved-query-name > button {
    margin-top: -5px;
}

#term-details li#user-preferences.opened {
	overflow: visible;
}

#term-details #user-preferences ul ul {
    padding-left: 0;
}
#term-details #user-preferences .term-tags {
    margin: 10px 0;
}

#term-details select:disabled {
	background: #DCDCDC;
}

#term-translation select:disabled {
	background: #DCDCDC;
}

.tooltip.translationStatus .tooltip-inner{
	max-width: 300px;
}

#documents-tab div.message {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

#view-document  .bottom-buttons {
    text-align: right;
    margin-top: 20px;
    clear: both;
    padding-right: 25%;
}

#view-document form.document > ul > li {
    margin-bottom: 15px;
}

#view-document #doc-version-row .help-block {
	margin-right: -300px;
}

#view-document .doc-list-name {
	white-space: nowrap;
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}

#manage-tags .tags-title {
	margin-bottom: 15px;
}

#manage-tags #terms-table {
	margin-bottom: 5px;
}

.tag-dialog-ul {
	list-style-type: none;
	padding-left: 0;
}

.tag-dialog-ul input.form-control {
	display: inline;
}

.tag-dialog-ul label {
	width: 20%;
}

.tag-dialog-ul .term-tags {
    margin: 10px 0;
}

#save-button {
	height: 25px;
    margin-top: .5em;
}
ul.multiple {
    border-bottom: 1px solid var(--grey-1);
}
ul.multiple:last-child {
    border-bottom: 0;
}

#search-change-request #search-form #cr-container > form > section {
    margin-bottom: 15px;
}

.manage-buttons {
    text-align: right;
}

#search-results {
    margin-bottom: 10px;
}

#cr-information-section > li {
    margin-bottom: 15px;
}

.saved-cr-requestor {
    font-size: 14px;
}

#search-lists-table col:first-child {
    width: 12em;
}
#search-lists-table col:last-child {
    width: 6em;
    white-space: nowrap;
}
#search-lists-table col:nth-child(2){
    width: 35%;
}

#search-terms-table col:first-child {
    width: 12em;
}
#search-terms-table col:nth-child(2){
	width: 25%;
}
#search-terms-table col:nth-last-child(2) {
    width: 6em;
}
#search-terms-table col:last-child {
    width: 7em;
    white-space: nowrap;
}

#subscriptions-table col:first-child {
    width: 12em;
}
#subscriptions-table col:nth-last-child(4),
#subscriptions-table col:nth-last-child(3) {
    width: 16em;
}
#subscriptions-table col:nth-last-child(2) {
    width: 20em;
}
#subscriptions-table col:last-child {
    width: 0;
}
#subscriptions-table th:last-child {
    white-space: nowrap;
}

.table-break {
	word-break: break-all;
}


#home-page h1 {
    background-image: url(images/rms.png);
}

#export-exclude-message{
	margin-top: 15px;
}

.help-block.domain {
    color: #a94442
}

.export-dialog {
    width: 60%;
}

label.tag-name-label {
	width: 20%;
}

.tag-name-input {
	width: 70%;
}

div#view-term-switch {
	position: absolute; 
	right: 20px;
}

#manage-crs span.col-sm-6 {
    word-wrap: break-word;
}
label[for="search-lists-lists"] {
    float: left;
    padding-right: 5px;
}

.cookie-policy-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.policy-section {
    margin-bottom: 40px;
}

.policy-section h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.policy-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.policy-table thead tr {
    background-color: #f8f9fa;
    text-align: left;
}

.policy-table th,
.policy-table td {
    padding: 10px;
    border: 1px solid #ddd;
}

.policy-link {
    color: #007bff;
}

.banner-button {
    margin-left: 10px;
    padding: 5px 15px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.banner-button:hover {
    background-color: #3395ff;
}

.top-banner {
    background-color: #0071ce;
    color: #ffffff;
    padding: 15px 20px;
    font-family: Arial, sans-serif;
  }
  
.top-banner-title {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
 }
  
.top-banner-subtitle {
    font-size: 15px;
    font-weight: normal;
    margin: 8px 0 0 0;
}

.top-banner a {
    color: #ffffff;
    text-decoration: underline;
}
  
.top-banner a:hover {
    color: #e0e0e0;
}





#qrdList .breadcrumbs,
#qrdListTemplates .breadcrumbs,
#qrdHierachyTemplates .breadcrumbs,
#qrdTermDetails .breadcrumbs {
    margin-bottom: 0;
    padding: 8px 0px;
    font-size: var(--plm-fs-small);
    line-height: 24px;
    /* background-color: none !important; */
    padding: 0px 50px;
    font-size: var(--plm-fs-h3);
}
#qrdList a:not(footer a),
#qrdListTemplates a:not(footer a),
#qrdHierachyTemplates a:not(footer a),
#qrdTermDetails a:not(footer a) {
    color: var(--plm-secondary);
}
#qrdList .breadcrumbs li.active,
#qrdListTemplates .breadcrumbs li.active,
#qrdHierachyTemplates .breadcrumbs li.active,
#qrdTermDetails .breadcrumbs li.active {
    color: var(--plm-muted);
}

#qrdList .title,
#qrdListTemplates .title,
#qrdHierachyTemplates .title,
#qrdTermDetails .title {
    font-size: var(--plm-fs-h1);
    color: var(--plm-primary);
    margin-bottom: 10px;
    padding: 12px 50px 0px;
}

#qrdList .buttons-wraper,
#qrdListTemplates .buttons-wraper,
#qrdHierachyTemplates .buttons-wraper {
    display: flex;
    justify-content: flex-end; 
    align-items: center;
    gap: 1rem; 
    padding-bottom: 1rem;
    padding: 10px 50px;
}

#qrdList .buttons-wraper {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
#qrdList .search-container,
#qrdListTemplates .search-container,
#qrdHierachyTemplates .search-container {
   position: relative;
}
#qrdList .search-input,
#qrdListTemplates .search-input,
#qrdHierachyTemplates .search-input {
  border: 1px solid var(--plm-muted);
  padding: 19px 12px;
  padding-left: 40px; 
  border-radius: 4px;
  font-size: 16px;
}
#qrdList .search-input::placeholder,
#qrdListTemplates .search-input::placeholder,
#qrdHierachyTemplates .search-input::placeholder {
  color: var(--dark-3);
}
#qrdList .search-icon,
#qrdListTemplates .search-icon,
#qrdHierachyTemplates .search-icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  /* width: 16px;
  height: 16px; */
  pointer-events: none; 
}


#qrdList .dt-buttons button, 
#qrdListTemplates .dt-buttons button,
#qrdHierachyTemplates .dt-buttons button {
    color: var(--plm-secondary); 
}
#qrdList .dt-buttons button:hover, button:focus
#qrdListTemplates .dt-buttons button:hover, button:focus
#qrdHierachyTemplates .dt-buttons button:hover, button:focus {
    background-color: var(--blue-bg);
    border: none;
    outline: none;
}
#qrdList .dt-buttons .btn-group,
#qrdListTemplates .dt-buttons .btn-group,
#qrdHierachyTemplates .dt-buttons .btn-group {
    display: flex;
    gap: 1rem; 
    align-items: center;
}

#qrdList .btn-default,
#qrdListTemplates .btn-default,
#qrdHierachyTemplates .btn-default {
    border: none;
	background-color: transparent;
}


#qrdList .btn-default:hover,
#qrdListTemplates .btn-default:hover,
#qrdHierachyTemplates .btn-default:hover {
    background-color: var(--blue-bg);
}

#qrdList .vertical-divider,
#qrdListTemplates .vertical-divider,
#qrdHierachyTemplates .vertical-divider {
    width: 1px;
    height: 24px;
    align-self: center;
    background-color: var(--grey-2);
}

#qrdListTemplates .table-wrapper,
#qrdHierachyTemplates .table-wrapper {
    max-height: 500px;
    overflow-y: scroll;
    margin: 0px 50px;
    /* scrollbar-gutter: stable;  */
}
#qrdList .table-wrapper,
#qrdList .table-header-wrapper,
#qrdListTemplates .table-header-wrapper,
#qrdHierachyTemplates .table-header-wrapper {
    margin: 0px 50px;
}
#qrdList thead th,
#qrdListTemplates thead th,
#qrdHierachyTemplates thead th {
    position: sticky;
    top: 0;
    z-index: 1;            
}

.search-hidden {
    display: none !important;
}








table.dataTable thead tr th,
.simpleTable thead tr th,
.table.table-striped.table-fluid thead tr th,
table.dataTable thead:first-child tr:first-child th,
.simpleTable thead:first-child tr:first-child th,
.table.table-striped.table-fluid thead:first-child tr:first-child th {
padding: 2rem 1.6rem 1.6rem 2.4rem;
background-color: var(--plm-light-blue);
border-top: 1px solid var(--table-cell-border);
border-bottom: 1px solid var(--table-header-border);
font-weight: bold;
color: var(--dark-6);
font-size: var(--plm-fs-h3);
line-height: 20px;
}

table.dataTable td,
.simpleTable td,
.table.table-striped.table-fluid td,
.table.table-striped td {
  /* border-bottom: 1px solid var(--table-cell-border); */
  padding: 1.2rem 1.6rem 1.2rem 2.4rem !important;
  /* background-color: var(--plm-white);
  border-top: none !important; */
}

.dataTable table.dataTable th, .dataTable table.dataTable td {
    white-space: inherit;
    word-wrap: break-word;
    
    /* max-width: 150px; */
}

table.dataTable > tbody > tr > td, table.simpleTable > tbody > tr > td, .table.table-striped.table-fluid > tbody > tr > td {
    color: var(--dark-6) !important;
    /* vertical-align: middle; */
    vertical-align: top;
    font-size: var(--plm-fs-h3);
    line-height: var(--plm-lh-h3);
}

/* table#lists-list.dataTable, */
table#lists-list.dataTable th,
table#lists-list.dataTable td,
/* table.terms-list.dataTable, */
table.terms-list.dataTable th,
table.terms-list.dataTable td
 {
    border-left: none !important;
    border-right: none !important;
    border-collapse: collapse; 
}
table#lists-list.dataTable,
table.terms-list.dataTable {
    border-collapse: collapse;
    border-left: 1px solid #D4DEF6;  
    border-right: 1px solid #D4DEF6;  
}
table#lists-list.dataTable tbody tr,
table.terms-list.dataTable tbody tr {
    border-bottom: 1px solid var(--plm-light-blue-bg);
}
#qrdListTemplates table tr th:last-child, 
#qrdHierachyTemplates table tr th:last-child {
	box-shadow: -8px 0px 10px -6px #0000001A;
}


#qrdList .ng-isolate-scope,
#qrdListTemplates .ng-isolate-scope,
#qrdHierachyTemplates .ng-isolate-scope {
    padding: 0.4rem 0.8rem;
}

#qrdListTemplates .view-btn,
#qrdHierachyTemplates .view-btn {
  background-color: var(--plm-light-blue);;
  color: var(--plm-secondary);
  border: 1px solid var(--plm-secondary);
  border-radius: 4px;
  padding: 8px 16px;
  font-size: var(--plm-fs-h3);
  font-weight: 400;
}

hr {
     border-top: 1px solid var(--grey-1) !important;
     margin-bottom: 0px;
}

hr.hr {
    display: block;
    width: 100%;
    height: 0;
    border: 0;
    border-top: 1px solid var(--grey-1) !important;
    margin: 0;
    flex-shrink: 0;
}

.header-hr {
    display: block;
    width: 100%;
    height: 0;
    border: 0;
    border-top: 1px solid var(--grey-1) !important;
    margin-top: 0;
    margin-bottom: 20px;
    flex-shrink: 0;
}
/* Use the below code if hover effect is needed */
/* .flat-view-btn:hover {
  background-color: var(--blue-4);
  color: var(--plm-secondary);
} */

#qrdTermDetails #term-details {
    padding-top: 20px;
}
#qrdTermDetails .termlabel, 
#qrdTermDetails .termvalue {
    font-size: var(--plm-fs-h3);
    line-height: var(--plm-lh-h3);
    margin-bottom: 1rem;
}
#qrdTermDetails .termlabel {
    font-weight: bold;
}

#qrdTermDetails #term-name-translation {
    font-size: var(--plm-fs-h3);
    margin: 0px;
    padding: 0px;
}
#qrdList table a,
#qrdListTemplates table a,
#qrdHierachyTemplates table a,
#qrdTermDetails table a,
#qrdTermDetails #term-details a {
    color: var(--plm-secondary);
    text-decoration-line: underline;
}
#qrdList table .actions a,
#qrdListTemplates table .actions a,
#qrdHierachyTemplates table .actions a,
#qrdTermDetails table .actions a {
    text-decoration: none;
}
#qrdTermDetails #hierarchy a {
    color: var(--black);
}
#qrdTermDetails .dropdown {
    position: relative;
    width: 200px;
    user-select: none;
    justify-items: flex-end
}

/* #qrdTermDetails .dropdown-selected {
    background-color: var(--plm-white);
    border: 1px solid var(--plm-secondary);
    border-radius: 4px;
    padding: 8px 12px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--plm-black);
    width: 100px;
    overflow: hidden;
    font-weight: 400;
} */

/* .dropdown-selected:hover {
    background-color: #e6f0ff;
  } */
#qrdTermDetails .dropdown-arrow {
    border: solid var(--plm-secondary);
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    margin-left: 8px;
}

#qrdTermDetails .dropdown-list {
    position: absolute;
    top: 100%;
    /* left: 0; */
    width: 50%;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: white;
    /* box-shadow: 0 2px 5px rgba(0,0,0,0.15);  */
    box-shadow: 0px 8px 10px -6px #0000001A;
    box-shadow: 0px 20px 25px -5px #0000001A;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
}

#qrdTermDetails .dropdown-item {
    padding: 8px 12px;
    cursor: pointer;
    text-align: left;
    font-weight: 400;
}

#qrdTermDetails .dropdown-item:hover,
#qrdTermDetails .dropdown-item.selected {
    background-color: var(--plm-light-blue);
}

#qrdTermDetails ul,
li {
    overflow: visible !important;
}

#qrdTermDetails .dropdown-selected {
    background-color: var(--plm-white);
    border: 1px solid var(--plm-secondary);
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--plm-black);
    width: 100px;
    height: 36px;
    overflow: hidden;
}

#qrdTermDetails .selected-text {
    padding: 0 13px;
    font-weight: 400;
}

#qrdTermDetails .dropdown-icon {
    width: 36px;
    height: 100%;
    background-color: var(--plm-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

#qrdTermDetails .dropdown-arrow {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 4px;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}

#qrdTermDetails .dropdown.open .dropdown-arrow {
    transform: rotate(-135deg);
}

#qrdTermDetails .dropdown.open .dropdown-list {
    display: block;
}

#qrdTermDetails .dropdown .dropdown-icon {
    padding-right: 3px;
    padding-top: 0px;
}
#qrdTermDetails .dropdown.open .dropdown-icon {
    padding-top: 5px;
}

.dataTables_count {
    color: var(--plm-muted) !important;
    font-size: var(--plm-fs-small);
	padding: 1.5rem 2.5rem;
    border-top: 1px solid var(--table-cell-border);
	margin: 0rem 5rem; 
}

.plm-footer {
  background-color: var(--plm-primary);
  padding: 2.5rem var(--spacing-left-right);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
    position: static;
    margin-top: auto;
}

.plm-layout-active {
    padding-bottom: 0;
}

.plm-layout-active .plm-footer {
    position: static;
    margin-top: auto;
}

.plm-footer-logos svg {
  max-height: 5rem;
}

.plm-footer-logos img {
    max-height: 5rem;
    width: auto;
}

.plm-footer-links {
  margin-bottom: 2rem;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

.plm-footer a {
  color: var(--plm-white);
  font-size: var(--plm-fs-h3);
  line-height: var(--plm-lh-h3);
}

.plm-footer-logos {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 4rem;
}

@media screen and (min-width: 1024px) {
  .plm-footer-links {
    gap: 5rem;
    flex-direction: row;
  }
  .plm-footer-logos {
    gap: 6rem;
    flex-direction: row;
  }
  .plm-footer-logos img {
    max-height: 6rem;
  }

}
/*consideration for few devices*/
@media screen and (max-width: 1024px) {
  .plm-footer {
    padding: 2rem var(--spacing-left-right);
  }
  .plm-footer-links {
    gap: 1rem;
    flex-direction: column;
  }
  .plm-footer-logos {
    flex-direction: column;
    gap: 4rem;
  }
}

.plm-footer-copyright {
  margin-bottom: 0;
}


/*======================
Header
===================*/
.plm-header-container .plm-header {
  background-color: var(--plm-white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem var(--spacing-left-right);
  font-size: var(--plm-fs-h3);
  gap: 3rem;
}

.plm-header-container .plm-header .navbar-brand {
  padding: 0;
  display: flex;
  align-items: center;
  height: auto;
}

.plm-header-container .plm-header .navbar-brand svg,
.plm-header-container .plm-header .navbar-brand img {
  height: 60px;
}

.plm-header-container .plm-header ul.nav li a.userProfile {
  padding-left: 0.5rem;
  margin-left: 1rem;
}

.plm-header-container .plm-header ul.nav svg {
  fill: var(--plm-secondary);
}

@media screen and (max-width: 1024px) {
  .plm-header-container .plm-header .navbar-brand svg,
  .plm-header-container .plm-header .navbar-brand img {
    height: 40px;
  }
  .plm-header-container .plm-header {
    padding: 1.5rem var(--spacing-left-right);
    flex-direction: column;
    gap: 2rem;
  }
}

.plm-header-container ul.nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.plm-header .nav li a {
  padding: 0.5rem;
  margin-left: 0;
  color: var(--plm-black) !important;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

ul.nav li a:hover {
  color: var(--plm-primary);
  border-radius: var(--border-radius-menu);
  background: var(--dark-1);
}

ul.nav li a:focus {
  background: var(--dark-1);
  border-radius: var(--border-radius-menu);
}
ul.nav li a:active {
  background: var(--dark-1);
  border-radius: var(--border-radius-menu);
}

ul.nav .signIn {
  font-size: var(--plm-fs-h3);
  line-height: 18px;
  padding: 8px 16px;
  border-radius: 4px;
  background-color: var(--plm-secondary);
  color: var(--plm-white);
  border: 1px solid var(--plm-secondary);
  margin-left: 20px;
}

ul.nav .signIn:hover {
  background-color: var(--plm-dark-blue);
  color: var(--plm-white);
  border: 1px solid var(--plm-secondary);
  text-decoration: none;
}

/*svg icons*/
ul.nav svg.chevronDown {
  fill: var(--plm-faded-secondary);
  display: inline-block;
}

ul.nav svg.userIcon {
  fill: var(--plm-black);
  display: inline-block;
}

/*drop down menu*/
ul.dropdown-menu {
  border-radius: var(--border-radius-menu);
  background: var(--plm-white);
  box-shadow: 0px 0px 50px -12px rgba(0, 0, 0, 0.25);
  border: none;
  padding: 0;
}
ul.dropdown-menu .divider {
  margin: 0;
}

.plm-header .dropdown-menu li a {
  color: var(--plm-black) !important;
  margin-left: 0;
  font-size: var(--plm-fs-h3);
  padding: 12px 20px;
  border: none;
  background-color: #fff;
}

ul.dropdown-menu li a:hover,
ul.dropdown-menu li a:focus,
ul.dropdown-menu > .active > a,
ul.dropdown-menu > .active > a:hover,
ul.dropdown-menu > .active > a:focus {
  background-color: var(--plm-light-blue);
  color: var(--plm-primary);
  border-radius: 0;
  padding: 12px 20px;
  border: none;
}

/*overall dropdown has border radius, the a links first and last child should also have border radius*/
ul.dropdown-menu li:first-child a,
ul.dropdown-menu li:first-child a:hover {
  border-top-left-radius: var(--border-radius-menu);
  border-top-right-radius: var(--border-radius-menu);
}
ul.dropdown-menu li:last-child a,
ul.dropdown-menu li:last-child a:hover {
  border-bottom-left-radius: var(--border-radius-menu);
  border-bottom-right-radius: var(--border-radius-menu);
}
