@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/*Railway modified*/
@font-face {
  font-family: ralewaymodified700;
  src: url('/resource/cos_assets/font/raleway-modified-700.ttf');
}

@font-face {
  font-family: ralewaymodified600;
  src: url('/resource/cos_assets/font/raleway-modified-600.ttf');
}

@font-face {
  font-family: ralewaymodified400;
  src: url('/resource/cos_assets/font/raleway-modified-400.ttf');
}


:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 4px #3ca6d3;
}

th:focus-visible {
    box-shadow: 0 0 0 4px #3ca6d3 inset;
}

a:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 4px #3ca6d3 !important;
}

.body.isPageWidthFixed-true {
    min-height: calc(100vh - 100px);
}

.slds-grid.slds-wrap.slds-medium-nowrap.slds-large-nowrap {
    width: 90%;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0;

    /* > .slds-col--padded.slds-size--12-of-12.slds-medium-size--8-of-12.slds-large-size--8-of-12.comm-layout-column {
        width: 75%;
    }

    > .slds-col--padded.slds-size--12-of-12.slds-medium-size--4-of-12.slds-large-size--4-of-12.comm-layout-column {
        width: 25%;
        position: relative;
        padding-top: 93px;

        &:before {
            content: "Title Here";
            position: absolute;
            color: #000;
            top: 20px;
            font-size: 20px;
        }
    } */
}

/*Generic styles*/
ol li:last-child, ul li:last-child {
    padding-bottom: 0;
}

.slds-col--padded.contentRegion.comm-layout-column {
    width: 90%;
    margin: 0 auto;
    max-width: 1440px;
}
.bgOverlay.comm-is-absolute {
    background: none !important;
}

.property_heading {
    display: flex;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;

    &.internal_title {
        display: inline-block;

        h1.property_h1 {
            display: inline;
        }

        p {
            font-size: 28px;
            letter-spacing: 0.32px;
            color: #00478F;
            display: inline;
            vertical-align: baseline;
        }
    }
}

h1.property_h1 {
    font-family: ralewaymodified700;
    font-size: 40px !important;
    line-height: 48px;
    letter-spacing: 0.64px;
    color: #00478F;   
}

h1.cos_h1,
.contentTitle {
    color: rgb(0, 71, 143);
    position: absolute;
    top: 40px;
    z-index: 9;
    width: 350px;
    left: 10%;
    font-size: 40px !important;
}

h2,
.main-heading,
.cos_h2 {
    font-size: 1.6875rem;
    letter-spacing: .03rem;
    line-height: 1.37;
    margin: 0 0 .75rem 0;
    max-width: 48rem;
}

h2.cos_h2 {
    color: #000;
    margin: 0.9rem 0;
    font-family: ralewaymodified700;
    font-size: 33px;
    line-height: 44px;
    letter-spacing: 0.32px;
}

h3.card__heading,
h3.waitlist_heading {
    color: #1a1a1a;
    font-family: ralewaymodified700;
    font-size: 33px;
    line-height: 40px;
    letter-spacing: 0.32px;
    vertical-align: middle;    
    position: relative;
    padding-left: 30px;

    @media screen and (max-width: 75em) {
        padding: 0 20px;
    }

    &:hover {
        cursor: pointer;
    }
}

h3.waitlist_heading {
    padding: 0;
    margin-bottom: 15px;
    color: #00478F;
}

h4.waitlist_heading {
    color: #00478F;
    font-family: ralewaymodified700;
    font-family: Raleway modified;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.32px;
    padding: 30px 0;

    &:hover {
        cursor: pointer;
    }
}

h3 a {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    text-decoration: none;
    font-weight: inherit;
    vertical-align: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

h4.card_h4 {
    font-family: ralewaymodified700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.48px;
    vertical-align: middle;
    color: #1a1a1a;
    position: relative;

    @media screen and (max-width: 75em) {
        font-size: 18px;
    }
}

h5.card_h5 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
}

.unit_number {
    font-family: ralewaymodified700;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0.5px;
    vertical-align: middle;
    color: #1a1a1a;
}

.primary_button,
.secondary_button,
.teritery_button {
    cursor: pointer;
    border-radius: 4px;
    padding: 11.5px 24px 11.5px 24px;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    vertical-align: middle;
    height: 48px;

    &:focus,
    &:hover {
        box-shadow: 0 0 0 4px #3ca6d3;
        outline: 4px solid transparent;
    }

    &.disabled-btn {
        background: #CCCCCCBA;
        pointer-events: none;
    }
}

.primary_button {
    background: #00478F;
    color: #fff;
    border: 0;
}

.secondary_button {
    background: #fff;
    border: 1px solid #00478F;
    color: #00478F;

    &.denided_button {
        border: 2px solid #8F0000;
        color: #8F0000;
    }
}

.teritery_button {   
    text-decoration: underline;
    background: transparent;
    border: 0;
    color: #00478F;
    font-weight: 400;
    padding: 0;

    &:focus,
    &:hover {
        color: #00478f;
    }

    &.unit-type {
        margin: 0;
        text-align: left;
        line-height: normal;
    }
}

