/* !
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
  rgba(,,,.8);
 */
/* !
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
  rgba(,,,.8);
 */
a:hover {
  text-decoration: none !important;
}

.no-box-shadow {
  box-shadow: none !important;
}

tr > td:not(:last-child) {
  cursor: pointer;
}

tr:hover {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
}

.with-bg {
  background-color: #E9F3F3 !important;
  padding: 0.75rem;
  border-radius: 4px;
}

.badge {
  text-transform: capitalize;
}

.deleted {
  display: none !important;
}

.float-bottom {
  position: fixed;
  z-index: 9;
  width: 76.25%;
  bottom: 1rem;
}

span.error, small.error {
  font-size: 0.875rem !important;
  font-style: italic !important;
  padding-top: 0.25rem !important;
  color: rgba(226, 12, 51, 0.8) !important;
  display: block !important;
}

.form-control.error {
  border: 1px solid rgba(232, 61, 92, 0.8) !important;
}

body {
  overflow-x: hidden;
  background: #F7F8FC;
  font-size: 12px;
  padding-top: 3rem;
}

.breadcrumb {
  padding: 0.25rem 0 0 0;
  background-color: transparent;
  margin: 0;
}

.img-container {
  background-color: #E9F3F3;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Rubik", sans-serif;
  color: #454647;
  font-weight: 600;
}

h1 {
  font-size: 1.75rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.75rem;
}

h6 {
  font-size: 0.75rem;
}

a, .btn {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}

a {
  color: #8B20A9;
}
a:hover {
  color: rgba(255, 94, 3, 0.5);
}

.user-avatar img {
  background-color: #E9F3F3;
}

p, body, label, small, div {
  font-family: "Roboto", sans-serif;
}

small {
  color: #9FA2B4;
}

.sub-title {
  margin-bottom: 2.5rem;
  font-weight: 500;
  color: #676869;
  font-family: "Roboto", sans-serif;
}

.text-primary {
  color: #8B20A9 !important;
}

.text-secondary {
  color: #016E73 !important;
}

.text-success {
  color: rgb(33, 150, 83) !important;
}

.text-info {
  color: #1A3E7C !important;
}

.text-warning {
  color: #f39c12 !important;
}

.text-danger {
  color: rgba(226, 12, 51, 0.8) !important;
}

.nav.nav-pills {
  border-radius: 100px;
  width: auto;
  padding: 0.25rem;
  background: #F9FCFC;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  display: inline-flex;
}
.nav.nav-pills .nav-item .nav-link {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  color: #9FA2B4;
  border-radius: 100px;
}
.nav.nav-pills .nav-item .nav-link.active {
  background-color: #CAE5E8;
  color: #016E73;
  font-weight: 800;
}
.nav.nav-tabs {
  border-bottom: none !important;
}
.nav.nav-tabs.with-border {
  border-bottom: 1px solid #dee2e6 !important;
}
.nav.nav-tabs .nav-item {
  margin-right: 1.25rem;
}
.nav.nav-tabs .nav-item .nav-link {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 0 1rem 0;
  color: #676869;
}
.nav.nav-tabs .nav-item .nav-link.disabled {
  color: #9FA2B4;
}
.nav.nav-tabs .nav-item .nav-link.active {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 4px solid #8B20A9;
  background: none;
  font-weight: 600;
  color: #454647;
}
.nav.nav-tabs .nav-item .nav-link:hover {
  font-weight: 600 !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 4px solid #A24DBA !important;
}

.card {
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  border: none;
}
.card.no-box-shadow {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #f5f0f6;
}
.card.card-detail-bottom {
  background-color: #FAFCFC !important;
}
.card.card-with-tab {
  padding: 0 !important;
}
.card.card-with-tab .card-tab {
  padding: 1.5rem 2rem 0rem 2rem;
  border-bottom: 1px solid rgba(223, 224, 235, 0.24);
}
.card.card-with-tab .card-body {
  padding: 2rem;
}
.card.card-with-tab .card-body .card-body-title {
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
}
.card.card-with-tab .card-body .card-body-title .title {
  display: flex;
  align-items: center;
}
.card.card-with-tab .card-body .card-body-title .title i {
  color: #9FA2B4;
  margin-right: 0.75rem;
  font-size: 1.5rem;
}

.card-filter-sort {
  padding: 1rem;
}
.card-filter-sort .form-group {
  margin-bottom: 0;
}

.align-start .form-row {
  align-items: flex-start !important;
}

