
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none;
}

body {
	text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
	box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
	background-image: url('../images/background.png');
	background-blend-mode: overlay;
	background-size: cover;
}

.cover-container {
  max-width: 80em;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

.header-content{
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo{
	background: url(../images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    height: 50px;
    width: 220px;
}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

main.forms,
main.formdata .data,
div.logged{
	background-color: rgb(0 134 223 / 20%) !important;
}

main.forms h1{
	border-bottom: 3px solid #00060e;
    display: inline-block;
}

main.formdata{
	display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

main.formdata .data{
	width: 100%;
    max-width: 500px;
}

#umenu .active{
	color: #fff;
    background-color: rgb(0 134 223 / 80%) !important;
}

.btn-toggle {
	display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    border: 0;
    text-shadow: none;
    border-radius: 0px 5px 0px 5px !important;
    padding-left: 15px;
}

.btn-toggle:hover,
.btn-toggle:focus {
	color: #fff;
	background-color: rgb(0 134 223 / 20%) !important;
}

.btn-toggle:hover::before,
.btn-toggle:focus::before {
  filter: invert(1); 
}

button.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #d2f4ea;
}

.scrollarea {
  overflow-y: auto;
}

.g-recaptcha {
	display: inline-block;
}

.fw-semibold { font-weight: 600; }
.lh-tight { line-height: 1.25; }

.main{
	height: auto;
}

.content{
	background: rgba(0, 134, 223, 0.2) !important;
}

.tbg-success{
	background: #198754 !important;
}

.tbg-danger{
	background: #dc3545 !important;
}

.tbg-warning{
	background: #ffc107 !important;
}

.tbg-primary{
	background: #0d6efd !important;
}

.tbl{
	background: #001e36bf;
    padding: 10px;
    border-radius: 5px;
}

.dt-processing{
	background-color: #00233e !important;
    border: 1px solid !important;
}

.table-striped>tbody>tr:nth-of-type(odd){
    color: #fff;
}

.iconMenu{
	margin-right: 5px;
}

.content{
	overflow-y: auto;
}


.content.data:has(#pageContent.d-none){
	font-size: 3em;
}

.content.data:has(#pageContent.d-none)::before{
	content: "Carregando";
    display: block;
}

.content.data:has(#pageContent.d-none)::after{
	content: "\f2f1";
    content: ""\f2f1\f2f1"";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	animation-name: fa-spin;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	animation-delay: 0s;
    animation-direction: normal;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.support{
	overflow: hidden;
}

.support-ticket{
	text-align: left;
	border: 1px solid #070e12;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 50%);
    background: #001e35;
	cursor: pointer;
}

.support-ticket.unread{
	background: #033d69;
}

.support-ticket .iconTicket{
	font-size: 2rem;
    padding: 1rem 0 1rem 1rem;
}

.support-ticket .iconTicket.open{
	color: #00da00;
}

.support-ticket .iconTicket.closed{
	color: #8c8c7f;
}

.support-ticket .bodyTicket{
	display: inline-flex;
    align-items: flex-end;
    justify-content: space-between;
}

#addTicket .support-ticket .bodyTicket{
    justify-content: flex-start;
    align-items: center;
}

.support-ticket .contentTicket{
	display: flex;
    align-items: center;
}

.support-ticket .lastMessage{
	color: #8c8c8c;
}

.support-ticket .dateTicket{
	font-size: 65%;
    padding: 10px 15px;
    color: #ccc;
}

#imageViewer,
#videoViewer {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


.chatTicket{
	height: 100%;
	border-right: 10px solid #04121f;
    border-left: 10px solid #04121f;
}

.chatTicket #chatTitle{
	text-align: left;
}

.chatTicket #chatHeader{
	background-color: #04121f;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.chatTicket #chatHeader .menuChat{
	padding: 10px;
	color: #fff;
}

.chatTicket .footerTicket{
	background-color: #04121f;
	display: flex;
	align-items: flex-end;
    padding: .5rem 0;
}

