﻿/* --SR-- */




/*DATE 04-10-2024 BY SOMADITYA ROY*/

/*LOGO START--------------------------------------*/

/* HTML LOGO START----------*/
.logo-container {
    display: inline-block;
    text-align: center;
    padding: 10px;
    /* background-color: #f1f1f1;*/ /* Adjust as needed */
    /*border-radius: 5px;*/
    /*font-family: Arial, sans-serif;*/
    font-family: Caramella, sans-serif;
    width: fit-content;
}

.logo-title {
    display: flex;
    /*background: linear-gradient(to right, #00a0d0 30%, #002855 70%);*/
    background: linear-gradient(to right, var(--layout-header-color) 50%, var(--layout-footer-color) 50%);
    color: white;
    font-size: 2.5em;
    font-weight: bold;
    /*padding: 10px 0px;*/
    /*border-radius: 5px 5px 0 0;*/
}

.logo-part1 {
    color: white;
    /*background-color: #00a0d0;*/
    background-color: var(--layout-footer-color);
    padding-right: 5px;
    padding-left: 5px;
}

.logo-part2 {
    color: white;
    /* background-color: #002855;*/
    background-color: var(--layout-header-color);
    padding-left: 5px;
    padding-right: 5px;
}

.logo-subtitle {
    font-size: 0.9em;
    color: #5d5d5d;
    background-color: white;
    font-weight: 300;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 50px;*/ /* Set height to ensure text stretching */
    text-align: center;
    overflow: hidden;
    font-family: Tahoma, sans-serif;
}

    .logo-subtitle span {
        display: inline-block;
        transform: scaleX(1.2); /* Adjust this value to stretch the text */
        white-space: nowrap;
    }

.logo-underline {
    background: var(--layout-footer-color);
    color: black;
    padding: 1px 0;
}
/* HTML LOGO END----------*/










/*CUSTOM TRANSPARENT IMAGE LOGO START-----------*/
.logo-content {
    /*padding-top: 5px;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
    position:relative;
    width: 100%;
    height: 100%;*/
    margin-top: 5px;
    width: 170px;
    height: 90px;
    position: relative;
}

.logo-background {
    /*display: flex;
    background: linear-gradient(to right, var(--layout-header-color) 50%, var(--layout-footer-color) 50%);
    color: white;
    font-size: 2.5em;
    font-weight: bold;
    position: relative;*/
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 5px 0px 10px 0px;
}

.logo-bg-left, .logo-bg-right {
    height: 100%;
}

.logo-bg-left {
    width: 47%;
    background-color: var(--layout-footer-color);
}

.logo-bg-right {
    width: 53%;
    background-color: var(--layout-header-color);
}

.logo-src {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    padding: 15px 0px;
    /*object-fit: contain;*/
}
/*CUSTOM TRANSPARENT IMAGE LOGO END-----------*/

/*LOGO END-----------------------*/





/*DATE 30-09-2024 BY SOMADITYA ROY*/

.layout-header {
    background: var(--layout-header-color);
    color: #FFF;
    padding: 8px 0;
    margin-bottom: 25px;
}

    .layout-header ul {
        display: inline;
        list-style: none;
        margin-left: -40px;
    }

        .layout-header ul li {
            display: inline;
            padding: 5px 20px;
            text-align: left;
        }

            .layout-header ul li a {
                color: #FFF;
                text-decoration: none;
            }

                .layout-header ul li a:hover {
                    text-decoration: none;
                    font-weight: 500;
                    color: #f2f2f2;
                }


.layout-footer {
    background: var(--layout-footer-color);
    color: black;
    padding: 12px 0;
    margin-top: 25px;
    border-top: 1px solid #b8b8b8;
    font-size: 14px;
}


.lable-theme {
    color: var(--theme-color);
}
/*DATE 30-09-2024 END*/


select.form-control {
    color: var(--theme-color); /* Default text color */
    border: 1px solid var(--theme-color); /* Border styling */
}

    select.form-control option {
        color: var(--theme-color); /* Text color for options */
    }




