/* RSP theme: #355995 */
#tawkchat-minified-container {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-clip: padding-box;
    border-color: #2a4a7a #2a4a7a transparent;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px;
    bottom: 0;
    cursor: pointer;
    height: auto;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 999999;
}

#tawkchat-status-middle {
    border: 0 none;
    margin: 0 auto;
    font-size: 17px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
}

.theme-text-color {
    color: #ffffff;
}
.theme-text-color a {
    color: #ffffff;
}

#tawkchat-status-message {
    border: 0 none;
    font-size: 15px;
    margin: 0 0px 0 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Roboto, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#tawkchat-status-message {
    font-size: 15px;
    text-align: left;
    white-space: nowrap;
}

#tawkchat-minified-wrapper {
    height: 100%;
    width: 100%;
}

.border-corner {
    border-radius: 8px 8px 0 0 !important;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.12);
}

.theme-background-color {
    background-color: #355995;  /* RSP theme */
}
.theme-background-color:hover {
    background-color: #2a4a7a;
}

.tawkchat-minified {
    outline: medium none !important;
    visibility: visible !important;
    resize: none !important;
    box-shadow: none !important;
    overflow: visible !important;
    background: transparent none repeat scroll 0% 0% !important;
    opacity: 1 !important;
    position: fixed !important;
    border: 0px none !important;
    padding: 0px !important;
    transition-property: none !important;
    z-index: 1000001 !important;
    cursor: auto !important;
    float: none !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    width: 320px !important;
    min-width: 320px !important;
    max-width: 320px !important;
    transform: rotate(0deg) translateZ(0px) !important;
    transform-origin: 0px 50% 0px !important;
    margin: 0px !important;
    top: auto !important;
    bottom: 0px !important;
    right: 11px !important;
    left: auto !important;
    display: block !important;
}

.chatFrame
{
    outline: none !important; 
    visibility: visible !important; 
    resize: none !important; 
    box-shadow: none !important; 
    overflow: visible !important; 
    opacity: 1 !important; 
    top: auto !important; 
    right: auto !important; 
    bottom: auto !important; 
    left: auto !important; 
    position: static !important; 
    border: 0px !important; 
    min-height: auto !important; 
    min-width: auto !important; 
    max-height: none !important; 
    max-width: none !important; 
    padding: 0px !important; 
    margin: 0px !important; 
    transition-property: none !important; 
    transform: none !important; 
    width: 390px !important;
    height: 400px !important; 
    z-index: 999999 !important; 
    cursor: auto !important; 
    float: none !important; 
    display: block !important; 
    background: none transparent !important;
}
#chatWindow {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100000000;
    display: none;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
}
#maximizeChat .icon {
    width: 11px;
    height: 7px;
}
#tawkchat-minified-link-container .icon {
    display: block;
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2 12H6v-2h12v2zm0-3H6V9h12v2zm0-3H6V6h12v2z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#tawkchat-minified-link-container a:hover .icon {
    opacity: 0.9;
}

#tawkchat-minified-link-container {
    display: inline-block;
    float: right;
    margin-left: 0;
    margin-top: -11px;
    text-align: right;
    width: 20px;
}
#tawkchat-status-text-container {
    float: left;
    width: 100%;
}