@charset "UTF-8";

:root {
  --tea-green-500: #adf0a6;
  --tea-green-600: #82b47d;
  --caribbean-green-100: #edfaf5;
  --caribbean-green-200: #d2f2e7;
  --caribbean-green-300: #a5e5cf;
  --caribbean-green-400: #77d7b7;
  --caribbean-green-500: #4aca9f;
  --common-teal-500: #16b69c;
  --common-teal-600: #118975;
}


.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-icon img {
  max-height: 2.3rem;
}

.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;
}

.sidebar.toggled .nav-item .nav-link .mdi {
  font-size: 1.2rem;
}

.v-logo-preview-lg {
  max-height:125px;
}

.v-logo-preview-md {
  max-height:75px;
}

.logomark-preview-lg {
  max-width:125px;
}

.logomark-preview-md {
  max-width:75px;
}

.logo-img {
  height: 100%;
}

.image-preview-lg {
  height:100px;
}

.image-preview-md {
  height:75px;
}

.image-preview-sm {
  height:30px;
}

.avatar-xl {
  height:200px;
  width:200px;
}

.avatar-lg {
  height:100px;
  width:100px;
}

.avatar-md {
  height:75px;
  width:75px;
}

.avatar-sm {
  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;
}

.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;
}

.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
}

.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;
}

.step {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.step .step-item {
  flex: 1 1 0;
  position: relative;
  text-align: center;
}
.step .step-item:not(:first-child)::before {
  background-color: #69707a;
  content: "";
  height: 0.125rem;
  left: -50%;
  position: absolute;
  top: 0.4375rem;
  width: 100%;
  z-index: 0;
}
.step .step-item .step-item-link {
  color: #69707a;
  position: relative;
  display: inline-block;
  padding-top: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  z-index: 1;
}
.step .step-item .step-item-link::before {
  background-color: #69707a;
  border: 0.125rem solid #fff;
  border-radius: 100%;
  content: "";
  display: block;
  height: 1rem;
  width: 1rem;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
}
.step .step-item .step-item-link.disabled {
  pointer-events: none;
  cursor: default;
}
.step .step-item.active a::before {
  background: #fff;
  border: 0.125rem solid #69707a;
}
.step .step-item.active ~ .step-item .step-item-link {
  color: #d4dae3;
}
.step .step-item.active ~ .step-item .step-item-link::before {
  background: #d4dae3;
}
.step .step-item.active ~ .step-item::before {
  background: #d4dae3;
}

.step-lg .step-item:not(:first-child)::before {
  height: 0.25rem;
  top: 0.625rem;
}
.step-lg .step-item .step-item-link {
  padding-top: 2rem;
}
.step-lg .step-item .step-item-link::before {
  border-width: 0.25rem;
  height: 1.5rem;
  width: 1.5rem;
}
.step-lg .step-item.active a::before {
  border-width: 0.25rem;
}

.step-primary .step-item:not(:first-child)::before {
  background-color: #0061f2;
}
.step-primary .step-item .step-item-link {
  color: #0061f2;
}
.step-primary .step-item .step-item-link::before {
  background-color: #0061f2;
}
.step-primary .step-item.active a::before {
  border-color: #0061f2;
}

.step-secondary .step-item:not(:first-child)::before {
  background-color: #6900c7;
}
.step-secondary .step-item .step-item-link {
  color: #6900c7;
}
.step-secondary .step-item .step-item-link::before {
  background-color: #6900c7;
}
.step-secondary .step-item.active a::before {
  border-color: #6900c7;
}

.step-success .step-item:not(:first-child)::before {
  background-color: #00ac69;
}
.step-success .step-item .step-item-link {
  color: #00ac69;
}
.step-success .step-item .step-item-link::before {
  background-color: #00ac69;
}
.step-success .step-item.active a::before {
  border-color: #00ac69;
}

.step-info .step-item:not(:first-child)::before {
  background-color: #00cfd5;
}
.step-info .step-item .step-item-link {
  color: #00cfd5;
}
.step-info .step-item .step-item-link::before {
  background-color: #00cfd5;
}
.step-info .step-item.active a::before {
  border-color: #00cfd5;
}

.step-warning .step-item:not(:first-child)::before {
  background-color: #f4a100;
}
.step-warning .step-item .step-item-link {
  color: #f4a100;
}
.step-warning .step-item .step-item-link::before {
  background-color: #f4a100;
}
.step-warning .step-item.active a::before {
  border-color: #f4a100;
}

.step-danger .step-item:not(:first-child)::before {
  background-color: #e81500;
}
.step-danger .step-item .step-item-link {
  color: #e81500;
}
.step-danger .step-item .step-item-link::before {
  background-color: #e81500;
}
.step-danger .step-item.active a::before {
  border-color: #e81500;
}

.step-light .step-item:not(:first-child)::before {
  background-color: #f2f6fc;
}
.step-light .step-item .step-item-link {
  color: #f2f6fc;
}
.step-light .step-item .step-item-link::before {
  background-color: #f2f6fc;
}
.step-light .step-item.active a::before {
  border-color: #f2f6fc;
}

.step-dark .step-item:not(:first-child)::before {
  background-color: #212832;
}
.step-dark .step-item .step-item-link {
  color: #212832;
}
.step-dark .step-item .step-item-link::before {
  background-color: #212832;
}
.step-dark .step-item.active a::before {
  border-color: #212832;
}

.step-black .step-item:not(:first-child)::before {
  background-color: #000;
}
.step-black .step-item .step-item-link {
  color: #000;
}
.step-black .step-item .step-item-link::before {
  background-color: #000;
}
.step-black .step-item.active a::before {
  border-color: #000;
}

.step-white .step-item:not(:first-child)::before {
  background-color: #fff;
}
.step-white .step-item .step-item-link {
  color: #fff;
}
.step-white .step-item .step-item-link::before {
  background-color: #fff;
}
.step-white .step-item.active a::before {
  border-color: #fff;
}

 /* Overriden Classes */

.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;
}

