@charset "UTF-8";

.rot-90 {
  transform: rotate(90deg)
}

.rot-180 {
  transform: rotate(180deg)
}

.rot-270 {
  transform: rotate(270deg)
}

.step-badge {
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
	margin-left: -1px
}

.topbar .dropdown-list.change-role {
  z-index: 999;
 }

.sidebar .sidebar-brand .sidebar-brand-text img {
  max-height: 2rem
}

.sidebar .sidebar-brand .sidebar-brand-text .brand-text {
  display: block;
  font-size: 1.4rem;
  line-height: 1.3rem
}

.sidebar .sidebar-brand .sidebar-brand-text .brand-system {
  display: block;
  font-size: 0.5rem
}

.sidebar .nav-item .nav-link .mdi {
  font-size: 1.2rem;
  text-align: center;
  width: 1.25em;
  margin-right: .1rem
}

.sidebar.toggled .nav-item .nav-link .mdi {
  font-size: 1.2rem;
  margin: 0 0 .7rem 0
}

.avatar-xl {
  height:200px;
  width:200px;
}

.avatar-big {
  height:100px;
  width:100px;
}

.avatar-med {
  height:75px;
  width:75px;
}

.avatar-small {
  height:30px;
  width:30px;
}

.avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.card-avatar {
  height: 50px;
  width: 50px;
  flex: 0 0 50px;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  -moz-flex: 0 0 50px;
}

.btn-toggle-visibility{
	width: 48px;
}

.social-card a.text-link{
  text-decoration:none; 
  color: #0062cc;
  border-bottom:2px solid #0062cc;
}
.social-card .box{
    padding:60px 0px;
}

.social-card .box-part{
    background:#FFF;
    border-radius:0;
    padding:30px 10px;
    margin:10px 0px;
}
.social-card .text{
    margin:20px 0px;
}

.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center
}

.rating>input {
  display: none
}

.rating>label {
  position: relative;
  width: 1em;
  font-size: 22pt;
  color: #FFD600;
  cursor: pointer
}

.rating>label::before {
  content: "\2605";
  position: absolute;
  opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
  opacity: 1 !important
}

.rating>input:checked~label:before {
  opacity: 1
}

.rating:hover>input:checked~label:before {
  opacity: 0.4
}

.modal-confirm {
  color: #636363;
  width: 400px;
}

.modal-confirm .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
  text-align: center;
  font-size: 14px;
}

.modal-confirm .modal-header {
  border-bottom: none;
  position: relative;
}

.modal-confirm h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -10px;
}

.modal-confirm .close {
  position: absolute;
  top: -5px;
  right: -2px;
}

.modal-confirm .modal-body {
  color: #999;
}

.modal-confirm .modal-footer {
  border: none;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
  padding: 10px 15px 25px;
}

.modal-confirm .modal-footer a {
  color: #999;
}

.modal-confirm .icon-box {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  z-index: 9;
  text-align: center;
  border: 3px solid #f15e5e;
}

.modal-confirm .icon-box i {
  color: #f15e5e;
  font-size: 46px;
  display: inline-block;
  margin-top: 13px;
}

.modal-confirm .btn,
.modal-confirm .btn:active {
  color: #fff;
  border-radius: 4px;
  background: #60c7c1;
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  min-width: 120px;
  border: none;
  min-height: 40px;
  border-radius: 3px;
  margin: 0 5px;
}

.modal-confirm .btn-secondary {
  background: #c1c1c1;
}

.modal-confirm .btn-secondary:hover,
.modal-confirm .btn-secondary:focus {
  background: #a8a8a8;
}

.modal-confirm .btn-success {
  background: #66bb6a;
}

.modal-confirm .btn-success:hover,
.modal-confirm .btn-success:focus {
  background: #43a047;
}

.modal-confirm .btn-info {
  background: #3abaf4;
}

.modal-confirm .btn-info:hover,
.modal-confirm .btn-info:focus {
  background: #0da8ee;
}