.button_wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
    margin: 30px 0;

    &.unitVacant {
        justify-content: space-between;
    }

    &.unitOnOffer {
        justify-content: space-between;
    }
}

.property_heading p,
p.search-hint {
    font-family: ralewaymodified400;
    font-weight: 400;
    font-size: 19px;
    line-height: 48px;
    letter-spacing: 0.4px;
    vertical-align: middle;
    margin: 0;
    color: #1a1a1a;
    text-transform: capitalize;
}

p {
    font-size: inherit;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
    margin: 0 0 1.5rem 0;
}

.page-container {
    margin:0 auto;
    min-height: 83vh;
}

.main-para {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0px;
}

.main-view-options {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;

    a {
        cursor: pointer;
    }
}

.main-view-options button {
    border: 0;
}

.main-view-options svg {
    width: auto;
    height: 20px;
}

.main-view-options button:hover svg,
.main-view-options button:focus svg {
    filter: brightness(0) saturate(100%) invert(28%) sepia(99%) saturate(2280%) hue-rotate(191deg) brightness(93%) contrast(99%);
}

/*Card styling*/
.card__container {
    border: 1px solid #000;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 2rem;
    margin: 30px 0;
    padding: 0;

    &.focused-style {
        background-color: #F2F2F2;

        .property-list {
            height: 100%;
            overflow: visible;
        }

        .accordion-arrow {
            transform: rotate(-135deg);
            transition: .2s linear;
        }
    }

}

.card--position-horizontal {
    display: flex;
    width: 100%;
    position: relative;
}

.card--position-horizontal__image-left .card__image {
    height: 100%;
}

.card--position-horizontal img {
    width: auto;
    height: 100%;
    border-radius: 10px 0 0 10px;
    object-fit: cover;
}

.card__image {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: 100% 100%;
}

.card--image--one-fourth .card__text-container {
    width: 75%;
}

.card--position-horizontal .card__text-container {
    width: 80%;
    padding: 30px 0;
}

.property-checkbox {
    position: absolute;
    opacity: 0;
    top: -45px;
    left: 30px;
    cursor: pointer;
    z-index: 1;
    width: 94%;
    height: 50px;
    display: none;
}

.property-list-checkbox {
    position: absolute;
    opacity: 0;
    top: 20px;
    left: 0;
    cursor: pointer;
    z-index: 1;
    width: 94%;
    height: 50px;
    display: none;
}

.card--position-horizontal .card__image-container img {
    border-radius: 10px 0 0 10px;
    position: relative;
    width: 200px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.card__description {
    margin: 0;
    padding: 40px 0 0;
    position: relative;
}

.accordion-arrow {
    display: none;
    content: "";
    border: solid #1A1A1A;
    border-width: 0px 3px 3px 0;
    padding: 5px;
    transform: rotate(45deg);
    vertical-align: middle;
    margin-right: 20px;
    margin-top: -10px;
    transition: .2s linear;  
    right: 20px;
    position: absolute;
    top: -20px;
}

.accordion-list-arrow {
    display: none;
    content: "";
    border: solid #1A1A1A;
    border-width: 0px 3px 3px 0;
    padding: 5px;
    transform: rotate(45deg);
    vertical-align: middle;
    margin-right: 20px;
    margin-top: -10px;
    transition: .2s linear;  
    right: 4%;
    position: absolute;
    top: 45px;
}

.property-list-checkbox:focus +.accordion-list-arrow {
    outline: #0e78d2 auto 1px;
}


.card__description p:last-of-type {
    margin-bottom: 0;
}

.card__description p {
    margin-top: 0;
}

.property-list {
    display: flex;
    justify-content: flex-start;
    height: 130px;
    gap: 40px 0;
    overflow: hidden;
    flex-wrap: wrap;
    transition: .2s ease-in;
}

.properties {
    border-right: 0.5px solid #666666;
    width: calc(100% / 4);
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0 30px;
    position: relative;

    @media screen and (max-width: 75em) {
         padding: 0 20px;
    }

    @media screen and (max-width: 54em) {
        width: calc(100% / 2);
    }
}

.properties:nth-child(4n),
.properties:last-child {
    border-right: 0;
}

.properties .title-wrapper {
    position: relative;
}

.title-wrapper h4 img,
.list__details h4 img {
    position: absolute;
    right: 0;
    top: 2px;
    width: 25px;
    height: 25px;
}

.properties .accessibility-icon svg {
    width: 24px;
    height: 24px;

    @media screen and (max-width: 75em) {
        width: 20px;
        height: 20px;
    }
}

.action-link {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;

    &:focus,
    &:hover {
        color: #00478f;
    }
}

/*List view styles*/
.list__block {
    margin: 11px 0 32px 0;
}

.list__container {
    display: flex;
    flex-direction: column;
    padding: 30px 0 0;
    position: relative;

    &.focused-style {
        background-color: #F2F2F2;

        .accordion-list-arrow {
            transform: rotate(-135deg);
            transition: .2s linear;
        }

        .list__wrapper {
            height: 100%;
            overflow: visible;
        }
    }

    h3.card__heading, 
    h3.waitlist_heading,
    .list__details,
    .list__action,
    .border-bottom,
    .container-bottom {
        padding-left: 0;
        margin-left: 0;
    }
}

.list__wrapper {
    display: flex;
    flex-wrap: wrap;
    height: 160px;
    overflow: hidden;
    gap: 0 30px;
}

.list__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: calc((100% / 4) - 23px);
    padding: 30px 0;

    @media screen and (max-width: 54em) {
        width: calc((100% / 2));
    }
}

