@font-face {
    font-family: ubuntu;
    src: url(/css/fonts/ubuntu.ttf) format('truetype');
}

*{
    font-family: ubuntu;
}

.main-helper-user-feedback {
    color: white;
    border: solid 2px white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 20px;
    text-align: center;
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    padding-top: 3px;
    z-index: 100;
}

.main-helper-user-feedback:hover .helper-popover-description{
	display: block;
}

.helper-sidebar-div, .helper-open{
    z-index: 100;
}

.helper-popover-description{
	display: none;
	position: fixed;
    bottom: 12px;
    right: 70px;
    width: 250px;
    font-size: 14px;
    text-align: justify;
    text-justify: inter-word;
    background-color: rgba(0,0,0,0.65);
    padding: 10px;
    font-family: ubuntu, calibri;
}

.helper-popover-description-arrow {
    position: absolute;
    top: 40px;
    left: 250px;
    border-left: 20px solid rgba(0,0,0,0.65);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    width: 0;
    height: 0;
}

.helper-sidebar-div {
    width: 0px;
    height: 100vh;
    background-color: white;
    position: fixed;
    top: 0;
    right: 0;
    
}

.helper-sidebar-header {
    height: 50px;
    color: #A6A8AB;
    font-size: 30px;
    padding: 0px 15px;
    margin-bottom: 30px;
}

.helper-sidebar-header > div {
    display: inline-block;
    cursor: pointer;
    margin-top: 20px;
}

.helper-sidebar-close {
    position: absolute;
    right: 10px;
}

.helper-sidebar-div > div{
	display: none;
}

.helper-sidebar-status.online {
    position: relative;
    top: -17px;    
}

.helper-sidebar-status.offline {
    position: relative;
    top: -17px;
}

.helper-sidebar-menu {
    margin-right: 5px;
    position: relative;
    top: -17px;
}

.helper-sidebar-support-online {
    font-family: ubuntu, calibri;
    font-size: 17px;
    color: #A6A8AB;
    text-align: center;
    padding: 0px 125px;
    margin: 0 auto;
    padding-bottom: 15px;
}

.helper-sidebar-support-offline {
    font-family: ubuntu, calibri;
    font-size: 17px;
    color: #A6A8AB;
    text-align: center;
    padding: 0px 95px;
    margin: 0 auto;
    padding-bottom: 15px;
}

.helper-sidebar-support-submitted {
    font-family: ubuntu, calibri;
    font-size: 17px;
    color: #A6A8AB;
    text-align: center;
    padding: 0px 95px;
    margin: 0 auto;
    padding-bottom: 15px;
}

.support-icon {
    margin-top: 15px;
    position: relative;
    right: -13px;
}

ul.helper-sidebar-chat-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: calc(100vh - 317px);
    height: calc(100vh - 317px);
    position: relative;
    overflow: auto;
    padding-bottom: 15px;
    border-bottom: solid 1px rgb(214,214,214);
    border-top: solid 1px rgb(214,214,214);
    padding-right: 15px;
    padding-left: 15px;
}

li.helper-sidebar-chat-message[data-origin="user"] {
    background-color: #50B8D1;
    color: white;
    width: 270px;
    padding: 7px;
    font-family: ubuntu, calibri;
    font-size: 17px;
    float: right;
    margin-right: 15px;
    margin-top: 15px;
    border-radius: 2px;
    position: relative;
}

li.helper-sidebar-chat-message[data-origin="us"] {
    background-color: #3D8CC5;
    color: white;
    width: 270px;
    padding: 7px;
    font-family: ubuntu, calibri;
    font-size: 17px;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    border-radius: 2px;
    position: relative;
}

.helper-sidebar-chat-online {
    height: calc(100vh - 270px);
    background-color: #EDECEC;
}

.helper-sidebar-chat-input-container {
    height: 50px;
    background-color: white;
    position: absolute;
    width: 100%;
    bottom: 0;
}

input#helper-sidebar-chat-input {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-top: 10px;
    background-color: transparent;
    border: 1px solid #E5E6E7;
    height: 30px;
    padding: 10px;
}

input#helper-sidebar-chat-textarea {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-top: 10px;
    background-color: transparent;
    border: 1px solid #E5E6E7;
    height: 30px;
    padding: 10px;
}

li.helper-sidebar-chat-message[data-origin="user"] .helper-sidebar-chat-message-arrow {
    position: absolute;
    bottom: 5px;
    left: 270px;
    border-left: 9px solid #50B8D1;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    width: 0;
    height: 0;
}

li.helper-sidebar-chat-message[data-origin="us"] .helper-sidebar-chat-message-arrow {
    position: absolute;
    bottom: 5px;
    right: 270px;
    border-right: 9px solid #3D8CC5;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    width: 0;
    height: 0;
}

.helper-sidebar-chat-submitted {
    position: relative;
    background-color: #EDECEC;
    height: calc(100vh - 220px);
    color: #9C9C9C;
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgb(214,214,214);
    padding-right: 50px;
    padding-left: 50px;
}