.modal-confirm .btn-warning {
  background: #ffa426;
}

.modal-confirm .btn-warning:hover,
.modal-confirm .btn-warning:focus {
  background: #ff990d;
}

.modal-confirm .btn-danger {
  background: #f15e5e;
}

.modal-confirm .btn-danger:hover,
.modal-confirm .btn-danger:focus {
  background: #ee3535;
}

.topbar .alerts-container {
  height: 320px;
  overflow-y: scroll;
}

.chartWrapper {
    position: relative;
}

.chartWrapper > canvas {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events:none;
}

.chartAreaWrapper {
    overflow-x: scroll;
    position: relative;
    width: 100%;
}

.chartAreaInnerWrapper {
    position: relative;
    height: 350px;
    min-width: 4000px;
}

.financeChartAreaInnerWrapper {
    position: relative;
    height: 400px;
}

.with-chevron[aria-expanded='true'] i {
  display: block;
  transform: rotate(180deg) !important;
}

 /* Overriden Classes */

.topbar #sidebarToggleTop:hover {
  color: #40b34a
}

.topbar #sidebarToggleTop:active {
  background-color: #e8ffc9
}

.topbar .dropdown-list .dropdown-header {
  background-color: #8c237f;
  border: 1px solid #8c237f;
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #fff
}

.sidebar .nav-item .nav-link .img-profile, .topbar .nav-item .nav-link .img-profile {
    height: 2rem;
    width: 2rem;
    border: none;
}

.form-control:focus {
  border: 1px solid #40b34a
}

.navbar-search .input-group .form-control {
  border-color: #dadada
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: #cfe063;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link:active {
  color: #6aa90e
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
  background-color: #e444c3;
  height: .75rem;
  width: .75rem;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  border: .125rem solid #fff
}

.dropdown-item.active,
.dropdown-item:active{
  background-color:#e444c3
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
  background-color: #f3ffe4;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:active {
  background-color: #e1f5c3
}

.sidebar-light .sidebar-heading {
  color: black
}

.sidebar-light .nav-item .nav-link {
  color: black
}

.sidebar-light .nav-item .nav-link i {
  color: #858796
}

.sidebar-light .nav-item .nav-link:active,
.sidebar-light .nav-item .nav-link:focus,
.sidebar-light .nav-item .nav-link:hover {
  color: black;
  background-color: #f9f9f9
}

.sidebar-light .nav-item .nav-link:active i,
.sidebar-light .nav-item .nav-link:focus i,
.sidebar-light .nav-item .nav-link:hover i {
  color: #94d146
}

.sidebar-light .nav-item.active .nav-link {
  color: #8dc73f;
  border-left: .25rem solid #8dc73f !important
}

.sidebar-light .nav-item.active .nav-link i {
  color: #858796
}

.sidebar .nav-item .collapse .collapse-inner .collapse-header,
.sidebar .nav-item .collapsing .collapse-inner .collapse-header {
  color: black
}

.sidebar.toggled .nav-item .nav-link[data-toggle=collapse]::after {
  content: '\f104';
}

@media (max-width:768px) {
  .sidebar.toggled .nav-item .nav-link[data-toggle=collapse]::after {
    content: '\f107';
  }
}

.sidebar.toggled .nav-item .nav-link[data-toggle=collapse].collapsed::after {
  content: '\f105'
}

@media (max-width:768px) {
  .sidebar.toggled .nav-item .nav-link[data-toggle=collapse].collapsed::after {
    content: '\f105'
  }
}

.breadcrumb-item a{
  color: #a7248c;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #a7248c
}

.input-group-append span {
  -webkit-box-shadow: 0 .125rem .25rem 0 rgba(58, 59, 69, .2) !important;
  box-shadow: 0 .125rem .25rem 0 rgba(58, 59, 69, .2) !important;
  color: #fff;
  background-color: #8e2f7b;
  border-color: #8e2f7b
}

