#buttonInHeader {
    margin: 11px 0 0 12px !important;
}
  
.dc-button {
      font-size: 14px;
      line-height: normal !important;
      width: 147px;
      display: flex !important;
      align-items: center; 
      justify-content: center;
      background: #0078D4 !important;
      border-radius: 2px;
      border-color: #0078D4 !important;
      color: #FFFFFF !important;
}

section:first-of-type {
    overflow: visible;
}

.CoveoSearchbox .CoveoSearchButton {
    background-color: #FFFFFF!important;
}


.dc-popover-content-user-profile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 16px;
    width: 273px;
    background: #FFFFFF;
    border-radius: 4px;
    filter: drop-shadow(0px 0.6px 1.8px rgba(0, 0, 0, 0.1)) drop-shadow(0px 3.2px 7.2px rgba(0, 0, 0, 0.13));
    gap: 16px;
    border-radius: 4px !important;
}

.dc-popover-user-profile-header {
    background: #FFFFFF !important;
    border-radius: 4px !important;
}

.dc-user-detail-section {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    height: 50px;
}

.user-info {
    display: flex;
    flex-direction: column;
}

.user-img-persona,
.user-img-persona img {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    max-width: unset !important;
}

.dc-user-profile-clickable-link {
    font-family: 'Segoe UI' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #0078D4 !important;
    padding: 0px !important;
    cursor: pointer;
}

.user-profile-extralinks {
    display: flex;
    flex-direction: column;
    gap: 9px;
    width: 100%;
}

.dc-logged-user-name {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: #201F1E;
    font-size: 14px !important;
}

.dc-logged-user-pic, .dc-logged-user-pic img {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    width: 32px;
    height: 32px;
    border-radius: 16px;
}

.user-info > .name {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    word-break: break-all;
}

.user-info > .email {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.dc-hr-seprator {
    border: 0.75px solid #C8C6C4;
}

.dc-profile-header-container {
    gap: 12px;
}