.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
}

.sidebar-light .sidebar-heading {
  color: black
}

.sidebar-light .nav-item .nav-link {
  color: black
}

/* .sidebar-light .service-item{
  margin-bottom: -20px;
}
.sidebar-dark .service-item{
  margin-bottom: -20px;
  border: none;
} */

.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
}


.dropdown-item.active,
.dropdown-item:active{
  background-color: var(--common-teal-600)
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
  background-color: #d7fdd1;
  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: var(--caribbean-green-400);
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item.active, .sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
    color: var(--common-teal-500);
    font-weight: 700;
}

.sidebar-dark .sidebar-heading {
  color: white
}

.sidebar-dark .nav-item .nav-link {
  color: rgba(255,255,255,.9)
}

.sidebar-dark .nav-item .nav-link i {
  color: rgba(255,255,255,.9)
}


.sidebar .nav-item .collapse .collapse-inner .collapse-header,
.sidebar .nav-item .collapsing .collapse-inner .collapse-header {
  color: #332c2b;
}

.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: #16b69c;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #4e73df
}

.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: #4e73df;
    border-color: #4e73df;
}


/*------------------------------------
- COLOR brand-brand-primary
------------------------------------*/
.alert-brand-primary {
    color: #815106;
    background-color: #fcebd1;
    border-color: #fbe3bd;
}

.alert-brand-primary hr {
    border-top-color: #fad9a5;
}

.alert-brand-primary .alert-link {
    color: #503204;
}

.badge-brand-primary {
    color: #212529;
    background-color: #f39a0f;
}

.badge-brand-primary[href]:hover, .badge-brand-primary[href]:focus {
    color: #212529;
    background-color: #c57c09;
}

.bg-brand-primary {
    background-color: #f39a0f !important;
}

a.bg-brand-primary:hover, a.bg-brand-primary:focus,
button.bg-brand-primary:hover,
button.bg-brand-primary:focus {
    background-color: #c57c09 !important;
}

