@charset "utf-8";

/* ---------- LIVE-CHAT ---------- */

body, html {
    font: 100%/1.5em "Droid Sans", sans-serif;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
* {
    box-sizing: border-box;
}
:hover, :active, :focus{
    outline: 0;
    outline: none;
}

::-webkit-input-placeholder {
    color: #cfcfdf;
}
:-ms-input-placeholder {
    color: #cfcfdf;
}
::-moz-placeholder {
    color: #cfcfdf;
    opacity: 1;
}
:-moz-placeholder {
    color: #cfcfdf;
    opacity: 1;
}

.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
    float: left;
}
#rainbow-chat {
	color: #9a9a9a;
	margin: 0;
    bottom: 0;
    overflow: hidden;
    font-size: 12px;
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0 0;
}

#rainbow-chat a {
    text-decoration: none;
}

#rainbow-chat fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

#rainbow-chat h4, h5 {
	line-height: 1.5em;
	margin: 0;
}

#rainbow-chat hr {
	background: #e9e9e9;
    border: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 1px;
    margin: 0;
    min-height: 1px;
}

#rainbow-chat img {
    border: 0;
    display: block;
    height: auto;
}

#rainbow-chat input,textarea {
	border: 0;
	color: inherit;
    font-family: inherit;
    font-size: 100%;
    line-height: normal;
    margin: 0;
}

#rainbow-chat p {
    margin: 0;
}

#rainbow-chat .clearfix {
    *zoom: 1;
}
#rainbow-chat .clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
#rainbow-chat .clearfix:after {
    clear: both;
}

.chatHeaderOpen {
    border-radius: 50% !important;
    margin-bottom: 80px;
    width: 54px;
    margin-left: 0;
   
    
}
#rainbow-chat header {
	background: linear-gradient(-180deg, #ff678d, #FF7FAA);
    background: -webkit-linear-gradient(-180deg, #ff678d, #FF7FAA);
	border-radius: 5px 5px 0 0;
	color: #fff;
	cursor: pointer;
	padding: 14px 24px;
}

#rainbow-mobile-chat header{
    background: linear-gradient(-180deg, #ff678d, #FF7FAA);
    background: -webkit-linear-gradient(-180deg, #ff678d, #FF7FAA);
    border-radius: 5px 5px 0 0;
    color: #fff;
    cursor: pointer;
    padding: 14px 38px;
    width: 100px;
    font-size: 25px;
}
.contact-page-custom-class{
    max-height:78vh;
}
#rainbow-chat h4 {
	font-size: 13px;
}

#rainbow-chat h5 {
	font-size: 10px;
}

#rainbow-chat form {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 4px;
}

#rainbow-chat input[type="text"],textarea {
    box-sizing : border-box;
	border-radius: 3px;
	padding: 10px 8px;
	outline: none;
	width: 100%;
    transition: border-color 0.15s ease-in-out 0s;
    color:#656262;
}
#rainbow-chat textarea {
    resize: none;
}
#rainbow-chat input[type="text"]:focus, #rainbow-chat textarea:focus {
    border-color: #a5b1c2;
}

#rainbow-chat .chat {
    height: 100%;
	background: #fffefb;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ff7faa;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 2px 2px;
}
#rainbow-chat .page {
    padding: 8px 20px;
    overflow-y: auto;
}

#rainbow-chat .chatIconSize{
    margin-top: 2px !important;
    font-size: 21px !important;
    left: -6px ;
}

#rainbow-chat .chat-history {
	height: 305px;
}

#rainbow-chat .login-page {
    height: 100%;
}

#rainbow-chat .chat-message {
	margin: 16px 0;
	overflow-wrap: break-word;
}

#rainbow-chat .chat-message img {
	border-radius: 50%;
	float: left;
}

#rainbow-chat .chat-message-content {
	margin-left: 50px;
}

#rainbow-chat .chat-time {
	float: right;
	font-size: 10px;
}