.helper-sidebar-chat-submitted > span {
    font-family: ubuntu, calibri;
    font-size: 18px;
    font-weight: bold;
}

.helper-sidebar-chat-offline {
    position: relative;
    background-color: #EDECEC;
    height: calc(100vh - 220px);
    color: #9C9C9C;
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgb(214,214,214);
}

.helper-sidebar-chat-submitted-inner-footer {
    margin-top: 50px;
}


.helper-sidebar-chat-offline > span {
    font-family: ubuntu, calibri;
    font-size: 18px;
}

textarea#helper-sidebar-chat-textarea {
    width: 330px;
    margin: 0 auto;
    resize: none;
    margin-top: 20px;
    padding: 10px;
    border-color: #9C9C9C;
    height: calc(100% - 200px);
}

#helper-offline-next {
    background-color: white;
    border: 1px solid #9C9C9C;
    color: black;
    padding: 0px 10px;
    float: right;
    margin-right: 35px;
    text-transform: lowercase;
}

#helper-sidebar-rate {
    height: 210px;
    position: absolute;
    top: 21px;
    right: 55px;
    outline: 0;
    border: 0;
    background-color: transparent;
}

#helper-sidebar-rate > div {
    background-color: #D6D6D6;
    width: 1px;
    margin-left: 4px;
    height: 100% !important;
}

#helper-sidebar-rate:hover {
    border: 0;
}

.helper-sidebar-support-rate{
	font-family: ubuntu, calibri;
	font-size: 17px;
	color: #A6A8AB;
	text-align: center;
	padding: 0px 100px;
	margin: 0 auto;
	padding-bottom: 15px;
}
.helper-sidebar-chat-rate{
	position: relative;
    background-color: #EDECEC;
    height: calc(100vh - 220px);
    color: #9C9C9C;
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgb(214,214,214);
}

.helper-sidebar-chat-rate > span {
    font-family: ubuntu, calibri;
    font-size: 18px;
}

img.helper-sidebar-chat-image-status {
    height: 80px;
}

.helper-sidebar-chat-rate > .helper-sidebar-chat-status-label > span {
    font-family: ubuntu, calibri;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.helper-sidebar-chat-status-label {
    width: 220px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.helper-sidebar-chat-rate-container > div {
    width: calc(50% - 2px);
    display: inline-block;
}

.helper-sidebar-chat-rate-left {
    position: relative;
}

.helper-sidebar-chat-rate-right span {
    text-transform: capitalize;
    color: #9C9C9C;
    font-weight: bold;
    font-size: 16px;
}

.helper-sidebar-chat-rate-right div {
    margin-top: 10px;
    margin-bottom: 25px;
}

.helper-sidebar-chat-rate-right {
    position: relative;
    top: 70px;
}

.helper-sidebar-chat-rate-container {
    position: relative;
    top: -21px;
}

input#helper-offline-submit {
    background-color: transparent;
    border: 1px solid #9C9C9C;
    padding: 3px 10px;
}


.helper-sidebar-support-contact > div > div {
    background-color: white;
    text-align: center;
}

.helper-sidebar-support-contact > div {
    height: calc((100vh - 115px) / 3);
    margin: 0 auto;
}

.helper-sidebar-support-label {
    color: #9C9C9C;
    font-family: ubuntu, calibri;
    font-size: 18px;
    margin-top: 8px;
}

.helper-sidebar-support-suggest .helper-sidebar-support-label {
    margin-top: 10px;
}

.helper-sidebar-support-contact a {
    color: #9C9C9C;
    font-size: 23px;
    font-weight: bold;
    cursor: pointer;
}

.helper-sidebar-support-contact {
    height: calc(100vh - 115px);
    background-color: white;
    padding-top: calc((100vh - 570px) / 3);
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    right: -400px;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -ms-transition: -ms-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}

.helper-sidebar-container{
	position: relative;
}

.helper-sidebar-animate {
	-webkit-transform:translate(-400px);
    -ms-transform:translate(-400px);
    transform:translate(-400px);
}

textarea#helper-sidebar-chat-textarea.error {
    border: 1px solid rgba(244, 130, 132, 0.71);
}

.main-helper-count {
    background-color: #29ABE2;
    font-size: 12px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    position: absolute;
    top: -7px;
    right: -7px;
}

.support-icon > img {
    width: 85px;
}

.helper-sidebar-messages {
    float: right;
    position: relative;
}

.helper-sidebar-messages > img {
    height: 17px;
    margin-right: 30px;
    cursor: pointer;
}

.helper-sidebar-messages .main-helper-count {
    top: 9px;
    left: 15px;
    color: white;
    text-align: center;
}

.helper-sidebar-div {
    letter-spacing: 0;
}

.helper-sidebar-title {
    height: 65px;
    color: #3C8AC5;
    font-family: ubuntu, calibri;
    font-size: 35px;
    text-align: center;
    padding: 7px;
}