@import url(https://fonts.googleapis.com/css2?family=Poppins);

/*styles da página*/

.container-donate{
    width: 100%;
    background: #fff;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    color: black;
}

.item-box{
    border: 2px solid black;
    text-align: center;
    font-size: 15px;
    color: white;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 15px;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    background-color: #007bff;
    word-wrap: break-word;
}

.item-box-2{
    border: 2px solid black;
    text-align: center;
    font-size: 15px;
    color: white;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 15px;
    font-weight: 500;
    width: 100%;
    background-color: #007bff;
    word-wrap: break-word;
}

.item-box:hover{
    background: #03a9f4;
    color: #FFF;
}



/*modal-box*/

#modalfundo{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    opacity: 1;
    background: rgba(77,77,77,0.7);
    transition: all 0.4s;
    z-index: 10001;
    display: none;
}



/*spinner*/

.spinner{
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 8px solid rgba(0, 0, 0, .1);
    border-left-color: #22a6b3;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: none;
}

@keyframes spin{
    to { transform: rotate(360deg); }
}

.active-spinner{
    animation: spin 1s linear infinite;
    display: block;
    z-index: 10002;
}

#img-qrcode{
    width: 210px;
    height: 210px;
    margin: 0 auto;
}

#img-qrcode img{
    width: 100%;
    height: 100%;
}

.pix-qrcode{
    margin-top: 20px;
}

#copia-cola{
    float: left;
    margin-top: 5px;
    width: 90%;
}

#btn-copiar{
    float: left;
}

#btn-copiar img {
    width: 35px;
    height: 35px;
}

#qrcode-modal-body p {
    font-size: 18px;
    text-align:center;
}

#pix-pago-title {
    font-size: 18px;
    text-align: center;
}

#img-pix-pago{
    width: 180px;
    height: 180px;
    margin: 0 auto;
}

#img-pix-pago img{
    width: 100%;
    height: 100%;
}

#pix-pago-text {
    text-align: center;
}
