﻿.error {
    color: red;
}

.checkboxlist-inline tr, .radiobuttonlist-inline tr {
    display: inline-block;
    align-items: center;
    padding-left: 0;
    position: relative;
    margin-bottom: 0px;
}

.checkboxlist-inline tr, .radiobuttonlist-inline2 tr {
    display: inline-block;
    align-items: center;
    padding-left: 0;
    position: relative;
    margin-bottom: 0px;
}

@media only screen and (min-width: 992px) {

    .checkboxlist-inline tr, .radiobuttonlist-inline tr {
        width: 100%;
    }

    .checkboxlist-inline tr, .radiobuttonlist-inline2 tr {
        width: 50%;
    }
}

@media only screen and (min-width: 1200px) {
    .checkboxlist-inline tr, .radiobuttonlist-inline tr {
        width: 100%;
    }

    .checkboxlist-inline tr, .radiobuttonlist-inline2 tr {
        width: 50%;
    }
}


.checkboxlist-inline tr input, .radiobuttonlist-inline tr input {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    float: left;
    position: absolute;
    left: 10px;
    margin: 10px !important;
}

.checkboxlist-inline tr input, .radiobuttonlist-inline2 tr input {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    float: left;
    position: absolute;
    left: 10px;
    margin: 10px !important;
}



.checkboxlist-inline tr label, .radiobuttonlist-inline tr label {
    width: 100%;
    margin-bottom: 0;
    vertical-align: middle;
    /*  padding-top: 5px;*/
    padding-right: 5px;
    /* margin-top:7px;*/
}

.checkboxlist-inline tr label, .radiobuttonlist-inline2 tr label {
    width: 100%;
    margin-bottom: 0;
    vertical-align: middle;
    /*  padding-top: 5px;*/
    padding-right: 5px;
    /* margin-top:7px;*/
}

.ui:hover {
    background-color: blue;
    cursor: pointer;
    color: white;
}

.ui {
    text-align: center;
    border: 2px solid blue;
    font-size: 1rem;
    font-weight: 700;
    padding: 5px;
}



td {
    width: 1000px;
}

.imgiconbank {
    float: right;
    height: 32px;
    width: 32px;
    padding: 4px;
    border-radius: 100%;
    border: 1px solid #D9E2E7;
    background-color: white;
    margin-left: 7px;
}


.panel-body2 {
    border-radius: 12px;
    padding: 15px;
    background: linear-gradient(135deg, #f0f8ff, #e6f0ff);
    border: 1px solid #0075ff;
    box-shadow: 0 4px 12px rgba(0, 117, 255, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
}

    .panel-body2:hover {
        transform: translateY(-4px);
        box-shadow: 0 6px 16px rgba(0, 117, 255, 0.3);
    }

.lbl1 {
    font-size: 16px;
    font-weight: bold;
    color: #0075ff;
    margin-right: 10px;
}

.percentage {
    font-size: 14px;
    font-weight: 600;
    color: #28a745;
    background: #e9f7ef;
    padding: 4px 8px;
    border-radius: 6px;
}

.finalAmount {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    background: #f9f9f9;
    padding: 4px 10px;
    border-radius: 6px;
    border: 1px dashed #ccc;
}

.imgiconbank {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 8px;
    background: #fff;
    padding: 4px;
    border: 1px solid #ddd;
}