﻿body{font-family:Georgia,'Times New Roman',Times,serif;}h1,h2,h3,h4,h5,h6{font-family:'Rubik',sans-serif;}h1{font-size:75px;}h2{font-size:60px;}h3{font-size:30px;}h4{font-size:23px;color:#00418d;}p{font-size:15px;}li,th,td{font-size:15px;line-height:23px;}a:hover{text-decoration:none;}.article-description h1,.article-description h2,.article-description h3,.article-description h4,.article-description p,.article-description li,.article-description th,.article-description td{color:#fff;}.article-description h2{border-bottom:solid 1px #fff;}.schedule-table{margin-top:60px;color:#fff;}.online-box{background:#0056bb;border-radius:10px;padding:15px;margin-top:-100px;margin-bottom:30px;box-shadow:0 0 20px rgba(0,0,0,.4);}.online-box .online-now-box{background:#fff;border-radius:5px;padding:15px;}.online-box .online-now-box h2{margin-top:5px;}.online-box .online-now-box label{color:#000;}.online-box .online-now-box .enter-button{background:#06701f;border-radius:5px;padding:5px;color:#fff;display:block;font-family:'Rubik',sans-serif;transition:.3s;}.online-box .online-now-box .enter-button:hover{background:#1b8f36;}.online-box .not-online-box{border-radius:5px;background:#fff;border:1px solid #808080;padding:10px;}.chat{box-shadow:0 0 40px #b7bdef;background:#fff;border-radius:10px;position:relative;height:calc(100vh - 120px);display:flex;flex-direction:column;}.chat .heading{padding:15px;}.chat .messages{flex-grow:4;padding:15px;overflow-y:scroll;scrollbar-width:thin;scrollbar-color:#00418d #c8c9fd;margin-top:auto;}.chat .messages .user-box{margin:10px;}.chat .messages .user-box h4{font-size:15px;margin-top:0;}.chat .messages .user-box h5{font-size:15px;font-weight:300;color:#00418d;}.chat .messages .user-box .user-img{position:relative;width:60px;height:60px;border-radius:50%;background:#fff;box-shadow:0 0 40px #b7bdef;overflow:hidden;}.chat .messages .user-box .user-img img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;}.chat .messages .user-box .user-message{position:relative;color:#00418d;margin-left:0;padding:10px;border-radius:10px;box-shadow:0 0 20px #b7bdef;}.chat .messages .user-box .user-message p{font-size:15px;}.chat .messages .operator-box{margin:10px;}.chat .messages .operator-box h4{font-size:15px;margin-top:0;}.chat .messages .operator-box h5{font-size:15px;font-weight:300;color:#00418d;}.chat .messages .operator-box .operator-img{position:relative;width:50px;height:50px;border-radius:50%;background:#00418d;box-shadow:0 0 40px #b7bdef;}.chat .messages .operator-box .operator-img img{position:absolute;width:70%;top:50%;left:50%;transform:translate(-50%,-50%);}.chat .messages .operator-box .operator-message{background:#00418d;margin-left:0;padding:10px;border-radius:10px 2px 10px 10px;border-radius:10px;box-shadow:0 0 20px #b7bdef;}.chat .messages .operator-box .operator-message p{color:#fff;font-size:15px;}.chat .messages .robot-box{margin:10px;}.chat .messages .robot-box h4{font-size:15px;margin-top:0;}.chat .messages .robot-box h5{font-size:15px;font-weight:300;color:#808080;}.chat .messages .robot-box .robot-img{position:relative;width:50px;height:50px;border-radius:50%;background:#808080;box-shadow:0 0 40px #b7bdef;}.chat .messages .robot-box .robot-img img{position:absolute;width:70%;top:50%;left:50%;transform:translate(-50%,-50%);}.chat .messages .robot-box .robot-message{background:#808080;margin-left:0;padding:10px;border-radius:10px 2px 10px 10px;border-radius:10px;box-shadow:0 0 20px #b7bdef;}.chat .messages .robot-box .robot-message p{color:#fff;font-size:15px;}.chat .messages .rating{margin:20px 10px;}.chat .messages .rating .rating-box{background:#93c5ff;padding:10px;border-radius:10px 2px 10px 10px;border-radius:10px;box-shadow:0 0 20px #b7bdef;}.chat .messages::-webkit-scrollbar{width:10px;}.chat .messages::-webkit-scrollbar-track{background:#c8c9fd;}.chat .messages::-webkit-scrollbar-thumb{background-color:#00418d;border-radius:10px;border:0 none #fff;}.chat .writing{padding:15px 0;border-top:solid 1px #00418d;}.chat .writing .form-control{border:1px solid #00418d;resize:none;margin-bottom:10px;}.chat .writing img{width:30px;display:inline;}.end-chat-button{border:1px solid #00418d;padding:10px;color:#00418d;border-radius:5px;}.send-button{background:#00418d;border:none;color:#fff;border-radius:5px;padding:10px;}.btn-away{color:#fff;background:#d51616;padding:5px 10px;box-shadow:0 0 10px #e04d4d;border-radius:5px;font-size:19px;font-family:'Rubik',sans-serif;transition:.3s;}.btn-away:hover{background:#ff2323;}body{margin-left:auto;margin-right:auto;}header{position:absolute;width:100%;height:60px;padding:15px 5%;}header img{width:300px;}.content-main{background:#00418d;padding:30px;min-height:615px;}.content-main h2{color:#fff;}.content-chat{background:#93c5ff;padding:70px 30px 30px 30px;height:calc(100vh);}.main-img{margin-left:auto;margin-right:auto;}footer{background-color:#fff;position:fixed;bottom:0;width:100%;padding:5px;}footer p.copy{font-size:11px;margin:0;}@media(max-width:767px){.user-message::after{display:none;}.user-img{display:none;}.operator-message::after{display:none;}.operator-img{display:none;}.writing-box{padding:10px;position:fixed;bottom:0;left:0;background:#fff;text-align:right;}.writing-box .send-button{padding:10px 30px;}header img{width:50px;}.content-chat .away-button{right:15px;}.chat-box .messages-box{height:auto;padding-bottom:250px;}.chat-box .user-box{margin-top:30px;margin-bottom:30px;}.chat-box .operator-box{margin-top:30px;margin-bottom:30px;}}div[data-notify]{z-index:99999999 !important;}