@import "./v-1-1-14-25__colors.css";

.receive_page{
    z-index: 15;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--backgound-color);
    transform: translateX(-100%);
    display: none;
    flex-direction: column;
}

.back_to_main_page{
    z-index: 21;
    position: absolute;
    top: 15px;
    left: 10px;
    width: 18px;
    height: 25px;
    background-color: rgba(25, 97, 159, 0);
    border: none;
    transform: rotate(180deg);
}
.arrow {
    transform: rotate(45deg);
	position: absolute;
	top: 4px;
    left: -5px;
	width: 13px;
	height: 13px;
	background: transparent;
	border-top: 3px solid var(--primary-color);
	border-right: 3px solid var(--primary-color);
	transition: all 300ms ease;
}
.arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%,-60%) rotate(45deg);
    width: 200%;
    height: 200%;
    border: none;
}

.receive_page_main_container{
    width: 100%;
    height: 100%;
    min-height: fit-content;
    display: flex;
    flex-direction: column;
    position: relative;
}

.receive_top_div{
    width: 100%;
    min-height: 60px;
    height: 60px;
    position: relative;
}

.receive_middle_div{
    width: 100%;
    min-height: fit-content;
    /*height: calc(100% - 60px - 50px);*/
    height: calc(100%);
    display: flex;
    flex-direction: column;
}

.receive_bottom_div{
    width: 100%;
    height: 20px;
    min-height: 20px;
}

.receive_title{
    z-index: 21;
    position: absolute;
    text-align: center;
    color: var(--receive-title-color);
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 25px;
    margin: 0;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
}

.container_inner_cover{
    z-index: 18;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    border-radius: 0 0 10px 10px !important;
}

.qr-code{
    z-index: 17;
    text-align: center;
    position: relative;
    height: 70px;
    min-height: fit-content;
    width: 356px;
    max-width: calc(90% - 40px);
    margin: auto;
    padding: 3px 20px 10px 20px;
    background-color: white;
    border-radius: 0 0 10px 10px;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden !important;
}

#qr1{
    z-index: 17;
    transform: scale(1.09);
}

.qr-code img{
    padding: 0;
    margin: 0;
    width: 352px;
    height: unset;
    max-height: 352px;
    max-width: 100%;
    transition: .2s;
}

.qr-code_text_hidden{
    max-height: 0;
    opacity: 0;
}

.qr-code_text{
    padding: 0;
    max-width: 100%;
    margin-top: 0;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    min-height: 20px;
    max-height: 20px;
    color: black;
    word-wrap: break-word;
    word-break: break-all;
    overflow-y: hidden;
}

.receive_page_button_container,.custom_amount_btn_container, .switch_invoice_type_container{
    display: flex;
    background-color: var(--receive-button-container-color);
    width: min(396px, 90%);
    min-height: 40px;
    height: 40px;
    margin: auto;
    margin-top: 10px;
    padding: 0;
    overflow: hidden;
}

.switch_invoice_type_container{
    z-index: 17;
    margin-top: 0;
    background-color: white;
    border-radius: 10px 10px 0 0;
    height: 30px;
    margin-bottom: 0;
}

.switch_invoice_type_container button{
    line-height: 24px;
    width: 100%;
    margin: auto;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    background-color: var(--set-invoice-type-button-background-color);
    color: var(--set-invoice-type-button-text-color);
    border: none;
    transition: .3s;
    font-size: 18px;
    padding: 0;
    padding-top: 5px;
}

.custom_amount_btn_container{
    z-index: 16;
    margin-top: auto;
    margin-bottom: 10px;
}

.first_btn_container,.second_btn_container{
    text-align: center;
    display: flex;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 50%;
    word-break: break-all;
}

.first_btn_container button, .second_btn_container button, .custom_amount_btn{
    display: block;
    border-radius: 10px;
    border: none;
    background-color: var(--receive-button-color);
    transition: .2s;
    height: 100%;
    width: 97%;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: var(--button-container-button-color);
    font-size: 20px;
    transition: .2s;
    line-height: 20px;
    text-transform: uppercase;
} 

.custom_amount_btn:disabled, .first_btn_container button:disabled, .second_btn_container button:disabled{
    background-color: var(--receive-button-disabled-color);
}

.switch_invoice_type_container button:disabled{
    color: var(--set-invoice-type-button-disabled-text-color);
}

