﻿
/*@font-face {
    font-family: Gotham Medium;
    src: url('../font/Gotham Medium.otf');
}
*/

html {
    padding: 0px;
    margin: 0px;
}

nobr {
    font-size: 12px;
}

.chatwindow html,
.chatwindow body {
    height: 100vh;
    font-family: 'Arial';
    margin: 0;
}
.ac-columnSet {
    background-color: #e1e1e1 !important;
}
/*.ac-image {
    width: 80px;
    height: 60px !important;
}*/

.ac-horizontal-separator {
    height: 0px !important;
    background: #fff !important;
}

.ac-vertical-separator {
    background: #fff !important;
}

#webchat {
    position: fixed;
    height: calc(100% - 4%);
    z-index: 9999;
    width: 100%;
    top: 4%;
    overflow: hidden;
}

.walkers_logo img {
    float: right;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 5.5%;
    cursor: pointer;
	z-index:999;
}
/*p em {
    font: normal bold italic 13px Arial;
    letter-spacing: 0px;
    color: #f70303 !important;
}*/
.chatwindow iframe {
    width: 480px;
    height: 80.7vh;
}

.chatwindow {
    width: 482px;
    height: 81vh;
    border: 1px solid #707070;
    float: right;
    position: fixed;
    bottom: 10px;
    right: 20px;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
	z-index: 9999;
}

.ac-media-playButton-arrow {
    width: 0 !important;
    height: 0 !important;
    border-top: 25px solid transparent !important;
    border-bottom: 25px solid transparent !important;
    border-left: 35px solid #e1e1e1 !important;
    cursor: pointer !important;
}

    .ac-media-playButton-arrow:hover {
        width: 0 !important;
        height: 0 !important;
        border-top: 25px solid transparent !important;
        border-bottom: 25px solid transparent !important;
        border-left: 35px solid #df3b30 !important;
        cursor: pointer !important;
    }

.chatbody {
    background: #fff;
}
/*p em {
    font: normal bold italic 13px Arial;
    letter-spacing: 0px;
    color: #f70303 !important;
}*/
.chatwindow p {
    font-family: Arial;
}

.chatwindow #header {
    position: absolute;
    top: -10px;
    background: #DF3B30;
    width: 100%;
    box-sizing: border-box;
    padding: 4px 10px;
    border-radius: 14px 14px 0 0 !important;
    /*border:none !important;*/
}

    .chatwindow #header > .logo img {
        width: 8%;
        float: left;
        margin: 5px 15px 0 5px;
    }

    .chatwindow #header > .logoname {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        margin: 10px 0px;
        float: left;
        letter-spacing: 1px;
    }

   .chatwindow #header > .cancel img {
        float: right;
        width: 15px;
        margin: 10px 10px;
    }

    .chatwindow #header > .cancel > a {
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        text-decoration: none;
    }

.webchat__bubble__content p {
    font-size: 14px;
    min-height: 0px;
    font-family: Arial !important;
}
/* adaptive card by Ameer - 23-04-2020*/
.ac-container {
    background: #fff;
    border: 0px solid #fff !important;
    padding: 0px !important;
    margin: 0px !important;
    outline: none !important;
}

    .ac-container p {
        background: #e1e1e1;
        color: #666666;
        border-radius: 0px;
        padding: 10px 8px;
        font-size: 14px;
        width: 100% !important;
        font-family: Arial;
        line-height: 15px;
        font-weight: normal;
        box-sizing: border-box;
        outline: none !important;
        white-space: pre-line;
    }
	
.react-film__main .ac-container:hover button {
    background-color: rgb(223,59,48) !important;
    color: white !important;
}


.ac-pushButton {
    border-bottom: 1px solid #e7e7e7 !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
    /*border-bottom: 0px !important;*/
    /*border-bottom: 1px solid #e1e1e1 !important;*/
    color: #666666 !important;
    /*margin: 0px 10px;*/
    font-weight: normal !important;
    font-size: 14px;
    font-family: Arial;
    cursor: pointer;
    outline: none !important;

    padding: 10px 1px !important;
    white-space: normal !important;
}

    .ac-pushButton:hover {
        background: #DF3B30 !important;
        color: #fff !important;
        font-size: 14px;
        font-family: Arial;
        cursor: pointer;
        outline: none !important;
        white-space: pre-line;
        padding: 10px 1px !important;
        white-space: normal !important;
    }

.ac-image ac-selectable {
    border: none !important;
}

.ac-selectable {
    outline: none !important;
    padding: 2px 24px;
    width: 90px;
    box-sizing: border-box;
    transition: 0.1s;
    margin: 10px;
    border: none !important;
    border-radius: 20px;
}

    .ac-selectable:hover {
        outline: none !important;
        width: auto !important;
        height: 50px !important;
        box-sizing: border-box;
        padding: 0px !important;
    }

.ac-image {
    cursor: pointer;
    outline: none !important;
}

.ac-columnSet {
    flex: 0px;
}

.ac-horizontal-separator {
    height: 0px !important;
}

/*a:-webkit-any-link {
    color: #666666 !important;
}*/

webchat__carouselFilmStrip__avatar {
    margin-right: 10px !important;
}

.css-1xglt5k:not(.webchat__carousel--rtl) > .content, [data-css-1xglt5k]:not(.webchat__carousel--rtl) > .content {
    padding-left: 10px !important;
}