/*.sr-button-style {
    border: 1px solid var(--theme-color);
    background-color: #f2f2f2;
    color: var(--theme-color);
    padding: 10px;
    text-decoration: none;
    display: block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    min-width: fit-content;
    white-space: nowrap;
    margin-top: 2px;
    margin-bottom: 2px;
}

    .sr-button-style:hover {
        border: 1px solid #f2f2f2;
        background-color: var(--theme-color);
        color: #f2f2f2;
    }*/


.sr-button-style {
    border: solid 1px var(--theme-color);
    color: var(--theme-color);
    text-decoration: none;
    padding: 5px;
    display: block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    min-width: 10em;
    max-width: fit-content;
    white-space: nowrap;
    margin: 5px;
    border-radius: 20px;
    display: inline-block;
    font-weight: 500;
}

    .sr-button-style:hover {
        /*border: 1px solid #f2f2f2;*/
        background-color: var(--theme-color);
        color: white;
    }



/*.tab-menu {
    vertical-align: top;
    text-align: center;
    padding: 5px 5px;
}

    .tab-menu thead tr th {
        background-color:var(--theme-color);
        color:white;
        text-align:center;
        border: solid 1px white;
        vertical-align:central;
    }

    .tab-menu tbody tr td {
        vertical-align:top;
        text-align:center;*/
/* border-left:solid 1px var(--theme-color);*/

/*}

    .tab-menu tfoot tr th.hr {
        text-align: center;
        vertical-align: central;
    }

.custom-hr {
    width: 100%;*/ /* Full width */
/*height: 2px;*/ /* Line thickness */
/*background-color: var(--theme-color);*/ /* Line color */
/*border-radius: 2px;*/ /* Rounded edges */
/*margin: 20px 0;*/ /* Optional: spacing around the line */
/*}*/




/*Custom alert box start---------------------*/

.custom-alert-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex; /* Keep it hidden by default */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    z-index: 1000;
    pointer-events: none; /* Prevent interaction with the background */
}

.custom-alert-box {
    /* top:50%;
        left:50%; */
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    max-width: 400px;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optional: add a shadow */
    pointer-events: auto; /* Allow interaction with the alert box */
    border: solid 1px var(--theme-color);
}