.input-group-prepend span {
  -webkit-box-shadow: 0 .125rem .25rem 0 rgba(58, 59, 69, .2) !important;
  box-shadow: 0 .125rem .25rem 0 rgba(58, 59, 69, .2) !important;
  color: #fff;
  background-color: #8e2f7b;
  border-color: #8e2f7b
}

.form-control::-webkit-input-placeholder { color: #d1d3e2; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: #d1d3e2; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #d1d3e2; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #d1d3e2; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: #d1d3e2; }  /* Microsoft Edge */

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #a7248c;
    border-color: #a7248c;
}

/* Additional Styles */

.text-brand-green{
  color: #8dc73f !important
}

a .text-brand-green:focus,
a .text-brand-green:hover{
  color:#79b32e!important
}

.text-brand-green-light{
  color: #c0d72f !important
}

a .text-brand-green-light:focus,
a .text-brand-green-light:hover{
  color:#a3b532!important
}

.text-brand-green-dark{
  color: #40b34a !important
}

a .text-brand-green-dark:focus,
a .text-brand-green-dark:hover{
  color:#269430!important
}

.text-brand-purple{
  color: #a7248c !important
}

a .text-brand-purple:focus,
a .text-brand-purple:hover{
  color:#8e2f7b!important
}

.text-brand-purple-dark{
  color: #8c237f !important
}

a .text-brand-purple-dark:focus,
a .text-brand-purple-dark:hover{
  color:#732a6a!important
}

.text-yellow{
  color: #eaea28!important
}

a .text-yellow:focus,
a .text-yellow:hover{
  color:#e3e32b!important
}

.bg-brand-green{
  background-color: #8dc73f !important
}

.bg-brand-green-light{
  background-color: #c0d72f !important
}

.bg-brand-green-dark{
  background-color: #40b34a !important
}

.bg-brand-purple{
  background-color: #a7248c !important
}

.bg-brand-purple-dark{
  background-color: #8c237f !important
}

.bg-yellow{
  background-color: #eaea28 !important
}

.border-brand-green {
  border-color: .25rem solid #8dc73f !important
}

.border-brand-green-light {
  border-color: .25rem solid #c0d72f !important
}

.border-brand-green-dark {
  border-color: .25rem solid #40b34a !important
}

.border-brand-purple {
  border-color: .25rem solid #a7248c !important
}

.border-brand-purple-dark {
  border-color: .25rem solid #8c237f !important
}

.border-yellow{
  border-color: .25rem solid #eaea5c !important
}

.border-left-brand-green {
  border-left: .25rem solid #8dc73f !important
}

.border-bottom-brand-green {
  border-bottom: .25rem solid #8dc73f !important
}

.border-left-brand-green-light {
  border-left: .25rem solid #c0d72f !important
}

.border-bottom-brand-green-light {
  border-bottom: .25rem solid #c0d72f !important
}

.border-left-brand-green-dark {
  border-left: .25rem solid #40b34a !important
}

.border-bottom-brand-green-dark {
  border-bottom: .25rem solid #40b34a !important
}

.border-left-brand-purple {
  border-left: .25rem solid #a7248c !important
}

.border-bottom-brand-purple {
  border-bottom: .25rem solid #a7248c !important
}

.border-left-brand-purple-dark {
  border-left: .25rem solid #8c237f !important
}

.border-bottom-brand-purple-dark {
  border-bottom: .25rem solid #8c237f !important
}

.border-left-yellow{
  border-left: .25rem solid #eaea28 !important
}

.border-bottom-yellow{
  border-bottom: .25rem solid #eaea28 !important
}

.btn-brand-green{
  color: #fff;
  background-color: #8dc73f;
  border-color: #8dc73f;
  -webkit-box-shadow: 0 .125rem .25rem 0 rgba(58,59,69,.2)!important;
  box-shadow: 0 .125rem .25rem 0 rgba(58,59,69,.2)!important;
  border-radius: .25rem
}