#rainbow-chat .hicon{
    margin-right: 6px;
    margin-top: 5px;
}
.chaticons{
    font-size: 40px;
    font-style: normal;
    font-weight: normal;
    margin-right: 16px;
}
.icon-sad2{
    color: #eb4d4b;
}
.icon-neutral2{
    color: #f0932b;
}
.icon-smile2{
    color: #6ab04c;
}
.uploadBox::before {
    color: #919191;
    content: "\e926";
    font-family: "livechat";
    font-size: 26px;
    font-style: normal;
    font-weight: normal;
    padding-right: 0.5em;
    position: absolute;
    right: 0;
    text-decoration: inherit;
    top: 15px;
}
.uploadBox {
    border: 1px solid #eee;
    border-radius: 7px;
    clear: both;
    padding: 5px 5px 5px 9px;
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
}
.uploadAudio::before{
    content: "\e928" !important;
}
.uploadVideo::before{
    content: "\e929" !important;
}
.uploadImg::before{
    content: "\e927" !important;
}
.uploadZip::before{
    content: "\e92b" !important;
}
.uploadBoxRes{
    display: block;
    margin-top: 4px;
}
.uploadBoxHref{
    color: #6ab04c;
}
.uploading{
    color: #f0932b;
}
.upFail{
    color: #eb4d4b;
}
.upApp{
    color: #ff9f43;
}
.upInfo{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 155px;
}
.loader{
    margin-top: 2px;
    margin-right: 4px;
}
.input-group{
    display: table;
    border-collapse: collapse;
    width:100%;
    border: 1.5px solid #b2bec3;
    transition: border-color 0.15s ease-in-out 0s;
}

.focused{
    border-color: #a5b1c2;
}

.input-group > div{
    display: table-cell;
    border-radius: 3px;
    vertical-align: middle;
}

.input-group-left{
    background:#fff;
    color: #777;
    padding: 1px 2px 0 8px;
    color: #ff7faa;
}

.input-group-right{
    background:#fff;
    color: #777;
    padding: 1px 12px 0 0;
    color: #fa8231;
}

.input-group-area{
    width:100%;
}

.input-group input{
    border: 0;
    display: block;
    width: 100%;
    padding: 8px;
}

.chatTxtIcon {
    width: 20px;
}

.chatTxtIcon:hover {
    cursor: pointer;
    transform: scale(1.20);
    transition: transform 0.04s ease 0s, -webkit-transform 0.04s ease 0s;
}

#rainbow-chat .login-input{
    border-collapse: collapse;
    width:100%;
    border: 1px solid #dcdde1;
    transition: border-color 0.15s ease-in-out 0s;
    color:#656262;
}
#rainbow-chat .login-err{
    border: 1px solid #ff9998;
    box-shadow: 0 0 0 2px #ffdddd;
}

#rainbow-chat .login-title{
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #84817a;

}
#rainbow-chat .login-btnbox{
    margin-top: 5px;
    text-align: center;
}
#rainbow-chat .login-btn{
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 5px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #ff7faa;
    outline: 0;
    outline: none;
    border-radius: 5px;
    box-shadow: none;
    font-weight: 500;
    background: linear-gradient(-180deg, #ff678d, #FF7FAA);
    background: -webkit-linear-gradient(-180deg, #ff678d, #FF7FAA);
    color: #FFFFFF;
    transition: border-color 0.15s ease-in-out 0s, background 0.15s ease-in-out 0s;
}

#rainbow-chat .login-btn:hover{
    background: linear-gradient(-180deg, #FF7598, #FF8BB2);
    background: -webkit-linear-gradient(-180deg, #FF7598, #FF8BB2);
    border: 1px solid #FF8BB2;
}

#rainbow-chat input[disabled]{
    box-shadow: none;
    cursor: not-allowed;
    background: #f5f5f5;
    pointer-events: none;
    color:#8c8787;
}
#rainbow-chat select[disabled] {
    box-shadow: none;
    cursor: not-allowed;
    background: #f5f5f5;
    pointer-events: none;
    color:#8c8787;
}
#rainbow-chat .errTxt{
    display: block;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap !important;
    white-space: -o-pre-wrap;
    color: #FF5554;
}
#rainbow-chat .errTxt > span{
    display: none;
}

