 body{
    font-family: 'Poppins', sans-serif;
}

.hidden {
    display:none;
}

.side--bar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 98;
    background: #fff;
    width: 300px;
    border-right: 1px solid #ebedf3;
}
.side--bar ul.navbar-nav {
    display: block; margin:0 -15px;
}
.side--bar .navbar-expand-md .navbar-collapse {
    display: block !important;
}
.side--bar .navbar {
    padding: 0;
}

.side--bar .navbar-brand {
    display: block;
    padding: 20px 25px;
    margin: 0;
}
.header {
    margin-left: 330px;
    padding: 10px 30px;
}
.user{background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #f1f1f1;
    text-align: center;
    line-height: 38px;
    font-size: 20px;
    color: #535386;
}
span.u-name {
    max-width: 80px;
    white-space: nowrap;
    line-height: 16px;
    font-size: 13px;
    color: #535386;
    text-align: right;
    margin-right: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}

main.main-wrapper {
    margin-left: 330px;
    padding-right: 30px;
}
.inner-wrap {
    min-height: calc(100vh - 167px);
}
.card.card-custom.card-stretch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.card.card-custom {
    -webkit-box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
    box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
    border: 0;
}
.card.card-custom>.card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 70px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}

.card.card-custom>.card-header .card-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: .5rem;
    margin-left: 0;
}
.font-weight-bold {
    font-weight: 500!important;
}
.card.card-custom>.card-header .card-title, .card.card-custom>.card-header .card-title .card-label {
    font-weight: 500 !important;
    font-size: 1.275rem;
    color: #181c32;
}

.card.card-custom>.card-body {
    padding: 2rem 2.25rem;
}

.card-header {
    padding: 2rem 2.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #ebedf3;
}

.gutter-b {
    margin-bottom: 25px;
}


.table.table-head-bg thead th:last-child, .table.table-head-bg thead tr:last-child {
    border-top-right-radius: .42rem;
    border-bottom-right-radius: .42rem;
}

.table.table-head-bg thead th:first-child, .table.table-head-bg thead tr:first-child {
    border-top-left-radius: .42rem;
    border-bottom-left-radius: .42rem;
    min-width: 55px;
}

.table.table-head-bg thead th, .table.table-head-bg thead tr {
    background-color: #f3f6f9;
    border-bottom: 0;
    letter-spacing: 1px;
}

.table.table-head-custom thead th, .table.table-head-custom thead tr {
    font-weight: 600;
   color: #8c8c8c!important;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1rem;
}

.table.table-vertical-center td, .table.table-vertical-center th {
    vertical-align: middle;
}

.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0;
}
.side--bar .nav-item .nav-link {
    display: block;
    font-size: 16px;
    padding: 0.5rem 2rem !important;
    color: #9393b3; align-items:center;
}
.side--bar .dropdown-toggle::after{ margin-left:auto;}
.side--bar .nav-item:hover .nav-link{ color:#6993ff}

.side--bar svg {
    fill: #b5b5c3; width:18px; height:18px;
}

.side--bar .nav-item:hover .nav-link svg {
    fill: #6993ff;
}
.side--bar .dropdown-item {
    padding: 5px 0;
    color: #9393b3; background:none !important
}

.side--bar .dropdown-item:hover{color:#535386}
.side--bar .navbar-expand-md .navbar-nav .dropdown-menu{ border:0;   position: static; padding:5px 70px;}


.wave {background-color: #fff;overflow: hidden;position: relative}
.wave>div {z-index: 1}
.wave:before {content: " ";position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: #fff;z-index: -1}
.wave:after {content: " ";width: 1000px;height: 1025px;position: absolute;bottom: 65%;left: -250px;border-radius: 35%; background: #fffcfc;z-index: 0; border: 1px solid #f1f1f1;z-index: 0}
.span_wave,.span_wave2,.span_wave3 {content: " ";width: 1000px;height: 1025px;position: absolute;bottom: 65%;left: -250px;border-radius: 35%;background:none;border:1px solid #f1f1f1;z-index: 0}
.span_wave3 {bottom: 60%;}
.wave:after,.span_wave,.span_wave2,.span_wave3  {-webkit-transform: rotate(45deg);transform: rotate(45deg)}
.hidden-box{ overflow:hidden; background:#fff !important}

.btn.btn-primary.btn-add {
    background: #6993ff;
    border: 0;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
}
.btn-add svg {
    margin-right: 10px;
}

.btn-add path {
    fill: #fff;
    margin-right: 10px;
}
.btn.btn-primary.btn-add:hover {
    background: #fff;
    color: #6993ff;
}
.btn.btn-primary.btn-add:hover path {
    fill: #6993ff;
}
.table-head-custom .btn-info,
.table-head-custom .btn-danger {
    background: #f3f6f9;
    border: 0;
    padding: 5px 10px;
}

.table-head-custom .btn-info svg,
.table-head-custom .btn-danger svg {
    width: 16px;
    height: 16px;
}
.table-head-custom .btn-info path,
.table-head-custom .btn-danger path {
    fill: #1bc5bd;}
	.table-head-custom .btn-danger path {
    fill: #f3697a;
}

.btn.btn-primary {
    background: #6993ff;
    border: 0;
    color: #fff;
    font-size: 14px;
  padding: 10px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.table-head-custom .btn-info:hover,
.table-head-custom .btn-danger:hover{background: #e4e6ef;}

.form-control {

    height: calc(1.6em + 1.5rem + 2px);
    padding: 0.375rem 0.80rem;

    background-color: #f3f6f9;
    border-color: #f3f6f9;
    color: #3f4254;
}
.table.table-head-custom thead th {
    white-space: nowrap;
}
.table.table-vertical-center td {
    word-break: break-all;
}
.table.table-head-custom thead th:last-child {
    text-align: right;
}


.wave-animate:after,.span_wave {-webkit-animation: animate-wave 15s infinite linear;animation: animate-wave 15s infinite linear}
.wave-animate-slower:after {-webkit-animation: animate-wave 30s infinite linear;animation: animate-wave 30s infinite linear}
.wave-animate-slow:after {-webkit-animation: animate-wave 25s infinite linear;animation: animate-wave 25s infinite linear}
.wave-animate-fast:after,.span_wave2,.span_wave3 {-webkit-animation: animate-wave 10s infinite linear;animation: animate-wave 10s infinite linear}
.wave-animate-faster:after {-webkit-animation: animate-wave 5s infinite linear;animation: animate-wave 5s infinite linear}
.wave.wave-primary {background-color: rgba(54, 153, 255, .1)!important}
.wave.wave-primary .svg-icon svg g [fill] {fill: #3699ff}
.wave.wave-secondary {background-color: rgba(228, 230, 239, .1)!important}
.wave.wave-secondary .svg-icon svg g [fill] {fill: #e4e6ef}
.wave.wave-success {background-color: rgba(27, 197, 189, .1)!important}
.wave.wave-success .svg-icon svg g [fill] {fill: #1bc5bd}
.wave.wave-info {background-color: rgba(137, 80, 252, .1)!important}
.wave.wave-info .svg-icon svg g [fill] {fill: #8950fc}
.wave.wave-warning {background-color: rgba(255, 168, 0, .1)!important}

@-webkit-keyframes animate-wave {from {-webkit-transform: rotate(0);transform: rotate(0)}
	to {-webkit-transform: rotate(360deg);transform: rotate(360deg)}}

@keyframes animate-wave {
	from {-webkit-transform: rotate(0);transform: rotate(0)}
	to {-webkit-transform: rotate(360deg);transform: rotate(360deg)}}