.item-container .form-row {
  align-items: flex-start;
}
.item-container .form-group {
  margin-bottom: 0;
}
.item-container .masked-money {
  font-size: 1rem !important;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.masked-money {
  font-size: 1rem !important;
}

.card-milestone {
  margin-bottom: 2rem;
}
.card-milestone .card-milestone-header {
  padding: 2rem;
  border: 1px solid rgba(223, 224, 235, 0.24);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.card-milestone .card-milestone-header .header-left .milestone-title {
  margin-bottom: 1.25rem;
}
.card-milestone .card-milestone-header .header-left .item i {
  color: #A24DBA;
}
.card-milestone .card-milestone-header .header-left .item-content {
  color: #016E73;
  font-weight: 500;
}
.card-milestone .card-milestone-header .header-right {
  display: flex;
  flex-direction: column;
}
.card-milestone .card-milestone-header .header-right .btn-mark-completed {
  min-width: 12.5rem;
}
.card-milestone .card-milestone-header .header-right .badge {
  margin-bottom: 1.25rem;
  margin-right: -2rem;
  margin-left: 2rem;
  width: auto;
  display: inline-block;
}
.card-milestone .card-milestone-body {
  padding: 2.5rem 2rem;
  border: 1px solid rgba(223, 224, 235, 0.24);
}
.card-milestone .card-milestone-body .progress-list-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  color: #676869;
  font-weight: 500;
}

.custom-control.custom-switch.switch-lg {
  padding-left: 5rem;
}
.custom-control.custom-switch.switch-lg .custom-control-label {
  transform: scale(1.25);
}
.custom-control .custom-control-label {
  line-height: 2;
}

.term-payment {
  cursor: auto !important;
}
.term-payment .term-payment-item {
  border-bottom: 1px solid rgba(223, 224, 235, 0.8);
  padding: 1.25rem 0;
  align-items: center;
}
.term-payment .term-payment-item .amount {
  color: #8B20A9;
}
.term-payment .term-payment-item .item-container {
  justify-content: space-between;
  display: flex;
}
.term-payment .term-payment-item .item-content {
  color: #016E73;
}
.term-payment .term-payment-item .title {
  color: #454647;
  font-weight: 500;
}
.term-payment .term-payment-item:last-child {
  border-bottom: none;
}

.progress-item, .term-payment {
  cursor: pointer;
  margin-bottom: 1.25rem;
}
.progress-item.milestone-form-item, .progress-item.progress-form-item, .term-payment.milestone-form-item, .term-payment.progress-form-item {
  cursor: auto;
}
.progress-item.milestone-form-item .progress-item-header, .progress-item.progress-form-item .progress-item-header, .term-payment.milestone-form-item .progress-item-header, .term-payment.progress-form-item .progress-item-header {
  padding: 0;
}
.progress-item.milestone-form-item .progress-item-header .header-left, .progress-item.progress-form-item .progress-item-header .header-left, .term-payment.milestone-form-item .progress-item-header .header-left, .term-payment.progress-form-item .progress-item-header .header-left {
  cursor: pointer;
}
.progress-item.milestone-form-item .progress-item-header .header-left, .progress-item.milestone-form-item .progress-item-header .header-right, .progress-item.progress-form-item .progress-item-header .header-left, .progress-item.progress-form-item .progress-item-header .header-right, .term-payment.milestone-form-item .progress-item-header .header-left, .term-payment.milestone-form-item .progress-item-header .header-right, .term-payment.progress-form-item .progress-item-header .header-left, .term-payment.progress-form-item .progress-item-header .header-right {
  padding: 1.5rem;
}
.progress-item .progress-item-header, .term-payment .progress-item-header {
  padding: 1.5rem;
  border: 1px solid rgba(223, 224, 235, 0.24);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.progress-item .progress-item-header .header-left, .term-payment .progress-item-header .header-left {
  display: flex;
}
.progress-item .progress-item-header .header-left i, .term-payment .progress-item-header .header-left i {
  margin-right: 1.25rem;
  color: #9FA2B4;
}
.progress-item .progress-item-header .header-left .progress-title, .term-payment .progress-item-header .header-left .progress-title {
  margin-bottom: 0;
  line-height: 1.5rem;
}
.progress-item .progress-item-header .header-right, .term-payment .progress-item-header .header-right {
  display: flex;
  align-items: center;
}
.progress-item .progress-item-body, .term-payment .progress-item-body {
  padding: 2rem 1.5rem;
  border: 1px solid rgba(223, 224, 235, 0.24);
  display: none;
}
.progress-item .progress-item-body .milestone-detail, .term-payment .progress-item-body .milestone-detail {
  display: flex;
  align-items: center;
}
.progress-item .progress-item-body .percentage .desc, .term-payment .progress-item-body .percentage .desc {
  color: #9FA2B4;
  font-weight: 400;
  font-size: 0.75rem;
}
.progress-item .progress-item-body .amount, .term-payment .progress-item-body .amount {
  color: #8B20A9;
  margin-bottom: 0;
}

.btn-icon.btn-edit i {
  color: #8B20A9;
}
.btn-icon.btn-delete {
  margin-left: 0.5rem;
}
.btn-icon.btn-delete i {
  color: rgba(226, 12, 51, 0.8);
}

.btn-circle {
  border-radius: 50% !important;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.btn-circle.btn-sm {
  width: 2.25rem;
  height: 2.25rem;
}
.btn-circle.btn-sm .feather-icons {
  width: 0.9125rem;
  height: 0.9125rem;
}
.btn-circle.btn-sm i {
  font-size: 1rem !important;
}

.widget-user {
  border-radius: 4px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  background: #FFFFFF;
}
.widget-user .widget-header {
  background: linear-gradient(45deg, #016E73, #016F73);
  background-color: #016E73;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.widget-user .widget-header .widget-photo {
  width: 5rem;
  height: 5rem;
  object-fit: cover;
  object-position: center;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  margin-bottom: 1rem;
  border-radius: 50%;
}
.widget-user .widget-header .widget-name {
  color: #FFFFFF;
  margin-bottom: 0.75rem;
  text-align: center;
}
.widget-user .widget-header .widget-info {
  font-family: "Roboto", sans-serif;
  color: #F7F8FC;
  font-weight: 400;
  text-align: center;
}
.widget-user .widget-body {
  padding: 1.5rem;
}
.widget-user .widget-stat {
  margin-bottom: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.widget-user .widget-stat .item {
  margin-right: 1rem !important;
}
.widget-user .widget-stat .item:last-child {
  margin-right: 0 !important;
}

p {
  color: #676869;
}

.action {
  display: flex;
}
.action .badge {
  padding: 0.5rem 1rem;
}

.badge {
  display: flex;
  align-items: center;
}
.badge i {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.badge.badge-with-icon-left i {
  margin-right: 0.5rem;
}
.badge.badge-with-icon-right i {
  margin-left: 0.5rem;
}
.badge.badge-xs {
  padding: 2px 4px;
  font-size: 10px;
}

.btn {
  font-family: "Rubik", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25rem;
  padding: 0.5rem 0.75rem;
  font-weight: 600;
  border-radius: 4px;
  border-color: rgba(255, 255, 255, 0.24);
  cursor: pointer;
}
.btn.btn-sm {
  padding: 0.25rem 0.675rem;
}
.btn.btn-sm.btn-icon {
  padding: 0.5rem !important;
}
.btn.btn-sm.btn-icon i {
  font-size: 0.675rem;
}
.btn.btn-no-outline {
  border-color: transparent !important;
}
.btn.btn-no-outline:hover {
  background-color: transparent !important;
}
.btn.btn-no-outline.btn-outline-primary:hover {
  color: #8B20A9 !important;
}
.btn.btn-no-outline.btn-outline-danger:hover {
  color: #910821 !important;
}
.btn.btn-basic {
  background: #f5f0f6 !important;
  color: #016E73 !important;
}
.btn.btn-basic:hover {
  background: #F7F8FC !important;
}
.btn.btn-basic.btn-primary {
  color: #8B20A9 !important;
}
.btn.btn-basic.btn-primary:hover {
  color: #8B20A9 !important;
}
.btn.btn-basic.btn-secondary {
  color: #016E73 !important;
}
.btn.btn-basic.btn-secondary:hover {
  color: #016E73 !important;
}
.btn.btn-basic.btn-success {
  color: rgb(33, 150, 83) !important;
}
.btn.btn-basic.btn-success:hover {
  color: rgb(33, 150, 83) !important;
}
.btn.btn-basic.btn-danger {
  color: rgba(226, 12, 51, 0.8) !important;
}
.btn.btn-basic.btn-danger:hover {
  color: rgba(226, 12, 51, 0.8) !important;
}
.btn.btn-basic.btn-warning {
  color: #f39c12 !important;
}
.btn.btn-basic.btn-warning:hover {
  color: #f39c12 !important;
}
.btn.btn-basic.btn-info {
  color: #1A3E7C !important;
}
.btn.btn-basic.btn-info:hover {
  color: #1A3E7C !important;
}
.btn.btn-lg {
  font-size: 16px;
  padding: 12px 20px;
}
.btn.btn-xl {
  font-size: 19px;
  padding: 20px 32px;
}
.btn.btn-primary-gradient {
  background: linear-gradient(-45deg, #BD2FC1, #601390) !important;
}
.btn.btn-primary {
  background: linear-gradient(-45deg, #BD2FC1, #601390);
  border-color: rgba(255, 255, 255, 0.24);
  color: #F7F8FC !important;
}
.btn.btn-primary.active, .btn.btn-primary:active {
  background-color: #8B20A9 !important;
  border-color: #8B20A9 !important;
}
.btn.btn-secondary {
  background: #016E73;
  border-color: rgba(255, 255, 255, 0.24);
  color: #F7F8FC !important;
}
.btn.btn-success {
  background: rgb(33, 150, 83);
  border-color: rgba(255, 255, 255, 0.24);
  color: #F7F8FC !important;
}
.btn.btn-info {
  background: #1A3E7C;
  border-color: rgba(255, 255, 255, 0.24);
  color: #F7F8FC !important;
}
.btn.btn-warning {
  background: #f39c12;
  border-color: rgba(255, 255, 255, 0.24);
  color: #F7F8FC !important;
}
.btn.btn-danger {
  background: rgba(226, 12, 51, 0.8);
  border-color: rgba(255, 255, 255, 0.24);
  color: #F7F8FC !important;
}
.btn.btn-outline-primary {
  border-color: #8B20A9;
  color: #8B20A9 !important;
}
.btn.btn-outline-primary:hover {
  color: #F7F8FC !important;
  background-color: #8B20A9;
}
.btn.btn-outline-secondary {
  border-color: #016E73;
  color: #016E73 !important;
}
.btn.btn-outline-secondary:hover {
  color: #F7F8FC !important;
  background-color: #016E73;
}
.btn.btn-outline-success {
  border-color: rgb(33, 150, 83);
  color: rgb(33, 150, 83) !important;
}
.btn.btn-outline-success:hover {
  color: #F7F8FC !important;
  background-color: rgb(33, 150, 83);
}
.btn.btn-outline-info {
  border-color: #1A3E7C;
  color: #1A3E7C !important;
}
.btn.btn-outline-info:hover {
  color: #F7F8FC !important;
  background-color: #1A3E7C;
}
.btn.btn-outline-warning {
  border-color: #f39c12;
  color: #f39c12 !important;
}
.btn.btn-outline-warning:hover {
  color: #F7F8FC !important;
  background-color: #f39c12;
}
.btn.btn-outline-danger {
  border-color: rgba(226, 12, 51, 0.8);
  color: rgba(226, 12, 51, 0.8) !important;
}
.btn.btn-outline-danger:hover {
  color: #F7F8FC !important;
  background-color: rgba(226, 12, 51, 0.8);
}
.btn.btn-signup {
  background: linear-gradient(45deg, #016E73, #016F73) !important;
}

.btn-group.btn-group-toggle .btn {
  color: #A24DBA !important;
  background-color: #FFFFFF;
  border-color: #A24DBA;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.btn-group.btn-group-toggle .btn.active {
  color: #8B20A9 !important;
  background-color: #E3C9EA !important;
  border-color: #A24DBA !important;
}

.navbar {
  padding: 0.5rem 1rem 0.5rem 0.5rem;
}
.navbar .navbar-search-group {
  margin-left: 28px;
}

.badge {
  font-family: "Rubik", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25rem;
  padding: 4px 16px;
  font-weight: 600;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  color: rgba(0, 0, 0, 0.56) !important;
}
.badge i {
  color: rgba(0, 0, 0, 0.32) !important;
}
.badge.badge-pill {
  border-radius: 4rem;
}
.badge.badge-right {
  padding: 4px 24px 4px 16px;
  border-radius: 8px 0 0 8px;
}
.badge.badge-left {
  padding: 4px 16px 4px 24px;
  border-radius: 0 8px 8px 0;
}
.badge.badge-sm {
  padding: 0.25rem 0.675rem;
}
.badge.badge-lg {
  font-size: 16px;
  padding: 12px 20px;
}
.badge.badge-xl {
  font-size: 19px;
  padding: 20px 32px;
}
.badge.badge-primary {
  background: #A24DBA;
  border-color: #A24DBA;
  color: rgba(255, 94, 3, 0.5);
}
.badge.badge-primary.active, .badge.badge-primary:active {
  background-color: #8B20A9 !important;
  border-color: #A24DBA !important;
}
.badge.badge-primary i {
  color: #8B20A9;
}
.badge.badge-secondary {
  background: rgba(0, 7, 51, 0.8);
  border-color: rgba(0, 7, 51, 0.8);
  color: rgba(0, 7, 51, 0.8);
}
.badge.badge-secondary i {
  color: #016E73;
}
.badge.badge-success {
  background: rgba(77, 171, 117, 0.8);
  border-color: rgba(77, 171, 117, 0.8);
  color: #219653;
}
.badge.badge-success i {
  color: rgb(33, 150, 83);
}
.badge.badge-info {
  background: rgba(41, 97, 194, 0.8);
  border-color: rgba(41, 97, 194, 0.8);
  color: #1A3E7C;
}
.badge.badge-info i {
  color: #1A3E7C;
}
.badge.badge-warning {
  background: rgba(255, 181, 126, 0.8);
  border-color: rgba(255, 181, 126, 0.8);
  color: #B77B4F;
}
.badge.badge-warning i {
  color: #f39c12;
}
.badge.badge-danger {
  background: rgba(232, 61, 92, 0.8);
  border-color: rgba(232, 61, 92, 0.8);
  color: #910821;
}
.badge.badge-danger i {
  color: rgba(226, 12, 51, 0.8);
}
.badge.badge-outline-primary {
  border-color: #A24DBA;
  color: #A24DBA;
}
.badge.badge-outline-primary:hover {
  color: #F7F8FC;
  background-color: #A24DBA;
}
.badge.badge-outline-secondary {
  border-color: rgba(0, 7, 51, 0.8);
  color: rgba(0, 7, 51, 0.8);
}
.badge.badge-outline-secondary:hover {
  color: #F7F8FC;
  background-color: rgba(0, 7, 51, 0.8);
}
.badge.badge-outline-success {
  border-color: rgba(77, 171, 117, 0.8);
  color: rgba(77, 171, 117, 0.8);
}
.badge.badge-outline-success:hover {
  color: #F7F8FC;
  background-color: rgba(77, 171, 117, 0.8);
}
.badge.badge-outline-info {
  border-color: rgba(41, 97, 194, 0.8);
  color: rgba(41, 97, 194, 0.8);
}
.badge.badge-outline-info:hover {
  color: #F7F8FC;
  background-color: rgba(41, 97, 194, 0.8);
}
.badge.badge-outline-warning {
  border-color: rgba(255, 181, 126, 0.8);
  color: rgba(255, 181, 126, 0.8);
}
.badge.badge-outline-warning:hover {
  color: #F7F8FC;
  background-color: rgba(255, 181, 126, 0.8);
}
.badge.badge-outline-danger {
  border-color: rgba(232, 61, 92, 0.8);
  color: rgba(232, 61, 92, 0.8);
}
.badge.badge-outline-danger:hover {
  color: #F7F8FC;
  background-color: rgba(232, 61, 92, 0.8);
}

.alert.alert-right {
  padding: 4px 24px 4px 16px;
  border-radius: 8px 0 0 8px;
}
.alert.alert-left {
  padding: 4px 16px 4px 24px;
  border-radius: 0 8px 8px 0;
}
.alert.alert-sm {
  padding: 0.25rem 0.675rem;
}
.alert.alert-lg {
  font-size: 16px;
  padding: 12px 20px;
}
.alert.alert-xl {
  font-size: 19px;
  padding: 20px 32px;
}
.alert.alert-primary {
  background: #A24DBA;
  border-color: #A24DBA;
  color: rgba(255, 94, 3, 0.5);
}
.alert.alert-primary.active, .alert.alert-primary:active {
  background-color: #8B20A9 !important;
  border-color: #A24DBA !important;
}
.alert.alert-secondary {
  background: rgba(0, 7, 51, 0.8);
  border-color: rgba(0, 7, 51, 0.8);
  color: rgba(0, 7, 51, 0.8);
}
.alert.alert-success {
  background: rgba(77, 171, 117, 0.8);
  border-color: rgba(77, 171, 117, 0.8);
  color: #219653;
}
.alert.alert-info {
  background: rgba(41, 97, 194, 0.8);
  border-color: rgba(41, 97, 194, 0.8);
  color: #1A3E7C;
}
.alert.alert-warning {
  background: rgba(255, 181, 126, 0.8);
  border-color: rgba(255, 181, 126, 0.8);
  color: #B77B4F;
}
.alert.alert-danger {
  background: rgba(232, 61, 92, 0.8);
  border-color: rgba(232, 61, 92, 0.8);
  color: #910821;
}
.alert.alert-outline-primary {
  border-color: #A24DBA;
  color: #A24DBA;
}
.alert.alert-outline-primary:hover {
  color: #F7F8FC;
  background-color: #A24DBA;
}
.alert.alert-outline-secondary {
  border-color: rgba(0, 7, 51, 0.8);
  color: rgba(0, 7, 51, 0.8);
}
.alert.alert-outline-secondary:hover {
  color: #F7F8FC;
  background-color: rgba(0, 7, 51, 0.8);
}
.alert.alert-outline-success {
  border-color: rgba(77, 171, 117, 0.8);
  color: rgba(77, 171, 117, 0.8);
}
.alert.alert-outline-success:hover {
  color: #F7F8FC;
  background-color: rgba(77, 171, 117, 0.8);
}
.alert.alert-outline-info {
  border-color: rgba(41, 97, 194, 0.8);
  color: rgba(41, 97, 194, 0.8);
}
.alert.alert-outline-info:hover {
  color: #F7F8FC;
  background-color: rgba(41, 97, 194, 0.8);
}
.alert.alert-outline-warning {
  border-color: rgba(255, 181, 126, 0.8);
  color: rgba(255, 181, 126, 0.8);
}
.alert.alert-outline-warning:hover {
  color: #F7F8FC;
  background-color: rgba(255, 181, 126, 0.8);
}
.alert.alert-outline-danger {
  border-color: rgba(232, 61, 92, 0.8);
  color: rgba(232, 61, 92, 0.8);
}
.alert.alert-outline-danger:hover {
  color: #F7F8FC;
  background-color: rgba(232, 61, 92, 0.8);
}

#sidebar-wrapper {
  background: #090C1F !important;
  height: 96vh;
  overflow-y: auto;
  position: fixed;
}
#sidebar-wrapper .sidebar {
  background: transparent !important;
}

.sidebar {
  min-height: 100vh;
  margin-left: -12rem;
  -webkit-transition: margin 0.25s ease-out;
  -moz-transition: margin 0.25s ease-out;
  -o-transition: margin 0.25s ease-out;
  transition: margin 0.25s ease-out;
  background: linear-gradient(45deg, #016E73, hsl(160deg, 80%, 36%)) !important;
  padding: 2.125rem 1.25rem;
}
.sidebar .sidebar-heading {
  color: #F7F8FC;
  font-family: "Rubik", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 0;
  margin-bottom: 72px;
}
.sidebar .list-group {
  width: 12rem;
}

.wizard {
  padding-left: 16px;
}
.wizard .step {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 32px;
  border-left: 2px solid #f5f0f6;
}
.wizard .step:last-child {
  border-left: 2px solid transparent;
}
.wizard .step:hover {
  text-decoration: none !important;
}
.wizard .step.active .step-number {
  background-color: #8B20A9;
  color: #F7F8FC;
  border: 2px solid rgba(255, 255, 255, 0.24);
}
.wizard .step.active .step-text {
  color: #F7F8FC;
  font-weight: 600;
}
.wizard .step .step-number {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f0f6;
  font-size: 12px;
  font-weight: 600;
  color: #016E73;
  margin-right: 10px;
  margin-left: -16px;
}
.wizard .step .step-text {
  font-size: 0.75rem;
  color: #f5f0f6;
  font-weight: 500;
  line-height: 1.5;
}

.illustration {
  padding: 1vw 0;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.illustration.illustration-sm img {
  width: 10rem;
  height: 7.5rem;
  margin-bottom: 1.5rem;
}
.illustration img {
  width: 20rem;
  height: 15rem;
  object-fit: contain;
  margin-bottom: 3rem;
}
.illustration .title, .illustration .content {
  text-align: center;
}
.illustration .title {
  margin-bottom: 1rem;
  text-transform: capitalize;
}
.illustration .content {
  margin-bottom: 1.5rem;
}

.sidebar-menu .menu-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.5rem;
}
.sidebar-menu .menu-item:hover {
  text-decoration: none !important;
}
.sidebar-menu .menu-item.active {
  background: linear-gradient(45deg, #016E73, #016F73);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 4px;
}
.sidebar-menu .menu-item.active .menu-item-icon {
  color: #f5f0f6;
}
.sidebar-menu .menu-item.active .menu-item-text {
  color: #F7F8FC;
  font-weight: 600;
}
.sidebar-menu .menu-item .menu-item-icon {
  border-radius: 0;
  width: 24px;
  height: 24px;
  padding: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: #444655;
  margin-right: 8px;
}
.sidebar-menu .menu-item .menu-item-text {
  font-size: 0.75rem;
  color: #f5f0f6;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
}

.progress {
  background-color: #f1f2f3 !important;
  border-radius: 100px;
  height: 10px !important;
}

.progress-bar {
  border-radius: 100px;
  font-size: 0.5rem;
}

.progress-bar, .bg-primary {
  background-color: #8B20A9 !important;
}

.bg-secondary {
  background-color: #016E73 !important;
}

.bg-success {
  background-color: #00AB14 !important;
}

.bg-info {
  background-color: #1A3E7C !important;
}

.bg-warning {
  background-color: #f39c12 !important;
}

.bg-danger {
  background-color: rgba(226, 12, 51, 0.8) !important;
}

.flex-row {
  flex-direction: column !important;
}

.editor-inline {
  padding: 1.5rem;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid rgba(223, 224, 235, 0.24);
  margin-bottom: 1rem;
}
.editor-inline .edit, .editor-inline .display {
  display: flex;
  align-items: center;
}
.editor-inline .edit > div:last-child .d-flex, .editor-inline .display > div:last-child .d-flex {
  justify-content: flex-end;
}
.editor-inline .edit p, .editor-inline .display p {
  color: #9FA2B4;
  margin-bottom: 0;
}
.editor-inline .edit {
  display: none;
}

.jumbotron-container {
  background-color: #016E73;
  position: relative;
}
.jumbotron-container .jumbotron {
  color: #F7F8FC !important;
  background-color: transparent;
  padding-left: 0 !important;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}
.jumbotron-container .jumbotron h1 {
  font-size: 3.125rem !important;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #E9F3F3 !important;
}
.jumbotron-container .jumbotron p {
  font-size: 2.125rem !important;
  font-weight: 400;
  margin-bottom: 2.5rem;
  color: #C2DCDD !important;
}
.jumbotron-container .jumbotron .btn-outline-primary {
  border-color: #f5f0f6 !important;
  color: #f5f0f6 !important;
}
.jumbotron-container .jumbotron .btn-outline-primary:hover {
  color: #8B20A9 !important;
  background-color: #FFFFFF;
}
.jumbotron-container .img-hero {
  width: 115%;
  position: absolute;
  top: 1.5VW;
  right: -4VW;
}

.hidden {
  display: none !important;
}

.item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 2rem;
}
.item > i {
  color: #9FA2B4;
  margin-right: 0.5rem;
  font-size: 1rem;
}
.item span {
  font-family: "Roboto", sans-serif;
  color: #676869;
  font-size: 12px;
}
.item span i {
  color: #9FA2B4;
  margin-right: 0.5rem;
  font-size: 1rem;
}
.item.item-sm i {
  font-size: 12px;
}
.item.item-sm span {
  font-size: 0.75rem;
}
.item.item-lg span i {
  font-size: 2.5rem;
  margin-right: 0.75rem;
}

.item .item-label {
  color: #9FA2B4;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}
.item .item-content {
  color: #454647;
  font-weight: 600;
  margin-bottom: 0;
}
.item.item-lg .item-label {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.item.item-lg .item-content {
  color: #454647;
  font-size: 1.25rem;
}

.item-block .item-label {
  color: #9FA2B4;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}
.item-block .item-content {
  color: #676869;
  font-weight: 500;
  margin-bottom: 0;
}

.add-milestone-container {
  border-top: 1px solid rgba(223, 224, 235, 0.24);
  border-bottom: 1px solid rgba(223, 224, 235, 0.24);
}

.form-row {
  align-items: flex-end;
}

.form-group {
  margin-bottom: 1.5rem;
}
.form-group.form-inline label {
  justify-content: flex-start;
}
.form-group .input-group-append, .form-group .input-group-prepend {
  cursor: pointer;
}
.form-group.upload-image-group input[type=file] {
  display: none;
}
.form-group.upload-image-group .upload-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 7, 51, 0.16);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 4px;
  padding: 94px;
  cursor: pointer;
}
.form-group.upload-image-group .upload-image i {
  font-size: 3rem !important;
  color: #85B9BC;
}
.form-group.upload-image-group .btn-remove {
  position: absolute;
  right: 2rem;
  top: 1.5rem;
  font-size: 1rem;
}
.form-group.upload-image-group .btn-remove i {
  color: rgba(226, 12, 51, 0.8);
}
.form-group.upload-image-group .btn-add-upload {
  padding: 3rem !important;
  background-color: #C2DCDD;
}
.form-group.upload-image-group .btn-add-upload i {
  color: #85B9BC !important;
  border: 2px dashed #85B9BC;
  padding: 2.75rem;
}
.form-group.upload-file-group input[type=file] {
  display: none;
}
.form-group.upload-file-group .upload-file {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 4px;
  border: 1px solid rgba(223, 224, 235, 0.24);
}
.form-group.upload-file-group .upload-file .upload-file-body {
  display: flex;
  padding: 1rem 1.25rem;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(223, 224, 235, 0.24);
}
.form-group.upload-file-group .upload-file .upload-file-body .left {
  display: flex;
  flex-direction: row;
}
.form-group.upload-file-group .upload-file .upload-file-body .left .icon {
  background: #8B20A9;
  padding: 3px;
  border-radius: 6px;
  width: 1.125rem;
  height: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
}
.form-group.upload-file-group .upload-file .upload-file-body .left .icon i {
  font-size: 0.675rem;
  color: #FFFFFF;
}
.form-group.upload-file-group .upload-file .upload-file-body .left .upload-file-name {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
}
.form-group.upload-file-group .upload-file .upload-file-body .right {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.form-group.upload-file-group .upload-file .upload-file-body .right .btn-upload {
  color: #F7F8FC;
  cursor: pointer;
}
.form-group.upload-file-group .upload-file .upload-file-body .right .btn-remove {
  margin-left: 0.75rem;
  color: rgba(232, 61, 92, 0.8);
}
.form-group.upload-file-group .upload-file .upload-file-footer {
  display: flex;
  padding: 1rem 1.25rem;
}
.form-group .btn {
  cursor: pointer;
}
.form-group .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
}
.form-group .btn-with-icon-right {
  display: flex;
  align-items: center;
}
.form-group .btn-with-icon-right i {
  margin-left: 0.5rem;
  font-size: 0.75rem;
}
.form-group .btn-with-icon-left {
  display: flex;
  align-items: center;
}
.form-group .btn-with-icon-left i {
  margin-right: 0.5rem;
  font-size: 0.75rem;
}
.form-group label {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1rem;
  color: #454647;
  margin-bottom: 10px;
}
.form-group .input-group .input-group-text {
  color: #f5f0f6;
  background-color: #9FA2B4;
  border-color: #9FA2B4;
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}
.form-group .input-group .input-group-text select {
  cursor: pointer;
  color: #f5f0f6;
  background-color: transparent;
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  font-weight: 600;
  border: none;
}
.form-group .input-group .input-group-text select option {
  color: #676869;
  padding: 0.5rem 0;
}
.form-group .input-group .input-group-text i {
  font-size: 0.75rem;
}
.form-group .select2[multiple=""] + .select2 {
  padding: 0.125rem 0.75rem;
}
.form-group .form-control, .form-group .select2 {
  background-color: #fdfdfe;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #454647;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  border: 1px solid rgba(0, 7, 51, 0.16);
  height: auto;
}
.form-group .form-control::placeholder, .form-group .select2::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9FA2B4;
  opacity: 1; /* Firefox */
}
.form-group .form-control:-ms-input-placeholder, .form-group .select2:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #9FA2B4;
}
.form-group .form-control::-ms-input-placeholder, .form-group .select2::-ms-input-placeholder { /* Microsoft Edge */
  color: #9FA2B4;
}
.form-group .form-control:disabled, .form-group .form-control[disabled=disabled], .form-group .form-control[disabled=true], .form-group .form-control:disabled + span.select2, .form-group .select2:disabled, .form-group .select2[disabled=disabled], .form-group .select2[disabled=true], .form-group .select2:disabled + span.select2 {
  background-color: rgba(223, 224, 235, 0.24) !important;
}
.form-group .select2 {
  width: 100% !important;
}
.form-group .form-text, .form-group small {
  color: #676869;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 0.675rem;
  line-height: 20px;
  margin-top: 10px;
}

.btn-with-icon-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-with-icon-right i {
  margin-left: 0.5rem;
  font-size: 0.75rem;
  line-height: 0.75rem;
}

.btn-lg.btn-with-icon-right i {
  margin-left: 0.5rem;
  font-size: 1rem;
  line-height: 1rem;
}
.btn-lg.btn-with-icon-left i {
  margin-right: 0.5rem;
  font-size: 1rem;
  line-height: 1rem;
}

.form-control, .select2 {
  background-color: #fdfdfe;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #454647;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  border: 1px solid rgba(0, 7, 51, 0.16);
  height: auto;
}

.btn-with-icon-left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-with-icon-left i {
  margin-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 0.75rem;
}

.btn {
  cursor: pointer;
}

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
}

.select2-container .select2-selection--single {
  height: auto !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container.select2-container--default .select2-results__option {
  color: #454647;
}
.select2-container.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #E3C9EA;
}
.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #8B20A9;
}
.select2-container.select2-container--default .select2-selection--single {
  background-color: transparent !important;
  border: none !important;
  border-radius: 4px;
}
.select2-container.select2-container--default .select2-selection--single:focus {
  outline: none !important;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  position: absolute;
  top: 0;
  right: 0px;
  width: 36px;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #676869 !important;
  line-height: 1.5 !important;
}
.select2-container.select2-container--default .select2-selection--multiple {
  background-color: transparent !important;
  border: none !important;
  border-radius: 4px;
  cursor: text;
}
.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 !important;
  width: 100%;
}
.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-top: 5px !important;
  margin-right: 5px;
  padding: 0 5px;
}

.text-muted {
  color: #9FA2B4;
}

#wrapper.toggled .sidebar {
  margin-left: 0;
}

.btn-with-icon-right {
  display: flex;
  align-items: center;
}
.btn-with-icon-right i {
  margin-left: 0.5rem;
  font-size: 0.75rem;
  line-height: 0.75rem;
}

#page-content-wrapper {
  min-width: 100vw;
}

html,
body,
main.container {
  height: 100%;
}

.modal.modal-select .modal-content {
  background: #F7F8FC;
  border: none;
}
.modal.modal-select .modal-header {
  border-bottom: none !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-top: 2rem;
}
.modal.modal-select .modal-header .modal-title {
  margin-bottom: 0.5rem;
}
.modal.modal-select .modal-header .modal-subtitle {
  margin-bottom: 2rem;
  color: #9FA2B4;
  font-weight: 400;
}
.modal.modal-select .modal-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0rem 3rem;
}
.modal.modal-select .modal-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-top: none;
  padding: 2.5rem 3rem;
}
.modal.modal-confirm .modal-content {
  background-image: url("../img/bg-pattern.png");
  background-size: cover;
  background-position: center;
}
.modal.modal-confirm .modal-header {
  border-bottom: none !important;
}
.modal.modal-confirm .modal-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal.modal-confirm .modal-body .confirm-title {
  margin-bottom: 2rem;
}
.modal.modal-confirm .modal-body .img-illustration {
  width: 12.5rem;
  height: 12.5rem;
  min-height: 200px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 2rem;
}
.modal.modal-confirm .modal-body .confirm-content {
  margin-bottom: 0;
  text-align: center;
}
.modal.modal-confirm .modal-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-top: none;
  padding: 2.5rem 0;
}
.modal.modal-form .modal-header, .modal.modal-form .modal-footer {
  padding: 1.5rem 2.5rem;
}
.modal.modal-form .modal-body {
  padding: 1.5rem 2.5rem;
  max-height: 60vh;
  overflow-y: auto;
}