.list__details {
    border-right: 1px solid #d1d1d1;
    padding: 0 30px;
}


.list__item:nth-child(4n) .list__details,
.list__item:last-child .list__details {
    border-right: 0;
}

.list__action {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 0 30px;
}

.property-checkbox:focus + span,
.property-list-checkbox:focus + span {
    outline: #0e78d2 auto 1px;
}

.property-checkbox:checked,
.property-list-checkbox:checked {
    +.accordion-arrow +.property-list,
    +.accordion-list-arrow +.list__wrapper {
        width: auto;
        height: 100%;
        overflow: visible;
        padding: 0;
        transition: .2s ease-in;
    }

    +.accordion-arrow,
    +.accordion-list-arrow {
        transform: rotate(-135deg);
        transition: .2s linear;
    }
}

.property-checkbox:not(:checked),
.property-list-checkbox:not(:checked) {
    +.accordion-arrow +.property-list {
        height: 130px;
        overflow: hidden;
        transition: .2s ease-in;
    }

    +.accordion-list-arrow +.list__wrapper {
        height: 173px;
        overflow: hidden;
        transition: .2s ease-in;
    }

    +.accordion-arrow,
    +.accordion-list-arrow {
        transform: rotate(45deg);
        transition: .2s linear;
    }
}

.border-bottom {
    border-bottom: 0.5px solid #0066CC;
    width: 75%;
    margin: 0 30px;
}

.container-bottom {
    border-bottom: 0.75px solid #B3B3B3;
    margin: 0 30px;
}

/*Property Details View styling*/
h2.alert__header-title {
    font-family: ralewaymodified700;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0.5px;
    padding: 0;
    text-transform: capitalize;
}

/*alert default comp css*/
.alert-informational {
    border-width: 0 0 0 4px;
    border-style: solid;
    padding: 1.5rem;
    margin: 2rem 0 2.5rem 0;

    svg {
        display: none;
    }

    &.default-box {
        border-color: #1080a6;
        background-color: #e2f0f4;

        .default-icon {
            display: inline-block;
        }
    }

    &.success-box {
        border-color: #118847;
        background-color: #e5f0e9;

        .success-icon {           
            display: inline-block;
        }
    }

    &.warning-box {
        border-color: #ffd440;
        background-color: #fef6dc;

        .warning-icon {            
            display: inline-block;
        }
    }

     &.error-box {
        border-color: #cd0000;
		background-color: #fceff0;

        .error-icon {            
            display: inline-block;
        }
    }
}

.alert__header {
    display: flex;
}

.alert__header-icon {
    display: inline-block;
    vertical-align: top;
    margin-right: .95rem;
}

.alert__header-icon svg {
    width: 24px;
    height: 24px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    vertical-align: middle;
    overflow: hidden;
    margin-bottom: 2px;    
}

.alert__header-title {
    margin-bottom: .75rem;
    padding-top: 2px;
}

.alert__body {
    margin-left: 40px;
}

.alert__body p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0px;
}

