body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #eeeff1 !important;
}

a {
    text-decoration: none !important;
}

.custom-flex {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-end;
}

/* .custom-justify-self-content-start {
  
} */

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

#content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.nav-link,
.nav-item {
    min-width: 2rem;
    transition: 0.3s color;
    user-select: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 0px 5px;
}

.nav-link,
.nav-item i.ti {
    font-size: 1.5rem;
}

.nav-item img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #cacaca;
}

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.wrapper {
    width: 100%;
}

.list-unstyled li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.list-unstyled li.active a {
    color: #275ff7 !important;
}

.list-unstyled li a span {
    font-size: 1.7rem !important;
}

.list-unstyled li a {
    font-size: 12px !important;
    color: black !important;
}

#content {
    margin-left: -10px;
    z-index: 99;
}

.page-section {
    padding: 30px 50px 50px 50px;
}

.page-section .page-header {
    padding: 10px 5px;
}

.page-section .page-header .underline {
    width: 60px;
    display: block;
    margin-top: 0px;
    border-bottom: 4px solid #275ff7;
}

.page-section .filter-section {
    margin-bottom: 20px;
}

.page-section .filter-section .filter-item {
    border: 2px solid #adadad;
    border-radius: 6px;
    padding: 6px 25px;
    margin: 10px 5px;
}

.page-section .filter-section .filter-item p {
    padding: 0px;
    margin: 0px;
    font-weight: 600;
}

.custom-input {
    border-radius: 25px;
    border: none;
    border: 1px solid #cacaca;
    height: 35px;
    padding: 4px 20px;
    outline: none;
}

.card {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.rounded-border {
    border-radius: 20px !important;
}

.rounded-border-top-left-right {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.rounded-rectangle-border {
    border-radius: 8px !important;
}

.rounded-rectangle-border-top-left-right {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.card .card-header {
    background-color: #ffffff;
    border: none;
    margin: 14px;
}

.card .card-header .card-title {
    font-weight: 600;
    font-size: 1rem;
}

.card .card-header .card-inputs {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
}

.card .card-header .card-inputs .custom-input {
    margin: 0px 5px;
    font-size: 0.8rem;
    background-color: #ebeff3;
}

.recent-activity-status {
    padding: 0px 10px;
}

.recent-activity-status .charge {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-right: 6px;
    display: inline-block;
    background-color: green;
}

.recent-activity-status .failed {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-right: 6px;
    display: inline-block;
    background-color: rgb(255, 174, 24);
}

.recent-activity-status .refund {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-right: 6px;
    display: inline-block;
    background-color: rgb(228, 174, 74);
}

.custom-widget .card {
    height: 200px;
    margin: 0px;
}

.custom-widget .card .card-header h3 {
    color: #6e6e6e;
}