main.container {
  display: table;
  width: 100%;
  margin-top: -50px;
  padding: 0;
  /*set left/right padding according to needs*/
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
main .row {
  height: 100%;
  display: table-row;
}
main .sidebar {
  display: table-cell;
  width: 200px;
  background: #383435;
  color: #aaa;
  padding-top: 20px;
}
main .content {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  padding-top: 20px;
}

/* Components */
.subtitle {
  font-weight: 400;
  color: #676869;
}

.selector-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.card-default {
  padding: 2rem;
}

.card-need .card-need-title {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-need .card-need-header {
  padding: 2rem;
  border-bottom: 1px solid rgba(223, 224, 235, 0.24);
}
.card-need .card-need-header .card-need-header-left .custom-control.custom-switch.switch-lg {
  padding-left: 3rem;
  margin-right: 0.5rem;
}
.card-need .card-need-header .card-need-header-left, .card-need .card-need-header .card-need-header-right {
  display: flex;
  flex-direction: row;
}
.card-need .card-need-body {
  padding: 1.5rem 2rem 2rem 2rem;
}

.card-bank {
  background-image: url("../img/bg-bank.png");
  background-position: left;
  background-size: cover;
  min-height: 16rem;
  text-align: right;
  padding: 3rem 9rem;
}
.card-bank .title {
  color: #8B20A9;
  margin-bottom: 1.25rem;
}
.card-bank .sub-title {
  color: #016E73;
  font-family: "Roboto", sans-serif;
  margin-bottom: 2rem;
  font-weight: 500;
}
.card-bank .content {
  color: #676869;
  margin-bottom: 0;
}

.card-select {
  position: relative;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  display: table;
  width: 100%;
}
.card-select:first-child .img {
  background-color: rgba(255, 94, 3, 0.5);
}
.card-select:last-child .img {
  background-color: rgba(77, 171, 117, 0.8);
}
.card-select.half {
  width: 50%;
  max-width: 480px;
  margin-right: 1.5rem;
}
.card-select.half:last-child {
  margin-left: 1.5rem;
  margin-right: 0;
}
.card-select:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  text-decoration: none !important;
}
.card-select:hover .content h3 {
  color: #8B20A9;
}
.card-select.active {
  box-sizing: border-box;
  border: 1px solid rgba(255, 94, 3, 0.5);
  box-shadow: none;
}
.card-select.active .checked {
  display: inline-block;
  border-radius: 4px 0 4px 0;
  padding: 10px 10px 4px 10px;
  background-color: #8B20A9;
  position: absolute;
  left: 0;
  top: -1px;
}
.card-select.active .checked i {
  font-size: 1rem;
  color: #F7F8FC;
}
.card-select.active .img {
  border-right: 1px solid #8B20A9;
}
.card-select.active .content h3, .card-select.active .content .title {
  color: #8B20A9;
}
.card-select .checked {
  display: none;
}
.card-select .img {
  border-radius: 4px 0 0 4px;
  width: 35%;
  background-size: contain;
  display: table-cell;
  background-color: rgba(255, 94, 3, 0.32);
  background-position: center;
  background-repeat: no-repeat;
}
.card-select .content {
  display: table-cell;
  width: 65%;
  padding: 24px 32px 24px 24px;
}
.card-select .content h3, .card-select .content .title {
  margin-bottom: 1rem;
}
.card-select .content p {
  margin-bottom: 0.5rem;
}
.card-select .content .arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #8B20A9;
  font-size: 1.25rem;
}

