@font-face {
    font-family: 'WorkdayAdelleSans-Regular';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/workdayadellesans-regular.ttf');
}

@font-face {
    font-family: 'WorkdayAdelleSans-Medium';
    font-style: medium;
    font-weight: 400;
    src: url('../fonts/workdayadellesans-medium.ttf');
}

@font-face {
    font-family: 'WorkdayAdelleSans-Bold';
    font-style: bold;
    font-weight: 400;
    src: url('../fonts/workdayadellesans-bold.ttf');
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

.font-weight-medium {
    font-family: 'WorkdayAdelleSans-Medium';
    font-weight: 400;
}

.font-weight-bold,
strong,
b {
    font-family: 'WorkdayAdelleSans-bold';
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

html {
    background: #fff;
    font-family: 'WorkdayAdelleSans-Regular';
    font-size: 15px;
}

body {
    font-family: 'WorkdayAdelleSans-Regular';
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'WorkdayAdelleSans-Regular';
}

.slds-input,
.slds-select,
.slds-textarea {
    color: #000000;
}

.heading-1 {
    font-family: 'WorkdayAdelleSans-bold';
    font-size: 36px;
    line-height: 42px;
    color: #000;
}

.heading-2 {
    font-family: 'WorkdayAdelleSans-bold';
    font-size: 32px;
    line-height: 40px;
    color: #000;
}

.heading-3 {
    font-family: 'WorkdayAdelleSans-bold';
    font-size: 24px;
    line-height: 30px;
    color: #333;
}

.txt-18 {
    font-size: 18px !;
}

.txt-11 {
    font-size: 11px;
}

.txt-12 {
    font-size: 12px !important;
}

.txt-13 {
    font-size: 13px !important;
}

.txt-14 {
    font-size: 14px !important;
}

.txt-15 {
    font-size: 15px !important;
}

.txt-16 {
    font-size: 16px !important;
}

.txt-18 {
    font-size: 18px !important;
}

.txt-20 {
    font-size: 20px !important;
}

.txt-24 {
    font-size: 24px !important;
}

.txt-28 {
    font-size: 28px !important;
}
.txt-40{
    font-size: 40px;
}
.line-height-48{
    line-height: 48px;
}
.m-left-54{
    margin-left: 54px;
}
.black-pepper {
    color: #333333 !important;
}

.light-grey-3 {
    color: #7B858F;
}

.line-height-42 {
    line-height: 42px;
}

.light-black {
    color: #1E1E1E !important;
}

.d-flex {
    display: flex;
}

.lcc-custom-modal .d-flex .custom-combobox .slds-form-element{
    margin-bottom:0;
}.lcc-custom-modal .d-flex .custom-slds-input .slds-form-element {
    margin-bottom: 0 !important;
}

.loader-content-area {
    display: flex;
    align-items: center;
    justify-content: center;
}

.label-hidden .slds-form-element__label {
    display: none;
}

span.required-field::before {
    content: "*";
    color: red;
    margin-left: 3px;
}

.left-padding {
    padding-left: 60px;
}

.m-top-40 {
    margin-top: 40px;
}

.m-top-42 {
    margin-top: 42px;
}

.m-right-32 {
    margin-right: 32px;
}

.m-right-16 {
    margin-right: 16px;
}

.p-vertical-32 {
    padding: 32px 0;
}

.m-vertical-16 {
    margin: 16px 0;
}

.m-right-8 {
    margin-right: 8px;
}

.line-height-20 {
    line-height: 20px;
}

.line-height-24 {
    line-height: 24px;
}

.line-height-40 {
    line-height: 40px !important;
}

.blue {
    color: #1589ee;
    text-decoration: none;
}

.padding-0 {
    padding: 0 !important;
}

.margin-0 {
    margin: 0 !important;
}

.txt-black {
    color: #000 !important;
}

/* ------------buttons css-------------- */
.clear-btn {
    color: #4F4F4F !important;
    font-size: 11px;
}

.clear-btn:hover {
    color: #0875e1 !important;
    font-size: 11px;
}


 .primary-medium,  .primary-medium button {
    font-family: 'WorkdayAdelleSans-Bold';
    border-radius: 24px;
    border-color: transparent !important;
    padding: 10px 24px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.24px;
    background: #0875e1 !important;
    color: #fff !important;
    min-width: 120px;
    white-space: nowrap;
}

lightning-button.primary-medium{
    padding:0;
}

.slds-button[disabled] {
    opacity: 0.4 !important;
}

.primary-medium:hover, lightning-button.primary-medium button:hover {
    background-color: rgb(0, 92, 185) !important;
}

.primary-medium:focus, lightning-button.primary-medium button:focus {
    box-shadow: rgb(255 255 255) 0px 0px 0px 2px, rgb(8 117 225) 0px 0px 0px 4px;
}

.primary-medium:active, lightning-button.primary-medium button:active {
    background-color: rgb(0, 67, 135);
}

.txt-right {
    text-align: right;
}

.txt-grey {
    color: #494949;
}

.txt-esc {
    color: #FF792E !important;
}


.txt-grey-3 {
    color: #333333;
}

[disabled],
.disabled {
    cursor: default;
    text-decoration: none;
}

div.disabled-div {
    opacity: 0.4;
    cursor: not-allowed;
}

.disabled-div .input-with-icon.custom-input{
    pointer-events: none;
}
.disabled-div .slds-icon_container{
    pointer-events:none;
}
[disabled] [disabled],
.disabled .disabled,
.disabled [disabled] {
    opacity: 1 !important;
}

.secondary-medium {
    font-family: 'WorkdayAdelleSans-Bold';
    border-radius: 24px;
    padding: 10px 24px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    letter-spacing: 0.24px;
    border: 1px solid rgb(51, 51, 51);
    min-width: 120px;
    background: #fff !important;
}

.secondary-medium:hover {
    background: rgb(51, 51, 51) !important;
    color: rgb(255, 255, 255) !important;
}

.secondary-medium:disabled, .secondary-medium:disabled:hover {
    background-color: transparent !important;
    border-color: rgb(51, 51, 51);
    color: rgb(51, 51, 51) !important;
}

  button.secondary-medium.icon-btn:hover svg path, button.secondary-medium.icon-btn:active svg path{
    fill: #fff;
  }

  button.secondary-medium:disabled.icon-btn:hover svg path, button.secondary-medium:disabled.icon-btn:active svg path{
    fill: #494949;
  }


.primary-medium:disabled:hover, lightning-button.primary-medium:disabled button:hover {
    background: #0875e1 !important;
}

.secondary-medium.icon-btn:disabled {
    opacity:0.4;
    cursor: not-allowed;
}

.secondary-medium:active {
    background: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
}

.secondary-medium:focus {
    box-shadow: rgb(255 255 255) 0px 0px 0px 2px, rgb(8 117 225) 0px 0px 0px 4px !important;
    color: #333333 !important;
    background: #fff !important;

}

.secondary-medium:focus:hover,
.secondary-medium:focus:active {
    box-shadow: rgb(255 255 255) 0px 0px 0px 2px, rgb(8 117 225) 0px 0px 0px 4px !important;
    color: #333333 !important;
    background: transparent;
}

.secondary-medium:disabled {
    background-color: transparent;
    border-color: rgb(51, 51, 51);
    color: rgb(51, 51, 51);
}

.tertiary-button {
    border: none !important;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #0875E1;
    letter-spacing: 0.24px;
    box-shadow: none;

}

.tertiary-button:active,
.tertiary-button:active:hover {
    background-color: rgb(232, 235, 237);
    color: rgb(0, 92, 185);
}

.tertiary-button:hover {
    background-color: rgb(240, 241, 242);
    color: rgb(0, 92, 185);
}

.tertiary-button:focus {
    color: rgb(0, 92, 185) !important;
    box-shadow: rgb(255 255 255) 0px 0px 0px 0px, rgb(8 117 225) 0px 0px 0px 2px !important;
    background: #fff !important;
}

.tertiary-button:focus:hover {
    background-color: rgb(240, 241, 242) !important;
    color: rgb(0, 92, 185);
}


/* header css start here */

.custom-comm-header {
    min-height: 80px;
    background: #0875E1;
}

.main-content-area {
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 56px;

}

.custom-comm-header .logo-space {
    padding: 24px 0;
    max-width: 1280px;
    padding: 24px 56px;
    margin: 0 auto;
}

.logo-text {
    font-size: 18px;
    margin-left: 20px;
    padding: 0px 34px 0px 20px;
    border-left: 1px solid #CED3D9;
    height: 32px;
    line-height: 32px !important;
    color: #fff;
    max-width: 215px;
    white-space: nowrap;
}

/* content css start here */

.custom-org-tab .slds-tabs_default__link {
    line-height: normal;
    padding: 16px;
    height: auto;
}

.custom-org-tab .slds-tabs_default__item.slds-is-active .slds-tabs_default__link {
    font-weight: 400;
}

.custom-org-tab .slds-tabs_default__item.slds-is-active {
    color: #0875E1;
    text-decoration: none !important;
    outline: 0;
}

.custom-org-tab .slds-tabs_default__item.slds-is-active:after {
    height: 4px !important;
    background: #0875E1;
    border-radius: 3px 3px 0px 0px;
    margin: 0 16px;
}

.custom-org-tab .slds-tabs_default__item a:hover {
    background: #e8ebed;
    color: #5e6a75 !important;
    border-radius: 4px 4px 0px 0px;
}

.custom-org-tab .slds-tabs_default__item.slds-is-active a:hover {
    background: transparent !important;
    color: #0875E1 !important;
}

.custom-org-tab .slds-tabs_default__item:hover:after {
    height: 0;
}

.custom-org-tab .slds-tabs_default__item.slds-is-active a span:focus {
    color: #0875E1 !important;
    border: 2px solid #0875E1;
    text-decoration: none !important;
    border-radius: 0;
    box-sizing: border-box;
}

.custom-org-tab .slds-tabs_default__item {
    padding: 0;
    margin-left: 16px;
}

/* Card css start here */
.custom-com-card {
    border: 1px solid #CED3D9;
    border-radius: 8px;
    padding: 18px 24px;
    box-shadow: 0px 1px 4px 0px #1F262E1F !important;    
}

.custom-com-card .slds-progress-bar {
    border-radius: 20px;
    background: #E8EBED !important;
    height: 8px;
    margin-top: 4px;
}

.custom-com-card .slds-progress-bar__value {
    background: #0875E1;
    border-radius: 20px;
}

.custom-com-card .card-head {
    color: #000;
    font-size: 15px;
    letter-spacing: 0.2px;
    line-height: 22px;
}

.custom-com-card .bar-value {
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.2px;
}

.custom-com-card .bar-value strong {
    font-family: 'WorkdayAdelleSans-Bold';
    font-size: 18px;
}

.custom-com-card .view-details a {
    font-family: 'WorkdayAdelleSans-Bold';
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #0875E1 !important;
    text-decoration: underline !important;
}

.custom-com-card .view-details a:hover {
    text-decoration: none !important;
}

/* side bar css start here */
.side-bar-card {
    border: 1px solid #CED3D9;
    padding: 18px 24px;
    border-radius: 8px;
}

.side-bar-card .side-bar-card-head {
    font-family: 'WorkdayAdelleSans-Bold';
    font-size: 20px;
    line-height: 26px;
    color: #000;
}

.side-bar-card .side-progress-bar .slds-progress-bar {
    background: #E8EBED;
    border-radius: 20px;
    height: 8px;
}

.side-bar-card .side-progress-bar .slds-progress-bar .slds-progress-bar__value {
    background: linear-gradient(90deg, #77B9F2 50%, #3296ED 100%);
    border-radius: 20px;
    height: 8px;
}

/* helpful link section css start here */
.helpful-section {
    border: 1px solid #CED3D9;
    padding: 18px 24px;
    border-radius: 8px;
    box-shadow: 0px 1px 4px 0px #1F262E1F !important;
}

.helpful-section .helpful-head {
    font-size: 15px;
    line-height: 22px;
    color: #000;
    letter-spacing: 0.2px;
}

.helpful-section a.Primary-link {
    font-size: 12px !important;
    line-height: 22px;
    color: #0875E1 !important;
    font-family: 'WorkdayAdelleSans-Bold';
    text-decoration: underline !important;
}

.helpful-section a.Primary-link:hover {
    text-decoration: none !important;
}

.Primary-link {
    font-size: 13px;
    line-height: 22px;
    color: #0875E1;
    font-family: 'WorkdayAdelleSans-Bold';
    text-decoration: underline !important;
}

.Primary-link:hover {   
    text-decoration: none !important;
}

.llc a{
    text-decoration:underline !important; 
}

.llc a:hover{
    text-decoration:none !important; 
}

.helpful-section a {
    position: relative;
    margin-left: 11px;
    display: block;
}

.helpful-section a::before {
    position: absolute;
    content: "\2022";
    left: -10px;
    top: 0;
}

/* All Users with Role CSS start here */
.custom-slds-input input:focus,
.custom-slds-input .slds-textarea:focus,
.custom-search-box input:focus {
    border-color: rgb(8, 117, 225);
    box-shadow: rgb(8 117 225) 0px 0px 0px 1px inset;
    outline: none;
}

.custom-slds-input input:hover,
.custom-slds-input .slds-textarea:hover,
.custom-search-box input:hover {
    border-color: rgb(51, 61, 71);
}

.custom-search-box label {
    display: none;
}

.custom-search-box .slds-input {
    min-width: 150px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #333333;
    padding: 10px 40px;
    color: #333;
    font-family: 'WorkdayAdelleSans-Regular';
    letter-spacing: 0.24px;
    font-size: 14px;
}

.custom-search-box .slds-input-has-icon img.search-icon {
    position: absolute;
    left: 16px;
    top: 10px;
}

.custom-search-box .slds-input::placeholder {
    font-size: 14px;
    color: #5E6A75;
    line-height: 40px;
    height: 40px;
}

.custom-search-box button.slds-input__icon_right {
    position: absolute;
    left: auto;
    top: 17px;
    width: 20px;
    height: 20px;
    right: 12px;
}

.custom-search-box button.slds-input__icon_right:focus {
    border-radius: 100%;
}


.table-head-pagination {
    display: flex;
    justify-content: space-between;
    margin: 24px 0 8px 0;
    align-items: center;
}

.table-head-pagination .pagination {
    border-radius: 4px;
    border: 1px solid #CED3D9;
    display: inline-block;
}

.table-head-pagination .pagination a {
    font-size: 13px;
    color: #5E6A75;
    float: left;
    padding: 8px 0 !important;
    text-decoration: none;
    transition: background-color .3s;
    border-right: 1px solid #CED3D9;
}

.table-head-pagination .pagination a:last-child {
    border-right: 0;
}

.table-head-pagination .pagination a.active {
    background-color: #0875E1;
    color: #fff !important;
    overflow: hidden;
    border-radius: 4px;
}

.table-head-pagination .pagination a:hover:not(.active) {
    background-color: #ddd;
}

.pagination-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 16px;
}

.pagination-bar .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-bar .pagination .left-button button lightning-primitive-icon svg,
.pagination-bar .pagination .right-button button lightning-primitive-icon svg {
    margin-top: -4px;
}

.pagination-bar .pagination a.first-page {
    width: 32px;
    height: 32px;
    background: transparent;
    border-radius: 50%;
    position: relative;
}

.pagination-bar .pagination a.first-page:before {
    content: url(../images/pagination-first.svg);
    position: absolute;
    width: 32px;
    height: 32px;
    top: 6px;
    left: 5px;
    z-index: 99;
}

.pagination-bar .pagination a.last-page {
    width: 32px;
    height: 32px;
    background: transparent;
    border-radius: 50%;
    position: relative;
}

.pagination-bar .pagination a.last-page:before {
    content: url(../images/pagination-last.svg);
    position: absolute;
    width: 32px;
    height: 32px;
    top: 6px;
    left: 5px;
    z-index: 99;
}

.pagination-bar .pagination a {
    color: #494949 !important;
    padding: 8px 16px;
    text-decoration: none !important;
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
    font-family: 'WorkdayAdelleSans-Regular';
}

.pagination-bar .pagination a.active {
    background-color: #0875E1;
    color: #fff !important;
    border-radius: 50%;
}

.pagination-bar .pagination a.active.radius {
    border-radius: 50% !important;
    padding: 6px 14px !important;
}

.pagination-bar .pagination a:hover:not(.active) {
    background-color: #e8ebed !important;
    border-radius: 50%;
    color: #494949;
    text-decoration: none;
}

.pagination-bar .pagination .slds-button {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    border: none !important;
    box-shadow: none !important;
}

.pagination-bar .pagination .slds-button:hover,
.pagination-bar .pagination a.last-page:hover,
.pagination-bar .pagination a.first-page:hover {
    background: #e8ebed !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    border: none !important;
    box-shadow: none !important;
}

.pagination-bar .pagination a.last-page:focus,
.pagination-bar .pagination a.first-page:focus,
.pagination-bar .pagination .slds-button:focus {
    outline: 3px solid #494949;
    outline-offset: 2px;
    border-radius: 1px !important;
    background: transparent !important;
}

.pagination-bar .pagination a.last-page.disabled:focus,
.pagination-bar .pagination a.first-page.disabled:focus {
    outline: none;
    background: transparent !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    border: none !important;
    box-shadow: none !important;

}

.pagination-bar .pagination-txt {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

/* Custom-pagination css start here */
.custom-pagination .paginationBtn {
    width: 32px !important;
    color: #494949 !important;
    font-size: 14px !important;
    height: 32px !important;
    padding: 0;
    /*GTMPRM-4176 PPT defect fix*/
}

.custom-pagination .btn-active {
    width: 32px !important;
    background: #0875E1 !important;
    font-size: 14px !important;
    height: 32px !important;
    padding: 0;
    /*GTMPRM-4176 PPT defect fix*/
}

.custom-pagination .slds-button_icon-bare {
    margin-bottom: 4px;
}

.custom-pagination .slds-button_icon-bare svg {
    fill: #7B858F;
    width: 12px !important;
    height: 12px !important;
}

.custom-pagination .slds-button_icon-bare svg[data-key="jump_to_right"],
.custom-pagination .slds-button_icon-bare svg[data-key="jump_to_left"] {
    width: 18px !important;
    height: 18px !important;
}

.pagination-bar .pagination a.active:focus {
    outline: 3px solid #494949;
    outline-offset: 2px;
}

.pagination-bar .pagination a.active:focus {
    box-shadow: 0 0 0 3px #494949;
}

/* All Users with Role CSS end here */

/* User details CSS start here */

.back-button-panel {
    padding-left: 16px;
}

.border-color-grey {
    border-color: #CED3D9;
}

.back-button-panel a {
    color: #0875E1;
    padding: 16px;
    display: inline-block;
}

.img-circle-large {
    border-radius: 50%;
    background: #0875E1 no-repeat url(../images/user-default-image.svg) center;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.img-circle-large img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.edit-icon {
    margin-right: 10.57px;
}

.custom-form-element .slds-form-element__label {
    font-size: 14px;
    margin-bottom: 8px;
    font-family: 'WorkdayAdelleSans-Medium';
    color: #494949;
    padding-bottom: 0 !important;
}

.custom-form-element .slds-input,
.custom-form-element .slds-select {
    font-size: 15px;
    color: #000;
    padding: 10px 8px;
    border-color: #7B858F;
    height: 40px;
    box-shadow: none !important;
}

.custom-form-element .slds-input:hover,
.custom-form-element .slds-select:hover,
.custom-form-element .slds-textarea:hover {
    border-color: #333D47;
}

.custom-form-element .slds-input:focus,
.custom-form-element .slds-select:focus,
.custom-form-element .slds-textarea:focus {
    border: 2px solid #0875E1 !important;
}

.custom-form-element .slds-input[disabled],
.custom-form-element .slds-input[disabled]:hover,
.custom-form-element .slds-select[disabled],
.custom-form-element .slds-select[disabled]:hover,
.custom-form-element .slds-textarea[disabled],
.custom-form-element .slds-textarea[disabled]:hover {
    opacity: 1 !important;
    background: #F6F7F8 !important;
    border-color: #A1AAB3;
    color: #A1AAB3;
}

.manage-contact-form .custom-form-element.required-field label:after {
    content: '*';
    color: rgb(255, 0, 0);
    margin-left: 0 !important;
}

.custom-form-element.required-field label:after {
    content: '*';
    color: rgb(255, 0, 0);
    margin-left: 3px;
}

.required-field label:after {
    content: '*';
    color: rgb(255, 0, 0);
    margin-left: 3px;

}

ul::-webkit-scrollbar {
    display: inline !important;
}

.custom-form-element.required-field abbr.slds-required,
.custom-combobox.required-field abbr.slds-required {
    display: none !important;
}

.content-area .slds-gutters .slds-col {
    padding-right: 16px;
    padding-left: 16px;
}

.custom-form-element .slds-form-element__static {
    height: 40px;
    padding: 10px 0px;
    color: #000;
    font-size: 15px;
}

.custom-pills.slds-pill_container {
    border: 0 !important;
}

.custom-pills.slds-pill_container .slds-listbox-item .slds-pill {
    padding: 2px 8px !important;
    border-radius: 4px;
    border: 1px solid #7B858F;
    background: #fff;
    margin-right: 8px;
}

.custom-pills.slds-pill_container .slds-listbox-item .slds-pill__label {
    font-size: 14px;
    color: #333 !important;
    line-height: 20px;
    letter-spacing: 0.24px;
    font-family: 'WorkdayAdelleSans-Medium';
}

.custom-pills.slds-pill_container .slds-listbox-item .slds-pill .slds-pill__remove {
    display: none;
}

.tenant-filter-selection-pills .slds-pill.slds-pill_link{
    border: 1px solid #ced3d9;
    outline: none;
    box-shadow: none;
    border-radius: 3px;    
    margin-right: 12px;
}

.tenant-filter-selection-pills .slds-pill__action{
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-family: 'WorkdayAdelleSans-Medium';
    padding: 2px 22px 2px 7px;
     text-decoration:none !important;
}

.tenant-filter-selection-pills .slds-pill__action:hover{
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-family: 'WorkdayAdelleSans-Medium';
    text-decoration:none !important;
}

/* ========custom toast css start here========= */
.custom-toast .slds-notify_container{
    width: 24% !important;
    left: 38% !important;
}
.custom-toast .slds-theme--info,
.slds-theme_info {
    background: #FFFFFF;
    box-shadow: 0px 10px 40px 0px #1F262E14;
    border-radius: 8px;
    color: #494949;
    border: 1px solid #CED3D9;
}

.custom-toast .slds-notify_toast {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    min-width: 0;
    max-width: 360px;
}

.custom-toast .slds-notify_toast:first-child {
    min-width: 0;
    max-width: 360px;
    margin-top: 120px;

}

.custom-toast .slds-media {
    align-items: stretch;
}

.custom-toast .slds-media__figure {
    background-color: #ffffff !important;
    margin-right: 0;
    padding: 16px;
    border-radius: 8px 0 0 8px;
}

.custom-toast.error-toast .slds-media__figure {
    background-color: #DE2E21 !important;
}

.custom-toast .slds-media__figure .slds-avatar {
    text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
}

.custom-toast .slds-media__body {
    padding: 14px 0;
    margin-right: 49px;
    min-height: 56px;
    min-width: 256px;
}

.custom-toast .slds-media__body p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #000;
}

.custom-toast .slds-notify_toast .slds-notify__close {
    top: 10px !important;
    right: 10px !important;

}

/* ======custom Modal css start here========= */
.custom-check-box {
    margin-top: 0 !important;
    margin-bottom: 16px !important;
    display: block;
    position: relative;
}

.custom-check-box .slds-checkbox__label {
    display: inline-flex;
}

.custom-check-box .slds-checkbox__label .slds-form-element__label {
    flex-basis: unset;
    max-width: unset !important;
}

.custom-check-box-group .slds-checkbox {
    margin-bottom: 16px !important;
}

.custom-check-box-group .slds-checkbox:last-child {
    margin-bottom: 0 !important;
}

.custom-check-box .slds-form-element__label,
.custom-check-box-group .slds-checkbox .slds-form-element__label {
    line-height: 20px !important;
    font-size: 14px !important;
    color: #494949 !important;
    cursor: pointer;
}

.custom-check-box input[type=checkbox]+.slds-checkbox__label .slds-checkbox_faux,
.custom-check-box-group .slds-checkbox input[type=checkbox]+.slds-checkbox__label .slds-checkbox_faux {
    width: 18px !important;
    height: 18px !important;
    border: 1px solid #7B858F !important;
    border-radius: 2px;
    box-shadow: none;
    cursor: pointer;
}

.custom-check-box .slds-checkbox__label .slds-checkbox_faux,
.custom-check-box-group .slds-checkbox .slds-checkbox__label .slds-checkbox_faux {
    margin-right: 11px !important;
}

.custom-check-box:hover .slds-checkbox_faux,
.custom-check-box-group .slds-checkbox:hover .slds-checkbox_faux {
    border: 1px solid #333D47 !important;
}

.custom-check-box .slds-checkbox_faux:disabled,
.custom-check-box-group .slds-checkbox .slds-checkbox_faux:disabled {
    background: #F6F7F8;
    border: 1px solid #A1AAB3;
    pointer-events: none;
}


.custom-check-box .slds-checkbox input[type=checkbox]:checked:disabled+.slds-checkbox__label:hover::before,
.custom-check-box-group .slds-checkbox input[type=checkbox]:checked:disabled+.slds-checkbox__label:hover::before {
    cursor:not-allowed;
    background: #fff !important;
    border:none;
}
.custom-check-box .slds-checkbox input[type=checkbox]:checked:disabled+.slds-checkbox__label:hover .slds-checkbox_faux,
.custom-check-box-group .slds-checkbox input[type=checkbox]:checked:disabled+.slds-checkbox__label:hover .slds-checkbox_faux,
.custom-check-box.disabled .slds-checkbox__label:hover,
.custom-check-box.disabled .slds-checkbox__label .slds-checkbox_faux:hover {
    cursor:not-allowed;
}

.custom-check-box input[type=checkbox]:disabled+.slds-checkbox__label .slds-checkbox_faux,
.custom-check-box-group .slds-checkbox input[type=checkbox]:disabled+.slds-checkbox__label .slds-checkbox_faux {
    cursor: not-allowed;
}

.custom-check-box .slds-checkbox__label:hover::before,
.custom-check-box-group .slds-checkbox__label:hover::before {
    content: '';
    background: #F0F1F2;
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    top: -6px;
    left: -7px;
}

.custom-check-box input[type=checkbox]+.slds-checkbox__label:hover .slds-checkbox_faux,
.custom-check-box-group input[type=checkbox]+.slds-checkbox__label:hover .slds-checkbox_faux {
    border: 1px solid #333d47 !important;

}



.custom-check-box input[type=checkbox]:focus+.slds-checkbox__label .slds-checkbox_faux,
.custom-check-box-group .slds-checkbox input[type=checkbox]:focus+.slds-checkbox__label .slds-checkbox_faux {
    border: 2px solid #0875E1!important;
    box-shadow: none !important;
}

.custom-check-box input[type=checkbox]:checked+.slds-checkbox__label .slds-checkbox_faux,
.custom-check-box-group .slds-checkbox input[type=checkbox]:checked+.slds-checkbox__label .slds-checkbox_faux {
    background: #0875E1;
    border: 0 !important;
}

.custom-check-box input[type=checkbox][disabled]:checked+.slds-checkbox__label .slds-checkbox_faux,
.custom-check-box-group .slds-checkbox input[type=checkbox][disabled]:checked+.slds-checkbox__label .slds-checkbox_faux {
    background: #d4d1cc;
    border: 0 !important;
}

.custom-check-box input[type=checkbox]:focus:checked+.slds-checkbox__label .slds-checkbox_faux,
.custom-check-box-group .slds-checkbox input[type=checkbox]:focus:checked+.slds-checkbox__label .slds-checkbox_faux {
    box-shadow: rgb(255 255 255) 0px 0px 0px 2px, rgb(8 117 225) 0px 0px 0px 4px !important;
}

.custom-check-box [type=checkbox]:checked+.slds-checkbox__label .slds-checkbox_faux:after,
.custom-check-box-group .slds-checkbox [type=checkbox]:checked+.slds-checkbox__label .slds-checkbox_faux:after {
    border-bottom: 2px solid #fff !important;
    border-left: 2px solid #fff !important;
}
.custom-check-box .slds-has-error .slds-checkbox [type="checkbox"]:checked + .slds-checkbox__label .slds-checkbox_faux {
    background-color: #0875E1 !important;
}

.custom-check-box .slds-has-error .slds-checkbox [type=checkbox]+.slds-checkbox__label .slds-checkbox_faux {
    outline: 1px solid #C23934 !important;
}
.checkbox-display {
    width: 15px;
    height: 15px;
    border: 1px solid #494949;
    display: inline-block;
    position: relative;
    border-radius: 4px;
}

.checkbox-display.disabled{
    background-color: #F0F1F2;
    border-color: #A1AAB3;
}
  
.checkbox-display.checked::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 5px;
    transform: rotate(45deg);
    height: 8px !important;
    width: 4px;
    border-bottom: 2px solid #494949;
    border-right: 2px solid #494949;
}

.show-for-generate-pdf{
    display: none;
}

/* Custom filter modal css start here */

.lcc-custom-modal {
    max-width: 800px;
    padding: 0;
}

.lcc-custom-modal .templateModalContent {
    max-height: 400px;
    overflow-y: auto;
}
.lcc-custom-modal .templateModalContentDummy {
    border-bottom: 1px solid #d8d8d8;
} 
.lcc-custom-modal .custom-checkbox-container {
    background-color: #fdecec;   
    padding: 0.75rem 1rem;       
    border-radius: 0.5rem;       
}
.lcc-custom-modal .modalSubmitHeader {
    background-color: #DE2E21; 
    color: white;
    padding: 0.5rem;
    font-weight: bold;
    border-radius: 0.25rem;
}

.lcc-custom-modal .slds-modal__close {
    z-index: 99;
    top: 46px;
    right: 10px;
    border: 0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.lcc-custom-modal .slds-modal__close:hover {
    background: #e8ebed !important;
}

.lcc-custom-modal button.slds-modal__close:focus {
    box-shadow: 0 0 0 0px #FFFFFF, 0 0 0 2px #0875E1 !important;

}

.lcc-custom-modal .slds-modal__header {
    padding: 32px 32px 24px 32px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    border: 1px solid #CED3D9;
    border-bottom: none !important;
}

.lcc-custom-modal .custom-header .slds-modal .slds-modal__title {
    color: #333 !important;
}

.min-height-170 {
    min-height: 170px;  
}

.lcc-custom-modal .slds-form-element_horizontal .slds-form-element__label {
    font-size: 14px !important;
    line-height: 20px !important;
    color: #1E1E1E !important;
    padding: 0 0 8px !important;
    margin-bottom: 0;
    letter-spacing: 0.2px;
    font-family: 'WorkdayAdelleSans-Medium';
    /* max-width: calc(50% - 1.25rem); */
}

.lcc-custom-modal .custom-slds-input .slds-form-element_stacked:not(.slds-is-editing){
   padding:0;
}

.custom-label {
    font-size: 14px !important;
    line-height: 20px !important;
    color: #1E1E1E !important;
    padding: 0 0 8px !important;
    margin-bottom: 0;
    letter-spacing: 0.2px;
    font-family: 'WorkdayAdelleSans-Medium';
}

.lcc-custom-modal lightning-helptext {
    display: none;
}

.lcc-custom-modal .slds-form-element_horizontal:not(.slds-form-element_readonly) {
    margin-bottom: 19px !important;
}

.lcc-custom-modal .slds-form-element__static {
    color: #1E1E1E !important;
    font-size: 14px;
}

.lcc-custom-modal .slds-form-element__static a {
    color: #1E1E1E !important;
    font-size: 14px;
    text-decoration: none !important;
}

.lcc-custom-modal .slds-modal__header h4 {
    font-size: 20px !important;
    line-height: 34px;
    color: #333333;
    font-family: 'workdayadellesans-bold';
    font-weight: 400;
}

.lcc-custom-modal .custom-modal-list li {
    font-size: 14px;
    color: #000;
    margin-bottom: 24px;
}

.lcc-custom-modal .slds-modal__content {
    padding: 0 32px !important;
    border: 1px solid #CED3D9;
    border-bottom: none;
    border-top: none;
}

.lcc-custom-modal .slds-modal__footer {
    border-top: none !important;
    background: #fff !important;
    padding: 24px 32px 32px;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    border: 1px solid #CED3D9;
    border-top: none;
}

.lcc-custom-modal .slds-modal__container {
    overflow: hidden;
}

.max-height-32{
    max-height:32rem
}

.max-height-70{
    max-height:70rem
}

.scroll-y-only{
    overflow-x:hidden;
    overflow-y:auto;
}
.margin-right-5{
    margin-right:5px;
}

.margin-left-5{
    margin-left:5px;
}

/* add user css start here */
.custom-slds-input .slds-input {
    height: 40px;
    border-radius: 4px;
    border: 1px solid #7B858F;
    font-size: 14px;
    line-height: 22px;
    color: #494949 !important;
    padding: 10px 8px;
    font-family: 'WorkdayAdelleSans-Regular';
}

.custom-slds-input .slds-textarea {
    min-height: 40px;
    border-radius: 4px;
    border: 1px solid #7B858F;
    font-size: 14px;
    line-height: 22px;
    color: #494949 !important;
    padding: 10px 8px;
    font-family: 'WorkdayAdelleSans-Regular';
}
.custom-text-area .slds-form-element__label {
    font-size: 14px;
    font-family: 'WorkdayAdelleSans-Medium';
    color: #494949 !important;
   
}

.lcc-custom-modal .custom-text-area .slds-form-element__label {
    margin-bottom: 8px;
}


.custom-text-area .slds-textarea {
    min-height: 74px !important;
    font-size: 14px;
    font-family: 'WorkdayAdelleSans-Regular';
    color: #333d47;
    border: 1px solid #7B858F;
}

.custom-text-area .slds-textarea:focus,
.custom-slds-input .slds-input:focus {
    border: 2px solid #0875E1 !important;
    box-shadow: none;
    outline: none;
}


.custom-slds-input .slds-input[disabled],
.custom-slds-input .slds-textarea[disabled] {
    border: 1px solid #A1AAB3;
    color: #A1AAB3 !important;
    background-color: #F6F7F8;
}

.custom-combobox .slds-form-element__label,
.custom-slds-input .slds-form-element__label {
    font-size: 14px;
    font-family: 'WorkdayAdelleSans-Medium';
    color: #494949 !important;
}

.custom-slds-input input:focus,
.custom-slds-input .slds-textarea:focus {
    border-color: rgb(8, 117, 225);
    box-shadow: rgb(8 117 225) 0px 0px 0px 1px inset;
    outline: none;
}

.custom-slds-input input:hover,
.custom-slds-input .slds-textarea:hover {
    border-color: rgb(51, 61, 71);
}

.custom-slds-input.required-field label:after,
.custom-slds-textarea.required-field label:after,
.custom-combobox.required-field label:after {
    content: '*';
    color: rgb(255, 0, 0);
    margin-left: 3px;

}

.custom-radio .slds-radio input[type='radio']:checked+.slds-radio__label .slds-radio_faux {
    width: 18px !important;
    height: 18px !important;
    background: #0875E1;
    border-color: #0875E1;
}

.custom-radio .slds-radio [type='radio']:focus + .slds-radio__label .slds-radio_faux{
    box-shadow:0px 0px 0px 2px #FFFFFF, 0px 0px 0px 4px #0875E1 !important;
}

.custom-radio .slds-radio input[type='radio']:checked+.slds-radio__label .slds-radio_faux:focus,
.custom-radio .slds-radio input[type='radio']:checked+.slds-radio__label .slds-radio_faux:hover {
    background: #0875E1 !important;
    box-shadow: 0px 0px 0px 2px #FFFFFF, 0px 0px 0px 4px #0875E1 !important;
}

.custom-radio .slds-radio input[type='radio']+.slds-radio__label .slds-radio_faux {
    width: 18px !important;
    height: 18px !important;
    cursor: pointer;
}

.custom-radio .slds-radio input[type='radio']+.slds-radio__label .slds-radio_faux:focus,
.custom-radio .slds-radio input[type='radio']+.slds-radio__label .slds-radio_faux:hover {
    background: #FFFFFF;
    border: 2px solid #0875E1;
    box-sizing: border-box;
}

.custom-radio .slds-radio input[type='radio']:checked+.slds-radio__label .slds-radio_faux:after {
    background: #fff !important;
}
.custom-radio .slds-radio input[type='radio']:disabled+.slds-radio__label .slds-radio_faux:focus,
.custom-radio .slds-radio input[type='radio']:disabled+.slds-radio__label .slds-radio_faux:hover {
    background-color: #F3F3F3;
    border: 1px solid  #C9C9C9;
    cursor:not-allowed;
}
.custom-radio .slds-radio input[type='radio']:disabled+.slds-radio__label,
.custom-radio .slds-radio input[type='radio']:disabled+.slds-radio__label  {
    cursor:not-allowed;
}

.custom-radio .slds-radio input[type='radio']:disabled:checked+.slds-radio__label .slds-radio_faux, .custom-radio .slds-radio input[type='radio']:disabled:checked+.slds-radio__label .slds-radio_faux:hover, .custom-radio .slds-radio input[type='radio']:disabled:checked+.slds-radio__label .slds-radio_faux:focus {
    width: 18px !important;
    height: 18px !important;
    background: #cdcbc4 !important;
    border-color: #cdcbc4 !important;
    box-shadow: none !important;
}

.llc .custom-radio-group .slds-form-element__label, .llc .custom-radio .slds-form-element__label{
    color: #494949 !important;
    font-size: 14px !important;
    font-family: 'WorkdayAdelleSans-Regular';
}
/* combobox css start here */
.custom-combobox button.slds-is-disabled {
    background: #F6F7F8;
    border: 1px solid #A1AAB3;
    color: #A1AAB3;
}

.custom-combobox .slds-form-element__label,
.custom-slds-input .slds-form-element__label {
    font-size: 14px;
    font-family: 'WorkdayAdelleSans-Medium';
    color: #494949 !important;
}

.custom-combobox .slds-combobox__input {
    border: 1px solid #7B858F;
}

.custom-combobox .slds-combobox__input:focus {
    box-shadow: rgb(8 117 225) 0px 0px 0px 1px inset;
    outline: none;
}

.custom-combobox .slds-combobox__input {
    height: 40px;
    line-height: 40px !important;
    font-family: 'WorkdayAdelleSans-Regular';
    color: #494949;
    letter-spacing: 0.24 px;
    width: 100%;
    text-align: left;
    background: #fff;
    border-radius: 4px;
    font-size: 14px;
    padding: 0 35px 0 8px;

}

.custom-combobox .slds-input__icon {
    margin-top: -12px;
}

.custom-combobox button[disabled]+.slds-input__icon-group_right::before {
    cursor:not-allowed;
}

.custom-combobox .slds-input-has-icon .slds-input__icon {
    width: 24px;
    height: 24px;
}

.custom-combobox .slds-dropdown .slds-listbox_vertical .slds-listbox__option:hover,
.custom-combobox .slds-dropdown lightning-base-combobox-item:hover,
.custom-combobox .slds-dropdown lightning-base-combobox-item:focus,
.custom-combobox .slds-dropdown lightning-base-combobox-item.slds-has-focus {
    background: #D7EAFC;
    box-shadow: none !important;
}

.custom-combobox .slds-dropdown lightning-base-combobox-item .slds-media__figure {
    display: none;
}

.custom-combobox .slds-dropdown {
    border: 1px solid #CED3D9;
    box-shadow: 0px 6px 24px 0px #1F262E14;

}

.custom-combobox .slds-dropdown .slds-listbox_vertical .slds-listbox__option,
.custom-combobox .slds-dropdown lightning-base-combobox-item {
    font-size: 14px;
    color: #494949;
}

.custom-combobox .slds-form-element .slds-form-element__label {
    margin-bottom: 4px !important;
    padding-top: 0 !important;
}

.custom-combobox .slds-input__icon-group_right lightning-primitive-icon svg {
    display: none;
}

.custom-combobox .slds-input__icon-group_right::before {
    content: '';
    position: absolute;
    right: 12px;
    top: -5px;
    width: 24px;
    height: 24px;
    background: url(../images/combo-box-chevron-down.svg);
}

.custom-level-tile {
    border: 1px solid #CED3D9;
    border-radius: 8px;
    box-shadow: 0px 1px 4px 0px #1F262E1F;
    box-shadow: 0px 2px 8px 0px #1F262E14;
    padding: 20px 18px;
    height: 100%;
    min-height: 175px;
}

.custom-level-tile .custom-radio span.slds-form-element__label {
    display: inline-block;
    width: calc(100% - 32px);
    font-size: 14px;
    color: #000;
    letter-spacing: 0.24px;
    font-family: 'WorkdayAdelleSans-Medium';
    line-height: 20px;
    max-width: unset !important;

}

.custom-level-tile .custom-radio .slds-radio input[type='radio']+.slds-radio__label .slds-radio_faux {
    vertical-align: top;
    margin-top: 2px;
}

.custom-level-tile .info {
    font-size: 12px;
    color: #333333;
    line-height: 20px;
    letter-spacing: 0.2px;
    margin-top: 8px;
    padding-left: 27px;
}

/* ======header css==== */
header {
    position: sticky;
    top: 0;
    z-index: 8999 !important;
}

.wkd-sf-header .icons-nav {
    align-items: center;
}

.wkd-sf-header .top-row .icon-button.util-menu {
    position: relative;
    z-index: 1;
}

.wkd-sf-header .top-row .icon-button.util-menu:hover::before {
    content: "";
    position: absolute;
    background: #005cb9 !important;
    width: 32px;
    height: 32px;
    z-index: -1;
    top: 0;
    left: 2px;
    border-radius: 50%;
}

/* contact management css start here */
.border-right {
    border-right: 1px solid #DFE2E6;
}

.custom-table-head {
    color: #333333;
    font-size: 16px;
}

.custom-table-head span {
    color: #5E6A75;
    font-size: 14px;
}

.custom-table-head .sub-heading {
    color: #333333;
    font-size: 14px;
}

.summary-card {
    cursor: pointer;
}

.summary-card .slds-media__figure a {
    display: flex;
    width: 20px;
    height: 20px;
}


.summary-card .slds-media__figure img {
    transform: rotate(360deg);
}

.summary-card.summary-closed .slds-media__figure img {
    transform: rotate(270deg);
}

.summary-card .slds-media__body p {
    color: #494949;
    font-size: 22px;
    line-height: 30px;
}

.slds-gutters_x-large .slds-gutters_x-small .slds-col {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.card-user.deactivate img {
    opacity: 0.4;
}

.card-user.deactivate .bar-value {
    opacity: 0.4;
}

.card-user.deactivate .view-details {
    opacity: 0.4;
}

.custom-com-card.deactivate .card-user {
    opacity: 0.4;
}

.custom-com-card.deactivate .card-count {
    opacity: 0.4;
}

.custom-com-card.deactivate .view-details {
    opacity: 0.4;
}

/* table css */
.slds-gutters_x-large .slds-col .slds-gutters .slds-col {
    padding-right: .75rem !important;
    padding-left: .75rem !important;
}

.arrow-slide {
    cursor: pointer;
}

.arrow-slide .slds-media__figure img {
    transform: rotate(270deg);

}

.arrow-slide.slide-in .slds-media__figure img {
    transform: rotate(360deg);

}

.arrow-slide .slds-media__figure {
    margin-left: -6px;
}

.arrow-slide.slide-in .slds-media__figure {
    margin-left: -6px;
}

/* changes for case with case team members by vinay*/
.table-border_scroll .custom-data-table table tr td,
.table-border_scroll .custom-data-table table tr th {
    border-right: 1px solid #EBEBEB;
    width: 158px !important;
}

.table-border_scroll .custom-data-table table tr td:last-child,
.table-border_scroll .custom-data-table table tr th:last-child {
    border-right: none;
}

.table-border_scroll .custom-data-table{
    overflow-x: scroll;
    overflow-y: hidden;
}

.custom-data-table table tr td,
.custom-data-table table tr th {
    padding: 8px 16px !important;
    font-size: 14px;
    word-break: break-word;
    Line-height: 17px;
    white-space: normal;
    color: #494949;
}

.custom-data-table table tr td span.subvalue {
    font-size: 12px;
    color: #666666;
    letter-spacing: 0.24px;
    text-wrap: wrap;
}

.custom-data-table table {
    border: 1px solid #CED3D9;
    border-radius: 8px;
}

.custom-data-table table .media {
    display: flex;
    align-items: center;
}

.custom-data-table table tr {
    padding: 12px 8px !important;
    font-size: 13px;
    word-break: break-word;
    Line-height: 17px;
    white-space: normal;
}

.custom-data-table table tr td {
    border-top: 1px solid #DFE2E6 !important;
}

.custom-data-table .custom-inner-table table tr td {
    border-top: none !important;
}

.custom-data-table .custom-inner-table {
    margin-top: -2px;
    width: 100%;
    padding: 10px 30px;
    background: #fff;
}

.custom-data-table .custom-inner-table table {
    border: none !important;
}

.custom-inner-table a:focus {
  outline: 3px solid #0176d3;
  border-radius: 2px;
}

.custom-inner-table .slds-truncate:focus-within {
  overflow: visible;
}

.table-clm-align.link-align .custom-data-table table td.slds-cell_action-mode div {
    text-align:left;
    padding-left:0;
}

.table-clm-align.link-align .custom-data-table  {
    position:relative;
    z-index:999;
}

.custom-data-table .slds-table_bordered:not(.slds-no-row-hover) tbody tr:hover>td:not(.slds-is-selected) {
    box-shadow: none;
}

.case-team-check .slds-form-element {
    display: flex;
    align-items: center;
}

.case-team-check .slds-form-element .slds-form-element__label {
    color: #BDBDBD !important;
    font-size: 14px !important;
    padding-bottom: 0 !important;
    line-height: 20px !important;
    letter-spacing: 0.24px;
    max-width: 100% !important;

}

.case-team-check .slds-form-element .slds-checkbox .slds-checkbox_faux {
    width: 18px;
    height: 18px;
    border: 2px solid #7B858F;
    border-radius: 0 !important;
}

.case-team-check .slds-checkbox [type=checkbox][disabled]~.slds-checkbox_faux {
    background: #fff !important;
}

/* .custom-data-table table {
    overflow: hidden;
} */

.custom-data-table .slds-resizable__divider:before {
    background: transparent !important;
}

.custom-data-table .slds-table thead th {
    background-color: transparent !important;
}

.custom-data-table .slds-table thead  {
    background-color: transparent !important;
}

.custom-data-table .slds-table thead th .slds-has-flexi-truncate {
    min-height: 40px;
}

.custom-data-table .slds-table thead th:last-child .slds-has-flexi-truncate {
    justify-content: right;
}

.lcc-custom-modal .custom-data-table .slds-table thead th:last-child .slds-has-flexi-truncate {
    justify-content: left !important;
}

.lcc-custom-modal .custom-data-table .slds-table thead tr th {
    position: static;
}

.lcc-custom-modal .custom-data-table.contact-lookup .slds-table thead tr th:first-child {
    width: 180px;
}
.lcc-custom-modal .custom-data-table.contact-lookup .slds-table tr td .custom-radio .slds-radio__label  {
   display:flex;
}

.custom-data-table .slds-table thead th lightning-icon svg {
    fill: #7B858F;
    margin-right: 8px;
    width: 12px;
    height: 12px;
}

.custom-data-table .slds-table thead th lightning-icon.active-sort svg {
    fill: #0875E1;
    width: 12px;
    height: 12px;
}

.custom-data-table table th a.primary-link {
    font-family: 'WorkdayAdelleSans-Bold';
    display: block;
    line-height: 20px;
    font-size: 15px;
    letter-spacing: 0.43px;
    color: #0875E1;
    text-decoration: underline;
}

.custom-data-table table th .slds-th__action:hover {
    box-shadow: none;
}

.custom-data-table table th .slds-th__action:focus {
    box-shadow: none !important;
}

.custom-data-table table th span {
    font-family: 'WorkdayAdelleSans-medium';
    line-height: 17px;
    font-size: 14px;
    letter-spacing: 0.24px;
    color: #494949;
    text-decoration: none;
    white-space: normal !important;
}

.custom-data-table table th.slds-is-sortable {
    cursor: pointer;
}

.custom-data-table table td.slds-cell_action-mode div {
    white-space: normal !important;
}

.custom-data-table table td.slds-cell_action-mode div.slds-truncate {
    padding-top: 3px !important;
}

.custom-data-table a.chevron.collapse-in img {
    transform: rotate(90deg);
}

.custom-data-table a {
    color: #0875E1 !important;
    text-decoration: underline;
    font-family: 'WorkdayAdelleSans-Bold';
    cursor: pointer;
    text-decoration: underline !important;
}

.custom-data-table a:hover {
    text-decoration: none !important;
}

.custom-data-table .slds-resizable__divider:active:after,
.custom-data-table .slds-resizable__divider:focus:after,
.custom-data-table .slds-resizable__divider:hover:after {
    opacity: 0 !important;
}

.custom-data-table table > tbody > tr:nth-last-child(2) td:last-child{
    border-bottom-right-radius:8px;
}
.custom-data-table table > tbody > tr:nth-last-child(2) td:first-child{
    border-bottom-left-radius:8px;
}
.custom-Breadcrumbs .slds-breadcrumb__item:before {
    content: '' !important;
    position: absolute !important;
    left: -16px !important;
    top: -5px;
    width: 32px;
    height: 32px;
    background: url(../images/arrow-right-small.svg);
}

.custom-Breadcrumbs {
    margin-left: -14px;
}

.custom-Breadcrumbs .slds-breadcrumb__item:first-child:before {
    background: none;
}

.custom-Breadcrumbs .slds-breadcrumb__item a {
    font-size: 14px;
    color: #000000;
    padding: 0 16px;
}

.custom-Breadcrumbs ol li a {
    color: #0875E1 !important;
    padding-left: 0;
    text-decoration: underline !important;
}

.custom-Breadcrumbs ol li a:hover {
    text-decoration: none !important;
}

.custom-Breadcrumbs .slds-breadcrumb__item>a {
    padding: 0 16px;
    font-family: 'Workday Adelle Sans' !important;
}

.custom-Breadcrumbs .slds-breadcrumb__item span {
    padding-left: 14px !important;
    font-family: 'WorkdayAdelleSans-Regular';
    font-size: 14px !important;
    -webkit-font-smoothing: antialiased;
    color: #000000 !important;
}

.no-record {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 64px;
    flex-direction: column;
}

.no-record p {
    font-size: 15px;
    color: #333333;
    letter-spacing: 0.2px;
    line-height: 22px;
    opacity: 0.5;
}

/* Manage-contact-form-css */

.manage-contact-form .custom-horizontal-form .slds-form-element_horizontal .slds-form-element__label {
    font-size: 14px !important;
    line-height: 20px !important;
    color: #1E1E1E !important;
    letter-spacing: 0.2px;
    max-width: calc(26% - 1.25rem);
}

.custom-horizontal-form .slds-form-element_horizontal>.slds-form-element__label {
    font-size: 14px !important;
    line-height: 20px !important;
    color: #1E1E1E !important;
    padding: 0 0 8px !important;
    margin-bottom: 0;
    letter-spacing: 0.2px;
    font-family: 'WorkdayAdelleSans-Medium';
    max-width: calc(40% - 1.25rem);
}

.custom-horizontal-form .slds-form-element__static,
.custom-horizontal-form .custom-radio .slds-form-element__label,
.custom-horizontal-form .custom-check-box .slds-form-element__label {
    color: #1E1E1E !important;
    font-size: 14px !important;
    font-family: 'WorkdayAdelleSans-Regular';
    letter-spacing: 0.24px;
}

.custom-slds-input .slds-form-element {
    margin-bottom: 10px !important;
}

.custom-slds-input.abbr-hidden label abbr.slds-required{ 
    display: none;
}

.abbr-hidden  abbr.slds-required{ 
    display: none;
}

.iti__country-container {
    max-height: 40px;
    min-width: 90px;
}

.iti__country-container {
    border-radius: 4px;
    border: 1px solid #7B858F;
}

.iti--allow-dropdown .iti__country-container .iti__selected-country {
    background: transparent !important;
}

.country-code.disabled .iti--allow-dropdown .iti__country-container .iti__selected-country {
    background: #F6F7F8 !important;
    width: 100%;
}

.country-code.disabled .iti__country-container {
    border: 1px solid #A1AAB3 !important;
    color: #A1AAB3;
}

.country-code.disabled .iti--allow-dropdown .iti__country-container .iti__arrow {
    border-top: var(--iti-arrow-height) solid #A1AAB3;
}

.custom-helptext.required-field lightning-helptext .slds-form-element__icon {
    position: absolute;
    margin-left: 10px;
}

.custom-helptext lightning-helptext .slds-form-element__icon {
    position: absolute;
    margin-left: 0;
}

.country-code.disabled input.phoneField {
    width: calc(100% - 94px);
    height: 40px;
    border: 1px solid #7B858F;
    border-radius: 4px;
    color: #494949;
    margin-left: 94px !important;
    padding: 8px 10px !important;
    font-size: 14px;
}

.country-code input.phoneField {
    width: calc(100% - 94px);
    height: 40px;
    border: 1px solid #7B858F;
    border-radius: 4px;
    color: #494949;
    margin-left: 94px !important;
    padding: 8px 10px !important;
    font-size: 14px;
}

.lcc-custom-modal .custom-radio .slds-radio__label .slds-form-element__label {
    color: #494949 !important;
}

.lcc-custom-modal  .custom-text-area .slds-textarea {
    height: 75px;
    border: 1px solid #7B858F;
}

/* NSC Admin transfer */

.custom-progress-bar {
    position: relative;
    max-width: 368px;
}

.progress-bar-value {
    position: absolute;
    right: -40px;
    top: -3px;
}

.custom-progress-bar .slds-progress-bar {
    border-radius: 7px;
    background: #E8EBED !important;
    height: 14px;
}

.custom-progress-bar .slds-progress-bar__value {
    background: #0875E1;
    border-radius: 7px;
    height: 14px;
}

.hide-required abbr {
    display: none;
}

.cm-area {
    padding-left: 32px;
}

.comm-page-custom-user-management .content-area-ipe-global {
    margin-top: 95px;
}

.slds-form-element_horizontal .slds-form-element__help {
    margin-left: 0 !important
}

.custom-horizontal-form{
    display: flex;
}

.account-team-member .custom-data-table .slds-table thead th:last-child .slds-has-flexi-truncate {
    justify-content: left;
}

.table-clm-align .custom-data-table .slds-table thead th:last-child .slds-has-flexi-truncate {
    justify-content: left;
}

.remove-user lightning-button-icon .slds-button {
    position: absolute;
    left: 120px;
    top: 2px;
}
.custom-datatable thead th .slds-cell-fixed {
    height: 64px !important;
}

.clear-all-btn .clear-txt {
    display: block;
    font-size: 14px !important;
    line-height: 16px;
    padding: 4px !important;
    text-decoration: underline !important;
}

.exclamation-msg.pink {
    background: #FFF7EC;
    padding: 12px 24px
}

.slds-spinner_container {
    background: rgba(255, 255, 255, 0.75) !important;
}

a.link-text-label {
    position: absolute;
    top: 40px;
    left: 0;
    font-family: 'WorkdayAdelleSans-Bold';
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #0875E1;
    text-decoration: underline;
}

a.link-text-label:hover,
a.link-label:hover {
    text-decoration: none;
}

a.link-label {
    font-family: 'WorkdayAdelleSans-Bold';
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #0875E1 !important;
    text-decoration: underline !important;
}

/* NSCA add-new-contact-css */
.txt-black-paper {
    color: #333;
}

.m-vertical-24 {
    margin: 24px 0;
}

.note-section {
    background: #FFF7EC;
    padding: 16px;
}

.custom-level-tile .custom-radio span.slds-form-element__label {
    display: inline-block;
    width: calc(100% - 32px);
    font-size: 14px;
    color: #000;
    letter-spacing: 0.24px;
    font-family: 'WorkdayAdelleSans-Medium';
    line-height: 20px;
    max-width: unset !important;
}

.required-field label:after {
    content: '*';
    color: rgb(255, 0, 0);
    margin-left: 3px;
}


.slide-arrow {
    position: relative;
}

.slide-arrow img {
    position: absolute;
    top: 8px;
    left: 90px;
}

.slide-arrow.closed img {
    rotate: 270deg;
}

.arrow .icon img{
    position:absolute;
    top:8px;
}

.arrow .icon.closed img{
     transform: rotate(270deg);
}
/*GTMGS-22824 - START*/
.primarynsca-reminder-msg{
    background: #FFE8DB;
    padding: 12px 24px;
}
.primarynsca-reminder-msg a{
    text-decoration: underline !important;
    color: #0875E1 !important;
 }
 
.primarynsca-reminder-msg a:hover{
    text-decoration: none !important;
}
/* Divider between announcements */
.announcement-divider {
  height: 1px;
  background-color: #e3e5e6;
  margin: 0;
  border: none;
}
/*GTMGS-22824 - END*/
.reminder-msg{
    background: #FFE8DB;
    padding: 12px 24px;
}


.reminder-msg a{
    text-decoration: underline !important;
    color: #0875E1 !important;
 }
 
.reminder-msg a:hover{
    text-decoration: none !important;
}

.case-table table thead tr th:nth-child(1) {
    width: 450px;
}

.tm-table table thead tr th:nth-child(1) {
    width: 300px;
}
.tm-table table thead tr th:nth-child(5) {
    width: 151px;
}
.tm-table-left-align .custom-data-table table td.slds-cell_action-mode div {
    text-align:left !important;
    padding: 0;
}
/* ==case details page css start here== */


.llc .box-with-shadow {
    box-shadow: 0px 2px 8px rgba(31, 38, 46, 0.12);
    border-radius: 8px;
    padding: 24px;
}

.llc .attachment-area {
    background: #F6F7F8;
    border: 1px dashed #7B858F;
    border-radius: 4px;
    padding: 36px;
    text-align: center;
}

.llc .box-scroll::-webkit-scrollbar-track {
    background-color: #ffffff;
}

.llc .box-scroll::-webkit-scrollbar {
    width: 8px;
}

.llc .box-scroll::-webkit-scrollbar:horizontal {
    height: 8px;
}

.llc .box-scroll::-webkit-scrollbar-thumb {
    background-color: #CED3D9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.llc .list-image {
    border-radius: 100%;
    width: 48px;
    height: 48px;
    overflow: hidden;
}

.llc .partner-contact {
    background-color: #ACECF3;
    font-size: 20px;
    font-family: 'WorkdayAdelleSans-Bold';
    display: flex;
    align-items: center;
    justify-content: center;
    color: #156973;
}

.llc .workday-contact {
    background: #A6D2FF;
    font-size: 20px;
    font-family: 'WorkdayAdelleSans-Bold';
    display: flex;
    align-items: center;
    justify-content: center;
    color: #004387;
}

.llc .customer-contact {
    background-color: #D2BEFA;
    font-size: 20px;
    font-family: 'WorkdayAdelleSans-Bold';
    display: flex;
    align-items: center;
    justify-content: center;
    color: #503882;
}

.llc .case-escalated {
    background: #FF792E;
    position: relative;
}

.llc .case-escalated p {
    display: none;
}


.llc .case-escalated:before {
    content: url(../images/arrow-up-white.svg);
    position: absolute;
    width: 16px;
    height: 16px;
    top: 15px;
    left: 15px;
    z-index: 99;
}

.llc .brand-color {
    color: #0875E1 !important;
}

.llc .custom-hr {
    background-color: #CED3D9 !important;
}

.llc .empty-state .slds-media__figure img {
    margin-right: 16px;
}

.llc .empty-state .info {
    font-size: 14px;
    color: #5E6A75;
    line-height: 24px;
}

.slds-checkbox.custom-check-box{
    display:block;
}

/* =========case team modal css start here============ */

.custom-modal-search .slds-input {
    min-width: 250px;
    height: 40px;
    padding: 10px 40px;
    background: #F0F1F2;
    border-radius: 4px;
    border: none;
}

.custom-modal-search img.search-icon {
    position: absolute;
    left: 8px;
    top: 8px;
}

.modal-pills {
    border: 1px solid #7B858F;
    padding: 8px;
    border-radius: 4px;
}

.modal-pills .slds-pill_container {
    border: none;
}

.modal-pills .slds-pill_container .slds-pill__remove {
    width: 20px;
    height: 20px;
}

.modal-pills .slds-pill_container .slds-pill {
    background: #DFE2E6;
    padding: 2px 4px;
    margin-bottom: 8px;
    border: none;
    box-shadow: none;
}

.modal-pills .slds-pill_container .slds-pill .slds-pill__label {
    color: #494949;
    font-size: 13px;
    font-family: 'WorkdayAdelleSans-Medium';
}

.modal-pills .slds-pill_container .slds-listbox_horizontal li {
    padding-right: 8px;
}

.case-team-modal .slds-media__figure .custom-check-box {
    margin-bottom: 0px !important;
    height: 18px;
}

/* ==case details page css end here== */

.llc lightning-helptext lightning-button-icon button:focus{
    box-shadow: none;
    outline: none;
}

.llc lightning-helptext lightning-button-icon button lightning-primitive-icon svg {
    visibility: hidden;
}

.llc lightning-helptext lightning-button-icon button::before {
    content: url(../images/help-info-icon.svg);
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: -6px;
    z-index: 99;
    margin-top: -12px;
}

.llc .slds-form-element__icon {
    padding-top: 0 !important;
}

.file-list>div:last-child hr {
    display: none;
}
.custom-modal .custom-text-area .slds-textarea:disabled {
    height: 75px;
    border: 1px solid #a1aab3;
    background:#f6f7f8;
    color:#a1aab3;
}
/* Close Request Survey css */

.custom-radio-group .slds-form-element__legend {
    font-weight: normal;
    margin-bottom: 16px;
    color: #000 !important;
    font-family: 'WorkdayAdelleSans-Medium' !important;
    font-size: 14px !important;
}

.custom-modal .survey-textarea .slds-form-element__label{
    font-family: 'WorkdayAdelleSans-Medium' !important; 
    color: #000 !important; 
    font-size: 14px !important;
}

.custom-radio-group legend abbr{
    display: none;
 }

.custom-text-area label abbr{
    display: none;
 }

.custom-radio-group.required-field legend:after {
    content: '*';
    color: rgb(255, 0, 0);
    margin-left: 3px;
}

.custom-radio-group.required-field label:after {
    display: none;
}

.custom-modal .custom-radio-group .slds-form-element__label{    
    color: #333 !important; 
    font-size: 14px !important;
    font-family: 'WorkdayAdelleSans-Regular';
}

.custom-modal .custom-radio-group  .slds-radio{
    margin-bottom: 8px;
}

.llc .custom-radio-group  .slds-radio{
    margin-bottom: 8px;
}

.file-upload{
    background: url("../images/file-upload-icon.svg");
    width: 38px !important;
    height: 40px;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 3px 3px 0;
}

.tooltip-down .custom-tooltip-component .slds-popover {
    top: 35px;   
    bottom: inherit;
}

.tooltip-down .slds-nubbin_bottom-left:before, .tooltip-down .slds-nubbin_bottom-left:after {    
    top: 0;   
}

.custom-tooltip-popover.slds-popover_tooltip{
    background-color:#000000;
}
.custom-tooltip-popover.slds-nubbin_bottom-left:before{
    background-color:#000000;
}
.custom-tooltip-popover.slds-nubbin_bottom-left:after{
    background-color:#000000;
}

.custom-tooltip-popover{
    position:relative; 
    opacity: 84%;
    font: 'WorkdayAdelleSans-Regular';  
    z-index: 1000; 
}

.custom-tooltip-component{
    position:relative; 
    opacity: 84%;
    font: 'WorkdayAdelleSans-Regular';   
    z-index: 990;
}

.custom-tooltip-component img{
    margin-top: -8px;
    margin-left: -5px;
}

.custom-radio .custom-tooltip-component{
    display:block;
    width:20px;
    height:20px;
}
.custom-radio .custom-tooltip-component img{
    position:relative;
    top:-2px;
    margin-top: 0;
    margin-left:0;
}

.custom-tooltip-component .slds-popover {
    display: none;
    position: absolute;
    z-index: 9999;
    opacity: 1;
    position: absolute;
    left: -15px;
    bottom: 35px;
    min-width: 150px;
    max-width: 220px;
}

.custom-tooltip-component:hover .slds-popover{
    display:block;

}

.custom-tooltip-component .slds-popover .slds-popover__body a{
    color:#fff;
}

.custom-tooltip-component .slds-popover .slds-popover__body span{
    color:#fff;
}

.custom-tooltip-component:focus .slds-popover{
    display:block;

}

.custom-tooltip-component:focus{
    box-shadow:none !important;
    outline:none;
    border:none;
}

.custom-tooltip-component img:focus + .slds-popover {
    display: block;
}

.custom-tooltip-component + .slds-popover {
    display: none;
}

.country-dropdown-up .country-code .iti--inline-dropdown .iti__dropdown-content{
    bottom:41px;
 }
 .country-dropdown-up .country-code .iti__country-container .iti__dropdown-content{
     width:220px !important;
 }

.edit-link{
    text-decoration: underline !important;
}

.edit-link:hover{
    text-decoration: none !important;
}

.survey-textarea .slds-form-element__help, .lcc-custom-modal .custom-radio-group .slds-form-element__help{
    color: #DE2E21 !important;
    font-size: 14px !important;
    font-family: 'WorkdayAdelleSans-Medium' !important; 
}

.lcc-custom-modal .custom-radio-group .slds-has-error .slds-radio [type="radio"] + .slds-radio__label .slds-radio_faux {
    border-color: #DE2E21 !important;
}

.survey-textarea .slds-has-error .slds-textarea {
    box-shadow: none;
    border: 2px solid #DE2E21 !important;
}


.custom-line-clamp span{
    display: block;
    overflow: hidden;
}

.maxHeight-100 span{
    max-height: 100px !important;
}
.maxHeight-200 span{
    max-height: 200px !important;
}
.maxHeight-300 span{
    max-height: 300px !important;
}
.maxHeight-400 span{
    max-height: 400px !important;
}
.maxHeight-500 span{
    max-height: 500px !important;
}

.custom-line-clamp a.clamp-btn{
    position: absolute;
    bottom: -5px;
    right: 0;
}



.cost-table .custom-data-table table tr td, .cost-table .custom-data-table table tr th {
  max-height: 150px;
}

/* create case css start here */

.llc .link{
    line-height: 24px;
    text-decoration: underline;
    display: block;
    font-family: 'WorkdayAdelleSans-Medium';
}

.llc .custom-input{
    min-height: 36px;
    border: 1px solid #7B858F;
    border-radius:4px;
    background: #fff;
    font-size: 14px;
    color: #494949;
    line-height: 20px;
}

.llc .custom-input input:focus, .llc .custom-input input:focus-visible{
    box-shadow: rgb(8 117 225) 0px 0px 0px 1px inset;
    outline:none;
    border:none;
}

.llc .input-with-icon{
  position: relative;
}

.llc .input-with-icon input::placeholder{
    color: #494949;
    font-size: 13px;
    font-family: 'WorkdayAdelleSans-Regular';
}
.llc .input-with-icon input{
    border: none;
    line-height: 20px;
    padding: 10px 8px;
    background: transparent;
    width:100%;
}

.llc .input-with-icon .input-box{
    border: none;
    line-height: 20px;
    padding: 10px 8px;
    background: transparent;
    width:100%;
}

.llc .custom-input.disabled{
    min-height: 36px;
    border: 1px solid #a1aab3;
    border-radius:4px;
    background: #f6f7f8;
    font-size: 14px;
    color: #a1aab3;
}

.llc .custom-input.disabled .slds-pill {
     pointer-events: none;
 }

.llc .custom-input{
    min-height: 36px;
    border: 1px solid #7B858F;
    border-radius:4px;
    background: #fff;
    font-size: 14px;
    color: #494949;    
}

.llc .custom-input.active{
    border:2px solid #0875e1;   
}

a.bredcom-icon {
    content: '';
    background: no-repeat url(../images/input-icon.svg);
    position: absolute;
    right: 6px;
    top: 7px;
    width: 24px;
    height: 24px;
}

.llc .input-with-icon.disabled a.bredcom-icon{
    content: '';
    background: no-repeat url(../images/input-icon-disabled.svg);
    position: absolute;
    right: 6px;
    top: 7px;
    width: 24px;
    height: 24px;
}

/* case category selection css start here */

.llc .product-collapse {
	position: absolute;
	z-index: 999;
	width: 813px;	
	left: 0;
	top:0;
}
.llc .product-panel {
    min-height: 280px;
    background: #FFFFFF;
    border: 1px solid #dfe2e6;   
    border-radius: 8px;
    width: 100%;
    box-shadow: 0px 1px 4px 0px #00000033;      
}
.llc .list-group-item {
    position: relative;
    display: block;
   line-height: 32px;
    background-color: #fff;
    border: 1px solid #dfe2e6;
}
.llc .list-group-custom.list-after-none .list-group-item {
    border: none;
}

.llc .list-padding{
	padding:0;
}
.llc .list-group-custom .list-group-item:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #929292;
    right: 8px;
    top: 50%;
    margin-top: -5px;
}

.llc .list-group-custom.list-after-none .list-group-item:after {
    display: none;  
}
.llc .list-group-custom .list-group-item .slds-form-element__label {
    font-family: 'WorkdayAdelleSans-Regular' !important; 
}

.llc .list-group-custom .list-group-item label {    
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.llc .list-group-custom .list-group-item.active {
    color: #494949;
    background-color: #D7EAFC;
    border-color: #dee2e6;
    margin-top: 0;
    border-top-width: 0;
}
.llc .list-group-custom .list-group-item {
    padding-left: 0.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 32px;
    max-width: 256px;
}
.llc .list-group-custom .list-group-item.disabled, .list-group-custom .list-group-item:disabled {
    background: #F0F1F2;
    border-color: #E8EBED;
    color: #7B858F;
}
.llc .max-height-196 {
    max-height: 196px;
}
.llc .list-group-custom .list-group-item {
    padding-left: 0.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 32px;
    max-width:100%;
}
.llc .border-top-bottom{
	border-top: 1px solid #dfe2e6;
	border-bottom: 1px solid #dfe2e6;
}
.llc .border{
	box-shadow: 0 0 1px inset;
}
.llc .list-group a{
	color: #494949 !important;
}
.llc .list-group-custom .list-group-item.active {
    color: #494949 !important;
    background-color: #D7EAFC;
    border-color: #dfe2e6;
    margin-top: 0;
    border-top-width: 0;
}
.llc .list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}
.llc .list-group-flush {
    border-radius: 0;
}
.overflow-auto {
    overflow: auto!important;
}

.llc .product-collapse .box-scroll::-webkit-scrollbar{
    width: 5px;
}

.bg-lightblue{
    background: #F5FAFA;
}

.llc .standared-list{
    padding-left: 16px;
}

.d-none{
    display: none;
}

.llc .standared-list ul{
    margin-left: 0;
}
.llc .standared-list li{
    font-size: 12px;
    color: #333;
    line-height: 20px;
    list-style: disc;
}
/* case category selection css end here */

.llc .product-collapse {
	position: absolute;
	z-index: 999;
	width: 813px;	
	left: 0;
	top:0;
}
.llc .product-panel {
    min-height: 280px;
    background: #FFFFFF;
    border: 1px solid #dfe2e6;   
    border-radius: 8px;
    width: 100%;
    box-shadow: 0px 1px 4px 0px #00000033;      
}


.llc .list-group-item {
    position: relative;
    display: block;
   line-height: 32px;
    background-color: #fff;
    border: 1px solid #dfe2e6;
}
.llc .list-group-custom.list-after-none .list-group-item {
    border: none;
}

.llc .list-padding{
	padding:0;
}
.llc .list-group-custom .list-group-item:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #929292;
    right: 8px;
    top: 50%;
    margin-top: -5px;
}

.llc .list-group-custom.list-after-none .list-group-item:after {
    display: none;  
}
.llc .list-group-custom .list-group-item .slds-form-element__label {
    font-family: 'WorkdayAdelleSans-Regular' !important; 
}

.llc .list-group-custom .list-group-item label {    
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.llc .list-group-custom .list-group-item.active {
    color: #494949;
    background-color: #D7EAFC;
    border-color: #dee2e6;
    margin-top: 0;
    border-top-width: 0;
}
/*.llc .list-group-custom .list-group-item {
    padding-left: 0.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 32px;
    max-width: 256px;
}*/
.llc .list-group-custom .list-group-item.disabled, .list-group-custom .list-group-item:disabled {
    background: #F0F1F2;
    border-color: #E8EBED;
    color: #7B858F;
}
.llc .max-height-196 {
    max-height: 196px;
}
.llc .list-group-custom .list-group-item {
    padding-left: 0.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 32px;
    max-width:100%;
    padding-right: 30px;
    text-decoration:none !important;
}
.llc .border-top-bottom{
	border-top: 1px solid #dfe2e6;
	border-bottom: 1px solid #dfe2e6;
}
.llc .border{
	box-shadow: 0 0 1px inset;
}
.llc .list-group a{
	color: #494949 !important;
}

.llc .dropdown-panel .list-dropdown .list-group a{
    text-decoration:none !important;
    padding:8px 16px
}

.llc .list-group-custom .list-group-item.active {
    color: #494949;
    background-color: #D7EAFC;
    border-color: #dfe2e6;
    margin-top: 0;
    border-top-width: 0;
}


.llc .list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}
.llc .list-group-flush {
    border-radius: 0;
}
.overflow-auto {
    overflow: auto!important;
}

.llc .product-collapse .box-scroll::-webkit-scrollbar{
    width: 5px;
}

.bg-lightblue{
    background: #F5FAFA;
}

.llc .standared-list{
    padding-left: 16px;
}

.d-none{
    display: none;
}
.llc .standared-list li{
    font-size: 12px;
    color: #333;
    line-height: 20px;
    list-style: disc;
}

.llc .custom-team-pills.slds-pill_container{
    border: 0 !important;
}

.llc .custom-team-pills.single-pill .slds-listbox-item .slds-pill{
    margin-bottom: 0 !important;
    margin-left: 0 !important;
}

.llc .custom-team-pills.slds-pill_container .slds-listbox-item .slds-pill{
    padding: 2px 8px !important;
    border-radius: 4px;
    border: 1px solid #7B858F;
    background: #E8EBED;
    margin-right: 8px;
    margin-bottom: 8px;
    box-shadow:none;
}

.llc .custom-team-pills.slds-pill_container .slds-listbox-item .slds-pill__label{
    font-size: 14px;  
    color: #333 !important;
    line-height: 20px;  
    letter-spacing: 0.24px;
    font-family: 'WorkdayAdelleSans-Medium';
    text-wrap: auto;
    cursor: pointer;	
}
.llc .custom-team-pills.slds-pill_container .slds-listbox-item .slds-pill .slds-pill__remove {
    width: 20px;
    height: 20px;
} 

.llc .custom-team-pills{
    padding: 8px 37px 8px 5px;
}


.llc .dropdown-collapse {
	position: absolute;
	z-index: 999;
	width: 100%;
}

.llc .dropdown-collapse .slds-col.slds-size_1-of-1{
    padding-left: 24px;
    padding-right: 24px;
}

.llc .modal-case-team .dropdown-collapse {
    bottom: 35px !important;
}

.llc .modal-case-team .dropdown-collapse .slds-col.slds-size_1-of-1{
    padding-left: 24px;
    padding-right: 24px;
}

.llc .dropdown-panel {
	background: #FFFFFF;
	border: 2px solid #DFE2E6;
	box-shadow: 0px 24px 32px 0px #00000029;
	border-radius: 4px;
	width: 100%;
	overflow: hidden;
	margin-top: -1px;

}
.llc .list-dropdown .list-group a {
	position: relative;
	padding: .5rem 1.25rem;
}

.llc .all-cases, .my-cases {
	width: 400px;
}

.llc .link-primary{
    color: #0875e1;
}
.llc .list-icon{
    position: relative;
}
.llc .list-icon:after{
    background:no-repeat url(../images/cases-right-arrow.svg);
    background-size: 12px 12px;
	right: 4px;
	top: 14px;
	width: 24px;
	height: 24px;
	content: '';
	position: absolute;
}
.llc .border-bottom{
    border-bottom: 1px solid #CED3D9;
}

.llc .inline-edit-panel {
    position: absolute;
    background: #FFFFFF;
    z-index: 999;
    top:-20px;
    left: 390px;
    border-radius:8px;
    box-shadow: 0px 2px 8px 0px #00000033;
}
.llc .inline-edit-panel:before {
    content: "";
    position: absolute;
    left: -18px;
    top: 27px;
    width: 34px;
    height: 34px;
    background: url(../images/model-arrow.svg);
    z-index: 999;
}
.llc .model-close{
    position: absolute;
    right: 16px;
    top: 16px;
}

/* toggle button css start here */

.custom-toggle .slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox_faux_container .slds-checkbox_faux:after{
    display: none;
}
.custom-toggle .slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox_faux_container .slds-checkbox_faux{
    background: #0875e1;
    border: transparent;    
}
.custom-toggle .slds-checkbox_toggle .slds-checkbox_faux{
    background: #7B858F;
    border: transparent;
    box-shadow: none;
}
.custom-toggle .slds-checkbox_toggle .slds-checkbox_faux{
    background: #7B858F;
    border: transparent;
    box-shadow: none;   
}
.custom-toggle .slds-checkbox_toggle [type=checkbox]+.slds-checkbox_faux_container .slds-checkbox_off{
    display: none;
}
.custom-toggle .slds-checkbox_toggle [type=checkbox]+.slds-checkbox_faux_container .slds-checkbox_on{
    display: none;
}
.custom-toggle .slds-checkbox_toggle .slds-checkbox_faux{
    width: 32px;
    height: 16px;
}
.custom-toggle .slds-checkbox_toggle .slds-checkbox_faux:after{
    width: 12px;
    height: 12px;
    top: 2px;
    left: 2px;
}
.custom-toggle .slds-checkbox_toggle [type=checkbox]:checked+.slds-checkbox_faux_container .slds-checkbox_faux:before{
    width: 12px;
    height: 12px;
    top: 2px;
    right: 2px;
}
.custom-toggle input:focus + .slds-checkbox_faux_container .slds-checkbox_faux{
    box-shadow: rgb(255 255 255) 0px 0px 0px 2px, rgb(8 117 225) 0px 0px 0px 4px !important;
}


@media only screen and (max-width: 768px) {
    .main-content-area {
        max-width: 100%;
        margin: 0 auto;
        padding: 40px 16px;

    }

    .custom-data-table {
        overflow-x: auto;
    }

    .custom-data-table table {
        min-width: 1000px;
    }
}

.header-title {
    font-size: 22px !important;
    line-height: 34px !important;
    font-family: "WorkdayAdelleSans-Bold";
    font-weight: 400 !important;
}

.mt-16 {
    margin-top: 16px !important;
}

.text-center {
    text-align: center !important;
}

.text-15 {
    font-size: 15px !important;
}

.p-12-32 {
    padding: 12px 32px !important;
}

.sticky-bar {
    position: sticky;
    top: 0;
    z-index: 8000;
    background: #fff;
}

.related-category .modal-pills {
    border: 0 !important;
    padding: 0 24px 0 8px !important;
}

.related-category .modal-pills .slds-pill_container .slds-listbox-item .slds-pill .slds-pill__label{
    max-width: 200px;
    white-space: nowrap;
}

@media (min-width: 48em) {
    .llc .file-size-width{
        width: 150px;
    }

    .lcc-custom-modal .slds-form-element_horizontal .slds-form-element__control {
        padding-left: 50%;
    }

    .manage-contact-form .custom-horizontal-form .slds-form-element_horizontal>.slds-form-element__control {
        padding-left: 26%;
    }

    .custom-horizontal-form .slds-form-element_horizontal>.slds-form-element__control {
        padding-left: 40%;
    }
}
/* severity css part start here */
.lcc .custom-slider {
    max-width: 380px;
}

.llc .slider-tag {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    background-color: var(--selected-background);
    color: var(--selected-text-color);
}

.llc .slider-select {
    width: 100%;
    height: 40px;
    padding: 0 12px;
    background: #fff;
    border: 1px solid #7B858F !important;
    border-radius: 4px;
    text-align: left;
    position: relative;
    transition: all 0.2s ease;
}

.llc .slider-select[disabled] {
    opacity: 0.4 !important;
    cursor: not-allowed;
    
}

.llc .slider-select:focus {
    outline: 2px solid #1589ee;
    outline-offset: 1px;
}

.llc .slider-tag {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
}

.llc .slider-dropdown {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #CED3D9;
    border-radius: 8px;
    box-shadow: 0px 6px 24px 0px #1F262E14;
    z-index: 1000;
}

.llc .dropdown-content {
    padding: 24px 16px;
}

.llc .slider-display {
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    font-family: 'WorkdayAdelleSans-Bold';
    color: #000;
}

.llc .slider-control {
    position: relative;
    padding: 40px 0 20px;
}

.llc .slider-numbers {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.llc .slider-number {
    font-size: 16px;
    color: #494949;
}

.llc .slider-track-container {
    position: relative;
    height: 4px;
    cursor: pointer;
}

.llc .slider-track {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #E8EBED;
    border-radius: 2px;
}

.llc .slider-progress {
    position: absolute;
    height: 100%;
    border-radius: 2px;
    left: 0;
    transition: width 0.3s ease, background-color 0.3s ease;
}

.llc .slider-indicator {
    width: 20px;
    height: 20px;
    background: #0875E1;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: left 0.3s ease;
    z-index: 2;
    cursor: grab;
}

.llc .slider-indicator:active {
    cursor: grabbing;
}

.llc .slider-options {
    position: relative;
    margin: 20px 0;
}

.llc .slider-option {
    position: relative;
    margin: 8px 0;
}

.llc .slider-label {
    display: block;
    padding: 8px 12px;
    border-radius: 4px;
    transition: all 0.2s ease;
    font-size: 14px;
    font-weight: 600;
}

.llc .slider-endpoints {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 14px;
    color: #494949;
}

.llc .slider-description {
    margin-top: 16px;
    padding: 16px 0;
    font-size: 14px;
    color: #494949;
    line-height: 1.5;
}

.llc .slider-container {
    position: relative;
}

.llc .dropdown-panel .slds-media .custom-check-box{
    margin-bottom:0 !important;
}

.custom-toggle .slds-form-element{
    display: inline-block;
}

.dropdown-panel .slds-media__body p{
    font-size:14px;
    color:#494949;
     font-family: 'WorkdayAdelleSans-Medium' !important;
}
.dropdown-panel .slds-media__body span{
    font-size:12px;
    color:#494949;
}

.recordpicker lightning-record-picker .input-container input.slds-combobox__input{
    padding:10px 8px 10px 35px !important;
    font-size:14px;
    color:#494949;
    font-family: 'WorkdayAdelleSans-Regular';
}

.recordpicker lightning-record-picker lightning-icon{
    margin-left:5px;
}

/* Tenant Management css start here */
.tm.custom-com-card{
    height: calc(100% - 24px);
} 
.tm.custom-horizontal-form .slds-form-element_horizontal > .slds-form-element__label {
    font-size: 16px !important;
    line-height: 20px !important;
    color: #000 !important;
    padding: 0 0 8px !important;
    margin-bottom: 0;
    letter-spacing: 0;
    font-family: 'WorkdayAdelleSans-Bold';
    max-width: calc(40% - 15px);
}
.tm.custom-horizontal-form .slds-form-element__static, .custom-horizontal-form .custom-radio .slds-form-element__label, .custom-horizontal-form .custom-check-box .slds-form-element__label {
    color: #000 !important;
    font-size: 16px !important;
    font-family: 'WorkdayAdelleSans-Regular';
    letter-spacing: 0.24px;	
}
.Primary-link-medium{
    font-size: 13px;
    line-height: 24px;
    color: #0875E1 !important;
    font-family: 'WorkdayAdelleSans-Medium';
    letter-spacing: 0.2px;
    text-decoration: underline !important;
}
.Primary-link-medium:hover{ 
    color: #0875E1;
    text-decoration: none !important;
}

.Tenants-media .slds-media{
    margin-left: -2px;
}

.Tenants-media .slds-media .slds-media__figure{
    margin-right: 4px;
}

.line-height-26{
    line-height: 26px;
}

.llc .custom-org-tab .slds-tabs_default__link {
    line-height: normal;
    padding:16px;
    height: auto;    
    font-size: 14px !important;
    font-family: 'WorkdayAdelleSans-Medium' !important;
    color: #000;
    font-weight: 400;
    text-decoration: none !important;
}
.llc .custom-org-tab .slds-tabs_default__item.slds-is-active .slds-tabs_default__link {
    font-family: 'WorkdayAdelleSans-Medium';
    font-weight: 400;
    color: #0057AE !important;
}

.llc .custom-org-tab .slds-tabs_default__item.slds-is-active{ 
    color: #0057AE !important;
    text-decoration: none !important;
    outline: 0;
}
.llc .custom-org-tab .slds-tabs_default__item.slds-is-active:after{
    height: 4px !important;
    background: #0875E1;
    border-radius: 3px 3px 0px 0px;
    margin: 0 16px;
}
.llc .custom-org-tab .slds-tabs_default__item a:hover{
	background: #e8ebed;
	color:#5e6a75 !important;
 	border-radius: 4px 4px 0px 0px; 
}
.llc .custom-org-tab .slds-tabs_default__item.slds-is-active a:hover{
    background: transparent !important;
    color: #0875E1 !important;
}
.llc .custom-org-tab .slds-tabs_default__item:hover:after {
    height: 0;
}
.llc .custom-org-tab .slds-tabs_default__item.slds-is-active a span:focus{
    color: #0875E1 !important;
    border: 2px solid #0875E1;
    text-decoration: none !important;
    border-radius: 0;
    box-sizing: border-box;  
}
.llc .custom-org-tab .slds-tabs_default__item {
    padding: 0;
   
}
.tm-table-left-align .custom-data-table table thead tr th:nth-child(1) {
    width: 257px;
}
/* Tenant Management css end here */

/* pick request css start here */

.custom-pick-list .slds-box{
    border: 1px solid #E8EBED;
    box-shadow: 0px 1px 4px 0px #00000033;
    border-radius: 8px;
    min-height: 110px;
    padding: 30px 24px;
}

.custom-pick-list .slds-box .custom-radio .slds-radio__label{
    display: flex;
}

.custom-pick-list .slds-box .custom-radio .slds-form-element__label{
    color: #333 !important;
    font-size: 16px;
    letter-spacing: 0.16px;
    line-height: 20px;
    font-family: 'WorkdayAdelleSans-Bold';
    padding-top: 0 !important;
    width: calc(100% - 25px);
}

.custom-text-area.tm .slds-textarea {
    min-height: 136px !important;
}


.vertical-list .slds-nav-vertical__action {
    padding:16px 32px !important;
    font-size: 14px;
    line-height: 18px;
    color: #0057AE !important;
    letter-spacing: 0.2px;
    border-top:0 !important;
   border-bottom:0 !important;
   text-decoration: none !important;

}

.vertical-list .slds-nav-vertical__item.slds-is-active .slds-nav-vertical__action {
    font-weight: normal !important;
    color: #000 !important;
    /* box-shadow: inset 0.25rem 0 0 #0875E1 !important;  */
}

.vertical-list .slds-nav-vertical__action:hover {
    text-decoration: none;
    box-shadow: inset 0.25rem 0 0 #0875E1 !important;
    color: #000 !important;
}

.vertical-list  .slds-nav-vertical__item.slds-is-active:before, .vertical-list .slds-nav-vertical__item:hover:before {
    background: #F0F1F2 !important;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px; 
}

/* implementer-progress-css start here */
.tenant-filter-bar .slds-grid_vertical-align-center.slds-var-m-top_x-large{
    margin-top:0 !important;
}
.custom-implementer-progress{
    min-height: 80px;
}

.custom-implementer-progress .slds-progress-bar{
    background: #ebebeb;   
    height: 2.9px; 
}

.custom-implementer-progress .slds-progress-bar__value{
    background: #0875e1;   
    height: 2.9px; 

}

.custom-implementer-progress .slds-progress__item.step-remaining .slds-progress__marker{
    background: #ebebeb;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.custom-implementer-progress .slds-progress__item.step-completed .slds-progress__marker{
    background: #0875e1;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    position: relative;
 
}

.custom-implementer-progress .slds-progress__item.step-completed .slds-progress__marker::after{
    background: url(../images/implementer-check.svg);
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    top: 7px;
    left: 5px;
}

.custom-implementer-progress .slds-progress__item.step-in-progress .slds-progress__marker{
    background: #0875e1;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    position: relative;
 
}

.custom-implementer-progress .slds-progress__item.step-in-progress .slds-progress__marker::after{
    background: url(../images/implementer-edit.svg);
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    top: 5px;
    left: 7px;
}

.custom-implementer-progress  .slds-progress__marker .step-txt{
    width: 292px;
    position: absolute;
    top: 35px;
    left:calc(50% - 145px);
    text-align: center;
}

.no-tenants{
    height: calc(100% - 43px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
    padding: 24px;
    border: 1px solid #CED3D9;
    border-radius: 8px;
}

/* Implementer Access modal css */

.email-searchbox {
    border: 1px solid #7B858F;
    border-radius: 4px;
    width: 100%;
    padding: 0 0px 2px 36px;
    max-height: 100px;
    position: relative;
    overflow-y: auto;    
}
.email-searchbox textarea, .email-searchbox textarea:hover, .email-searchbox textarea:focus,
.email-searchbox .email-result-container, .email-searchbox .email-result-container:hover, .email-searchbox .email-result-container:focus {
    field-sizing: content;
    line-height: 34px;
    width: 100%; 
    border: 0;
    resize: none;
    color: #494949;
    outline: none;
    padding: 0; 
    padding-right: 36px;
    overflow: auto;      
}

.email-searchbox textarea::placeholder {
	color: #A1AAB3;
}
.email-searchbox textarea.box-scroll::-webkit-scrollbar, .email-searchbox .email-result-container.box-scroll::-webkit-scrollbar{
	width: 6px;
}
.email-searchbox textarea.box-scroll::-webkit-scrollbar:horizontal, .email-searchbox .email-result-container.box-scroll::-webkit-scrollbar:horizontal {
	height: 6px;
}
.email-searchbox textarea.box-scroll::-webkit-scrollbar-thumb, .email-searchbox .email-result-container.box-scroll::-webkit-scrollbar-thumb {
	background-color: #A1AAB3;
}
.email-searchbox .email-result-container > span {
	display: inline-flex;
}


.llc .custom-team-pills.slds-pill_container .slds-listbox-item .slds-pill.implementer-error{
    padding: 2px 8px !important;
    border-radius: 30px;
    border: 1px solid #DE2E21;
    background: #fff;
    margin-right: 8px;
    margin-bottom: 8px;
    box-shadow: none;
    padding-left: 24px;
}


.llc .custom-team-pills.slds-pill_container .slds-listbox-item .slds-pill.implementer-error .slds-pill__label{
    padding-left: 24px;
    position: relative;
}

.llc .custom-team-pills.slds-pill_container .slds-listbox-item .slds-pill.implementer-error .slds-pill__label::before{
   content: '';
    position: absolute;
    left: 8px;
    top:1px;
    width: 4px;
    height: 18px;
    background: url(../images/red-notification.svg);  
}

@media (hover: none) and (pointer: coarse) {
    .slider-indicator {
        width: 24px;
        height: 24px;
    }

    .slider-track-container {
        height: 6px;
    }

    .slider-label {
        padding: 12px;
    }
}

/* High contrast mode support */
@media (forced-colors: active) {
    .slider-indicator {
        border: 2px solid ButtonText;
    }

    .slider-track {
        border: 1px solid ButtonText;
    }

    .slider-progress {
        border: 1px solid ButtonText;
    }
}

.llc .slider-exit-active {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.2s, transform 0.2s;
}

/* Error state */
.llc .slider-error .slider-select {
    border-color: #c23934;
}

.llc .slider-error .slds-form-element__label {
    color: #c23934;
}

.llc .dd-arrow{
    content: "";
    position: absolute;
    right: 8px;
    top: 8px;
    background: url(../images/combo-box-chevron-down.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;    
}

.llc .custom-slider .slds-required{
    color:  #DE2E21 !important;
}

.llc .custom-dd-arrow {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
}
/* Additional CSS for radio type severity Slider  ends  here */

.custom-form-element.abbr-hidden label abbr.slds-required,
.custom-combobox.abbr-hidden label abbr.slds-required {
    display: none !important;
}
.custom-radio-group.legend-required .required-field legend:after {
    content: '*';
    color: rgb(255, 0, 0);
    margin-left: 3px;
}

.custom-radio-group.legend-required .required-field label:after {
    display: none;
}

/* date picker css start here */
.custom-date-picker.modal-calendar{
    position:relative;

}
.custom-date-picker.modal-calendar .calendar-time-container {   
    top: 40px !important;
    left: 0 !important;
}

.custom-date-picker .date-input-container lightning-icon lightning-primitive-icon svg{
    visibility:hidden
}

.date-input-container.has-error {
    box-shadow: none;
    outline: 1px solid #C23934 !important;
    margin-bottom: 1rem;
}

.custom-date-picker .calendar-container{
    border:0 !important;
    box-shadow: 0px 8px 16px 0px #0000001F !important;
    border-radius:8px !important;
}
.custom-date-picker .date-input-container{
    position:relative;
    height:40px;
    border: 1px solid #7B858F;
    border-radius:4px;
    font-size:14px;
    color:#494949;
    font-family: 'WorkdayAdelleSans-Regular';
}

.custom-date-picker .date-input-container input::placeholder{
    color:#494949;
    font-size:14px;
}

.custom-date-picker .calendar-time-container .header{
    background:#0875e1 !important;  
    font-size:16px;   
    font-family: 'WorkdayAdelleSans-Bold'; 
}

.custom-date-picker .calendar-time-container .header button.nav-button:first-child{
    position:absolute;
    left: 12px;
    top: 8px;
    width: 32px;
    height: 32px;
    background:rgba(0, 0, 0, 0.2);
    border-radius:50%;
    color: #065eb4;
}
.custom-date-picker .calendar-time-container .header button.nav-button:last-child{
    position:absolute;
    top:8px;
    right:12px;
    width: 32px;
    height: 32px;
    background:rgba(0, 0, 0, 0.2);
    border-radius:50%; 
    color: #065eb4; 
}

.custom-date-picker .calendar-time-container .header button.nav-button:first-child:after{
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    background: url(../images/chevron-left-white.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;   

}

.custom-date-picker .calendar-time-container .header button.nav-button:last-child:after{
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    background: url(../images/chevron-left-white.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;   
   transform:rotate(180deg);

}

.custom-date-picker .calendar-time-container .days-header{
    background:#0875e1;
    color:#fff;
    font-size:10px;    
    margin-top: -1px;
    font-family: 'WorkdayAdelleSans-Regular';
}

.custom-date-picker .date-input-container input+span lightning-icon:after{
     content: "";
     position: absolute;
     right: 8px;
     top: 7px;
     background: url(../images/calendar-icon-default.svg);
     width: 24px;
     height: 24px;
     background-repeat: no-repeat;
    background-position:center
 }

 .custom-date-picker .date-input-container:hover input+span lightning-icon:after{
    content: "";
    position: absolute;
    right: 8px;
    top: 7px;
    background: url(../images/calendar-icon-hover.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
     background-position:center
     
}

.custom-date-picker .date-input-container input:focus+span lightning-icon:after{
    content: "";
    position: absolute;
    right: 8px;
    top: 7px;
    background: url(../images/calendar-icon.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position:center;
}

.custom-date-picker .day-cell.selected {
    background-color: #0875e1 !important;
    color: white;
    border-radius: 50%;   
    font-family: 'WorkdayAdelleSans-Bold';
    font-size: 13px !important;
    padding: 6px 0 !important;
    box-shadow: rgb(255 255 255) 0px 0px 0px 2px, rgb(8 117 225) 0px 0px 0px 4px !important;
}

.custom-date-picker .day-cell:hover,
.custom-date-picker .day-cell.not-current-month:hover {
    background-color: #0875e1 !important;
    color: white;
    border-radius: 50%;
    font-family: 'WorkdayAdelleSans-Bold';
    font-size: 13px !important;
    padding: 6px 0 !important;
}

.custom-date-picker .month-year {
    font-family: 'WorkdayAdelleSans-Medium';
    font-size: 16px !important;
    color: #fff !important;;
    font-weight:normal !important;
    margin-top:8px;
}

.custom-date-picker .days-grid div.day-cell-disabled{
    color: #494949 !important;
    font-size: 13px !important;
    background-color: #fff !important;
    font-family: 'WorkdayAdelleSans-Regular'; 
}

.custom-date-picker .days-grid div.day-cell-disabled:hover{
    color: #494949 !important;
    font-size: 13px !important;
    background-color: #fff !important;
    font-family: 'WorkdayAdelleSans-Regular'; 
}

.custom-date-picker .days-grid div.not-current-month.day-cell-disabled:hover{
    color: #a1aab3 !important;
    font-size: 13px !important;
    background-color: #fff !important;
    font-family: 'WorkdayAdelleSans-Regular'; 
}

.custom-date-picker .days-grid div.not-current-month.day-cell-disabled{
    color: #a1aab3 !important;
    font-size: 13px !important;
    background-color: #fff !important;
    font-family: 'WorkdayAdelleSans-Regular'; 
}

.date-picker-container {
    display: inline-block;
    position: relative;
    border-radius: 4px;
    font-family: Arial, sans-serif;
    user-select: none;
    border: none;
    padding: 0px;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    box-sizing: border-box;
    /* margin: 6px; */
    min-width: 250px;
    /* padding-bottom: .5rem; */
}

.date-input-container input.date-input:focus{
    border:none;
    box-shadow:none;
}
.llc lightning-helptext lightning-button-icon button:focus, .llc lightning-helptext lightning-button-icon button:focus-visible{
    box-shadow:none !important;
}

.error-message {
    color: #C23934;
    font-size: 0.7rem;
    position: absolute;
    bottom: -1.15rem;
    left: 0;
    width: 100%;
    box-sizing: border-box;
}

.error-txt {
    color: #C23934;
    font-size: 0.7rem;
    width: 100%;    
}

.date-input-container {
    display: flex;
    align-items: center;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    padding: 4px 8px;
    margin-bottom: 0;
    background-color: #ffffff;
    box-sizing: border-box;
    position: relative;
}

.date-input-container:focus,
.date-input-container:focus-within {
	outline:  2px solid #1589ee;
    outline-offset: -1px;
    outline-width: 2px;
    box-shadow: none;
}

.date-input {
    border: none;
    padding: 6px 0;
    font-size: 1em;
    flex-grow: 1;
    outline: none;
    color: #333;
}

.date-icon {
    cursor: pointer;
    margin-left: 5px;
    color: #777;
}

.date-icon:focus {
    cursor: pointer;
    margin-left: 5px;
    color: #ff0000;
}

.calendar-time-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    position: absolute;
    top: 0%;
    left: 100%;
    margin-left: 5px;
    z-index: 10;
}

.calendar-container {
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-family: Arial, sans-serif;
    user-select: none;
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    margin-right: 0;
    position: relative;
}

.header {
    background-color: #0875e1;
    color: white;
    padding: 6px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 1px solid #d4d4d4;
}

.month-year {
    font-weight: bold;
    font-size: 1em;
    color: #fff;
}

.nav-button {
    background: none;
    border: none;
    color: white;
    font-size: 1em;
    cursor: pointer;
    padding: 4px 6px;
    border-radius: 3px;
}

.nav-button:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.days-header {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    padding: 6px 0;
    font-size: 0.9em;
    color: #777;
}

.day-header-cell {
    padding: 4px 0;
}

.days-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.day-cell {
    padding: 8px 0;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    font-size: 0.9em;
    color: #555;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 5px;
    font-family: 'WorkdayAdelleSans-Bold';
}

.day-cell.current-month {
    color: #333;
}

.day-cell.not-current-month {
    color: #bbb;
}

.day-cell:hover,
.day-cell.current-day:hover
.day-cell.not-current-month:hover {
    background-color: #0875e1 !important;
    color: white;
    border-radius: 50%;
    font-family: 'WorkdayAdelleSans-Bold';
    font-size: 13px !important;
    padding: 6px 0 !important;
}

.day-cell.selected {
    background-color: #0875e1 !important;
    color: white;
    border-radius: 50%;   
    font-family: 'WorkdayAdelleSans-Bold';
    font-size: 13px !important;
    padding: 6px 0 !important;
    box-shadow: rgb(255 255 255) 0px 0px 0px 2px, rgb(8 117 225) 0px 0px 0px 4px !important;
}

.day-cell.current-day {
    background-color: #64B5F6;
    color: white;
    border-radius: 50%;   
    font-family: 'WorkdayAdelleSans-Bold';
    font-size: 13px !important;
    padding: 6px 0 !important;
}

.time-panel-container {    
    border-radius: 8px;
    width: 190px;
    background-color: white;
    box-shadow: 0px 3px 12px 0px #1F262E1F;    
    padding: 0;
    position: relative;
    left: -2px;
    z-index: -1;
}

.custom-date-picker .date-input-container .time-panel-clear-header{
    background:#0875e1;
    color:#fff;
    font-size:16px;
    display: flex;
    justify-content: center;
    height: 79px;
    font-family: 'WorkdayAdelleSans-Medium';
    border-radius: 0 8px 0 0;
}

.custom-date-picker .date-input-container .time-panel-clear-header a:hover{
    color:#fff;
    text-decoration:none;
}

.custom-date-picker .date-input-container .time-options-list .time-option-text{
    font-size:14px;
    color:#494949;
    line-height:20px;
    font-family: 'WorkdayAdelleSans-Regular';
}

.custom-date-picker .date-input-container .time-panel-clear-header .slds-icon-utility-clear{
    position: absolute;
    right: 25px;
    top: 34px;
}

.custom-date-picker .date-input-container .time-panel-clear-header .slds-icon-utility-clear:before{
  position: absolute;
  left: 15px;
  content: ' ';
  height: 12px;
  width: 2px;
  background-color: #fff;
  transform: rotate(45deg);
}

.custom-date-picker .date-input-container .time-panel-clear-header .slds-icon-utility-clear:after{
  position: absolute;
  left: 15px;
  content: ' ';
  height: 12px;
  width: 2px;
  background-color: #fff;
  transform: rotate(-45deg);
}

.custom-date-picker .date-input-container .time-options-list .time-option-bubble{
    width:18px;
    height:18px;
    background:#fff;
    border: 1px solid #7B858F;
    border-radius: 50%;    
    margin-right: 8px;
    position: relative;
   
}

.custom-date-picker .date-input-container .time-options-list .time-option-bubble.selected-bubble{
    background:#0875e1;
    border:none;
}
.custom-date-picker .date-input-container .time-options-list .time-option-bubble.selected-bubble:after{
    width:8px;
    height:8px;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 50%;
    background:#fff;
}
.custom-date-picker .date-input-container .time-options-list .time-option-text{
    font-size:14px;
    color:#494949;
    line-height:20px;
    font-family: 'WorkdayAdelleSans-Regular';
}

.time-panel-clear-header {
    background-color: #cccccc;
    color: white;
    padding: 8px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.9em;
    font-weight: normal;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
}

.time-panel-clear-header:hover {
    background-color: #b3b3b3;
    cursor: pointer;
}

.time-panel-clear-selection {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
}

a.time-panel-clear-selection:focus {
    color:#fff !important;
}

.time-options-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 240px;
    overflow-y: scroll;
}

.time-option-item {
    margin-bottom: 0;
    border-bottom: none;
    display: flex;
    align-items: center;
    padding: 12px 10px 12px 20px;
    cursor: pointer;
}

.time-option-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.time-option-bubble {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #777;
    border-radius: 50%;
    background-color: white;
    margin-right: 8px;
    position: relative;
    top: -1px;
}

.time-option-button {
    display: block;
    width: 100%;
    padding: 0 0 0 0;
    border: none;
    border-radius: 0;
    text-align: left;
    background-color: transparent;
    cursor: pointer;
    font-size: 0.95em;
    color: #444;
    flex-grow: 1;
}

.time-option-item:hover,
.time-option-item:focus,
.time-option-item:active {
    background-color: #f0f0f0;
    cursor: pointer;
}

.time-option-bubble.selected-bubble::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #0070d2;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}

.day-cell.day-cell-disabled {
    color: #ddd !important;
    cursor: not-allowed;
}

.day-cell.day-cell-disabled:hover {
    color: #ddd !important;
    cursor: not-allowed;
}


.day-cell.not-current-month.day-cell-disabled {
    color: #eee !important;
    cursor: not-allowed;
}

.day-cell.not-current-month.day-cell-disabled:hover {
    cursor: not-allowed;
    color: #eee !important;
}

.custom-check-box span.icon a:focus{
    border: 2px solid #0875e1;
    width: 14px;
    height: 15px;
    display: inline-block;
    box-shadow: none;
    outline: none;
}

.custom-line-clamp+div a:focus-visible {
    box-shadow:none;
    border:none;
    outline:none;
}

.custom-line-clamp+div a:focus svg rect{
    stroke:#0875e1 !important;
    stroke-width:2px;
}

.attachment-area input:focus+label, .attachment-area input:focus-visible+label{   
    box-shadow: rgb(255 255 255) 0px 0px 0px 2px, rgb(8 117 225) 0px 0px 0px 4px !important;
}

/* date picker css ends here */
/* case questionnaire start*/
.dual-list-custom-combobox .slds-form-element__legend {
    font-weight: normal !important;
    margin-bottom: 16px;
    font-family: 'WorkdayAdelleSans-Medium' !important;
    font-size: 14px !important;
}
.questionniare .slds-form-element__label {
    margin-bottom: 1.8px !important;
}
/* case questionnaire end*/

.proactive-notification{
    background: #DFE2E6;
    display: flex;
    justify-content: center;
}

.proactive-notification>div{
    width: 100%;
}

.proactive-notification .msg{
    color: #022043;
    font-size: 16px;
}

.proactive-notification .msg a{
    color: #0057AE !important;
    font-family: 'WorkdayAdelleSans-Bold';
    text-decoration: underline !important;
}

.proactive-notification .msg a:hover{
    text-decoration: none !important;
}

.proactive-notification .info-tile{
    border: 1px solid #CED3D9;
    border-radius: 8px;
    box-shadow: 0px 5px 20px 0px rgba(31, 38, 46, 0.08);
    background: #fff;
    padding: 16px;
    margin-bottom: 29px; 
    height: calc(100% - 32px);
}

.proactive-notification .info-tile a{
    color: #0875e1 !important;
    text-decoration: underline !important;
}

.proactive-notification .info-tile a:hover{
    color: #0875e1 !important;
    text-decoration: none !important;
}

.proactive-notification .slds-media__figure{
    margin-right: 0;
    margin-left:5px;
}

.proactive-notification .slide-in .slds-media__figure img{
    transform: rotate(180deg);
}

.proactive-notification .access:hover{
    cursor: pointer;
}

/* Coveo Suggestion Box css starts here */
.result-container {
    position: relative;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.facet-item {
    margin-bottom: 4px;
}

.result-list {
    height: 536px ;
    overflow-y: scroll;
    overflow-x: hidden;
}

.result-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    padding-top: 30px;
}

.icon {
    margin-right: 5px;
}

.result-item {
    padding: 8px 0;
    border-bottom: 1px solid #e0e0e0;
}


.result-title {
    color: #0875E1 !important;
    margin-bottom: 4px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-weight: 700;
}

.result-meta {
    color:#000000;
    white-space: pre-line;
    font-weight: 500;
}

.has-approved-answer {
    color: #000000;
    padding-top: 5px;
    font-style: italic;
}

.action-button {
    color:#0875E1;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-right: 10px;
    padding: 6px 12px;
    font-weight: 700;
    background: none;
    border: none;
}

.action-button .icon {
    margin-right: 4px;
}

.loading {
    text-align: center;
    font-size: 14px;
    color: #666;
}

.filter-icon-container {
    cursor: pointer;
}

.filter-icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.filter-dropdown {
    position: absolute;
    top: 25px;
    right: 0px;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 0;
    z-index: 1000;
    width: 241px;
}

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 12px 0px;
}

.filter-title {
    color: #5E6A75;
}

.clear-button {
    color: #0875E1;
    cursor: pointer;
    background: none;
    border: none;
}

.clear-button:disabled {
    color: #9e9e9e;
    cursor: default;
}

.filter-options {
    padding: 6px 16px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.underline-txt {   
    color:#0875E1;
}

.underline-txt .click-link span, .underline-txt .preview-link span{
   text-decoration: underline;   
}
.underline-txt .click-link:hover span, .underline-txt .preview-link:hover span{
   text-decoration: none;   
}

.meta-source .meta-label {
    font-weight: bold;
}

.meta-item {
    display: inline;
}

.meta-item:not(.first-item)::before {
    content: " • ";
    margin: 0 2px; 
}

.meta-label {
    font-weight: bold;
}

.quickview__spinner-container {
    height: 50%;
}

.quickview__content-iframe {
    overflow: auto;
    border: none;
    height: 90%;
}

.iframe-wrapper {
    height: 100%;
}

.iframe-wrapper iframe {
    height: 100%;
    width: 100%;
}

.wrapper {
    height: 100%;
}

.quickview__result-title {
    font-weight: 700;
    font-size: 15px;
}

.quickview__result-date {
    color: #3E3E3C;
    font-weight: normal;
    font-size: 15px;
    padding-right: 25px;
}

.slds-modal__footer {
    background-color: white;
    text-align: unset;
}

.preview-close .slds-icon {
    fill:white !important;
}

.coveo-preview-loading {
    background: #ffffff !important;
}

.coveoModal .slds-modal__close {
    z-index: 9999;
}

.force-word-break-lcc{
    word-break: break-all !important;
    display: inline;
    white-space: normal;
}
/* Coveo Suggestion Box css ends here */
.custom-slds-input lightning-primitive-input-simple svg[data-key="error"]{
    display:none !important;
}
/* Nav changes start here */
@font-face {
  font-family:'AcidGrotesk';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/FFF-AcidGrotesk-Normal.otf');
}
@font-face {
  font-family:'AcidGrotesk';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/FFF-AcidGrotesk-Medium.otf');
}
@font-face {
  font-family:'AcidGrotesk';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/FFF-AcidGrotesk-Bold.otf');
}
@font-face {
  font-family:'AcidGrotesk';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/FFF-AcidGrotesk-ExtraBold.otf');
}
.community_byo-scoped-header-and-footer__header-content.lwc-6raprfhcujs {
    background: transparent !important;
}
.wkd-sf-header .bottom-row {    
    border-bottom: 1px solid #B6C1CC;
    padding: 12px;
}
.wkd-sf-header .top-row {
    border-bottom: 1px solid #B6C1CC;
}
.primary-menu-name {
    font-family: 'AcidGrotesk' !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #022043 !important;
}
.primary-menu-item-button {
    padding: 12px !important;
    line-height: 24px !important;
}
.wkd-sf-header .bottom-row button.primary-menu-item-button-active {
    background: rgba(0,0,0,.08) !important;
    border-radius: 24px !important;
}
.wkd-sf-header .primary-menu-list {
    position: relative !important;
    column-gap: 0 !important;
}
.primary-menu-list-item {
    position: static !important;
}
.primary-menu-modal {
    box-shadow: none !important;
    border-radius: 0 !important;
    width: 400px !important;
    /* height: calc(100% - 284px) !important; */
    left: 0px !important;
    /* top: 284px !important; */
    border-right: 1px solid #B6C1CC;
    border-left: 1px solid #B6C1CC;
    position: fixed !important;
    overflow: auto;
}
.wkd-sf-header .primary-menu-item-button:focus-visible::after, .wkd-sf-header .primary-menu-item-button:hover::after, .wkd-sf-header .primary-menu-item-button:focus::after, .wkd-sf-header .primary-menu-item-button:active::after, .wkd-sf-header .primary-menu-item-button-active::after {
    background: transparent !important;
}
.wkd-sf-header .sub-menu-list {
    justify-content: unset !important;
    padding: 32px 20px !important;
}
.sub-menu-list-item {
    height: auto !important;
}
.sub-menu-list-item:hover {
    background-color: rgba(0, 0, 0, .08) !important;
    border-radius: 8px !important;
}
.sub-menu-item-link {
    height: auto !important;
    padding: 12px 40px 12px 12px !important;
    position: relative;
}
.sub-menu-item-link.show-secondary-menu:before {
    content: '';
    position: absolute;
    top: 17px;
    right: 20px;
    background: no-repeat url(../images/cheveron-right-nav.svg);
    width: 7px;
    height: 12px;
}
.sub-menu-name {
    font-family: 'AcidGrotesk' !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}
.primary-menu-list .primary-menu-list-item-inactive {
    opacity: 1 !important;
}
.wkd-sf-header .lines {
    border-color: #B6C1CC !important;
    margin: 8px 12px;
}
.wkd-sf-header .primary-menu-list:hover .primary-menu-list-item>.primary-menu-item-button {
    opacity: 1 !important;
}
.wkd-sf-header .primary-menu-list .primary-menu-list-item:hover>.primary-menu-item-button {
    background: rgba(0,0,0,.08) !important;
    border-radius: 24px !important;
}
.secondary-menu-modal{
    left: 399px !important;
}
.no-scroll {
    overflow: hidden !important;
}
.secondary-menu-modal .sub-menu-name {
    font-weight: 400 !important;
}
.sub-menu-item-link.show-secondary-menu[href]:before {
    display: none;    
}
.sub-menu-list-item.non-clickable-header:hover {
    background: transparent !important;
}
.sub-menu-list-item.non-clickable-header {
    justify-content: left;
    padding: 0px 12px 12px;
}
.non-clickable-header  .sub-menu-name {
    font-size: 19.9px !important;
    line-height: 28px !important;
    font-weight: 700 !important;
}
.wkd-sf-header .secondary-menu-modal .sub-menu-list {
    padding-top: 24px !important;
}
.nav-backdrop {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    top: 149px;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 100;
    transition: visibility 200ms, opacity 200ms;
    transition-timing-function: ease-in-out;
    -webkit-transition: visibility 200ms ease-in-out, opacity 200ms ease-in-out;
}
.nav-backdrop.show-backdrop {
    visibility: visible;
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(17.5px);
}
.sublink-title {
    padding: 12px 12px 4px;
    letter-spacing: .8px;
    font-family: 'AcidGrotesk' !important;
    font-weight: 700 !important;
    color: #333;
    font-size: 14px;
}
.sublink-title  + li.sub-menu-list-item a.sub-menu-item-link .sub-menu-name {
    color: #0057AE;
    text-decoration: underline;
}
.sublink-title  + li.sub-menu-list-item a.sub-menu-item-link {
    display: inline-block;
    width: auto;
    padding: 12px !important;
}
.sublink-title  + li.sub-menu-list-item a.sub-menu-item-link:hover .sub-menu-name {
    text-decoration: none;
}
.sublink-title  + li.sub-menu-list-item {
    justify-content: flex-start;
}
.sublink-title  + li.sub-menu-list-item:hover {
    background: transparent !important;
}
.wkd-header-backdrop-util-menu{
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(17.5px)  !important;
    opacity: 1 !important;

} 

.language-dropdown .slds-is-open .backdrop {
background: rgba(0, 0, 0, 0.8) !important;
backdrop-filter: blur(17.5px)  !important;
opacity: 0.3 !important;
}

.wkd-header-backdrop {
    position: absolute;
    height: 250rem;
    left: 0px;
    top: 149px;
    width: 100%;
    visibility: visible;
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(17.5px);
}
@media (max-width: 767px) {
    .wkd-sf-header .mv-primary-menu-btn {
        font-family: 'AcidGrotesk' !important;   
        padding: 12px !important;
    }
    .mv-primary-menu-name {
        font-weight: 700 !important;
        font-size: 19.9px !important;
        letter-spacing: 0 !important;
        color: #022043 !important;
    }
    .wkd-sf-header .mv-down-arrow {
        width: auto !important;
        height: auto !important;
    }
    .header-wkd-mv-settings-modal {
        border-top : 1px solid #dfe2e6;
        padding: 12px !important;
    }
    .wkd-sf-header .top-row .header-wkd-mv-settings-modal .mv-primary-menu-btn:hover, .wkd-sf-header .top-row .header-wkd-mv-settings-modal .mv-primary-menu-btn:focus {
        background-color: rgba(0, 0, 0, .08) !important;
        border-radius: 8px !important;
    }
    .header-wkd-mv-settings-modal .mv-down-arrow .mv-down-arrow-icon, .wkd-sf-header .header-wkd-mv-settings-modal .mv-down-arrow-active .mv-down-arrow-icon {
        background: no-repeat url(../images/cheveron-right-nav.svg) !important;
        width: 7px !important;
        height: 12px !important;
        margin-right: 8px !important;
    }
    .wkd-sf-header .header-wkd-container-fluid {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        border-bottom: 1px solid #dfe2e6;
    }
    .header-wkd-mv-settings-modal {
        height: 100vh !important;
        max-height: 100vh !important;
        top: 76px !important;
    }
    .language-dropdown.mobile-menu .menu-links {
        display: block;
        padding: 12px 36px 12px 12px;
        border-radius: 8px;
        color: #333 !important;
        text-decoration: none !important;
        font-size: 20px;
        line-height: 28px;
        font-family: "WorkdayAdelleSans-Bold";
    }
    .language-dropdown.mobile-menu .mobile-secondary-nav .menu-links  {
        font-size: 16px;
        line-height: 24px;
        font-family: "WorkdayAdelleSans-Medium";
    }
    .language-dropdown.mobile-menu .slds-dropdown.dropdown-mobile {
        overflow: auto;
    }
}
/* Nav changes end here */

/** DCX CHANGES  START **/
.wkd-sf-header .cursor-pointer {
    cursor: pointer;
}

.wkd-sf-header .no-decoration-btn {
    border: none;
    text-decoration: none;
    background-color: transparent;
    font-family: 'WorkdayAdelleSans-Regular' !important;
}

.scroll-margin-top-100 {
    scroll-margin-top: 100px;
}

.wkd-sf-header .hr-height-1 {
    height: 1px;
}

.wkd-sf-header .wkd-fontFamily {
    font-family: 'WorkdayAdelleSans-Regular';
}

.wkd-sf-header .hover-underline {
    text-decoration: none;
}

.wkd-sf-header .hover-underline:hover {
    text-decoration: underline;
}

.wkd-sf-header .line-height-21 {
    line-height: 21px;
}

p {
    margin: 0px;
    padding: 0px;
}

.wkd-sf-header .text-wrap {
    word-wrap: break-word;
}

.wkd-sf-header .break-word {
    word-break: break-word;
}

.wkd-sf-header .bg-blueberry400 {
    background-color: #0875e1 !important;
}

.wkd-sf-header .bg-soap500 {
    background-color: #ced3d9 !important;
}

.wkd-sf-header .bg-soap200 {
    background-color: #f0f1f2 !important;
}

.wkd-sf-header .border-soap500 {
    border: 1px solid #ced3d9 !important;
}

.wkd-sf-header .color-blueberry400 {
    color: #0875e1 !important;
}

.wkd-sf-header .color-blueberry500 {
    color: #005cb9 !important;
}

.wkd-sf-header .color-black {
    color: #000000 !important;
}

.wkd-sf-header .fw-400 {
    font-weight: 400 !important;
}

.wkd-sf-header .fw-500 {
    font-weight: 500 !important;
}

.wkd-sf-header .fw-600 {
    font-weight: 600 !important;
}

.wkd-sf-header .fw-700 {
    font-weight: 700 !important;
}

.wkd-sf-header .w-100 {
    width: 100% !important;
}

.wkd-sf-header .ul-style-none {
    list-style-type: none;
    outline: none !important;
    text-decoration: none !important;

}

.wkd-sf-header .wkd-container-row {
    display: flex;
    flex-direction: row;
}

.wkd-sf-header .wkd-container-column {
    display: flex;
    flex-direction: column;
}

.wkd-sf-header .wkd-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.wkd-sf-header .wkd-card {
    box-shadow: 0 0 12px #ccc;
    transition: 0.wkd-sf-header .3s;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.wkd-sf-header .wkd-container-fluid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.wkd-sf-header .wkd-row {
    display: flex;
    flex-direction: row;
}

.wkd-sf-header .justify-content-center {
    display: flex;
    justify-content: center;
}

.wkd-sf-header .justify-content-start {
    display: flex;
    justify-content: flex-start;
}

.wkd-sf-header .justify-content-end {
    display: flex;
    justify-content: flex-end;
}

.wkd-sf-header .justify-content-space-between {
    display: flex;
    justify-content: space-between;
}

.wkd-sf-header .justify-content-space-around {
    display: flex;
    justify-content: space-around;
}

.wkd-sf-header .justify-content-space-evenly {
    display: flex;
    justify-content: space-evenly;
}

.wkd-sf-header .lg-justify-space-between {
    display: flex;
    justify-content: space-between;
}

.wkd-sf-header .lg-justify-center {
    display: flex;
    justify-content: center;
}

.wkd-sf-header .lg-justify-space-evenly {
    display: flex;
    justify-content: space-evenly;
}

@media (max-width: 767px) {
    .wkd-sf-header .xs-justify-space-between {
        display: flex;
        justify-content: space-between;
    }

    .wkd-sf-header .xs-justify-center {
        display: flex;
        justify-content: center;
    }

    .wkd-sf-header .xs-justify-space-evenly {
        display: flex;
        justify-content: space-evenly;
    }
}

.wkd-sf-header .align-center {
    display: flex;
    align-items: center;
}

.wkd-sf-header .align-left {
    display: flex;
    align-items: flex-start;
}

.wkd-sf-header .align-right {
    display: flex;
    align-items: flex-end;
}

.wkd-sf-header .text-danger {
    color: red;
}

.wkd-sf-header .text-black {
    color: #000000 !important;
}

.wkd-sf-header .text-left {
    text-align: left;
}

.wkd-sf-header .text-center {
    text-align: center;
}

.wkd-sf-header .d-flex {
    display: flex;
}

.wkd-sf-header .p-relative {
    position: relative;
}

.wkd-sf-header .p-absolute {
    position: absolute;
}

.wkd-sf-header .p-fixed {
    position: fixed;
}

.wkd-sf-header .visually-hidden {
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    /* clip: rect(1px 1px 1px 1px); IE6, IE7 - a 0 height clip, off to the bottom right of the visible 1px box */
    /* clip: rect(1px, 1px, 1px, 1px); maybe deprecated but we need to support legacy browsers */
    /* clip-path: inset(50%); modern browsers, clip-path works inwards from each corner */
    white-space: nowrap;
    /* added line to stop words getting smushed together (as they go onto seperate lines and some screen readers do not understand line feeds as a space */
}

.wkd-sf-header .br-50 {
    border-radius: 50%;
}

.wkd-sf-header .wh-100 {
    width: 100%;
    height: 100%;
}

/*bottomRowComponent-21.cs  start */

.none-modal {
    display: none !important;
}

.block-modal {
    display: flex !important;
}

.primary-menu-item-button {
    color: white;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 9px;
    padding-bottom: 14px;
    display: flex;
    flex-direction: column;
    opacity: 1;
    border: none;
    outline: 2px solid transparent;
    transition: border 0.2s ease-in;
    text-decoration: none !important;
    margin: 0px !important;
    border-radius: 0px !important;
}

.primary-menu-list-item {
    display: flex;
    padding: 0px;
    position: relative;
    border-radius: 0px !important;
}

/* THIS BLOCK IS FOR HOVER-BAR WHICH COMER UNDER PRIMARY MENU ON-HOVER OF PRIMARY MENU*/

.primary-menu-item-button:focus-visible::after,
.primary-menu-item-button:hover::after,
.primary-menu-item-button:focus::after,
.primary-menu-item-button:active::after,
.primary-menu-item-button-active::after {
    margin-left: 12px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: '';
    width: calc(100% - 24px);
    padding: 0px;
    height: 4px;
    border-radius: 4px 4px 0px 0px;
    background-color: #ffffff !important;
    outline: none !important;
    display: block;
    opacity: 1 !important;
}

.primary-menu-item-button-active {
    opacity: 1 !important;
    color: #ffffff;
}

.full-flex {
    flex: 1;
}

/* THIS BLOCK IS FOR PRIMARY MENU ON-HOVER */
/* THIS BLOCK IS FOR PRIMARY MENU ON-HOVER */

.primary-menu-item-button:hover,
.primary-menu-item-button:active {
    opacity: 1 !important;
}

.primary-menu-button-half-opacity {
    opacity: 0.5;
}

.primary-menu-button-full-opacity {
    opacity: 1;
}

/* THIS BLOCK IS FOR PRIMARY MENU ON-FOUCS */

.primary-menu-item-button:focus {
    outline: none !important;
    opacity: 1 !important;
    border: none !important;
}

.primary-menu-item-button:focus-visible {
    outline: 2px solid #ffffff !important;
    opacity: 1 !important;
    border: none !important;
}

.primary-menu-list {
    margin: 0px;
    display: flex;
    flex-direction: row;
    column-gap: 14px !important;
}

.primary-menu-list .primary-menu-list-item-inactive {
    opacity: 0.5;
}

.primary-menu-list:hover .primary-menu-list-item>.primary-menu-item-button {
    opacity: 0.5;
}

/* .primary-menu-list:focus-within .primary-menu-list-item> .primary-menu-item-button {
    opacity: 0.5;
} */

.primary-menu-modal {
    box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.16);
    border-radius: 12px;
    background-color: #FFFFFF;
    word-wrap: break-word;
    position: absolute;
    display: none;
    width: 250px;
    left: 12px;
    top: 51px;
    padding: 0px;
    z-index: 2000;
    text-align: left;
    outline: none !important;

}

.wkd-sf-header .sub-menu-list {
    display: flex;
    flex-direction: column;
    row-gap: 0px;
    margin: 0px;
    border-radius: 12px;
    text-align: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 12px;
    padding-right: 0px;
    padding-right: 0px;
    justify-content: center;
}

.sub-menu-item-link {
    display: flex;
    height: 46px;
    align-items: center;
    /* padding-top: 15px; */
    /* padding-bottom: 15px; */
    padding-left: 22px;
    padding-right: 24px;
    outline: none !important;
    text-decoration: none !important;
    text-align: left;
    border-radius: 0px !important;
    width: calc(100% - 3px);
    ;
}

.sub-menu-list-item {
    background-color: #FFFFFF !important;
    text-decoration: none !important;
    text-align: left;
    outline: none !important;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-menu-list-item:first-child {
    /* border-top-left-radius: 5px;
    border-top-right-radius: 5px; */
}

.sub-menu-list-item:last-child {
    /* border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; */
}

.sub-menu-list-item:first-child>a {
    /* padding-top: 20px; */
    /* border-top-left-radius: 12px; */
    /* border-top-right-radius: 12px; */
    outline: none !important;

}

.sub-menu-list-item:last-child>a {
    /* padding-bottom: 20px; */
    /* border-bottom-left-radius: 12px; */
    /* border-bottom-right-radius: 12px; */
    outline: none !important;

}

.sub-menu-list-item:hover {
    background-color: #E8EBED !important;
    outline: none !important;

}

.sub-menu-list-item>a:focus-visible {
    outline: 2px solid #0875E1 !important;
    background-color: #E8EBED !important;
    border: none !important;
    outline-offset: 0px !important;
}

.sub-menu-list-item:first-child>a:focus-visible {
    /* border-top-left-radius: 12px; */
    /* border-top-right-radius: 12px; */
    border: none !important;

}

.sub-menu-list-item:last-child>a:focus-visible {
    /* border-bottom-left-radius: 12px; */
    /* border-bottom-right-radius: 12px; */
    border: none !important;

}

.sub-menu-list-item:first-child:hover {
    /* border-top-left-radius: 12px; */
    /* border-top-right-radius: 12px; */
    border: none !important;

}

.sub-menu-list-item:last-child:hover {
    /* border-bottom-left-radius: 12px; */
    /* border-bottom-right-radius: 12px; */
    border: none !important;
}

/*bottomRowComponent-21.css  end */

/*font-8.css start */

/* @font-face {
    font-family: Workday Adelle Sans;
    src: url(../fonts/Workday_Adelle_Sans-Regular.woff2) format('woff2'),
    url(../fonts/Workday_Adelle_Sans-Regular.woff) format('woff'),
    url(../fonts/Workday_Adelle_Sans-Regular.eot) format('eot'),
    url(../fonts/Workday_Adelle_Sans-Regular.otf) format('otf');
   */
/* }
  @font-face {
    font-family: Workday Adelle Sans Medium;
    src: url(../fonts/Workday_Adelle_Sans-Medium.woff2) format('woff2'),
    url(../fonts/Workday_Adelle_Sans-Medium.woff) format('woff'),
    url(../fonts/Workday_Adelle_Sans-Medium.eot) format('eot'),
    url(..fonts/Workday_Adelle_Sans-Medium.otf) format('otf');
  } */
/* @font-face {
    font-family: Workday Adelle Sans bold;
    src: url(../fonts/workdayadellesans-bold.ttf);
  } */

.workday-bold {
    font-family: 'WorkdayAdelleSans-Regular';
    font-weight: 700;
}

/* 
  @font-face {
    font-family: Workday Adelle Sans bolditalic;
    src: url(../fonts/workdayadellesans-bolditalic.ttf);
  } */
.workday-bolditalic {
    font-family: 'WorkdayAdelleSans-Regular';
    font-weight: 700;
    font-style: italic;
}

/* 
  @font-face {
    font-family: Workday Adelle Sans extrabold;
    src: url(../fonts/workdayadellesans-extrabold.ttf);
  } */
.workday-extrabold {
    font-family: 'WorkdayAdelleSans-Regular';
    font-weight: 800;
}

/* 
  @font-face {
    font-family: Workday Adelle Sans heavy;
    src: url(../fonts/workdayadellesans-heavy.ttf);
  } */
.workday-heavy {
    font-family: 'WorkdayAdelleSans-Regular';
    font-weight: 900;
}

/* 
  @font-face {
    font-family: Workday Adelle Sans italic;
    src: url(../fonts/workdayadellesans-italic.ttf);
  } */
.workday-italic {
    font-family: 'WorkdayAdelleSans-Regular';
    font-style: italic;
}

/* 
  @font-face {
    font-family: Workday Adelle Sans light;
    src: url(../fonts/workdayadellesans-light.ttf);
  } */
.workday-light {
    font-family: 'WorkdayAdelleSans-Regular';
    font-weight: 300;
}

/* 
  @font-face {
    font-family: Workday Adelle Sans lightitalic;
    src: url(../fonts/workdayadellesans-lightitalic.ttf);
  } */
.workday-lightitalic {
    font-family: 'WorkdayAdelleSans-Regular';
    font-weight: 300;
    font-style: italic;
}

/* @font-face {
    font-family: Workday Adelle Sans medium;
    src: url(https://static.workday.com/fonts/Workday_Adelle_Sans/Workday_Adelle_Sans-Regular.woff);
  } */
.workday-medium {
    font-family: 'WorkdayAdelleSans-Medium';
    font-weight: 500;
}

/* @font-face {
    font-family: Workday Adelle Sans mediumitalic;
    src: url(../fonts/workdayadellesans-mediumitalic.ttf);
  } */
.workday-mediumitalic {
    font-family: 'WorkdayAdelleSans-Regular';
    font-weight: 500;
    font-style: italic;
}

.workday-regular {
    font-family: 'WorkdayAdelleSans-Regular';
    font-weight: 400;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

/* body {
    font-family: 'WorkdayAdelleSans-Regular', "Roboto", sans-serif;
  } */
/*font-8.css end */

/*index-32.css start*/

/* body {
    font-family: 'Workday-Adelle-Sans-regular', 'Roboto', sans-serif;	
    padding: 0px;
    margin: 0px;
    -webkit-font-smoothing: antialiased;
} */

body>div[data-aura-rendered-by]>div[data-aura-rendered-by]:first-child {
    position: sticky;
    top: 0px;
    z-index: 1500;
}

.wkd-header-backdrop-util-menu {
    position: absolute;
    height: 9000vh;
    left: 0px;
    top: 149px;
    width: 100%;
    background: #000000; 
    opacity: 0.3;
    z-index: 1500;
    display: none;
   
}

.wkd-sf-header button:hover,
.wkd-sf-header a:hover {
    cursor: pointer;
}

.wkd-sf-header img {
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
}

.wkd-sf-header .no-decoration {
    border: none;
    text-decoration: none !important;
    background-color: transparent !important;
}

.wkd-sf-header {
    /* background-color: #0875e1; */
    background-color: #FFFFFF;
    padding-top: 2px;
    margin: 0px !important;
    position: sticky;
    top: 0px;
    z-index: 1500;
    word-spacing: 8.64px;
    /*Word spacing move from body to header footer parent class*/
    display: flex;
    justify-content: center;
    place-items: center;
}

.wkd-sf-footer {
    word-spacing: 8.64px;
    /*Word spacing move from body to header footer parent class*/
}

.wkd-sf-header .header-wkd-container-fluid {
    /* background-color: #0875e1; */
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px;
    /* row-gap: 4px; */
}

.wkd-sf-header .top-row {
    display: flex;
    flex-direction: row;
    padding-right: 18px !important;
    /* align-items: flex-end; */
    align-items: center;

}

.wkd-sf-header .header-workday-logo-button {
    display: flex;
    padding: 15px 24px 8px 22px;
    outline: 2px solid transparent;
    margin: 2px 0px 0px 2px;

}

.wkd-sf-header .logo-name {
    padding-left: 2px;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .wkd-sf-header .top-row {
        display: flex;
        flex-direction: row;
        padding-right: 10px !important;
        align-items: flex-end;
    }

    .wkd-sf-header .header-workday-logo-button {
        display: flex;
        padding: 16px 16px 8px 14px;
        margin: 0px;
    }

    .wkd-sf-header .bottom-row {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
}


.wkd-sf-header .header-workday-logo-button:focus {
    outline: 2px solid transparent;
}

.wkd-sf-header .ul-style-none {
    list-style-type: none;
    padding: 0;
    outline: none !important;
    text-decoration: none !important;
}

.wkd-sf-header .li-style-none {
    list-style-type: none;
    padding: 0;
    outline: none !important;
    text-decoration: none !important;
}

.wkd-sf-header .header-workday-logo-button:focus-visible {
    outline: 2px solid white;
}

.wkd-sf-header .bottom-row {
    display: flex;
    padding-left: 12px;
    padding-right: 12px;
}

.wkd-sf-header .bottom-row p {
    margin: 0px !important;
}

.wkd-sf-header .top-row p {
    margin: 0px !important;
}

.wkd-sf-header .header-wkd-search-icon-nav {
    align-items: center;
    gap: 10px;
}

.wkd-sf-header .text-white {
    /* color: white; */
    color: #0057AE;
    font-weight: 500;
    font-size: 25px;
    line-height: 28px;
    letter-spacing: 0;
    /* added for Branding*/

}

.wkd-sf-header .text-black {
    color: black;
}

.wkd-sf-header .wkd-row {
    display: flex;
    flex-direction: row;
    margin: 0px !important;
}

.wkd-sf-header .wkd-col {
    display: flex;
    flex-direction: column;
}

.wkd-sf-header .wkd-header-separator {
    height: 48px;
    width: 1px;
    margin-left: 16px;
    margin-right: 17px;
    background-color: #B6C1CC;
}

.wkd-sf-header .header-wkd-justify-space-between {
    display: flex;
    justify-content: space-between;
}

.wkd-sf-header .top-row button {
    /* background: none transparent !important; */
}

.wkd-sf-header .bottom-row button {
    background: none transparent !important;
}

.focus-underline,
.hover-underline {
    text-decoration: none !important;
}

.focus-underline:focus,
.hover-underline:hover {
    text-decoration: underline !important;
}

.wkd-sf-header .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
    outline: none !important;
}

a.navSkipLink {
    display: flex;
    align-items: center;
    max-height: 30px;
    position: absolute;
    z-index: 3000;
    border-radius: 0px 0px 2.4px 2.4px;
    background-color: #333d47 !important;
    padding-top: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    color: #ffffff;
    border: none;
    top: 0;
    /* // fonts */
    font-family: 'WorkdayAdelleSans-Regular';
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
    text-decoration-color: #ffffff;
    margin: 0px;
    text-underline-offset: 1.6px;
    word-spacing: 5px;

    /* hiding element */
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip: rect(1px 1px 1px 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    width: 1px;
    word-wrap: normal !important;
}

a.navSkipLink:focus,
a.navSkipLink:hover,
a.navSkipLink:active,
a.navSkipLink:focus-visible {
    width: fit-content;
    margin: 1.8px 0px 0px 0px;
    overflow: visible;
    clip: auto;
    clip-path: none;
    -webkit-clip: auto;
    clip: initial;
    -webkit-clip: initial;
    -webkit-clip-path: none;
    height: fit-content;
    z-index: 3000;
    top: 0;
    left: calc(50% - 72px);
    color: #ffffff;
    outline: 2px solid white;
    word-spacing: 3.2px;
}

@media (max-width: 377px) {
    .a.navSkipLink {
        display: none;
    }
}

@media (max-width: 767px) {
    .wkd-sf-header .header-wkd-container-fluid {
        padding-top: 16px;
        padding-bottom: 26px;
    }
}

.trimming {
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.username-box {
    margin-left: 24px;
    margin-right: 24px;
}

/*index-32.css end*/

/* languageModal.css start*/

.language-dropdown .slds-dropdown {
    min-width: 1074px;
    max-width: 100%;
    border-radius: 12px;
    margin-top: 5px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #333;
    font-size: 16px;
    padding: 0;
}

.language-dropdown .slds-is-open .backdrop {
    background: rgba(0, 0, 0, 0.32);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    /* margin-top: 55px; */
    top: 0;
    z-index: 999;
}

.txt-14 {
    font-size: 14px !important
}

.txt-20 {
    font-size: 20px !important
}

.language-menu {
    border-top: 1px solid #DFE2E6;
}

.language-menu .slds-size_1-of-3:not(:last-child) {
    border-right: 1px solid #DFE2E6;
}

.language-menu .menu-links {
    display: block;
    padding: 12px 36px 12px 12px;
    border-radius: 8px;
    color: #333;
    text-decoration: none;
    background: no-repeat url(../images/menu-arrow.svg) right 12px center;
    position: relative;
    margin-bottom: 1px;
}

.language-menu .menu-links:hover,
.language-menu .menu-links:focus {
    background: #F0F1F2 no-repeat url(../images/menu-arrow.svg) right 12px center;
    text-decoration: none !important;
}

.language-menu .menu-links.active {
    background: #F0F1F2 no-repeat url(../images/menu-arrow.svg) right 12px center;
    cursor: default;
}

.language-menu .menu-links.no-arrow {
    background: none;
}

.language-menu .menu-links.no-arrow:hover,
.language-menu .menu-links.no-arrow:focus {
    background: #F0F1F2 no-repeat url(../images/menu-arrow.svg) right 12px center;
    background-image: none;
}

.language-menu .menu-links.no-arrow.active {
    background: #D7EAFC no-repeat url(../images/menu-check.svg) right 12px center;
    cursor: default;
    box-shadow: inset 0px 0px 0px 2px #0875E1;
}

.language-dropdown .slds-dropdown.dropdown-mobile {
    min-width: auto;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-radius: 0;
    margin-top: 0;
    box-shadow: none;
    border: 0;
    color: #333;
    font-size: 16px;
    padding: 0;
}

.language-bar {
    background: #004387;
    padding: 8px 48px 8px 32px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    position: relative;
    z-index: 7001;
}

.language-bar-txt {
    padding: 6px 0px;
}

.close-language-bar {
    position: absolute;
    top: 21px;
    right: 19px;
    line-height: 12px;
}

.custom-neutral-btn {
    padding: 6px 10px;
    border-radius: 24px;
    color: #0F2E66;
    font-family: 'WorkdayAdelleSans-Medium';
    line-height: 24px;
}

.language-bar-dropdown {
    display: inline-block;
    margin-right: 10px;
}

.link-language,
.link-language:hover,
.link-language:focus {
    color: #fff !important;
}

.slds-is-open .link-language img {
    transform: rotate(180deg);
}

.language-bar-dropdown .slds-dropdown {
    border-radius: 12px;
    margin-top: 5px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 16px;
    padding: 12px 0px;
    font-family: 'WorkdayAdelleSans-Medium';
    min-width: 200px;
}

.language-bar-dropdown .slds-dropdown a {
    color: #022043;
    display: block;
    padding: 12px 24px;
    text-align: left;
    text-decoration: none !important;
}

.language-bar-dropdown .slds-dropdown a:hover {
    background: #f0f1f2;
    text-decoration: none;
}

.language-bar-dropdown-panel {
    text-align: right;
}

.custom-modal-02 {
    padding: 0;
    font-size: 16px;
}

.custom-modal-02 .slds-modal__container {
    max-width: 440px;
    width: 100%;
    margin: 0px auto;
}

.custom-modal-02 .slds-modal__close {
    z-index: 99;
    top: 48px;
    right: 24px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
}

.custom-modal-02 .slds-modal__close svg path {
    fill: #333;
}

.custom-modal-02 .slds-modal__close:hover {
    background: #f0f1f2;
}

.custom-modal-02 .slds-modal__close:focus {
    box-shadow: rgb(255 255 255) 0px 0px 0px 0px, rgb(8 117 225) 0px 0px 0px 2px;
}

.custom-modal-02 .slds-modal__header {
    padding: 56px 32px 16px 32px;
}

.custom-modal-02 .custom-header {
    border: 0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.custom-modal-02 .slds-modal__title {
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    font-family: 'WorkdayAdelleSans-Medium';
}

.custom-modal-02 .modal-txt {
    padding-bottom: 24px;
}

.custom-modal-02 .modal-txt p {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #000000;
}

.custom-modal-02 .slds-modal__content {
    padding: 0 32px !important;
}

.custom-modal-02 .custom-footer {
    border: 0;
    background: #fff;
    padding: 16px 32px 32px 32px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.custom-modal-02 .secondary-medium {
    font-family: 'WorkdayAdelleSans-Medium';
    border-radius: 24px;
    padding: 12px 0px;
    font-size: 16px;
    line-height: 20px;
    color: #0875E1;
    border: 0;
    background: transparent;
}

.custom-modal-02 .secondary-medium:hover,
.custom-modal-02 .secondary-medium:focus {
    text-decoration: underline;
    border: 0;
    outline: 0;
    box-shadow: none;
}

/*.custom-modal-02 .secondary-medium:active{
  background: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
}
.custom-modal-02 .secondary-medium:focus{
  box-shadow: rgb(255 255 255) 0px 0px 0px 2px, rgb(8 117 225) 0px 0px 0px 4px;
  outline: none;
}
.custom-modal-02 .secondary-medium:disabled{
  background-color: transparent;
  border-color: rgb(51, 51, 51);
  color: rgb(51, 51, 51);
}*/
.custom-modal-02 .primary-medium {
    font-family: 'WorkdayAdelleSans-Medium';
    border-radius: 24px;
    border-color: transparent !important;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 24px;
    background: #0875E1 !important;
    color: #fff;
    border: 0;
}

.custom-modal-02 .primary-medium:hover {
    background-color: rgb(0, 92, 185) !important;
}

.custom-modal-02 .primary-medium:focus {
    box-shadow: rgb(255 255 255) 0px 0px 0px 2px, rgb(8 117 225) 0px 0px 0px 4px;
    outline: none;
}

.custom-modal-02 .primary-medium:active {
    background-color: rgb(0, 67, 135);
}

@media (max-width: 1024px) {
    .language-bar-txt {
        text-align: center;
        font-size: 14px;
        padding: 0px 0px 8px;
        line-height: 20px;
    }

    .language-bar-dropdown-panel {
        text-align: center;

    }

    .custom-modal-02,
    .custom-modal-02 .slds-modal__title,
    .language-breadcrumb {
        text-align: center;
    }

    .custom-modal-02 .primary-medium,
    .custom-modal-02 .secondary-medium {
        width: 100%;
        margin: 0;
    }

    .custom-modal-02 .secondary-medium {
        margin-top: 4px;
        padding-bottom: 0;
    }

    .globe-icon-mobile {
        margin-top: 10px;
        width: 22px !important;
        height: 22px  !important;
    }
}

/* languageModal.css end*/

/*responaive-25.css start*/

ul::-webkit-scrollbar {
    display: none;
}

ul.profile-menu-list,
ul.util-menu-list {
    padding: 0px 0px;
}

/* 
@media (min-width: 768px) {
    ul.profile-menu-list > li {
        padding: 2px;
        max-width: 246px;
    }
    ul.util-menu-list > li {
        padding: 2px;
    }

    ul.profile-menu-list > div > li {
        padding: 2px;
        max-width: 246px;
    }
    ul.util-menu-list > div > li {
        padding: 2px;
    }

    ul.profile-menu-list > div {
        padding: 1px;
    }
    ul.util-menu-list > div {
        padding: 1px;
    }
} */

.slide-from-right {
    top: 43px;
    right: 0px;
    position: absolute;
    transition: 0.25s ease-in;
    display: none;
    z-index: 2000;
    min-width: 726px !important;
    -webkit-transition: 0.25s ease-in;
    -moz-transition: 0.25s ease-in;
    -ms-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
}

.util-menu-parent .slide-from-right {
    animation: slide-from-right-to-left 0.25s ease-in forwards;
    display: block;
    -webkit-animation: slide-from-right-to-left 0.25s ease-in forwards;
}

.modal-menu-right-aligned {
    top: 43px;
    right: 8px;
    display: none;
    transition: display 0.25s ease-in;
    z-index: 2000;
    -webkit-transition: display 0.25s ease-in;
    -moz-transition: display 0.25s ease-in;
    -ms-transition: display 0.25s ease-in;
    -o-transition: display 0.25s ease-in;
}

.profile-menu-parent .modal-menu-right-aligned {
    display: block;
}

@keyframes slide-from-right-to-left {
    0% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
    }

    100% {
        transform: translateX(3.9%);
        -webkit-transform: translateX(3.9%);
        -moz-transform: translateX(3.9%);
        -ms-transform: translateX(3.9%);
        -o-transform: translateX(3.9%);
    }
}

/* ================================== responsive layout code starts from here ===========================================*/

.image-div {
    display: flex;
    width: 24px;
    min-width: 24px;
    height:24px;
    border-radius: 50%;
}

.header-wkd-modal-horizontal-separator {
    width: calc(100% - 32px);
    margin-left: 16px;
    background-color: #ced3d9;
    border-top: 0.2px solid #ced3d9;
    height: 0.8px;
    display: flex;
}

.mv-logo {
    display: none; 
    
}
.wkd-modal {
    position: absolute;
    z-index: 999;
    overflow: scroll;
    box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.1);
    background-color: white;
}

.wkd-sf-header .mv-icon-nav {
    display: none;
    transition: 0.8s ease-in;
}

.header-wkd-mv-icon-container {
    display: flex;
    flex-direction: row;
    column-gap: 8px;
}

.header-wkd-mv-search-button-parent,
.header-wkd-mv-settings-button-parent,
.header-wkd-mv-notification-button-parent {
    display: none;
}

.header-wkd-mv-icon-container .mv-icon-button {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    width: 44px;
    height: 44px;
    outline: none;
}

.mv-profile-menu-list-modal {
    display: none;
}
.mobile-menu-dropdown .slds-dropdown.dropdown-mobile   {
    display: block;
    visibility: visible;
    opacity: 1;
    height: 100vh;
    width:100vw;
    min-width: auto;
    max-width:100%;
    position: fixed;
    max-width:100%;
    left: 0;
    top: 0;
    border-radius: 0;
    margin-top: 0;
    box-shadow: none;
    border: 0;
    color: #333;
    font-size: 16px;
    padding: 0;
}

.mv-menu-nav  {
    display: block;
    visibility: visible;
    opacity: 1;
    height: 100vh;
    width:100vw;
    min-width: auto;
    max-width:100%;
    position: fixed;
    max-width:100%;
    left: 0;
    top: 0;
    border-radius: 0;
    margin-top: 0;
    box-shadow: none;
    border: 0;
    color: #333;
    font-size: 16px;
    padding: 0;
}
.profile-pic-div{
    width:80px;
    height:80px;
    border-radius: 50%;
    display: flex;
}
.profile-menu-pic-name {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    color:#022043;
    line-height: 24px;
}
.menu-title{
    font-size: 16px;
    line-height: 24px;
    font-family: 'WorkdayAdelleSans-Medium';
    font-weight: 700;
}
/* search icon */

.mv-search-btn .mv-search-icon {
    width: 24px;
    height: 24px;
    background-color: transparent;
    max-width: 24px;
}
/* search icon focus state on button */

.wkd-sf-header .top-row .mv-search-btn-active {
    outline: none;
    margin-right: 4px;
    background-color: #005cb9 !important;
}

.wkd-sf-header .mv-search-btn-active .mv-search-icon {
    width: 16px;
    height: 16px;
    background-color: transparent;
}

/* settings-icons */

.mv-settings-btn .mv-settings-icon {
    width: 24px;
    height: 24px;
    background-color: transparent;
    max-width: 24px;
}

.wkd-sf-header .top-row .mv-settings-btn-active {
    margin-left: 4px;
    outline: none;
    background-color: transparent;
}

/* settings-icons click focus state on button*/
.wkd-sf-header .mv-settings-btn-active .mv-settings-icon {
    width: 16px;
    height: 16px;
    background-color: transparent;
}

/* notification-icon-button  */
.mv-notification-btn .mv-notification-icon {
    width: 24px;
    height: 24px;
    background-color: transparent;
    max-width: 24px;
}

.wkd-sf-header .top-row .mv-notification-btn-active {
    margin-left: 4px;
    margin-right: 4px;
    outline: none;
    background-color: transparent;
}

.wkd-sf-header .top-row .mv-notification-btn-active .mv-notification-icon {
    width: 24px;
    height: 24px;
    background-color: transparent;
}

/* settings down arrow button style  */
.wkd-sf-header .mv-down-arrow {
    display: flex;
    width: 50px;
    height: 50px;
    margin-left: 16px;
    justify-content: center;
    align-items: center;
}

.mv-down-arrow .mv-down-arrow-icon {
    width: 24px;
    height: 24px;
    background-size: 24px 24px !important;
    background-image: url('../images/mobile-view-icons/DownArrow.svg') !important;
    background-repeat: no-repeat !important;
}

.wkd-sf-header .mv-down-arrow-active .mv-down-arrow-icon {
    width: 24px;
    height: 24px;
    background-size: 24px 24px !important;
    background-image: url('../images/mobile-view-icons/UpArrow.svg') !important;
    background-repeat: no-repeat !important;
}

/* primary menu down-arrow style  */

/* modals styling  */
.header-wkd-mv-settings-modal {
    display: none;
    width: calc(100% - 0px);
    /* padding-left: 16px; */
    /* padding-right: 16px; */
    position: absolute;
    top: 100px;
    right: 0px;
    background-color: white;
    z-index: 2000;
    flex-direction: column;
}

.header-wkd-mv-search-modal {
    top: 0;
    right: 0px;
    width: 100%;
    background-color: #ffffff;
    padding: 12px 64px 12px 24px;
    display: none;
    z-index: 2000;
}



/* mobile view profile menu modal styling  */
.mv-profile-menu-modal {
    padding: 0px;
}

/* mobile view primary menu modal styling  */

.mv-primary-menu-modal {
    display: none;
}

/* search bar media query and styles */

@media (max-width: 767px) {
    .search-icon {
        top: 12px !important;
        padding: 0;;
        left: 12px !important;
    }

    .mv-search-bar {
        display: flex;
        position: relative;
        padding: 0;
        transition: border-color 0.2s ease-in;
        outline: none !important;
    }
    .mv-logo
    {
        display: flex;
    }

    .search-input {
        width: 100%;
        max-width: 100%;
    }

    .wkd-header-backdrop {
        position: absolute;
        height: 250rem;
        left: 0px;
        top: 77px;
        width: 100%;
        background: #000000;
        z-index: 1500;
        visibility: visible;
        opacity: 1;
        background: rgba(0, 0, 0, 0.8);
        backdrop-filter: blur(17.5px);
    }
     
    .search-text {
        font-weight: 400 !important;
        font-size: 16px;
        color: #787878 !important;
        font-family: 'WorkdayAdelleSans-Regular' !important;
    }
    .cancel-search-button {
        top: 12px !important;
        right: 12px !important;
        background: transparent;
    }
    .search-input:focus {
        border: 2px solid #005cb9;
        background: #fff !important;
    }
    .mv-search-close {
        position: absolute;
        right: 12px;
        width: 48px;
        height: 48px;
        padding: 12px;
        border-radius: 50%;
        background: #ffffff;
        outline: none;
        border: 0;
    }
    .mv-search-close:hover, .mv-search-close:focus {
        background: #f0f1f2 !important;
    }
    .header-wkd-mv-search-modal {
        background-color: #fff;
        padding: 12px 64px 12px 24px;
        top: 0;
    }
}

@media (max-width: 767px) {
    .wkd-sf-header .mv-icon-nav {
        display: flex;
    }

    .header-wkd-mv-search-button-parent,
    .header-wkd-mv-settings-button-parent,
    .header-wkd-mv-notification-button-parent {
        display: flex;
    }

    .wkd-lg-modal {
        display: none !important;
    }

    .header-wkd-search-icon-nav {
        display: none;
    }

    .mv-primary-menu-modal {
        display: flex;
    }

    .wkd-sf-header .profile-menu-list {
        padding-bottom: 17px;
    }

    .wkd-sf-header .mv-primary-menu-list {
        display: flex;
        flex-direction: column;
    }
}

/* ============================ bottom row components responsive CSS============ */

@media (max-width: 767px) {
    .wkd-sf-header .mv-primary-menu-btn {
        padding: 0px 16px;
        text-align: left;
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
    }

    .wkd-sf-header .top-row .mv-primary-menu-btn:hover,
    .wkd-sf-header .top-row .mv-primary-menu-btn:focus {
        background-color: #e8ebed !important;
        outline: none !important;
    }

    .wkd-sf-header .top-row .mv-primary-menu-btn:focus-visible {
        background-color: #e8ebed !important;
        outline: 2px solid #0875e1;
    }

    .primary-menu-list-item {
        display: flex;
        flex-direction: column;
    }

    .wkd-mv-sub-menu {
        display: none;
    }

   

    .mv-sub-menu-item-link {
        display: flex;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 12px;
        padding-bottom: 12px;
       
    }

    .mv-sub-menu-item-link.show-sec-menu:before {
        content: '';
        position: absolute;
        right: 12px;
    
        background: no-repeat url(../images/cheveron-right-nav.svg) center;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .mv-sub-menu-item-link.show-sec-menu[href]:before {
        display: none;
    }
 
 
    .wkd-mv-sub-menu .mv-sub-menu-item-link:hover{
        border-radius: 8px !important;
        background: #F0F1F2 ;
      }  
      .wkd-mv-sub-menu   .mv-sub-menu-item-link:focus {
        border-radius: 8px !important;
      background:  #F0F1F2 ;
    }

      .wkd-mv-sub-menu  .mv-sub-menu-item-link:focus-visible {
          outline: 2px solid #0875e1;
          background-color: #F0F1F2 ;
    }

    .mv-sub-menu-list-item {
        display: flex;
    }
}

/* ================================== top row components responsive CSS ======================== */

@media (max-width: 767px) {
    .util-menu-text-box {
        max-width: 78%;
    }

    .wkd-sf-header .profile-menu-options-image {
        height: 100%;
    }

    .profile-menu-options-red-dot {
        width: 50px;
        justify-content: center;
    }

    .wkd-sf-header .profile-menu-list-item {
        padding: 12px !important;
        /* column-gap: 16px; */
        align-items: flex-start;
        height:100% !important;
        width: 100%;
        text-decoration: none !important;
        text-align: left;
    }
    .wkd-sf-header .profile-menu-list{
        padding: 12px 12px 12px 12px !important;
    }

    .util-menu-list {
        row-gap: 2px;
    }

    .wkd-sf-header .top-row .util-menu-list-item {
        padding: 13px 16px !important;
        margin: 0px;
        display: flex;
        column-gap: 8px;
        width: 100%;
    }
}

@media (max-height: 900px) and (min-width: 768px) {

    .util-menu-list,
    .profile-menu-list {
        overflow-y: scroll;
        max-height: 690px;
    }
}

@media (max-height: 850px) and (min-width: 768px) {

    .util-menu-list,
    .profile-menu-list {
        overflow-y: scroll;
        max-height: 640px;
    }
}

@media (max-height: 800px) and (min-width: 768px) {

    .util-menu-list,
    .profile-menu-list {
        overflow-y: scroll;
        max-height: 590px;
    }
}

@media (max-height: 750px) and (min-width: 768px) {

    .util-menu-list,
    .profile-menu-list {
        overflow-y: scroll;
        max-height: 540px;
    }
}

@media (max-height: 700px) and (min-width: 768px) {

    .util-menu-list,
    .profile-menu-list {
        overflow-y: scroll;
        max-height: 490px;
    }
}

@media (max-height: 650px) and (min-width: 768px) {

    .util-menu-list,
    .profile-menu-list {
        overflow-y: scroll;
        max-height: 440px;
    }
}

@media (max-height: 600px) and (min-width: 768px) {

    .util-menu-list,
    .profile-menu-list {
        overflow-y: scroll;
        max-height: 390px;
    }
}

@media (max-height: 550px) and (min-width: 768px) {

    .util-menu-list,
    .profile-menu-list {
        overflow-y: scroll;
        max-height: 340px;
    }
}

@media (max-height: 500px) and (min-width: 768px) {

    .util-menu-list,
    .profile-menu-list {
        overflow-y: scroll;
        max-height: 290px;
    }

}

@media (max-height: 450px) and (min-width: 768px) {

    .util-menu-list,
    .profile-menu-list {
        overflow-y: scroll;
        max-height: 240px;
    }
}

@media (max-height: 400px) and (min-width: 768px) {

    .util-menu-list,
    .profile-menu-list {
        overflow-y: scroll;
        max-height: 190px;
    }
}

@media (max-height: 768px) and (max-width: 767px) {
    .header-wkd-mv-settings-modal {
        overflow-y: scroll;
        max-height: 590px;
    }
}

@media (max-height: 700px) and (max-width: 767px) {
    .header-wkd-mv-settings-modal {
        overflow-y: scroll;
        max-height: 540px;
    }
}

@media (max-height: 650px) and (max-width: 767px) {
    .header-wkd-mv-settings-modal {
        overflow-y: scroll;
        max-height: 510px;
    }
}

@media (max-height: 600px) and (max-width: 767px) {
    .header-wkd-mv-settings-modal {
        overflow-y: scroll;
        max-height: 460px;
    }
}

@media (max-height: 550px) and (max-width: 767px) {
    .header-wkd-mv-settings-modal {
        overflow-y: scroll;
        max-height: 410px;
    }
}

@media (max-height: 500px) and (max-width: 767px) {
    .header-wkd-mv-settings-modal {
        overflow-y: scroll;
        max-height: 360px;
    }
}

@media (max-height: 450px) and (max-width: 767px) {
    .header-wkd-mv-settings-modal {
        overflow-y: scroll;
        max-height: 310px;
    }
}

@media (max-height: 400px) and (max-width: 767px) {
    .header-wkd-mv-settings-modal {
        overflow-y: scroll;
        max-height: 260px;
    }
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: grey rgba(0, 0, 0, 0.5);
}

.bg-grey {
    background-color: #e8ebed !important;
}

.wkd-xs-show-modal {
    display: none;
}

@media (max-width: 767px) {
    .wkd-sf-header .text-white{
        font-size: 20px;   
       }
    .wkd-xs-show-modal {
        display: flex;
    }
    
}


/*responaive-25.css end*/


/* searchBarComponent-17.css start*/

.search-bar {
    position: relative;
    padding: 4px 6px;
    border-color: transparent;
    border-width: 2px;
    border-style: solid;
    transition: border-color 0.2s ease-in;
    outline: none !important;
    margin-bottom: 2px;
}

.search-icon {
    position: absolute;
    top: 12px;
    left: 12px;
    bottom: 12px;

}

.search-input {
    display: flex;
    border-radius: 24px;
    padding: 12px 12px 12px 44px;
    width: 480px; /*changes from 400px to 480px GTMDCX-6577*/
    height: 48px;
    background: #F1F3F6;
    border: none;
    box-shadow: none;
    outline: none !important;
    transition: border 0.2s ease-in, box-shadow 0.2s ease-in;
    text-decoration: none !important;
    box-sizing: border-box;
}

.search-input:focus {
    border: 2px solid #0057AE;
	outline: none !important;
}

.search-input:focus-visible {
	box-shadow: none;
	outline: none !important;
}

.search-input-active {
     border: 2px solid #0057AE;


}
.cancel-search-button {
    position: absolute;
    max-height: 32px;
    max-width: 32px; 
    top: 8px;
    bottom: 8px;
    align-items: center;
    border-radius: 50%;
    display: none;
    border:none;
    right: 65px !important; /*changes from 8px to 65 GTMDCX-6577*/
    background:none;
}

.cancel-search-button:focus {
    outline: 2px solid #0057AE;
   
}

.cancel-search-button:hover {
    background-color: #DFE2E6;
   
} 
.cancel-search-button:active{
    background-color:#CED3D9;
   
}

/* searchBarComponent-17.css end*/

/* spacings-9.css start*/

.wkd-sf-header .wkd-ml-auto {
    margin-left: auto;
}

.wkd-sf-header .ml-1 {
    margin-left: 8px;
}

.wkd-sf-header .ml-2 {
    margin-left: 16px;
}

.wkd-sf-header .ml-3 {
    margin-left: 24px;
}

.wkd-sf-header .ml-4 {
    margin-left: 32px;
}

.wkd-sf-header .ml-5 {
    margin-left: 40px;
}

.wkd-sf-header .ml-6 {
    margin-left: 48px;
}

.wkd-sf-header .ml-2 {
    margin-left: 16px;
}

.wkd-sf-header .mr-1 {
    margin-right: 8px;
}

.wkd-sf-header .mr-2 {
    margin-right: 16px;
}

.wkd-sf-header .mr-3 {
    margin-right: 24px;
}

.wkd-sf-header .mr-4 {
    margin-right: 32px;
}

.wkd-sf-header .mr-5 {
    margin-right: 40px;
}

.wkd-sf-header .mr-6 {
    margin-right: 48px;
}

.wkd-sf-header .mr-12 {
    margin-right: 12px;
}

.wkd-sf-header .mt-1 {
    margin-top: 8px;
}

.wkd-sf-header .mt-2 {
    margin-top: 16px;
}

.wkd-sf-header .mt-3 {
    margin-top: 24px;
}

.wkd-sf-header .mt-4 {
    margin-top: 32px;
}

.wkd-sf-header .mt-5 {
    margin-top: 40px;
}

.wkd-sf-header .mt-6 {
    margin-top: 48px;
}

.wkd-sf-header .mt-12 {
    margin-top: 12px;
}

.wkd-sf-header .mt-18 {
    margin-top: 18px;
}

.wkd-sf-header .mb-1 {
    margin-bottom: 8px;
}

.wkd-sf-header .mb-2 {
    margin-bottom: 16px;
}

.wkd-sf-header .mb-3 {
    margin-bottom: 24px;
}

.wkd-sf-header .mb-4 {
    margin-bottom: 32px;
}

.wkd-sf-header .mb-5 {
    margin-bottom: 40px;
}

.wkd-sf-header .mb-6 {
    margin-bottom: 48px;
}

.wkd-sf-header .mb-6px {
    margin-bottom: 6px;
}

.wkd-sf-header .mb-7px {
    margin-bottom: 7px;
}

.wkd-sf-header .mb-9px {
    margin-bottom: 9px;
}

.wkd-sf-header .mb-10px {
    margin-bottom: 10px;
}

.wkd-sf-header .mb-11px {
    margin-bottom: 11px;
}

.wkd-sf-header .mb-12px {
    margin-bottom: 12px;
}

.wkd-sf-header .mb-14px {
    margin-bottom: 14px;
}

.wkd-sf-header .mb-18px {
    margin-bottom: 18px;
}

.wkd-sf-header .mb-20px {
    margin-bottom: 20px;
}

.wkd-sf-header .mt-0 {
    margin-top: 0px;
}

.wkd-sf-header .ml-0 {
    margin-left: 0px;
}

.wkd-sf-header .mr-0 {
    margin-right: 0px;
}

.wkd-sf-header .mb-0 {
    margin-bottom: 0px;
}

.wkd-sf-header .pl-0 {
    padding-left: 0px;
}

.wkd-sf-header .pr-0 {
    padding-right: 0px;
}

.wkd-sf-header .pt-0 {
    padding-top: 0px;
}

.wkd-sf-header .pb-0 {
    padding-bottom: 0px !important;
}

.wkd-sf-header .pl-12 {
    padding-left: 12px;
}

.wkd-sf-header .pr-12 {
    padding-right: 12px;
}

.wkd-sf-header .pt-12 {
    padding-top: 12px;
}

.wkd-sf-header .pb-12 {
    padding-bottom: 12px;
}

.wkd-sf-header .pl-1 {
    padding-left: 8px;
}

.wkd-sf-header .pl-2 {
    padding-left: 12px;
}

.wkd-sf-header .pl-3 {
    padding-left: 24px;
}

.wkd-sf-header .pl-4 {
    padding-left: 32px;
}

.wkd-sf-header .pl-5 {
    padding-left: 40px;
}

.wkd-sf-header .pl-6 {
    padding-left: 48px;
}

.wkd-sf-header .pr-1 {
    padding-right: 8px;
}

.wkd-sf-header .pr-2 {
    padding-right: 12px;
}

.wkd-sf-header .pr-3 {
    padding-right: 24px;
}

.wkd-sf-header .pr-4 {
    padding-right: 32px;
}

.wkd-sf-header .pr-5 {
    padding-right: 40px;
}

.wkd-sf-header .pr-6 {
    padding-right: 48px;
}

.wkd-sf-header .pt-1 {
    padding-top: 8px;
}

.wkd-sf-header .pt-2 {
    padding-top: 16px;
}

.wkd-sf-header .pt-3 {
    padding-top: 12px;
}

.wkd-sf-header .pt-4 {
    padding-top: 32px;
}

.wkd-sf-header .pt-5 {
    padding-top: 40px;
}

.wkd-sf-header .pt-6 {
    padding-top: 48px;
}

.wkd-sf-header .pb-1 {
    padding-bottom: 8px;
}

.wkd-sf-header .pb-2 {
    padding-bottom: 12px;
}

.wkd-sf-header .pb-3 {
    padding-bottom: 24px;
}

.wkd-sf-header .pb-4 {
    padding-bottom: 32px;
}

.wkd-sf-header .pb-5 {
    padding-bottom: 40px;
}

.wkd-sf-header .pb-6 {
    padding-bottom: 48px;
}

.wkd-sf-header .pl-75 {
    padding-left: 75px !important;
}

.wkd-sf-header .mt-30 {
    margin-top: 30px;
}

.wkd-sf-header .mb-30 {
    margin-bottom: 30px;
}

.wkd-sf-header .p-0 {
    padding: 0px !important;
}

.wkd-sf-header .p-1 {
    padding: 8px;
}

.wkd-sf-header .p-2 {
    padding: 16px;
}

.wkd-sf-header .p-3 {
    padding: 24px;
}

.wkd-sf-header .p-4 {
    padding: 32px;
}

.wkd-sf-header .m-0 {
    margin: 0px;
}

.wkd-sf-header .ml-lg-2 {
    margin-left: 16px;
}

.wkd-sf-header .ml-lg-3 {
    margin-left: 24px;
}

.wkd-sf-header .ml-lg-4 {
    margin-left: 32px;
}

.wkd-sf-header .ml-lg-5 {
    margin-left: 40px;
}

.wkd-sf-header .ml-lg-6 {
    margin-left: 48px;
}

.wkd-sf-header .ml-lg-2 {
    margin-left: 16px;
}

.wkd-sf-header .mr-lg-1 {
    margin-right: 8px;
}

.wkd-sf-header .mr-lg-2 {
    margin-right: 16px;
}

.wkd-sf-header .mr-lg-3 {
    margin-right: 24px;
}

.wkd-sf-header .mr-lg-4 {
    margin-right: 32px;
}

.wkd-sf-header .mr-lg-5 {
    margin-right: 40px;
}

.wkd-sf-header .mr-lg-6 {
    margin-right: 48px;
}

.wkd-sf-header .mr-lg-12 {
    margin-right: 12px;
}

.wkd-sf-header .mt-lg-1 {
    margin-top: 8px;
}

.wkd-sf-header .mt-lg-2 {
    margin-top: 16px;
}

.wkd-sf-header .mt-lg-3 {
    margin-top: 24px;
}

.wkd-sf-header .mt-lg-4 {
    margin-top: 32px;
}

.wkd-sf-header .mt-lg-5 {
    margin-top: 40px;
}

.wkd-sf-header .mt-lg-6 {
    margin-top: 48px;
}

.wkd-sf-header .mt-lg-12 {
    margin-top: 12px;
}

.wkd-sf-header .mb-lg-1 {
    margin-bottom: 8px;
}

.wkd-sf-header .mb-lg-2 {
    margin-bottom: 16px;
}

.wkd-sf-header .mb-lg-3 {
    margin-bottom: 24px;
}

.wkd-sf-header .mb-lg-4 {
    margin-bottom: 32px;
}

.wkd-sf-header .mb-lg-5 {
    margin-bottom: 40px;
}

.wkd-sf-header .mb-lg-6 {
    margin-bottom: 48px;
}

.wkd-sf-header .mb-lg-12 {
    margin-bottom: 12px;
}

.wkd-sf-header .mt-lg-0 {
    margin-top: 0px;
}

.wkd-sf-header .ml-lg-0 {
    margin-left: 0px;
}

.wkd-sf-header .mr-lg-0 {
    margin-right: 0px;
}

.wkd-sf-header .mb-lg-0 {
    margin-bottom: 0px;
}

.wkd-sf-header .pl-lg-0 {
    padding-left: 0px;
}

.wkd-sf-header .pr-lg-0 {
    padding-right: 0px;
}

.wkd-sf-header .pt-lg-0 {
    padding-top: 0px;
}

.wkd-sf-header .pb-lg-0 {
    padding-bottom: 0px !important;
}

.wkd-sf-header .pl-lg-12 {
    padding-left: 12px;
}

.wkd-sf-header .pr-lg-12 {
    padding-right: 12px;
}

.wkd-sf-header .pt-lg-12 {
    padding-top: 12px;
}

.wkd-sf-header .pb-lg-12 {
    padding-bottom: 12px;
}

.wkd-sf-header .pl-lg-1 {
    padding-left: 8px;
}

.wkd-sf-header .pl-lg-2 {
    padding-left: 16px;
}

.wkd-sf-header .pl-lg-3 {
    padding-left: 24px;
}

.wkd-sf-header .pl-lg-4 {
    padding-left: 32px;
}

.wkd-sf-header .pl-lg-5 {
    padding-left: 40px;
}

.wkd-sf-header .pl-lg-6 {
    padding-left: 48px;
}

.wkd-sf-header .pr-lg-1 {
    padding-right: 8px;
}

.wkd-sf-header .pr-lg-2 {
    padding-right: 16px;
}

.wkd-sf-header .pr-lg-3 {
    padding-right: 24px;
}

.wkd-sf-header .pr-lg-4 {
    padding-right: 32px;
}

.wkd-sf-header .pr-lg-5 {
    padding-right: 40px;
}

.wkd-sf-header .pr-lg-6 {
    padding-right: 48px;
}

.wkd-sf-header .pt-lg-1 {
    padding-top: 8px;
}

.wkd-sf-header .pt-lg-2 {
    padding-top: 16px;
}

.wkd-sf-header .pt-lg-3 {
    padding-top: 24px;
}

.wkd-sf-header .pt-lg-4 {
    padding-top: 32px;
}

.wkd-sf-header .pt-lg-5 {
    padding-top: 40px;
}

.wkd-sf-header .pt-lg-6 {
    padding-top: 48px;
}

.wkd-sf-header .pb-lg-1 {
    padding-bottom: 8px;
}

.wkd-sf-header .pb-lg-2 {
    padding-bottom: 16px;
}

.wkd-sf-header .pb-lg-3 {
    padding-bottom: 24px;
}

.wkd-sf-header .pb-lg-4 {
    padding-bottom: 32px;
}

.wkd-sf-header .pb-lg-5 {
    padding-bottom: 40px;
}

.wkd-sf-header .pb-lg-6 {
    padding-bottom: 48px;
}

.wkd-sf-header .pl-lg-75 {
    padding-left: 75px !important;
}

.wkd-sf-header .mt-lg-30 {
    margin-top: 30px;
}

.wkd-sf-header .mb-lg-30 {
    margin-bottom: 30px;
}

.wkd-sf-header .p-lg-0 {
    padding: 0px !important;
}

.wkd-sf-header .m-lg-0 {
    margin: 0px !important;
}

@media (max-width: 1199px) {
    .wkd-sf-header .ml-md-1 {
        margin-left: 8px;
    }

    .wkd-sf-header .ml-md-2 {
        margin-left: 16px;
    }

    .wkd-sf-header .ml-md-3 {
        margin-left: 24px;
    }

    .wkd-sf-header .ml-md-4 {
        margin-left: 32px;
    }

    .wkd-sf-header .ml-md-5 {
        margin-left: 40px;
    }

    .wkd-sf-header .ml-md-6 {
        margin-left: 48px;
    }

    .wkd-sf-header .ml-md-2 {
        margin-left: 16px;
    }

    .wkd-sf-header .mr-md-1 {
        margin-right: 8px;
    }

    .wkd-sf-header .mr-md-2 {
        margin-right: 16px;
    }

    .wkd-sf-header .mr-md-3 {
        margin-right: 24px;
    }

    .wkd-sf-header .mr-md-4 {
        margin-right: 32px;
    }

    .wkd-sf-header .mr-md-5 {
        margin-right: 40px;
    }

    .wkd-sf-header .mr-md-6 {
        margin-right: 48px;
    }

    .wkd-sf-header .mr-md-12 {
        margin-right: 12px;
    }

    .wkd-sf-header .mt-md-1 {
        margin-top: 8px;
    }

    .wkd-sf-header .mt-md-2 {
        margin-top: 16px;
    }

    .wkd-sf-header .mt-md-3 {
        margin-top: 24px;
    }

    .wkd-sf-header .mt-md-4 {
        margin-top: 32px;
    }

    .wkd-sf-header .mt-md-5 {
        margin-top: 40px;
    }

    .wkd-sf-header .mt-md-6 {
        margin-top: 48px;
    }

    .wkd-sf-header .mt-md-12 {
        margin-top: 12px;
    }

    .wkd-sf-header .mb-md-1 {
        margin-bottom: 8px;
    }

    .wkd-sf-header .mb-md-2 {
        margin-bottom: 16px;
    }

    .wkd-sf-header .mb-md-3 {
        margin-bottom: 24px;
    }

    .wkd-sf-header .mb-md-4 {
        margin-bottom: 32px;
    }

    .wkd-sf-header .mb-md-5 {
        margin-bottom: 40px;
    }

    .wkd-sf-header .mb-md-6 {
        margin-bottom: 48px;
    }

    .wkd-sf-header .mb-md-12 {
        margin-bottom: 12px;
    }

    .wkd-sf-header .mt-md-0 {
        margin-top: 0px;
    }

    .wkd-sf-header .ml-md-0 {
        margin-left: 0px;
    }

    .wkd-sf-header .mr-md-0 {
        margin-right: 0px;
    }

    .wkd-sf-header .mb-md-0 {
        margin-bottom: 0px;
    }

    .wkd-sf-header .pl-md-0 {
        padding-left: 0px;
    }

    .wkd-sf-header .pr-md-0 {
        padding-right: 0px;
    }

    .wkd-sf-header .pt-md-0 {
        padding-top: 0px;
    }

    .wkd-sf-header .pb-md-0 {
        padding-bottom: 0px !important;
    }

    .wkd-sf-header .pl-md-12 {
        padding-left: 12px;
    }

    .wkd-sf-header .pr-md-12 {
        padding-right: 12px;
    }

    .wkd-sf-header .pt-md-12 {
        padding-top: 12px;
    }

    .wkd-sf-header .pb-md-12 {
        padding-bottom: 12px;
    }

    .wkd-sf-header .pl-md-1 {
        padding-left: 8px;
    }

    .wkd-sf-header .pl-md-2 {
        padding-left: 16px;
    }

    .wkd-sf-header .pl-md-3 {
        padding-left: 24px;
    }

    .wkd-sf-header .pl-md-4 {
        padding-left: 32px;
    }

    .wkd-sf-header .pl-md-5 {
        padding-left: 40px;
    }

    .wkd-sf-header .pl-md-6 {
        padding-left: 48px;
    }

    .wkd-sf-header .pr-md-1 {
        padding-right: 8px;
    }

    .wkd-sf-header .pr-md-2 {
        padding-right: 16px;
    }

    .wkd-sf-header .pr-md-3 {
        padding-right: 24px;
    }

    .wkd-sf-header .pr-md-4 {
        padding-right: 32px;
    }

    .wkd-sf-header .pr-md-5 {
        padding-right: 40px;
    }

    .wkd-sf-header .pr-md-6 {
        padding-right: 48px;
    }

    .wkd-sf-header .pt-md-1 {
        padding-top: 8px;
    }

    .wkd-sf-header .pt-md-2 {
        padding-top: 16px;
    }

    .wkd-sf-header .pt-md-3 {
        padding-top: 24px;
    }

    .wkd-sf-header .pt-md-4 {
        padding-top: 32px;
    }

    .wkd-sf-header .pt-md-5 {
        padding-top: 40px;
    }

    .wkd-sf-header .pt-md-6 {
        padding-top: 48px;
    }

    .wkd-sf-header .pb-md-1 {
        padding-bottom: 8px;
    }

    .wkd-sf-header .pb-md-2 {
        padding-bottom: 16px;
    }

    .wkd-sf-header .pb-md-3 {
        padding-bottom: 24px;
    }

    .wkd-sf-header .pb-md-4 {
        padding-bottom: 32px;
    }

    .wkd-sf-header .pb-md-5 {
        padding-bottom: 40px;
    }

    .wkd-sf-header .pb-md-6 {
        padding-bottom: 48px;
    }

    .wkd-sf-header .pl-md-75 {
        padding-left: 75px !important;
    }

    .wkd-sf-header .mt-md-30 {
        margin-top: 30px;
    }

    .wkd-sf-header .mb-md-30 {
        margin-bottom: 30px;
    }

    .wkd-sf-header .p-md-0 {
        padding: 0px !important;
    }

    .wkd-sf-header .m-md-0 {
        margin: 0px !important;
    }
}

@media (max-width: 991px) {
    .wkd-sf-header .ml-sm-1 {
        margin-left: 8px;
    }

    .wkd-sf-header .ml-sm-2 {
        margin-left: 16px;
    }

    .wkd-sf-header .ml-sm-3 {
        margin-left: 24px;
    }

    .wkd-sf-header .ml-sm-4 {
        margin-left: 32px;
    }

    .wkd-sf-header .ml-sm-5 {
        margin-left: 40px;
    }

    .wkd-sf-header .ml-sm-6 {
        margin-left: 48px;
    }

    .wkd-sf-header .ml-sm-2 {
        margin-left: 16px;
    }

    .wkd-sf-header .mr-sm-1 {
        margin-right: 8px;
    }

    .wkd-sf-header .mr-sm-2 {
        margin-right: 16px;
    }

    .wkd-sf-header .mr-sm-3 {
        margin-right: 24px;
    }

    .wkd-sf-header .mr-sm-4 {
        margin-right: 32px;
    }

    .wkd-sf-header .mr-sm-5 {
        margin-right: 40px;
    }

    .wkd-sf-header .mr-sm-6 {
        margin-right: 48px;
    }

    .wkd-sf-header .mr-sm-12 {
        margin-right: 12px;
    }

    .wkd-sf-header .mt-sm-1 {
        margin-top: 8px;
    }

    .wkd-sf-header .mt-sm-2 {
        margin-top: 16px;
    }

    .wkd-sf-header .mt-sm-3 {
        margin-top: 24px;
    }

    .wkd-sf-header .mt-sm-4 {
        margin-top: 32px;
    }

    .wkd-sf-header .mt-sm-5 {
        margin-top: 40px;
    }

    .wkd-sf-header .mt-sm-6 {
        margin-top: 48px;
    }

    .wkd-sf-header .mt-sm-12 {
        margin-top: 12px;
    }

    .wkd-sf-header .mb-sm-1 {
        margin-bottom: 8px;
    }

    .wkd-sf-header .mb-sm-2 {
        margin-bottom: 16px;
    }

    .wkd-sf-header .mb-sm-3 {
        margin-bottom: 24px;
    }

    .wkd-sf-header .mb-sm-4 {
        margin-bottom: 32px;
    }

    .wkd-sf-header .mb-sm-5 {
        margin-bottom: 40px;
    }

    .wkd-sf-header .mb-sm-6 {
        margin-bottom: 48px;
    }

    .wkd-sf-header .mb-sm-12 {
        margin-bottom: 12px;
    }

    .wkd-sf-header .mt-sm-0 {
        margin-top: 0px;
    }

    .wkd-sf-header .ml-sm-0 {
        margin-left: 0px;
    }

    .wkd-sf-header .mr-sm-0 {
        margin-right: 0px;
    }

    .wkd-sf-header .mb-sm-0 {
        margin-bottom: 0px;
    }

    .wkd-sf-header .pl-sm-0 {
        padding-left: 0px;
    }

    .wkd-sf-header .pr-sm-0 {
        padding-right: 0px;
    }

    .wkd-sf-header .pt-sm-0 {
        padding-top: 0px;
    }

    .wkd-sf-header .pb-sm-0 {
        padding-bottom: 0px !important;
    }

    .wkd-sf-header .pl-sm-12 {
        padding-left: 12px;
    }

    .wkd-sf-header .pr-sm-12 {
        padding-right: 12px;
    }

    .wkd-sf-header .pt-sm-12 {
        padding-top: 12px;
    }

    .wkd-sf-header .pb-sm-12 {
        padding-bottom: 12px;
    }

    .wkd-sf-header .pl-sm-1 {
        padding-left: 8px;
    }

    .wkd-sf-header .pl-sm-2 {
        padding-left: 16px;
    }

    .wkd-sf-header .pl-sm-3 {
        padding-left: 24px;
    }

    .wkd-sf-header .pl-sm-4 {
        padding-left: 32px;
    }

    .wkd-sf-header .pl-sm-5 {
        padding-left: 40px;
    }

    .wkd-sf-header .pl-sm-6 {
        padding-left: 48px;
    }

    .wkd-sf-header .pr-sm-1 {
        padding-right: 8px;
    }

    .wkd-sf-header .pr-sm-2 {
        padding-right: 16px;
    }

    .wkd-sf-header .pr-sm-3 {
        padding-right: 24px;
    }

    .wkd-sf-header .pr-sm-4 {
        padding-right: 32px;
    }

    .wkd-sf-header .pr-sm-5 {
        padding-right: 40px;
    }

    .wkd-sf-header .pr-sm-6 {
        padding-right: 48px;
    }

    .wkd-sf-header .pt-sm-1 {
        padding-top: 8px;
    }

    .wkd-sf-header .pt-2 {
        padding-top: 16px;
    }

    .wkd-sf-header .pt-sm-3 {
        padding-top: 24px;
    }

    .wkd-sf-header .pt-sm-4 {
        padding-top: 32px;
    }

    .wkd-sf-header .pt-sm-5 {
        padding-top: 40px;
    }

    .wkd-sf-header .pt-sm-6 {
        padding-top: 48px;
    }

    .wkd-sf-header .pb-sm-1 {
        padding-bottom: 8px;
    }

    .wkd-sf-header .pb-sm-2 {
        padding-bottom: 16px;
    }

    .wkd-sf-header .pb-sm-3 {
        padding-bottom: 24px;
    }

    .wkd-sf-header .pb-sm-4 {
        padding-bottom: 32px;
    }

    .wkd-sf-header .pb-sm-5 {
        padding-bottom: 40px;
    }

    .wkd-sf-header .pb-sm-6 {
        padding-bottom: 48px;
    }

    .wkd-sf-header .pl-sm-75 {
        padding-left: 75px !important;
    }

    .wkd-sf-header .mt-sm-30 {
        margin-top: 30px;
    }

    .wkd-sf-header .mb-sm-30 {
        margin-bottom: 30px;
    }

    .wkd-sf-header .p-sm-0 {
        padding: 0px !important;
    }

    .wkd-sf-header .m-sm-0 {
        margin: 0px !important;
    }
}

@media (max-width: 767px) {
    .wkd-sf-header .ml-xs-1 {
        margin-left: 8px;
    }

    .wkd-sf-header .ml-xs-2 {
        margin-left: 16px;
    }

    .wkd-sf-header .ml-xs-3 {
        margin-left: 24px;
    }

    .wkd-sf-header .ml-xs-4 {
        margin-left: 32px;
    }

    .wkd-sf-header .ml-xs-5 {
        margin-left: 40px;
    }

    .wkd-sf-header .ml-xs-6 {
        margin-left: 48px;
    }

    .wkd-sf-header .ml-xs-2 {
        margin-left: 16px;
    }

    .wkd-sf-header .mr-xs-1 {
        margin-right: 8px;
    }

    .wkd-sf-header .mr-xs-2 {
        margin-right: 16px;
    }

    .wkd-sf-header .mr-xs-3 {
        margin-right: 24px;
    }

    .wkd-sf-header .mr-xs-4 {
        margin-right: 32px;
    }

    .wkd-sf-header .mr-xs-5 {
        margin-right: 40px;
    }

    .wkd-sf-header .mr-xs-6 {
        margin-right: 48px;
    }

    .wkd-sf-header .mr-xs-12 {
        margin-right: 12px;
    }

    .wkd-sf-header .mt-xs-1 {
        margin-top: 8px;
    }

    .wkd-sf-header .mt-xs-2 {
        margin-top: 16px;
    }

    .wkd-sf-header .mt-xs-3 {
        margin-top: 24px;
    }

    .wkd-sf-header .mt-xs-4 {
        margin-top: 32px;
    }

    .wkd-sf-header .mt-xs-5 {
        margin-top: 40px;
    }

    .wkd-sf-header .mt-xs-6 {
        margin-top: 48px;
    }

    .wkd-sf-header .mt-xs-12 {
        margin-top: 12px;
    }

    .wkd-sf-header .mb-xs-1 {
        margin-bottom: 8px;
    }

    .wkd-sf-header .mb-xs-2 {
        margin-bottom: 16px;
    }

    .wkd-sf-header .mb-xs-3 {
        margin-bottom: 24px;
    }

    .wkd-sf-header .mb-xs-4 {
        margin-bottom: 32px;
    }

    .wkd-sf-header .mb-xs-5 {
        margin-bottom: 40px;
    }

    .wkd-sf-header .mb-xs-6 {
        margin-bottom: 48px;
    }

    .wkd-sf-header .mb-xs-12 {
        margin-bottom: 12px;
    }

    .wkd-sf-header .mt-xs-0 {
        margin-top: 0px;
    }

    .wkd-sf-header .ml-xs-0 {
        margin-left: 0px;
    }

    .wkd-sf-header .mr-xs-0 {
        margin-right: 0px;
    }

    .wkd-sf-header .mb-xs-0 {
        margin-bottom: 0px;
    }

    .wkd-sf-header .pl-xs-0 {
        padding-left: 0px;
    }

    .wkd-sf-header .pr-xs-0 {
        padding-right: 0px;
    }

    .wkd-sf-header .pt-xs-0 {
        padding-top: 0px;
    }

    .wkd-sf-header .pb-xs-0 {
        padding-bottom: 0px !important;
    }

    .wkd-sf-header .pl-xs-12 {
        padding-left: 12px;
    }

    .wkd-sf-header .pr-xs-12 {
        padding-right: 12px;
    }

    .wkd-sf-header .pt-xs-12 {
        padding-top: 12px;
    }

    .wkd-sf-header .pb-xs-12 {
        padding-bottom: 12px;
    }

    .wkd-sf-header .pl-xs-1 {
        padding-left: 8px;
    }

    .wkd-sf-header .pl-xs-2 {
        padding-left: 16px;
    }

    .wkd-sf-header .pl-xs-3 {
        padding-left: 24px;
    }

    .wkd-sf-header .pl-xs-4 {
        padding-left: 32px;
    }

    .wkd-sf-header .pl-xs-5 {
        padding-left: 40px;
    }

    .wkd-sf-header .pl-xs-6 {
        padding-left: 48px;
    }

    .wkd-sf-header .pr-xs-1 {
        padding-right: 8px;
    }

    .wkd-sf-header .pr-xs-2 {
        padding-right: 16px;
    }

    .wkd-sf-header .pr-xs-3 {
        padding-right: 24px;
    }

    .wkd-sf-header .pr-xs-4 {
        padding-right: 32px;
    }

    .wkd-sf-header .pr-xs-5 {
        padding-right: 40px;
    }

    .wkd-sf-header .pr-xs-6 {
        padding-right: 48px;
    }

    .wkd-sf-header .pt-xs-1 {
        padding-top: 8px;
    }

    .wkd-sf-header .pt-xs-2 {
        padding-top: 16px;
    }

    .wkd-sf-header .pt-xs-3 {
        padding-top: 24px;
    }

    .wkd-sf-header .pt-xs-4 {
        padding-top: 32px;
    }

    .wkd-sf-header .pt-xs-5 {
        padding-top: 40px;
    }

    .wkd-sf-header .pt-xs-6 {
        padding-top: 48px;
    }

    .wkd-sf-header .pb-xs-1 {
        padding-bottom: 8px;
    }

    .wkd-sf-header .pb-xs-2 {
        padding-bottom: 16px;
    }

    .wkd-sf-header .pb-xs-3 {
        padding-bottom: 24px;
    }

    .wkd-sf-header .pb-xs-4 {
        padding-bottom: 32px;
    }

    .wkd-sf-header .pb-xs-5 {
        padding-bottom: 40px;
    }

    .wkd-sf-header .pb-xs-6 {
        padding-bottom: 48px;
    }

    .wkd-sf-header .pl-xs-75 {
        padding-left: 75px !important;
    }

    .wkd-sf-header .mt-xs-30 {
        margin-top: 30px;
    }

    .wkd-sf-header .mb-xs-30 {
        margin-bottom: 30px;
    }

    .wkd-sf-header .p-xs-0 {
        padding: 0px !important;
    }

    .wkd-sf-header .m-xs-0 {
        margin: 0px !important;
    }
}

/* spacings-9.css end*/

/*topRowIconComponents-36.css start*/

.wkd-sf-header .primary-button {
    box-sizing: border-box;
    display: flex;
    border: 1px solid #0875e1;
    border-radius: 24px;
    text-decoration: none !important;
    background-color: #0875e1 !important;
    padding: 4px 12px;
    min-width: 80px;
    outline: none !important;
    font-size: 12px;
    font-family: 'WorkdayAdelleSans-Medium';
    letter-spacing: 0.32px;
    font-weight: 700;
    line-height: 22px;
    box-sizing: border-box;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    transition: box-shadow 0.4s ease-in;
}

.wkd-sf-header .primary-button:hover {
    background-color: #005cb9 !important;
}

.wkd-sf-header .primary-button:focus {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px,
        rgb(8, 117, 225) 0px 0px 0px 4px;
    outline: none !important;
}

.wkd-sf-header .secondary-button-small {
    display: flex;
    box-sizing: border-box;
    color: #333333;
    border: 1px solid #333333;
    text-decoration: none !important;
    background: none transparent;
    padding: 0px 12px 0px 12px;
    border-radius: 24px;
    font-size: 12px;
    font-family: 'WorkdayAdelleSans-Medium';
    letter-spacing: 0.32px;
    line-height: 22px;
    font-weight: 700;
    box-sizing: border-box;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    min-width: 84px;
    outline: none !important;
    transition: box-shadow 120ms linear 0s, border 120ms linear 0s,
        background-color 120ms linear 0s, color 120ms linear 0s;
}

.wkd-sf-header .secondary-button-small:hover {
    color: #ffffff !important;
    background-color: #333333 !important;
}

.wkd-sf-header .secondary-button-small:active {
    color: #ffffff !important;
    background-color: #1e1e1e !important;
}

.wkd-sf-header .secondary-button-small:disabled {
    color: #a1aab3 !important;
    border-color: #a1aab3;
    background: none transparent !important;
}

.wkd-sf-header .secondary-button-small:focus {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px,
        rgb(8, 117, 225) 0px 0px 0px 4px;
    outline: none !important;
    color: #333333;
    background: none transparent;
}

.wkd-sf-header .icons-nav {
    gap: 8px !important;
}

.wkd-sf-header .top-row .icon-button-dcx {
    outline: 2px solid transparent !important;
    padding: 14px 16px;
    display: flex;
    cursor: pointer;
    border: none !important;
    transition: outline 0.2s ease-in;
    outline-offset: 0px !important;
    background: none transparent !important;
    margin: 0px !important;
    border-radius: 50% !important;
    -webkit-transition: outline 0.2s ease-in;
    -moz-transition: outline 0.2s ease-in;
    -ms-transition: outline 0.2s ease-in;
    -o-transition: outline 0.2s ease-in;
    position: relative;
    z-index: 1;
    box-shadow: none;/** added for globe icon border removal**/
}

.wkd-sf-header .top-row .icon-button-dcx:active {
    border-radius: 99px;
    background-color: #ffffff;
    box-shadow: 0 0 0 2px #0057ae;
}

.wkd-sf-header .top-row .icon-button-dcx:focus {
    border-radius: 99px;
    background-color: #ffffff;
    box-shadow: 0 0 0 2px #0057ae;
}
.wkd-sf-header .top-row .icon-button-dcx:hover {
    border: none !important;
    outline: 2px solid transparent !important;
    background: #f0f1f2 !important;
}
.wkd-sf-header .top-row .icon-button-dcx:focus-visible {
    border-radius: 99px;
    background-color: #ffffff;
    box-shadow: 0 0 0 2px #0057ae;
}

.profile-menu-parent>button {
    outline: none !important;
    border: none !important;
}

.profile-menu-modal {
    padding: 32px 0px 17px 0px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 24px 32px rgba(0, 0, 0, 0.16);
    border-radius: 12px;
    background-color: #ffffff;
    word-wrap: break-word;
    width: 250px;
}

.profile-menu-list {
    display: flex;
    flex-direction: column;
    padding: 2px 0px 3px 0px !important;
    margin: 0px;
    /* row-gap: 1px; */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
}

.profile-menu-list::-webkit-scrollbar {
    display: none;
}

.profile-menu-options-image {
    margin-right: 8px;
    display: flex;
    justify-content: center;

}

.profile-menu-list-icons {
    vertical-align: middle;
    max-height: 24px;
    /* height: 20px; */
    /* width: 24px !important; */
    max-width: 24px !important;
}


.profile-menu-options-text {
    display: flex;
    flex: 1;
    margin-right: 12px;
    word-break: break-word;
    /* height: 100%; */
    margin-top: auto;
    margin-bottom: auto;
    align-items: flex-start;
}

.profile-menu-options-red-dot {
    display: flex;
    width: 20px;
    height: 100%;
    align-items: flex-start;
    padding-top: 3px;
}

.wkd-sf-header .top-row .profile-menu-list-item {
    display: flex;
    padding: 0px 31px;
    width: 100%;
    min-height: 40px;
    text-decoration: none !important;
    text-align: left;
}

.wkd-sf-header .top-row .profile-menu-list-item:hover {
    background-color: #e8ebed !important;
}

.wkd-sf-header .top-row .profile-menu-list-item:focus {
    outline: none !important;
    background-color: #e8ebed !important;
}

.wkd-sf-header .top-row .profile-menu-list-item:focus-visible {
    box-shadow: inset 0px 0px 0px 2px #0875e1 !important;
    background-color: #e8ebed !important;
}

.util-menu-parent>button {
    outline: none !important;
    border: none !important;
}

.utility-menu-modal {
    padding: 23px 0px 13px 0px;
    /* different in CC , padding is 23 0 24 0 */
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background-color: #ffffff;
    word-wrap: break-word;
}

.util-menu-list {
    /* row-gap: 6px; */
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* padding: 0px 3px !important; */
    display: block !important;
    /** ourms header css**/

}

.util-menu-list::-webkit-scrollbar {
    display: none;
}

@media (min-width: 768px) {
    .wkd-sf-header .util-menu-list>div {
        display: flex;
        flex-direction: column;
        padding: 0px 3px;
    }

}

.wkd-sf-header .top-row .util-menu-list-item {
    padding: 13px 29px 15px 26px;
    column-gap: 24px;
    display: flex;
    text-decoration: none !important;
    text-align: left;
  
}

.util-menu-list>li {
    padding-left: 2px;
    padding-right: 2px;
    box-sizing: border-box;
    padding-top: 2px;
    /*ourmsheader css*/
    display: inline-block !important;
    width: 50% !important;
    /*ourmsheader css*/
}

.util-menu-list>li:first-child {
    padding-top: 3px;
    margin-top: 0px !important;
}

.util-menu-list>li:last-child {
    padding-bottom: 3px;
}



.wkd-sf-header .top-row .util-menu-list-item:hover {
    background-color: #e8ebed !important;
    text-decoration: none !important;
}

.wkd-sf-header .top-row .util-menu-list-item:focus {
    outline: none !important;
    background-color: #e8ebed !important;
    text-decoration: none !important;
}

.wkd-sf-header .top-row .util-menu-list-item:focus-visible {
    outline: 2px solid #0875e1 !important;
    background-color: #e8ebed !important;
    text-decoration: none !important;
}

.wkd-sf-header .top-row .close-button {
    padding: 8px;
    outline: none;
    align-items: center;
    cursor: pointer;
    display: flex;
}

.wkd-sf-header .top-row .close-button:focus {
    outline: 2px solid #0875e1 !important;
    border-radius: 0px !important;
}

.red-dot-with-number {
    border-radius: 50%;
    background-color: #de2e21;
    padding: 2px 6px 2px 6px;
    color: white;
    font-size: 12px;
    font-family: 'WorkdayAdelleSans-bold';
}

.red-dot-indicator {
    border-radius: 50%;
    background-color: #de2e21;
    width: 9px;
    height: 9px;
    position: absolute;
    right: 8px;
    top: 8px;
}
.profile-menu{
    padding : 8px 8px !important;
}
.util-menu{
    padding : 12px 12px !important;
}
.notification-menu:hover svg .notification-menu-bg {
    fill: #005cb9;
}

.profile-menu:hover svg .profile-menu-bg {
    /* fill: #005cb9; */
}

.profile-menu:hover svg .profile-menu-fg {
    /* fill: white; */
}

.util-menu:hover svg .util-menu-bg {
    fill: #005cb9;
}

.w-40px {
    width: 40px;
}

.notification-menu-toggle svg .notification-menu-bg {
    fill: #005cb9;
}

.profile-menu-toggle svg .profile-menu-bg {
    /* fill: #005cb9; */
}

.profile-menu-toggle svg .profile-menu-fg {
    /* fill: white; */
}

.util-menu-toggle svg .util-menu-bg {
    fill: #005cb9;
}

/*topRowIconComponents-36.css end*/

/*typography-11.css start*/


.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.wkd-font-family {
    font-family: 'WorkdayAdelleSans-Regular';
}

.line-height16 {
    line-height: 16px;
}

.line-height20 {
    line-height: 20px;
}

.line-height21 {
    line-height: 21px;
}

.line-height38 {
    line-height: 38px;
}

.workday-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #ffffff;
    padding: 0px;
    margin: 0px;
    letter-spacing: 0.24px;
    word-spacing: 0.15em;
}

.search-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000000;

}

.primary-menu-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #022043;
    word-break: break-word;
}

.sub-menu-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.2px;
    color: #022043;
    word-break: break-word;
}

.util-menu-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    padding: 0px;
    word-break: break-word;
    letter-spacing: 0.2px;
}

.util-menu-title {
    font-size: 18px;
    line-height: 20px;
    color: #0875e1;
    font-weight: 400;
    letter-spacing: 0.2px;
    word-break: break-word;
}

.util-menu-desc {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
    word-break: break-word;
    letter-spacing: 0.2px;
}

.util-menu-caption {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #0875e1;
    letter-spacing: 0.2px;
}

.profile-menu-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    word-break: break-word;
    text-align: center;
    letter-spacing: 0.2px;
}

.profile-menu-options {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #000000;
    word-break: break-word;
    display: inline;
    vertical-align: super;
}

.wkd-sf-header .top-row .profile-menu-options {
    padding-top: 0.8px !important;
}

.footer-link-text,.footer-link-text a {

    color: #FFFFFF !important;
    font-weight: 700;
    font-size: 13px;
    line-height: 100%;
    text-decoration: none !important;
    letter-spacing: 0px;
}

.wkd-copy-right {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none !important;
}

.wkd-sf-header,
.wkd-sf-footer {
    word-spacing: 0.15em;
  
}

@media (max-width: 767px) {
    .profile-menu-options {
        font-size: 16px;
        line-height: 24px;
        margin-top: 0px !important;
    }

    .util-menu-title {
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
    }

    .mv-primary-menu-name {
        font-weight: 500;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 0.2px;
        color: #000000;
        word-break: break-word;
    }

    .sub-menu-name {
        font-size: 18px;
        line-height: 24px;
    }

    .profile-menu-name {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0px;
        color:#022043;
    }
    .wkd-sf-header .secondary-button-small {
        border: 2px solid #7B858F;
        padding: 6px 24px 6px 24px;
        border-radius: 24px;
        font-size: 14px;
        font-family: 'AcidGrotesk';
        letter-spacing: 0.24px;
        line-height: 20px;
        font-weight: 700;
        min-width: 92px;
      
    }
}

/*typography-11.css end*/


footer.wkd-sf-footer p {
    margin: 0px;
}

footer.wkd-sf-footer {
    background-color: #022043;
    padding: 0px !important;
    margin: 0px !important;
    font: "WorkdayAdelleSans-Regular";
}

.wkd-sf-footer .container-fluid-footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px !important;
    /* row-gap: 4px; */
}

.wkd-sf-footer .footer-wrapper {
    width: 100%;
}

.wkd-sf-footer .footer-justify-space-between {
    display: flex;
    justify-content: space-between;
}

.wkd-sf-footer .footer-main-container {
    padding-top: 41px;
    padding-bottom: 42px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    align-items: center;
}

@media (max-width: 1120px) {
    .wkd-sf-footer .footer-main-container {
        padding-top: 41px;
        padding-bottom: 42px;
        padding-left: 24px;
        padding-right: 24px;
        display: flex;
        flex-direction: row;
        column-gap: 160px;
    }
}


@media (max-width: 1060px) {
    .wkd-sf-footer .footer-main-container {
        padding-top: 41px;
        padding-bottom: 42px;
        padding-left: 24px;
        padding-right: 24px;
        display: flex;
        flex-direction: row;
        column-gap: 60px;
    }
}

@media (max-width: 1199px) {
    .wkd-sf-footer .footer-main-container {
        padding-top: 41px;
        padding-bottom: 42px;
        padding-left: 24px;
        padding-right: 24px;
        display: flex;
        flex-direction: row;
        column-gap: 220px;
    }
}

@media (max-width: 992px) {
    .wkd-sf-footer .footer-main-container {
        column-gap: 180px;
    }
}

@media (max-width: 900px) {
    .wkd-sf-footer .footer-main-container {
        column-gap: 120px;
    }
}

@media (max-width: 848px) {
    .wkd-sf-footer .footer-main-container {
        column-gap: 40px;
    }
}

@media (max-width: 767px) {
    .wkd-sf-footer .footer-main-container {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        justify-content: center;
        padding-left: 200px;
        padding-right: 200px;
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

@media (max-width: 694px) {
    .wkd-sf-footer .footer-main-container {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        justify-content: center;
        padding-left: 160px;
        padding-right: 160px;
    }
}

@media (max-width: 614px) {
    .wkd-sf-footer .footer-main-container {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        justify-content: center;
        padding-left: 120px;
        padding-right: 120px;
    }
}

@media (max-width: 534px) {
    .wkd-sf-footer .footer-main-container {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        justify-content: center;
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media (max-width: 480px) {
    .wkd-sf-footer .footer-main-container {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        justify-content: center;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 376px) {
    .wkd-sf-footer .footer-main-container {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        justify-content: center;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 320px) {
    .wkd-sf-footer .footer-main-container {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        justify-content: center;
        padding-left: 5px;
        padding-right: 5px;
    }
}




.wkd-sf-footer .left-footer {
    display: flex;
    margin-bottom: 0px;
}

.wkd-sf-footer .social-icons-list {
    display: flex;
    column-gap: 35px;
    padding: 0px;
    margin: 0px;
}

.wkd-sf-footer .social-media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wkd-sf-footer .footer-icon-link {
    display: flex;
    border: none !important;
    outline: none !important;
}

.wkd-sf-footer .footer-icon-link:active {
    outline: none !important;
}

.wkd-sf-footer .twitter-icon:hover svg .twitter-icon-bg {
    fill: #1da1f2;
}

.wkd-sf-footer .twitter-icon:hover svg .twitter-icon-fg {
    fill: white;
}

.wkd-sf-footer .linkedIn-icon:hover svg .linkedIn-icon-bg {
    fill: #0077b5;
}

.wkd-sf-footer .linkedIn-icon:hover svg .linkedIn-icon-fg {
    fill: white;
}

.wkd-sf-footer .facebook-icon:hover svg .facebook-icon-bg {
    fill: #3b5998;
}

.wkd-sf-footer .facebook-icon:hover svg .facebook-icon-fg {
    fill: white;
}

.wkd-sf-footer .youtube-icon:hover svg .youtube-icon-bg {
    fill: #ff0000;
}

.wkd-sf-footer .youtube-icon:hover svg .youtube-icon-fg {
    fill: #FFFFFF;
}

.wkd-sf-footer .instagram-icon:hover svg .instagram-icon-bg {
    fill: #e0114e;
}

.wkd-sf-footer .instagram-icon:hover svg .instagram-icon-fg {
    fill: white;
}


@media (max-width: 767px) {
    .wkd-sf-footer .left-footer {
        justify-content: center;
    }
}


.wkd-sf-footer .right-footer {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}

.wkd-sf-footer .right-footer-list {
    display: flex;
    column-gap: 16px;
    row-gap: 6px;
    margin: 0px !important;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: end;
}

.wkd-sf-footer .footerlink {
    display: flex;
    text-decoration: none !important;
    box-sizing: border-box;
    border: none !important;
    outline: none !important;
}

.wkd-sf-footer .footerlink:hover {
    text-decoration: underline !important;
    text-decoration-color: #FFFFFF !important;

}

.wkd-sf-footer .footerlink:focus {
    outline: 2px solid #FFFFFF !important;
    outline-offset: 2px;
}

.wkd-sf-footer .footerlink:active {
    border: none !important;
    outline: none !important;
}

.wkd-sf-footer .right-footer-list-item {
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.wkd-sf-footer .footer-link-separator {
    height: 12px;
    width: 1.07px;
    background-color: #ffffff;
}

.wkd-sf-footer .right-footer-list-item:last-child>.footer-link-separator {
    display: none;
}

@media (max-width: 767px) {
    .wkd-sf-footer .right-footer-list-item {
        justify-content: center;
    }

    .wkd-sf-footer .right-footer {
        justify-content: center;
    }

    .wkd-sf-footer .right-footer-list {
        justify-content: center;
        row-gap: 6px;
    }

    .wkd-sf-footer .right-footer-list-item:last-child {
        width: 100%;
    }
}

/*ourms header css**/

.releaseCenterImg {
    width: 24px !important;
    transform: rotate(-90deg) !important;
}

.pmenuimage {
    width: 48% !important;
}
@media (max-width: 767px) {
    .pmenuimage {
        width: 24px !important;
        height: 24px !important;
      
    }
    .sub-menu-list-item.non-clickable-header {
        padding: 24px 24px 12px 24px;
    }
    .sub-child-subMenu-name {
        font-family: 'WorkdayAdelleSans-Medium';
        font-weight: 500;
        font-size: 16px !important;
        line-height: 24px !important;
        text-align: left;
        padding : 12px 0px 12px 24px;
        color: #022043;
    }
}


.lines {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #dfe2e6;
    padding: 0;
}

.globeIconPosition {
    position: relative;
    top: -15px;
}

@media (max-width: 820px) {
    .wkd-logo-modal {
       display: none !important;
        
   }
   .mv-logo{
       display:flex;
   }
   .wkd-xs-show-modal{
       display:flex;
       
   }
   
}
@media only screen and (max-width: 1024px) {
   .wkd-sf-header .icons-nav{
       
    padding-bottom: 15px;
   }
   .search-input-width{
       max-width:233px;
   }
}
@media only screen and (min-width: 967px) and (max-width: 1093px) {
   
.search-input-width{  
   max-width: 300px;
   }

}

/** DCX CHANGES STOP**/
/* Profile Setting Changes Starts Here */
.lcc-custom-modal .slds-modal__close.profile-settings-modal {
    top: 15px !important;
}
/* Profile Setting Changes Ends Here */

/* Implementer Access Request Changes Starts Here */
.llc-tenant-impl-access-request-type .custom-radio .slds-radio {
   padding-top: 12px !important;
}

.llc-tenant-impl-access-request-type button:disabled {
    opacity: 0.4 !important;
}

.llc-tenant-impl-access button:disabled {
    opacity: 0.4 !important;
}
.lcc-custom-modal.implementer-access-block-modal .slds-modal__close {
    top: 16px !important;
}

.llc-tenant-impl-access-request-type .note-section {
    max-width: 42rem !important;
}

/* Implementer Access Request Changes Ends Here */

/* Generic table with checkbox start*/
.generic-data-table-checkbox { 
    margin-bottom: 0px !important;
}

.custom-data-table.generic-data-table-checkbox .slds-table thead th:last-child .slds-has-flexi-truncate {
    justify-content: left !important;
}

/* Custom tooltip in generic data table */
.custom-data-table .custom-tooltip-component img {
    margin-top: 0px;
}

.table-clm-align.link-align .custom-data-table table td.slds-cell_action-mode .custom-tooltip-popover{
    padding-left: 10px !important;
}
/* Generic table with checkbox end*/

.custom-org-tab .slds-tabs_default__nav .slds-is-active a:focus-visible {
    border: 2px solid #0875E1;
}

.custom-pills .slds-pill__remove img{
    width: 10px;
    height: 10px;

}

.download-icon a:hover svg path {
    fill:#0875E1;
}

a.chevrondown-icon {
    content: '';
    background: no-repeat url(../images/cases-right-arrow.svg);
    background-size: 12px 12px;
    position: absolute;
    transform: rotate(90deg);
    right: 8px;
    top: 8px;
    width: 24px;
    height: 24px;
    background-position: center;
}

/* Custom tooltip positioned on top of button */
.tooltip-top .custom-tooltip-component .slds-popover {
    display: none;
    position: absolute;
    z-index: 9999;
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% + 10px);
    min-width: 200px;
    max-width: 300px;
    text-align:left;
}

.tooltip-top .custom-tooltip-component:hover .slds-popover {
    display: block;
}

.email-search-helptext .custom-tooltip-component .slds-popover {
    left: 27px;
    bottom: -35px;
    min-width: 150px;
    max-width: 220px;
}

  .email-search-helptext .slds-nubbin--bottom-left:after, 
  .email-search-helptext .slds-nubbin--bottom-left:before, 
  .email-search-helptext .slds-nubbin_bottom-left-corner:after, 
  .email-search-helptext .slds-nubbin_bottom-left-corner:before, 
  .email-search-helptext .slds-nubbin_bottom-left:after, 
  .email-search-helptext .slds-nubbin_bottom-left:before {
    left: 0.2rem;
    top: 100%;
    margin-top: -3.6rem;

}
.max-width-300 {
    max-width: 300px !important;
}

.setup-feature-table .custom-data-table table thead tr th:nth-child(n+3) .slds-grid_vertical-align-center{
    justify-content: center !important;
}

.setup-feature-table .custom-data-table table tr td .custom-check-box{
    display: flex;
    justify-content: center;
}

.adjusted-modal-calendar-height .custom-date-picker {   
    margin-bottom: 320px;
}

/* GTMDCX-6818 Start - Community Users table data fix css */
.custom-datatable.community-user-table table {
    table-layout: fixed !important;
}
/* GTMDCX-6818 End */
/* ===================Added style for Homepage Provisioner START ========================= */
.dark-blue {
    color: #022043;
}

.light-blue-bg {
    background-color: #0F2E66;
}

.dark-blue-bg {
    background-color: #022043;
}

.grey-bg {
    background-color: #F1F3F6;
}

.no-radius {
    border-radius: 0;
}

.no-border {
    border: none;
}

.text-underline {
    text-decoration: underline !important;
}

.badge-blue {
    background-color: #D7EAFC;
    color: #005CB9;
    display: inline-flex;
}

.badge-green {
    background-color: #EBFFF0;
    color: #217A37;
    display: inline-flex;
}

.homepage-provisioner .heading-1 {
    font-size: 56px;
    line-height: 64px;
    color:white;
}

.homepage-provisioner .heading-2 {
    font-size: 28px;
    line-height: 28px;
}

.homepage-provisioner .heading-3 {
    font-size: 24px;
    line-height: 32px;
}

.homepage-provisioner .heading-4 {
    font-size: 24px;
    line-height: 30px;
}

.homepage-provisioner .p-xx_large {
    font-size: 20px;
    line-height: 28px;
}

.homepage-provisioner .button:focus {
    outline: 0;
}

.homepage-provisioner .link-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block; /* Or block, as needed */
    max-width: 100%; /* Important to prevent overflow */
}
.homepage-provisioner .label-wrap {
    white-space: normal; /* This is the key property to allow text to wrap */
    word-wrap: break-word; /* This is a good practice to break long words that don't fit */
}
.p-x_large {
    font-size: 18px;
    line-height: 28px;
}

.p-large {
    font-size: 16px;
    line-height: 24px;
}

.p-medium {
    font-size: 14px;
    line-height: 20px;
}

.p-small {
    font-size: 12px;
    line-height: 14px;
}


.color-white {
    color: #ffffff;
}
.link-white {
    color: white !important;
    text-decoration: underline;
}
.gradient-text {
    background: linear-gradient(360deg, #FD7E00 0%, #FDC5A0 40%, #FAD2D6 60%, #E6D0F5 80%, #B9C3F8 95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
}

.btn-with-icon {
    border: 0;
    color: #0057AE;
    font-weight: 700;
    font-size: 15px;
    text-decoration: underline;
    text-decoration-style: solid;
    padding: 0;
}

.btn-with-icon:hover {
    background: none;
}

.btn-with-icon:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
    background: none;
}

.banner-sec {
    padding: 4rem 2rem;
}

.transition-sec .slds-grid {
    align-items: center;
}

.welcome-provisioner-sec .slds-grid {
    align-items: center;
}

/* Upcoming Event Section Style */
.event-sec .card-heading {
    background: linear-gradient(0deg, #FBCFCC 0%, #FAD2D6 5%, #E6D0F5 25%, #B9C3F8 45%, #1C98E9 95%, #1A94E6 100%);
}

.event-sec .card-heading .heading-2 {
    color: #022043;
}

.event-sec .slds-progress {
    max-width: 100%;
}

.event-sec .slds-progress__marker {
    width: 1rem;
    height: 1rem;
    position: relative;
    border-radius: 50%;
    background: #dddbda;
    border: 4px solid #fff;
    vertical-align: middle;
}

.event-sec .slds-progress__item.slds-is-completed .slds-progress__marker {
    background: #0057AE;
    border: 2px solid #fff;
}

.event-sec .custom-progress .slds-progress-bar__value {
    background-color: #0057AE;
    border: 1px solid #0057AE;
}

.event-sec li.slds-progress__item:last-child .slds-progress__marker {
    background-color: #fff;
}

.event-sec li.slds-progress__item:last-child .slds-progress__marker::after {
    background: url(../images/progress-end.svg);
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    width: 16px;
    height: 24px;
    top: -5px;
    right: -5px;
}

.event-sec li.slds-progress__item:last-child.slds-is-completed .slds-progress__marker::after {
    background: url(../images/progress-end-blue.svg);
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    width: 16px;
    height: 24px;
    top: -3px;
    right: -3px;
}

/* Flip Over Card Style */

.flip-card {
    perspective: 1000px;
    width: 100%;
    height: 450px;
    position: relative;
    box-shadow: 0px 4px 8px 0px #00000040;
    margin-bottom: 28px;
    border-radius: 7px;
}
.flip-card:focus {
    outline: none !important;    
}
.flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s ease-in-out;
    transform-style: preserve-3d;

}

.flipped .flip-inner {
    transform: rotateY(180deg);
}

.card-front,
.card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 7px;
}

.card-front .heading-icon {
    border-radius: 7px 7px 0 0;
}

.card-front .heading-icon img {
    width: 70px;
    height: auto;
    max-width: 100%;
}

.card-back {
    transform: rotateY(180deg);
    padding: 2rem;
}

.flip-button {
    cursor: pointer;
   
}
/* Target the specific button with the 'flip-button' class */
.flip-button:focus {
    /* Apply a clear, contrasting outline */
    outline: 2px solid #0070d2; /* Use a color from the Salesforce design system for consistency */
    outline-offset: 2px;
}

/* For better accessibility, use :focus-visible for a modern approach */
/* This only shows the outline on keyboard focus, not mouse clicks */
.flip-button:focus:not(:focus-visible) {
    outline: none; /* Removes the outline for mouse clicks */
}

.flip-button:focus-visible {
    outline: 2px solid #0070d2;
    outline-offset: 2px;
}

/* Also ensure the 'no-border' class doesn't remove the outline */
.flip-button.no-border:focus,
.flip-button.no-border:focus-visible {
    /* The outline will be applied even if the button has no border */
    outline: 2px solid #0070d2;
    outline-offset: 2px;
}
.flip-absolute-bottom {
     position: absolute; /* Take the button out of the normal flow */
    bottom: 24px; /* Adjust this value for desired spacing from the bottom */
}

/* Video Section Style */
.video-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    max-width: 100%;
    height: 736px;
}

#videoOverlayIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(8, 7, 7, 0.60);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;
}

#customVideo {
    width: 100%;
    height: 100%;
    display: block;
}

.video-wrapper video {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.video-wrapper .video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 38, 104);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;
}

.video-text a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #000;
}

.video-text a:hover {
    text-decoration: none;
}

#videoToggleUse {
    margin-right: 8px;
    width: 28px;
    height: auto;
}

/* Chat Support Section style */
.chat-support-sec .support-content {
    padding: 4rem 2rem;
}

.chat-support-sec .support-content a:hover,
.chat-support-sec .support-content a:focus {
    color: #fff;
}

/* Media Device Styles */

@media (max-width: 1120px) {
    .flip-card {
        height: 485px;
    }

    .video-wrapper {
        height: 100%;
    }

    .btn-with-icon.flip-button.slds-m-top_x-large {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .homepage-provisioner .heading-1 {
        font-size: 28px;
        line-height: 36px;
        color: white;
    }

    .homepage-provisioner .heading-2,
    .homepage-provisioner .heading-4 {
        font-size: 20px;
        line-height: 26px;
    }

    .homepage-provisioner .heading-3 {
        font-size: 22px;
        line-height: 24px;
    }

    .homepage-provisioner .p-x_large {
        font-size: 16px;
        line-height: 24px;
    }

    .gradient-text {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 0;
    }

    .banner-sec {
        padding: 2rem;
    }

    .transition-sec .transition-img.slds-grid_align-end {
        justify-content: flex-start;
    }

    .welcome-provisioner-sec .welcome-content.slds-p-left_medium {
        padding-left: 0;
    }

    .welcome-provisioner-sec .provisioner-img.slds-p-right_medium {
        padding-right: 0;
    }

    .event-sec.slds-m-around_large {
        margin: 1rem;
    }

    .chat-support-sec .left-content.slds-m-left_x-large {
        margin-left: 1rem;
    }

    .chat-support-sec .support-content {
        padding: 2rem 2rem;
    }
}
/* ===================Added style for Homepage Provisioner END ========================= */


/*Added for GTMSER-28293 defect for omni ASK page-Start*/
.llc .category-selection .list-group-custom .list-group-item label {
	Padding-left: 5px;
}

.llc .category-selection .list-group-custom .list-group-item label:before {
    top: 1px;
    left: -2px;
}
/*Added for GTMSER-28293 defect for omni ASK page-End*/

/* Unified Form CSS Select Case Type CSS start */
.unified-p-24 {
    padding: 24px !important;
}
.custom-radio.standalone .slds-form-element__label {
    display: none !important;
}
.custom-radio.standalone .slds-radio_faux {
    margin-right: 0 !important;
}
.br-8 {
    border-radius: 8px !important;
}
.custom-level-tile.active {
    border-color: #0057AE !important;
    background: #EDF6FF !important;
}
.head-uppercase {
    color: #525D6A;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'WorkdayAdelleSans-Bold';
}
.custom-level-tile.with-hover-focus:hover {
    box-shadow: 0px 3px 12px 0px #2F32361F;
    border-color: #CBD0D7;
}
.custom-level-tile.with-hover-focus .custom-radio.standalone {
    position: relative;
}
.custom-level-tile.with-hover-focus:hover .custom-radio.standalone:before {
    content: '';
    background: #F0F1F2;
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    top: -5px;
    left: -7px;
}
.custom-level-tile.with-hover-focus:focus, .custom-level-tile.with-hover-focus:focus-visible {
    box-shadow: 0px 1px 4px 0px #2329301F;
    border: 2px solid #0065CC;
    outline: none;
}
.custom-level-tile.with-hover-focus:focus .slds-radio_faux {
    background: #FFFFFF;
    border: 2px solid #0875E1;
}
.custom-level-tile.with-hover-focus:focus:hover .custom-radio.standalone:before {
    display: none;
}
.custom-level-tile.with-hover-focus.active {
    border-color: #0065CC !important;
    background: #EDF6FF !important;
}
.custom-level-tile.with-hover-focus.active:hover .custom-radio.standalone:before {
    display: none;
}
.custom-level-tile.with-hover-focus.active:focus, .custom-level-tile.with-hover-focus.active:focus-visible {
    box-shadow: 0px 1px 4px 0px #2329301F;
    border: 2px solid #0065CC;
    outline: none;
}
.disabled-tile {
    background: #FFFFFF;
    border: 1px solid #CED3D9;
    border-radius: 8px !important;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.12);
    opacity: 40%;
}
.floating-scroll {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.219) 0%, rgba(255, 255, 255, 0.73) 100%);
    padding: 12px;
    text-align: center;
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.flex-column-container {
    display: flex;
    flex-direction: column;
}
.auto-margin-top {
    margin-top: auto;
}
.status-indicator-wrapper {
    width: fit-content; 
}
.status-indicator { 
    padding: 2px 8px; 
    display: flex; 
    gap: 0.25rem;
    border-radius: 0.2rem; 
    background: var(--color-static-blue-soft, #D7EAFC);
}
.status-indicator span { 
    font-family: Roboto, sans-serif; 
    font-weight: 700;
    text-transform: capitalize;
    color: #0057AE;
}
.WSP-MoreServices-color {
  color: #5E6A75;
}
.m-top-15 {
    margin-top: 15px;
}
.m-top-20 {
    margin-top: 20px;
}
.suggestion-box{
    padding-left: 3rem;
}
.custom-level-tile{
    padding: 0;
    color: #333333 !important;
}
.custom-level-tile.active {
    border-color: #0057AE !important;
    background: #EDF6FF !important;
}
.custom-level-tile:hover {
    border: 1px solid #CED3D9;
    background-color: #FFFFFF;
    /* Canvas Depth 3 shadows */
    box-shadow:
        0 3px 12px rgba(15, 23, 42, 0.12),  /* main shadow: slate 900 at 12% */
        0 6px 24px rgba(15, 23, 42, 0.08);  /* accent shadow: slate 900 at 8% */
    border-radius: 8px; /* typical card rounding */
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
    padding: 1rem; /* optional padding */
    cursor: default;
}
.custom-level-tile.pointer:hover{
    cursor: pointer !important;
}
.custom-level-tile:focus {
    border: 2px solid #0065CC;
  background-color: #FFFFFF;
  /* Canvas Depth 1 shadows */
  box-shadow:
    0 1px 4px rgba(15, 23, 42, 0.12),  /* main shadow: slate 900 at 12% */
    0 2px 8px rgba(15, 23, 42, 0.08);  /* accent shadow: slate 900 at 8% */
  border-radius: 8px; /* smooth rounded corners */
  padding: 1rem; /* optional padding */
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.custom-level-tile.active:hover {
  border: 1px solid #0065CC;
  background-color: #EDF6FF;
  /* Canvas Depth 3 shadows */
  box-shadow:
    0 3px 12px rgba(15, 23, 42, 0.12),  /* main shadow: slate 900 at 12% */
    0 6px 24px rgba(15, 23, 42, 0.08);  /* accent shadow: slate 900 at 8% */
  border-radius: 8px; /* rounded corners */
  padding: 1rem; /* adjust as needed */
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
}
.custom-level-tile.active:focus {
    border: 2px solid #0065CC;
  background-color: #EDF6FF;
  /* Canvas Depth 1 shadows */
  box-shadow:
    0 1px 4px rgba(15, 23, 42, 0.12),  /* main shadow: slate 900 at 12% */
    0 2px 8px rgba(15, 23, 42, 0.08);  /* accent shadow: slate 900 at 8% */
  border-radius: 8px;
  padding: 1rem; /* optional */
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.custom-level-tile .custom-radio.standalone :hover {
    cursor: pointer;
}

.floating-scroll {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.219) 0%, rgba(255, 255, 255, 0.73) 100%);
    padding: 12px;
    text-align: center;
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.wsp-faq-modal {
    max-width: 50rem !important;
}

.req-change-modal {
    max-width: 31rem !important;
}

.expert-assist-modal {
    max-width: 46rem !important;
}

.modal-continue-button {
    font-family: 'WorkdayAdelleSans-Bold';
    border-radius: 24px;
    border-color: transparent !important;
    padding: 5px 24px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.24px;
    background: #0065cc !important;
    color: #fff !important;
    --sds-c-button-text-color: #ffffff;
}

.modal-cancel-button {
    font-family: 'WorkdayAdelleSans-Bold';
    border-radius: 24px;
    border-color: #333333 !important;
    padding: 5px 24px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.24px;
    border: 1px solid;
    background: #ffffff !important;
    color: #333333 !important;
    --sds-c-button-text-color: #333333;
}

.adminTools {
    max-width: 50rem !important;
}
.admintoolsbody {
    padding-bottom: 2rem !important;

}
.adminToolsTile {
    max-width: 24rem !important;
    border-radius: 8px;
    min-height: 160px;
}

.adminToolsTileName {
  font-style: normal; 
  font-size: 1rem; 
  line-height: 1.5; 
  color: #0875E1;
  font-weight: bold;
  text-decoration-line: underline;
}
.adminToolsTileName:hover {
    text-decoration: none !important;
    color: #0875E1 !important;
 }
.adminToolsTileDesc {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color:#000000;
}

.modalBody {
  font-family: 'WorkdayAdelleSans-Regular';
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.24px;
  vertical-align: middle;
}

.cdcOrg{
    font-family: 'WorkdayAdelleSans-Regular';
    font-style: medium;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.2px;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    color: #494949;    
}

.modalBodyEA {
  font-family: 'WorkdayAdelleSans-Regular';
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.2px;
  vertical-align: middle;
}

.modalBodyEAHeading {
  font-family: 'WorkdayAdelleSans-Medium';
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  vertical-align: middle;
}

.unified-suggestion-box {
    box-shadow: 0px 2px 8px rgba(31, 38, 46, 0.12);
    border-radius: 8px;
    padding: 24px;
    min-height:150px;
    border: 1px solid #CED3D9;
    margin-left: 64px;
}

.tile-error-message,
.tile-error-message span {
    font-family: 'Workday Adelle Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #DE2E21;
    background: transparent;
}

.tile-error-message {
    display: block;
    margin-top: 8px;
}

.unified-heading-1 {
    font-family: 'WorkdayAdelleSans-Bold';
    font-size: 36px;
    line-height: 42px;
    color: #333333;
}

.unified-heading-2 {
    font-family: 'WorkdayAdelleSans-Bold';
    font-size: 24px;
    line-height: 40px;
    color: #333333;
}

.unified-heading-3 {
    font-family: 'WorkdayAdelleSans-Medium';
    font-size: 20px;
    line-height: 28px;
    color: #333333;
}

.unified-wd-title-bold {
    font-family: 'WorkdayAdelleSans-Bold';
    color: #5E6A75;
}

.wsp-eaform-details {
    font-family: 'WorkdayAdelleSans-Medium';
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
	margin-top: 16px;
	color: #333333;
}
.wsp-eaform-info {
    font-family: 'WorkdayAdelleSans-Regular';
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.2px;
	color: #494949;
}
.wsp-eaform-title {
    font-family: 'WorkdayAdelleSans-Bold';
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
	color: #333333;
}
.wsp-eaform-dashlink {
    font-family: 'WorkdayAdelleSans-Bold';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0;
    text-decoration-thickness: 0;
	margin-left: 7rem;
	color: #FFFFFF; 
}

.unified-padding-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
}

.unified-p-tenant-modal {
    padding: 0px 0px 32px 0px !important;
}

.unified-min-height-305 {
    min-height: 305px;
}

.unified-m-top-8 {
    margin-top: 8px;
}

.unified-m-top-12 {
    margin-top: 12px;
}

.unified-m-top-16 {
    margin-top: 16px;
}

.unified-m-top-24 {
    margin-top: 24px;
}

.unified-m-top-28 {
    margin-top: 28px;
}

.unified-m-top-32 {
    margin-top: 32px;
}

.unified-m-top-56 {
    margin-top: 56px;
}

.unified-m-bottom-12 {
    margin-bottom: 12px;
}

.unified-m-bottom-24 {
    margin-bottom: 24px;
}

.unified-m-bottom-32 {
    margin-bottom: 32px;
}

.unified-m-bottom-40 {
    margin-bottom: 40px;
}

.unified-m-bottom-minus-10 {
    margin-bottom: -10px;
}

.unified-txt-11-5 {
    font-size: 11.5px;
}
/* Unified Form Select Case Type CSS end */
/* Header-Footer accessibility start here */
.primary-menu-list .primary-menu-list-item .primary-menu-item-button:focus {
    box-shadow: 0 0 0 2px #0057ae !important;
    outline: none !important;
    border-radius: 4px !important;
    z-index: 2;
}

.no-decoration.header-workday-logo-button:focus{
    box-shadow: 0 0 0 2px #0057ae !important;
    outline: none !important;
    border-radius: 4px !important;
}

.wkd-sf-footer .footer-icon-link:focus {
    outline: 2px solid #FFFFFF !important;
    outline-offset: 1px;
    border-radius: 50%;
}

.menu-links.black-text{
    color : #333 !important;
}
/* Header-Footer accessibility ends here */
.nsc-search-box.custom-slds-input .slds-input {
    padding-left: 48px;
    border-color: transparent;
    background: #f9fafb;
    border-radius: 8px;
}
/* Cancel Button CSS Start- GTMSER-28293*/
.cancel-button,  .cancel-button button {
    font-family: 'WorkdayAdelleSans-Bold';
    border-radius: 24px;
    border-color: transparent !important;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.24px;
    background: #cd0601;
    color: #fff !important;
    min-width: 120px;
}

lightning-button.cancel-button{
    padding:0;
}

.cancel-button:hover, lightning-button.cancel-button button:hover {
    background-color: #a40007;
}

.cancel-button:focus, lightning-button.cancel-button button:focus {
    box-shadow: rgb(255 255 255) 0px 0px 0px 2px, rgb(8 117 225) 0px 0px 0px 4px;
}
/* Cancel Button CSS end- */
.richtext-error-border .slds-rich-text-editor {
    border: #ba0517 1px solid !important;

}
/* lightning text area css - GTMSER-28293*/
.custom-input-cdm .slds-form-element__label {
    color: #333333 !important;
    font-family: "WorkdayAdelleSans-bold", Arial, sans-serif;
    margin-bottom: 6px;
}
/* lightning text area css end- */

/* RichText area css changes start */

.custom-richtext-editor .slds-popover__footer button.slds-button_brand {
    font-family: 'WorkdayAdelleSans-Bold';
    border-radius: 24px;
    border-color: transparent !important;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.24px;
    background: #0875e1 !important;
    color: #fff !important;
}

.custom-richtext-editor .slds-popover__footer button.slds-button_brand:hover {
    background-color: rgb(0, 92, 185) !important;
}

.custom-richtext-editor .slds-popover__footer button.slds-button_brand:focus {
    box-shadow: rgb(255 255 255) 0px 0px 0px 2px, rgb(8 117 225) 0px 0px 0px 4px;
}

.custom-richtext-editor .slds-popover__footer button.slds-button_neutral {
    font-family: 'WorkdayAdelleSans-Bold';
    border-radius: 24px;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    letter-spacing: 0.24px;
    border: 1px solid rgb(51, 51, 51);
    background: #fff !important;
}

.custom-richtext-editor .slds-popover__footer button.slds-button_neutral:hover {
    background: rgb(51, 51, 51) !important;
    color: rgb(255, 255, 255) !important;
}

.custom-richtext-editor .slds-popover__footer button.slds-button_neutral:focus {
    box-shadow: rgb(255 255 255) 0px 0px 0px 2px, rgb(8 117 225) 0px 0px 0px 4px !important;
    color: #333333 !important;
    background: #fff !important;
}
lightning-primitive-bubble .slds-popover_tooltip, lightning-primitive-bubble .slds-popover--tooltip {
    background: #000;
}
/* RichText area css changes end */

.custom-tooltip-wsp .custom-tooltip-component img{
  width: 19px;
  height: 19px;

}
/* Disabled input css start-GTMSER-28521 */
.pointer-none {
    pointer-events: none !important;
}
.cursor-not-allowed {
    cursor: not-allowed !important;
}
.llc .custom-input.disabled .custom-team-pills.slds-pill_container {
    background: transparent;
}
.disabled-span {
    opacity: 0.4;
    cursor: not-allowed;
}
/* Disabled input css End- */

.custom-rich-txt-disabled .slds-rich-text-editor__toolbar {
    cursor: not-allowed;
    pointer-events: none;
}

.custom-rich-txt-disabled > div {
    background: #f6f7f8;
    color: #c9c9c9;
    cursor: not-allowed;
}

.custom-dg-text-area-height .slds-textarea {
    height: 170px !important;
}

/* Advance CSS Start- GTMDCX-6577 */
.advanced-search-btn {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 24px;
    top: 11px;
    width: 24px;
    height: 24px;
    background: no-repeat url(../images/DCX-icons/advance-search-icon/advanced-search-icon.png);
}
/* .advanced-search-btn:hover, .advanced-search-btn.active {
    background: no-repeat url(../images/DCX-icons/advance-search-icon/advanced-search-icon-active.png);
} */
.advanced-search-btn:after {
    content: "";
    background: #B6C1CC;
    width: 1px;
    height: 32px;
    position: absolute;
    top: -3px;
    right: 32px;
}
/* GTMDCX-6869 fix */
.advanced-Search-text {
    position: absolute;
    width: 128px;
    padding: 6px 8px;
    font-size: 14px;
    background: rgba(0,0,0,.84);
    border-radius: 4px;
    color: #fff;
    line-height: normal;
    top: 44px;
    left: -50px;
    display: none;
}
.advanced-search-btn:hover .advanced-Search-text {
    display: inline;
}
/* GTMDCX-6869 */
/* Advance CSS End- GTMDCX-6577 */