#rainbow-chat select {
    border-radius: 3px;
    box-sizing: border-box;
    outline: medium none;
    padding: 8px 8px;
    transition: border-color 0.15s ease-in-out 0s;
    width: 100%;
    color: #cfcfdf;
}
#rainbow-chat select:focus {
    border-color: #a5b1c2;
}
#rainbow-chat option {
    color: #9a9a9a;
}
#rainbow-chat .select-txt{
    color: #9a9a9a;
}
#rainbow-chat option[disabled] {
    display: none;
}
#rainbow-chat .login-btn > span{
    margin-top: 2px !important;
    margin-right: 0 !important;
}
#rainbow-chat .avatar{
    display: inline-block;
    vertical-align: middle;
    float: none;
    padding: 0;
}
#rainbow-chat .avatarBox{
    text-align: center;
    margin-bottom: 15px;
}
#rainbow-chat .arrow{
    padding: 1px 2px;
    vertical-align: middle;
    float: none;
    margin-left: 20px;
    margin-right: 20px;
}

#rainbow-chat .previewBox{
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
    max-width: 100%;
    padding: 5px;
}

#rainbow-chat .previewImg{
    display: block;
    max-height: 500px;
    max-width: 100%;
    border-radius: 0 !important;
}
#rainbow-chat .notify{
    display: block;
    border-radius: 5px;
    background: #eee none repeat scroll 0 0;
    padding: 2px;
    text-align: center;
    font-style: italic;
    margin-bottom: 3px;
}
#rainbow-chat .notify-closed{
    color: #d63031;
    font-weight: 600;
}

#rainbow-chat .chat-smiles {
    border: 1px solid #eee;
    border-radius: 5px;
    background: #fff none repeat scroll 0 0;
    bottom: 50px;
    padding: 0px;
    width: 315px;
    height: 68px;
    margin-left: 3px;
    top: auto;
    position: absolute;
    z-index: 1000;
    overflow-y: auto;
    display: none;
}

.chat-smiles-content{
    padding-left: 2px;
    padding-top: 10px;
}

.chat-smiles-content > a{
    display: inline-block;
    padding-left: 15px;
    cursor: pointer;
}

.emoticon {
    background-image: url(../img/icons.png);
    background-repeat: no-repeat;
    display: block;
}

#chat-history .emoticon {
    display: inline-block;
}

@keyframes fade-in {
    0% { opacity: 0.6; }
    1% { rotate(-340deg); }
    99% { rotate(20deg); }
    100% { opacity: 1; }
}
/*
@keyframes spinHorizontal {
    0% { transform: rotateY(20deg); }
    20% { transform: rotateY(40deg); }
    40% { transform: rotateY(0deg); }
    60% { transform: rotateY(-20deg); }
    80% { transform: rotateY(-40deg); }
    100% { transform: rotateY(0deg); }
}*/
.emoticon:hover{
   /* -moz-animation: spinHorizontal 1s 1 linear;
    -o-animation: spinHorizontal 1s 1 linear;
    -webkit-animation: spinHorizontal 1s 1 linear;
    animation: spinHorizontal 1s 1 linear;*/
    animation-name: fade-in;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    animation-direction:alternate;
    animation-iteration-count: 5;
}

.emoticon-angel {
    width: 20px;
    height: 20px;
    background-position: -5px -5px;
}

.emoticon-cool {
    width: 20px;
    height: 20px;
    background-position: -35px -5px;
}

.emoticon-crying {
    width: 20px;
    height: 20px;
    background-position: -65px -5px;
}

.emoticon-devilish {
    width: 20px;
    height: 20px;
    background-position: -95px -5px;
}

.emoticon-embarrassed {
    width: 20px;
    height: 20px;
    background-position: -5px -35px;
}

.emoticon-kiss {
    width: 20px;
    height: 20px;
    background-position: -35px -35px;
}

.emoticon-monkey {
    width: 20px;
    height: 20px;
    background-position: -65px -35px;
}