.custom-alert-button {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: var(--btn-success-color);
    border: none;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

    .custom-alert-button:hover {
        background-color: var(--btn-success-color); /* #0056b3;*/
    }

.no-scroll {
    overflow: hidden; /* Prevent scrolling */
}




/*custom alert box end--------------------*/









.table-menu {
    text-align: left;
}

    .table-menu tbody tr {
        /*border-bottom: 1px solid var(--theme-color);*/
    }

        .table-menu tbody tr th {
            background-color: var(--theme-color);
            color: white;
            text-align: center;
            border: solid 1px white;
            vertical-align: central;
            /*padding:2px 2px;*/
        }

        .table-menu tbody tr td {
            /*vertical-align: top;*/
            /*padding: 5px 5px;*/            
        }


/*.table-menu thead tr th, td {
        font-weight: bold;
    }

    .table-menu tbody tr th, td {
        font-weight:bold;
    }*/


.table-cglosssetoff {
    border: 1px solid var(--theme-color);
}

    .table-cglosssetoff thead tr {
        border: 1px solid var(--theme-color);
        background-color: #CFCFCF;
    }

        .table-cglosssetoff thead tr th {
            border: 1px solid var(--theme-color);
            font-size: 14px;
            text-align: center;
            vertical-align: middle;
            word-wrap: break-word;
        }

    .table-cglosssetoff tbody tr {
        border: 1px solid var(--theme-color);
        min-height: 50px;
    }

        .table-cglosssetoff tbody tr th {
            border: 1px solid var(--theme-color);
            font-size: 14px;
            text-align: center;
            vertical-align: middle;
            word-wrap: break-word;
        }

            .table-cglosssetoff tbody tr th.lebel {
                color: var(--theme-color);
                text-align: center;
                vertical-align: middle;
                word-wrap: break-word;
            }

            .table-cglosssetoff tbody tr th.value {
                color: #000;
                text-align: center;
                vertical-align: middle;
                word-wrap: break-word;
            }

        .table-cglosssetoff tbody tr td {
            border: 1px solid var(--theme-color);
            font-size: 14px;
            text-align: center;
            vertical-align: middle;
            word-wrap: break-word;
        }

            .table-cglosssetoff tbody tr td.empty {
                border: 1px solid var(--theme-color);
                background-color: #C4DEFF;
            }







.table-inputform {
    border: 1px solid var(--theme-color);
}

    .table-inputform thead tr {
        border: 1px solid var(--theme-color);
        background-color: #F5F5F5;
        /*color: aliceblue;*/
        min-height: 25px;
    }

        .table-inputform thead tr th {
            border: 1px solid var(--theme-color);
            /*border-top-color: var(--theme-color);
            border-bottom-color: var(--theme-color);
            border-left-color: #FFF;
            border-right-color: #FFF;*/
            text-align: center;
            /*font-size: 14px;*/
            color: var(--theme-color);
            padding: 5px;
            word-wrap: break-word;
        }

        .table-inputform thead tr td {
            border: 1px solid var(--theme-color); /*var(--theme-color)*/
            ;
            /*font-size: 14px;*/
            /*padding: 0px 5px 0px 7px;*/
            padding: 0;
            text-align: center;
            vertical-align: middle;
            min-height: 25px;
            /*padding: 5px;*/
        }

            .table-inputform thead tr td input {
                width: 100%;
                height: 100%;
                /*border: none;*/
                text-align: center;
                box-sizing: border-box;
                /*padding: 0;*/
                font-weight: bold;
                vertical-align: central;
                padding: 5px;
                border: 1px solid var(--theme-color);
            }

            .table-inputform thead tr td select {
                width: 100%;
                height: 100%;
                border: none;
                text-align: center;
                box-sizing: border-box;
                padding: 0;
                font-weight: bold;
            }



    .table-inputform tbody tr {
        min-height: 25px;
        font-weight: bold;
    }

        .table-inputform tbody tr.readonly-row {
            color: var(--theme-color); /* Set text color for the entire row */
        }

            .table-inputform tbody tr.readonly-row td,
            .table-inputform tbody tr.readonly-row td input,
            .table-inputform tbody tr.readonly-row td select,
            .table-inputform tbody tr.readonly-row td textarea {
                color: inherit; /* Inherit text color from the <tr> */
                background-color: transparent; /* Optional: Ensure background is transparent for inputs */
                /*border: none;*/ /* Optional: Remove borders for a cleaner look */
                pointer-events: none; /* Optional: Disable interaction for inputs */
            }


        .table-inputform tbody tr td {
            border: 1px solid var(--theme-color); /*var(--theme-color)*/
            ;
            /*font-size: 14px;*/
            /*padding: 0px 5px 0px 7px;*/
            padding: 0;
            text-align: center;
            vertical-align: middle;
            min-height: 25px;
            /*padding: 5px;*/
        }

            .table-inputform tbody tr td p {
                border-top: 1px solid var(--theme-color); /*var(--theme-color)*/
                ;
                width: 100%;
                padding: 0px 5px 0px 5px;
                text-align: right;
                display: flex;
                align-items: center;
                justify-content: flex-end;
                /*margin:0px 0px 0px 0px;*/
                margin: 0;
            }

            .table-inputform tbody tr td textarea {
                width: 100%;
                height: 100%;
                border: none;
                text-align: center;
                vertical-align: central;
                box-sizing: border-box;
                padding: 0;
                font-weight: bold;
                resize: none;
            }

            .table-inputform tbody tr td input {
                width: 100%;
                height: 100%;
                border: none;
                text-align: center;
                box-sizing: border-box;
                /*padding: 0;*/
                font-weight: bold;
                vertical-align: central;
                padding: 5px;
            }

            .table-inputform tbody tr td select {
                width: 100%;
                height: 100%;
                border: none;
                text-align: center;
                box-sizing: border-box;
                padding: 0;
                font-weight: bold;
            }

            .table-inputform tbody tr td.empty-cell {
                background-color: var(--theme-color);
                opacity: 0.35;
            }






.table-summary {
    border: 1px solid var(--theme-color);
}

    .table-summary thead tr {
        border: 1px solid var(--theme-color);
        background-color: var(--theme-color);
        color: aliceblue;
        min-height: 50px;
    }

        .table-summary thead tr th {
            border: 1px solid var(--theme-color-reverse);
            /*border-top-color: var(--theme-color);
            border-bottom-color: var(--theme-color);
            border-left-color: #FFF;
            border-right-color: #FFF;*/
            font-size: 14px;
            padding: 5px;
        }

    .table-summary tbody tr {
        min-height: 50px;
        font-weight: bold;
    }

        .table-summary tbody tr th {
            border: 1px solid var(--theme-color);
            font-size: 14px;
            /*padding: 0px 5px 0px 7px;*/
            padding: 0;
            text-align: center;
            vertical-align: middle;
            min-height: 25px;
        }

        .table-summary tbody tr td {
            border: 1px solid var(--theme-color);
            font-size: 14px;
            /*padding: 0px 5px 0px 7px;*/
            padding: 0;
            text-align: center;
            vertical-align: middle;
            min-height: 25px;
        }

            .table-summary tbody tr td.bold-left {
                font-weight: bold;
                text-align: left;
            }

            .table-summary tbody tr td p {
                border-top: 1px solid var(--theme-color);
                width: 100%;
                padding: 0px 5px 0px 5px;
                text-align: right;
                display: flex;
                align-items: center;
                justify-content: flex-end;
                /*margin:0px 0px 0px 0px;
                margin: 0;*/
            }

            /*.table-summary tbody tr td input {
                width: 100%;
                height: 100%;
                border: none;
                text-align: right;
                box-sizing: border-box;
                padding: 0;
                border: none;
                pointer-events: none;
                font-weight: bold;
            }*/
                                   
            /*ADDED ON 08-11-2024 BY SOMADITYA ROY */
            .table-summary tbody tr td input[type="text"] {
                width: 100%;
                height: 100%;
                border: none;
                text-align: right;
                box-sizing: border-box;
                padding: 0;
                pointer-events: none;
                font-weight: bold;
                border:none;
            }

            .table-summary tbody tr td input[type="radio"]:checked + .custom-radio {
                border: 2px solid var(--theme-color); /* Border color when checked */
                background-color: #fff; /* Background color inside the border */
            }

            .table-summary tbody tr td.empty-cell {
                background-color: var(--theme-color);
                opacity: 0.35;
            }

            /* New rule to style checkboxes independently */
            .table-summary tbody tr td input[type="checkbox"] {
                width: 15px; /* Allows the checkbox to retain its default size */
                height: 15px;
                pointer-events: auto; /* Ensures the checkbox is clickable */
            }















.primary-level-numbering {
    width: 40px;
    padding: 0px 5px 0px 20px;
    text-align: left;
    font-weight: bold;
    vertical-align: top;
}

.hierarchical-numbering {
    width: 65px;
    padding: 0px 5px 0px 20px;
    text-align: left;
    vertical-align: top;
}


.bullet-list {
    width: 40px;
    padding: 0px 5px 0px 20px;
    text-align: left;
    font-weight: bold;
    vertical-align: top;
}

    .bullet-list::before {
        content: "\25CF";
    }


/*DROPDOWN MENU*/
.dropdown {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
}

    .dropdown .dropdown-toggle {
        background-color: var(--theme-color);
        color: #fff;
        border: none;
    }

    .dropdown .dropdown-menu {
        position: absolute;
        background-color: #fff;
        display: none;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .dropdown .dropdown-item {
        color: #333;
        padding: 10px;
        text-decoration: none;
        display: block;
    }

        .dropdown .dropdown-item:hover {
            background-color: #f2f2f2;
        }

    /* Date: 22-01-2024, Added by Somaditya Roy */
    /* Style for the nested dropdown container */
    .dropdown .nested-dropdown {
        position: relative;
        margin-bottom: 2px;
        display: inline-block;
        text-decoration: none;
    }

        .dropdown .nested-dropdown .dropdown-toggle {
            background-color: #fff;
            color: #333;
            padding: 10px;
            text-decoration: none;
            display: block;
        }

        /* Style for the nested dropdown menu */
        .dropdown .nested-dropdown .dropdown-menu {
            position: absolute;
            display: none;
            white-space: nowrap; /* Prevent line breaks within the menu */
            left: 100%;
            bottom: -30%; /* Position the menu above the nested dropdown */
        }

        /* Show nested dropdown menu on hover */
        .dropdown .nested-dropdown:hover .dropdown-menu {
            display: block;
        }



table-container {
    border: 1px solid var(--theme-color);
}


/*VALIDATION FAILED MESSAGE**/
.span-validation {
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    color: red;
    width: fit-content;
    text-align: left;
    padding: 0px 0px 0px 0px;
    display: inline;
    white-space: nowrap;
}






/*SR*/
.duplicate-field-color::before {
    content: "";
    display: inline-block;
    width: 15px; /* Adjust the width of the square */
    height: 15px; /* Adjust the height of the square */
    margin-right: 5px; /* Adjust spacing between the square and text */
    background-color: #F2D4D7; /* Fill color (e.g., red) */
    border: 1px solid #000;
}

.required-field-color::before {
    content: "";
    display: inline-block;
    width: 15px; /* Adjust the width of the square */
    height: 15px; /* Adjust the height of the square */
    margin-right: 5px; /* Adjust spacing between the square and text */
    background-color: #FFB2D0; /* Fill color (e.g., red) */
    border: 1px solid #000;
}

.validation-textcolor-violation {
    color: #DC143C;
}

.validation-textcolor-duplicate {
    color: #DC143C;
}

.validation-textcolor-required {
    color: #DC143C;
}

.validation-textcolor-negetive {
    color: #DC143C;
}

.rupee-icon::before {
    content: "\20B9";
}

.text-position-left {
    text-align: left;
    display: inline;
    float: left;
}

.text-position-right {
    text-align: right;
    display: inline;
    float: right;
}

.required {
    color: red;
    margin-left: 5px;
}

.auto-fit-div {
    display: inline-block;
    padding: 5px; /* Adjust the padding value as needed */
    background-color: lightgray; /* Just for visualization */
}


/*SR*/
.small-italic {
    font-size: smaller; /* Reduces the font size */
    font-style: italic; /* Makes the text italic */
    width: 90%;
    text-align: justify-all;
    padding: 0px 0px 0px 0px;
}


/*SR*/
/* Add styles to highlight the clickable rows */
.clickable-row {
    cursor: pointer;
    background-color: #f5f5f5;
}

    .clickable-row:hover {
        background-color: #e0e0e0;
    }


.top-border-row {
    border-top: 1px solid black; /* You can adjust the style and color as needed */
}


/*SR*/
/* Add styles to highlight the clickable rows */
.grid-row-style {
    cursor: pointer;
    background-color: #f5f5f5;
}

    .grid-row-style:hover {
        background-color: #e0e0e0;
    }


/*SHOW PASSWORD ICON*/
.password-container {
    position: relative;
    display: inline-block;
}

.show-password-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
}

.password-container:hover .show-password-icon {
    display: block;
}


.form-check-input-style {
    width: 20px; /* Set the desired width */
    height: 20px; /* Set the desired height */
}



.form-header-style {
    background-color: var(--theme-color); /*#DEF1FF;*/ /* Set the background color */
    color: #FFF; /* Set the text color */
    border: 1px solid #A8A8A8; /* Add a border */
    padding: 10px; /* Add some padding for better spacing */
    margin-bottom: 2px;
    /* Add any other styles you want to customize */
}

.form-body-style {
    background-color: #FFF; /* Set the background color */
    color: black; /* Set the text color */
    border: 1px solid #A8A8A8; /* Add a border */
    padding: 10px; /* Add some padding for better spacing */
    margin-bottom: 2px;
    /* Add any other styles you want to customize */
}

.form-footer-style {
    background-color: var(--form-footer-color); /*#C6C6C7;*/ /* Set the background color */
    color: black; /* Set the text color */
    border: 1px solid #A8A8A8; /* Add a border */
    padding: 10px; /* Add some padding for better spacing */
    margin-bottom: 2px;
    /* Add any other styles you want to customize */
}

.form-control {
    border: 1px solid var(--theme-color);
}



/*Date - 27-09-2024 START-----------------*/
.btn-primary {
    background-color: var(--btn-primary-color);
    border: 1px solid var(--btn-primary-color);
    position: relative;
    overflow: hidden; /* Ensures the pseudo-element stays within the button */
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3); /* Shadow */
    transition: box-shadow 0.3s ease; /* Smooth transition */
}

    .btn-primary:hover {
        border: 1px solid var(--btn-primary-color);
        color: var(--btn-primary-color);
        background-color: transparent; /* Remove the solid color */
    }

    .btn-primary::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: var(--btn-primary-color); /* Use the theme color */
        opacity: 1; /* Default full opacity */
        transition: opacity 0.3s ease;
        z-index: -1;
    }

    .btn-primary:hover::after {
        background-color: var(--btn-primary-color);
        opacity: 0.3; /* Apply 50% opacity on hover */
    }

    /* Active state to maintain theme color on click */
    .btn-primary:active {
        background-color: var(--btn-primary-color); /* Keep the background color on active */
        color: var(--btn-primary-color); /* Keep the text color on active */
        border: 1px solid var(--btn-primary-color);
    }

    .btn-primary:focus {
        outline: none; /* Remove default outline */
        box-shadow: none; /* Remove any box shadow */
    }




