body {
    background-color: #21223c;
}

.flex {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media (max-width:991.98px) {
    .padding {
        padding: 1.5rem
    }
}

@media (max-width:767.98px) {
    .padding {
        padding: 1rem
    }
}

.padding {
    padding: 5rem
}

.card {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #21223c;
    background-clip: border-box;
    border: 0px solid #ffffff;
    border-radius: 0
}

.card .card-title {
    color: #ffffff;
    margin-bottom: 0.625rem;
    font-size: 0.875rem;
    font-weight: 500
}

.card .card-description {
    margin-bottom: .875rem;
    font-weight: 400;
    color: #ffffff;
}

p {
    font-size: 0.875rem;
    margin-bottom: .5rem;
    line-height: 1.5rem
}

.table {
    color: #ffffff;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 2px solid #7AC142;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 3px #7AC142;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table,
.jsgrid .jsgrid-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table thead th,
.jsgrid .jsgrid-table thead th {
    border-top: 0;
    border-bottom-width: 1px;
    font-weight: 500;
    font-size: .875rem;
    text-transform: uppercase
}

.table td,
.jsgrid .jsgrid-table td {
    font-size: 0.875rem;
    padding: .475rem 0.4375rem
}

.mt-10 {
    padding: 0.875rem 0.3375rem !important
}

button {
    outline: 0 !important
}

.form-control:focus {
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25) !important
}

.badge {
    border-radius: 0;
    font-size: 12px;
    line-height: 1;
    padding: .375rem .5625rem;
    font-weight: normal;
    border: none
}

.btn-edit {

    color:#7AC142;
    border-color: #7AC142;
    
}

.btn-edit:hover {
    color: #ffffff;
    background-color: #7AC142;
    border-color: #7AC142;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #7AC142;
    border-color: #7AC142;
}



.logo {
    width: 30%;
    margin-bottom: 2rem;
}

.column {
    margin-left: 320px;
    padding: 15px;
    height: auto;
    width: 630px;
    color: #ffffff;
    background-color: #21223c;
    font-weight: 500;
    border: 2px solid #7AC142;
  }

  hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid #7AC142;
}

.space {
    padding-bottom: 20px;
}