.emoticon-plain {
    width: 20px;
    height: 20px;
    background-position: -95px -35px;
}

.emoticon-raspberry {
    width: 20px;
    height: 20px;
    background-position: -5px -65px;
}

.emoticon-sad {
    width: 20px;
    height: 20px;
    background-position: -35px -65px;
}

.emoticon-smile {
    width: 20px;
    height: 20px;
    background-position: -65px -65px;
}

.emoticon-smile-big {
    width: 20px;
    height: 20px;
    background-position: -95px -65px;
}

.emoticon-smirk {
    width: 20px;
    height: 20px;
    background-position: -5px -95px;
}

.emoticon-surprise {
    width: 20px;
    height: 20px;
    background-position: -35px -95px;
}

.emoticon-wink {
    width: 20px;
    height: 20px;
    background-position: -65px -95px;
}

.emoticon-yahoo {
    width: 20px;
    height: 20px;
    background-position: -95px -95px;
}

.emoticon-upload {
    width: 20px;
    height: 20px;
    background-position: -125px -5px;
}

.chatBtn{
    transition: background-color 200ms ease;
    cursor: pointer;
}
.chatControls{
    display: inline;
}
.chatControls h4{
    display: inline;
}
.chatCloseBtn {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 5px 0 0;
}
.chatSetBtn{
    position: absolute;
    right: 48px;
    top: 0;
}
.chatMinBtn {
    position: absolute;
    top: 0;
    right: 0;
}
#chatMinBtn{
    display: none;
}
#chatMobileBtn{
    display: none;
}
.chatBtn:hover{
    background: rgba(0,0,0,0.1);
}
#rainbow-chat .myicons{
    float: right;
    padding: 19px 15px 19px 15px;
    margin-right: 5px;
    font-size: 14px;
}
.triangle {
    top: 38px;
    right: 67px;
    border: 7px solid transparent;
    border-bottom-color: #fff;
    display: none;
    position: absolute;
}
.chatSetBtnAactive{
    background: rgba(0,0,0,0.2);
}
/* Instant header-button tooltip — position:fixed escapes overflow:hidden */
#chatHdrTip {
    position: fixed;
    background: rgba(0,0,0,0.72);
    color: #fff;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 11px;
    white-space: nowrap;
    pointer-events: none;
    display: none;
    z-index: 99999;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 5px;
    margin-bottom: 10px;
}
.opBtn{
    width: 80%;
}
@media only screen and (min-width : 600px) {
    .opBtn  {
        width: 50%;
    }
}
@media only screen and (min-width : 1000px) {
    .opBtn  {
        width: auto;
    }
}
.btn-blue {
    color: #fff;
    background-color: rgb(1, 217, 240);
    border-color: rgb(1, 217, 240);
}
.btn-blue:hover {
    background-color: rgba(1, 217, 240,0.6);
    border-color: rgba(1, 217, 240,0.6);
}
.btn-green {
    color: #fff;
    background-color: rgb(175, 217, 115);
    border-color: rgb(175, 217, 115);
}
.btn-green:hover {
    background-color: rgba(175, 217, 115,0.6);
    border-color: rgba(175, 217, 115,0.6);
}
.btn-orange {
    color: #fff;
    background-color:rgb(254, 166, 13);
    border-color: rgb(254, 166, 13);
}
.btn-orange:hover {
    background-color: rgba(254, 166, 13,0.6);
    border-color: rgba(254, 166, 13,0.6);
}
.btn-gray {
    color: #fff;
    background-color:rgb(165, 177, 194);
    border-color: rgb(165, 177, 194);
}
.btn-gray:hover {
    background-color: rgba(165, 177, 194,0.6);
    border-color: rgba(165, 177, 194,0.6);
}
.btn-red {
    color: #fff;
    background-color:rgb(252, 92, 101);
    border-color:rgb(252, 92, 101);
}
.btn-red:hover {
    background-color: rgba(252, 92, 101,0.6);
    border-color: rgba(252, 92, 101,0.6);
}
.btn .glyphicons{
    top: 3px;
}
.inDisabled{
    background: #f5f5f5;
}
.card {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    border: 0;
    font-weight: 400;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    margin-top: 8px;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-body {
    padding-top: 0.8rem;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
}
.card .card-body .card-text {
    color: #747373;
    font-size: .9rem;
    font-weight: 400;
}
.card-title{
    font-size: 14px;
    font-weight: bold;
}
.pad3{
    padding: 3px;
}
.pad4{
    padding: 4px;
}
.table-center{
    margin-left: auto;
    margin-right: auto;
}
.chatRate{
    margin-bottom: 8px;
}
.chatCol{
    width:20%;
    display: inline-block;
    text-align: justify;
}
.text-info {
    color: #17a2b8 !important;
}
.txFix{
    margin-left: 6px;
}
.chatCol{
    cursor: pointer;
}
.chatCol:hover .chaticons{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    border-radius: 45%;
}
.chatCol:hover div{
    font-weight: bold;
}
.chatAct .chaticons{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    border-radius: 45%;
}
.chatAct div{
    font-weight: bold;
    color: #30336b;
}
.chatRateMsg{
    color: #badc58;
    visibility: hidden;
}
#chatRateBox, #contactStep2, #contactStep3{
    display: none;
}
.reloadCap{
    cursor: pointer;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(204, 204, 204);
    border-radius: 4px;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group .input-group-addon {
    border-radius: 0;
    background-color: #f4f4f4;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
#capImg{
    width: 150px;
    height: 55px;
}
.phpCap{
    width: 150px !important;
}
#scode{
    box-shadow: none !important;
}
.captchaCode{
    margin-bottom: 10px;
}
.imagever{
    border: 2px solid #ffffff !important;
    border-radius: 4px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 0 30px rgba(0, 0, 0, 0.2) inset;
    transition: box-shadow 0.2s ease 0s;
}
/* .cLoad{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0px 0px 0px -25px;
}
.cLoad > span{
    margin-left: -10px;
} */

