/*
 *  This file is part of Adspect anti-fraud software.
 *  Copyright (C) 2019-2025 Adspect.  All rights reserved.
 */
.msgicon {
    
	position: fixed;
	bottom: 155px;
	right: 60px;
	width: 50px;
	height: 50px;
	z-index: 99999;
	border-radius: 50%;
    overflow: hidden;
    background: #229ed9;text-align: center;
    line-height: 50px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal iframe {
    margin: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
}

.closediv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 5;
}

.telegram {
	position: fixed;
	bottom: 95px;
	right: 60px;
	width: 50px;
	height: 50px;
	z-index: 99999;
	border-radius: 50%;
    overflow: hidden;
    background: #229ed9;
}
.telegram svg {
	border: 3px solid #fff;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.telegram:hover svg {
	border-color:#229ed9 !important;
}

/*
 * vim: ts=4 sw=4 noet
 */
