.customBtn-warning {
    color: #000 !important;
    background: #FFC701 !important;
}

.customBtn-warning:hover {
    color: #1c1c1c !important;
    background-color: #fcef00 !important;
}
.custom-label:hover{
    color:#4B5675 !important;
}
.edit-icon{
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.team-listing{
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
.team-listing::-webkit-scrollbar {
    display: none;
}

.pointer{
    cursor: pointer !important;
}
.createteam-listing{
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}