.live-search .live-search-list {
  display: none;
  position: absolute;
  padding: 0 2rem;
  z-index: 9999;
}

.card-toggle {
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  padding: 1.75rem 2rem;
  width: 100%;
  display: block;
  cursor: pointer;
  margin-bottom: 1rem;
}
.card-toggle h4 {
  margin-bottom: 1rem;
}
.card-toggle p {
  margin-bottom: 0;
}
.card-toggle:last-child {
  margin-bottom: 0;
}
.card-toggle:hover, .card-toggle.active {
  background: #8B20A9;
}
.card-toggle:hover h4, .card-toggle.active h4 {
  color: #FFFFFF;
}
.card-toggle:hover p, .card-toggle.active p {
  color: #F7F8FC;
}

.card-filter {
  padding: 2rem;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.card-filter .title {
  margin-bottom: 2.5rem;
}
.card-filter .btn-action {
  margin-top: 2.5rem;
}

.card-search {
  padding: 2rem;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  margin-bottom: 3rem;
}
.card-search .form-group {
  margin-bottom: 0;
}

.card-detail-info {
  background-color: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
}
.card-detail-info.card-login .img-container {
  width: 100%;
  max-height: 28rem;
  background: url("/img/bg-login.png");
}
.card-detail-info.card-login .img-container img {
  opacity: 0.12;
}
.card-detail-info.card-login .info-container {
  width: 100%;
  padding: 2rem 3rem;
}
.card-detail-info.card-login .info-container .info-body {
  padding: 0;
}
.card-detail-info.card-login .info-container .info-body .card-login-title {
  margin-bottom: 1.25rem;
}
.card-detail-info .img-container {
  width: 52.5%;
  max-height: 25rem;
}
.card-detail-info .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.card-detail-info .info-container {
  position: relative;
  width: 47.5%;
  padding: 2rem 2.5rem;
}
.card-detail-info .info-container .info-header {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(223, 224, 235, 0.24);
  display: flex;
}
.card-detail-info .info-container .info-body {
  padding-top: 2rem;
}
.card-detail-info .info-container .info-body .item {
  margin-bottom: 1.5rem;
}
.card-detail-info .info-container .info-body a:hover {
  text-decoration: none !important;
}
.card-detail-info .info-container .badge {
  position: absolute;
  right: 0;
}

.align-left-right {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.page-header.page-header-offer, .page-header.page-header-payment {
  padding-bottom: 2.5rem;
}
.page-header.page-header-with-action {
  padding-bottom: 9rem;
}
.page-header.page-header-with-action .title-offer {
  margin-bottom: 3rem;
}
.page-header.page-header-payment, .page-header.page-header-with-action {
  background: linear-gradient(-45deg, #BD2FC1, #601390);
}
.page-header.page-header-payment.page-header-with-action-needs, .page-header.page-header-payment.page-header-with-action-dashboard, .page-header.page-header-with-action.page-header-with-action-needs, .page-header.page-header-with-action.page-header-with-action-dashboard {
  background: linear-gradient(45deg, #016E73, #016F73);
}
.page-header.page-header-payment.page-header-with-action-dashboard, .page-header.page-header-with-action.page-header-with-action-dashboard {
  padding-bottom: 6rem !important;
}
.page-header.page-header-payment .detail-container .detail .detail-info .sub-title, .page-header.page-header-with-action .detail-container .detail .detail-info .sub-title {
  color: #F7F8FC;
}
.page-header.page-header-payment .info-container .info, .page-header.page-header-with-action .info-container .info {
  background-color: linear-gradient(45deg, #016E73, #016F73);
  border: 1px solid rgba(255, 255, 255, 0.24);
}
.page-header.page-header-payment .info-container i, .page-header.page-header-with-action .info-container i {
  color: #8B20A9 !important;
}
.page-header.page-header-payment .info-container .item-label, .page-header.page-header-with-action .info-container .item-label {
  color: #f5f0f6;
}
.page-header.page-header-payment .info-container .item-content, .page-header.page-header-with-action .info-container .item-content {
  color: #F7F8FC;
}
.page-header .title-offer {
  font-weight: 500;
  position: relative;
  color: #FFFFFF;
  margin-bottom: 2rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.page-header .title-offer .btn-back {
  cursor: pointer;
}
.page-header .title-offer .btn-back i {
  color: rgba(255, 255, 255, 0.64);
  font-size: 2.5rem;
  line-height: 2.5rem;
  align-items: center;
  align-self: center;
}
.page-header .title-offer .sort {
  display: flex;
  align-items: center;
  width: 20rem;
  margin-bottom: 0;
}
.page-header .title-offer .sort label {
  color: rgba(255, 255, 255, 0.72);
  width: 30%;
  text-align: right;
  margin-right: 2rem;
  margin-bottom: 0;
}
.page-header .title-offer .sort select {
  width: 70%;
}
.page-header .title-payment {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.page-header .nav.nav-pills .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.72);
}
.page-header .detail-container {
  display: flex;
  align-items: center;
}
.page-header .detail-container .detail {
  display: flex;
  align-items: center;
}
.page-header .detail-container .detail .detail-info .sub-title {
  color: #A4A6B3;
  margin-bottom: 1.5rem;
}
.page-header .info-container {
  position: relative;
}
.page-header .info-container .info {
  padding: 2.5rem;
  width: 150%;
  background-color: #8B20A9;
  background-image: url("../img/img-header-2.png");
  top: 0;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
}
.page-header .info-container .info-header {
  padding-bottom: 0;
  border-bottom: none;
  display: flex;
}
.page-header .info-container .info-body {
  padding-top: 1.75rem;
}
.page-header .info-container .info-body .item {
  margin-bottom: 1.5rem;
}
.page-header .info-container .badge {
  position: absolute;
  right: 0;
}
.page-header .info-container i {
  color: #E9F3F3 !important;
}
.page-header .info-container .item-label {
  color: #f5f0f6;
}
.page-header .info-container .item-content {
  color: #F7F8FC;
}

.page-header-tab.nav.nav-pills .nav-item .nav-link {
  text-transform: uppercase;
}

.section-overlapped {
  margin-top: -5rem;
  margin-bottom: 5rem;
}

.section-content {
  padding: 5rem 0;
}

.ticket {
  min-height: 16rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background: url("../img/bg-ticket.png");
  padding: 2.25rem 9rem;
  display: flex;
}
.ticket .from, .ticket .to {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.ticket .from .content {
  color: #8B20A9;
}
.ticket .to {
  padding-left: 8rem;
}
.ticket .to .label {
  color: #f5f0f6 !important;
}
.ticket .to .content {
  color: #FFFFFF !important;
}
.ticket .to .desc {
  color: #F7F8FC;
  font-family: "Roboto", sans-serif;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.24);
  border-radius: 2px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.12);
}

#btnBackChat {
  cursor: pointer;
}
#btnBackChat i {
  cursor: pointer;
}

.widget-chat-footer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.type-chat-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1.5rem;
  position: absolute;
  bottom: 1rem;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  width: 24.5rem;
  padding: 0.25rem 0.25rem 0.25rem 1.5rem;
}
.type-chat-container .type-chat {
  background: transparent;
  padding: 0;
  width: 80%;
  height: 1.5rem;
  border: none;
  resize: none;
  overflow-y: hidden;
}
.type-chat-container .type-chat:focus {
  outline: none;
}
#btnChat, #btnCloseChat {
  position: fixed;
  z-index: 1000;
  bottom: 2rem;
  right: 2rem;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}

#btnCloseChat {
  display: none;
}

.widget-chat-item {
  display: flex;
  align-items: center;
  padding: 1rem 1.25rem;
  cursor: pointer;
  border-bottom: 1px solid rgba(223, 224, 235, 0.24);
  background: #FFFFFF;
}
.widget-chat-item:hover {
  background: #E9F3F3;
}
.widget-chat-item.active .chat-item-message .title {
  color: #8B20A9;
}
.widget-chat-item.active .chat-item-message .item span {
  color: #454647;
}
.widget-chat-item .chat-item-message {
  width: 80%;
}
.widget-chat-item .chat-item-message .title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.25rem;
  color: #676869;
}
.widget-chat-item .chat-item-message .item span {
  color: #9FA2B4;
  font-weight: 400;
}
.widget-chat-item .chat-item-message .content {
  margin-bottom: 0;
}

.widget-chat {
  display: none;
  bottom: 4.5rem;
  right: 1rem;
  width: 27.5rem;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  position: fixed;
  z-index: 999;
}
.widget-chat .widget-chat-header {
  padding: 1.5rem;
  background: #016E73;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.widget-chat .widget-chat-header .title {
  color: #FFFFFF;
  text-align: center;
  margin: 0;
}
.widget-chat .widget-chat-header .btn-back {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}
.widget-chat .widget-chat-header .btn-back i {
  color: rgba(255, 255, 255, 0.5);
}
.widget-chat .widget-chat-body {
  padding: 0;
  height: 25rem;
  overflow-y: auto;
  background: #F7F8FC;
  position: relative;
}

.chat {
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.chat-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.chat-item .chat-item-message {
  width: 64%;
  padding: 1.5rem;
  background-color: #FFFFFF;
  border-radius: 2px 24px 24px 24px;
  margin-right: 1rem;
}
.chat-item.only-message {
  justify-content: flex-start;
  padding: 1.5rem 1.5rem 0 1.5rem;
}
.chat-item.only-message .chat-item-message {
  width: 86%;
  padding: 1rem;
  background: rgba(250, 162, 98, 0.8);
  margin-right: 0;
}
.chat-item.only-message .chat-item-message .content {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.56);
  margin-bottom: 0.5rem;
}
.chat-item.only-message .chat-item-message .item span {
  font-size: 0.75rem !important;
  color: #9FA2B4;
}
.chat-item.only-message.reversed {
  justify-content: flex-end;
}
.chat-item.only-message.reversed .chat-item-message {
  border-radius: 24px 2px 24px 24px;
  background: rgba(77, 171, 117, 0.8);
}

.term-payment .label {
  font-weight: 500;
  color: #9FA2B4;
}

.grid-container {
  padding: 0;
}