.btn-success {
    background-color: var(--btn-success-color);
    border: 1px solid var(--btn-success-color);
    position: relative;
    overflow: hidden; /* Ensures the pseudo-element stays within the button */
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3); /* Shadow */
    transition: box-shadow 0.3s ease; /* Smooth transition */
}

    .btn-success:hover {
        border: 1px solid var(--btn-success-color);
        color: var(--btn-success-color);
        background-color: transparent; /* Remove the solid color */
    }

    .btn-success::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: var(--btn-success-color); /* Use the theme color */
        opacity: 1; /* Default full opacity */
        transition: opacity 0.3s ease;
        z-index: -1;
    }

    .btn-success:hover::after {
        background-color: var(--btn-success-color);
        opacity: 0.3; /* Apply 50% opacity on hover */
    }


    /* Active state to maintain theme color on click */
    .btn-success:active {
        background-color: var(--btn-success-color); /* Keep the background color on active */
        color: var(--btn-success-color); /* Keep the text color on active */
        border: 1px solid var(--btn-success-color);
    }

    .btn-success:focus {
        outline: none; /* Remove default outline */
        box-shadow: none; /* Remove any box shadow */
    }


/*.btn-success:hover {
        border: 1px solid var(--theme-color);
        background-color: white;
        color: var(--theme-color);
    }*/
