/* $primary: #2e9db7; */
/* $primary: #00adef; */
/* $secondary: #ed1b24; */
/* $primary: #f54248; */

body {
    font-family: Arial !important;
}
.card {
    border-radius: 5px !important;
    padding: 10px 15px 15px 10px;
    transform: translateX(0px);
    box-shadow: 2px 6px 12px rgba(99,44,144, 0.3) !important;
    flex-shrink: 0;
    background-color: #fff !important;
    /* color:#16465E; */
    color: #0c1d00 !important;
    height:auto;
    /* f2f2f2 */
}

.width-150{
    width:150px;
}

.width-100{
    width:100px;
}

.width-300 {
    width:300px;
}
.width-400 {
    width:400px;
}
.width-500 {
    width:500px;
}

.border-purple {
    border: 2px solid #632c90 !important;
}

a {
    /* color: #16465E !important; */
    color: #000 !important;
}
.btn {
    border-radius: 7px !important;
}
.btn-primary {
    color: #fff !important;
    background-color: #632c90 !important;
    border-color: #632c90 !important;
    box-shadow: none;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #632c90 !important;
    border-color: #632c90 !important;
}

.main-sidebar {
    background-color: #632c90;
}

.nav-link {
    color: #fff !important;
    text-shadow: -0.4px 0 black, 0 0.4px black, 0.4px 0 black, 0 -0.4px black;

}

.brand-link {
    color: #fff !important;
}

.nav-link.active,
.show > .nav-link {
    color: #fff !important;
    text-shadow: none;
    background: linear-gradient(135deg,#51b046 75%, #632c90 80%);
}

.bg-primary {
    background-color: #632c90 !important;
}

.bg-primary {
    background-color: #51b046 !important;

}

.bg-green {
    background: linear-gradient(135deg,
    #632c90 15%, #51b046 25%);

}

.select2-container--default
.select2-selection--multiple
.select2-selection__choice__display {
    padding-left: 20px;
}

.select2-container--default
.select2-dropdown
.select2-search__field:focus,
.select2-container--default
.select2-search--inline
.select2-search__field:focus {
    border: none !important;
}

.select2-container
.select2-search--inline
.select2-search__field {
    border: none !important;
}

table td {
    word-break: normal;
    }



.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #632c90 !important;
    border-color: #632c90 !important;
    color: #fff;
    padding: 0 10px;
    margin-top: 0.31rem;
}

.main-sidebar {
    position: fixed !important;
}

table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
    background-color: #51b046;
}
.content-wrapper {
    background-color: #f4f6f9;
}


