﻿#bgDiv {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: Black;
    filter: alpha(opacity=25);
    opacity: 0.5;
    z-index: 1000;
}

#Progress {
    top: 45%;
    left: 40%;
    text-align: center;
    position: fixed;
    background-color: transparent;
    width: 300px;
    z-index: 1001;
}

.calendar-align {
    position: absolute;
    right: 15px;
    top: 25px;
    padding: 2px;
    z-index: 2;
}

.modal-header .close {
    margin-top: -20px !important;
    margin-right: 8px;
    outline: none;
    border: none;
    background: none;
    top: 23px !important;
}

.scroller .alert {
    margin-bottom: 0px;
    padding: 6px 17px 5px 15px;
}

#mdlSearchBroker .modal-dialog {
    min-width: 80%;
}

.panelSet {
    border: solid thin #ccc;
    padding: 8px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.pos-fix {
    position: absolute;
    top: 28px;
    right: 20px;
}

#TOPtblBrokerSearch {
    max-height: 68vh;
}


/*Mayur css 20/01/25*/
.calendariconSet {
    position: absolute;
    top: 30px;
    right: 10px;
}

.pnlAdvSearch {
    border: solid thin #ccc;
    padding: 8px 15px;
    border-radius: 10px;
    margin: 10px;
    position: relative;
}

    .pnlAdvSearch h2 {
        font-size: 14px;
        font-weight: 600;
        margin: 0;
    }

.closeAdvSearch {
    color: #000 !important;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 3px 5px;
}

.pos-fix {
    position: absolute;
    top: 30px;
    right: 25px;
}
/*Mayur css end 20/01/25*/

.table-responsive {
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 10px;
    border-radius: 13px;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 15px;
}

.sb-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0;
}

.s-On Trial {
    background: #fff8e6;
    color: #c07c00;
    border: 1px solid #f5e2b0;
}

    .s-On Trial .sb-dot {
        background: #f5a623;
        animation: pulse-o 1.4s infinite;
    }

.s-Regular {
    background: #e6f9f0;
    color: #1a8c52;
    border: 1px solid #b5e8cf;
}

    .s-Regular .sb-dot {
        background: #1a8c52;
        animation: pulse-o 1.4s infinite;
    }

.s-Suspended {
    background: #fff0f0;
    color: #c0392b;
    border: 1px solid #f5c6c6;
}

    .s-Suspended .sb-dot {
        background: #c0392b;
        animation: pulse-o 1.4s infinite;
    }

.s-Black Listed {
    background: #fff0f0;
    color: #c0392b;
    border: 1px solid #f5c6c6;
}

    .s-Black Listed .sb-dot {
        background: #c0392b;
        animation: pulse-o 1.4s infinite;
    }

.s-Inactive {
    background: #dff9ff;
    color: #078aa9;
    border: 1px solid #b3dde7;
}

    .s-Inactive .sb-dot {
        background: #078aa9;
        animation: pulse-o 1.4s infinite;
    }

.s-Unapproved {
    background: #f5f2ff;
    color: #684ebd;
    border: 1px solid #ded4ff;
}

    .s-Unapproved .sb-dot {
        background: #684ebd;
        animation: pulse-o 1.4s infinite;
    }