.grid {
  cursor: pointer;
  padding: 2rem;
  border-radius: 8px;
  display: block;
}
.grid .img-container {
  width: 100%;
  height: 12.25rem;
  padding: 0;
  border-radius: 4px;
  background: #000000;
  margin-bottom: 1.5rem;
}
.grid .grid-img {
  width: 100%;
  object-fit: cover;
  height: 12.25rem;
  border-radius: 4px;
  opacity: 64%;
}
.grid .grid-title {
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
  color: #454647;
  min-height: 3.5rem;
}
.grid .grid-price {
  color: #8B20A9;
  margin-bottom: 1rem;
}
.grid .grid-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.grid .grid-info .user-avatar {
  max-width: 60%;
}
.grid .grid-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.grid:hover {
  text-decoration: none !important;
}
.grid:hover .grid-img {
  opacity: 80%;
}
.grid:hover .btn-action {
  opacity: 88%;
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.032) !important;
}

.user-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.032);
  cursor: pointer;
}
.user-item:last-child {
  border-bottom: none;
}
.user-item:hover {
  text-decoration: none !important;
}
.user-item:hover .user-avatar img {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}
.user-item:hover .user-info .user-name {
  color: #8B20A9;
}
.user-item .user-info .user-name {
  margin-bottom: 0.1rem;
  font-family: Roboto;
}
.user-item .user-info .user-title {
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
  color: #9FA2B4;
}

.profile-intro .user-item.criteria-item {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.profile-intro .user-item.criteria-item:last-child {
  padding-bottom: 0.75rem;
}
.profile-intro .user-item.criteria-item:first-child {
  padding-top: 0.75rem;
}

.criteria-item .user-avatar img {
  background: none;
  border-radius: 0;
  width: 1rem;
  min-width: 16px;
  object-fit: contain;
  margin-right: 0.75rem;
}
.criteria-item .user-info .user-name {
  margin-bottom: 0;
}
.criteria-item:hover .user-avatar img {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.user-avatar {
  display: flex;
  align-items: center;
}
.user-avatar.user-avatar-lg img {
  width: 2rem;
  min-width: 32px;
  height: 2rem;
  margin-right: 1rem;
}
.user-avatar.user-avatar-lg .name {
  font-size: 1rem;
}
.user-avatar.user-avatar-xl img {
  width: 3rem;
  min-width: 48px;
  height: 3rem;
  margin-right: 1rem;
}
.user-avatar.with-role .avatar-name {
  margin-bottom: 0.125rem;
}
.user-avatar.with-role .avatar-role {
  margin-bottom: 0;
}
.user-avatar img {
  background-color: #85B9BC;
  width: 1.5rem;
  min-width: 24px;
  height: 1.5rem;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 0.5rem;
}
.user-avatar .name {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #676869;
  line-height: 1.25rem;
}

.small {
  font-size: 0.75rem;
  color: #9FA2B4;
  font-weight: 400;
}

table tr td .more-option li:hover > a {
  color: #065973 !important;
}

table tr td .more-option li > a {
  color: #666666 !important;
}

table tr td .more-option li > a:hover {
  text-decoration: none;
}

table tr td .more-option li > a > i {
  margin-right: 10px;
}

table tr td a.icon-more-option,
.icon-more-option {
  font-size: 20px;
  color: #999999 !important;
  border-radius: 5px;
  padding: 2px 10px;
  text-align: center;
}

table tr td a.icon-more-option:hover,
.dropdown.show .icon-more-option,
.icon-more-option:hover {
  background: #dddddd;
}

table tr > td .btn {
  font-size: 0.7rem !important;
  padding: 7px 12px !important;
}

/* datatable */
[name=datatable_length] {
  height: 4em !important;
  margin: 0.5em !important;
}

.table-responsive {
  margin-top: 1rem;
  padding: 0;
  overflow-x: visible;
}

table.responsive {
  border: none !important;
  width: 100%;
}

table.responsive {
  border-collapse: separate !important;
  border-spacing: 0 1em !important;
}

table.responsive .mb-0 {
  margin-bottom: 0 !important;
}

table.responsive thead {
  padding: 0.5rem;
  text-transform: uppercase;
  margin-bottom: 1rem !important;
}

table.responsive thead tr {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

table.responsive thead th {
  border: none !important;
  background: #E7E7E7;
  font-size: 0.675rem;
  text-transform: uppercase;
  /*font-size: .8em;*/
  color: #8E9197 !important;
  font-weight: 400;
  vertical-align: middle !important;
}

table.responsive thead th:first-child {
  text-align: left !important;
  border-radius: 2px 0 0 2px !important;
}

table.responsive thead th:nth-child(2),
table.responsive thead th:nth-child(3) {
  text-align: left;
}

table.responsive thead th:last-child {
  text-align: right !important;
  border-radius: 0 2px 2px 0 !important;
  min-width: 7.5rem !important;
}

table.responsive thead > tr > th.sorting_asc,
table.responsive thead > tr > th.sorting_desc,
table.responsive thead > tr > th.sorting,
table.responsive thead > tr > td.sorting_asc,
table.responsive thead > tr > td.sorting_desc,
table.responsive thead > tr > td.sorting {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

table.responsive tr {
  border-radius: 2px;
}

table.responsive tr.read td {
  background: #f7f8f9 !important;
}

table.responsive tr:nth-child(odd) td {
  background: #FFFAF7 !important;
}

table.responsive tr td {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  border: none !important;
  background: #ffffff !important;
  color: #535353 !important;
  font-family: roboto;
  vertical-align: middle !important;
  font-size: 0.675rem;
  word-break: break-word;
  min-width: 64px;
}

table.responsive tr td .select2 {
  text-align: left !important;
}

table.responsive tr td .select2 .select2-selection {
  padding: 10px 12px !important;
}

table.responsive tr td p {
  margin-bottom: 0.5rem !important;
  font-size: 0.875rem;
}

table.responsive tr.unread td p {
  font-weight: 700 !important;
}

table.responsive tr td label {
  margin-bottom: 0.3rem !important;
  font-family: "Rubik", sans-serif !important;
  display: block;
  font-size: 12px;
  color: #888888 !important;
}

table.responsive tr td p:last-child {
  margin-bottom: 0 !important;
}

table.responsive tr td p.with-icon,
p.with-icon,
.with-icon {
  position: relative;
  padding-left: 1.5rem;
}

table.responsive tr td p i,
p.with-icon i,
.with-icon i {
  color: #898989 !important;
  position: absolute;
  left: 0;
  top: 10%;
}

.dataTables_wrapper {
  padding-top: 10px;
}

table.responsive thead {
  z-index: 99999;
}

table.responsive tr td a.btn:hover {
  color: #eeeeee !important;
}

table.responsive tr td a.btn.btn-primary {
  color: #AAFFCC;
}

table.responsive tr td > a {
  margin-left: 0.125rem;
}

table.responsive tr td a.btn:hover {
  text-decoration: none !important;
}

table.responsive tr td a:hover {
  color: #00694C !important;
}

table.responsive tr td:first-child {
  border-radius: 2px 0 0 2px;
  padding-left: 1.25rem;
  text-align: left !important;
}

table.responsive tr td:nth-child(2),
table.responsive tr td:nth-child(3) {
  text-align: left;
}

table.responsive tr td:last-child {
  border-radius: 0 2px 2px 0;
  padding-right: 1.25rem;
  text-align: right !important;
}

table.responsive tr td.dataTables_empty {
  text-align: center !important;
}

table.responsive .control.control--checkbox {
  margin-top: -10px !important;
}

table.responsive.table-payroll {
  border-spacing: 0 !important;
}
table.responsive.table-payroll tr {
  margin-bottom: 1rem;
  border-spacing: 1rem !important;
}
table.responsive.table-payroll tr .table-data-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
table.responsive.table-payroll tr .table-data-item .table-data-label {
  display: flex;
  align-items: center;
}
table.responsive.table-payroll tr .table-data-item .table-data-label label {
  font-size: 0.675rem;
}
table.responsive.table-payroll tr .table-data-item .table-data-label .table-data-icon {
  margin-right: 0.375rem;
}
table.responsive.table-payroll tr .table-data-item .table-data-label .table-data-icon i {
  font-size: 1rem;
}

.dataTables_info,
.dataTables_length,
.dataTables_filter {
  font-size: 0.8rem;
}

.dataTables_filter label,
.dataTables_length label {
  color: #363636 !important;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dataTables_length label {
  justify-content: flex-start !important;
  padding-left: 2px;
}

.dataTables_length label select {
  margin: 0 1rem;
  padding: 0.5rem 2rem 0.5rem 1rem;
  width: 100px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  font-size: 0.8rem;
}

.dataTables_filter [type=search] {
  margin-left: 1rem !important;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: 100% !important;
}

table.responsive tr td {
  padding: 0.5rem 0.275rem !important;
  border: none !important;
  background: #ffffff !important;
  color: #535353 !important;
  font-family: roboto;
  vertical-align: middle !important;
  font-size: 0.675rem;
}

table.responsive thead th {
  padding: 0.5 0.275rem !important;
  border: none !important;
  background: #E7E7E7;
  font-size: 0.675rem;
  /* font-size: .8em; */
  font-size: 0.625rem;
  color: #8E9197 !important;
  font-weight: 400;
  vertical-align: middle !important;
}

table > tbody > tr.child span.dtr-title {
  margin-right: 1rem;
  text-align: left;
}

table > tbody > tr.child ul.dtr-details {
  width: 95%;
}

/*Bootstrap Calendar*/
.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
  background: rgba(0, 7, 51, 0.8) !important;
}

.datepicker table.responsive tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
  background: #8B20A9 !important;
}

.datepicker {
  border-radius: 0;
  padding: 0;
}

.datepicker-days table thead, .datepicker-days table tbody, .datepicker-days table tfoot {
  padding: 10px;
  display: list-item;
}

.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
  background: #016E73;
  color: #ffffff;
  border-radius: 0;
}

.datepicker-days table thead tr:nth-child(2n+0) td, .datepicker-days table thead tr:nth-child(2n+0) th {
  border-radius: 3px;
}

.datepicker-days table thead tr:nth-child(3n+0) {
  text-transform: uppercase;
  font-weight: 300 !important;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 11px 13px;
}

.datepicker-months table thead td, .datepicker-months table thead th, .datepicker-years table thead td, .datepicker-years table thead th, .datepicker-decades table thead td, .datepicker-decades table thead th, .datepicker-centuries table thead td, .datepicker-centuries table thead th {
  border-radius: 0;
}

.datepicker td, .datepicker th {
  border-radius: 50%;
  padding: 0 12px;
}

.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
  background: #016E73;
  color: #ffffff;
  border-radius: 0;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
  background-image: none;
}

.datepicker .prev, .datepicker .next {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  width: 37px;
  height: 37px;
}

.datepicker .prev:hover, .datepicker .next:hover {
  background: transparent;
  color: rgba(255, 255, 255, 0.99);
  font-size: 21px;
}

.datepicker .datepicker-switch {
  font-size: 24px;
  font-weight: 400;
  transition: 0.3s;
}

.datepicker .datepicker-switch:hover {
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
}

.datepicker table tr td span {
  border-radius: 2px;
  margin: 3%;
  width: 27%;
}

.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  background-color: #3546b3;
  background-image: none;
}

.dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  font-size: 0.75rem;
}
.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
  background: #E9F3F3;
}
.dropdown-menu.dropdown-notification, .dropdown-menu.dropdown-account {
  border: none;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}
.dropdown-menu.dropdown-notification {
  min-width: 40rem;
  max-width: 50rem;
  max-height: 75vh;
  overflow-y: auto;
}
.dropdown-menu.dropdown-notification .notification {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 1.5rem 2rem;
  white-space: normal;
  border-bottom: 1px solid rgba(223, 224, 235, 0.24);
}
.dropdown-menu.dropdown-notification .notification:hover {
  background: #E9F3F3;
}
.dropdown-menu.dropdown-notification .notification:last-child {
  border-bottom: none;
}
.dropdown-menu.dropdown-notification .notification .img-notification {
  border-radius: 8px;
  width: 5rem;
  height: 5rem;
  min-height: 80px;
  min-width: 80px;
  object-position: center;
  object-fit: contain;
  margin-right: 1.5rem;
}
.dropdown-menu.dropdown-notification .notification .notification-content {
  width: 100%;
}
.dropdown-menu.dropdown-notification .notification .notification-content .notification-title {
  color: #454647;
  overflow-wrap: break-word;
  display: block;
  line-height: 132.5%;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.dropdown-menu.dropdown-notification .notification .notification-content .notification-subtitle {
  color: #9FA2B4;
  font-size: 0.875rem;
}
.dropdown-menu.dropdown-notification .notification .notification-content .notification-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
}
.dropdown-menu.dropdown-notification .notification .notification-content .notification-info .item-sm i, .dropdown-menu.dropdown-notification .notification .notification-content .notification-info .item-sm span {
  font-size: 0.75rem;
}
.dropdown-menu.dropdown-notification .notification .notification-content .notification-info .notification-action {
  font-size: 0.75rem;
}
.dropdown-menu.dropdown-account {
  min-width: 12.5rem;
}
.dropdown-menu.dropdown-account .user-avatar {
  padding: 0.5rem 1rem;
}
.dropdown-menu.dropdown-account .user-avatar:hover {
  text-decoration: none;
}
.dropdown-menu.dropdown-account .user-avatar:hover img {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}
.dropdown-menu.dropdown-account .user-avatar:hover .avatar-name {
  color: #8B20A9;
}
.dropdown-menu.dropdown-account .user-avatar .avatar-role {
  text-transform: capitalize;
}
.dropdown-menu.dropdown-account .dropdown-item {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  color: #676869;
}
.dropdown-menu.dropdown-account .dropdown-item:hover {
  background: #E9F3F3;
}
.dropdown-menu.dropdown-account .dropdown-item i {
  font-size: 1rem;
  color: #9FA2B4;
  margin-right: 0.75rem;
}

