.chat-div{
    width: 100px;
    height: 100px;
    position: fixed;
    bottom: 28px;
    right: 78px;
    border: 0;
    z-index: 2048;
    cursor: pointer;
    opacity: 1;
}
.chat-div img{
    margin-left: 0px;
    margin-top: 17px;
    margin-bottom: 3px;
    width: 110px;
    max-width: none;
}
.open-chat-div{
    width: 320px;
    height: 500px;
    position: fixed;
    bottom: 60px;
    right: 74px;
    border: 0;
    z-index: 999999;
    cursor: pointer;
    opacity: 1;
    display: none;
}
.chat-box-iframe{
    width: 320px;
    height: 500px;
}
.login-header {
    position: relative;
    max-height: 75px;
    color: #fff !important;
    background-color: #702c91;
    background-blend-mode: overlay;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#chatBotAlert .login-header{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.login-header h6 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
    margin: 0;
    padding: 28px 0;
}
.login-header h5 {
    margin-bottom: 0;
    margin-top: 15px}
.customBtn{
    top: 19px;
    right: 6px;
    position: absolute;
}
.customBtn input.min-max{
    float: right;
    border-radius: 50%;
    border: none;
    background: inherit;
    width: 27px;
    height: 27px;
    background: #fff;  
    margin-left: 5px
}
.butonBlock{
    float: left;
}
.imgminTop {
    cursor: pointer;
    position: absolute;
    width: 14px;
    right: 18px;
    top: -12px;
}
.imgcloseTop {
    cursor: pointer;
    position: absolute;
    width: 14px;
    right: 0px;
    top: -12px;
}
@media(max-width: 991px){
    .open-chat-div {
        bottom: -45px;
    }
    .chat-box-iframe{
        height: 400px;
    }
}
@media(max-width: 767px){
    .chat-box-iframe {
        width: 320px;
        height: 508px;
    }
	#chatBotAlert .modal-content{
       border: 0;
    }	
	#chatBotAlert .modal-dialog{
        margin: 10px auto;
		width: 320px;
    }
    #chatBotAlert .modal-body{
        padding: 0px;
    }
}
