/* Custom CSS*/
body{
    position:relative !important;
}
.logo-icon {
    width: 30px !important;
}
.logo-text {
    color:#fff !important;
    font-size: 25px !important;
    margin-left: 15px !important;
}
.toggle-icon {
	font-size: 22px !important;
	cursor: pointer !important;
	color: #8833ff !important;
}
.sidebar-header{
    border-bottom:0 !important;
}
.sidebar-wrapper, .sidebar-header {
    background: linear-gradient(to top, #5241BF 0%, #5241BF 100%) !important;
  
}

.sidebar-wrapper .metismenu ul {
    border: none !important;
    background: none !important;
}

.sidebar-wrapper .metismenu a {
    /* position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 10px 15px;
    font-size: 15px;
    color: #5f5f5f;
    outline-width: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: .5px; */
    border: none !important;
	color: #fff !important;
    /* transition: all .3s ease-out; */
}

.sidebar-wrapper .metismenu a:hover, .sidebar-wrapper .metismenu a:focus, .sidebar-wrapper .metismenu a:active, .sidebar-wrapper .metismenu .mm-active>a {
    color: #5241BF !important;
    text-decoration: none !important;
    background: #ededed !important;
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .toggle-icon {
    display: none !important;
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .simplebar-content-wrapper,
	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .simplebar-mask {
    overflow: visible !important;
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .simplebar-scrollbar {
    display: none !important;
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .simplebar-offset {
    bottom: 0 !important;
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu {
    padding:0;
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li+li {
  margin-top:0 !important;
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu a {
    justify-content: start !important;
    background: #5241bf !important;
    color:#fff !important;
	padding: 10px 23px;
   
}

.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .mm-active>a {
  color: #84b5ff !important;
  text-decoration: none !important;
  /* background: #8833ffa6 !important; */
}

.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li:hover {
    position: relative;
    width: 320px;
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li .menu-title{
    display:inline;
	  margin-left: 60px;
      white-space: nowrap;
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li .menu-title:hover {
    color: #dbd5ffc0;
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li:hover > .mm-collapse,.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li:hover > .mm-collapsing {
    display: block !important;
    left: 70px;
    position: absolute;
    /* width: 250px; */
	  height:auto !important;
    background: #fff;
    top:35px;
   /*  -webkit-box-shadow: var(--ct-box-shadow);
    box-shadow: var(--ct-box-shadow); */
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li:hover > ul li {
    background: no-repeat;
    width: 250px;
}
.xn-openable li .menu-title {
  margin-left: 0 !important;
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li ul li ul {
	/* position: absolute; */
	margin-top:-40px;
	margin-left:170px;
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu > li:nth-child(9) > ul{
    position: absolute !important;
    top: -175px !important;
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu > li:nth-child(9) > ul > li:nth-child(4) > ul {
    position: absolute !important;
    top: -180px !important;
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu > li:nth-child(10) > ul {
    position: absolute !important;
    top: -380px !important;
}
.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu > li:nth-child(11) > ul{
    position: absolute !important;
    top: -300px !important;
}

.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu > li:nth-child(12) > ul,.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu > li:nth-child(13) > ul {
    position: absolute !important;
    top: -250px !important;
}

.navbar-expand {
    justify-content: space-between !important;
}

.topbar .navbar {
    padding-left: 10px !important;
}

/* Dropdown */
.dropdown-menu.show {
    display: block !important;
}
.dropdown-large .msg-avatar {
    width: 45px !important;
    height: 45px !important;
    border-radius: 50% !important;
    margin-right: 15px !important;
}
.user-info{
    text-align:right !important;
}
.user-box .dropdown-menu-end[data-bs-popper] {
    right: 14px !important;
}

/* Buttons */
.btn-primary {
    color: #fff !important;
    background-color: #727cf5 !important;
    border-color: #727cf5 !important;
}
.btn-primary:hover {
    color: #fff !important;
    background-color: #6169d0 !important;
    border-color: #5b63c4 !important;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
    color: #fff !important;
    background-color: #6169d0 !important;
    border-color: #5b63c4 !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(135, 144, 247, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(135, 144, 247, 0.5) !important;
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #5b63c4 !important;
    border-color: #565db8 !important;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(135, 144, 247, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(135, 144, 247, 0.5) !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff !important;
    background-color: #727cf5 !important;
    border-color: #727cf5 !important;
}


.btn-secondary {
    color: #fff;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}
.btn-secondary:hover {
    color: #fff !important;
    background-color: #5c636a !important;
    border-color: #565e64 !important;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
    color: #fff !important;
    background-color: #5c636a !important;
    border-color: #565e64 !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5) !important;
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff !important;
    background-color: #565e64 !important;
    border-color: #51585e !important;
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5) !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}


.btn-success {
    color: #fff !important;
    background-color: #0acf97 !important;
    border-color: #0acf97 !important;
}
.btn-success:hover {
    color: #fff !important;
    background-color: #09b080 !important;
    border-color: #08a679 !important;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
    color: #fff !important;
    background-color: #09b080 !important;
    border-color: #08a679 !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 214, 167, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(47, 214, 167, 0.5) !important;
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
    color: #fff !important;
    background-color: #08a679 !important;
    border-color: #089b71 !important;
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 214, 167, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(47, 214, 167, 0.5) !important;
}
.btn-success.disabled,
.btn-success:disabled {
    color: #fff !important;
    background-color: #0acf97 !important;
    border-color: #0acf97 !important;
}

.btn-info {
    color: #fff !important;
    background-color: #39afd1 !important;
    border-color: #39afd1 !important;
}
.btn-info:hover {
    color: #fff !important;
    background-color: #3095b2 !important;
    border-color: #2e8ca7 !important;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
    color: #fff;
    background-color: #3095b2 !important;
    border-color: #2e8ca7 !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(87, 187, 216, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(87, 187, 216, 0.5) !important;
}
.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
    color: #fff !important;
    background-color: #2e8ca7 !important;
    border-color: #2b839d !important;
}
.btn-check:active + .btn-info:focus,
.btn-check:checked + .btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(87, 187, 216, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(87, 187, 216, 0.5) !important;
}
.btn-info.disabled,
.btn-info:disabled {
    color: #fff !important;
    background-color: #39afd1 !important;
    border-color: #39afd1 !important;
}
.btn-warning {
    color: #313a46 !important;
    background-color: #ffbc00 !important;
    border-color: #ffbc00 !important;
}
.btn-warning:hover {
    color: #313a46 !important;
    background-color: #ffc626 !important;
    border-color: #ffc31a !important;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
    color: #313a46 !important;
    background-color: #ffc626 !important;
    border-color: #ffc31a !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 169, 11, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(224, 169, 11, 0.5) !important;
}
.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
    color: #313a46 !important;
    background-color: #ffc933 !important;
    border-color: #ffc31a !important;
}
.btn-check:active + .btn-warning:focus,
.btn-check:checked + .btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 169, 11, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(224, 169, 11, 0.5) !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #313a46 !important;
    background-color: #ffbc00 !important;
    border-color: #ffbc00 !important;
}
.btn-danger {
    color: #fff !important;
    background-color: #fa5c7c !important;
    border-color: #fa5c7c !important;
}
.btn-danger:hover {
    color: #fff !important;
    background-color: #d54e69 !important;
    border-color: #c84a63 !important;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
    color: #fff !important;
    background-color: #d54e69 !important;
    border-color: #c84a63 !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 116, 144, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(251, 116, 144, 0.5) !important;
}
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
    color: #fff !important;
    background-color: #c84a63 !important;
    border-color: #bc455d !important;
}
.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 116, 144, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(251, 116, 144, 0.5) !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff !important;
    background-color: #fa5c7c !important;
    border-color: #fa5c7c !important;
}
.btn-light {
    color: #313a46 !important;
    background-color: #eef2f7 !important;
    border-color: #eef2f7 !important;
}
.btn-light:hover {
    color: #313a46 !important;
    background-color: #f1f4f8 !important;
    border-color: #f0f3f8 !important;
}
.btn-check:focus + .btn-light,
.btn-light:focus {
    color: #313a46 !important;
    background-color: #f1f4f8 !important;
    border-color: #f0f3f8 !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 214, 220, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(210, 214, 220, 0.5) !important;
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
    color: #313a46 !important;
    background-color: #f1f5f9 !important;
    border-color: #f0f3f8 !important;
}
.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 214, 220, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(210, 214, 220, 0.5) !important;
}
.btn-light.disabled,
.btn-light:disabled {
    color: #313a46 !important;
    background-color: #eef2f7 !important;
    border-color: #eef2f7 !important;
}
.btn-dark {
    color: #fff !important;
    background-color: #313a46 !important;
    border-color: #313a46 !important;
}
.btn-dark:hover {
    color: #fff !important;
    background-color: #2a313c !important;
    border-color: #272e38 !important;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
    color: #fff !important;
    background-color: #2a313c !important;
    border-color: #272e38 !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(80, 88, 98, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(80, 88, 98, 0.5) !important;
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
    color: #fff !important;
    background-color: #272e38 !important;
    border-color: #252c35 !important;
}
.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(80, 88, 98, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(80, 88, 98, 0.5) !important;
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff !important;
    background-color: #313a46 !important;
    border-color: #313a46 !important;
}
.btn-outline-primary {
    color: #727cf5 !important;
    border-color: #727cf5 !important;
}
.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #727cf5 !important;
    border-color: #727cf5 !important;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(114, 124, 245, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(114, 124, 245, 0.5) !important;
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #fff !important;
    background-color: #727cf5 !important;
    border-color: #727cf5 !important;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(114, 124, 245, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(114, 124, 245, 0.5) !important;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #727cf5 !important;
    background-color: transparent !important;
}
.btn-outline-secondary {
    color: #6c757d !important;
    border-color: #6c757d !important;
}
.btn-outline-secondary:hover {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5) !important;
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}
.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5) !important;
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d !important;
    background-color: transparent !important;
}
.btn-outline-success {
    color: #0acf97 !important;
    border-color: #0acf97 !important;
}
.btn-outline-success:hover {
    color: #fff !important;
    background-color: #0acf97 !important;
    border-color: #0acf97 !important;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 207, 151, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(10, 207, 151, 0.5) !important;
}
.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
    color: #fff !important;
    background-color: #0acf97 !important;
    border-color: #0acf97 !important;
}
.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 207, 151, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(10, 207, 151, 0.5) !important;
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #0acf97 !important;
    background-color: transparent !important;
}
.btn-outline-info {
    color: #39afd1 !important;
    border-color: #39afd1 !important;
}
.btn-outline-info:hover {
    color: #fff !important;
    background-color: #39afd1 !important;
    border-color: #39afd1 !important;
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 175, 209, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(57, 175, 209, 0.5) !important;
}
.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
    color: #fff !important;
    background-color: #39afd1 !important;
    border-color: #39afd1 !important;
}
.btn-check:active + .btn-outline-info:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 175, 209, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(57, 175, 209, 0.5) !important;
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #39afd1 !important;
    background-color: transparent !important;
}
.btn-outline-warning {
    color: #ffbc00 !important;
    border-color: #ffbc00 !important;
}
.btn-outline-warning:hover {
    color: #313a46 !important;
    background-color: #ffbc00 !important;
    border-color: #ffbc00 !important;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 188, 0, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 188, 0, 0.5) !important;
}
.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
    color: #313a46 !important;
    background-color: #ffbc00 !important;
    border-color: #ffbc00 !important;
}
.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 188, 0, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 188, 0, 0.5) !important;
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffbc00 !important;
    background-color: transparent !important;
}
.btn-outline-danger {
    color: #fa5c7c !important;
    border-color: #fa5c7c !important;
}
.btn-outline-danger:hover {
    color: #fff !important;
    background-color: #fa5c7c !important;
    border-color: #fa5c7c !important;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 92, 124, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(250, 92, 124, 0.5) !important;
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
    color: #fff !important;
    background-color: #fa5c7c !important;
    border-color: #fa5c7c !important; 
}
.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 92, 124, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(250, 92, 124, 0.5) !important;
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #fa5c7c !important;
    background-color: transparent !important;
}
.btn-outline-light {
    color: #eef2f7 !important;
    border-color: #eef2f7 !important;
}
.btn-outline-light:hover {
    color: #313a46 !important;
    background-color: #eef2f7 !important;
    border-color: #eef2f7 !important;
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 242, 247, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(238, 242, 247, 0.5) !important;
}
.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
    color: #313a46 !important;
    background-color: #eef2f7 !important;
    border-color: #eef2f7 !important;
}
.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 242, 247, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(238, 242, 247, 0.5) !important;
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #eef2f7 !important;
    background-color: transparent !important;
}
.btn-outline-dark {
    color: #313a46 !important;
    border-color: #313a46 !important;
}
.btn-outline-dark:hover {
    color: #fff !important;
    background-color: #313a46 !important;
    border-color: #313a46 !important;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 58, 70, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(49, 58, 70, 0.5) !important;
}
.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
    color: #fff !important;
    background-color: #313a46 !important;
    border-color: #313a46 !important;
}
.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 58, 70, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(49, 58, 70, 0.5) !important;
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #313a46 !important;
    background-color: transparent !important;
}