.filter_wrapper {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

h3.property_h3 {
    font-family: ralewaymodified700;
    font-size: 33px;
    line-height: 44px;
    letter-spacing: 0.32px;
    color: #00478F;
}

h4.property_h4 {
    font-family: Raleway modified;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.32px;
    color: #00478F;
    margin-bottom: 20px;
}

.from_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.form-group {
    width: 47%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

.filter-label {
    font-family: ralewaymodified700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.48px;
}

.filter-dropdown {
    width: 100%;
    height: 48px;
    opacity: 1;
    border-radius: 4px;
    border-width: 2px;
    border: 2px solid #1A1A1A;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0px;
    padding-left: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;

    &.search-box {
        padding-left: 40px;
    }

    &:focus {
        box-shadow: 0 0 0 4px #3ca6d3 !important;
        outline: 4px solid transparent !important;
        transition: box-shadow .1s ease-in-out !important;

        +.search__reset {
            background: #F2F2F2;
        }
    }
}

option:hover, option:focus {
    background: rgba(35, 146, 240, 0.05);
    box-shadow: 0 0 3px #0176d3;
}

option:checked,
option:focus {
  background: rgba(35, 146, 240, 0.05);
  box-shadow: 0 0 3px #0176d3;
}

.form-group:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #000;
    position: absolute;
    right: 5%;
    bottom: 30%;
}

.no-arrow:after {
    display: none;
}

.table-container {
    margin: 30px 0;
}

h3.transfer-from {
    color: #00478F;
    font-family: ralewaymodified700;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.32px;
    padding-bottom: 25px;
}

thead {
    background: #EFB243;
    height: 80px;
    position: relative;    
}

thead:before {
    content: "";
    box-shadow: 0px 3px 0px 0px #1A1A1A inset;
    width: 100%;
    height: 3px;
    position: absolute;
}

thead:after {
    content: "";
    box-shadow: 0px -3px 0px 0px #1A1A1A inset;
    width: 100%;
    height: 3px;
    position: absolute;
}

thead tr th {
    padding: 20px;
    font-family: Open Sans;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.4px;
    vertical-align: middle;
}

tbody tr {
    box-shadow: 0px -1px 0px 0px #B2B2B2 inset;
}

tr td {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.4px;
    padding: 20px;
}

tr td:last-child {
    padding: 0;
}

.pagination-controls.pagination.gap-2 {
    display: flex;
    padding-left: 0;
    list-style: none;
    gap: 8px;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 80px;
}

.pagination .btn {
    border: 1px solid rgb(25, 118, 210);
    border-radius: 6px;
    background: transparent;
    min-width: 3rem;
    min-height: 1rem;
    height: 43px;
    padding: 0;

    &:disabled {
        border: 1px solid #737373;
    }
}

.pagination .btn svg {
    filter: brightness(0) saturate(100%) invert(21%) sepia(22%) saturate(6596%) hue-rotate(195deg) brightness(91%) contrast(102%);
}

.pagination .btn:disabled svg {
    filter: brightness(0) saturate(100%) invert(49%) sepia(0%) saturate(378%) hue-rotate(13deg) brightness(91%) contrast(92%);
}

input.form-control {
    width: 65px;
    height: 42px;
    opacity: 1;
    border-radius: 8px;
    border-width: 1px;
    padding: 10px;
    border: 1px solid #000;
}

/*spinner styles*/
@keyframes spinner-border {
    100% {
        transform: rotate(360deg);
    }
}
.justify-content-center {
    justify-content: center !important;
    height: 100%;
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.d-flex {
    display: flex !important;
}

.spinner-border {
    display: inline-block;
    vertical-align: -2px;
    border-radius: 50%;
    animation: 0.75s linear infinite spinner-border;
    width: 3rem;
    height: 3rem;
    vertical-align: -0.125em;
    border-width: 0.4em;
    border: 0.4em solid currentcolor;
    border-right-color: transparent;
    top: 50%;
    position: fixed;
}

.text-primary {
    color: rgb(25, 118, 210);
}

.visually-hidden, 
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.visually-hidden:not(caption), 
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
    position: absolute !important;
}

/*View Detail page's styling*/
.unit_details {
    border-bottom: 0.75px solid #0066CC;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.unit_details p,
.waitlist_heading p {
    font-family: ralewaymodified400;
    font-weight: 400;
    font-size: 19px;
    line-height: 29px;
    letter-spacing: 0.4px;
    color: #1A1A1A;
    margin-bottom: 30px;
    text-transform: none;
}

.unit_block_wrap {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
    gap: 30px 0;
    flex-wrap: wrap;
}

.unit_block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    width: calc(100% / 4);
}

.unit_block p {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0px;
}

.unit_block p:first-child {
    font-family: ralewaymodified700;
    font-size: 24px;
    line-height: 36px;
    text-transform: capitalize;
}

.transfer_details {
    margin-top: 30px;
    width: 400px;
}

.transfer_details label.filter-label {
    display: flex;
    gap: 5px;
    color: #1a1a1a;
    font-size: 19px; 
    line-height: 29px;
}

.unit_details hr {
    margin-top: 50px;
    margin-bottom: 20px;
}

.filter-label .required {
    color: #1A1A1A;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0px;
}

textarea.filter-textarea {
    border: 1px solid #1a1a1a;
    border-radius: 4px;
    box-sizing: border-box;
    color: #1a1a1a;
    display: block;
    font-size: 1rem;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5;
    margin: 0;
    max-width: 48rem;
    width: 100%;
    padding: .625rem 1rem;
    transition: box-shadow .1s ease-in-out;
}

.error-messaging {
    display: flex;
    align-items: center;
    gap: 5px;
}

.error-messaging svg.icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    stroke-width: 0;
    stroke: currentcolor;
    fill: currentcolor;
    vertical-align: middle;
    margin-bottom: 2px;
    overflow: hidden;
}

.error-messaging span {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0px;
    color: #CD0000;
}

.search__input-container {
    width: 50%;
    position: relative;
    margin-bottom: 30px;

    svg {
        position: absolute;
        top: 12px;
        left: 10px;
        filter: brightness(0) saturate(100%) invert(55%) sepia(0%) saturate(68%) hue-rotate(153deg) brightness(94%) contrast(96%);
    }
}

.filter-dropdown.searchbox {
    margin-bottom: 30px;
}