.btn-brand-green:hover{
  color: #fff;
  background-color: #79b32e;
  border-color: #79b32e
}

.btn-brand-green .focus,
.btn-brand-green:focus{
  -webkit-box-shadow: 0 0 0 .2rem rgba(105,136,228,.5);
  box-shadow: 0 0 0 .2rem rgba(105,136,228,.5)
}

.btn-brand-green .disabled,
.btn-brand-green:disabled{
  color: #fff;
  background-color: #bbe288;
  border-color: #bbe288
}

.btn-brand-green:not(:disabled):not(.disabled) .active,
.btn-brand-green:not(:disabled):not(.disabled):active,
.show > .btn-brand-green .dropdown-toggle{
  color: #fff;
  background-color: #79b32e;
  border-color: #79b32e
}

.btn-brand-green:not(:disabled):not(.disabled) .active:focus,
.btn-brand-green:not(:disabled):not(.disabled):active:focus,
.show > .btn-brand-green .dropdown-toggle:focus{
  -webkit-box-shadow: 0 0 0 .2rem rgba(105,136,228,.5);
  box-shadow: 0 0 0 .2rem rgba(105,136,228,.5)
}

.btn-outline-brand-green{
  color: #8dc73f;
  border-color: #8dc73f;
  -webkit-box-shadow: 0 .125rem .25rem 0 rgba(58,59,69,.2) !important;
  box-shadow: 0 .125rem .25rem 0 rgba(58,59,69,.2) !important;
  border-radius: .25rem
}

.btn-outline-brand-green:hover{
  color: #fff;
  background-color: #8dc73f;
  border-color: #8dc73f
}

.btn-outline-brand-green .focus,
.btn-outline-brand-green:focus{
  -webkit-box-shadow: 0 0 0 .2rem rgba(28,200,138,.5);
  box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
}

.btn-outline-brand-green .disabled,
.btn-outline-brand-green:disabled{
  color: #8dc73f;
  background-color: transparent
}

.btn-outline-brand-green:not(:disabled):not(.disabled) .active,
.btn-outline-brand-green:not(:disabled):not(.disabled):active,
.show > .btn-outline-brand-green .dropdown-toggle{
  color: #fff;
  background-color: #8dc73f;
  border-color: #8dc73f
}

.btn-outline-brand-green:not(:disabled):not(.disabled) .active:focus,
.btn-outline-brand-green:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-brand-green .dropdown-toggle:focus{
  -webkit-box-shadow: 0 0 0 .2rem rgba(28,200,138,.5);
  box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
}

.badge-brand-green{
  color: #fff;
  background-color: #8dc73f
}

a .bg-brand-green:focus,
a .bg-brand-green:hover,
button .bg-brand-green:focus,
button .bg-brand-green:hover{
  background-color: #79b32e !important
}

a .badge-brand-green:focus,
a .badge-brand-green:hover{
  color: #fff;
  background-color: #79b32e
}

a .badge-brand-green .focus,
a .badge-brand-green:focus{
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(28,200,138,.5);
  box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
}

.alert-brand-green{
  color: #2a7b31;
  background-color: #8dc73f
}

.alert-brand-green hr{
  border-top-color: #2a7b31
}

.btn-brand-green-light{
  color: #fff;
  background-color: #c0d72f;
  border-color: #c0d72f;
  -webkit-box-shadow: 0 .125rem .25rem 0 rgba(58,59,69,.2)!important;
  box-shadow: 0 .125rem .25rem 0 rgba(58,59,69,.2)!important;
  border-radius: .25rem
}

.btn-brand-green-light:hover{
  color: #fff;
  background-color: #a3b532;
  border-color: #a3b532
}

.btn-brand-green-light .focus,
.btn-brand-green-light:focus{
  -webkit-box-shadow: 0 0 0 .2rem rgba(105,136,228,.5);
  box-shadow: 0 0 0 .2rem rgba(105,136,228,.5)
}