.btn-primary {
    -webkit-box-shadow: 0 2px 6px 0 rgb(114 124 245 / 50%) !important;
    box-shadow: 0 2px 6px 0 rgb(114 124 245 / 50%) !important;
}

.btn-secondary {
    -webkit-box-shadow: 0 2px 6px 0 rgba(108, 117, 125, 0.5) !important;
    box-shadow: 0 2px 6px 0 rgba(108, 117, 125, 0.5) !important;
}

.btn-success {
    -webkit-box-shadow: 0 2px 6px 0 rgb(10 207 151 / 50%) !important;
    box-shadow: 0 2px 6px 0 rgb(10 207 151 / 50%) !important;
}

.btn-info {
    -webkit-box-shadow: 0 2px 6px 0 rgba(57, 175, 209, 0.5) !important;
    box-shadow: 0 2px 6px 0 rgba(57, 175, 209, 0.5) !important;
}
.btn-warning {
    -webkit-box-shadow: 0 2px 6px 0 rgba(255, 188, 0, 0.5) !important;
    box-shadow: 0 2px 6px 0 rgba(255, 188, 0, 0.5) !important;
}
.btn-danger {
    -webkit-box-shadow: 0 2px 6px 0 rgba(250, 92, 124, 0.5) !important;
    box-shadow: 0 2px 6px 0 rgba(250, 92, 124, 0.5) !important;
}
.btn-light {
    -webkit-box-shadow: 0 2px 6px 0 rgba(238, 242, 247, 0.5) !important;
    box-shadow: 0 2px 6px 0 rgba(238, 242, 247, 0.5) !important;
}
.btn-dark {
    -webkit-box-shadow: 0 2px 6px 0 rgba(49, 58, 70, 0.5) !important;
    box-shadow: 0 2px 6px 0 rgba(49, 58, 70, 0.5) !important;
}




