
.box-codeboleto {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0px 5px;
}

.btn-download {
    width: 138px;
    font-size: 12px;
    height: 42px;
}

.btn-copy {
    background-color: #AAADB1;
    border-radius: 3px;
    font-size: 12px;
    height: 42px;

   
}

.btn-copy svg {
    fill: black;

}

.teste-blur {
    filter: blur(2px);
}

.input-code {
    height: 42px; 
    width:450px; 
    font-size: 12px
}

.input-code-pix {
    height: 42px; 
    width:550px; 
    font-size: 12px
}

.canvachild {
    /* Centralizar na vertical */
    position: absolute;
    top: 50%;
  }


.blurry-text {
    color: transparent;
    text-shadow: 0 0 4px rgba(66, 65, 65, 0.5);
 }



 .table-backoffice table, thead, th{
    
    padding:0px;
    font-size:10px;
    
}

.table-backoffice tbody, tr, td {
    font-size:10px;
}

.font-check {
    font-size: 16px;
    color: greenyellow;
}

.font-cancel {
    font-size: 16px;
    color: firebrick;
}

.font-clock {
    font-size: 16px;
    color: gold;
}
.font-start {
    font-size: 16px;
    color: rgb(54, 56, 56);
}


.btn-sm-2 {
    padding: 0.2rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 2.5px;
}


.btn-small-link  {
	background-color:transparent;
	display:inline-block;
	cursor:pointer;
	color:#3CBA58;
	font-size:10px;
    font-weight: bold;
	padding:0px 0px;
	border: 0px;
}
.btn-small-link:hover {
	background-color:transparent;
    color:#309346;
}
.btn-small-link.text-danger:hover {
    color: #e04641 !important;
}
.btn-small-link:active {
	position:relative;
	top:1px;
}

.btn-small-link:disabled  {
	background-color:transparent;
    color:#6c757d;
    cursor:default;
}

.tag-promocode {
    font-size: 8px;
    font-weight: bold;
    color: rgb(54, 56, 56);
}

.list-style-none {
    list-style: none;
}

.border-danger {
    border: 1px solid var(--danger);
}

.badge-sm {
    font-size: 0.52rem;
    font-weight: bold;
}

.badge-danger-light {
    background-color: var(--danger-light);
    color: #1A1A1A;
}

.badge-blue-light {
    background-color: var(--blue-light);
    color: #1A1A1A;
}

:root {
    --danger-light: #ff9d99;
    --blue-light: #97c9fe;
}
