.titlePage{font-size: 20px;font-weight: 900;text-transform: uppercase;color:#000000;text-align:center;padding:23px;line-height: 56px;}
.showFreeTrain{display:none;}
.ms-container{width:100%;}

.cHand{cursor:pointer;}

.select2-container--default .select2-selection--single .select2-selection__clear{float: left;margin-right: 10px;font-size: 20px;}

.bodyGame{display: table;width: 100%;padding:20px 0px 20px 0px;border-bottom:1px solid #ebebeb;}
.bodyGame:last-child{border-bottom: 0px;}
.bodyGame .teamsBox{display: inline-block;width: 50%;text-align: center;padding:0px 0px 10px 0px;}
.bodyGame .bets {background-color: #f3f3f3;display: table;width:100%;padding:10px 0px;}
.bodyGame .bets .teams{display: inline-block;width: 50%;text-align: center;}

.nameTeam{font-size: 16px;font-weight: 500;padding:10px 0px;}
.tabStats{padding:5px;}
.statsGame{display: block;text-align: center;}

.pointPS{font-size: 10px;color:#878787;}
.pointPS span{color:#000;font-size: 12px}

table.dt-rowReorder-float{position:absolute !important;opacity:0.8;table-layout:fixed;outline:2px solid #888;outline-offset:-2px;z-index:2001}
tr.dt-rowReorder-moving{outline:2px solid #555;outline-offset:-2px}
table.dataTable td.reorder{text-align:center;cursor:move}


.bcGameRangeDate{background: #ffffff; cursor: pointer; padding: .8rem; border: 1px solid #dddddd; display: inline-block;font-size: 14px;}

[data-theme="dark"] .haveTooltip.cSelect{background: #4285f4 !important;background-color: #4285f4 !important;}

.sticky-header {
  position: sticky;
  top: 0;
  background: white; /* ou cor de fundo desejada */
  z-index: 2000000000; /* garantir que fique acima do conteúdo */
}

.nav-balance-item {
        display: flex;
        align-items: center;
        height: 60px; /* Ajusta a altura de acordo com a tua navbar se necessário */
        padding: 12px;
    }

/* Contentor do Balance estilo Badge/Card elegante */
.balance-container {
    background: rgba(66, 133, 244, 0.1); /* Fundo azul bem suave/transparente */
    border: 1px solid rgba(66, 133, 244, 0.25);
    padding: 6px 14px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 8px; /* Espaço entre o label e o valor */
}

.balance-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #b0c4de;
    font-weight: 600;
    opacity: 0.8;
}

.balance-value {
    font-size: 14px;
    font-weight: 700;
    color: #4285f4; /* O mesmo azul de destaque que usas */
}

.balance-currency {
    font-weight: 500;

}
/* Força os itens da navbar a ficarem alinhados lado a lado no topo */
.be-user-nav-responsive {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    margin: 0 !important;
    padding-right: 10px;
}

@media (max-width: 767px) {
    .nav-balance-item {
        padding: 0 5px;
        height: auto;
    }

    .balance-container {
        padding: 6px 10px;
    }

    .balance-icon {
        font-size: 15px;
        margin-right: 6px;
    }

    .balance-value {
        font-size: 12px;
    }

    .be-user-nav-responsive .user-name {
        display: none !important;
    }
    
    /* Ajuste sutil no link do avatar em mobile */
    .be-user-nav-responsive .dropdown > a {
        padding: 0 5px !important;
    }
    
    .be-user-nav-responsive .UpdateImgAvatar {
        margin-right: 0 !important; /* Remove a margem já que não há texto */
    }
    .be-top-header .be-right-navbar .navbar-nav .nav-balance-item{
	    width:100%;
	    display: flex;
	    justify-content: flex-end;
	    padding-right: 12px;
    }
    .balance-container {
	    background: rgba(2, 32, 82, 0.35); /* Fundo azul bem suave/transparente */
	    border: 1px solid rgba(0, 41, 108, 0.35);
	    padding: 6px 14px;
	    border-radius: 6px;
	    display: flex;
	    align-items: center;
	    gap: 8px; /* Espaço entre o label e o valor */
	}
		
	.balance-label {
	    font-size: 11px;
	    text-transform: uppercase;
	    letter-spacing: 0.8px;
	    color: #ffffff;
	    font-weight: 600;
	    opacity: 0.8;
	}
	.balance-icon{
		margin-right: 0px;
	}
	
	.balance-value {
	    font-size: 14px;
	    font-weight: 700;
	    color: #ffffff; /* O mesmo azul de destaque que usas */
	}

    .be-top-header .be-right-navbar .navbar-nav .dropdown{
	    padding-left: 10px;
    }
    .be-top-header .be-right-navbar .navbar-nav{
		
	    display: flex;
	    flex-direction: row-reverse;
	    align-content: center;
	    justify-content: space-between;
	    align-items: center;
	    width: 100%;
    }
}







.infosBrandHeader{
	display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 2rem;
}

.withButtons{
	display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    gap: 2rem;
}
.withButtons .dataTables_length{margin: 0px}

.CommSuccess{
	background: #34a853 !important;
}
.CommSuccess .desc{
	color:#ffffff !important;
}
.CommSuccess .value{
	color:#ffffff !important;
}


.CommDanger{
	background: #ea4335 !important;
}
.CommDanger .desc{
	color:#ffffff !important;
}
.CommDanger .value{
	color:#ffffff !important;
}

.be-right-sidebar{
	padding: 2rem;
}

span.select2-container{
	z-index: 100000 !important;
}


.boxFilter{
	padding-bottom: 2rem;
}

.boxFilter .title{
	color:#ffffff;
}

.btnRun{
	margin: 0px;
}

.haveTooltip{
	background-color: #d0d0d0 !important;
}

/* table */

.table-responsive.adsTable tbody tr td{
	padding-top: 4px;
	padding-bottom: 4px;
}
.table{
	width: 100% !important;
}

.noResult{
	opacity: 0.4;
}

.urlPopover{
	font-size: 16px;
	line-height: 14px;
}

.adsHaveRedirect{
	background-color: #34a853;
    border-color: #34a853;
	color: #ffffff;
}

.itemFlagCountry{	display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.4rem;
}

.listCountrys{
	padding:15px;
}

.countryHead{
	display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

.urlNoBreak {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

.redirectBtn{
	margin-top: 1rem;
	padding-top:1rem;
	border-top: 1px solid #dddddd;
}

.listBlocks{
	display: grid;
	flex-direction: row;
	column-gap: 15px;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    margin-bottom: 25px;
}
.listBlocks.block4{
	display: grid;
	flex-direction: row;
	column-gap: 15px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 25px;
}
.listBlocks.block6{
	display: grid;
	flex-direction: row;
	column-gap: 15px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-bottom: 25px;
}
.listBlocks .widget.widget-tile .data-info{
	text-align: center;
}
.listBlocks .widget.widget-tile .data-info .desc{
	font-size: 12px;
	color:#6d6d6d;
}
.listBlocks .widget.widget-tile .data-info .descSmall{
	font-size: 10px;
	color:#6d6d6d;
}
.listBlocks .widget.widget-tile .data-info .value{
	color:#323232;
	font-weight: 700;
	font-size: 20px;
}
.listBlocks .widget.widget-tile .data-info .value small{
	font-size: 1.65rem;
	padding-left: .2rem;
}

.listCountrys{
	display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 0.8rem;
    
    flex-wrap: wrap;
}

.listAds{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    align-items: stretch;
}

.listAds ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.listAds ul li{
	border-top: 1px solid #bbbbbb;
}

.listAds ul li a{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    align-items: stretch;
    padding: 1rem;
}

.listAds ul li a .title{
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 10px;
}

.listAds ul li a .description{
	color:#5a5a5a;
}

.listAds ul li.date {
	display: flex;
    background: #e8e8e8;
    color: #787878;
    padding: 0.4rem 1rem;
    font-weight: bold;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.listAds ul li.date .badge{
	border-radius: 4px;
}

.domainName{
	border-right: 1px solid #dddddd;
}

.positionYear, .positionYearName{
	border-left: 1px solid #dddddd;
}



.positionNumber{
	border-radius: 4px;
	padding:8px 10px;
	cursor: pointer;
	margin:0 auto;
}

.positionNumber:hover{
	background: #4285f4;
	border-color: #4285f4;
	color:#ffffff;
}

.badgeCountry{
	border-radius: 4px;
	padding:6px 8px;
	color:#000000;
	background: #eeeeee;
}

.badgeCountry:hover{
	color:#000000 !important;
}

.dataTables_length{
	margin-bottom: 15px
}

.ms-container .ms-list li img{
	margin-right: 3px;
}

.flexContent{
	display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 0.8rem;
}

.flagName{
	display: flex;
	flex-direction: row;
    align-content: center;
    align-items: center;
}
.linkHeader{
	color: #444444 !important;
}

.listBlocks .widget{
	display: flex;
	height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin:0px;
    padding:15px 15px;
}

.panelBrand .panel-body{
	padding:0px;
}

.page-head-title .titleHead{
	font-size: 10px !important;
	letter-spacing: .5px;
	line-height: 12px;
	opacity: 0.6;
}

.page-head-title span{display: none}

.left-sidebar-toggle{text-transform: uppercase;font-weight: 600 !important;}

.betLinePoints{text-align: center;padding:10px 0px;}

.listBarDash:nth-of-type(2n){clear:both;}
.listBarDash2:nth-of-type(2n+1){clear:both;}
.tableStatsPointsOver{font-size: 13px;}

.imageBrandSelect{border:1px solid #bbb;margin-right: 5px;}

.progress.widgetTimeSmall{height: 8px;margin: 0px;}
.progress.widgetTimeSmallBts{height: 10px;margin: 0px;width: calc(100% - 35px);display: inline-block;margin-right: 5px}

.textNoBreak{white-space: nowrap !important;}

.logoBrandList{display: inline-block;border: 1px solid #bbb;background-color: #ffffff;text-align: center;padding:0px;margin: 0px;max-width: 100px; margin-right: 10px;}
.logoBrandList img{width: 100%;padding: 0px;margin: 0px;}
.scoreTeam{font-size: 30px;margin-bottom: 15px}

.lastGames{margin-top: 20px;}

.WLInfos.win {
    background-color: #00c51b;
}
.WLInfos.lose {
    background-color: #de0000;
}
.WLInfos.draw {
    background-color: #b0b0b0;
}
.WLInfos{display: inline-block;padding:0px 4px;color:rgba(255, 255, 255, 0.85);border-radius: 3px;width:22px;height:22px;text-align: center;line-height: 23px;}
.WLInfos:hover{color:rgba(255, 255, 255, 1);}
.WLInfos:active,.WLInfos:visited,.WLInfos:focus{color:rgba(255, 255, 255, 1);}

.LastGTable > tbody {display: inline-block;margin:0 auto;}
.LastGTable > tbody > tr > td{border:0px;padding:0px 2px;}

.LastGTable > tbody > tr > td.WLi{font-size: 11px;}
.LastGTable > tbody > tr > td.WL{font-size: 12px;font-weight: 600;}
.LastGTable > tbody > tr > td.WLpts{font-size:12px;}

.statsTabs {display: block;}
.statsTabs .tab-content{margin:10px 0px 0px 0px;padding: 0px;}

.statsTabTeams {display: inline-block;}
.statsTabTeams .tab-content{margin:10px 0px 0px 0px;padding: 0px;}

table.tableTeamStatsSmall{padding: 0px;margin: 0px;}
table.tableTeamStatsSmall tr td{padding: 5px 10px 5px 10px;font-size: 12px;text-align: left;}
table.tableTeamStatsSmall tr td.valueTable{text-align: center;font-weight: bold;}


.boxPevImgFull.be-loading:after{z-index: 1;}

.boxPevImgFull.be-loading .be-spinner{z-index: 2;}

.btnsRelations{display: inline-block;width: 40%;text-align: center;font-size: 24px;line-height: 50px}
.btnsRelations.btnPlus span{color:#48cf0a;cursor:pointer;}
.btnsRelations.btnPlus:hover span{color:#45d500;cursor:pointer;}
.btnsRelations.btnLess span{color:#e90028;cursor:pointer;}
.btnsRelations.btnLess:hover span{color:#f80830;cursor:pointer;}

.boxImgPreview{display: block;width: 100%;clear:both;padding-bottom:10px;}
.boxImgPreview .previewBrand{width: 70%;border:1px solid #c8c8c8;}

.navEditPreviews{text-align: center}
.navEditPreviews > li{float:none;display: inline-block}

.m-top{margin-top:5px;}
.m-bot{margin-bottom: 5px;}

.crossPointer{cursor: pointer;}

.footerTb{background-color: #dededd !important}

.be-booking-promo-amount{margin:0 auto;}
.be-booking-desc-title{padding-bottom: 0px;font-size: 20px;margin: 0 0 0px 0px;border-bottom: 0px solid #ebebeb;vertical-align: middle;}

.be-booking-desc-details{font-size: 12px;font-weight: 300}


.brand-table-panel{padding:0px 0px 20px 0px;border-top:0px;overflow: hidden;}

.brand-table-panel .table > tbody > tr > td{padding:8px !important;}
.brand-table-title{font-weight: bold;padding-bottom:20px;}

.brand-table-price .value{font-size: 20px;line-height: 20px;font-weight: 500;}
.brand-table-price .currency{font-size: 12px;}
.brand-table-price .frecuency{font-size: 12px;}
.table-brands{margin-bottom:20px;border-bottom: 1px solid #ddd;}

span.select2-container {
    z-index:1 !important;
}

#clearMedia.hide{display: none;}
#PrevCover{width: 50%;border-radius: 6px;overflow: hidden;}

ul.listImgMedia{list-style: none;padding: 0px;margin: 0px;}
ul.listImgMedia li{list-style: none;width: calc(25% - 15px);margin:5px;display: inline-block;cursor: pointer;}
ul.listImgMedia li:hover{}
ul.listImgMedia li img{width: 100%;}

.listImgMedia input{
    margin:0;padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
    display: none;
    
}

.listImgMedia input:active + .drinkcard-cc{opacity: .9;}
.listImgMedia input:checked + .drinkcard-cc{
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}
.drinkcard-cc img{border-radius: 6px;overflow: hidden;}
.drinkcard-cc{
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width: 100%;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(.8) opacity(.5);
       -moz-filter: brightness(1.8) grayscale(.8) opacity(.5);
            filter: brightness(1.8) grayscale(.8) opacity(.5);
}
.drinkcard-cc:hover{
    -webkit-filter: brightness(1.2) grayscale(.2) opacity(.9);
       -moz-filter: brightness(1.2) grayscale(.2) opacity(.9);
            filter: brightness(1.2) grayscale(.2) opacity(.9);
}









.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}


.dont-break-out {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: none;
  -moz-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;

}

.img-flag{border:1px solid #d9d9d9;}



.titleWidet{font-weight: 500;}


/* list Games stats */

.headerGame{padding:5px 0px;}
.headerOdds{margin: 0px;padding: 0px;list-style: none;display: block;}
.headerOdds li{float:left;width: 30%;text-align: center;padding:0px;}
.headerOdds li.houseName{float:left;width: 10%;text-align: center;padding:0px;}
.headerOdds:after{content: "";display: table;clear: both;}

.table-responsive .tableStatsGames tbody>tr>td{padding:10px 0px 10px 10px;}
.table-striped.tableStatsGames{border:1px solid #ddd;margin-bottom: 4px}
.table-striped.tableStatsGames > tbody > tr{background-color: #f9f9f9;}
.table-striped.tableStatsGames > tbody > tr:hover{background-color: #f1f1f1;}
.table-striped.tableStatsGames > tbody > tr.selected{background-color: #eaeaea;}
.table-striped.tableStatsGames > tbody > tr > td.select{background-color: #e5eaef;}
.table-striped.tableStatsGames > tbody > tr > td.inative{background-color: #e5e5e5;}
.table-striped.tableStatsGames > thead > tr{background-color: #e4e4e4;}
.table-striped.tableStatsGames > thead > tr > th{padding:8px;}

.barGame{padding:10px;background-color: #f9f9f9;border:1px solid #ddd;margin-bottom: 15px}


.headerGame{text-align: center;display: block;clear: both;width: 100%;margin-bottom: 40px;}

/* .ListGames{margin-top: 25px;} */

.game{margin-bottom:0px;width: 33.2%;display: inline-table;}
.game.Single{margin-bottom:0px;width: 100%;display: block;}
#gamesList {
display: flex; flex-direction: column-reverse;
}
.gameTeams{width:100%;display: inline-block;position: relative;}
.gameDate{padding:5px 0px 0px 0px;color: #898989;text-align: center;padding-top:8px;}
.gameIcoVs{background-color: #6d6d6d;color:#ffffff;font-weight: 200;font-size: 9px;border-radius: 100px;padding: 3px 5px;display: inline-block;}
.gameTeam1{display: inline-block;float:left;width:44%;text-align: right;}
.gameVs{display: inline-block;float:left;width:12%;text-align: center;    margin-top: 5px;}
.gameTeam2{display: inline-block;float:right;width:44%;text-align: left;}

.gameTeams .leagueName{text-align: center;padding:10px 0px 20px 0px;font-size: 10px}
.gameTeams .liveIcon{position: absolute;right:0px;top:0px;}
.gameTeam1 span{font-size: 16px;padding:0px 4px;}
.gameTeam2 span{font-size: 16px;padding:0px 4px;}

.gameTeams .scoreHome, .gameTeams .scoreAway{display: inline-block}

.gameGoals{text-align: center;}

.goalsInfo i{color: #000000;}
.goalsInfo{font-size: 11px;color:#838383;font-weight: 400;padding-top:5px;display: inline-block;}
.goalsListTime{height: 25px;}

.listOdds{display: block;border-left:1px solid #ddd;}
.deepOdds{border-bottom:1px solid #ddd;}
.Odds1xbet{border-bottom:1px solid #ddd;}
.calcOdds{}


/* chat */

.chatContent{height: 100%;background-color: #fff;border-top: 1px solid #e6e5e5;position: relative;}
.chatmessages{padding:5px 15px;position: absolute;top:0px;bottom:61px;left:0px;right:2px;}

.chattext{position: absolute;bottom:0px;left:0px;right: 0px;border-top:1px solid #e6e5e5;}

.listAssistUsers{border-top:1px solid #e3e3e3;padding: 0px !important;}
.UserListItem{margin:0px;border-bottom:1px solid #e3e3e3;position: relative}

.userListItem{display: block;background-color: #f5f5f5;padding:12px;}
.userListItem:hover{background-color: #f0f0f0;}
.userListItem.active{background-color: #eceff0;}
.UserListItem .textUserList{display: inline-block;vertical-align: middle;color:#5b5b5b;font-weight: bold;}

.lastMessageBody{color:#bbbbbb;font-weight: normal;}
.UserListItem .lastInteration{position: absolute;right: 0px;top:0px;padding:4px;color: #c1c1c1;}

.imgProfile{
	display: inline-block;
	overflow: hidden;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    width: 38px;
    height: 38px;
    margin-right: 5px;
}

.imgProfile img {
	width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sendText{resize: none;height: 60px;border: 0px;padding-left:56px;padding-right: 150px}

.listClientsChatLive{height: 100%;}
.listClientsChatLive .content {height: auto;}
.listClientsChatLive .aside-nav{height: calc(100% - 48px);}

.titleChat{font-size: 20px;}

.listClientsChatLive .content.contChatBar{padding:10px 13px;height: 48px;}
.listClientsChatLive .content.contChatBar .aside-header{margin: 0px}
.messageTextList{display: block;padding-right: 0px;}


.messageUser .textMessageBody{max-width:50%;background-color: #0084ff;padding:6px 14px;margin:5px 0px;border-radius: 18px;color:#ffffff;display: inline-block;text-align: left;font-size: 14px;}
.messagePage {text-align: right;padding:5px 0px;}

.messagePage .textMessageBody{max-width:50%;background-color: #e3e3e3;padding:6px 14px;margin:0px;border-radius: 18px;display: inline-block;vertical-align: bottom;text-align: left;font-size: 14px;}

.messagePage.msg_img .textMessageBody{background-color: transparent !important;padding: 0px 0px;}
.messageUser.msg_img .textMessageBody{background-color: transparent !important;padding: 0px 0px;}

.messagePage.msg_card_share .textMessageBody{background-color: transparent !important;padding: 0px 0px;}
.messageUser.msg_card_share .textMessageBody{background-color: transparent !important;padding: 0px 0px;}

.messagePage.msg_text_button .textMessageBody{background-color: transparent !important;padding: 0px 0px;}
.messageUser.msg_text_button .textMessageBody{background-color: transparent !important;padding: 0px 0px;}

.messagePage.msg_sticker .textMessageBody{background-color: transparent !important;padding: 0px 0px;}
.messageUser.msg_sticker .textMessageBody{background-color: transparent !important;padding: 0px 0px;}

.textButtonChatPreview{}
.textButtonChatPreview .textBody{background-color: #e3e3e3;padding:6px 14px;margin:5px 0px 0px 0px;border-radius: 18px 18px 0px 0px;display: inline-block;font-size: 14px;}
.textButtonChatPreview .textButtonChat{text-align: center;padding:10px;border:1px solid #d3d3d3;border-top:0px;color:#0084ff;font-size: 14px;border-radius: 0px 0px 18px 18px;}


.messageUser .picMessage{float:left;margin:5px 10px 0px 0px;}
.messagePage .picMessage{margin:0px 5px 0px 10px;vertical-align: bottom;}

.be-aside-header{padding:15px 25px;}

.boxChatBody{position: fixed;
    top: 0;
    left: 230px;
    right: 0px;
    margin-top: 61px;
    height: 100%;
    padding-bottom: 61px;}
    
.boxRightChat{height:calc(100% - 108px);}

.be-aside-header-title.chatNameUser{font-size: 14px;margin-top:2px;display: inline-block;padding:10px 13px;}

.chatTextLogoProdile{width: 34px;position: absolute;left: 13px;top:13px;}

.be-aside-header.contChatBar{padding:0px;height: 48px;}
.actionsChat{float:right;}
.textMessagesUser{height: 100%;display: table;width: 100%;}

.doneBtnChat{border:0px;color:#5cc200;height: 48px;padding:0px 25px;font-size: 16px;border-left:1px solid #e3e3e3;}
.doneBtnChat:hover{background-color:#5cc200;color:#ffffff;}
.doneBtnChat .icon{font-weight: bold;font-size: 20px}

.actionsTextSend{position: absolute;right: 0px;top:0px;bottom:0px;}
.listChatOptions{list-style: none;padding:10px;}

.listChatOptions li{padding:10px 20px;display: inline-block;font-weight: bold;font-size: 16px}

.cardPreview{width:65%;border:1px solid #d3d3d3;overflow: hidden;border-radius: 15px}
.cardPImg img{width:100%;}
.cardPTitle{padding:10px 10px 4px 10px;font-weight: bold;text-transform: uppercase;font-size: 17px;}
.cardPDesc{padding:0px 10px 10px 10px;font-weight: normal;color:rgba(0, 0, 0, .40);font-size: 15px;}
.cardPBtn1,.cardPBtn2,.cardPBtn3{text-align: center;padding:10px;border-top:1px solid #d3d3d3;color:#0084ff;font-size: 15px;}


.cardChatPreview{width:100%;border:1px solid #d3d3d3;overflow: hidden;border-radius: 15px}
.cardChatPreview .cardPImg img{width:100%;}
.cardChatPreview .cardPTitle{padding:10px 10px 4px 10px;font-weight: bold;text-transform: uppercase;font-size: 16px;}
.cardChatPreview .cardPDesc{padding:0px 10px 10px 10px;font-weight: normal;color:rgba(0, 0, 0, .40);font-size: 14px;}
.cardChatPreview .cardPBtn1, .cardChatPreview .cardPBtn2, .cardChatPreview .cardPBtn3{text-align: center;padding:10px;border-top:1px solid #d3d3d3;color:#0084ff;font-size: 14px;}


.haveComm{font-weight: 700;}
.noHave{opacity:0.4;}

.BrandHeaderFilter{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}


.nameTrackerBrand{
	display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.badgeCountry{
	
}

/* Script */

.preview_script{max-width: 100%;background-color: #f6f6f6;border:1px solid #bbbbbb;border-radius: 6px;margin-bottom: 20px;word-break: break-all;}
.preview_script pre{padding: 15px;border-radius: 6px;margin:0px;}
.script_infos{padding-bottom: 15px;font-style: italic;}


@media screen and (max-width: 1300px) {
	.listBlocks{
		display: grid;
		flex-direction: row;
		column-gap: 15px;
	    grid-template-columns: repeat(4, minmax(0, 1fr));
	    row-gap: 10px;
	}
}


@media screen and (max-width: 1000px) {

	.messageUser .textMessageBody{max-width:70%;float:left;background-color: #0084ff;margin:5px 0px;border-radius: 18px;color:#ffffff;display: inline-block}
	
	.messagePage .textMessageBody{max-width:70%;float:right;background-color: #e3e3e3;margin:5px 0px;border-radius: 18px;display: inline-block}

}

@media screen and (max-width: 767px) {
	.boxChatBody{left:0px;top:60px;margin-top:105px;}
	.page-aside,.be-left-sidebar{z-index: 1000;position: relative;}
	.be-fixed-sidebar .be-left-sidebar{position: relative}
	.boxRightChat {
	    height: calc(100% - 198px);
	}
	.listBlocks{
		display: grid;
		flex-direction: row;
		column-gap: 15px;
	    grid-template-columns: repeat(2, minmax(0, 1fr));
	    row-gap: 10px;
	}
	.page-head{
		padding:18px 15px 10px;
	}
		
	#reportstaketable_wrapper .row.be-datatable-header{
	    display: flex;
	    row-gap: 1rem;
	    flex-direction: column;
	}
	.BrandHeaderFilter{
	    flex-direction: column;
	    row-gap:1rem;
		padding:10px 15px 5px 15px;
	}
	.BrandHeaderFilter h2{
	    font-size:20px;
	}
	.infosBrandHeader{
	    flex-direction: column;
	    gap: 1rem;
	}
	.listBlocks.block6{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.listBlocks.block4{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.hideSmall a small{
		display: none;
	}
}

@media screen and (max-width: 510px) {
	.tableStatsPointsOver{font-size: 12px;}
	.tabStats{padding:2px;}
	.table-responsive tbody > tr > td{padding:6px !important;}
	.table-responsive tbody > tr > td > i{font-size: 7px !important;}
}