.search-hint {
    color: #4d4d4d;
    display: block;
    margin: 0 0 1rem 0;
    width: 100%;
    max-width: 48rem;
}

input.search__reset {
    position: absolute;
    display: flex;
    align-items: center;
    top: 13px;
    right: 15px;
    height: 20px;
    width: 20px;
    color: #000;
    margin: 0;
    padding: .25rem;
    outline: 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    z-index: 9;
    border: 0;
    font-family: 'Open Sans';
    text-transform: lowercase;
    user-select: none;
    text-align: center;
    line-height: 21px;

    &::placeholder {
        color: #000;
    }

    &:focus {
        box-shadow: 0 0 0 4px #3ca6d3 !important;
        outline: 4px solid transparent !important;
        transition: box-shadow .1s ease-in-out !important;
    }
}

.slds-modal__container {
    padding: 30px;
    height: fit-content;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%) !important;
}

.slds-modal__container header.slds-modal__header {
    background-color: #00355B;
    padding: 20px;
}

.slds-modal__container header.slds-modal__header h2 {
    color: #fff;
    text-align: left;
    font-family: ralewaymodified700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.5px;
}

.slds-modal__container .form-group.transfer_details.no-arrow {
    background: #fff;
    width: 100%;
    margin: 0;
    padding: 20px;
}

.slds-modal__container footer.slds-modal__footer {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    outline: 0;
    border: 0;
}

td.slds-text-title_caps.nounit-found {
    width: 100%;
    text-align: center;
    display: table-cell;
    margin: 20px;
    height: 50px;
}

/*Media quesries*/
@media screen and (max-width: 54em) {

    .slds-grid.slds-wrap.slds-medium-nowrap.slds-large-nowrap {
        display: flex;
        flex-direction: column;
    }

    .slds-grid.slds-wrap.slds-medium-nowrap.slds-large-nowrap .slds-col--padded.slds-size--12-of-12.slds-medium-size--8-of-12.slds-large-size--8-of-12.comm-layout-column,
    .slds-grid.slds-wrap.slds-medium-nowrap.slds-large-nowrap .slds-col--padded.slds-size--12-of-12.slds-medium-size--4-of-12.slds-large-size--4-of-12.comm-layout-column {
        width: 100%;
        display: block;
    }

    tr td:last-child {
        padding-right: 20px;
    }
}

.button_wrapper.unitOnOffer button.teritery_button {
    border: 2px solid #00478F;
    padding: 0 20px;
    text-decoration: none;
}

.right_button {
    display: flex;
    gap: 20px;
}

.required-error {
    border: 1px solid #CD0000 !important;
}



/*chatter styling*/

/*top feed publisher section*/
.slds-col--padded.slds-size--12-of-12.slds-medium-size--8-of-12.slds-large-size--8-of-12.comm-layout-column {
    width: 75%;
}

b.chatter_title {
    font-family: ralewaymodified700;
    font-size: 26px;
    line-height: 48px;
    letter-spacing: 0.64px;
    color: #00478F;
}

.qe-feedCommentInput button.slds-button.image.slds-button_icon-border-filled,
.uiTabset--base.forceActionsContainer ul.tabs__nav,
.uiTabset--base.forceActionsContainer .tabs__content.uiTab button.slds-button.dummyButtonCallToAction.uiButton span,
.uiTabset--base.forceActionsContainer .tabs__content.uiTab button.slds-button.slds-button--brand.testid__dummy-button-submit-action.slds-col.slds-no-space.dummyButtonSubmitAction.uiButton span {
    display: none;
}

.uiTabset--base.forceActionsContainer .tabs__content.uiTab {
    border: 0;
    margin-top: -10px;
    padding-bottom: 20px;
    border-bottom: 0.5px solid #000000;
    border-radius: 0;

    .baseDefault.forceChatterBasePublisher {
        .cuf-content.scrollable {
            padding: 0;
        }

        .slds-rich-text-editor__toolbar li.forceQuillButtonLink,
        .slds-rich-text-editor__toolbar .forceQuillInsertImageButton {
            display: none
        }

        .cuf-publisherTopics.input-field,
        .visibilitySwitcher {
            display: none;;
        }

        .slds-grid.bottomBar {
            padding: 0;

            button.cuf-publisherShareButton {
                cursor: pointer;
                border-radius: 4px;
                padding: 10px;
                font-family: Open Sans;
                font-weight: 600;
                font-size: 0;
                line-height: 100%;
                vertical-align: middle;
                background: #00478F;
                color: #fff;
                border: 0;
                height: 32px;

                &:before {
                    content: "Post";
                    font-size: 18px;
                    background: transparent;
                    display: flex;
                }

                &:focus,
                &:hover {
                    box-shadow: 0 0 0 4px #3ca6d3;
                    outline: 4px solid transparent;
                }
            }
        }

        .cuf-attachmentsItem {
            lightning-icon svg {
                fill: #000;
            }
        }
    }
}

.uiTabset--base.forceActionsContainer .tabs__content.uiTab .slds-grid.dummyControlsContainer {
    padding: 0;
}