.btn-brand-green-light .disabled,
.btn-brand-green-light:disabled{
  color: #fff;
  background-color: #cfe063;
  border-color: #cfe063
}

.btn-brand-green-light:not(:disabled):not(.disabled) .active,
.btn-brand-green-light:not(:disabled):not(.disabled):active,
.show > .btn-brand-green-light .dropdown-toggle{
  color: #fff;
  background-color: #a3b532;
  border-color: #a3b532
}

.btn-brand-green-light:not(:disabled):not(.disabled) .active:focus,
.btn-brand-green-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-brand-green-light .dropdown-toggle:focus{
  -webkit-box-shadow: 0 0 0 .2rem rgba(105,136,228,.5);
  box-shadow: 0 0 0 .2rem rgba(105,136,228,.5)
}

.btn-outline-brand-green-light{
  color: #c0d72f;
  border-color: #c0d72f;
  -webkit-box-shadow: 0 .125rem .25rem 0 rgba(58,59,69,.2) !important;
  box-shadow: 0 .125rem .25rem 0 rgba(58,59,69,.2) !important;
  border-radius: .25rem
}

.btn-outline-brand-green-light:hover{
  color: #fff;
  background-color: #c0d72f;
  border-color: #c0d72f
}

.btn-outline-brand-green-light .focus,
.btn-outline-brand-green-light:focus{
  -webkit-box-shadow: 0 0 0 .2rem rgba(28,200,138,.5);
  box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
}

.btn-outline-brand-green-light .disabled,
.btn-outline-brand-green-light:disabled{
  color: #c0d72f;
  background-color: transparent
}

.btn-outline-brand-green-light:not(:disabled):not(.disabled) .active,
.btn-outline-brand-green-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-brand-green-light .dropdown-toggle{
  color: #fff;
  background-color: #c0d72f;
  border-color: #c0d72f
}

.btn-outline-brand-green-light:not(:disabled):not(.disabled) .active:focus,
.btn-outline-brand-green-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-brand-green-light .dropdown-toggle:focus{
  -webkit-box-shadow: 0 0 0 .2rem rgba(28,200,138,.5);
  box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
}

.badge-brand-green-light{
  color: #fff;
  background-color: #c0d72f
}

a .bg-brand-green-light:focus,
a .bg-brand-green-light:hover,
button .bg-brand-green-light:focus,
button .bg-brand-green-light:hover{
  background-color: #a3b532 !important
}

a .badge-brand-green-light:focus,
a .badge-brand-green-light:hover{
  color: #fff;
  background-color: #a3b532
}

a .badge-brand-green-light .focus,
a .badge-brand-green-light:focus{
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(28,200,138,.5);
  box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
}

.alert-brand-green-light{
  color: #647310;
  background-color: #c0d72f
}

.alert-brand-green-light hr{
  border-top-color: #647310
}

.btn-brand-green-dark{
  color: #fff;
  background-color: #40b34a;
  border-color: #40b34a;
  -webkit-box-shadow: 0 .125rem .25rem 0 rgba(58,59,69,.2)!important;
  box-shadow: 0 .125rem .25rem 0 rgba(58,59,69,.2)!important;
  border-radius: .25rem
}

.btn-brand-green-dark:hover{
  color: #fff;
  background-color: #269430;
  border-color: #269430
}

.btn-brand-green-dark .focus,
.btn-brand-green-dark:focus{
  -webkit-box-shadow: 0 0 0 .2rem rgba(105,136,228,.5);
  box-shadow: 0 0 0 .2rem rgba(105,136,228,.5)
}

.btn-brand-green-dark .disabled,
.btn-brand-green-dark:disabled{
  color: #fff;
  background-color: #82d389;
  border-color: #82d389
}

