﻿
.input-validation-error {
    border: 1px solid red !important;
}

.dashboarderror-message {
    color: black;
}

/*li.parsley-required {
    display: none;
}

li.parsley-type {
    display: none;
}*/

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.textalig-select {
    text-align: -webkit-right;
    margin-top: -8px;
    margin-bottom: 10px;
}
.dropdown_width {
    width: 50%;
}
.iconSize {
    font-size: 18px;
    font-weight: 700;
}
.input-daterange input {
    text-align: left !important;
}

@media (max-width:992px) {
    .textalig-select .dropdown_width {
        width: 75% !important;
    }
}
.refresh-icon {
    width: 21px;
}
/*.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;*/
        /* Position the tooltip */
        /*position: absolute;
        z-index: 1;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }*/
/* Add this to your CSS */
/*[data-bs-toggle="tooltip"] {
    cursor: pointer;
}*/

.classfonticon{
    font-size:x-large;
}

.Ttable td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px; /* Adjust as needed */
    cursor: pointer; /* Indicates interactive behavior */
}

.account-pages .container {
    max-width: 1160px;
    padding: 0 20px;
}

.custom-select {
    padding: .47rem 1.75rem .47rem .75rem;
    background-image: url('data:image/svg+xml,%3csvg%20xmlns%3d%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3d%27%200%200%2016%2016%27%3e%3cpath%20fill%3d%27none%27%20stroke%3d%27%23343a40%27%20stroke-linecap%3d%27round%27%20stroke-linejoin%3d%27round%27%20stroke-width%3d%272%27%20d%3d%27M2%205l6%206%206-6%27%2f%3e%3c%2fsvg%3e');
    background-repeat: no-repeat;
    background-position: calc(100% - 5px);
    width: 45% !important;
    background-size: 15px;
}
.copy-icon {
    cursor: pointer;
    font-size: 20px;
    color: #536ddf;
}