.uiTabset--base.forceActionsContainer .tabs__content.uiTab button.slds-button.dummyButtonCallToAction.uiButton {
    border: 0;
    padding: 5px;
}

.uiTabset--base.forceActionsContainer .tabs__content.uiTab button.slds-button.dummyButtonCallToAction.uiButton:after {
    content: "Start your post or message";
    text-align: left;
    left: 0;
    position: absolute;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0px;
    color: #1a1a1a;
}

.uiTabset--base.forceActionsContainer .tabs__content.uiTab button.slds-button.slds-button--brand.testid__dummy-button-submit-action.slds-col.slds-no-space.dummyButtonSubmitAction.uiButton {
    cursor: pointer;
    border-radius: 4px;
    padding: 11.5px 24px 11.5px 24px;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    vertical-align: middle;
    height: 48px;
    background: #00478F;
    color: #fff;
    border: 0;
}

.uiTabset--base.forceActionsContainer .tabs__content.uiTab button.slds-button.slds-button--brand.testid__dummy-button-submit-action.slds-col.slds-no-space.dummyButtonSubmitAction.uiButton:after {
    content: "Post";
}


/*bottom feed section*/
.feedActions.slds-grid.qe-feedPanelFeedActions {
    padding: 0;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 30px;   

    feeds_sorter-sorter.feeds-sorter, 
    .right-actions.slds-grid.slds-grid_align-end.slds-grow {
        width: 50%;
    }

    .right-actions .forceChatterSearchInFeed {
        margin: 0;
    }
}

.feedActions.slds-grid.qe-feedPanelFeedActions .feeds_sorter-filter.slds-m-right_x-small.feeds-filter,
.feedActions.slds-grid.qe-feedPanelFeedActions button.slds-button.cuf-refresh,
lightning-primitive-input-simple lightning-primitive-icon,
feeds_sorter-filter {
    display: none;
}

.right-actions lightning-primitive-input-simple button.slds-input__icon {
    margin-top: -11px;
}

.right-actions lightning-primitive-input-simple button.slds-input__icon lightning-primitive-icon {
    display: block;
   
}

.feedActions.slds-grid.qe-feedPanelFeedActions lightning-combobox.feeds-sorter-trigger.slds-form-element label {
    font-family: Raleway modified;
    font-weight: 700;
    font-size: 19px;
    line-height: 29px;
    letter-spacing: 0.4px;
    color: #1A1A1A;
    margin-bottom: 16px;
}

lightning-base-combobox button.slds-combobox__input.slds-input_faux {
    border: 2px solid #1a1a1a;
    padding: 5px 15px;
}

lightning-base-combobox button.slds-combobox__input.slds-input_faux, 
lightning-primitive-input-simple input.slds-input {
    border: 1px solid #1a1a1a;
    padding: 5px 15px;
    margin: 0;
}

lightning-primitive-input-simple input.slds-input {
    margin-top: -8px;
}

lightning-base-combobox button.slds-combobox__input.slds-input_faux span.slds-truncate,
lightning-primitive-input-simple input.slds-input::placeholder {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 25.6px;
    letter-spacing: 0px;
    color: #1a1a1a;
}
 

