.mb-100px {
    margin-bottom: 100px;
}
.transition-05,
.sidebar-wrap,
.sidebar-wrap .sidebar,
.sidebar-wrap.sidebar-pushcontent + main,
.chat-post,
.footer,
.filter {
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}
.transition-1 {
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
}
.mr-3 {
    margin-right: 15px;
}
.coverimg {
    background-size: cover;
    background-position: center top;
}
.coverimg img {
    display: none;
}
.coverimg + div {
    z-index: 1;
}
.coverimg + div + div {
    z-index: 1;
}
.h-5 {
    height: 5px;
}
.h-190 {
    height: 190px;
}
.h-100px {
    height: 100px;
}
.pl-0 {
    padding-left: 0;
}
.z-index-1 {
    z-index: 1;
}
.z-index-9 {
    z-index: 9;
}
.z-index-999 {
    z-index: 999;
}
.opacity-2 {
    opacity: 0.2;
}
.opacity-3 {
    opacity: 0.3;
}
.opacity-4 {
    opacity: 0.4;
}
.opacity-5 {
    opacity: 0.5;
}
hr {
    background-color: rgba(0, 0, 0, 0.25);
}
.tag {
    padding: 10px 15px;
    line-height: 20px;
    border-radius: 20px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.25);
}
.overlay {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
    position: absolute;
    background: -moz-linear-gradient(top, transparent 0%, transparent 42%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 42%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 42%, rgba(0, 0, 0, 0.65) 100%);
}
.phone3d {
    box-shadow: 0 10px 20px rgba(30, 42, 90, 0.1), inset 4px 4px 6px rgba(0, 0, 0, 0.1), inset -3px -3px 10px rgba(176, 187, 230, 0.8);
    display: inline-block;
    padding: 40px 15px 15px 15px;
    border-radius: 36px;
    background: #fff;
    position: relative;
}
.phone3d:before {
    content: "";
    height: 8px;
    width: 100px;
    position: absolute;
    left: 50%;
    top: 20px;
    background: #f0f2fa;
    margin-left: -50px;
    border-radius: 4px;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05);
}
.phone3d:after {
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    left: 50%;
    top: 20px;
    background: #f0f2fa;
    margin-left: 60px;
    border-radius: 4px;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05);
}
.phone3d iframe {
    border-color: #fff;
    box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.2);
    border-radius: 24px;
    overflow: hidden;
    border: 2px solid #e1e6f5;
    height: 812px;
    width: 375px;
}
code,
pre code {
    color: #d63384;
    white-space: pre-wrap;
}
.modal-dialog-ends {
    display: flex;
    align-items: flex-end;
    min-height: calc(100% - 1rem);
}
.border-left-5,
.card.border-left-5 {
    border-left-width: 5px;
    border-left-style: solid;
}
.blur {
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
}
.overflow-x-auto {
    overflow-x: auto;
}
.btn-close,
.accordion-button::after {
    background-size: 50%;
    background-position: center center;
}
@media screen and (min-width: 768px) {
    .h-190 {
        height: 305px;
    }
}
.text-muted {
    opacity: 0.6;
    color: inherit !important;
}
.text-success,
.alert-success {
    color: #42df8c !important;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 600;
}
h1,
.h1,
.h1 {
    font-size: 40px;
}
h2,
.h2,
.h2 {
    font-size: 32px;
}
h3,
.h3,
.h3 {
    font-size: 24px;
}
.underline-0 {
    text-decoration: none;
}
p:last-child {
    margin-bottom: 0;
}
small,
.small,
.small {
    font-size: 13px;
}
a.card-body {
    color: #000000;
    text-decoration: none;
}
.text-normal {
    color: inherit;
    text-decoration: none;
}
@media screen and (max-width: 400px) {
    h1,
    .h1,
    .h1 {
        font-size: 36px;
    }
    h3,
    .h3,
    .h3 {
        font-size: 20px;
    }
}
.text-primary {
    color: #7297f8 !important;
}
.text-default {
    color: #7297f8 !important;
}
html.menu-open {
    overflow: hidden;
}
body {
    background: #eef0f8;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    overflow-y: auto;
}
.dark-bg {
    background: #7297f8 url("../img/background1.png") repeat-x top left;
    color: #fff;
}
.dark-bg .toast {
    color: #000000;
}
.bg-default {
    background: #7297f8 !important;
}
.bg-primary {
    background: #7297f8 !important;
}
.bg-danger {
    background: #fb737c !important;
}
.bg-success {
    background: #65e5a1 !important;
}
.bg-warning {
    background: #ffc374 !important;
}
.bg-lights {
    background: #f5f6fb;
}
.bg-default-light,
.alert-default {
    background: #f5f8ff !important;
    color: #000000;
}
.bg-primary-light,
.alert-primary {
    background: #f5f8ff !important;
    color: #000000;
}
.bg-danger-light,
.alert-danger {
    background: #ffeff0 !important;
    color: #000000;
}
.bg-success-light,
.alert-success {
    background: #e8fbf1 !important;
    color: #000000;
}
.bg-warning-light,
.alert-warning {
    background: #fffaf4 !important;
    color: #000000;
}
.bg-white-opac {
    background-color: rgba(255, 255, 255, 0.25);
}
.bg-whiter {
    background-color: #ffffff;
}
.bg-none .list-item {
    background: transparent;
}
.main-container {
    padding-top: 15px;
}
.caret-none.dropdown-toggle::after {
    display: none;
}
.progressCircle {
    height: 80px;
    width: 80px;
    display: block;
    margin: 0 auto;
    position: relative;
}
.smallchart {
    width: 100px;
    height: 60px;
}
.progressbar-text {
    text-align: center;
    line-height: 12px;
}
.progressbar-text small,
.progressbar-text .small {
    font-size: 11px;
}
::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.65);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 640px) {
    .dark-bg {
        background: #7297f8 url("../img/background1.png") no-repeat top left;
        background-size: 100% auto;
    }
}
.btn:focus {
    outline: none;
    box-shadow: none;
}
.btn:not(.btn-lg):not(.btn-group-lg > .btn):not(.btn-group-lg > .btn):not(.btn-sm):not(.btn-group-sm > .btn):not(.btn-group-sm > .btn):not(.avatar) {
    padding: 0.657rem 0.75rem;
    font-size: 14px;
    line-height: 20px;
}
.btn:not(.btn-lg):not(.btn-group-lg > .btn):not(.btn-group-lg > .btn):not(.btn-sm):not(.btn-group-sm > .btn):not(.btn-group-sm > .btn):not(.avatar) i {
    font-size: 15px;
    vertical-align: middle;
}
.btn-lg,
.btn-group-lg > .btn,
.btn-group-lg > .btn {
    padding: 15px 15px;
    line-height: 30px;
    font-size: 18px;
}
.btn-link {
    text-decoration: none;
    color: #7297f8;
}
.btn-link:focus,
.btn-link:hover {
    color: #4173f6;
}
.btn-default {
    background-color: #222;
    color: #fff;
}
.btn-default:hover {
    background-color: #090909;
    color: #fff;
}
.btn-primary {
    background-color: #7297f8;
    border-color: #7297f8;
}
.btn-outline-primary {
    border-color: #7297f8;
    color: #7297f8;
}
.btn-danger {
    background-color: #fb737c;
    border-color: #fb737c;
}
.btn-outline-danger {
    border-color: #fb737c;
    color: #fb737c;
}
.btn-outline-primary {
    border-color: #7297f8;
    color: #7297f8;
}
.btn-warning {
    background-color: #ffc374;
    border-color: #ffc374;
}
.btn-outline-warning {
    border-color: #ffc374;
    color: #ffc374;
}
.btn-success {
    background-color: #65e5a1;
    border-color: #65e5a1;
}
.btn-outline-success {
    border-color: #65e5a1;
    color: #65e5a1;
}
.btn-outline-purple {
    background-color: transparent;
    border: 1px solid #7521f3;
    color: #7521f3;
}
.btn-outline-purple:focus,
.btn-outline-purple:hover,
.btn-outline-purple.active {
    background-color: #5c0cd5;
    color: white;
}
.btn-check:checked + .btn-outline-purple {
    background-color: #5c0cd5;
    color: white;
}
.btn-check:checked + .background-btn {
    opacity: 1;
}
.btn-check:checked + label.btn:focus {
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.btn-check:focus + label.btn {
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
    background-color: #7297f8;
    border-color: #7297f8;
}
.form-floating {
    background: transparent;
    color: #000000;
    border: 0;
    position: relative;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    font-size: 13px;
}
.form-floating .form-control {
    background: #ffffff;
    border: 0;
}
.form-floating.is-valid .form-control {
    border-right: 5px #198754 solid;
}
.form-floating.is-invalid .form-control {
    border-right: 5px #dc3545 solid;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
}
.tooltip-btn {
    background: none;
    border: 0;
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -21px;
    right: 5px;
}
.search-header {
    position: relative;
}
.search-header .form-control {
    padding: 0.625rem 0.75rem;
}
.form-check-input:checked {
    background-color: #7297f8;
    border-color: #7297f8;
}
.noUi-target {
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #e7eaf5;
    border: 1px solid #e0e3f2;
}
.noUi-target.noUi-horizontal {
    height: 10px;
}
.noUi-target .noUi-origin .noUi-handle {
    height: 30px;
    width: 30px;
    top: -11px;
    border: 0;
    box-shadow: 0 35x 7px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    border: 1px solid #eef0f8;
}
.noUi-target .noUi-origin .noUi-handle:before {
    display: none;
}
.noUi-target .noUi-origin .noUi-handle:after {
    display: none;
}
.noUi-target .noUi-connect {
    background: #7297f8;
}
.number-incrementer {
    vertical-align: middle;
}
.number-incrementer .btn {
    padding: 0 10px;
    line-height: 18px;
    margin: 0;
}
.number-incrementer p {
    line-height: 16px;
    display: block;
    font-size: 12px;
}
.loader-wrap {
    background: rgba(114, 151, 248, 0.85);
    color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
}
.loader-wrap strong {
    font-weight: 600;
}
.loader-cube-wrap {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.loader-cube-wrap .loader-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.loader-cube-wrap .loader-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    -webkit-animation: loaderangle 2.4s infinite linear both;
    animation: loaderangle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.loader-cube-wrap .loader-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}
.loader-cube-wrap .loader-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.loader-cube-wrap .loader-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}
.loader-cube-wrap .loader-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.loader-cube-wrap .loader-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}
.loader-cube-wrap .loader-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
@-webkit-keyframes loaderangle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
@keyframes loaderangle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
.header {
    padding: 8px 15px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
}
.header .menu-btn {
    font-size: 20px;
}
.header.active {
    background: rgba(220, 224, 241, 0.95);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    -webkt-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
main.has-header {
    padding-top: 60px;
}
.avatar {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    text-align: center;
    vertical-align: middle;
}
.avatar > i {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}
.avatar > img {
    width: 100%;
    vertical-align: top;
}
.avatar.avatar-6 {
    line-height: 6px;
    height: 6px;
    width: 6px;
}
.avatar.avatar-10 {
    line-height: 10px;
    height: 10px;
    width: 10px;
}
.avatar.avatar-15 {
    line-height: 15px;
    height: 15px;
    width: 15px;
}
.avatar.avatar-20 {
    line-height: 20px;
    height: 20px;
    width: 20px;
}
.avatar.avatar-30 {
    line-height: 30px;
    height: 30px;
    width: 30px;
}
.avatar.avatar-36 {
    line-height: 36px;
    height: 36px;
    width: 36px;
}
.avatar.avatar-40 {
    line-height: 40px;
    height: 40px;
    width: 40px;
}
.avatar.avatar-44 {
    line-height: 44px;
    height: 44px;
    width: 44px;
}
.avatar.avatar-50 {
    line-height: 50px;
    height: 50px;
    width: 50px;
}
.avatar.avatar-60 {
    line-height: 60px;
    height: 60px;
    width: 60px;
}
.avatar.avatar-70 {
    line-height: 70px;
    height: 70px;
    width: 70px;
}
.avatar.avatar-80 {
    line-height: 80px;
    height: 80px;
    width: 80px;
}
.avatar.avatar-90 {
    line-height: 90px;
    height: 90px;
    width: 90px;
}
.avatar.avatar-100 {
    line-height: 100px;
    height: 100px;
    width: 100px;
}
.avatar.avatar-110 {
    line-height: 110px;
    height: 110px;
    width: 110px;
}
.avatar.avatar-120 {
    line-height: 120px;
    height: 120px;
    width: 120px;
}
.avatar.avatar-130 {
    line-height: 130px;
    height: 130px;
    width: 130px;
}
.avatar.avatar-140 {
    line-height: 140px;
    height: 140px;
    width: 140px;
}
.avatar.avatar-150 {
    line-height: 150px;
    height: 150px;
    width: 150px;
}
.avatar.avatar-160 {
    line-height: 160px;
    height: 160px;
    width: 160px;
}
.avatar-group {
    z-index: 1;
    display: flex;
}
.avatar-group .avatar {
    z-index: 1;
    margin-left: -20px;
}
.avatar-group .avatar:nth-child(1) {
    z-index: 9;
}
.avatar-group .avatar:nth-child(2) {
    z-index: 8;
}
.avatar-group .avatar:nth-child(3) {
    z-index: 7;
}
.avatar-group .avatar:nth-child(4) {
    z-index: 6;
}
.avatar-group .avatar:nth-child(5) {
    z-index: 5;
}
.avatar-group .avatar:nth-child(6) {
    z-index: 4;
}
.avatar-group .avatar:nth-child(7) {
    z-index: 3;
}
.avatar-group .avatar:nth-child(8) {
    z-index: 2;
}
.avatar-group .avatar:nth-child(9) {
    z-index: 1;
}
.avatar-group .avatar:nth-child(10) {
    z-index: 0;
}
.avatar-group .avatar:nth-child(1) {
    margin-left: 0;
}
.sidebar-wrap {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99;
    opacity: 0;
    left: -100%;
}
.sidebar-wrap .sidebar {
    float: left;
    display: block;
    background: #7297f8;
    color: #fff;
    min-height: 100%;
    padding: 15px;
    position: relative;
    width: 280px;
    z-index: 1;
}
.sidebar-wrap .sidebar .nav {
    flex-direction: column;
}
.sidebar-wrap .sidebar .nav .nav-item {
    margin-bottom: 10px;
}
.sidebar-wrap .sidebar .nav .nav-item.dropdown .dropdown-toggle::after {
    display: none;
}
.sidebar-wrap .sidebar .nav .nav-item.dropdown .dropdown-toggle > .arrow {
    display: block;
}
.sidebar-wrap .sidebar .nav .nav-item.dropdown .dropdown-toggle > .arrow > .plus {
    display: block;
}
.sidebar-wrap .sidebar .nav .nav-item.dropdown .dropdown-toggle > .arrow > .minus {
    display: none;
}
.sidebar-wrap .sidebar .nav .nav-item.dropdown .dropdown-toggle.show {
    border-radius: 5px 5px 0 0;
    background: rgba(255, 255, 255, 0.15);
}
.sidebar-wrap .sidebar .nav .nav-item.dropdown .dropdown-toggle.show > .arrow > .plus {
    display: none;
}
.sidebar-wrap .sidebar .nav .nav-item.dropdown .dropdown-toggle.show > .arrow > .minus {
    display: block;
}
.sidebar-wrap .sidebar .nav .nav-item.dropdown .dropdown-menu {
    background: transparent;
    border: 0;
    padding: 5px;
    border-radius: 0 0 5px 5px;
    background: rgba(255, 255, 255, 0.07);
}
.sidebar-wrap .sidebar .nav .nav-item.dropdown .dropdown-menu > li {
    margin-bottom: 5px;
}
.sidebar-wrap .sidebar .nav .nav-item.dropdown .dropdown-menu > li:last-child {
    margin-bottom: 0;
}
.sidebar-wrap .sidebar .nav .nav-item .nav-link {
    display: flex;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    padding: 0;
}
.sidebar-wrap .sidebar .nav .nav-item .nav-link > * {
    vertical-align: middle;
}
.sidebar-wrap .sidebar .nav .nav-item .nav-link > .arrow {
    display: none;
    opacity: 0.5;
    margin-right: 15px;
}
.sidebar-wrap .sidebar .nav .nav-item .nav-link > .icon {
    margin-right: 15px;
}
.sidebar-wrap .sidebar .nav .nav-item .nav-link:hover {
    background: rgba(255, 255, 255, 0.15);
}
.sidebar-wrap .sidebar .nav .nav-item .nav-link.active {
    background: transparent;
}
.sidebar-wrap .sidebar .nav .nav-item .nav-link.active > .arrow {
    display: block;
}
.sidebar-wrap .sidebar .nav .nav-item .nav-link.active > .icon {
    background: rgba(255, 255, 255, 0.15);
}
.sidebar-wrap .sidebar .nav .nav-item .nav-link.active:hover {
    background: rgba(255, 255, 255, 0.15);
}
.sidebar-wrap.sidebar-overlay {
    background: transparent;
}
.sidebar-wrap.sidebar-overlay .sidebar {
    width: 280px;
    left: -280px;
}
.sidebar-wrap.sidebar-overlay .sidebar .nav .nav-item.dropdown .dropdown-menu {
    position: relative !important;
    transform: none !important;
}
.sidebar-wrap.sidebar-pushcontent {
    background: transparent;
    width: 280px;
    left: -280px;
}
.sidebar-wrap.sidebar-pushcontent + main {
    margin-left: 0;
    width: 100%;
}
.sidebar-wrap.sidebar-pushcontent .sidebar {
    width: 280px;
}
.sidebar-wrap.sidebar-pushcontent .sidebar .nav .nav-item.dropdown .dropdown-menu {
    position: relative !important;
    transform: none !important;
}
.sidebar-wrap.sidebar-pushcontent .closemenu {
    display: none;
}
.sidebar-wrap.sidebar-fullmenu {
    background: transparent;
}
.sidebar-wrap.sidebar-fullmenu .closemenu {
    background: transparent;
    transform: none;
    bottom: 0;
    right: 0;
    margin: 0px auto;
    color: #fff !important;
    z-index: 2;
    height: 66px;
    width: 66px;
    border-left: 33px solid transparent;
    border-bottom: 33px solid rgba(0, 0, 0, 0.2);
    border-right: 33px solid rgba(0, 0, 0, 0.1);
    border-top: 33px solid transparent;
    opacity: 1;
}
.sidebar-wrap.sidebar-fullmenu .closemenu:after {
    content: "x";
    position: absolute;
    bottom: -20px;
    right: -20px;
    font-size: 14px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background: #000;
    text-align: center;
    display: inline-block;
    letter-spacing: 0;
    border-radius: 15px;
    text-indent: 0;
}
.sidebar-wrap.sidebar-fullmenu .sidebar {
    width: 100%;
    left: 0;
}
.sidebar-wrap.sidebar-fullmenu .sidebar .nav {
    width: 80%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
}
.sidebar-wrap.sidebar-fullmenu .sidebar .nav .nav-item {
    width: 33.3%;
    text-align: center;
}
.sidebar-wrap.sidebar-fullmenu .sidebar .nav .nav-item .nav-link {
    flex-direction: column;
    font-size: 12px;
    padding-top: 10px;
}
.sidebar-wrap.sidebar-fullmenu .sidebar .nav .nav-item .nav-link .icon {
    margin: 0 auto;
    font-size: 30px;
    height: 60px;
    width: 60px;
    line-height: 60px;
}
.sidebar-wrap.sidebar-fullmenu .sidebar .nav .nav-item .nav-link .arrow {
    display: none;
}
.sidebar-wrap.sidebar-fullmenu .sidebar .nav .nav-item .nav-link.active .arrow {
    display: none;
}
.sidebar-wrap.sidebar-fullmenu .sidebar .nav .nav-item.dropdown .dropdown-toggle > .arrow {
    display: block;
    position: absolute;
    margin: 5px;
    line-height: 25px;
    width: 10px;
    text-align: center;
    right: 0;
    bottom: 0;
}
.sidebar-wrap.sidebar-fullmenu .sidebar .nav .nav-item.dropdown .dropdown-toggle > .arrow .plus {
    display: block;
}
.sidebar-wrap.sidebar-fullmenu .sidebar .nav .nav-item.dropdown .dropdown-toggle > .arrow .minus {
    display: none;
}
.sidebar-wrap.sidebar-fullmenu .sidebar .nav .nav-item.dropdown .dropdown-toggle.show > .arrow .plus {
    display: none;
}
.sidebar-wrap.sidebar-fullmenu .sidebar .nav .nav-item.dropdown .dropdown-toggle.show > .arrow .minus {
    display: block;
}
.sidebar-wrap.sidebar-fullmenu .sidebar .nav .nav-item.dropdown .dropdown-menu {
    border-radius: 5px;
    background: #7ea0f9;
    margin-top: -2px !important;
}
.sidebar-wrap.sidebar-fullmenu .sidebar .nav .nav-item.dropdown .dropdown-menu li {
    width: 100%;
}
.sidebar-wrap.sidebar-fullmenu .sidebar .nav .nav-item.dropdown .dropdown-menu li .nav-link {
    flex-direction: row;
    font-size: 14px;
    padding-top: 0;
}
.sidebar-wrap.sidebar-fullmenu .sidebar .nav .nav-item.dropdown .dropdown-menu li .nav-link .icon {
    margin: 0 5px 0 auto;
    font-size: 16px;
    height: 40px;
    width: 40px;
    line-height: 40px;
}
.sidebar-wrap .closemenu {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0;
    text-transform: uppercase;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    z-index: 1;
    padding: 0;
    background: transparent;
    border-radius: 0;
    color: #fff !important;
    z-index: 0;
    text-indent: 100%;
    width: 100%;
    height: 100%;
}
.menu-open {
    overflow: hidden;
}
.menu-open .sidebar-wrap {
    left: 0;
    opacity: 1;
}
.menu-open .sidebar-wrap.sidebar-overlay {
    background: rgba(114, 151, 248, 0.5);
}
.menu-open .sidebar-wrap.sidebar-overlay .sidebar {
    left: 0;
}
.menu-open .sidebar-wrap.sidebar-pushcontent {
    box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.15);
}
.menu-open .sidebar-wrap.sidebar-pushcontent + main {
    transform: scale(1);
    margin-left: 280px;
}
.page-sidebar {
    width: 280px;
}
.card {
    border: none;
}
.card .card-header {
    padding: 0.6rem 1rem;
    background: none;
    border-color: #eef0f8;
}
.card .card-footer {
    padding: 0.6rem 1rem;
    background: none;
    border-color: #eef0f8;
}
.swiper-container {
    z-index: 0;
}
.swiperhighlight .swiper-wrapper .swiper-slide {
    width: 132px;
    padding: 2px 0 5px 12px;
}
.swipersummary .swiper-wrapper .swiper-slide {
    width: 152px;
    padding: 2px 0 5px 12px;
}
.swiperprojects .swiper-wrapper .swiper-slide {
    width: 302px;
    padding: 2px 0 5px 12px;
}
.swiperprojects .swiper-wrapper .swiper-slide .card-img-top {
    height: 190px;
    background-size: cover;
}
.swiperprojects .swiper-wrapper .swiper-slide .card-img-top img {
    width: 100%;
    display: none;
}
.swipercategory .swiper-wrapper .swiper-slide {
    width: auto;
    padding: 2px 0 5px 15px;
}
.swipercategory .swiper-wrapper .swiper-slide p {
    opacity: 0.5;
}
.swipercategory .swiper-wrapper .swiper-slide .card {
    color: #7297f8;
    width: 60px;
    height: 60px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.swipercategory .swiper-wrapper .swiper-slide .card .card-body {
    padding: 0;
    line-height: 54px;
    vertical-align: middle;
}
.swipercategory .swiper-wrapper .swiper-slide .card .card-body > div {
    display: inline-block;
    vertical-align: middle;
}
.swipercategory .swiper-wrapper .swiper-slide.active p {
    opacity: 1;
}
.swipercategory .swiper-wrapper .swiper-slide.active .card {
    background-color: #7297f8;
    color: #fff;
}
.swipertrending .swiper-wrapper .swiper-slide {
    width: 200px;
    padding: 2px 0 5px 12px;
}
.swipertrending .swiper-wrapper .swiper-slide .card-img-top {
    background-size: cover;
}
.swipertrending .swiper-wrapper .swiper-slide .card-img-top img {
    width: 100%;
    display: none;
}
.list-group-item {
    padding: 15px;
}
.list-group.bg-none .list-group-item {
    background: transparent;
}
.chat-list {
    margin: 20px auto 75px auto;
    font-size: 15px;
}
.chat-list .figure,
.chat-list figure,
.chat-list iframe,
.chat-list video {
    border-radius: 5px;
    overflow: hidden;
    display: block;
    max-width: 100%;
}
.chat-list .left-chat {
    margin-bottom: 15px;
}
.chat-list .left-chat .chat-block {
    padding: 15px;
    border-radius: 4px 4px 4px 0px;
    margin-right: 3px;
    position: relative;
    width: auto;
    display: inline-block;
    background-color: #a3bbfa;
    color: #fff;
    margin-bottom: 5px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    max-width: 90%;
}
.chat-list .left-chat .chat-block:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -16px;
    height: 8px;
    width: 8px;
    border-radius: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    z-index: 1;
    border-top-color: #a3bbfa;
    border-left-color: #a3bbfa;
}
.chat-list .left-chat .time {
    padding-left: 15px;
}
.chat-list .right-chat {
    margin-bottom: 15px;
    text-align: right;
}
.chat-list .right-chat .chat-block {
    text-align: left;
    background: #ede9e9;
    padding: 15px;
    border-radius: 4px 4px 0px 4px;
    margin-left: 3px;
    position: relative;
    color: #999999;
    background-color: #fff;
    width: auto;
    display: inline-block;
    margin-bottom: 5px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
    max-width: 90%;
}
.chat-list .right-chat .chat-block:before {
    content: "";
    position: absolute;
    right: 0px;
    bottom: -16px;
    height: 8px;
    width: 8px;
    border-radius: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    border-right-color: #fff;
    border-top-color: #fff;
    z-index: 1;
}
.chat-list .right-chat .time {
    padding-right: 15px;
}
.chat-post {
    background: #fff;
    color: #7297f8;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 10px 15px;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
    -webkt-box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
}
.date-list {
    padding: 0 5px;
}
.date-list li,
.date-list .date {
    float: left;
    list-style: none;
    padding: 10px 15px;
    border-radius: 5px;
    text-align: center;
}
.date-list li.active,
.date-list .date.active {
    background-color: #7297f8;
    color: #fff;
}
.log-information li {
    border: 0;
    padding: 10px 15px 10px 50px;
    background-color: transparent;
}
.log-information li:after {
    content: "";
    height: 100%;
    width: 1px;
    background: rgba(121, 121, 121, 0.2);
    display: block;
    position: absolute;
    left: 20px;
    top: 0;
    z-index: 0;
}
.log-information li:before {
    content: "";
    height: 1px;
    width: 20px;
    background: rgba(121, 121, 121, 0.2);
    display: block;
    position: absolute;
    left: 20px;
    top: 22px;
    z-index: 0;
}
.log-information li .avatar {
    position: absolute;
    left: 13px;
    top: 15px;
    border-width: 3px;
    border-style: solid;
    z-index: 1;
}
.log-information li .avatar:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
}
.log-information li p {
    margin: 0;
}
.log-information.bubble-sheet li p {
    border-radius: 0;
    background: #fff;
    padding: 15px 15px;
    position: relative;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    opacity: 1;
}
.log-information.bubble-sheet li p:before {
    content: "";
    border-right: 10px solid #fff;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    height: 10px;
    width: 10px;
    border-radius: 0px;
    position: absolute;
    left: -20px;
    top: 10px;
}
.has-footer {
    padding-bottom: 60px;
}
.footer {
    background: #fff;
    color: #7297f8;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
    -webkt-box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
}
.footer .nav {
    align-items: center;
    max-width: 480px;
    margin: 0 auto;
}
.footer .nav .nav-item {
    height: 60px;
}
.footer .nav .nav-item .nav-link {
    text-align: center;
    background: transparent;
    color: #888888;
    align-self: center;
    -webkit-align-self: center;
    -moz-align-self: center;
    height: 100%;
    line-height: 44px;
}
.footer .nav .nav-item .nav-link span {
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.footer .nav .nav-item .nav-link span .nav-icon {
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    width: 20px;
    display: inline-block;
    margin: 0 auto;
}
.footer .nav .nav-item .nav-link span .nav-text {
    font-size: 10px;
    line-height: 18px;
    vertical-align: middle;
    display: none;
}
.footer .nav .nav-item .nav-link.active {
    color: #7297f8;
}
.footer .nav .nav-item .nav-link.active .nav-text {
    display: block;
}
.menu-open .footer {
    margin-bottom: -60px;
}
.dark-mode {
    background-color: #222222;
    color: #ffffff;
}
.dark-mode .btn-default {
    background-color: #7297f8;
}
.dark-mode .form-control {
    background-color: #000000;
}
.dark-mode body {
    background-color: #111111;
}
.dark-mode .dark-bg .toast {
    color: #ffffff;
}
.dark-mode .card,
.dark-mode .list-group-item,
.dark-mode .bg-whiter,
.dark-mode .accordion-item,
.dark-mode .toast {
    background-color: #333333;
}
.dark-mode .header.active,
.dark-mode .footer,
.dark-mode .btn-light,
.dark-mode .progress,
.dark-mode .noUi-target,
.dark-mode .filter .card .form-control,
.dark-mode .accordion-button,
.dark-mode .toast-header {
    background-color: #444444;
}
.dark-mode .filter .card,
.dark-mode .dropdown-menu,
.dark-mode .bg-lights {
    background-color: #555555;
}
.dark-mode body,
.dark-mode .btn-light,
.dark-mode .form-floating,
.dark-mode .footer,
.dark-mode .form-control,
.dark-mode .footer .nav .nav-item .nav-link.active,
.dark-mode .list-group-item,
.dark-mode a.card-body,
.dark-mode .text-normal,
.dark-mode .dropdown-menu,
.dark-mode .dropdown-menu .dropdown-item,
.dark-mode .accordion-button,
.dark-mode .toast-header {
    color: #ffffff;
}
.dark-mode .text-secondary {
    color: #ffffff !important;
    opacity: 0.65;
}
.dark-mode .footer .nav .nav-item .nav-link,
.dark-mode .btn-link {
    color: #8aa9f9;
}
.dark-mode .card .card-header,
.dark-mode .card .card-footer,
.dark-mode .border,
.dark-mode .btn-light,
.dark-mode .noUi-target,
.dark-mode .modal-header,
.dark-mode .modal-footer {
    border-color: #444444;
}
.filter {
    position: fixed;
    z-index: 999;
    width: 300px;
    left: -300px;
    top: 0;
    height: 100%;
    overflow-y: auto;
    padding: 8px 10px;
}
.filter .card {
    background-color: #f7f8fc;
}
.filter-open .filter {
    left: 0;
}
.rtl {
    direction: rtl;
}
.rtl .tooltip-btn {
    left: 5px;
    right: auto;
}
.rtl .nav {
    padding-right: 0;
}
.rtl .dropdown-menu {
    text-align: right;
}
.rtl .toast-header .btn-close {
    margin-left: -0.375rem;
    margin-right: 0.75rem;
}
.rtl .me-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
}
.rtl .me-2 {
    margin-right: 0 !important;
    margin-left: 0.5rem !important;
}
.rtl .pl-0 {
    padding-left: calc(var(--bs-gutter-x) / 2);
    padding-right: 0;
}
.rtl .float-end {
    float: left !important;
}
.rtl .text-end {
    text-align: left !important;
}
.rtl .form-floating > label {
    left: auto;
    right: 0;
}
.rtl .sidebar-wrap {
    left: auto;
    right: -100%;
}
.rtl .sidebar-wrap .closemenu {
    right: auto;
    left: -25px;
}
.rtl .sidebar-wrap .sidebar {
    float: right;
}
.rtl .sidebar-wrap .sidebar .nav .nav-item .nav-link > .icon {
    margin-left: 15px;
    margin-right: 0;
}
.rtl .sidebar-wrap.sidebar-overlay .sidebar {
    left: auto;
    right: 0;
}
.rtl .sidebar-wrap.sidebar-fullmenu .closemenu {
    left: 15px;
    right: auto;
}
.rtl .sidebar-wrap.sidebar-fullmenu .nav .nav-item .nav-link > .icon {
    margin-left: auto;
    margin-right: auto;
}
.rtl.menu-open .sidebar-wrap {
    right: 0;
}
.rtl.menu-open .sidebar-wrap.sidebar-pushcontent + main {
    margin-left: auto;
    transform: scale(1);
    margin-right: 280px;
}
.fc {
    border-radius: 5px;
    overflow: hidden;
}
.fc a {
    text-decoration: none;
}
.fc .fc-toolbar-title {
    color: #fff;
    font-size: 16px;
}
.fc .fc-button {
    padding: 0.275em 0.475em;
    font-size: 0.95em;
    line-height: 1.7;
}
.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0em;
    padding: 10px 15px;
    background-color: #8aa9f9;
}
.fc .fc-toolbar.fc-header-toolbar .fc-button {
    background-color: #99b4fa;
    border-color: #8aa9f9;
}
.fc .fc-toolbar.fc-header-toolbar .fc-button:focus {
    box-shadow: none;
    outline: none;
}
.fc.fc-theme-standard table {
    border: 0 none;
    border-collapse: collapse;
}
.fc.fc-theme-standard table th {
    background-color: #7297f8;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 0;
    line-height: 20px;
    border: none;
}
.fc.fc-theme-standard table th a.fc-col-header-cell-cushion {
    color: #fff;
    font-weight: normal;
}
.fc.fc-theme-standard table td {
    border: none;
}
.fc.fc-theme-standard table table td {
    background-color: transparent;
    color: inherit;
    font-size: 14px;
    text-decoration: none;
    padding: 0;
    border: 1px solid rgba(190, 190, 190, 0.3);
}
.fc.fc-theme-standard table table td a {
    color: inherit;
    font-weight: normal;
}
.fc.fc-theme-standard table table td .fc-daygrid-more-link {
    font-size: 10px;
    color: #7297f8;
}
.fc.fc-theme-standard table table td .fc-daygrid-day-events {
    margin-top: -8px;
}
.fc.fc-theme-standard table table td:first-child {
    border-left: none;
}
.fc.fc-theme-standard table table td:last-child {
    border-right: none;
}
.fc.fc-theme-standard table table tr:first-child td {
    border-bottom: none;
}
.fc.fc-theme-standard table table tr:last-child td {
    border-bottom: none;
}
@media screen and (max-width: 480px) {
    .fc.fc-theme-standard table table td .fc-daygrid-more-link {
        height: 8px;
        width: 8px;
        border-radius: 5px;
        background-color: #7297f8;
        text-indent: 15px;
        overflow: hidden;
        display: block;
    }
}