.btn-secondary {
    position: relative;
    overflow: hidden; /* Ensures the pseudo-element stays within the button */
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3); /* Shadow */
    transition: box-shadow 0.3s ease; /* Smooth transition */
    border: solid 1px var(--theme-color);
}


.btn-link {
    color: var(--btn-link-color);
    font-weight: bold;
}

    .btn-link:hover {
        color: var(--btn-link-color);
        opacity: 0.7;
    }

    .btn-link::before {
        font-family: "Font Awesome 5 Free"; /* Use the Font Awesome font */
        /*content: "\f0c1";*/ /* Unicode for the link icon */
        content: "\f8cc"; /* Unicode for the link icon */
        margin-right: 5px;
    }


/*INPUT FIELD*/
input[type="checkbox"] {
    width: 16px; /* Set desired size */
    height: 16px;
    appearance: none; /* Remove default appearance */
    -webkit-appearance: none; /* For Safari */
    border: 2px solid var(--theme-color); /* Custom border color */
    border-radius: 3px; /* Optional: rounded corners */
    background-color: white; /* Background color */
    cursor: pointer;
    position: relative; /* Needed for the ::after pseudo-element */
}

    /*input[type="checkbox"]:checked {
        background-color: var(--form-footer-color);
    }*/

    /* Custom tick mark */
    input[type="checkbox"]:checked::after {
        content: "✔"; /* Unicode for checkmark */
        position: absolute;
        left: -5px; /* Adjust position */
        top: -10px; /* Adjust position */
        font-size: 20px; /* Adjust size as needed */
        color: var(--theme-color); /* Color of the tick */
    }

    input[type="checkbox"]:disabled {
        border-color: var(--theme-color); /* Border color when disabled */
        cursor: not-allowed;
    }


