/**** manual extractions from DSC-Core.css ***/

@font-face {
    font-family: ds-fonts;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/ds-fonts.eot?5gm7hb);
    src: url(fonts/ds-fonts.eot?5gm7hb#iefix) format("embedded-opentype"),
        url(fonts/ds-fonts.ttf?5gm7hb) format("truetype"),
        url(fonts/ds-fonts.woff?5gm7hb) format("woff"),
        url(fonts/ds-fonts.svg?5gm7hb#ds-fonts) format("svg")
}

.ds-flex {
    display: -ms-flexbox;
    display: flex
}

.ds-flex[class*="--row"] {
    -ms-flex-direction: row;
    flex-direction: row
}

.ds-flex[class*="--start-center"],.ds-flex[class*="--start-start"] {
    place-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex
}

.ds-flex[class*="--start-center"] {
    -ms-flex-align: center;
    align-items: center
}


[class*=ds-elevation][class*="--L5"] {
    box-shadow: 0 6px 14px -6px rgba(24,39,75,.12),0 10px 32px -4px rgba(24,39,75,.1)
}


[class*=ds-icon--],[class^=ds-icon--] {
    font-family: ds-fonts;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1.29;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*=ds-icon--]:focus,[class^=ds-icon--]:focus {
    outline: none
}

.ds-icon--chats-multi .path1:before {
    content: "";
    color: #bdebcf
}

.ds-icon--chats-multi .path2:before {
    content: "";
    color: #fff;
    margin-left: -1em
}

.ds-chat {
    min-width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 4px solid #fff;
    background: #fff
}

.ds-chat [class*=ds-icon] {
    place-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    width: 52px;
    height: 52px;
    font-size: 22px;
    background: #00854b;
    border-radius: 50px
}

.ds-chat label {
    font-family: "arial";
    font-weight: 700;
    font-size: 12px;
    width: 0;
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    color: #034c1f;
    transition: width .6s ease-in-out,opacity .3s ease-in-out
}

.ds-chat[class*="--expanded"] {
    border-radius: 50px
}

.ds-chat[class*="--expanded"] label {
    width: 70px;
    opacity: 1;
    margin: 0 8px;
    transition: width .8s ease-in-out,opacity 1s ease-in-out
}

.ds-chat:hover label {
    color: #023616;
    cursor: pointer;
    width: 70px;
    opacity: 1;
    margin: 0 8px
}


/*** AOC custom overrides ***/

.wc-app .fa-close:before,
.wc-app .fa-remove:before,
.wc-app .fa-times:before {
    content: "\F00D";
}

.chat-btn {
    opacity: 1;
    width: auto;
}
