.no-outline {
    border-color: transparent !important; /* removes visible outline */
  }
.custom-hover{
    color: rgb(0, 0, 0);
    background-color:transparent;
    transition: 0.2s ease;

}
.custom-hover:hover{
    background-color: rgb(225, 229, 232) !important;
    transition: 0.2s ease;

}
.custom-btn {
    border-radius: 10px;
    padding: 0.5rem 1rem;
    font-weight: bold;
    cursor: not-allowed;
    opacity: 0.10;
  }

.btn-custom{
    display: inline-block;
    padding: 0.55rem 1.2rem;
    border-radius: 6px;
    background: rgb(255, 255, 255);
    color: #000000;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    margin-right: 10px;
    margin-bottom: 50px;
}    

.nav-tabs .nav-item{
    margin-right: 30px;
}

.nav-link {
  cursor: pointer;
}

.custom-mg{
    margin-bottom: 20px !important;
}

.custom-bg{
  background-color: rgba(112, 188, 255, 0.116) !important;

}

.custom-bg-1{
  background-color: rgba(112, 188, 255, 0.116) !important;

}
.custom-bg-2{
    background-color: rgba(249, 120, 0, 0.082) !important;
}
.custom-bg-3{
    background-color: rgb(255, 255, 255) !important;
}
.custom-bg-4{
    background-color: rgba(255, 252, 88, 0.205) !important;
}
.custom-color{
  color: rgb(42, 106, 165);
}

.custom-green{
    background-color: rgba(124, 252, 162, 0.151) !important;
    border-color: rgb(1, 255, 1) !important;
    
}

.badge-custom{
    background-color: #5c9eff !important;
}

.badge-custom-secondary{
    background-color: #0084ff !important;
    color: white;
    font-size: 15px;
}


.badge-status{
    background-color: rgba(245, 245, 245, 0.842) !important;
    color: black;
}
.badge-color{
    background-color: #f0f0f0ad !important;
    color: black;
}

.status-badge{
    display: none;
    visibility: hidden;
    opacity: 0;

}

.text-color-1{
    color: rgb(91, 61, 61) !important;
}

.text-color-2{
    color: rgb(91, 61, 61) !important;
}