.cLoad {
    width: 48px;
    height: 48px;
    border: 5px solid #2b3176;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    /* display: inline-block; */
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0px 0px 0px -25px;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 
.contactMsg{
    background-color: #bdc3c7;
    display: block;
    padding: 12px;
    color: #fff;
    border-radius: 5px;
}
.contactMsg .glyphicons {
    vertical-align: text-top;
}
.contactSuccess{
    background-color: #2ecc71;
}
.contactFailed{
    background-color: #e74c3c;
}

.capInput{
    margin-top:7px;
    width:15%;
    display:inline;
}
.spin {
    -moz-animation: spin .1s infinite linear;
    -o-animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(359deg); }
}

@-moz-keyframes spin {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(359deg); }
}

@-o-keyframes spin {
    0% { -o-transform: rotate(0deg); }
    100% { -o-transform: rotate(359deg); }
}

@-ms-keyframes spin {
    0% { -ms-transform: rotate(0deg); }
    100% { -ms-transform: rotate(359deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(359deg); }
}
.hide{
    display: none;
}

.hideImp{
    display: none !important;
}

/* ── fullscreen expanded mode: scoped to chat-expanded class only ── */
#rainbow-chat.chat-expanded {
    font-size: 15px;
}
#rainbow-chat.chat-expanded h4 {
    font-size: 20px !important;
}
#rainbow-chat.chat-expanded h5 {
    font-size: 15px !important;
}
#rainbow-chat.chat-expanded .btn-sm {
    font-size: 13px;
    padding: 7px 14px;
    margin-bottom: 6px;
}
#rainbow-chat.chat-expanded .card-title {
    font-size: 16px;
}
#rainbow-chat.chat-expanded .card {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
#rainbow-chat.chat-expanded .chat-message-content {
    font-size: 14px;
    line-height: 1.6;
}
#rainbow-chat.chat-expanded .login-title {
    font-size: 15px;
}
#rainbow-chat.chat-expanded input[type="text"],
#rainbow-chat.chat-expanded .login-input,
#rainbow-chat.chat-expanded select {
    font-size: 14px;
    padding: 11px 9px;
}