.btn-brand-green-dark:not(:disabled):not(.disabled) .active,
.btn-brand-green-dark:not(:disabled):not(.disabled):active,
.show > .btn-brand-green-dark.dropdown-toggle{
  color: #fff;
  background-color: #269430;
  border-color: #269430
}

.btn-brand-green-dark:not(:disabled):not(.disabled ).active:focus,
.btn-brand-green-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-brand-green-dark .dropdown-toggle:focus{
  -webkit-box-shadow: 0 0 0 .2rem rgba(105,136,228,.5);
  box-shadow: 0 0 0 .2rem rgba(105,136,228,.5)
}

.btn-outline-brand-green-dark{
  color: #40b34a;
  border-color: #40b34a;
  -webkit-box-shadow: 0 .125rem .25rem 0 rgba(58,59,69,.2) !important;
  box-shadow: 0 .125rem .25rem 0 rgba(58,59,69,.2) !important;
  border-radius: .25rem
}

.btn-outline-brand-green-dark:hover{
  color: #fff;
  background-color: #40b34a;
  border-color: #40b34a
}

.btn-outline-brand-green-dark .focus,
.btn-outline-brand-green-dark:focus{
  -webkit-box-shadow: 0 0 0 .2rem rgba(28,200,138,.5);
  box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
}

.btn-outline-brand-green-dark .disabled,
.btn-outline-brand-green-dark:disabled{
  color: #40b34a;
  background-color: transparent
}

.btn-outline-brand-green-dark:not(:disabled):not(.disabled) .active,
.btn-outline-brand-green-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-brand-green-dark .dropdown-toggle{
  color: #fff;
  background-color: #40b34a;
  border-color: #40b34a
}

.btn-outline-brand-green-dark:not(:disabled):not(.disabled) .active:focus,
.btn-outline-brand-green-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-brand-green-dark .dropdown-toggle:focus{
  -webkit-box-shadow: 0 0 0 .2rem rgba(28,200,138,.5);
  box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
}

.badge-brand-green-dark{
  color: #fff;
  background-color: #40b34a
}

a .bg-brand-green-dark:focus,
a .bg-brand-green-dark:hover,
button .bg-brand-green-dark:focus,
button .bg-brand-green-dark:hover{
  background-color: #269430 !important
}

a .badge-brand-green-dark:focus,
a .badge-brand-green-dark:hover{
  color: #fff;
  background-color: #269430
}

a .badge-brand-green-dark .focus,
a .badge-brand-green-dark:focus{
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(28,200,138,.5);
  box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
}

.alert-brand-green-dark{
  color: #9cf4a5;
  background-color: #40b34a
}

.alert-brand-green-dark hr{
  border-top-color: #9cf4a5
}

.btn-brand-purple{
  color: #fff;
  background-color: #a7248c;
  border-color: #a7248c;
  -webkit-box-shadow: 0 .125rem .25rem 0 rgba(58,59,69,.2)!important;
  box-shadow: 0 .125rem .25rem 0 rgba(58,59,69,.2)!important;
  border-radius: .25rem
}

.btn-brand-purple:hover{
  color: #fff;
  background-color: #8e2f7b;
  border-color: #8e2f7b
}

.btn-brand-purple .focus,
.btn-brand-purple:focus{
  -webkit-box-shadow: 0 0 0 .2rem rgba(105,136,228,.5);
  box-shadow: 0 0 0 .2rem rgba(105,136,228,.5)
}

.btn-brand-purple .disabled,
.btn-brand-purple:disabled{
  color: #fff;
  background-color: #c35bad;
  border-color: #c35bad
}

.btn-brand-purple:not(:disabled):not(.disabled) .active,
.btn-brand-purple:not(:disabled):not(.disabled):active,
.show > .btn-brand-purple .dropdown-toggle{
  color: #fff;
  background-color: #8e2f7b;
  border-color: #8e2f7b
}