/*below chat section*/
.cuf-feed,
.cuf-feedElementFullView {
    position: relative;

    .cuf-element.inFeed {
        background: #F2F2F280;
        padding: 20px 20px 50px 20px !important;
        border: 1px solid #B3B3B3;
        border-radius: 5px;
        margin-bottom: 30px;
    }

    article.cuf-feedElement.cuf-feedItem {
        padding: 0 !important;;

        .cuf-entityLink {
            position: relative;
            position: relative;
            font-family: Open Sans;
            font-weight: 400;
            font-size: 16px;
            line-height: 25.6px;
            letter-spacing: 0px;
            color: #1a1a1a;
            text-decoration: none;
            outline: 0;
            border: 0;
            pointer-events: none;
            cursor: default;

            &:hover {
                cursor: default;
            }

            span {
                border: 0;
            }

            .cuf-actorImage:before {
                position: absolute;
                content: "";                
                background-image: url('/resource/cos_assets/icons/cos-user.svg');
                background-repeat: no-repeat;
                background-position: center;
                background-size: 30px;
                width: 30px;
                height: 30px;
            }            
            
            img {
                display: none;
            }
        }

        span.cuf-entityLinkId.forceChatterEntityLink.entityLinkHover + .uiOutputText {
            display: none;
        }

        .cuf-subPreamble.slds-text-body--small a {
            font-family: Open Sans;
            font-weight: 400;
            font-size: 12px;
            line-height: 25.6px;
            letter-spacing: 0px;
            color: #1a1a1a;
        }
    }

    article.slds-box.cuf-auxBody.cuf-auxBodyRecordSnapshot {
        border-color: #b3b3b3;

        a.cuf-wrapperAnchor {
            background-color: #fff;
            border-radius: 5px 5px 0 0;
            position: relative;
            border-color: #b3b3b3;

            .rsSummary.uiBlock {
                display: flex;
                align-items: center;
                justify-content: flex-start;

                .bLeft {
                    width: 30px;
                    height: 30px;
                }
            }

            .cuf-roundBorder {
                span:before {
                    position: absolute;
                    content: "";                
                    background-image: url('/resource/cos_assets/icons/cos-building.svg');
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: 30px;
                    width: 30px;
                    height: 30px;
                }

                span img {
                    display: none;
                }
            }

            .rsPreamble.rsLong.entityLink span.uiOutputText {
                font-family: Open Sans;
                font-weight: 400;
                font-size: 16px;
                line-height: 25.6px;
                letter-spacing: 0px;
                margin-left: 30px;
                display: block;
            }
        }

        .rsLink.cuf-morerss {
            font-family: Open Sans;
            font-weight: 400;
            font-size: 16px;
            line-height: 25.6px;
            letter-spacing: 0px;
            text-decoration: underline;
            text-decoration-style: solid;
            text-decoration-thickness: 0%;
            text-align: left;
            padding-left: 72px;
        }
    }

    footer.slds-post__footer.interactions-wrap {
        position: absolute;
        bottom: 50px;

        li.forceChatterToggleLike.slds-col.slds-list__item.slds-m-right--medium {
            position: absolute;
            z-index: 1;
            margin-top: 20px;

            .slds-button span {
                font-family: Open Sans;
                font-weight: 400;
                font-size: 16px;
                letter-spacing: 0px;
                padding-left: 27px;

                &:before {
                    position: absolute;
                    content: "";                
                    background-image: url('/resource/cos_assets/icons/cos-like.svg');
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: 20px;
                    width: 20px;
                    height: 20px;
                    left: 0;
                }
            }

            svg.cuf-likeIcon {
                display: none;
            }
        }

        li.cuf-commentLink,
        ul.slds-post__footer-meta-list {
            display: none;
        }
    }


    .cuf-feedback.forceChatterFeedback--default.forceChatterFeedback {
        border: 0;
        background: transparent;

        .commentInputArea {
            padding: 0;
        }

        lightning-avatar {
            display: none;
        }

        lightning-input.slds-grow.slds-form-element {
            height: 0;
        }

        .slds-form-element__control {
            position: relative;
            margin-left: 70px;

            &:before {
                position: absolute;
                content: "Comment";
                background-image: url(/resource/cos_assets/icons/cos-comment.svg);
                background-repeat: no-repeat;
                background-position: center;
                background-size: 20px;
                width: 20px;
                height: 20px;
                padding-left: 35px;
                font-family: Open Sans;
                font-weight: 400;
                font-size: 16px;
                letter-spacing: 0px;
                line-height: 18px;
            }
        }

        lightning-input input.slds-input {
            position: absolute;
            z-index: 1;
            width: 120px;
            left: 0;
            border: 0;
            background: transparent;

            &::placeholder {
                color: transparent;
            }
        }       

        .messageBodyWrapper {
            .slds-button-group-list  {
                li.forceQuillButtonLink {
                    display: none;
                }

                .slds-button svg {
                    fill: #000;
                }
            }
        }        

        .bottomBar { 
            padding: 0;

            .cuf-paperclip svg {
                fill: #000;
            }

            .cuf-submit button.slds-button {
                cursor: pointer;
                border-radius: 4px;
                padding: 10px;
                font-family: Open Sans;
                font-weight: 600;
                font-size: 0;
                line-height: 100%;
                vertical-align: middle;
                background: #00478F;
                color: #fff;
                border: 0;
                height: 32px;

                &:before {
                    content: "Post";
                    font-size: 18px;
                    background: transparent;
                    display: flex;
                }

                &:focus,
                &:hover {
                    box-shadow: 0 0 0 4px #3ca6d3;
                    outline: 4px solid transparent;
                }
            }
        }

        li.cuf-commentLi.published {
            margin-top: 10px;

            article.cuf-commentItem.slds-comment.slds-media.comment--threadedCommunity.forceChatterComment {
                margin: 0 0 20px 0;
                padding: 20px;
                border-radius: 5px;
                border: 1px solid #B3B3B3;
            }

            .light.circular.slds-avatar--circle {
                img {
                    display: none;
                }

                &:before {
                    position: absolute;
                    content: "";
                    background-image: url(/resource/cos_assets/icons/cos-user.svg);
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: 30px;
                    width: 30px;
                    height: 30px;
                }
            }

            .slds-media__body {
                .cuf-entityLink span {
                    font-family: Open Sans;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 25.6px;
                    letter-spacing: 0px;
                    text-decoration: underline;
                    text-decoration-style: solid;
                    text-decoration-thickness: 0%;
                    border: 0;
                }

                feeds_timestamping-comment-creation lightning-relative-date-time {
                    font-family: Open Sans;
                    font-weight: 400;
                    font-size: 12px;
                    line-height: 25.6px;
                    letter-spacing: 0px;
                    color: #1a1a1a;
                }
                
                .slds-comment__content {
                    .feedBodyInner p span {
                        font-family: Open Sans;
                        font-weight: 400;
                        font-size: 14px;
                        line-height: 22px;
                        letter-spacing: 0px;
                        color: #1a1a1a;
                    }
                }

                feeds_liking-toggle button.slds-button {
                    padding-left: 22px;

                    span {
                        margin-top: 4px;
                    }

                    &:before {
                        position: absolute;
                        content: "";
                        background-image: url(/resource/cos_assets/icons/cos-like.svg);
                        background-repeat: no-repeat;
                        background-position: center;
                        background-size: 15px;
                        width: 15px;
                        height: 15px;
                        left: 0;
                    }
                }

            }
            
            
        }
    }

    .qe-feedCommentInput .cuf-comment {
        position: relative;
        margin-left: 70px;

        &:before {
                position: absolute;
                content: "Comment";
                background-image: url(/resource/cos_assets/icons/cos-comment.svg);
                background-repeat: no-repeat;
                background-position: center;
                background-size: 20px;
                width: 20px;
                height: 20px;
                padding-left: 35px;
                font-family: Open Sans;
                font-weight: 400;
                font-size: 16px;
                letter-spacing: 0px;
                line-height: 18px;
        }

        textarea.cuf-dummyTextarea.cuf-messageTextArea {
            position: absolute;
            z-index: 1;
            width: 120px;
            left: 0;
            border: 0;
            background: transparent;

            &::placeholder {
                color: transparent;
            }
        }
    }

    .cuf-commentInput.cuf-Large.expanded.forceChatterFeedCommentInput .qe-feedCommentInput .cuf-comment {
        margin-left: 0;
    }    

    /*internal full view style*/
    .cuf-preamble p {
        display: flex;
        flex-direction: column;
    }

    .forceChatterFeedAuxBody--default.forceChatterFeedAuxBodyRecordSummary {
        article.slds-box.cuf-auxBody.cuf-auxBodyRecordSnapshot {
            background-color: #F2F2F280;
        }
    }

    .cuf-Large .cuf-comment {
        margin-left: 0;
    }
}

