body {
    font-family: 'Open Sans'
}

.custom-card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    height: 350px;
    margin: 4px !important;
    overflow: auto;
    width: 48% !important;
}

@media (max-width: 768px) {
    .custom-card {
        width: 100% !important;
    }
}

.detailsCard {
    margin-bottom: 60px;
}
#backgroundBody, body {
    background: #d0ccd147;
 height:100% !important;
}
.toast-success {
    background-color: #22c55e !important;
}

.toast-error {
    background-color: #bd362f !important;
}
.hide{
    display:none;
}

.form-control:focus,.form-select:focus {
    border-color: #4B0082 !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(75, 0, 130, 0.5) !important;
}

.form-control:disabled, .form-control:read-only ,.form-select:disabled, .form-select:read-only {
    background-color: #fdfdfd !important;
    opacity: 1;
}

.iti {
    position: relative;
    display: block !important;
}


#myIframe {
    width: 100%;
    height: 280mm;
}

/*self invoice section styling*/
.custom-margin {
    margin-top: 2rem;
}
/*
            table {
                width: fit-content !important;
            }*/

#optionalItems tr {
    border-bottom: 1px solid #ccc;
}

#optionalItems td {
    padding: 5px;
}
/*
#invoice-container {
    display: none;
    border: 1px solid #ccc;
    padding: 20px;
    margin: 20px auto;
    width: 600px;
}

#invoice-container {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
}

    #invoice-container h2 {
        color: #333;
        text-align: center;
    }
*/
#invoiceItems {
    background-color: #fff;
}

    #invoiceItems thead tr th {
        color: #fff;
    }

    #invoiceItems thead {
        background-color: #333;
        color: #fff;
    }

    #invoiceItems tbody tr:nth-child(odd) {
        background-color: #f9f9f9;
    }

    #invoiceItems tbody tr:nth-child(even) {
        background-color: #fff;
    }

#invoiceTotal {
    background-color: #333;
    color: #fff;
    font-weight: 600;
}


/*new design styling*/
.page {
    background-color: white;
    height: 550px;
    overflow-y: auto;
    padding: 10mm 3mm;
    margin: 0 auto;
    border: 1px solid #8a8383;
    border-radius: 5px;
}

.fontSmall {
    font-size: small;
}

.tableStud table {
    border-collapse: collapse;
    width: 100%;
    border: 2px solid black;
}

    .tableStud table th, .tableStud table td {
        font-size: small;
        padding-left: 5px;
        padding-top: 5px;
        text-align: left;
    }

    .tableStud table th {
        border-bottom: 2px solid black;
    }

.underline {
    text-underline-offset: 0.1em;
    border-bottom: 1px dashed #000;
    text-decoration: none;
    width: 100%;
}

.titleColor {
    color: rgb(128, 0, 0);
}

.title {
    margin-top: 30px;
    margin-left: 30px;
}

#img {
    width: 116px;
    height: 116px;
    margin-top: -12px;
    margin-left: -5px;
    object-fit: contain;
}

main {
    margin-top: 15px;
}


/*multi step form section styling*/
.step-navigation {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    min-height: 100%;
    padding: 1px;
}

    .step-navigation ul {
        list-style: none;
        padding: 0;
        border-radius: 3px;
    }

    .step-navigation li {
        padding: 10px;
        cursor: pointer;
    }

        .step-navigation li.active {
            background-color: #007bff;
            color: #fff;
        }

.form-container {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.form-step {
    height: 550px;
    overflow-y: auto;
}

    .form-step h3 {
        margin-bottom: 20px;
    }

.buttons {
    margin-top: 20px;
}

button {
    padding: 8px 16px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    button.prev-btn {
        background-color: #ccc;
        margin-right: 10px;
    }

    button.next-btn {
        float: right;
    }

    button:hover {
        background-color: #0056b3;
    }

.rdbOptions label {
    margin-right: 10px;
}

button.removeNominee {
    background-color: #b70202;
}

    button.removeNominee:hover {
        background-color: #e45f5f;
    }