.bg-gradient-brand-primary {
  background-color: #f39a0f;
  background-image: linear-gradient(180deg, #f39a0f 10%, #c57c09 100%);
  background-size: cover;
}

.border-brand-primary {
    border-color: #f39a0f !important;
}

.btn-brand-primary {
    color: #212529;
    background-color: #f39a0f;
    border-color: #f39a0f;
}

.btn-brand-primary:hover {
    color: #212529;
    background-color: #d3850a;
    border-color: #c57c09;
}

.btn-brand-primary:focus, .btn-brand-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(243, 154, 15, 0.5);
}

.btn-brand-primary.disabled, .btn-brand-primary:disabled {
    color: #212529;
    background-color: #f39a0f;
    border-color: #f39a0f;
}

.btn-brand-primary:not(:disabled):not(.disabled):active, .btn-brand-primary:not(:disabled):not(.disabled).active, .show > .btn-brand-primary.dropdown-toggle {
    color: #212529;
    background-color: #c57c09;
    border-color: #b67209;
}

.btn-brand-primary:not(:disabled):not(.disabled):active:focus, .btn-brand-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-brand-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(243, 154, 15, 0.5);
}

.btn-outline-brand-primary {
    color: #f39a0f;
    background-color: transparent;
    border-color: #f39a0f;
}

.btn-outline-brand-primary:hover {
    color: #212529;
    background-color: #f39a0f;
    border-color: #f39a0f;
}

.btn-outline-brand-primary:focus, .btn-outline-brand-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(243, 154, 15, 0.5);
}

.btn-outline-brand-primary.disabled, .btn-outline-brand-primary:disabled {
    color: #f39a0f;
    background-color: transparent;
}

.btn-outline-brand-primary:not(:disabled):not(.disabled):active, .btn-outline-brand-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-brand-primary.dropdown-toggle {
    color: #212529;
    background-color: #f39a0f;
    border-color: #f39a0f;
}

.btn-outline-brand-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-brand-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-brand-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(243, 154, 15, 0.5);
}

.list-group-item-brand-primary {
    color: #815106;
    background-color: #fbe3bd;
}

.list-group-item-brand-primary.list-group-item-action:hover, .list-group-item-brand-primary.list-group-item-action:focus {
    color: #815106;
    background-color: #fad9a5;
}

.list-group-item-brand-primary.list-group-item-action.active {
    color: #212529;
    background-color: #815106;
    border-color: #815106;
}

.table-brand-primary,
.table-brand-primary > th,
.table-brand-primary > td {
    background-color: #fbe3bd;
}

.table-hover .table-brand-primary:hover {
    background-color: #fad9a5;
}

.table-hover .table-brand-primary:hover > td,
.table-hover .table-brand-primary:hover > th {
    background-color: #fad9a5;
}

.text-brand-primary {
    color: #f39a0f !important;
}

a.text-brand-primary:hover, a.text-brand-primary:focus {
    color: #c57c09 !important;
}

/*------------------------------------
- COLOR brand-brand-primary-dark-dark
------------------------------------*/
.alert-brand-primary-dark {
    color: #944605;
    background-color: #fdefe3;
    border-color: #fde4cf;
}

.alert-brand-primary-dark hr {
    border-top-color: #fcd6b6;
}

.alert-brand-primary-dark .alert-link {
    color: #632f04;
}

.badge-brand-primary-dark {
    color: #212529;
    background-color: #f6811f;
}

.badge-brand-primary-dark[href]:hover, .badge-brand-primary-dark[href]:focus {
    color: #212529;
    background-color: #d96708;
}

.bg-brand-primary-dark {
    background-color: #f6811f !important;
}

a.bg-brand-primary-dark:hover, a.bg-brand-primary-dark:focus,
button.bg-brand-primary-dark:hover,
button.bg-brand-primary-dark:focus {
    background-color: #d96708 !important;
}

.bg-gradient-brand-primary-dark {
  background-color: #f6811f;
  background-image: linear-gradient(180deg, #f6811f 10%, #d96708 100%);
  background-size: cover;
}

.border-brand-primary-dark {
    border-color: #f6811f !important;
}

.btn-brand-primary-dark {
    color: #212529;
    background-color: #f6811f;
    border-color: #f6811f;
}

.btn-brand-primary-dark:hover {
    color: #212529;
    background-color: #e76e09;
    border-color: #d96708;
}

.btn-brand-primary-dark:focus, .btn-brand-primary-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(246, 129, 31, 0.5);
}