/* Card */

.card {
    border: 0 solid transparent !important;
    margin-bottom: 1.5rem !important;
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%) !important;
}
/* Footer */
.footer{
    z-index: 1;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: #fff;
    align-items: center;
    border-top: 1px solid #dee2e6 !important;
}


/* Date Picker */
.input-group-addon {
    background-color: #ffffff !important;
    font-size: 13px !important;
    padding: 0 10px !important;
    /* line-height: 26px; */
    color: #000;
    text-align: center;
    min-width: 36px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    position: relative;
    height: auto;
}

.input-group-addon, .input-group-btn {
    vertical-align: bottom;
}


/* Form */
.form-group {
    margin-bottom: 1rem !important;
}


.breadcrumb > li + li:before {
    font-family: 'LineIcons';
    content: "\ea5c";
    color: #99a0aa !important;
    padding: 0px 8px !important;
}

.input-group.date .kv-date-remove, .input-group.date .kv-date-picker, .input-group.date .kv-date-remove, .input-group.date .kv-date-picker, .input-group.input-daterange .kv-date-remove, .input-group.input-daterange .kv-date-picker, .input-group.input-daterange .kv-date-remove, .input-group.input-daterange .kv-date-picker {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.page-item.active .page-link {
    z-index: 1 !important;
    color: #fff;
    background-color: #5241bf !important;
    border-color: #5241bf !important;
}


/* Table */
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-left-width: 1px !important;
    border-bottom-width: 1px !important;
}



