@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.border-box {
	overflow: auto;
	border-radius: 10px;
	background-color: white;
	padding: 15px;
	border-top: solid;
	border-bottom: solid;
}

.button-padding{
	margin-top: 5px;
	margin-bottom: 5px;
}

.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: white; /*Choose your own color here*/
 }

.table-striped>tbody>tr:nth-child(even)>td, 
.table-striped>tbody>tr:nth-child(even)>th {
   background-color: #e1d4d4; /*Choose your own color here*/
 }
 
 .pull-right {
 	float: right;
 }
 
 .btn-no-border {
 	border: 0px solid transparent;
    background-color: transparent;
 }
 
 .dataTables_wrapper td.numericCol {
	text-align:right;
} 

.copyBtn:hover, .shareBtn:hover {
	background-color: #DCDCDC;
}

.copyBtn:active, .shareBtn:active {
	border: 1px solid #696969;
	background-color: #C0C0C0;
}

.text-truncate {
    overflow: auto;
    text-overflow: inherit;
    white-space: nowrap;
}

.tooltipImg {
	display: none;
	position: absolute;
	z-index: 999;
}

@media (min-width: 992px) {
	.tranfer-btn {
    	margin-top: 1.5rem!important;
	}
}

.sideBtn-telegram {
    width: 50px;
    height: 50px;
    font-size: 50px;
    border-radius: 50px;
    cursor: pointer;
    z-index: 999;
    position: fixed;
    right: 25px;
    bottom: 30px;
    transition: all .3s ease-in-out;
    border: none;
    color: #0088cc;
    background: #fff;
}
/*
this is for whatsapp for evobet33
*/
.sideBtn-evo33-telegram {
    width: 50px;
    height: 50px;
    font-size: 50px;
    border-radius: 50px;
    cursor: pointer;
    z-index: 999;
    position: fixed;
    right: 11px;
    bottom: 157px;
    transition: all .3s ease-in-out;
    border: none;
    color: #0088cc;
    background: #fff;
}
/*
this is for whatsapp for evobet33
*/
.sideBtn-whatsapp-2 {
    width: 50px;
    height: 60px;
    font-size: 60px;
    border-radius: 50px;
    cursor: pointer;
    z-index: 999;
    position: fixed;
    right: 11px;
    bottom: 210px;
    transition: all .3s ease-in-out;
    border: none;
}

.messenger-icon {
    display: inline-block;
    width: 50px;
    object-fit: contain;
    text-align: center;
    border-radius: 30px;
    position: fixed;
    bottom: 272px;
    right: 11px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    z-index: 9999999999;
    cursor: pointer;
}