.btn-brand-primary-dark.disabled, .btn-brand-primary-dark:disabled {
    color: #212529;
    background-color: #f6811f;
    border-color: #f6811f;
}

.btn-brand-primary-dark:not(:disabled):not(.disabled):active, .btn-brand-primary-dark:not(:disabled):not(.disabled).active, .show > .btn-brand-primary-dark.dropdown-toggle {
    color: #212529;
    background-color: #d96708;
    border-color: #ca6008;
}

.btn-brand-primary-dark:not(:disabled):not(.disabled):active:focus, .btn-brand-primary-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-brand-primary-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(246, 129, 31, 0.5);
}

.btn-outline-brand-primary-dark {
    color: #f6811f;
    background-color: transparent;
    border-color: #f6811f;
}

.btn-outline-brand-primary-dark:hover {
    color: #212529;
    background-color: #f6811f;
    border-color: #f6811f;
}

.btn-outline-brand-primary-dark:focus, .btn-outline-brand-primary-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(246, 129, 31, 0.5);
}

.btn-outline-brand-primary-dark.disabled, .btn-outline-brand-primary-dark:disabled {
    color: #f6811f;
    background-color: transparent;
}

.btn-outline-brand-primary-dark:not(:disabled):not(.disabled):active, .btn-outline-brand-primary-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-brand-primary-dark.dropdown-toggle {
    color: #212529;
    background-color: #f6811f;
    border-color: #f6811f;
}

.btn-outline-brand-primary-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-brand-primary-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-brand-primary-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(246, 129, 31, 0.5);
}

.list-group-item-brand-primary-dark {
    color: #944605;
    background-color: #fde4cf;
}

.list-group-item-brand-primary-dark.list-group-item-action:hover, .list-group-item-brand-primary-dark.list-group-item-action:focus {
    color: #944605;
    background-color: #fcd6b6;
}

.list-group-item-brand-primary-dark.list-group-item-action.active {
    color: #212529;
    background-color: #944605;
    border-color: #944605;
}

.table-brand-primary-dark,
.table-brand-primary-dark > th,
.table-brand-primary-dark > td {
    background-color: #fde4cf;
}

.table-hover .table-brand-primary-dark:hover {
    background-color: #fcd6b6;
}

.table-hover .table-brand-primary-dark:hover > td,
.table-hover .table-brand-primary-dark:hover > th {
    background-color: #fcd6b6;
}

.text-brand-primary-dark {
    color: #f6811f !important;
}

a.text-brand-primary-dark:hover, a.text-brand-primary-dark:focus {
    color: #d96708 !important;
}

/* Additional Styles */

.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 #4e73df;
    color: #4e73df;
}

.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;
  }
  bg-login-image
  .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
  }
}

/* overriden classes  digiyok */

.bg-login-image {
  background: url("../../img/background/login-bg.png");
  background-position: center;
  background-size: cover;
}

.bg-register-image {
  background: url("../../img/background/login-bg.png");
  background-position: center;
  background-size: cover;
}

.bg-password-image {
  background: url("../../img/background/login-bg.png");
  background-position: center;
  background-size: cover;
}

.form-control:focus {
  border: 1px solid var(--caribbean-green-500);
  box-shadow: 0 0 0 0.2rem rgba(181, 238, 219, 0.25);
}

/* Custom Forms */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: var(--caribbean-green-500);
  background-color: var(--caribbean-green-500);
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgb(181 238 219 / 25%);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #d8f3ea;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: var(--caribbean-green-500);
  background-color: var(--caribbean-green-500);
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(74, 202, 159, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(74, 202, 159, 0.5);
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(74, 202, 159, 0.5);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(74, 202, 159, 0.5);
}

