@font-face {
    font-family: graphik;
    src: url(./Graphik-Regular.ttf)
}

@font-face {
    font-family: trajan;
    src: url("./Trajan%20Pro.ttf")
}

riachatbot * {
    font-family: graphik
}

riachatbot {
    font-family: open sans, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333
}

riachatbot * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

img {
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -khtml-user-drag: none
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none
}

.width100 {
    width: 100%
}

.text-center {
    text-align: center
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    outline: none;
    font-family: open sans, sans-serif
}

.hd1 {
    margin-top: 35vh;
    font-size: 50px;
    font-weight: 100
}

.powered {
    font-size: 17px;
    margin-top: 20px
}

.powered img {
    width: 70px;
    position: relative;
    top: 8px
}

.footer {
    margin-top: 50px
}

.foo-txt {
    font-size: 15px;
    font-weight: 400;
    font-family: satisfy, cursive;
    text-shadow: none;
    color: #272727
}

.fa-heart {
    color: #fb2323
}

riachatbot .chatCont {
    position: fixed;
    width: 400px;
    height: 400px !important;
    border-radius: 0;
    bottom: 54px;
    right: 0;
    padding: 35px 20px 30px;
    overflow-y: auto;
    background: #fff;
    z-index: 10000;
    display: none
}

riachatbot .bot_profile a {
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    margin-left: 25px;
    display: inline-block;
    margin-top: 7px;
    padding: 10px 15px;
    border-radius: 10px 10px 0 0
}

riachatbot .bot_profile {
    position: fixed;
    right: 25;
    margin-top: -58px;
    text-align: center;
    width: 400px;
    display: none;
    z-index: 1000;
    padding: 10px;
    text-align: center
}

riachatbot .bot_profile {
    margin-top: -48px
}

riachatbot ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

riachatbot ::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

riachatbot ::-webkit-scrollbar-thumb {
    background-color: #9b1823
}

.bot-avtar {
    width: 50px;
    height: 50px;
    background-image: url(../images/bot-avatar.png);
    background-size: 100% 100%;
    float: left
}

.user-avtar {
    width: 50px;
    height: 50px;
    background-image: url(../images/user-avatar.png);
    background-size: 100% 100%;
    float: right
}

@media screen and (min-width: 1025px) {
    .userEnteredText {
        max-width: 60%
    }
}

@media screen and (max-width: 599px) {
    .userEnteredText {
        max-width: 80%
    }
}

riachatbot .profile_name {
}

riachatbot .profile_name img {
    vertical-align: top
}

riachatbot .profile_name label {
    font-size: 18px;
    font-family: trajan;
    color: #fff
}

@media screen and (max-width: 767px) {
    riachatbot .profile_name label {
        font-size: 17px
    }
}

riachatbot .close {
    float: right;
    padding-top: 3px;
    color: #fff;
    font-weight: 700
}

riachatbot .close img {
    width: 20px;
    height: 20px
}

riachatbot .bot-box {
    width: 100%;
    display: inline-block
}

riachatbot .imgbox {
    text-align: center
}

riachatbot .bot_p_img {
    width: 100%
}

riachatbot .chatForm {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 400px;
    display: none
}

riachatbot .bot-txt, riachatbot .bot-txt:focus {
    box-shadow: none;
    border-radius: 50px;
    height: 46px;
    border: 0;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    padding: 5px 72px 5px 10px;
    background: #fff
}

riachatbot {
    word-break: break-word;
    position: absolute
}

riachatbot .resultDiv .botResult {
    background: #fff;
    color: #000;
    margin-top: 5px;
    border-radius: 3px;
    padding: 6px;
    left: 6px;
    font-size: 14px;
    font-weight: 400;
    max-width: 80%;
    float: left;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .16), 0 0 10px 0 rgba(0, 0, 0, .12);
    border-top-left-radius: 0;
    margin-bottom: 10px
}

riachatbot .resultDiv .botResult:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    left: -15px;
    margin-top: 7px
}

riachatbot .resultDiv .userEnteredText {
    background: #9b1823;
    float: right;
    color: #fff;
    margin-top: 5px;
    border-radius: 3px;
    padding: 6px;
    font-size: 14px;
    font-weight: 400;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .16), 0 0 10px 0 rgba(0, 0, 0, .12);
    border-top-right-radius: 0;
    position: relative;
    left: -6px;
    margin-bottom: 10px
}

riachatbot .resultDiv .userEnteredText:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #9b1823;
    position: absolute;
    right: -14px;
    margin-top: 6px
}

riachatbot .profile_div {
    position: fixed;
    bottom: 67px;
    right: 37px;
    width: 80px;
    cursor: pointer;
    z-index: 1
}

riachatbot .img-profile {
    width: 65px
}

riachatbot .col-hgt {
    display: flex;
    align-items: center;
    float: left;
    margin-right: 10px
}

riachatbot .chat-txt {
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .16), 0 0 10px 0 rgba(0, 0, 0, .12);
    border-radius: 50%;
    width: 76px;
    height: 76px;
    background: #9b1823;
    text-align: center
}

riachatbot .chat-txt .bot-name {
    font-family: trajan;
    font-size: 21px;
    color: #fff;
    position: absolute;
    top: 24px;
    left: 17px
}