/*<input type="radio" id="NOMINATE_REFUND_YES" name="REFUND_CREDIT_FLAG" value="1" checked="" >
*/
/* Hide the default radio button */
/*input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}*/

/* Create a custom radio button */
/*.custom-radio {
    position: relative;
    height: 20px;
    width: 20px;
    border: solid 2px var(--theme-color);
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;

}*/

/* Checked radio button background color */
/*input[type="radio"]:checked + .custom-radio {
    background-color: var(--theme-color);*/ /* Fill color when checked */
/*}*/

/* Add the dot inside when checked */
/*.custom-radio::after {
    content: "";
    position: absolute;
    display: none;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--theme-color);
}

input[type="radio"]:checked + .custom-radio::after {
    display: block;
}*/

/* Label styling */
/*.custom-label {
    padding-left: 10px;
    vertical-align: middle;
    cursor: pointer;*/ /* Ensures the entire label is clickable */
/*}*/

/* Label styling */
/*.custom-label {
    padding-left: 10px;
    vertical-align: middle;
}*/








/* Hide the default radio button */
input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Custom radio button */
.custom-radio {
    position: relative;
    height: 18px;
    width: 18px;
    border: 2px solid #ccc; /* Default border color */
    background-color: transparent;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

/* Outer border effect when checked */
input[type="radio"]:checked + .custom-radio {
    border: 2px solid var(--theme-color); /* Border color when checked */
    background-color: #fff; /* Background color inside the border */
}

/* Inner dot effect */
.custom-radio::after {
    content: "";
    position: absolute;
    top: 1px; /* To create the gap between border and background */
    left: 1px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--theme-color); /* Background color inside the radio */
    display: none;
}

