﻿td.verticalmiddle {
    vertical-align: middle;
}

.tbliconsize {
    font-size: 12px;
}

.divContainer {
    display: flex;
    gap: 10px; /* Space between buttons */
}

.bordered-container {
    border: 1px solid #009efb; /* Border color */
    padding: 20px;
    position: relative;
    display: inline-flex; /* Fit to content width */
    flex-wrap: wrap; /* Allows content to wrap if it exceeds container width */
    margin-top: 20px;
}

.border-label {
    position: absolute;
    top: -12px; /* Position above the border */
    left: 15px; /* Adjust as needed */
    background-color: white; /* Match container background */
    padding: 0 5px; /* Space around the label text */
    /* font-weight: bold; */
    color: #009efb; /* Label color */
}

/*Loader - Start*/

/*.logocontainer .ansilogo .icon-AnsiStudio1 {
    font-size: 46px;
    text-align: center;
    line-height: 59px;
    display: block;
    padding-left: 7px;
}*/

/*Loader - End*/


/* Datatable - Start */

.customize-btn {
    color: #198754;
    border: 1px solid #198754;
    background-color: transparent;
    padding: 6px 12px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
}

    .customize-btn:hover,
    .customize-btn:focus {
        background-color: #198754;
        color: #fff;
        text-decoration: none;
    }

.btn-excel-icon {
    color: #198754;
    border: 1px solid #198754;
    background-color: transparent;
    padding: 6px 10px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
}

    .btn-excel-icon:hover,
    .btn-excel-icon:focus {
        background-color: #198754;
        color: #fff;
    }

    .btn-excel-icon i {
        font-size: 18px;
    }

/* Datatable - End */