/* Badge */
.badge {
    font-size: 1em !important;
    font-weight: 100 !important;
}

.dataTables_length .form-select {
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
}
/* Message Box */
/* message box */
.message-box {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.message-box.open {
    display: block;
}
.message-box .mb-container {
    position: absolute;
    left: 0px;
    top: 35%;
    background: rgba(0, 0, 0, 0.9);
    padding: 20px;
    width: 100%;
}
.message-box .mb-container .mb-middle {
    width: 50%;
    left: 25%;
    position: relative;
    color: #FFF;
}
.message-box .mb-container .mb-middle .mb-title {
    width: 100%;
    float: left;
    padding: 10px 0px 0px;
    font-size: 31px;
    font-weight: 400;
    line-height: 36px;
}
.message-box .mb-container .mb-middle .mb-title .fa,
.message-box .mb-container .mb-middle .mb-title .glyphicon {
    font-size: 38px;
    float: left;
    margin-right: 10px;
}
.message-box .mb-container .mb-middle .mb-content {
    width: 100%;
    float: left;
    padding: 10px 0px 0px;
}
.message-box .mb-container .mb-middle .mb-content p {
    margin-bottom: 0px;
}
.message-box .mb-container .mb-middle .mb-footer {
    width: 100%;
    float: left;
    padding: 10px 0px;
}
.message-box.message-box-warning .mb-container {
    background: rgba(254, 162, 35, 0.9);
}
.message-box.message-box-danger .mb-container {
    background: rgba(182, 70, 69, 0.9);
}
.message-box.message-box-info .mb-container {
    background: rgba(63, 186, 228, 0.9);
}
.message-box.message-box-success .mb-container {
    background: rgba(149, 183, 93, 0.9);
}
/* hide */
.hide{
    display: none !important;
}
/* error message */
.help-block {
    /* color: indianred !important; */
    color: red !important;
}
.pull-right{
    float: right !important;
}
/* Card Header Background Color */
.card-header {
    background-color: rgb(255 255 255) !important;
}
.panel,.panel.panel-info{
    border:0 !important;
}
.panel .panel-title {
   line-height: 10px !important;
    color: #ffffff !important;
}
.panel-heading{
    background: #5241BF !important;
}
.panel .panel-heading {
    padding: 12px !important;
}
.panel .panel-heading .panel-title {
    margin: 0 !important;
}
.panel {
    float: left;
    width: 100%;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px;
    border-top: 2px solid #E5E5E5;
    margin-bottom: 20px;
    position: relative;
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
}
.panel.panel-default {
    border-top-color: #F5F5F5;
    border-top-width: 1px;
}
/*.panel.panel-primary {*/
/*border-top-color: #33414e;*/
/*}*/
.panel.panel-success {
    border-top-color: #95b75d;
}
.panel.panel-info {
    border-top-color: var(--theme-bg-color);
}
.panel.panel-warning {
    border-top-color: var(--theme-bg-color);
}
.panel.panel-danger {
    border-top-color: #E04B4A;
}
.panel.panel-colorful:before {
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(left, #E04B4A 0%, var(--theme-bg-color) 50%, #95b75d 100%);
    background: -o-linear-gradient(left, #E04B4A 0%, var(--theme-bg-color) 50%, #95b75d 100%);
    background: -moz-linear-gradient(left, #E04B4A 0%, var(--theme-bg-color) 50%, #95b75d 100%);
    background: -webkit-linear-gradient(left, #E04B4A 0%, var(--theme-bg-color) 50%, #95b75d 100%);
    background: -ms-linear-gradient(left, #E04B4A 0%, var(--theme-bg-color) 50%, #95b75d 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #E04B4A), color-stop(0.5, var(--theme-bg-color)), color-stop(1, #95b75d));
    display: block;
    left: 0px;
    top: 0px;
}
.panel .panel-heading {
    padding: 10px;
}
.panel .panel-heading .panel-title-image {
    float: left;
    width: 30px;
    border: 2px solid #D5D5D5;
    -moz-border-radius: 20%;
    -webkit-border-radius: 20%;
    border-radius: 20%;
    margin-right: 5px;
}
.panel .panel-heading .panel-title {
    margin-left: 7px;
}
.panel .panel-heading .panel-title-box {
    float: left;
}
.panel .panel-heading .panel-title-box h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    color: #434a54 !important;
    padding: 0px;
    margin: 0px;
}
.panel .panel-heading .panel-title-box span {
    font-size: 12px;
    color: #a7adb5;
    font-weight: 400;
    line-height: 12px;
}
.panel .panel-heading,
.panel .panel-footer,
.panel .panel-body {
    float: left;
    width: 100%;
}
.panel .panel-body {
    padding: 15px;
    position: relative;
}
.panel .panel-body.scroll {
    padding-right: 0px;
}
.panel .panel-body.panel-body-map {
    padding: 5px;
}
.panel .panel-body.panel-body-image {
    padding: 0px;
    margin-bottom: 10px;
    position: relative;
}
.panel .panel-body.panel-body-image img {
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    width: 100%;
}
.panel .panel-body.panel-body-image .panel-body-inform {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    background: var(--theme-bg-color);
    color: #FFF;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin-left: -15px;
    text-align: center;
    line-height: 30px;
    padding-left: 1px;
    padding-top: 1px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.panel .panel-body.panel-body-image .panel-body-inform.inform-primary {
    background: #33414e;
}
.panel .panel-body.panel-body-image .panel-body-inform.inform-success {
    background: #95b75d;
}
.panel .panel-body.panel-body-image .panel-body-inform.inform-warning {
    background: var(--theme-bg-color);
}
.panel .panel-body.panel-body-image .panel-body-inform.inform-danger {
    background: #E04B4A;
}
.panel .panel-body.panel-body-image .panel-body-inform .fa {
    font-size: 16px;
    color: #FFF;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.panel .panel-body.list-group {
    padding: 0px;
}
.panel .panel-body.profile {
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
.panel .panel-body.panel-body-search {
    padding: 5px;
}
.panel .panel-body.panel-body-half .panel-body {
    width: 50%;
    height: 100%;
}
.panel .panel-body.panel-body-half .panel-body:nth-child(2n) {
    padding-left: 25px;
}
.panel .panel-body.panel-body-half .panel-body.panel-body-image {
    margin-bottom: 0px;
}
.panel .panel-body.panel-body-half .panel-body.panel-body-image .panel-body-inform {
    bottom: auto;
    left: auto;
    right: -15px;
    top: 50%;
    margin-left: 0px;
    margin-top: -15px;
}
.panel .panel-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    display: block;
    float: left;
    /*color: #434a54 !important;*/
}
.panel .panel-footer {
    /*display: none;*/
    background: transparent;
    border: 0px;
    border-top: 0px solid #E3E3E3;
    line-height: 30px;
    padding: 10px;
}
.panel-default .panel-heading,
.panel-primary .panel-heading,
.panel-success .panel-heading,
.panel-info .panel-heading,
.panel-warning .panel-heading,
.panel-danger .panel-heading {
    background: #fff;
    border-color: #52ab8e;
}
.panel-fullscreen-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #FFF;
}
.panel-fullscreen-wrap .panel {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin: 0px;
}
.panel-fullscreen-wrap .panel .panel-body {
    overflow-y: scroll;
}
/* PANEL GROUP / ACCORDION */
.panel-group {
    float: left;
    width: 100%;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0px;
}
.panel-title > a {
    text-decoration: none;
}
/*.panel-group.accordion .panel-body {*/
/*    display: none;*/
/*}*/
.panel-group.accordion .panel-body.panel-body-open {
    display: block;
}
/* END PANEL GROUP / ACCORDION */
/* PANEL CONTROLS */
ul.panel-controls {
    float: right;
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: relative;
}
ul.panel-controls > li {
    float: left;
}
ul.panel-controls > li > a {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    color: #656d78;
    border: 1px solid #BBB;
    -moz-border-radius: 20%;
    -webkit-border-radius: 20%;
    border-radius: 20%;
    margin-left: 3px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
ul.panel-controls > li > a.control-primary {
    color: #33414e;
    border-color: #33414e;
}
ul.panel-controls > li > a.control-success {
    color: #95b75d;
    border-color: #95b75d;
}
ul.panel-controls > li > a.control-info {
    color: var(--theme-bg-color);
    border-color: var(--theme-bg-color);
}
ul.panel-controls > li > a.control-warning {
    color: var(--theme-bg-color);
    border-color: var(--theme-bg-color);
}
ul.panel-controls > li > a.control-danger {
    color: #E04B4A;
    border-color: #E04B4A;
}
ul.panel-controls > li > a:hover {
    border-color: #999;
    color: #434a54;
}
ul.panel-controls > li > a.rounded {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
ul.panel-controls.panel-controls-title {
    margin-top: 3px;
}
.panel-hidden-controls ul.panel-controls > li > a {
    opacity: 0;
    filter: alpha(opacity = 0);
}
.panel-hidden-controls:hover ul.panel-controls > li > a {
    opacity: 0.8;
    filter: alpha(opacity = 80);
}
.panel-hidden-controls:hover ul.panel-controls > li > a:hover {
    opacity: 1;
    filter: alpha(opacity = 100);
}
ul.panel-controls > li.label-control .label,
.label-form {
    display: inline-block;
    font-size: 11px;
    padding: 5px 10px;
    line-height: 12px;
    margin-top: 4px;
}
ul.panel-controls > li > .dropdown-menu {
    left: auto;
    right: 3px;
}
ul.panel-controls > li > .dropdown-menu:after,
ul.panel-controls > li > .dropdown-menu:before {
    left: auto;
    right: 11px;
}
ul.panel-controls > li > .dropdown-menu:after {
    margin-left: auto;
    margin-right: -5px;
}
ul.panel-controls > li > .dropdown-menu:before {
    margin-left: auto;
    margin-right: -6px;
}
/* EOF PANEL CONTROLS */
.panel-heading .label {
    line-height: 16px;
    padding: 4px 10px;
    margin: 3px 0px 3px 5px;
    font-size: 12px;
    display: inline-block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.panel-heading .label.pulsate {
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: pulsate 1s ease-out;
    -moz-animation-iteration-count: infinite;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
}
/* PANEL BODY PRICING */
.panel.panel-primary .panel-body-pricing small {
    color: #33414e;
}
.panel.panel-success .panel-body-pricing small {
    color: #95b75d;
}
.panel.panel-info .panel-body-pricing small {
    color: var(--theme-bg-color);
}
.panel.panel-warning .panel-body-pricing small {
    color: var(--theme-bg-color);
}
.panel.panel-danger .panel-body-pricing small {
    color: #E04B4A;
}
.panel-body.panel-body-pricing h2 {
    font-size: 26px;
    font-weight: 400;
}
.panel-body.panel-body-pricing h2 small {
    text-transform: uppercase;
}
.panel-body.panel-body-pricing p {
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
}
.panel-body.panel-body-pricing p.text-muted {
    color: #AAA;
    font-size: 11px;
}
.panel-body.panel-body-pricing .fa {
    color: #EEE;
}
/* PANEL BODY PRICING */
/* PANEL REFRESHING */
.panel-refresh-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #FFF;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    z-index: 3;
    font-size: 21px;
}
.panel-refresh-layer img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
}
/* EOF PANEL REFRESHING */
.panel-toggled .panel-body,
.panel-toggled .panel-footer {
    display: none;
}