input[type="radio"]:checked + .custom-radio::after {
    display: block; /* Show inner circle when checked */
}

/* Label styling */
.custom-label {
    padding-left: 2px;
    vertical-align: middle;
    cursor: pointer; /* Ensures the entire label is clickable */
}







/*Date - 27-09-2024 END-----------------*/















/*input[type="text"] {
    border-color: var(--theme-color);
}*/
/*input[type="text"],
input[type="date"],
input[type="checkbox"],
input[type="radio"],
input[type="submit"],
input[type="reset"],
input[type="button"] {
    border: 1px solid var(--theme-color);*/ /* Replace with the desired color code */
/*}*/




/*.form-control {*/
/* Add your desired styles for the input field here */
/*width: 100%;
    box-sizing: border-box;
}*/




/*SR*/
/*TOGGLE SWITCH BUTTON*/

/* Style the switch container */
/*.toggle-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}*/

/* Style the switch input */
/*.toggle-switch input {
    display: none;
}*/

/* Style the switch slider */
/*.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}*/

/* Style the switch slider when it's on */
/*.toggle-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #2196F3;
    -webkit-transition: .4s;
    transition: .4s;
}*/

/* Style the hidden div section */
/*.toggle-content {
    display: none;*/
/*border: 1px solid #ccc;*/
/*padding: 10px;*/
/*}*/

/* Style the hidden div section when the switch is on */
/*.toggle-switch input:checked + .toggle-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}*/

/* Style the switch container */
/*.toggle-switch {
    display: inline-block;
    width: 120px;
    height: 34px;
    background-color: #ccc;
    border-radius: 17px;
}*/

/* Style the switch radio buttons */
/*.toggle-switch input[type="radio"] {
        display: none;
    }*/

/* Style the switch label */
/*.toggle-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    height: 100%;
    padding: 0 10px;
    color: #fff;
    background-color: #3498db;
    border-radius: 17px;
    cursor: pointer;
}*/

