﻿
.highlight123 {
    font-size: large;
    /*color: blue; */ /*Text color */
    /*background-color: blue;*/ /* Background color */
    padding: 2px 5px; /* Optional for better appearance */
    border-radius: 3px; /* Optional for rounded edges */
}
/* Custom file input styling */
.custom-file {
    position: relative;
    display: flex;
    flex-grow: 1;
    align-items: center;
    margin-bottom: 0;
}

.input-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.input-group-append .btn {
    background-color: #14A44D; /*#007bff*/
    color: #fff;
    border: 1px solid #ced4da;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.375rem 1rem;
    height: calc(2.875rem + 7px); /* Match input field height */
    font-size: 1.5rem; /* Increased font size */
    border-radius: 0.25rem;
    transition: background-color 0.15s ease-in-out;
}

    .input-group-append .btn i {
        margin-right: 5px; /* Adds spacing between icon and text */
    }

    .input-group-append .btn:hover {
        background-color: #0056b3;
    }

.custom-file-input_ap {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.875rem + 7px); /* Match input field height */
    margin: 0;
    opacity: 0;
    font-size: 1.5rem; /* Increased font size */
}

.custom-file-label_ap {
    font-size: 1.5rem; /* Increased font size */
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.875rem + 7px); /* Match input field height */
    padding: 0.375rem 0.75rem;
    font-weight: 500;
    line-height: 1.7;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .custom-file-label_ap::after {
        content: "Browse";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(2.875rem + 7px);
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        color: #fff;
        background-color: #007bff;
        border-left: 1px solid #ced4da;
        border-radius: 0 0.25rem 0.25rem 0;
        text-align: center;
        cursor: pointer;
    }

.custom-file-input_ap:focus ~ .custom-file-label_ap {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input_ap:disabled ~ .custom-file-label_ap {
    background-color: #e9ecef;
}

.custom-file-input_dc {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.875rem + 7px); /* Match input field height */
    margin: 0;
    opacity: 0;
    font-size: 1.5rem; /* Increased font size */
}

.custom-file-label_dc {
    font-size: 1.5rem; /* Increased font size */
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.875rem + 7px); /* Match input field height */
    padding: 0.375rem 0.75rem;
    font-weight: 500;
    line-height: 1.7;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .custom-file-label_dc::after {
        content: "Browse";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(2.875rem + 7px);
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        color: #fff;
        background-color: #007bff;
        border-left: 1px solid #ced4da;
        border-radius: 0 0.25rem 0.25rem 0;
        text-align: center;
        cursor: pointer;
    }

.custom-file-input_dc:focus ~ .custom-file-label_dc {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input_dc:disabled ~ .custom-file-label_dc {
    background-color: #e9ecef;
}

.custom-file-input_wa {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.875rem + 7px); /* Match input field height */
    margin: 0;
    opacity: 0;
    font-size: 1.5rem; /* Increased font size */
}

.custom-file-label_wa {
    font-size: 1.5rem; /* Increased font size */
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.875rem + 7px); /* Match input field height */
    padding: 0.375rem 0.75rem;
    font-weight: 500;
    line-height: 1.7;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .custom-file-label_wa::after {
        content: "Browse";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(2.875rem + 7px);
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        color: #fff;
        background-color: #007bff;
        border-left: 1px solid #ced4da;
        border-radius: 0 0.25rem 0.25rem 0;
        text-align: center;
        cursor: pointer;
    }

.custom-file-input_wa:focus ~ .custom-file-label_wa {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input_wa:disabled ~ .custom-file-label_wa {
    background-color: #e9ecef;
}

.label-lg-font-size {
    font-size: 10pt;
    color: black;
}

.label-lg-font-sizeW {
    font-size: 10pt;
    color: Red;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 100%;
    max-height: 250px !important;
    overflow-x: hidden; /* Hide horizontal scrollbar */
    overflow-y: auto; /* Add vertical scrollbar */
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.view-will-btn a {
    color: blue;
}

/*.content{
            height: calc(100vh - 128px);
        }*/
/*.footer{
            position:relative;
            display: inline-block;
            width: 100%;
        }*/


@media screen and (max-width: 767px) {
    .content {
        height: auto
    }
}

.box {
    position: relative; /* Required for absolute positioning of the file input */
    overflow: hidden; /* Prevents overflow of content */
    white-space: nowrap; /* Prevents the text from wrapping to a new line */
}

input[type="file"] {
    width: 100%; /* Ensures the file input takes full width of the parent */
    border: none; /* Removes the default border */
    padding: 0; /* Removes padding */
    background: none; /* Removes background */
}

.file-upload-label {
    display: inline-block; /* Allows the label to be inline */
    overflow: hidden; /* Hides overflow text */
    text-overflow: ellipsis; /* Shows ellipsis for overflow text */
    white-space: nowrap; /* Prevents wrapping */
    max-width: 100%; /* Limits width to the parent container */
}
