/* ===================== */
/* ===== kcfep1388 ===== */
/* ===================== */

.scd-kcfep1388 {
    font-family: "Staples Norms Pro";
    /* border-radius: 0 0 16px 16px; */
    background-color: #ECF4FD;
    padding: 15px 0px;
    margin: 0 auto 40px;
}

.scd-kcfep1388 .inner {
    width: 352px;
    height: 132px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
}
.scd-kcfep1388 span.chat-link {
    width: 160px;
    height: 40px;
}

.scd-kcfep1388 span.chat-link:hover {
    cursor: pointer;
}

.scd-kcfep1388 .inner a {
    color: #000000;
    text-decoration: none;
    width: 160px;
    height: 40px;
}
.scd-kcfep1388 .inner a:hover {
    color: #000000;
    text-decoration: none;
}
.scd-kcfep1388 .inner a:visited {
    color: #000000;
}



.scd-kcfep1388 .inner .sign_in_item {
    max-width: 300px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.scd-kcfep1388 .inner .sign_in_item .icon {
    min-width: 40px;
    max-width: 40px;
    height: auto;
}
.scd-kcfep1388 .inner .sign_in_item .text {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0 0 0 8px;
}
.scd-kcfep1388 .inner .sign_in_item .text span {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.scd-kcfep1388 .inner .sign_in_item .text span.blue {
    color: #086DD2;
}

.scd-kcfep1388 .inner .sign_in_item:hover .text span.blue {
    text-decoration: underline;
}

.scd-kcfep1388 .mobile_hide {
    display: none;
}
.scd-kcfep1388 .desktop_hide {
    display: inline;
}



/* ===================== */
/* === Media Queries === */
/* ===================== */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .scd-kcfep1388 {
        padding: 18px 0;
    }
    .scd-kcfep1388 .inner {
        width: 500px;
        height: 132px;
        align-items: center;
    }
    .scd-kcfep1388 span.chat-link {
        width: 210px;
    }
    .scd-kcfep1388 .inner a {
        width: 210px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .scd-kcfep1388 {
        padding: 22px 0;
    }
    .scd-kcfep1388 span.chat-link {
        width: 280px;
        height: 50px;
    }
    .scd-kcfep1388 .inner a {
        width: 280px;
        height: 50px;
    }
    .scd-kcfep1388 .inner {
        width: 570px;
    }
    .scd-kcfep1388 .inner .sign_in_item .icon {
        min-width: 50px;
        max-width: 50px;
        height: auto;
    }
    .scd-kcfep1388 .inner .sign_in_item .text {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 0 15px;
    }
    .scd-kcfep1388 .inner .sign_in_item .text span {
        font-size: 16px;
        line-height: 20px;
    }
    .scd-kcfep1388 .inner .sign_in_item .text span.blue {
        font-weight: 700;
    }
    .scd-kcfep1388 .mobile_hide {
        display: inline;
    }
    .scd-kcfep1388 .desktop_hide {
        display: none;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .scd-kcfep1388 {
        padding: 24px 0;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .scd-kcfep1388 {
        /* border-radius: 16px;
        background-color: unset; */
        padding: 25px 5px;
    }
    .scd-kcfep1388 .inner {
        width: unset;
        height: unset;
        flex-wrap: nowrap;
        margin: unset;
        justify-content: center;
        align-items: center;
    }
    .scd-kcfep1388 .inner .sign_in_item {
        max-width: 300px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .scd-kcfep1388 span.chat-link {
        width: 300px;
        height: 50px;
    }
    .scd-kcfep1388 .inner a {
        width: 300px;
        height: 50px;
    }

    .scd-kcfep1388 .inner .sign_in_item .text {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 0 15px;
    }
    .scd-kcfep1388 .inner .sign_in_item .text span {
        font-size: 18px;
        line-height: 20px;
    }
}

/* XX-Large devices (extra large desktops, 1400px and up) */
@media (min-width: 1400px) {

}