.btn-brand-purple:not(:disabled):not(.disabled) .active:focus,
.btn-brand-purple:not(:disabled):not(.disabled):active:focus,
.show > .btn-brand-purple .dropdown-toggle:focus{
  -webkit-box-shadow: 0 0 0 .2rem rgba(105,136,228,.5);
  box-shadow: 0 0 0 .2rem rgba(105,136,228,.5)
}

.btn-outline-brand-purple{
  color: #a7248c;
  border-color: #a7248c;
  -webkit-box-shadow: 0 .125rem .25rem 0 rgba(58,59,69,.2) !important;
  box-shadow: 0 .125rem .25rem 0 rgba(58,59,69,.2) !important;
  border-radius: .25rem
}

.btn-outline-brand-purple:hover{
  color: #fff;
  background-color: #a7248c;
  border-color: #a7248c
}

.btn-outline-brand-purple .focus,
.btn-outline-brand-purple:focus{
  -webkit-box-shadow: 0 0 0 .2rem rgba(28,200,138,.5);
  box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
}

.btn-outline-brand-purple .disabled,
.btn-outline-brand-purple:disabled{
  color: #a7248c;
  background-color: transparent
}

.btn-outline-brand-purple:not(:disabled):not(.disabled) .active,
.btn-outline-brand-purple:not(:disabled):not(.disabled):active,
.show > .btn-outline-brand-purple .dropdown-toggle{
  color: #fff;
  background-color: #a7248c;
  border-color: #a7248c
}

.btn-outline-brand-purple:not(:disabled):not(.disabled) .active:focus,
.btn-outline-brand-purple:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-brand-purple .dropdown-toggle:focus{
  -webkit-box-shadow: 0 0 0 .2rem rgba(28,200,138,.5);
  box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
}

.badge-brand-purple{
  color: #fff;
  background-color: #a7248c
}

a .bg-brand-purple:focus,
a .bg-brand-purple:hover,
button .bg-brand-purple:focus,
button .bg-brand-purple:hover{
  background-color: #8e2f7b !important
}

a .badge-brand-purple:focus,
a .badge-brand-purple:hover{
  color: #fff;
  background-color: #8e2f7b
}

a .badge-brand-purple .focus,
a .badge-brand-purple:focus{
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(28,200,138,.5);
  box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
}

.alert-brand-purple{
  color: #fe91e9;
  background-color: #a7248c
}

.alert-brand-purple hr{
  border-top-color: #fe91e9
}

.btn-brand-purple-dark{
  color: #fff;
  background-color: #8c237f;
  border-color: #8c237f;
  -webkit-box-shadow: 0 .125rem .25rem 0 rgba(58,59,69,.2)!important;
  box-shadow: 0 .125rem .25rem 0 rgba(58,59,69,.2)!important;
  border-radius: .25rem
}

.btn-brand-purple-dark:hover{
  color: #fff;
  background-color: #732a6a;
  border-color: #732a6a
}

.btn-brand-purple-dark .focus,
.btn-brand-purple-dark:focus{
  -webkit-box-shadow: 0 0 0 .2rem rgba(105,136,228,.5);
  box-shadow: 0 0 0 .2rem rgba(105,136,228,.5)
}

.btn-brand-purple-dark .disabled,
.btn-brand-purple-dark:disabled{
  color: #fff;
  background-color: #b250a6;
  border-color: #b250a6
}

.btn-brand-purple-dark:not(:disabled):not(.disabled) .active,
.btn-brand-purple-dark:not(:disabled):not(.disabled):active,
.show > .btn-brand-purple-dark .dropdown-toggle{
  color: #fff;
  background-color: #732a6a;
  border-color: #732a6a
}

.btn-brand-purple-dark:not(:disabled):not(.disabled) .active:focus,
.btn-brand-purple-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-brand-purple-dark .dropdown-toggle:focus{
  -webkit-box-shadow: 0 0 0 .2rem rgba(105,136,228,.5);
  box-shadow: 0 0 0 .2rem rgba(105,136,228,.5)
}