.custom_amount_btn{
    width: 25%;
    height: 100%;
    margin-left: auto;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.amount_input:focus, .amount_input_eur:focus {
    outline: none;
    border: none;
 }

.input-label, .input-label-eur{
    font-size: 15px;
    padding: 0;
    width: 32px;
    display: inline-block;
    height: 20px;
    color: var(--set-amount-label-color);
    overflow: hidden;
    height: 100%;
    text-align: left;
    line-height: 40px;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
}

.input-label{
    text-align: right;
    padding-right: 2px;
}

.input-label-eur{
    width: 30px;
    padding-left: 1px;
}

.amount_input, .amount_input_eur{
    vertical-align: top;
    display: inline-block;
    height: 100%;
    width: 33%;
    border: none;
    background-color: rgba(250, 235, 215, 0);
    padding: 0;
    margin: 0;
    font-size: 17px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.amount_input_eur{
    text-align: right;
}

.input-group{
    text-align: center;
    overflow: hidden;
    width: 72%;
    margin: 0;
    margin-right: auto;
    border-radius: 10px;
    border: none;
    padding: 0;
    background-color: var(--set-amount-input-background-color);
    position: relative;
}

.first_btn_container button{
    margin-right: auto;
}   

.second_btn_container button{
    margin-left: auto;
}
/*
.setamount_cover{
    opacity: 0;
    z-index: 24;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--set-amount-cover-color);
    display: flex;
    flex-direction: column;
}
*/
.receive_page_icon{
    width: 22px;
    height: 22px;
    vertical-align: -3px;
    margin-right: 5px;
}

.qr-code_text, .qr-code_text_hidden{
    user-select: none;
}

@media (hover) {
    .arrow:hover {
        border-color: white;
      /*  box-shadow: 0.5vmin -0.5vmin 0 white;*/
    }

    .first_btn_container button:hover, .second_btn_container button:hover, .third_btn button:hover, .custom_amount_btn:hover{
        background-color: var(--receive-button-hover-color);
    }

    .custom_amount_btn:disabled:hover, .first_btn_container button:disabled:hover, .second_btn_container button:disabled:hover{
        background-color: var(--receive-button-disabled-color);
    }

    .switch_invoice_type_container button:hover{
        color: var(--set-invoice-type-button-hover-text-color);
    }
    .switch_invoice_type_container button:disabled:hover{
        color: var(--set-invoice-type-button-disabled-text-color);
    }
    .qr-code_text:hover, .qr-code_text_hidden:hover{
        cursor: default;
    }
}

@media only screen and (max-height: 650px) {
    .amount_input, .amount_input_eur{
        width: 27%;
    } 
    .receive_middle_div{
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    } 
    .switch_invoice_type_container button{
        font-size: 15px;
    }
    .custom_amount_btn{
        font-size: 18px;
    }
}

@media only screen and (max-height: 560px) {
    .receive_middle_div{
        max-width: 300px;
    } 
    .switch_invoice_type_container button{
        font-size: 13px;
    }
    .custom_amount_btn{
        font-size: 18px;
    }
}

@media only screen and (min-width: 400px) and (max-height: 560px) {
    .switch_invoice_type_container button{
        font-size: 15px;
    }
    .custom_amount_btn{
        font-size: 14px;
    }
} 
@media only screen and (max-width: 400px) {
    .amount_input, .amount_input_eur{
        width: 30%;
    } 
    .switch_invoice_type_container button{
        font-size: 15px !important;
    }
    .custom_amount_btn{
        font-size: 18px;
    }
} 
@media only screen and (min-width: 340px) and (max-height: 560px){
    .amount_input, .amount_input_eur{
        width: 27%;
    } 
    .custom_amount_btn{
        font-size: 13px;
    }
}
@media only screen and (max-width: 340px) {
    .amount_input, .amount_input_eur{
        width: 27%;
    } 

    .first_btn_container button, .second_btn_container button, .custom_amount_btn{
        font-size: 18px;
    }
    .custom_amount_btn{
        font-size: 16px;
    }
} 

@media only screen and (max-width: 320px) {
    .first_btn_container button, .second_btn_container button, .custom_amount_btn{
        font-size: 15px;
    }
    .custom_amount_btn{
        font-size: 14px;
    }
}

@media only screen and (max-width: 300px) {
    .switch_invoice_type_container button{
        font-size: 14px !important;
    }
} 

@media only screen and (max-width: 285px) {
    .amount_input, .amount_input_eur{
        width: 24%;
    } 
    .custom_amount_btn{
        font-size: 13px;
    }
}

@media only screen and (max-width: 260px) {
    .switch_invoice_type_container button{
        font-size: 12px !important;
    }
} 



