﻿.card {
    border-radius: 16px;
}

label {
    font-size: 1.1rem;
}

.form-control-lg {
    font-size: 1.15rem;
    height: calc(1.5em + 1.5rem + 2px);
}

.btn-lg {
    font-size: 1.25rem;
    letter-spacing: 0.5px;
}


.btn-gradient {
    background: linear-gradient(135deg, #0062ff, #00c6ff);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.25rem;
    padding: 14px 0;
    box-shadow: 0 8px 20px rgba(0, 98, 255, 0.35);
    transition: all 0.3s ease;
}

    .btn-gradient:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 30px rgba(0, 98, 255, 0.45);
        color: #fff;
    }

    .btn-gradient:active {
        transform: scale(0.98);
    }



.voucher {
 /*   border: solid 3px #1b1e7b;*/
    border-radius: 1rem;
    margin-top:20px;
}

.voucher-container {
    padding: 30px;
}

/*.div-center {
    margin-bottom: -12px;
    text-align: center;
    font-size: 14px;
}

.div-total {
    margin-bottom: -27px;
    font-size: 14px;
}

.hr-voucher {
    margin-top: 6px;
    margin-bottom: 3px;
}*/
/*
.bold{
    font-weight:bold;
}
   * /
/*.table{
    font-size:13px !important;
}*/
/*
.pl-15{
    padding-left:15px;
}*/

/*.text-select {
    border: solid 2px red !important;
    border-radius: 8px;
    padding-right: 5px;
    padding-left: 5px;
    font-weight: bold;
}

.tr-text {
    padding-left: 10px !important;
    text-align:left !important;
}

.tr-amount {
    padding-right: 10px !important;
    text-align: right !important;
}
*/
/*.w60{
    width:60% !important;
}*/

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .voucher {
        margin: 20px;
    }
}


@media only screen and (max-width : 600px) {
    .voucher {
        margin: 20px;
    }
/*    .tr-text {
        padding-left: 20px !important;
    }
    .tr-amount {
        padding-right: 15px !important;
    }*/
}




/*+++++++++++++++++++++Voucher++++++++++++++++++++++++++++++++++++*/



.voucher-header {
    font-size: 0.9rem;
    line-height: 1.2;
}

.company-name {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 4px;
}

.voucher-line {
    margin: 2px 0;
}

.voucher-hr {
    margin: 8px 0;
}

.doc-type {
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.doc-number {
    font-weight: 600;
}

.voucher-datetime {
    font-size: 0.85rem;
}

.voucher-small {
    font-size: 0.75rem;
    color: #6c757d;
    margin-bottom: -6px;
}

.voucher-value {
    font-weight: 600;
}

.voucher-highlight {
    border: 2px solid #007bff;
    border-radius: 6px;
    padding: 4px;
    background: rgba(0, 123, 255, 0.05);
    transition: all 0.2s ease;
}