.custom-select:focus {
  border-color: #d8f3ea;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(74, 202, 159, 0.25);
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #d8f3ea;
  box-shadow: 0 0 0 0.2rem rgba(74, 202, 159, 0.25);
}

/*------------------------------------
- COLOR brand-green-dark
------------------------------------*/
.alert-brand-green-dark {
  color: #08483e;
  background-color: #a4f3e6;
  border-color: #91f1e2;
}

.alert-brand-green-dark hr {
  border-top-color: #7befdc;
}

.alert-brand-green-dark .alert-link {
  color: #031b17;
}

.badge-brand-green-dark {
  color: #fff;
  background-color: #16b69c;
}

.badge-brand-green-dark[href]:hover, .badge-brand-green-dark[href]:focus {
  color: #fff;
  background-color: #108875;
}

.bg-brand-green-dark {
  background-color: #16b69c !important;
}

a.bg-brand-green-dark:hover, a.bg-brand-green-dark:focus,
button.bg-brand-green-dark:hover,
button.bg-brand-green-dark:focus {
  background-color: #108875 !important;
}

.border-brand-green-dark {
  border-color: #16b69c !important;
}

.btn-brand-green-dark {
  color: #fff;
  background-color: #16b69c;
  border-color: #16b69c;
}

.btn-brand-green-dark:hover {
  color: #fff;
  background-color: #129680;
  border-color: #108875;
}

.btn-brand-green-dark:focus, .btn-brand-green-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(22, 182, 156, 0.5);
}

.btn-brand-green-dark.disabled, .btn-brand-green-dark:disabled {
  color: #fff;
  background-color: #16b69c;
  border-color: #16b69c;
}

.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: #108875;
  border-color: #0e7a69;
}

.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 {
  box-shadow: 0 0 0 0.2rem rgba(22, 182, 156, 0.5);
}

.btn-outline-brand-green-dark {
  color: #16b69c;
  background-color: transparent;
  border-color: #16b69c;
}

.btn-outline-brand-green-dark:hover {
  color: #212529;
  background-color: #16b69c;
  border-color: #16b69c;
}

.btn-outline-brand-green-dark:focus, .btn-outline-brand-green-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(22, 182, 156, 0.5);
}

.btn-outline-brand-green-dark.disabled, .btn-outline-brand-green-dark:disabled {
  color: #16b69c;
  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: #16b69c;
  border-color: #16b69c;
}

.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 {
  box-shadow: 0 0 0 0.2rem rgba(22, 182, 156, 0.5);
}

.list-group-item-brand-green-dark {
  color: #08483e;
  background-color: #91f1e2;
}

.list-group-item-brand-green-dark.list-group-item-action:hover, .list-group-item-brand-green-dark.list-group-item-action:focus {
  color: #08483e;
  background-color: #7befdc;
}

.list-group-item-brand-green-dark.list-group-item-action.active {
  color: #fff;
  background-color: #118975;
  border-color: #118975;
}

.table-brand-green-dark,
.table-brand-green-dark > th,
.table-brand-green-dark > td {
  background-color: #91f1e2;
}

.table-hover .table-brand-green-dark:hover {
  background-color: #7befdc;
}

.table-hover .table-brand-green-dark:hover > td,
.table-hover .table-brand-green-dark:hover > th {
  background-color: #7befdc;
}

.text-brand-green-dark {
  color: #16b69c !important;
}

a.text-brand-green-dark:hover, a.text-brand-green-dark:focus {
  color: #108875 !important;
}

/* Additional Styles */

.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 var(--common-teal-500);
  color: var(--common-teal-500);
}

.profile-tab .nav-item.show .nav-link, .profile-tab .nav-link.active {
  color: #4f5467;
  background-color: var(--white);
  border-color: #dee2e6 #dee2e6 var(--white);
}

.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
}
}

/* Pagination */

.page-link {
  color: var(--common-teal-500);
}

.page-link:hover {
  color: var(--common-teal-600);
}

.page-item.active .page-link {
    z-index: 1;
    color: var(--white);
    background-color: var(--common-teal-500);
    border-color: var(--common-teal-500);
}

