﻿.support-online {
    bottom: 48px;
    height: 65px;
    outline: none !important;
    position: fixed;
    right: 40px;
    width: 65px;
    z-index: 3;
}
.support-online-animatiion {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}
#modal-open-box-chat {
    -webkit-animation: icon-outer 3s infinite;
    animation: icon-outer 3s infinite;
    
    border: 0 !important;
    border-radius: 20px;
  
    height: 65px !important;
    padding: 12px 24px;
   
}
.support-online  img {
    max-width: none;
    height: auto;
}
.support-online .btn {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #212529;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}
#modal-open-box-chat img {
    margin-top: -10px;
    -webkit-transform: scale(.6);
    transform: scale(.6);
}
#modal-open-box-chat .text {
    color: #333 !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 19px;
    margin-top: -10px !important;
    opacity: .5;
}

.support-online .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    padding: 0 !important;
    margin-bottom: 0 !important;
}
.support-online .btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}
.scale-shadow {
    border-radius: 50%;
    color: #fff;
    height: 50px;
    left: 50%;
    position: absolute;
    top: 55%;
    -webkit-transform: translate(-50%,-56%);
    transform: translate(-50%,-56%);
    width: 50px;
    z-index: -1;
}
#shadow-2:before {
    -webkit-animation: animationShadow1 3s linear infinite;
    animation: animationShadow1 3s linear infinite;
    background: radial-gradient(circle,rgba(255,193,37,.144),rgba(255,193,37,.61));
}
#shadow-2:after {
    -webkit-animation: animationShadow2 1.5s infinite;
    animation: animationShadow2 1.5s infinite;
    border: 0.5px solid #fcc602;
}
.scale-shadow:after {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.scale-shadow:after, .scale-shadow:before {
    border-radius: 50%;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.support-online .content-chat {
    -webkit-backdrop-filter: blur(18px) !important;
    backdrop-filter: blur(18px) !important;
    background: #fff !important;
    border-radius: 20px 20px 0 0 !important;
    bottom: 20px !important;
    box-shadow: 0 4px 24px rgba(0,0,0,.12) !important;
    max-width: 375px !important;
    padding: 0 !important;
    width: 100% !important;
}
.support-online-animatiion {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}
.support-online .content-chat .body-chat .content-body-chat .viewInfo .form-chat .form-group .form-control {
    background: #f9fafc !important;
    border: 0 !important;
    border-radius: 40px !important;
    height: 40px !important;
    padding: 8px 16px !important;
    width: 100% !important;
}
.support-online .content-chat .body-chat .content-body-chat .viewInfo .form-chat .form-group + .form-group {
    margin-bottom: 8px !important;
}
 
.form-chat {
    padding: 10px 20px;
}
.viewInfo {
    width: 100%;
}
.content-body-chat {
    width: 100%;
    float: left;
    
}
.lbcontrol {
    color: black;
    font-size: 13px;
    display: block;
    margin-bottom: 0 !important;
    line-height: 1;
}
.support-online .content-chat .body-chat .content-body-chat .viewInfo .form-chat .form-group .form-control {
    background: #f9fafc !important;
    border: 0 !important;
    border-radius: 40px !important;
    height: 40px !important;
    padding: 8px 16px !important;
    width: 100% !important;
}
.support-online .body-chat select.form-control {
    border: 1px solid #ccc !important;
}

.content-chat select.form-control {
    padding: 5px 5px;
}

.content-chat .form-control {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin: 5px 0;
    height: auto;
    font-size: 14px;
    line-height: 1;
}
.support-online .content-chat .body-chat .content-body-chat .viewInfo .form-chat .box-control .col-chat {
    cursor: pointer;
    position: relative;
    width: 100% !important;
}

.col-chat {
    width: 50%;
    float: left;
    padding: 2px;
    box-sizing: border-box;
}
.support-online .content-chat .body-chat .content-body-chat .viewInfo .form-chat .box-control .col-chat:before {
    color: #333 !important;
    content: "";
    font-family: Material Icons;
    font-size: 20px;
    left: 30%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
}
.support-online .content-chat .body-chat .content-body-chat .viewInfo .form-chat .box-control .col-chat {
    cursor: pointer;
    position: relative;
    width: 100% !important;
}

.col-chat {
    width: 50%;
    float: left;
    padding: 2px;
    box-sizing: border-box;
}
.support-online .content-chat .body-chat .content-body-chat .viewInfo .form-chat .box-control .col-chat-right {
    display: none !important;
}
.support-online .content-chat .body-chat .content-body-chat .viewInfo .form-chat .box-control .col-chat .btn-chat {
    background: #ffd643 !important;
    border: 0 !important;
    border-radius: 50px !important;
    color: #333 !important;
    font-size: 18px !important;
    font-weight: 700;
    height: 44px !important;
    margin-top: 0;
    padding: 8px 24px !important;
    transition: all .3s ease-in-out;
    width: 100%;
}
#chkApprove {
    margin-top: 4px;
    margin-left: -13px;
}
.support-online .content-chat .title #disconnetChat {
    top: auto;
}

.disconnetChat {
    display: block;
    top: -21px;
    position: relative;
    font-size: 18px;
    float: right;
    padding-left: 5px;
}

.title-button {
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    font-size: 30px;
    padding-right: 0px;
    text-align: right;
    float: left;
    text-align: right;
}
.support-online .content-chat .title #minimizeChat {
    padding-top: 5px;
}

#minimizeChat {
    display: block;
    float: right !important;
    font-size: 15px;
    position: relative;
    top: -20px;
}
.support-online .content-chat .title #disconnetChat i {
    display: none;
}

.content-chat .title i {
    box-shadow: none;
    border: none;
}