.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.container-fluid .row {
    width: 100% !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.mi-content {
    background: #151a30;
    display: flex;
    order: 1;
    flex: 1;
    min-width: 0;
    min-height: 100vh;
    padding: 15px 10px 15px 3px;
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.25rem;
    flex-wrap: wrap;
    position: relative;
    flex-direction: column;
}
.mi-card {
    width: 100%;
    border: 0.0625rem solid;
    border-radius: 10px;
    overflow: hidden;
    border-color: #151a30;
    background-color: #222b45;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.mi-card .mi-header {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    font-family: Open Sans, sans-serif;
    font-size: 0.9375rem;
    font-weight: 800;
    line-height: 1.5rem;
    border-color: #5e5f5f;
    text-transform: uppercase;
}
.mi-card .mi-header.header-sm {
    padding: 0.7rem 1.5rem !important;
}
.mi-card .mi-header .btn-close {
    color: #8f9bb3 !important;
}
.mi-card .mi-header .mi-search {
    float: right;
    margin-top: -8px;
}
.mi-card .mi-header .sort {
    width: 150px;
}
.mi-card .mi-header .limit {
    width: 125px;
}
.mi-card .mi-header .sort, .mi-card .mi-header .limit {
    border-radius: 0.25rem;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.5rem;
    padding: 0.4375rem 1rem;
    background-color: #192038;
    border-color: #101426;
    color: #fff;
    float: right;
    margin-right: 10px;
}
.mi-card .mi-header .sort:focus, .mi-card .mi-header .limit:focus {
    outline: none;
    outline-width: 0;
    box-shadow: none;
    border: 0.0625rem solid;
    border-color: #598bff;
}
.mi-card .mi-header .sort:hover, .mi-card .mi-header .limit:hover {
    background-color: #151a30;
    border-color: #101426;
}
.mi-card .mi-body {
    padding: 15px 15px;
}
.mi-card .mi-body .form-group {
    margin-bottom: 10px;
}
.mi-card .mi-body label {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 3.2px;
    color: #8f9bb3;
}
.mi-card .mi-body input, .mi-card .mi-body textarea, .mi-card .mi-body select {
    border-radius: 0.25rem;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.5rem;
    padding: 0.4375rem 1rem;
    background-color: #192038;
    border-color: #101426;
    color: #fff;
}
.mi-card .mi-body input:focus, .mi-card .mi-body textarea:focus, .mi-card .mi-body select:focus {
    outline: none;
    outline-width: 0;
    box-shadow: none;
    border: 0.0625rem solid;
    border-color: #598bff;
}
.mi-card .mi-body input:hover, .mi-card .mi-body textarea:hover, .mi-card .mi-body select:hover {
    background-color: #151a30;
    border-color: #101426;
}
.mi-card .mi-footer {
    border-top: 0.0625rem solid;
    border-color: #151a30;
    padding: 15px;
}
.create .mi-header {
    background-color: #222b45;
    border-color: #151a30;
    color: white;
}
.create .mi-footer button {
    padding: 0.6875rem 1.125rem;
    border-style: solid;
    border-width: 0.0625rem;
    text-transform: uppercase;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1rem;
    background-color: #2ce69b;
    border-color: #2ce69b;
    color: #fff;
}
.butn {
    padding: 0.6875rem 1.125rem;
    border-style: solid;
    border-width: 0.0625rem;
    text-transform: uppercase;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1rem;
    font-family: Open Sans, sans-serif;
}
.basic {
    background-color: #edf1f7;
    border-color: #edf1f7;
    color: #222b45;
}
.primary {
    background-color: #598bff;
    border-color: #598bff;
    color: #fff;
}
.success {
    background-color: #00a7a0;
    border-color: #00a7a0;
    color: #fff;
}
.info {
    background-color: #7a0649;
    border-color: #7a0649 !important;
    color: #fff;
}
.warning {
    background-color: #fa0;
    border-color: #fa0;
    color: #fff;
}
.danger {
    background-color: #ff3d71;
    border-color: #ff3d71;
    color: #fff;
}
.basic.transparent {
    background-color: rgba(143, 155, 179, .16) !important;
    color: rgba(143, 155, 179, .48) !important;
}
.primary.transparent {
    background-color: rgba(51, 102, 255, .08) !important;
    border-color: #36f !important;
    color: #36f !important;
}
.success.transparent {
    background-color: rgba(0, 214, 143, .08) !important;
    border-color: #00d68f !important;
    color: #00d68f !important;
}
.info.transparent {
    background-color: rgba(0, 149, 255, .08) !important;
    border-color: #0095ff !important;
    color: #0095ff !important;
}
.warning.transparent {
    background-color: rgba(255, 170, 0, .16) !important;
    border-color: #fa0 !important;
    color: #fa0 !important;
}
.danger.transparent {
    background-color: rgba(255, 61, 113, .08) !important;
    border-color: #ff3d71 !important;
    color: #ff3d71 !important;
}
.popover {
    border: 1px solid transparent;
    border-radius: 0.25rem;
    background: #222b45;
    box-shadow: 0 0.5rem 1rem 0 #1a1f33;
    color: #fff;
    font-family: Open Sans, sans-serif;
}
.popover .popover-header {
    background-color: #ff3d71;
    border-color: #ff3d71;
    color: #fff;
}
.popover .popover-body {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
    background-color: #212941;
    color: #fff;
    border-color: #151a30 !important;
}
.popover.bs-popover-top > .popover-arrow::after {
    border-top-color: #212941 !important;
}
.popover.bs-popover-start > .popover-arrow::after {
    border-left-color: #212941 !important;
}
.popover.bs-popover-end > .popover-arrow::after {
    border-right-color: #212941 !important;
}
.popover.bs-popover-bottom > .popover-arrow::after {
    border-bottom-color: #212941 !important;
}
.mi-action-button .butn {
    padding: 0.5875rem 0.525rem !important;
}
.mi-action-button.round .butn {
    border-radius: 50%;
}
.mi-action-button.round .butn .mip-1 {
    padding-right: 0.135rem !important;
    padding-left: 0.135rem !important;
}
.mi-smart-alert {
    border-style: solid;
    border-width: 1px;
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem 0 #1a1f33;
    pointer-events: auto;
    z-index: 1000;
    bottom: 0;
    right: 5px;
}
.mi-smart-alert.alert {
    padding: 0px 10px !important;
    display: flex;
    position: fixed;
}
.mi-smart-alert.alert-dismissible {
    padding-right: 0rem !important;
}
.mi-smart-alert p {
    margin-bottom: 0px !important;
    margin-top: 10px;
    font-family: Open Sans, sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.5rem;
}
.mi-smart-alert .btn-close {
    position: relative;
    padding: 0.85rem 1rem !important;
    font-size: 13px;
}
.mi-smart-alert.success:before {
    content: "\f14a";
    font-family: 'Font Awesome 5 Free';
    font-size: 43px;
    color: #181e32;
    padding-right: 10px;
}
.mi-smart-alert.basic:before {
    content: "\f14a";
    font-family: 'Font Awesome 5 Free';
    font-size: 43px;
    color: #181e32;
    padding-right: 10px;
}
.mi-smart-alert.primary:before {
    content: "\f14a";
    font-family: 'Font Awesome 5 Free';
    font-size: 43px;
    color: #181e32;
    padding-right: 10px;
}
.mi-smart-alert.info:before {
    content: "\f14a";
    font-family: 'Font Awesome 5 Free';
    font-size: 43px;
    color: #181e32;
    padding-right: 10px;
}
.mi-smart-alert.warning:before {
    content: "\f14a";
    font-family: 'Font Awesome 5 Free';
    font-size: 43px;
    color: #181e32;
    padding-right: 10px;
}
.mi-smart-alert.danger:before {
    content: "\f071";
    font-family: 'Font Awesome 5 Free';
    font-size: 43px;
    color: #181e32;
    padding-right: 10px;
}
.mi-tab .nav-tabs {
    border-bottom: 1px solid #151a30;
    background: #192038;
}
.mi-tab .nav-tabs .nav-link {
    background-color: transparent !important;
    cursor: pointer;
    padding: 1rem 2rem;
    color: #8f9bb3 !important;
    font-family: Open Sans, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1rem;
    text-transform: uppercase !important;
    text-decoration: none;
    border: none;
}
.mi-tab .nav-tabs .nav-link.active {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    background-color: transparent;
    color: #ff3d71 !important;
    border-bottom: 4px solid #ff3d71 !important;
}
.mi-tab .nav-tabs .nav-link:hover {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    background-color: transparent;
    color: #ff3d71 !important;
    border-bottom: 4px solid #ff3d71;
}
.mi-tab .tab-content {
    background: #192038;
    padding: 20px 30px;
}
.mi-accrodion .accordion-header .accordion-button {
    border-bottom: 1px solid #151a30;
    background-color: #ff3d71;
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.5rem;
    padding: 1.25rem;
    cursor: pointer;
    outline: none;
    outline-width: 0;
    box-shadow: none;
}
.mi-accrodion .accordion-header .accordion-button.collapsed {
    background-color: #222b45 !important;
}
.mi-accrodion .accordion-header .accordion-button::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    background-image: none !important;
}
.mi-accrodion .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    background-image: none !important;
}
.mi-accrodion .accordion-body {
    background-color: #222b45;
}
.mi-table {
    color: #fff !important;
    background: #192038;
}
.mi-table.table tr th {
    text-transform: uppercase;
    border: 1px solid #151a30;
    padding: 15px 10px;
}
.mi-table.table tr td {
    border: 1px solid #151a30;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #fff;
}
.mi-table.table tr td:nth-child(1) {
    text-align: center;
    font-weight: 900;
}
.mi-table.table tr:nth-of-type(odd) > * {
    color: #fff !important;
}
.edit-image {
    width: 200px;
    border: 2px solid #ccc;
    border-radius: 15px;
    padding: 3px;
    margin-bottom: 10px;
}
.edit-image img {
    width: 100%;
    border-radius: 15px;
}
.view-image img {
    border: 4px solid #fff;
    border-radius: 20px;
}
.mi-search-bar {
    margin-left: -15px !important;
    margin-right: -15px !important;
    margin-bottom: 10px;
}
.butn-sm {
    padding: 6px !important;
    font-size: 12px !important;
}
.mi-regular-card {
    border-radius: 15px;
    padding: 20px;
}
.border-radius-10 {
    border-radius: 10px;
}
.operator {
    width: 72px;
    margin: 0px 7px;
    border-radius: 4px;
    border: 4px solid #fff;
    height: 72px;
}
.type {
    text-transform: uppercase;
    color: #fff !important;
    margin-right: 33px;
}
.w-10 {
    width: 10px;
}
.small-text {
    font-size: 12px !important;
}
.edit-input {
    width: 50%;
    float: right;
    height: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -17%);
}
a {
    text-decoration: none !important;
}
.mi-pagination .pagination {
    float: right;
}
.mi-pagination .page-item {
    margin-left: 5px;
}
.mi-pagination .page-item.active .page-link {
    border-color: #0095ff !important;
    color: #fff !important;
    background-color: #0095ff !important;
}
.mi-pagination .page-item .page-link {
    padding: 0.5875rem 0.825rem !important;
    background-color: rgba(255, 170, 0, 0.16) !important;
    border-color: #fa0 !important;
    color: #fa0 !important;
    border-style: solid;
    border-width: 0.0625rem;
    text-transform: uppercase;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1rem;
    font-family: Open Sans, sans-serif;
}
.mi-loader {
    position: fixed;
    z-index: 5000;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
}
.mi-loader .loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #ff3d71;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
   /* Safari */
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -60px !important;
    margin-left: -60px !important;
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
   }
    100% {
        -webkit-transform: rotate(360deg);
   }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
   }
    100% {
        transform: rotate(360deg);
   }
}
.display-none {
    display: none;
}
.validation-error {
    background-color: #d91844;
    color: #fff;
    text-transform: uppercase;
    border-color: #d91844;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0rem !important;
    padding: 1px 5px;
    margin-top: 3px;
    border-radius: 3px;
}
.modal-content {
    border-radius: 11PX;
    border: none;
    margin-bottom: 0rem !important;
}
.navbar-brand {
    font-weight: 800;
    font-size: 21px;
    letter-spacing: 3px;
}