.chatTicket .footerTicket textarea{
	transition: height 0.2s ease;
	overflow: auto;
	resize: none;
	margin: 0 5px;
}

.chatTicket #mediaViewer,
.chatTicket #closedTicket{
	background: #04121f;
    padding: 10px 5px 0px 5px;
    overflow-x: auto;
    white-space: nowrap;
}

.chatTicket #mediaViewer .mediaAttach {
	position: relative;
    width: 100px;
    height: 100px;
    border: 2px solid #00d7c3;
    overflow: hidden;
	margin-right: 5px;
	display: inline-block;
}

.chatTicket #bodyChatTicket .mediaAttach {
	position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
	display: inline-block;
}

.chatTicket #mediaViewer .mediaAttach .removeThumb{
	position: absolute;
    right: 5px;
    top: 0;
    cursor: pointer;
	text-shadow: 0px 0px 2px #000000;
}

.chatTicket #mediaViewer .mediaAttach .viewThumb{
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
	font-size: 3.5rem;
}

.chatTicket #bodyChatTicket .mediaAttach .viewThumb{
	font-size: 3rem;
}

.chatTicket #bodyChatTicket .download{
	cursor: pointer;
}

.chatTicket #bodyChatTicket .download .mcontent{
	background-size: cover !important;
}

.mediaAttach .thumbName{
	position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
}

.mediaAttach .thumbName .scrollName{
	text-shadow: 0px 0px 2px #000000;
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	
	-moz-animation-name: scrollToLeft;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	
	-webkit-animation-name: scrollToLeft;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	
	animation-name: scrollToLeft;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	
}

.chatTicket .chatBox{
	height: 100%;
    overflow-y: auto;
}

.chatTicket #bodyChatTicket{
	display: flex;
    flex-direction: column;
    overflow: auto;
}

.chatTicket #bodyChatTicket .message{
	display: flex;
	overflow: hidden;
}

.chatTicket #bodyChatTicket .message.right{
	justify-content: flex-end;
}

.chatTicket #bodyChatTicket .message.left{
	justify-content: flex-start;
}

.chatTicket #bodyChatTicket .message .messageContent{
	display: inline-block;
	min-width: 100px;
}

.chatTicket #bodyChatTicket .message.right .messageContent{
	text-align: right;
	border-radius: 10px 10px 0 10px;
	background: #007de2;
}

.chatTicket #bodyChatTicket .message .download .mcontent{
	text-align: center;
	border-radius: 10px 10px 0 0;
}

.chatTicket #bodyChatTicket .message.left .messageContent{
	text-align: left;
	border-radius: 10px 10px 10px 0;
	background: #02a086;
}

.chatTicket #bodyChatTicket .message .messageContent > .mcontent{
	padding: 10px;
}

.chatTicket #bodyChatTicket .message .messageContent .messageTime{
	font-size: 70%;
    border-top: 1px solid #04121f;
}

.chatTicket #bodyChatTicket .message.right .messageContent .messageTime{
	text-align: right;
    padding: 0 5px 3px 0;
}

.chatTicket #bodyChatTicket .message.left .messageContent .messageTime{
    text-align: left;
    padding: 0 0 3px 5px;
}

.writing {
    width: 70px;
    height: 27px;
    padding: 10px;
	margin: 15px;
    background: rgb(2 160 134);
    -webkit-border-radius: 20px 20px 20px 0;
    -moz-border-radius: 20px 20px 20px 0;
    border-radius: 20px 20px 20px 0;
}

.writing-dot {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background: white;
  
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  
    opacity: 0;
  
    -webkit-animation: loadingFade 1.5s infinite;
    -moz-animation: loadingFade 1.5s infinite;
    animation: loadingFade 1.5s infinite;
}

.writing-dot:nth-child(1) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
}

.writing-dot:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.writing-dot:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#viewDoc1{
	background-image: url('../images/ID-1.png');
}