.cuf-feedElementFullView {
    &:before {
        content: "Chatter Content";
        font-family: ralewaymodified700;
        font-size: 26px;
        line-height: 48px;
        letter-spacing: 0.64px;
        color: #00478F;
        margin: 30px 0;
        display: block;
    }

    .cuf-feedItemHeader.cuf-media.l-first {
        background: #F2F2F280;
        padding: 20px;
        border: 1px solid #d3d3d3;
        margin-bottom: 20px;
        border-radius: 5px;
    }

    footer.slds-post__footer.interactions-wrap {
        position: relative;
        bottom: 0;
        margin: 30px 0;

        li.forceChatterToggleLike.slds-col.slds-list__item.slds-m-right--medium {
            position: relative;
            margin: 0;
        }
    }
}
    
.cuf-showMoreContainer {
    margin: -20px 0 50px 0;

    button {
        cursor: pointer;
        border-radius: 4px;
        padding: 20px;
        font-family: Open Sans;
        font-weight: 600;
        font-size: 18px;
        line-height: 100%;
        vertical-align: middle;
        background: #00478F;
        color: #fff;
        border: 0;
        height: 32px;

        &:focus,
        &:hover {
            box-shadow: 0 0 0 4px #3ca6d3;
            outline: 4px solid transparent;
            color: #fff;
        }
    }
}

.custom-radio {
    input[type="radio"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;

        &:focus + span {
            outline: #0e78d2 auto 1px;
        }

        &:checked + .radio-mark::after {
            content: "";
            position: relative;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #1a1a1a;
        }
    }    

    span.radio-mark {
        height: 32px;
        width: 32px;
        border-radius: 50%;
        border: 2px solid #1a1a1a;
        display: flex;
        position: relative;
        margin-right: 8px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }
}

.salesforceIdentityLoginBody2 .cCenterPanel#centerPanel {
    display: flex;
    align-items: center;
    height: calc(100vh - 215px);
    max-height: 100vh;
    justify-content: center;
}

/*login styles*/


.custom-container label.slds-form-element__label.slds-no-flex {
    font-family: ralewaymodified700;
    font-size: 19px;
    line-height: 29px;
    letter-spacing: 0.4px;
    color: #1a1a1a;
    padding-bottom: 10px;
}

.salesforceIdentityLoginBody2 .ui-widget {
    padding: 0 !important;
}


/* Footer styles */
footer.footer,
.cFooterPanel {
    width: 100%;
    background: #1e4a73;
}

/*User profile specific style*/
.userProfileAndSettingsContainer .tabContentContainer .userDetailHeader .slds-button {
    display: none;
}


// Grant specific style
.calendar-div.slds-datepicker.slds-dropdown.slds-dropdown_left.posAbsolute {
    margin: 0;
}
.calendar-div.slds-datepicker table.slds-datepicker__month.datepicker-days {
     table-layout: fixed;
}
 
.forceCommunityUserProfileDetail .userDetailHeader  ul.forceActionsContainer {
    display: none;
}