﻿
.v2_GVDisplay {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

    .v2_GVDisplay tr {
        height: 35px;
    }

    .v2_GVDisplay td {
        padding: 5px;
    }

    .v2_GVDisplay tr th {
        color: white;
        background-color: var(--blue-light);
        font-size: 0.9rem;
    }

.v2_GVHeader_Button {
    width: 75px;
}

.v2_GVRowHover:hover {
    background-color: var(--blue_shade);
}

.v2_btnGV {
    border-radius: 5px;
    height: 30px;
    min-width: 70px;
    border: none;
    font-size: 0.9rem;
    font-family: inherit;
    cursor: pointer;
}
.custom-button-disable[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
.grid-col-btns {
    margin-top: 5px;
}


.option-btn-box .menu-container {
    position: relative;
    display: inline-block;
}

.option-btn-box .menu-btn {
    background: #f0f0f0;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 20px;
    cursor: pointer;
}

.option-btn-box .menu-btn:hover {
    background: #e4e4e4;
}

.option-btn-box .menu-dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: 40px;
    background: #ffffff;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    border-radius: 10px;
    padding: 5px 0px;
    z-index: 999;
    min-width: 160px;
}

.option-btn-box .menu-dropdown .menu-item {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.option-btn-box .menu-dropdown .menu-item:hover {
    background-color: #f5f5f5;
}

.alert-msg-box .info-box {
    background-color: #FFF7E1; /* Light soft yellow */
    border-left: 4px solid #F5C26B; /* Accent left border */
    padding: 15px 20px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    line-height: 1.5;
}

.alert-msg-box .info-icon {
    font-size: 18px;
    line-height: 1;
    margin-top: 2px;
    color: #6F5F00; /* Dark yellow-brown icon color */
}

.alert-msg-box .info-text {
    color: #333;
}

.d-inline-block {
    display: inline-block !important;
}
.custom-reg-status {
    margin-top:10px;
}

.add-bg-btn-invite {
    position: relative;
    top: 20px;
}
.pl-15p{
    padding-left:15px !important;
}