.drag-target{
    display: none;
}

.swal2-container {
    z-index: 9999;
}

#tbResult{
    margin-top: 20px !important;
}

.btn-primary{
    background-color: #00A8E1 !important;
    border-radius: 15px;
    border-color: none !important;
}

.btn-secondary{
    background-color: #002269 !important;
    border-radius: 15px;
    border-color: none !important;
}

.btn-danger{
    border-radius: 15px;
}

.h3{
    color: #00A8E1 !important;
}

h4{
    color: #00A8E1 !important;
}

h5{
    color: #00A8E1 !important;
}

.app-brand-text{
    color: #00A8E1 !important;
}

.breadcrumb-wrapper .text-muted{
    color: #002269 !important;
}

.form-control{
    border-radius: 15px !important;
}

.bootstrap-select{
    border-radius: 15px !important;
}

thead tr th{
    color: white !important;
    background-color: #00A8E1 !important;
}

tfoot tr th{
    color: white !important;
    background-color: #00A8E1 !important;
}