.chatwindow select {
    outline: none;
    font-family: Arial !important;
    font-size: 14px !important;
    border-bottom: 1px solid #666666;
    -webkit-appearance: none;
    -moz-appearance: none;
    /*appearance: none;*/
}

.chatwindow option:hover, .chatwindow option:checked, .chatwindow option:active, .chatwindow option::selection {
    background: #DF3B30 !important;
    color: #fff;
}

:not(.from-user).css-ageddn > .webchat__bubble__content, [data-css-ageddn]:not(.from-user) > .webchat__bubble__content {
    background: #e1e1e1 !important;
    color: #666666 !important;
    border-radius: 0px 15px 15px 15px !important;
    font-size: 14px !important;
    font-family: Arial !important;
}

.css-ageddn.from-user > .webchat__bubble__content, [data-css-ageddn].from-user > .webchat__bubble__content {
    background: #DF3B30 !important;
    color: #fff !important;
    border-radius: 15px 0px 15px 15px !important;
    font-size: 14px !important;
    font-family: Arial !important;
}

.css-1mou18w > input:not(:disabled), [data-css-1mou18w] > input:not(:disabled) {
    color: #666666 !important;
}

.css-1b7yvbl, [data-css-1b7yvbl] {
    font-size: 14px !important;
    font-family: Arial !important;
    line-height: 15px;
}

@media screen and (max-width: 1366px) {
   .chatwindow iframe {
        width: 440px;
        height: 87vh;
    }

    .chatwindow {
        width: 438px;
        height: 86.5vh;
    }

    .chatwindow #header {
        padding: 2px 10px;
        /*border:none !important;*/
    }

        .chatwindow #header > .logo img {
            width: 35px;
            margin: 5px 15px 0 0px;
        }

        .chatwindow #header > .logoname {
            margin: 8px 0px;
            float: left;
        }

        .chatwindow #header > .cancel img {
            width: 12px;
            margin: 10px 5px;
        }

    .ac-selectable {
        padding: 4px !important;
        margin: 0px !important;
        height: 50px !important;
        width: auto !important;
    }

        .ac-selectable:hover {
            padding: 0px 14px;
            margin: 9px 2px;
            height: 35px;
        }
}

@media screen and (max-width: 1024px) {
    .walkers_logo img {
        right: 10px;
        width: 7%;
        cursor: pointer;
    }

   .chatwindow iframe {
        width: 380px;
        height: 85vh;
    }

    .chatwindow {
        width: 380px;
        height: 85vh;
        position: fixed;
        bottom: 10px;
        right: 10px;
    }

    .chatwindow #header {
        padding: 0px 10px;
    }

       .chatwindow #header > .logo img {
            width: 35px;
            margin: 5px 10px 2px 0;
        }

        .chatwindow #header > .logoname {
            margin: 8px 0px;
            font-size: 14px;
            float: left;
        }

        .chatwindow #header > .cancel img {
            width: 12px;
            margin: 14px 4px;
        }
}

@media screen and (max-width: 768px) {
    .walkers_logo img {
        bottom: 20px;
        right: 20px;
        width: 10%;
    }

    .chatwindow iframe {
        width: 420px;
        height: 80vh;
    }

    .chatwindow {
        width: 420px;
        height: 80vh;
        position: fixed;
        bottom: 10px;
        right: 10px;
    }

    .ac-selectable {
        padding: 2px 22px;
        margin: 9px 4px;
    }

        .ac-selectable:hover {
            padding: 2px 20px;
            margin: 9px 4px;
        }
}

@media screen and (max-width: 420px) {
    .walkers_logo img {
        bottom: 10px;
        right: 10px;
        width: 16%;
    }

    .chatwindow #header {
        padding: 0px 10px;
    }

       .chatwindow #header > .logoname {
            margin: 12px 0;
        }

   .chatwindow iframe {
        width: 100%;
        height: 80vh;
    }

    .chatwindow {
        width: 93%;
        height: 80vh;
        position: fixed;
        bottom: 10px;
        right: 10px;
    }

    .ac-selectable {
        padding: 1px 14px;
    }

        .ac-selectable:hover {
            padding: 0px 12px;
        }

    .ac-pushButton {
        white-space: normal !important;
    }

        .ac-pushButton:hover {
            white-space: normal !important;
        }
}

@media screen and (max-width: 375px) {
    .ac-selectable {
        padding: 0px 8px;
    }

        .ac-selectable:hover {
            padding: 0px 10px;
        }
}

@media screen and (max-width: 320px) {
    .walkers_logo img {
        float: right;
        position: fixed;
        bottom: 10px;
        right: 10px;
        width: 15%;
        cursor: pointer;
    }

    @media screen and (max-width: 320px) {
        .walkers_logo img {
            float: right;
            position: fixed;
            bottom: 10px;
            right: 10px;
            width: 15%;
            cursor: pointer;
        }

       .chatwindow iframe {
            width: 100%;
            height: 80vh;
        }

        .chatwindow {
            width: 93%;
            height: 80vh;
            position: fixed;
            bottom: 10px;
            right: 10px;
        }
    }
}


.ac-input.ac-choiceSetInput-multiSelect {
    background: #e1e1e1 !important;
}