riachatbot .chat-txt .bot-gif {
    position: absolute;
    top: 30px;
    left: 3px
}

riachatbot .chat-txt .bot-gif img {
    width: 71px
}

riachatbot .spinner {
    background: #fff;
    width: 70px;
    text-align: center;
    display: none;
    border-radius: 4px;
    position: absolute;
    bottom: 72px;
    left: 6%;
    padding: 7px 10px;
    border-top-left-radius: 0
}

riachatbot .spinner:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    left: -15px;
    margin-top: -7px
}

riachatbot .spinner > div {
    width: 10px;
    height: 10px;
    background-color: #9b1823;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    margin-right: 5px
}

riachatbot .spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

riachatbot .spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

riachatbot .suggestion {
    background: #fff;
    color: #000;
    border-radius: 3px;
    padding: 12px;
    font-size: 14px;
    font-weight: 400;
    width: 400px;
    float: left;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .16), 0 0 10px 0 rgba(0, 0, 0, .12);
    margin-left: 5px;
    border-top-left-radius: 0;
    margin-bottom: 20px;
    width: 100%
}

riachatbot .suggestion:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    left: 10px;
    margin-top: -12px
}

riachatbot .suggestion .sugg-options {
    display: block;
    background: #9b1823;
    color: #fff;
    text-align: center;
    padding: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 300
}

riachatbot .suggestion .sugg-title {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px
}

riachatbot .suggestion span:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 500px) {
    riachatbot .resultDiv .userEnteredText, riachatbot .resultDiv .botResult, riachatbot .suggestion {
        margin-bottom: 20px
    }

    riachatbot .chatCont, riachatbot .chatForm, riachatbot .bot_profile {
        width: 100%
    }

    riachatbot .chatCont {
        height: 70% !important
    }
}

body.onl_mktg.mobile_app_page riachatbot {
    display: none
}

riachatbot .chatCont {
    overflow: visible;
    padding: 0
}

riachatbot .chatCont .resultDiv {
    overflow-y: auto;
    background: #fff;
    padding: 35px 20px 30px;
    height: 400px !important
}

riachatbot .resultDiv .botResult {
    position: relative
}

riachatbot .submit-btn {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 13px;
    right: 30px
}

riachatbot .bottom-box {
    background: #eee
}

riachatbot .input-box {
    position: relative;
    width: 96%;
    margin: 0 auto;
    padding: 4px 0
}

riachatbot p {
    margin: 3px
}

riachatbot .options button {
    padding: 5px;
    border-radius: 5px;
    margin: 5px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    color: #9b1823;
    font-weight: 600;
    border: 1px solid #9b1823
}

riachatbot .bot-collapsible {
    background-color: #fff;
    color: #1d1d1d;
    border: 2px solid #9b1823;
    cursor: pointer;
    border-radius: 14px;
    padding: 6px 14px;
    margin: 5px 0;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px
}

riachatbot .bot-collapsible > .img {
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    height: 15px;
    background-size: 100% 100%;
    width: 15px;
    float: right
}

riachatbot .coll-content {
    display: none;
    overflow: hidden;
    margin: -9px 1px 0;
    padding: 15px 13px 3px;
    background: #fff
}

riachatbot .legal-msg {
    font-size: 13px;
    font-style: italic;
    margin: 0 auto;
    margin-top: 40px;
    width: 80%
}

@media screen and (max-width: 767px) {
    riachatbot .legal-msg {
        width: 100%
    }
}

riachatbot .chatCont, riachatbot .chatForm {
    max-width: 400px
}

.page-arabic riachatbot .chatCont, .page-arabic riachatbot .chatForm {
    right: auto !important;
    left: 25px
}

@media screen and (max-width: 767px) {
    .page-arabic riachatbot .chatCont, .page-arabic riachatbot .chatForm {
        left: 0
    }
}

.chatCont #result_div.div_height, riachatbot .chatCont .resultDiv {
    height: 350px !important
}

.chat_note {
    right: 130px !important;
    right: 27px !important;
    width: auto !important;
    bottom: 60px !important;
    bottom: 25px !important
}

.page-arabic .chat_note {
    right: auto !important;
    left: 27px !important
}

.page-arabic .profile_div {
    right: auto;
    left: 57px
}

.chat_note .chat-txt {
    background: #fff !important;
    background: 0 0 !important;
    width: 180px !important;
    width: 155px !important;
    border-radius: 0 !important;
    height: 54px !important;
    height: 39px !important;
    float: none !important;
    box-shadow: 1px 1px 10px 4px rgba(0, 0, 0, .5) !important;
    box-shadow: none !important;
    text-align: center !important;
    margin-right: 0 !important;
    direction: ltr
}

.chat_note .bot-name {
    color: #000 !important;
    font-weight: 700;
    font-size: 15px !important;
    left: 0 !important;
    top: 0 !important;
    font-family: graphik !important
}

riachatbot > div {
    padding-bottom: 84px
}

riachatbot .bot_profile {
    max-width: 400px;
    width: 100%
}

.page-arabic riachatbot .bot_profile {
    left: 25px;
    right: auto
}

@media screen and (max-width: 767px) {
    .page-arabic riachatbot .bot_profile {
        left: 0
    }
}