#viewDoc2{
	background-image: url('../images/ID-2.png');
}

.docs{
	aspect-ratio: 16 / 11;
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.docsUpload{
	cursor: pointer;
}

.btnoptions{
	display: flex;
    flex-direction: column;
    justify-content: center;
    aspect-ratio: 1 / 1;
	max-width: 215px;
}

.option{
	font-size: 1.5rem;
	color: #fff;
	width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#walletLibrex{
    background-color: #00aed1;
    border-color: #00dfc0;
}

#addressBitcoin{
    background-color: #f79413;
    border-color: #7d4d0e;
}

#privateKey{
    background-color: #57aa14;
    border-color: #3a6f0f;
}

#recognitionContainer{ 
	position: relative;
}

#recognitionOverlay,
#recognitionHighlight { 
	position: absolute; 
	top: 0; 
	left: 0;
}

img.captured{ 
	display: block; 
	margin: 10px auto; 
	border: 3px solid green; 
	max-width: 100%; 
}


#docMask svg {
  max-width: 100%;
  max-height: 100%;
}

#docMask,
#faceMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
	overflow: hidden;
}

#maskOval {
	position: absolute;
    border: 5px dashed;
    border-radius: 50%;
    width: 30%;
    height: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
	box-shadow: 0 0 0 9999px rgb(255 255 255);
}

#maskOval.expanded {
	width: 50%;
    height: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



@media (max-width: 768px){ /*Para larguras menores que 768px*/
	
	.dt-length > label{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
	}
	
	.dtr-data{
		display: block !important;
	}
	
	.dt-paging{
		font-size: 50%;
	}
	
	.def-link{
		width: 100% !important;
		border-radius: 5px 5px 0px 0 !important;
		margin: 0px !important;
	}
	
	.cust-link{
		width: 100% !important;
		border-radius: 0 !important;
		text-align: center;
		margin: 0px !important;
	}
	
	.btn-link1{
		width: 50% !important;
		border-radius: 0px 0px 0px 5px !important;
		margin: 0px !important;
	}
	.btn-link2{
		width: 50% !important;
		border-radius: 0px 0px 5px 0px !important;
		margin: 0px !important;
	}
	
	.support{
		min-height: calc(100vh - 230px);
	}
	
	.chatTicket .chatBox {
		height: 100vh;
	}
	
	.support-ticket .dateTicket{
		width: 100%;
		text-align: right;
	}
	
	.support-ticket .bodyTicket{
		flex-wrap: wrap;
	}
	
}


@media (min-width: 768px){ /*Para larguras maiores que 768px*/
	
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
	.content {
        width: 100%;
    }
	.sidebar {
        width: 315px;
		background: rgba(0, 134, 223, 0.2) !important;
		border-radius: 5px;
    }
	.main{
		height: 100%;
	}
	.h-md-100{
		height: 100vh;
	}
	
	#pageContent.row:has(.support){
		height: 100%;
	}
	
	.support{
		height: calc(100% - 40px);
	}
	
}

@-webkit-keyframes loadingFade {
    0% {
		opacity: 0; 
	}
    50% {
		opacity: 0.8; 
	}
    100% {
		opacity: 0; 
	}
}

@-moz-keyframes loadingFade {
    0% {
		opacity: 0; 
	}
    50% { 
		opacity: 0.8; 
	}
    100% {
		opacity: 0; 
	}
}

@keyframes loadingFade {
    0% {
		opacity: 0; 
	}
    50% {
		opacity: 0.8; 
	}
    100% {
		opacity: 0; 
	}
}

@-moz-keyframes scrollToLeft {
  from {
	  -moz-transform: translateX(100px); 
  }
  to {
	  -moz-transform: translateX(-100%); 
  }
}

@-webkit-keyframes scrollToLeft {
  from {
	  -webkit-transform: translateX(100px); 
  }
  to {
	  -webkit-transform: translateX(-100%); 
  }
}

@keyframes scrollToLeft {
  from {
    -moz-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}