.btn-outline-brand-purple-dark{
  color: #8c237f;
  border-color: #8c237f;
  -webkit-box-shadow: 0 .125rem .25rem 0 rgba(58,59,69,.2) !important;
  box-shadow: 0 .125rem .25rem 0 rgba(58,59,69,.2) !important;
  border-radius: .25rem
}

.btn-outline-brand-purple-dark:hover{
  color: #fff;
  background-color: #8c237f;
  border-color: #8c237f
}

.btn-outline-brand-purple-dark .focus,
.btn-outline-brand-purple-dark:focus{
  -webkit-box-shadow: 0 0 0 .2rem rgba(28,200,138,.5);
  box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
}

.btn-outline-brand-purple-dark .disabled,
.btn-outline-brand-purple-dark:disabled{
  color: #8c237f;
  background-color: transparent
}

.btn-outline-brand-purple-dark:not(:disabled):not(.disabled) .active,
.btn-outline-brand-purple-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-brand-purple-dark .dropdown-toggle{
  color: #fff;
  background-color: #8c237f;
  border-color: #8c237f
}

.btn-outline-brand-purple-dark:not(:disabled):not(.disabled) .active:focus,
.btn-outline-brand-purple-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-brand-purple-dark .dropdown-toggle:focus{
  -webkit-box-shadow: 0 0 0 .2rem rgba(28,200,138,.5);
  box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
}

.badge-brand-purple-dark{
  color: #fff;
  background-color: #8c237f
}

a .bg-brand-purple-dark:focus,
a .bg-brand-purple-dark:hover,
button .bg-brand-purple-dark:focus,
button .bg-brand-purple-dark:hover{
  background-color: #732a6a !important
}

a .badge-brand-purple-dark:focus,
a .badge-brand-purple-dark:hover{
  color: #fff;
  background-color: #732a6a
}

a .badge-brand-purple-dark.focus,
a .badge-brand-purple-dark:focus{
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(28,200,138,.5);
  box-shadow: 0 0 0 .2rem rgba(28,200,138,.5)
}

.alert-brand-purple-dark{
  color: #db83cf;
  background-color: #8c237f
}

.alert-brand-purple-dark hr{
  border-top-color: #db83cf
}

.photo-preview {
  width: 35% !important
}

@media (max-width:576px) {
  .photo-preview {
    width: 50% !important
  }
}

.photo-profile-circle {
  height:100px !important;
  width:100px !important;
  flex: 0 0 100px;
  -webkit-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  -moz-flex: 0 0 100px;
}

@media (max-width:576px) {
  .photo-profile-circle {
    height: 50px !important;
	width: 50px !important;
	flex: 0 0 50px;
	-webkit-flex: 0 0 50px;
	-ms-flex: 0 0 50px;
	-moz-flex: 0 0 50px;
  }
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.profile-tab .nav-item {
    margin-bottom: -1px;
}

.profile-tab li a.nav-link {
    border: 0;
    padding: 15px 20px;
    color: #54667a;
}

.profile-tab li a.nav-link.active {
    border-bottom: 2px solid #a7248c;
    color: #a7248c;
}

.profile-tab .nav-item.show .nav-link, .profile-tab .nav-link.active {
    color: #4f5467;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.detail-link,
.detail-link:focus,
.detail-link:hover{
  text-decoration: none;
}

@media (min-width: 576px){
  .topbar .dropdown-list.notification {
    width: 25rem!important;
  }
  
  .topbar .dropdown-list.change-role {
    width: 20rem!important;
    right: 0;
  }
  
  .topbar .dropdown-list.change-system {
    width: 15rem!important;
  }

  .topbar .dropdown .dropdown-menu.dropdown-profile {
    width: 20rem!important;
    right: 0;
}

@media (max-width:768px) {
  .sidebar.toggled .nav-item .collapse .collapse-inner .collapse-header,
  .sidebar.toggled .nav-item .collapsing .collapse-inner .collapse-header {
      color: black
  }
}