
.card-widget {
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50rem;
    padding: 1.5rem;
}

.card-widget-body {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-grow: 0;
    flex-shrink: 0;
}
.bg-indigo {
    background-color: #6610f2 !important;
}
.bg-blue {
    background-color: #0d6efd !important;
}
.bg-green {
    background-color: #35b653 !important;
}
.text-gray-500 {
    color: #adb5bd !important;
}
.bg-red {
    background-color: #dc3545 !important;
}

.icon {
    display: flex;
    width: 2.2rem;
    height: 2.2rem;
    flex-shrink: 0;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.card {
    border: none;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 1rem;
}
.card-header:first-child {
    border-radius: calc(1rem - 1px) calc(1rem - 1px) 0 0;
}
.card-header {
    padding: 1rem 2rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0.03);
    border-bottom: 1px solid rgba(0,0,0,0);
}
.card-header {
    position: relative;
    padding: 2rem 2rem;
    border-bottom: none;
    background-color: white;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    z-index: 2;
}
.card-heading {
    margin-bottom: 0;
    font-size: .9rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.card-body {
    flex: 1 1 auto;
    padding: 2rem 2rem;
}

.w-100 {
    width: 100% !important;
}


.table>thead {
    vertical-align: bottom;
}

thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.dataTable-table {
    width: 100%;
    max-width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.card-table .table tr td:first-child, .card-table .table tr th:first-child {
    padding-left: 2rem;
}
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor;
}
.card-table .dataTable-table>thead>tr>th {
    padding: 1rem 2rem;
    text-align: left;
    vertical-align: top;
    vertical-align: bottom;
    border-bottom: 1px solid #d9d9d9;
}
.card-table thead th {
    font-size: 13px;
    color: #fff;
    background: #00164e;
    border-bottom-width: 0;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.card-table .dataTable-top {
    padding: 2rem 2rem;
    background: #f8f9fa;
}
.dataTable-top {
    /*padding: 8px 10px;*/
    font-size: .7875rem;
}

.dataTable-pagination{
    margin-top: 4px;
}


.login-card-img {
    border-radius: 0;
    /*position: absolute;*/
    width: 100%;
    /*height: 100%;*/
    /*-o-object-fit: cover;*/
    /*object-fit: cover;*/
}

.login-btn {
    padding: 13px 20px 12px;
    background-color: #00164d;
    border-radius: 4px;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    margin-bottom: 24px;
}
.login-btn:hover {
    border: 1px solid #00164d;
    background-color: transparent;
    color: #00164d;
}
.login-card .btn {
    margin: 0px;
}

.btn-block {
    display: block;
    width: 100%;
}

.login-btn-cancel {
    padding: 13px 20px 12px;
    background-color: #7A0200;
    border-radius: 4px;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    margin-bottom: 24px;
}
.login-btn-cancel:hover {
    border: 1px solid #7A0200;
    background-color: transparent;
    color: #7A0200;
}

.login-card-description {
    font-size: 14px;
    color: #74BBC9;
    font-weight: bolder;
    margin-bottom: 23px;
    text-transform: capitalize;
}
.login-logo {
    width: 30%;
}

.pointer{
    cursor: pointer;
}
.toast-z-index{
    z-index: 11;
}
.login-card{
    /*min-height: 550px!important;*/
}
.border-primary{
    border-color: #00164d!important;
}
.bg-login-image {
    background: url("/assets/images/login/login.webp");
    background-position: center;
    background-size: cover;
}

.login-form .form-control-user {
    font-size: .8rem;
    /*border-radius: 10rem;*/
    /*padding: 1.5rem 1rem;*/
}