.datepicker-dropdown.datepicker-orient-top:before {
  border-top: 7px solid rgba(0, 0, 0, 0.1);
}

.page-header {
  padding-top: 4.5rem;
  padding-bottom: 9rem;
  color: #FFFFFF;
  background: linear-gradient(45deg, #016E73, #016F73);
  background-repeat: no-repeat;
  background-size: cover;
}
.page-header .title {
  font-weight: 600;
  margin-bottom: 1rem;
  color: #E9F3F3;
}
.page-header .sub-title {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
  color: #C2DCDD;
}
.page-header .user-avatar {
  margin-top: 2rem;
}
.page-header .user-avatar img {
  border-color: rgba(0, 7, 51, 0.16);
}
.page-header .user-avatar .name {
  color: #f5f0f6;
}

.page-content-title {
  margin-bottom: 1.5rem;
  margin-top: 1rem;
  position: relative;
  color: #454647;
  font-weight: 600;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.page-content-title .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page-content-title .left .title {
  text-transform: capitalize;
}
.page-content-title .left .btn-back {
  cursor: pointer;
  margin-right: 0.5rem;
}
.page-content-title .left .btn-back i {
  color: #9FA2B4;
  font-size: 1.5rem;
  line-height: 2.5rem;
  align-items: center;
  align-self: center;
}
.page-content-title .sub-title {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
  color: #f5f0f6;
}
.page-content-title .user-avatar {
  margin-top: 2rem;
}
.page-content-title .user-avatar img {
  border-color: rgba(0, 7, 51, 0.16);
}
.page-content-title .user-avatar .name {
  color: #f5f0f6;
}

.milestone-container {
  padding-left: 1rem;
}

.text-muted {
  color: #9FA2B4;
  font-weight: 500;
  font-family: inherit !important;
}

.career-container .milestone .milestone-header {
  margin-bottom: 0;
  align-items: center;
}
.career-container .milestone .milestone-header .milestone-title {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 1.25rem;
}
.career-container .milestone .milestone-point {
  left: -0.575rem;
  width: 1rem;
  height: 1rem;
}

.milestone {
  padding-left: 2rem;
  border-left: 2px solid #f5f0f6;
  position: relative;
  box-sizing: border-box;
}
.milestone.active {
  border-left: 2px solid #8B20A9;
}
.milestone.active .milestone-point {
  background: #8B20A9;
}
.milestone:last-child {
  border-left: 2px dashed #f5f0f6;
}
.milestone .milestone-number {
  position: absolute;
  left: -1rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.75rem;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  line-height: 1rem;
  color: #F7F8FC;
  background: #8B20A9;
}
.milestone .milestone-point {
  position: absolute;
  left: -0.675rem;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.75rem;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  line-height: 1rem;
  color: #F7F8FC;
  background: #f5f0f6;
}
.milestone .milestone-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.milestone .milestone-header .milestone-title {
  margin-bottom: 1.25rem;
}
.milestone .milestone-header .milestone-title.with-subtitle {
  margin-bottom: 0.5rem !important;
}
.milestone .milestone-header .milestone-subtitle {
  margin-bottom: 1.25rem;
}
.milestone .milestone-header > .d-flex:last-child {
  margin-top: -1rem;
}
.milestone .milestone-header .item i {
  color: #A4A6B3;
}
.milestone .milestone-header .item .item-label {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.milestone .milestone-header .item .item-content {
  color: #016E73;
  font-weight: 500;
}
.milestone .milestone-content {
  padding-bottom: 3rem;
  margin-bottom: 0;
}

/* Components */
.progress-container {
  width: 5.5rem;
  height: 5.5rem;
  background-color: rgba(77, 171, 117, 0.2);
  border-radius: 50%;
}
.progress-container .progress-background {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.progress-container .progress-background .progress-circle {
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
  top: 0;
  background: #219653;
}
.progress-container .progress-background .progress-info {
  padding: 0.25rem;
  background: #FFFFFF;
  border-radius: 50%;
  height: 5rem;
  width: 5rem;
  top: 0.25rem;
  right: 0.25rem;
  position: absolute;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.progress-container .progress-background .progress-info .percentage {
  margin-bottom: 0.25rem !important;
  font-weight: 600;
}
.progress-container .progress-background .progress-info .small {
  margin-bottom: 0 !important;
  font-weight: 400;
  color: #9FA2B4;
  font-family: "Roboto", sans-serif;
}

.profile-intro {
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem;
}
.profile-intro .profile-img {
  object-fit: cover;
  width: 6.25rem;
  height: 6.25rem;
  min-height: 6.25rem;
  margin-right: 1.5rem;
  object-position: center;
  /* border: 1px solid rgba(0,0,0, 0.24); */
  margin: 1rem 1.5rem 1rem 1rem;
  border-radius: 4px;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.12);
}
.profile-intro .profile-contact {
  display: flex;
  align-items: center;
}
.profile-intro .profile-contact .item {
  margin-right: 1.5rem;
  margin-bottom: 0;
}
.profile-intro .profile-contact .item:last-child {
  margin-right: 0;
}

.card-stat {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 1.5rem;
  padding: 1.75rem 1rem;
  background-position: -1.25rem center;
  background-size: contain;
  background-repeat: no-repeat;
}
.card-stat.card-stat-sm {
  padding: 1.25rem 1rem;
}
.card-stat.card-stat-sm .card-stat-item .card-stat-label {
  font-size: 0.75rem;
}
.card-stat.card-stat-sm .card-stat-item .card-stat-content {
  font-size: 1.25rem;
}
.card-stat.card-stat-sm .card-stat-item .card-stat-content small {
  font-size: 0.75rem;
}
.card-stat:last-child {
  margin-bottom: 0;
}
.card-stat.card-stat-secondary {
  background-image: url("../img/bg-stat-secondary.png");
}
.card-stat.card-stat-secondary .card-stat-content {
  color: #016E73 !important;
}
.card-stat.card-stat-secondary .card-stat-icon {
  background: #016E73;
}
.card-stat.card-stat-success {
  background-image: url("../img/bg-stat-success.png");
}
.card-stat.card-stat-success .card-stat-content {
  color: rgb(33, 150, 83) !important;
}
.card-stat.card-stat-success .card-stat-icon {
  background: rgb(33, 150, 83);
}
.card-stat.card-stat-danger {
  background-image: url("../img/bg-stat-danger.png");
}
.card-stat.card-stat-danger .card-stat-content {
  color: rgba(226, 12, 51, 0.8) !important;
}
.card-stat.card-stat-danger .card-stat-icon {
  background: rgba(226, 12, 51, 0.8);
}
.card-stat.card-stat-warning {
  background-image: url("../img/bg-stat-warning.png");
}
.card-stat.card-stat-warning .card-stat-content {
  color: #f39c12 !important;
}
.card-stat.card-stat-warning .card-stat-icon {
  background: #f39c12;
}
.card-stat.card-stat-info {
  background-image: url("../img/bg-stat-info.png");
}
.card-stat.card-stat-info .card-stat-content {
  color: #1A3E7C !important;
}
.card-stat.card-stat-info .card-stat-icon {
  background: #1A3E7C;
}
.card-stat .card-stat-icon {
  width: 3rem;
  height: 3rem;
  min-height: 48px;
  border-radius: 50%;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #8B20A9;
}
.card-stat .card-stat-icon i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.25rem;
}
.card-stat .card-stat-item .card-stat-label {
  font-size: 12px;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  line-height: 1.5;
  align-items: center;
  font-weight: 400;
  color: #9FA2B4;
  margin-bottom: 0.25rem;
}
.card-stat .card-stat-item .card-stat-content {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  color: #8B20A9;
}
.card-stat .card-stat-item .card-stat-content small {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #676869;
  font-size: 12px;
}

.modal-body-detail {
  background: #E9F3F3;
}

.detail {
  display: flex;
  align-items: center;
}

.detail-img {
  width: 12rem;
  height: 12rem;
  min-width: 192px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.1);
  margin-right: 2rem;
}
.detail-img.detail-img-sm {
  height: 5rem;
  width: 5rem;
  min-width: 80px;
  margin-right: 1rem;
}

.alert-float-container > .card-alert {
  position: absolute;
  top: 3rem;
  z-index: 9;
  width: 100%;
}

.card-alert {
  padding: 0.75rem 1rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border-left: 8px solid #016E73;
  background: #FFFFFF;
}
.card-alert.card-alert-sm {
  padding: 0.5rem;
}
.card-alert .alert-thumbnail, .card-alert .alert-icon {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 2.5rem;
  min-width: 40px;
  border-radius: 4px;
  margin-right: 0.75rem;
  color: #016E73;
}
.card-alert .alert-thumbnail.alert-thumbnail-sm, .card-alert .alert-thumbnail.alert-icon-sm, .card-alert .alert-icon.alert-thumbnail-sm, .card-alert .alert-icon.alert-icon-sm {
  width: 2rem;
  height: 2rem;
  min-width: 24px;
  font-size: 2rem;
  margin-right: 0.75rem;
}
.card-alert .alert-content .alert-title {
  font-weight: 600;
  color: #016E73;
}
.card-alert .alert-content .alert-desc {
  margin-bottom: 0;
}
.card-alert .alert-close {
  color: #016E73 !important;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.card-alert.card-alert-success {
  border-left: 8px solid rgb(33, 150, 83);
}
.card-alert.card-alert-success .alert-icon {
  color: rgb(33, 150, 83);
}
.card-alert.card-alert-success .alert-title {
  color: rgb(33, 150, 83);
}
.card-alert.card-alert-success .alert-close {
  color: rgb(33, 150, 83) !important;
}
.card-alert.card-alert-danger {
  border-left: 8px solid rgba(226, 12, 51, 0.8);
}
.card-alert.card-alert-danger .alert-icon {
  color: rgba(226, 12, 51, 0.8);
}
.card-alert.card-alert-danger .alert-title {
  color: rgba(226, 12, 51, 0.8);
}
.card-alert.card-alert-danger .alert-close {
  color: rgba(226, 12, 51, 0.8) !important;
}
.card-alert.card-alert-warning {
  border-left: 8px solid #f39c12;
}
.card-alert.card-alert-warning .alert-icon {
  color: #f39c12;
}
.card-alert.card-alert-warning .alert-title {
  color: #f39c12 !important;
}
.card-alert.card-alert-warning .alert-close {
  color: #f39c12;
}
.card-alert.card-alert-info {
  border-left: 8px solid #1A3E7C;
}
.card-alert.card-alert-info .alert-icon {
  color: #1A3E7C;
}
.card-alert.card-alert-info .alert-title {
  color: #1A3E7C;
}
.card-alert.card-alert-info .alert-close {
  color: #1A3E7C !important;
}

.card-payment {
  width: 100%;
  margin-bottom: 1rem;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/bg-offer-warning.png");
  padding: 2rem;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.card-payment:hover {
  cursor: pointer;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}
.card-payment:hover .title {
  color: #8B20A9;
}
.card-payment .card-payment-left {
  align-items: center;
  display: flex;
}
.card-payment .card-payment-left .detail-img {
  border-radius: 4px;
  width: 6rem;
  height: 6rem;
  min-width: 96px;
}
.card-payment .card-payment-left .detail-info .title {
  margin-bottom: 1rem;
  text-align: left;
}
.card-payment .card-payment-left .detail-info .sub-title {
  margin-bottom: 1rem;
}
.card-payment .card-payment-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.card-payment .card-payment-right .badge-right {
  margin-right: -2rem;
  margin-bottom: 1.5rem;
}

.card-offer.card-offer-investor {
  display: block;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/bg-offer-warning.png");
}
.card-offer.card-offer-investor:hover {
  cursor: pointer;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}
.card-offer.card-offer-investor:hover .title {
  color: #8B20A9;
}
.card-offer.card-offer-investor .card-offer-header {
  padding: 0;
  align-items: center;
}
.card-offer.card-offer-investor .card-offer-header .card-offer-header-left {
  align-items: center;
}
.card-offer.card-offer-investor .card-offer-header .card-offer-header-left .detail-img {
  border-radius: 4px 0 0 4px;
  width: 15rem;
  height: 15rem;
  min-width: 240px;
}
.card-offer.card-offer-investor .card-offer-header .card-offer-header-left .detail-info {
  padding: 2rem 0;
}
.card-offer.card-offer-investor .card-offer-header .card-offer-header-left .detail-info .title {
  margin-bottom: 1.25rem;
}
.card-offer.card-offer-investor .card-offer-header .card-offer-header-right {
  padding: 2rem 2rem 2rem 0;
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.card-offer.card-offer-investor .card-offer-header .card-offer-header-right .badge-right {
  margin-right: -2rem;
  margin-bottom: 1.5rem;
}
.card-offer .card-offer-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2rem;
  border-bottom: 1px solid rgba(223, 224, 235, 0.24);
}
.card-offer .card-offer-header .card-offer-header-left {
  display: flex;
  align-items: flex-start;
  margin-right: 2rem;
}
.card-offer .card-offer-header .card-offer-header-left .detail-img {
  width: 8rem;
  height: 8rem;
  min-width: 128px;
}
.card-offer .card-offer-header .card-offer-header-left .detail-info .sub-title {
  margin-bottom: 1.5rem;
}
.card-offer .card-offer-header .card-offer-header-left .detail-info-type {
  display: flex;
}
.card-offer .card-offer-header .card-offer-header-right {
  min-width: 25%;
}
.card-offer .card-offer-header .card-offer-header-right .item {
  margin-bottom: 2rem;
}
.card-offer .card-offer-header .card-offer-header-right .item:last-child {
  margin-bottom: 0;
}
.card-offer .card-offer-body {
  padding-left: 2rem;
  padding-right: 2rem;
}
.card-offer .card-offer-body .title {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.card-offer-item {
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(223, 224, 235, 0.24);
}
.card-offer-item:hover {
  text-decoration: none;
}
.card-offer-item:last-child {
  border-bottom: none;
}
.card-offer-item .card-offer-item-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.card-offer-item .card-offer-item-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.card-offer-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.032);
  cursor: pointer;
}
.card-offer-item:last-child {
  border-bottom: none;
}
.card-offer-item:hover .user-avatar img {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}
.card-offer-item:hover .user-info .user-name {
  color: #8B20A9;
}
.card-offer-item .user-info .user-name {
  margin-bottom: 0.1rem;
}
.card-offer-item .user-info .user-title {
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
  color: #9FA2B4;
}

.card-offer {
  margin-top: 2rem;
}

.card-research {
  display: block;
  background-position: right;
  background-size: contain;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("../img/bg-offer-warning.png");
  margin-top: 2rem;
}
.card-research:hover {
  cursor: pointer;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}
.card-research:hover .title {
  color: #8B20A9;
}
.card-research .card-research-footer {
  min-width: 20rem;
}
.card-research.card-research-draft .card-research-footer .right {
  align-items: flex-end;
}
.card-research.card-research-draft .card-research-body .card-research-type {
  font-size: 0.75rem;
  bottom: 6.5rem;
}
.card-research .card-research-body {
  display: flex;
  position: relative;
  justify-content: flex-start;
  padding: 0;
}
.card-research .card-research-body .badge-right {
  position: absolute;
  right: 0;
  top: 1rem;
}
.card-research .card-research-body .card-research-type {
  color: rgba(0, 0, 0, 0.12);
  font-size: 1rem;
  font-weight: 400;
  position: absolute;
  right: 0;
  transform: rotate(-90deg);
  bottom: 4rem;
}
.card-research .card-research-body .card-research-body-left {
  display: flex;
}
.card-research .card-research-body .card-research-body-left .detail-img {
  border-radius: 0;
  width: 12.5rem;
  height: 100%;
  min-width: 200px;
  margin-right: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.card-research .card-research-body .card-research-body-left .detail-info .sub-title {
  margin-bottom: 1.5rem;
}
.card-research .card-research-body .card-research-body-left .detail-info-type {
  display: flex;
}
.card-research .card-research-body .card-research-body-left .detail-info {
  padding: 2rem 0;
}
.card-research .card-research-body .card-research-body-left .detail-info .title {
  margin-bottom: 1.25rem;
}
.card-research .card-research-body .card-research-body-right {
  width: 100%;
  padding: 1.5rem 10rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.card-research .card-research-body .card-research-body-right .item {
  margin-bottom: 1rem;
}
.card-research .card-research-body .card-research-body-right .item:last-child {
  margin-bottom: 0;
}
.card-research .card-research-body .card-research-body-right .breadcrumb {
  padding: 0;
  margin-bottom: 1rem;
  background-color: transparent;
}
.card-research .card-research-body .card-research-body-right .card-research-progress {
  display: flex;
  width: 80%;
  justify-content: space-between;
}
.card-research .card-research-body .card-research-body-right .card-research-progress .progress-left, .card-research .card-research-body .card-research-body-right .card-research-progress .progress-right {
  flex: 1;
}
.card-research .card-research-body .card-research-body-right .card-research-progress .progress-left {
  margin-right: 3rem;
}
.card-research .card-research-body .card-research-body-right .card-research-progress small {
  color: #9FA2B4;
}
.card-research .card-research-body .card-research-body-right .research-title {
  line-height: 1.75rem;
}
.card-research .btn-icon.btn-delete i {
  color: #F7F8FC !important;
}
.card-research .delete-item-type {
  text-transform: capitalize !important;
}
.card-research .card-research-footer {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem;
  border-top: 1px solid rgba(223, 224, 235, 0.24);
}
.card-research .card-research-footer .title {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.card-research .card-research-footer .right {
  display: flex;
  align-items: center;
}
.card-research .card-research-footer .right .btn {
  margin-left: 1.25rem;
}

a:hover {
  cursor: pointer !important;
}

.page-content-tab {
  margin: 2rem 0 2.5rem 0;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section-header .section-title {
  flex: 2;
}
.section-header .sort {
  flex: 1;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.section-header .sort label {
  width: 35%;
  margin-bottom: 0;
}

.profile-summary {
  width: 100%;
  background-color: #FFFFFF;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem;
  padding: 1rem 1.5rem;
}
.profile-summary .summary-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  padding: 0.75rem 0;
  align-items: center;
}
.profile-summary .summary-item.no-border {
  border-bottom: none !important;
}
.profile-summary .summary-item .item {
  margin-right: 0;
}
.profile-summary .summary-item .item > span {
  display: flex;
  align-items: center;
}
.profile-summary .summary-item .item > span i {
  margin-right: 0.75rem;
  align-self: center;
}
.profile-summary .summary-item .item.item-lg .item-label {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.profile-summary .summary-item .item.item-lg .item-content {
  color: #454647;
  font-size: 1.25rem;
}
.profile-summary .summary-item .item.with-bg {
  background-color: #E9F3F3;
  padding: 0.75rem;
  border-radius: 4px;
}
.profile-summary .summary-item .item-label {
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.profile-summary .summary-item .item-content {
  font-weight: 500;
  word-break: break-word;
  line-height: 1.5;
}
.profile-summary .summary-item:last-child {
  border-bottom: none;
}

.section-jumbotron {
  width: 100%;
  background: linear-gradient(60deg, #016E73, hsl(160deg, 80%, 36%));
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

footer {
  padding: 4rem;
  background: #202020;
}
footer .footer-name, footer .footer-address, footer .footer-menu > li > a, footer .footer-item .item > span {
  color: #FFFFFF;
}
footer .footer-address, footer .footer-item > i {
  color: #F7F8FC;
}
footer .footer-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
footer .footer-item {
  display: flex;
}
footer .footer-item .item:last-child {
  margin-right: 0;
}
footer .footer-menu li {
  list-style: none;
  display: inline;
  margin-right: 2rem;
}
footer .footer-menu li a {
  text-decoration: none;
}
footer .footer-menu li a:hover {
  color: #8B20A9;
  text-decoration: none;
}
footer .footer-menu li:last-child {
  margin-right: 0;
}
footer .footer-name {
  margin-bottom: 1.5rem;
}
footer .footer-logo {
  margin-bottom: 2.5rem;
  width: 10rem;
  height: auto;
}
footer .footer-address {
  margin-bottom: 0;
}

.btn-notification {
  position: relative;
  background: linear-gradient(45deg, #016E73, #016F73) !important;
}
.btn-notification .notification-count {
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
  padding: 0.125rem;
  font-size: 0.625rem;
  line-height: 0.75rem;
  border-radius: 50px;
  border: 2px solid #FFFFFF;
  color: #F7F8FC;
  min-width: 1.25rem;
  min-height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(-45deg, #BD2FC1, #601390) !important;
}

.navbar {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.08);
}
.navbar .navbar-nav .nav-item {
  margin: 0;
  display: flex;
  align-items: center;
}
.navbar .navbar-nav .nav-item.active .nav-link, .navbar .navbar-nav .nav-item:hover .nav-link {
  color: #8B20A9;
  font-weight: 600;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #676869;
  font-weight: 500;
  padding: 0.75rem 1.25rem;
}
.navbar .navbar-nav .nav-item .nav-link .user-avatar img {
  width: 2.25rem;
  height: 2.25rem;
}
.navbar.navbar-light {
  background: #FFFFFF;
}

.navbar-search-group .input-group .input-group-text {
  background-color: #F7F8FC;
  color: #9FA2B4;
  border-color: transparent;
}

.navbar-search {
  width: 25vw !important;
  border: none !important;
  padding-left: 0 !important;
  background: #F7F8FC !important;
}
.navbar-search:focus {
  border: none !important;
  outline: none !important;
  background: #E9F3F3;
  box-shadow: none;
}

.masked-money {
  color: #016E73;
}

.img-90 {
  display: block;
  width: 90%;
  margin: 1.5rem 0;
  border-radius: 8px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
}

.page-content-title .btn {
  text-transform: uppercase;
}

tfoot h4 {
  font-size: 0.8125rem;
}

.sidebar-menu.bg-bright {
  border-radius: 4px;
}
.sidebar-menu.bg-bright .menu-item {
  margin: 0.25rem 0;
}
.sidebar-menu.bg-bright .menu-item .menu-item-icon {
  color: #E1ABE4;
}
.sidebar-menu.bg-bright .menu-item .menu-item-text {
  color: #016E73;
}
.sidebar-menu.bg-bright .menu-item.active {
  background: #F5E4F6;
}
.sidebar-menu.bg-bright .menu-item.active .menu-item-text {
  color: #8B20A9;
}

.sticky {
  position: fixed;
  width: auto;
}

.page-item.active .page-link {
  background-color: #016E73;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.no-border-bottom {
  border-bottom: none;
}

.font-body {
  font-family: "Roboto", sans-serif !important;
}

.font-regular {
  font-weight: 500;
}

.btn-icon .feather {
  width: 16px;
  height: 16px;
}

.form-group small {
  line-height: 1;
}

.item.marginLarge {
  margin-bottom: 1rem;
}
.item.marginLarge .item-content {
  margin-top: 0.5rem;
}

.disabled {
  opacity: 50%;
  pointer-events: none;
}

.only-print {
  display: none;
}

@media print {
  body {
    background: #ffffff !important;
  }
  .no-print, .no-print * {
    display: none !important;
  }
  a, a * {
    text-decoration: none !important;
  }
  .print-full-width {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .only-print {
    display: block;
  }
}
.bb-1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.bt-1 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 1440px) {
  #page-content-wrapper {
    min-width: 0;
    width: 100%;
    padding: 1.25rem 1.25rem 1.25rem 16rem;
  }
}
@media (min-width: 1200px) {
  #loginPage {
    padding: 12.5vh;
  }
  .modal-confirm.full-width .modal-dialog, .modal-form.full-width .modal-dialog {
    max-width: 80%;
  }
  .modal-confirm .modal-dialog, .modal-form .modal-dialog {
    max-width: 50%;
    margin: 3rem auto;
  }
}
@media (min-width: 768px) {
  .card-detail-info.card-login .img-container {
    width: 50%;
  }
  .card-detail-info.card-login .info-container {
    width: 50%;
  }
  .card-detail-info .img-container {
    width: 52.5%;
    max-height: 25rem;
  }
  .card-detail-info .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .card-detail-info .info-container {
    position: relative;
    width: 47.5%;
    padding: 2rem 2.5rem;
  }
  .sidebar {
    margin-left: 0;
  }
  #page-content-wrapper {
    min-width: 0;
    width: 100%;
    padding: 1.25rem 1.25rem 1.25rem 16rem;
  }
  #wrapper.toggled .sidebar {
    margin-left: -15rem;
  }
}
@media (max-width: 1200px) {
  .rowdiv {
    margin-bottom: 1rem !important;
  }
  .col-md-1.pt-4.pl-4 {
    padding-left: 0.5rem !important;
  }
  .col-md-1.pt-4.pl-4 .btn.mt-2 {
    margin-top: 0.315rem !important;
  }
  div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
    /* padding-left: 0; */
    padding: 0rem 0 1rem 0 !important;
  }
  div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
    padding: 0rem 0 2rem 0 !important;
  }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: center !important;
  }
  .sticky {
    position: relative !important;
  }
  .page-content-tab {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 1rem;
  }
  .page-content-tab li {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 0.5rem;
  }
  .page-header.page-header-with-action .title-offer {
    margin-bottom: 1.5rem;
  }
  .page-header .title-offer {
    margin-bottom: 1.5rem;
  }
  .page-header .title-offer .btn-back {
    left: 0;
  }
  .page-header .title-offer .btn-lg {
    margin-top: 2rem;
  }
  .card-research {
    background: #FFFFFF !important;
  }
  .card-research .card-research-body {
    flex-direction: column;
  }
  .card-research .card-research-body .card-research-body-left .detail-img {
    width: 100%;
    height: 50vw;
  }
  .card-research .card-research-body .card-research-body-right {
    min-height: auto;
    padding: 1.5rem;
  }
  .card-research .card-research-body .card-research-body-right .card-research-progress {
    flex-direction: column;
    width: 100%;
  }
  .card-research .card-research-body .card-research-body-right .card-research-progress .progress-left {
    margin-bottom: 1.5rem;
    margin-right: 0;
  }
  .card-research .card-research-footer {
    flex-direction: column-reverse;
    background-color: #FFFFFF;
  }
  .card-research .card-research-footer .left, .card-research .card-research-footer .right {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
  .card-research .card-research-footer .left .btn:first-child, .card-research .card-research-footer .right .btn:first-child {
    margin-left: 0;
  }
  .card-research .card-research-footer .left {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .page-header .title-payment {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .page-content-title .btn {
    margin-bottom: 0 !important;
    margin-left: 0.25rem !important;
  }
  .page-content-title .btn:first-child {
    margin-left: 1.25rem !important;
  }
  .col-md-4 > .card-stat:last-child {
    margin-bottom: 1rem !important;
  }
  .profile-summary {
    margin-top: 2rem;
  }
  .d-flex {
    flex-direction: column;
  }
  #sidebar-wrapper {
    position: relative;
    height: auto;
  }
  .navbar-nav {
    margin-top: 0 !important;
    flex-direction: row;
  }
  .navbar-nav .dropdown-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-top: 3.225rem !important;
    border-radius: 0 !important;
    height: 100vh;
    max-height: 100vh;
  }
  .sidebar {
    z-index: 99999;
    margin-left: 0;
    min-height: auto;
    padding: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .sidebar .sidebar-menu {
    width: 100%;
    padding: 0 !important;
  }
  .sidebar .sidebar-menu .menu-item {
    border-radius: 0 !important;
    flex-direction: column;
    padding: 0.5rem 0.5rem;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .sidebar .sidebar-menu .menu-item .menu-item-text {
    font-size: 0.825rem;
    text-align: center;
    min-width: 6.25rem;
    margin-top: 0.2rem;
  }
  .sidebar .sidebar-menu .menu-item .menu-item-icon {
    margin-right: 0;
    padding-bottom: 0.25rem;
  }
  .sidebar .sidebar-menu .menu-item.active {
    border-radius: 4px;
  }
  .sidebar .list-group {
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    background: #090C1F;
  }
  .sidebar .sidebar-heading {
    padding-left: 1.5rem;
    margin-bottom: 2rem;
  }
  ::-webkit-scrollbar {
    width: 4px !important;
  }
  ::-webkit-scrollbar {
    width: 10px;
  }
  /* Track */
  ::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.25);
  }
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0;
  }
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.25);
  }
  .selector-container {
    display: block;
  }
  .page-content-title {
    margin-bottom: 1.5rem;
  }
  .card-select.half {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    min-width: 100%;
  }
  .card-select.half:last-child {
    margin-left: 0;
  }
  .profile-intro {
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
  }
  .profile-intro .profile-img {
    margin-right: 0 !important;
    margin-bottom: 1.25rem !important;
    border-radius: 8px;
    width: 30vw;
    height: 30vw;
    min-height: auto;
  }
  .profile-intro .profile-info {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .profile-intro .profile-contact {
    flex-direction: column;
  }
  .card-bank {
    padding: 1.5rem;
    background: #FFFFFF;
    text-align: left;
  }
  .milestone-header > .d-flex {
    flex-direction: row;
  }
  .jumbotron-container .jumbotron h1 {
    font-size: 2rem !important;
  }
  .jumbotron-container .jumbotron p {
    font-size: 1.25rem !important;
  }
  h1 {
    font-size: 2rem !important;
  }
  h2 {
    font-size: 1.5rem !important;
  }
  h3 {
    font-size: 1.25rem !important;
  }
  h4 {
    font-size: 1.125rem !important;
  }
  h5, p, a {
    font-size: 0.875rem !important;
  }
  .tab-content img {
    margin: 1rem !important;
  }
  .align-left-right {
    align-items: flex-start;
  }
  .card-detail-info {
    flex-direction: column;
  }
  .card-detail-info.card-login .img-container, .card-detail-info.card-login .info-container {
    width: 100%;
  }
  .card-detail-info .img-container {
    width: 100%;
  }
  .card-detail-info .img-container img {
    height: 30vh;
  }
  .card-detail-info .info-container {
    width: 100%;
    background-color: #FFFFFF;
    padding: 1rem !important;
  }
  .card-detail-info .info-container .badge {
    margin-top: -27.5vh;
  }
  .badge {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
  }
  .card.card-with-tab {
    margin-bottom: 3rem;
  }
  .card.card-with-tab .card-tab {
    padding: 1rem 1rem 0 1rem;
  }
  .card.card-with-tab .card-body {
    padding: 0.75rem;
  }
  footer {
    padding: 2rem 1rem !important;
  }
  footer .footer-right {
    align-items: flex-start !important;
  }
  footer .footer-right .footer-menu {
    width: 100%;
    padding: 0.5rem 0;
    margin: 1.25rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  footer .footer-right .footer-menu li {
    display: block !important;
    margin: 0.5rem 0;
  }
  footer .footer-right .footer-item {
    flex-direction: column;
  }
  .item {
    padding: 0.5rem 0;
  }
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
  }
  .nav.nav-tabs .nav-item .nav-link {
    font-size: 0.875rem !important;
  }
  #page-content-wrapper {
    padding: 1.5rem;
  }
  #page-content-wrapper .container-fluid, #page-content-wrapper .container {
    padding: 0;
  }
  .btn {
    font-size: 0.825rem !important;
  }
  .page-content-title {
    justify-content: flex-start;
  }
  .page-content-title .btn-back {
    cursor: pointer;
    position: relative;
    left: 0;
    margin-right: 0.5rem;
  }
  .wizard {
    padding-left: 0;
  }
  .wizard .step {
    flex-direction: column;
    border-left: none;
    border-top: 2px solid #f5f0f6;
    position: relative;
    padding-right: 1.75rem;
    padding-left: 1rem;
  }
  .wizard .step .step-number {
    margin-bottom: 0.5rem;
    margin-right: 0;
    margin-left: 0;
    position: absolute;
    top: -1rem;
    left: 1rem;
  }
  .wizard .step .step-text {
    margin-top: 2rem;
    font-size: 0.825rem;
  }
  .wizard-step {
    padding: 10px;
  }
  .wizard-step-text {
    /*padding: 0;*/
    font-size: 0.5rem;
    /*color: #535353;*/
  }
  .wizard-step-chevron {
    display: none;
  }
  .modal.modal-select .modal-body, .modal.modal-select .modal-footer {
    padding: 0 1rem !important;
  }
  .card-select .content {
    padding: 1rem !important;
  }
  .profile-container {
    padding: 0px;
  }
  .header-account .container {
    text-align: center !important;
  }
  .header-account span.badge {
    width: 75%;
  }
  .card-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .alert {
    margin-left: 0;
    margin-right: 0;
  }
  .header-account {
    margin-top: 60px;
  }
  label {
    margin-bottom: 0.5rem !important;
  }
  .form-control + .select2.select2-container {
    margin-bottom: 1rem;
  }
  .navbar-toggler {
    display: block;
    text-align: center;
    padding: 0.5rem;
    border-radius: 2px;
  }
  .navbar-toggler .navbar-toggler-icon {
    width: 1em;
    height: 1em;
  }
  .navbar-toggler i {
    margin-left: 1rem;
  }
  .bg-dark .navbar-toggler {
    color: #ffffff !important;
  }
  form .col-md-4 .col-lg-12.px-3,
  form .col-md-6:last-child .col-lg-12.px-3 {
    padding-left: 0.5rem !important;
  }
  #aboutUs .container .row {
    flex-direction: column-reverse;
  }
  #howItWorks .container .row {
    flex-direction: column-reverse;
  }
  #imgContainer {
    padding-bottom: 2rem;
  }
  .tab-content {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  section .container .row {
    margin-bottom: 0rem !important;
  }
  section .container .row div h2 {
    margin-bottom: 0 !important;
  }
  #contactUs .row .col-md-6 {
    padding: 1.5rem !important;
  }
  .nav-item.d-md-none {
    width: 100%;
    margin: 0 !important;
    padding: 1rem;
    border-bottom: 1px solid #eeeeee;
    color: #484848 !important;
  }
  .nav-item.d-md-none a {
    color: #484848 !important;
  }
  .bg-dark .nav-item.d-md-none a {
    color: #ffffff !important;
  }
  .nav-item.btn-switcher-container {
    margin: 0.5rem 0 !important;
  }
  .btn-switcher-group {
    margin-left: auto;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    /*display: block;*/
    width: 100%;
    margin-right: auto;
    text-align: center;
  }
  .btn-switcher {
    width: 50% !important;
  }
  .nav-item.dropdown .dropdown-menu.dropdown-account {
    width: 100% !important;
  }
  .alert {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .form-row {
    padding: 0.25rem !important;
  }
  .card-header,
  .card-body-content,
  .card-footer {
    padding: 1rem 0.75rem;
  }
  .row-dynamic:first-child {
    margin-top: 0 !important;
  }
  .row-dynamic {
    padding-bottom: 1rem;
    border-bottom: 1px solid #eeeeee;
    padding: 1rem 0.75rem !important;
    margin-top: 10px;
  }
  .row-dynamic:last-child {
    border-bottom: none !important;
  }
  .row-dynamic > div:first-child {
    padding-left: 0.25rem !important;
  }
  .row-dynamic > div:last-child {
    padding-right: 0 !important;
  }
  .row-dynamic .form-control {
    margin-bottom: 0.5rem;
  }
  .footer .text-right {
    margin-top: 2rem !important;
    text-align: left !important;
  }
  h6 .btn.btn-primary.uppercase.float-right {
    margin-top: 2rem;
  }
  .btn.btn-secondary.btn-no-text,
  .btn.btn-danger.btn-no-text {
    width: auto !important;
    margin-top: auto !important;
  }
  #giver {
    padding-left: 0.75rem;
  }
  .card-spse {
    padding: 1.5rem !important;
  }
  .card-spse-title {
    max-width: 60% !important;
  }
}
@media (max-width: 767px) {
  .float-bottom {
    bottom: 4.5rem;
    width: 100%;
    margin-left: -0.5rem;
  }
  .sidebar-inner {
    overflow-x: auto;
  }
  .sidebar-inner .sidebar-menu {
    flex-direction: row;
    width: fit-content;
  }
  .nav.nav-pills {
    border-radius: 0 !important;
  }
  .nav.nav-pills .nav-item {
    border-radius: 0 !important;
    margin: 0.25rem;
  }
  .nav.nav-pills .nav-item .nav-link {
    padding: 0.375rem 0.5rem !important;
    border-radius: 3px !important;
    font-size: 0.75rem !important;
  }
  .sidebar-inner {
    padding: 0 !important;
    margin-bottom: 1rem;
  }
  .sidebar-inner > .card {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .page-content-title {
    padding-left: 0.25rem;
    display: flex;
    justify-content: space-between;
    margin: 0.75rem 0 1rem 0;
  }
  table.responsive {
    border-spacing: 0 0.25em !important;
  }
  table.responsive thead th:first-child, table.responsive thead th:last-child {
    border-radius: 0 !important;
  }
  table.responsive tr td:first-child, table.responsive tr td:last-child {
    border-radius: 0 !important;
  }
  .navbar {
    padding: 0.5rem 0 0.5rem 0;
  }
  .card {
    border-radius: 0 !important;
  }
  .container-fluid, .container {
    padding: 0 0.5rem !important;
  }
  #page-content-wrapper {
    padding: 0 !important;
  }
  div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-] {
    width: 100%;
    overflow-x: auto;
  }
  .row > div[class^=col-].pr-0 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .col-md-1.pt-4.pl-4 {
    padding: 0.75rem !important;
    margin-top: 0 !important;
  }
  #wrapper {
    padding-bottom: 6rem;
  }
  .px-5 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .card-detail-info.card-login .img-container {
    width: 100%;
    padding: 2rem 0;
    background: #016E73 !important;
  }
  .card-detail-info.card-login .info-container {
    width: 100%;
  }
  .card-detail-info.card-login .info-container .info-body .card-login-title {
    font-size: 1rem !important;
    margin-bottom: 1rem;
  }
}

/*# sourceMappingURL=style.css.map */
