a:focus { 
  outline: none; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):hover {
  color: inherit;
  text-decoration: none; }

.list-style-icons {
  padding-left: 10px;
  margin-left: 0;
  list-style: none; }

.list-style-icons > li svg,
.list-style-icons > li i {
  margin-right: 6px; }

.pull-up {
  transition: all 0.25s ease; }

.pull-up:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0px 14px 24px rgba(62, 57, 107, 0.2);
  z-index: 30; }

.spinner {
  display: inline-block;
  animation: spin 1s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.spinner-reverse {
  display: inline-block;
  animation: spin-reverse 1s linear infinite; }

@keyframes spin-reverse {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }

.bullet {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  display: inline-block; }

.bullet.bullet-xs {
  width: 0.5rem;
  height: 0.5rem; }

.bullet.bullet-sm {
  width: 0.714rem;
  height: 0.714rem; }

.bullet.bullet-lg {
  width: 1.25rem;
  height: 1.25rem; }

.section-label {
  font-size: 0.85rem;
  color: #b9b9c3;
  text-transform: uppercase;
  letter-spacing: 0.6px; }

.cell-fit {
  width: 0.1%;
  white-space: nowrap; }

.match-height > [class*='col'] {
  display: flex;
  flex-flow: column; }

.match-height > [class*='col'] > .card {
  flex: 1 1 auto; }

.text-body-heading {
  color: #5e5873; }

.text-body-heading:hover {
  color: inherit !important; }

.text-body[href]:hover {
  color: #6d62e4 !important; }

code {
  padding: 0.1rem 0.4rem;
  font-size: 90%;
  color: #d63384;
  background-color: #eee;
  border-radius: 0.1785rem; }

pre {
  background-color: #f7f7f9; }

pre code {
  background-color: transparent !important; }

.table-white-space th,
.table-white-space td {
  white-space: nowrap; }

.table thead th,
.table tfoot th {
  vertical-align: top;
  text-transform: uppercase;
  font-size: 0.857rem;
  letter-spacing: 0.5px; }

.table.table-sm th,
.table.table-sm td {
  padding: 0.3rem 0.5rem; }

.table.table-sm th:first-child,
.table.table-sm td:first-child {
  padding-left: 0.75rem; }

.table.table-dark tr > * {
  border-bottom-color: #3b4253 !important; }

.table:not(.table-dark):not(.table-light) thead:not(.table-dark) th,
.table:not(.table-dark):not(.table-light) tfoot:not(.table-dark) th {
  background-color: #f3f2f7; }

.table-hover tbody tr {
  cursor: pointer; }

.card .table {
  margin-bottom: 0;
  border-bottom-left-radius: 0.357rem;
  border-bottom-right-radius: 0.357rem; }

.card .table tbody tr:last-child > * {
  border-bottom-width: 0; }

.card .table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 0.357rem; }

.card .table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 0.357rem; }

.table.table-flush-spacing thead tr > td:first-child,
.table.table-flush-spacing tbody tr > td:first-child {
  padding-left: 0; }

.table.table-flush-spacing thead tr > td:last-child,
.table.table-flush-spacing tbody tr > td:last-child {
  padding-right: 0; }

.col-form-label,
.col-form-label-lg,
.col-form-label-sm {
  font-size: 0.857rem;
  align-self: center; }

.form-control::placeholder {
  transition: all 0.2s ease; }

.form-control:focus::placeholder {
  transform: translate(5px);
  transition: all 0.2s ease; }

.form-control:focus:valid, .form-control:focus.is-valid {
  box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1); }

.form-control-plaintext:focus {
  outline: none; }

textarea.form-control {
  line-height: 1.6rem;
  padding: 0.8rem 1rem !important; }

textarea.form-control-sm {
  padding: 0.4rem 0.857rem !important; }

textarea.form-control-lg {
  padding: 1rem 1.143rem !important; }

.input-group:not(.bootstrap-touchspin):focus-within {
  box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1);
  border-radius: 0.357rem; }

.input-group:not(.bootstrap-touchspin):focus-within .form-control,
.input-group:not(.bootstrap-touchspin):focus-within .input-group-text {
  border-color: #7367f0;
  box-shadow: none; }

.input-group:not(.bootstrap-touchspin):focus-within .form-control.is-valid,
.input-group:not(.bootstrap-touchspin):focus-within .input-group-text.is-valid {
  border-color: #28c76f; }

.input-group:not(.bootstrap-touchspin):focus-within .form-control.is-invalid,
.input-group:not(.bootstrap-touchspin):focus-within .input-group-text.is-invalid {
  border-color: #ea5455; }

.input-group.is-valid .input-group-text {
  border-color: #28c76f !important; }

.input-group.is-valid:not(.bootstrap-touchspin):focus-within .input-group-text {
  border-color: #28c76f; }

.input-group.is-invalid .input-group-text {
  border-color: #ea5455 !important; }

.input-group.is-invalid:not(.bootstrap-touchspin):focus-within .input-group-text {
  border-color: #ea5455; }

.input-group.disabled .input-group-text {
  background-color: #efefef; }

.input-group.round .form-control,
.input-group.round .input-group-text, .input-group.round:focus-within {
  border-radius: 1.5rem; }

.input-group.square .form-control,
.input-group.square .input-group-text, .input-group.square:focus-within {
  border-radius: 0; }

.input-group-text {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .input-group-text {
    transition: none; } }

.input-group-merge .form-control:not(:first-child) {
  padding-left: 0;
  border-left: 0; }

.input-group-merge .form-control:not(:last-child) {
  padding-right: 0;
  border-right: 0; }

.input-group-merge .form-control.is-valid .input-group-text {
  border-color: #28c76f; }

.form-check:not(.form-switch) .form-check-input[type='checkbox']:checked {
  background-size: 65%; }

.form-check:not(.form-switch) .form-check-input:disabled:not(:checked) {
  background-color: #efefef;
  border-color: #efefef;
  opacity: 1; }

.form-check-input:not(:disabled):checked {
  box-shadow: 0 2px 4px 0 rgba(115, 103, 240, 0.4); }

.form-check-input:not(:disabled):indeterminate {
  background-size: 85%; }

/* Switches */
.form-switch {
  position: relative;
  /*For Switch Handle Animation*/ }

.form-switch .form-check-input {
  height: 1.7rem; }

.form-switch .form-check-input:checked {
  box-shadow: none !important; }

.form-switch .form-check-input {
  border: none; }

.form-switch .form-check-input:not(:checked) {
  background-color: #e2e2e2; }

.form-switch .form-check-input:active {
  filter: none; }

.form-switch .form-check-input:not(:disabled):checked, .form-switch .form-check-input:not(:disabled):focus {
  box-shadow: none !important; }

.form-switch .form-check-label {
  line-height: 1.7rem;
  /*For Switch text*/ }

.form-switch .form-check-label .switch-text-left,
.form-switch .form-check-label .switch-text-right,
.form-switch .form-check-label .switch-icon-left,
.form-switch .form-check-label .switch-icon-right {
  position: absolute;
  user-select: none;
  line-height: 1.65; }

.form-switch .form-check-label .switch-text-left i,
.form-switch .form-check-label .switch-text-left svg,
.form-switch .form-check-label .switch-text-right i,
.form-switch .form-check-label .switch-text-right svg,
.form-switch .form-check-label .switch-icon-left i,
.form-switch .form-check-label .switch-icon-left svg,
.form-switch .form-check-label .switch-icon-right i,
.form-switch .form-check-label .switch-icon-right svg {
  height: 13px;
  width: 13px;
  font-size: 13px; }

.form-switch .form-check-label .switch-text-left,
.form-switch .form-check-label .switch-icon-left {
  left: 6px;
  top: 0;
  color: #fff;
  opacity: 0;
  transform: translateX(8px);
  transition: opacity 0.1s ease, transform 0.15s ease; }

.form-switch .form-check-label .switch-text-right,
.form-switch .form-check-label .switch-icon-right {
  left: 25px;
  top: 0;
  opacity: 1;
  transform: translateX(0px);
  transition: opacity 0.08s ease, transform 0.15s ease; }

.form-switch .form-check-label:focus {
  outline: 0; }

.form-switch .form-check-input:checked ~ .form-check-label::before {
  box-shadow: none; }

.form-switch .form-check-input:checked ~ .form-check-label::after {
  transform: translateX(1.4rem); }

.form-switch .form-check-input:checked ~ .form-check-label .switch-text-left,
.form-switch .form-check-input:checked ~ .form-check-label .switch-icon-left {
  transform: translateX(0);
  opacity: 1; }

.form-switch .form-check-input:checked ~ .form-check-label .switch-text-right,
.form-switch .form-check-input:checked ~ .form-check-label .switch-icon-right {
  transform: translateX(-8px);
  opacity: 0; }

.form-switch .form-check-input:not(:checked) ~ .form-check-label .switch-text-left {
  opacity: 0; }

.form-switch .form-check-input:not(:checked) ~ .form-check-label .switch-text-right {
  opacity: 1; }

.form-switch .form-check-input:checked ~ .form-check-label .switch-text-right {
  opacity: 0; }

.form-switch .form-check-input:checked ~ .form-check-label .switch-text-left {
  opacity: 1; }

.form-floating > .form-control:focus ~ label {
  color: #7367f0; }

.form-floating > label {
  opacity: 0.65; }

/* Textarea with Counter */
.textarea-counter-value {
  background-color: #7367f0;
  color: #fff;
  padding: 1px 6px;
  font-size: 0.6rem;
  border-radius: 0 0 5px 5px;
  margin-right: 1rem; }

.btn.disabled-max-min,
.btn.disabled-max-min:focus,
.btn.disabled-max-min:active {
  background-color: rgba(34, 41, 47, 0.5) !important;
  cursor: default; }

.bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-down,
.bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-up,
.bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-down,
.bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-up {
  border-color: transparent !important; }

/* Number Type Input Box Scss for - Remove arrow on hover */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none; }

.picker__input.form-control {
  background-color: #fff; }

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #6e6b7b !important; }

.btn {
  box-shadow: none;
  font-weight: 500; }

.btn[class*='bg-gradient-'] {
  transition: all 0.2s ease; }

.btn[class*='bg-gradient-']:hover {
  transform: translateY(-2px); }

.btn.btn-icon {
  padding: 0.715rem 0.736rem; }

.btn.btn-sm.btn-icon {
  padding: 0.5rem;
  line-height: 0.5; }

.btn.btn-lg.btn-icon {
  padding: 1rem;
  line-height: 0.75; }

.btn:focus, .btn.focus, .btn:active, .btn.active {
  outline: none;
  box-shadow: none; }

.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: none !important; }

.btn .feather {
  vertical-align: bottom; }

.btn-check:checked + [class*='btn-'], .btn-check:active + [class*='btn-'] {
  outline: none;
  box-shadow: none; }

.btn.waves-input-wrapper {
  padding: 0; }

.btn-pinned {
  position: absolute;
  top: 1.2rem;
  right: 0.7rem; }

@media (max-width: 767.98px) {
  .btn-sm-block {
    display: block;
    width: 100%; } }

.waves-effect {
  cursor: inherit; }

.dropdown-toggle-split {
  padding-right: 0.78947rem;
  padding-left: 0.78947rem; }

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.14286rem;
  padding-left: 1.14286rem; }

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.52632rem;
  padding-left: 0.52632rem; }

.btn-group [class*='btn-']:not([class*='btn-outline-']):not([class*='btn-flat-']):not([class*='btn-gradient-']):not([class*='btn-relief-']) {
  border-left-color: rgba(34, 41, 47, 0.08) !important;
  border-right-color: rgba(34, 41, 47, 0.08) !important; }

.btn-group
> .btn:not([class*='btn-outline-']):not([class*='btn-flat-']):not([class*='btn-gradient-']):not([class*='btn-relief-']):first-child,
.btn-group
> .btn:not([class*='btn-outline-']):not([class*='btn-flat-']):not([class*='btn-gradient-']):not([class*='btn-relief-']):first-of-type {
  border-left-color: transparent !important; }

.btn-group
> .btn:not([class*='btn-outline-']):not([class*='btn-flat-']):not([class*='btn-gradient-']):not([class*='btn-relief-']):last-child,
.btn-group
> .btn:not([class*='btn-outline-']):not([class*='btn-flat-']):not([class*='btn-gradient-']):not([class*='btn-relief-']):last-of-type {
  border-right-color: transparent !important; }

.btn-group-toggle [class*='btn-outline-']:not(:last-child) {
  border-right-width: 0 !important; }

.btn-group-toggle :not([class*='btn-outline-']).active, .btn-group-toggle :not([class*='btn-outline-']):active {
  box-shadow: inset 0 4px 24px 0 rgba(34, 41, 47, 0.1); }

.dropdown [class*='btn-outline-'].dropdown-toggle.dropdown-toggle-split {
  border-left: 0 !important; }

.dropdown.no-arrow .dropdown-toggle:after {
  display: none; }

.dropdown.no-arrow .dropdown-toggle i,
.dropdown.no-arrow .dropdown-toggle svg {
  margin-right: 0; }

.dropdown-menu {
  transform: scale(1, 0);
  box-shadow: 0 5px 25px rgba(34, 41, 47, 0.1); }

.dropdown-menu .dropdown-item {
  width: auto;
  cursor: pointer; }

.dropdown-menu .dropdown-header {
  font-weight: 500;
  line-height: 1; }

.show > .dropdown-menu {
  transform: scale(1, 1);
  opacity: 1;
  display: block; }

.show .dropdown-toggle:focus {
  box-shadow: none; }

.show .btn.dropdown-toggle:focus {
  box-shadow: none; }

.dropdown-toggle::after {
  border: none !important;
  content: ' ';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  color: #6e6b7b;
  width: 14px;
  height: 11px;
  position: relative;
  top: 1px;
  right: 0px;
  left: 0.714rem;
  padding: 0;
  margin: 0;
  vertical-align: 0; }

.dropdown-toggle.btn-lg::after {
  background-size: 18px; }

.dropdown-toggle.btn-sm::after {
  background-size: 14px; }

.dropdown-toggle.dropdown-toggle-split:after {
  left: 0; }


.dropdown-toggle:focus {
  outline: 0; }

.dropup {
  position: relative; }

.dropup .dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-up'%3E%3Cpolyline points='18 15 12 9 6 15'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  width: 14px;
  height: 11px;
  content: '';
  vertical-align: 0.05rem; }

.dropup .dropdown-menu {
  min-width: 8rem; }

.dropstart .dropdown-toggle::before {
  border: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  width: 14px;
  height: 11px;
  content: '';
  position: relative;
  left: 0; }

.dropstart .dropdown-menu {
  min-width: 8rem; }

.dropend .dropdown-toggle::after {
  border: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  width: 14px;
  height: 11px;
  content: ''; }

.dropend .dropdown-menu {
  min-width: 8rem; }

.dropdown-menu[data-popper-placement='bottom-start'], .dropdown-menu[data-popper-placement='bottom-end'] {
  margin-top: 0.4rem !important; }

.dropdown-menu[data-popper-placement='top-start'], .dropdown-menu[data-popper-placement='top-end'] {
  margin-bottom: 0.4rem !important; }

.dropdown-menu[data-popper-placement='right-start'], .dropdown-menu[data-popper-placement='right-end'] {
  margin-left: 0.4rem !important; }

.dropdown-menu[data-popper-placement='left-start'], .dropdown-menu[data-popper-placement='left-end'] {
  margin-right: 0.4rem !important; }

.dropdown.dropdown-icon-wrapper .dropdown-toggle:after,
.dropup.dropdown-icon-wrapper .dropdown-toggle:after {
  display: none; }

.dropdown.dropdown-icon-wrapper .dropdown-menu,
.dropup.dropdown-icon-wrapper .dropdown-menu {
  min-width: auto; }

.dropdown.dropdown-icon-wrapper .dropdown-menu .dropdown-item,
.dropup.dropdown-icon-wrapper .dropdown-menu .dropdown-item {
  padding: 0.5rem 1.1rem;
  cursor: pointer; }

.dropdown.dropdown-icon-wrapper .dropdown-menu .dropdown-item i,
.dropdown.dropdown-icon-wrapper .dropdown-menu .dropdown-item svg,
.dropup.dropdown-icon-wrapper .dropdown-menu .dropdown-item i,
.dropup.dropdown-icon-wrapper .dropdown-menu .dropdown-item svg {
  height: 1.3rem;
  width: 1.3rem;
  font-size: 1.3rem; }

.horizontal-menu-wrapper .dropdown-menu,
.header-navbar .dropdown-menu {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: slideIn; }

.dropdown-toggle.hide-arrow::before, .dropdown-toggle.hide-arrow::after,
.dropdown-toggle-hide-arrow > .dropdown-toggle::before,
.dropdown-toggle-hide-arrow > .dropdown-toggle::after {
  display: none; }

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0; }
  100% {
    transform: translateY(0rem);
    opacity: 1; }
  0% {
    transform: translateY(1rem);
    opacity: 0; } }

/* ===============================================================================================
    File Name: navbar.scss
    Description: Contain header navigation bar, vertical main navigation bar and
    horiznotal main navigation bar related SCSS.
    ----------------------------------------------------------------------------------------------
    Item Name: Vuexy  - Vuejs, HTML & Laravel Admin Dashboard Template
    Author: PIXINVENT
    Author URL: http://www.themeforest.net/user/pixinvent
================================================================================================*/




@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-body,
  .card-content {
    min-height: 1px; } }

.card-congratulations {
  background: linear-gradient(118deg, #e9620c, rgb(217 108 31 / 65%));
  color: #fff; }

.card-congratulations .congratulations-img-left {
  width: 200px;
  position: absolute;
  top: 0;
  left: 0; }

@media (max-width: 575.98px) {
  .card-congratulations .congratulations-img-left {
    width: 140px; } }

.card-congratulations .congratulations-img-right {
  width: 175px;
  position: absolute;
  top: 0;
  right: 0; }

@media (max-width: 575.98px) {
  .card-congratulations .congratulations-img-right {
    width: 140px; } }

.card-congratulations .avatar {
  margin-bottom: 2rem; }

.congratulation-medal {
  position: absolute;
  top: 0;
  right: 37px; }

.card-deposits .deposits-divider {
  margin-top: 1.8rem;
  margin-bottom: 1.4rem; }

.card-employee-task .employee-task:not(:last-child) {
  margin-bottom: 1.5rem; }

.card-developer-meetup .meetup-img-wrapper {
  background-color: rgba(115, 103, 240, 0.1); }

.card-developer-meetup .meetup-header {
  margin-bottom: 2rem; }

.card-developer-meetup .meetup-header .meetup-day {
  text-align: center;
  border-right: 1px solid #d8d6de;
  padding-right: 1.3rem;
  margin-right: 1.3rem; }

.card-developer-meetup .meetings .avatar .avatar-content {
  width: 34px;
  height: 34px; }

.card-developer-meetup .meetings + .meetings {
  margin-top: 1.2rem; }

.card-developer-meetup .avatar-group {
  margin-top: 2rem; }

.card-profile {
  text-align: center; }

.card-profile .card-body {
  position: relative;
  padding: 5rem 2.3rem 1.5rem 2.3rem; }

.card-profile .card-body .profile-image-wrapper {
  display: flex;
  justify-content: center; }

.card-profile .card-body .profile-image-wrapper .profile-image {
  position: absolute;
  top: -4rem;
  padding: 0.5rem;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(34, 41, 47, 0.14);
  margin-bottom: 1.15rem; }

.card-profile .card-body .profile-image-wrapper .profile-image img {
  width: 100px;
  height: 100px; }

.card-profile .card-body .profile-badge {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem; }

.card-apply-job .apply-job-package {
  padding: 1.2rem;
  margin-bottom: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.card-apply-job .apply-job-package sup {
  top: -0.8rem; }

.card-transaction .transaction-item {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.card-transaction .transaction-item:not(:last-child) {
  margin-bottom: 1.2rem; }

.card-transaction .transaction-item .avatar {
  margin-right: 1.2rem; }

.card-transaction .transaction-item .avatar .avatar-content {
  width: 42px;
  height: 42px; }

.card-transaction .transaction-item .transaction-title {
  margin-bottom: 0.2rem;
  margin-top: 0.2rem; }

.card-user-timeline .user-timeline-title-icon {
  width: 1.714rem;
  height: 1.714rem;
  margin-right: 1.3rem; }

.card-user-timeline .timeline .timeline-item:last-child .timeline-event {
  min-height: auto; }

.card-user-timeline .timeline .timeline-item:not(:last-child) {
  padding-bottom: 2.3rem; }

.business-card .business-items:not(:last-child) {
  margin-bottom: 1.3rem; }

.business-card .business-items .business-item {
  border: 1px solid #ebe9f1;
  border-radius: 0.357rem;
  padding: 1rem 1rem 1rem 1.3rem; }

.business-card .business-items .business-item:not(:last-child) {
  margin-bottom: 0.85rem; }

.card-browser-states .browser-states {
  margin-top: 2.14rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.card-app-design .design-group {
  margin-bottom: 2rem; }

.card-app-design .design-group .avatar:not(:last-child) {
  margin-right: 0.6rem; }

.card-app-design .design-planning-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.card-app-design .design-planning-wrapper:not(:last-child) {
  margin-bottom: 1.3rem; }

.card-app-design .design-planning-wrapper .design-planning {
  padding: 0.5rem;
  margin-bottom: 0.7rem;
  text-align: center;
  background-color: #f8f8f8;
  border-radius: 0.357rem;
  min-width: 6.4rem; }

.card-app-design .design-planning-wrapper .design-planning:not(:last-child) {
  margin-right: 0.7rem; }

.card-statistics .card-header {
  padding-left: 2.4rem; }

.card-statistics .statistics-body {
  padding: 2rem 2.4rem 2.8rem !important; }

.card-statistics .statistics-body .avatar .avatar-content {
  width: 48px;
  height: 48px; }

.card-statistics .statistics-body .avatar .avatar-content .avatar-icon {
  width: 24px;
  height: 24px; }

.chart-dropdown .btn {
  font-size: 1rem;
  font-weight: 400; }

.chart-dropdown .btn:after {
  display: none; }

.card-revenue-budget .revenue-report-wrapper {
  padding: 1.286rem 1.5rem; }

@media (min-width: 768px) {
  .card-revenue-budget .revenue-report-wrapper {
    border-right: 1px solid #ebe9f1; } }

.card-revenue-budget .revenue-report-wrapper #revenue-report-chart .apexcharts-series[seriesName='Earning'] {
  transform: scaleY(0.965); }

.card-revenue-budget .revenue-report-wrapper #revenue-report-chart .apexcharts-series[seriesName='Expense'] {
  transform: scaleY(1.035); }

.card-revenue-budget .budget-wrapper {
  padding: 2rem 3rem;
  text-align: center; }

@media (max-width: 767.98px) {
  .card-revenue-budget .budget-wrapper {
    padding-top: 0; } }

.card-revenue-budget .budget-wrapper .budget-dropdown {
  margin-bottom: 2rem; }

.card-revenue-budget .budget-wrapper #budget-chart {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.earnings-card .apexcharts-canvas .apexcharts-pie .apexcharts-datalabel-label {
  font-size: 0.8rem;
  fill: #6e6b7b !important; }

.earnings-card .apexcharts-canvas .apexcharts-pie .apexcharts-datalabel-value {
  fill: #5e5873;
  font-size: 1.286rem;
  font-weight: 500; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #dashboard-analytics .avatar .avatar-content,
  #statistics-card .avatar .avatar-content {
    padding: 0 !important; } }

.carousel-dark .carousel-caption h1, .carousel-dark .carousel-caption h2, .carousel-dark .carousel-caption h3, .carousel-dark .carousel-caption h4, .carousel-dark .carousel-caption h5, .carousel-dark .carousel-caption h6 {
  color: #22292f; }

.breadcrumb:not([class*='breadcrumb-']) .breadcrumb-item + .breadcrumb-item:before {
  content: ' ';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  color: #6e6b7b;
  margin-right: 0.6rem;
  background-size: 14px; }

.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  height: 20px; }

/* Component Specific */
.breadcrumb-slash.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: '/'; }

.breadcrumb-dots.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: '.';
  position: relative;
  top: -4px; }

.breadcrumb-dashes.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: '-'; }

.breadcrumb-pipes.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: '|'; }

.breadcrumb-chevron.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: ' ';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  color: #6e6b7b;
  margin-right: 0.6rem;
  background-size: 14px; }

.content-header .breadcrumb {
  padding-left: 1rem; }

@media (max-width: 648px) {
  .content-header .breadcrumb {
    display: none; }
  .breadcrumbs-top .content-header-title {
    display: contents !important; } }

.badge[class*='bg-'] [class*='icon-'] {
  line-height: 1; }

.badge[class*='bg-'] a {
  color: #fff; }

.badge[class*='bg-'] .dropdown-toggle span,
.badge[class*='bg-'] .dropdown-toggle i,
.badge[class*='bg-'] .dropdown-toggle svg, .badge[class*='bg-'].dropdown-toggle span,
.badge[class*='bg-'].dropdown-toggle i,
.badge[class*='bg-'].dropdown-toggle svg {
  vertical-align: text-top; }

.badge[class*='bg-'] .dropdown-toggle i,
.badge[class*='bg-'] .dropdown-toggle svg, .badge[class*='bg-'].dropdown-toggle i,
.badge[class*='bg-'].dropdown-toggle svg {
  padding-left: 0.2rem; }

.badge[class*='bg-'] .dropdown-toggle::after, .badge[class*='bg-'].dropdown-toggle::after {
  position: relative;
  top: 0;
  left: 0;
  font-size: 1rem; }

.badge[class*='bg-'] .dropdown-menu a {
  color: #6e6b7b; }

.badge i,
.badge svg {
  height: 12px;
  width: 11px;
  font-size: 12px;
  stroke-width: 3;
  vertical-align: top; }

.badge.badge-square {
  border-radius: 0; }

.badge.badge-up {
  position: absolute;
  top: -11px;
  right: -9px;
  min-width: 1.429rem;
  min-height: 1.429rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.786rem;
  line-height: 0.786;
  padding-left: 0.25rem;
  padding-right: 0.25rem; }

.badge.badge-up.badge-sm {
  top: -0.5rem;
  right: -0.5rem; }

.badge-icon i,
.badge-icon svg {
  font-size: 100%;
  margin-right: 5px; }

.dropup .badge {
  cursor: pointer; }

.alert {
  font-weight: 500;
  padding: 0; }

.alert.alert-dismissible .btn-close {
  padding: 1rem 1rem;
  background-color: transparent !important;
  box-shadow: none !important; }

.alert.alert-dismissible .alert-body {
  padding: 0.71rem 2rem 0.71rem 1rem; }

.alert .btn-close:focus {
  outline: 0; }

.alert .alert-link:hover {
  text-decoration: underline; }

.alert p {
  font-weight: 500;
  padding: 2px 0;
  margin-bottom: 0;
  vertical-align: middle; }

.alert .alert-heading {
  font-weight: 600;
  font-size: 1rem;
  padding: 0.71rem 1rem;
  margin-bottom: 0; }

.alert .alert-body {
  padding: 0.71rem 1rem; }

.alert.alert-dark .alert-heading {
  box-shadow: rgba(75, 75, 75, 0.4) 0px 6px 15px -7px; }

/*=========================================================================================
  File Name: progress.scss
  Description: Extended bootstrap progress bar scss.
  ----------------------------------------------------------------------------------------
  Item Name: Vuexy  - Vuejs, HTML & Laravel Admin Dashboard Template
  Author: PIXINVENT
  Author URL: http://www.themeforest.net/user/pixinvent
  ----------------------------------------------------------------------------------------
==========================================================================================*/
.progress .progress-bar + .progress-bar:not(:last-child) {
  border-radius: 0; }

.progress .progress-bar:last-child {
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem; }

/* ===============================================================================================
  File Name: list-group.scss
  Description: Contain list item, list group related extended SCSS.
  ----------------------------------------------------------------------------------------------
  Item Name: Vuexy  - Vuejs, HTML & Laravel Admin Dashboard Template
  Author: PIXINVENT
  Author URL: http://www.themeforest.net/user/pixinvent
================================================================================================*/


.toast.show {
  z-index: 1030; }

.toast .btn-close:focus {
  box-shadow: none; }

@media (max-width: 420.98px) {
  .toast {
    width: auto; } }

.accordion [data-bs-toggle='collapse'] {
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.45; }

.accordion .accordion-item {
  margin-bottom: 0; }

.accordion .accordion-item:last-of-type {
  margin-bottom: 0; }

.accordion .accordion-item:not(:last-of-type) {
  border-bottom: 1px solid #ebe9f1; }

.accordion .accordion-body {
  padding-top: 0.42rem; }

.accordion.accordion-without-arrow .accordion-button::after {
  background-image: none !important; }

.accordion-border .accordion-item {
  border: 1px solid #ebe9f1;
  border-radius: 0.428rem; }

.accordion-border .accordion-item:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion-border .accordion-item:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.accordion-margin .accordion-item {
  margin-top: 0.71rem;
  margin-bottom: 0.71rem;
  box-shadow: 0 2px 15px 0 rgba(34, 41, 47, 0.05) !important;
  border-radius: 0.357rem;
  border-bottom: 0 solid transparent !important; }

.card.accordion-item .accordion-button {
  border-radius: 0.357rem; }

.page-item {
  border-radius: 5rem; }

.page-item:not(.prev-item) .page-link, .page-item:not(.next-item) .page-link, .page-item:not(.first) .page-link, .page-item:not(.last) .page-link, .page-item:not(.active) .page-link {
  line-height: 1.3; }

.page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center; }

.page-item.previous .page-link, .page-item.prev .page-link, .page-item.next .page-link, .page-item.first .page-link, .page-item.last .page-link {
  width: auto; }

.page-item.prev-item .page-link, .page-item.next-item .page-link {
  transition: all 0.2s ease-out; }

.page-item.prev-item {
  margin-right: 0.3571rem; }

.page-item.prev-item .page-link {
  border-radius: 50%; }

.page-item.prev-item .page-link:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  color: #6e6b7b;
  width: 8px;
  height: 18px;
  content: ''; }

.page-item.prev-item .page-link:hover {
  background: #f3f2f7;
  color: #7367f0; }

.page-item.prev-item .page-link:active, .page-item.prev-item .page-link:hover {
  background-color: #7367f0 !important; }

.page-item.prev-item .page-link:active:before, .page-item.prev-item .page-link:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E") !important; }

.page-item.prev-item.disabled .page-link:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b9b9c3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E"); }

.page-item.prev-item ~ .page-item:nth-child(2) {
  border-top-left-radius: 5rem;
  border-bottom-left-radius: 5rem; }

.page-item.prev-item ~ .page-item:nth-child(2) .page-link {
  border-top-left-radius: 5rem !important;
  border-bottom-left-radius: 5rem !important; }

.page-item.prev-item ~ .page-item:nth-last-child(2) {
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem; }

.page-item.prev-item ~ .page-item:nth-last-child(2) .page-link {
  border-top-right-radius: 5rem !important;
  border-bottom-right-radius: 5rem !important; }

.page-item.next-item {
  margin-left: 0.3571rem; }

.page-item.next-item .page-link {
  border-radius: 50%; }

.page-item.next-item .page-link:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  width: 8px;
  height: 18px;
  content: ''; }

.page-item.next-item .page-link:hover {
  background: #f3f2f7;
  color: #7367f0; }

.page-item.next-item .page-link:active, .page-item.next-item .page-link:hover {
  background-color: #7367f0 !important; }

.page-item.next-item .page-link:active:after, .page-item.next-item .page-link:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") !important; }

.page-item.next-item.disabled .page-link:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b9b9c3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E"); }

.page-item.prev .page-link:before, .page-item.previous .page-link:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  color: #6e6b7b;
  width: 12px;
  height: 18px;
  content: ''; }

.page-item.prev .page-link:hover:before, .page-item.previous .page-link:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237367f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E") !important; }

.page-item.prev.disabled .page-link:before, .page-item.previous.disabled .page-link:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b9b9c3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E"); }

.page-item.next .page-link:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  color: #6e6b7b;
  width: 12px;
  height: 18px;
  content: ''; }

.page-item.next .page-link:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237367f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") !important; }

.page-item.next.disabled .page-link:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b9b9c3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E"); }

.page-item.disabled .page-link {
  color: #b9b9c3; }

.page-item .page-link {
  margin: 0;
  margin-left: 0;
  font-size: 1rem;
  min-width: 2.286rem; }

.page-item .page-link:focus {
  box-shadow: none; }

.page-item .page-link:hover {
  color: #7367f0; }

.page-item.active {
  background-color: #f3f2f7;
  border-radius: 0; }

.page-item.active .page-link {
  z-index: 3;
  border-radius: 5rem;
  background-color: #7367f0;
  color: #fff !important;
  font-weight: 600; }

.page-item:first-child:not(.prev-item).active {
  border-top-left-radius: 1.428rem;
  border-bottom-left-radius: 1.428rem; }

.page-item:first-child:not(.prev-item).active .page-link {
  border-radius: 5rem; }

.page-item:first-child:not(.prev-item) .page-link {
  border-top-left-radius: 1.428rem;
  border-bottom-left-radius: 1.428rem; }

.page-item:last-child:not(.next-item).active {
  border-top-right-radius: 1.428rem;
  border-bottom-right-radius: 1.428rem; }

.page-item:last-child:not(.next-item).active .page-link {
  border-radius: 5rem; }

.page-item:last-child:not(.next-item) .page-link {
  border-top-right-radius: 1.428rem;
  border-bottom-right-radius: 1.428rem; }

.pagination.pagination-lg .page-item .page-link {
  font-size: 1.14rem;
  min-width: 2.6rem; }

.pagination.pagination-sm .page-item .page-link {
  font-size: 0.857rem;
  min-width: 2rem; }

.modal .modal-header {
  background-color: #f8f8f8; }

.modal .modal-header .btn-close {
  padding: 0.8rem;
  box-shadow: 0 5px 20px 0 rgba(34, 41, 47, 0.1);
  border-radius: 0.357rem;
  background-color: #fff;
  opacity: 1;
  transition: all 0.23s ease 0.1s;
  position: relative;
  transform: translate(18px, -10px); }

.modal .modal-header .btn-close:hover, .modal .modal-header .btn-close:focus, .modal .modal-header .btn-close:active {
  opacity: 1;
  outline: none;
  transform: translate(15px, -2px);
  box-shadow: none; }

.modal .modal-fullscreen .modal-header .btn-close {
  transform: translate(0, 0); }

.modal .modal-content {
  overflow: visible;
  box-shadow: 0 5px 20px 0 rgba(34, 41, 47, 0.1); }

.modal .modal-footer {
  padding: 0.8rem 1.4rem; }

.modal.modal-sticky {
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  height: auto;
  position: fixed; }

.modal.modal-sticky .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.modal.modal-sticky .modal-dialog {
  margin-right: 2rem !important;
  box-shadow: 0px 0px 24px 0 rgba(34, 41, 47, 0.25);
  border-radius: 0.357rem; }

.modal.modal-sticky .modal-actions {
  background: transparent;
  box-shadow: none;
  line-height: 0; }

.modal-xs {
  max-width: 300px; }

@media (min-width: 1200px) {
  .modal-xl {
    margin-left: 3%;
    margin-right: 3%; } }

.modal-slide-in,
.modal-slide-in .modal {
  padding: 0 !important;
  overflow: hidden !important; }

.modal-slide-in .modal-dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  margin: 0;
  max-width: none;
  width: 20rem; }

.modal-slide-in .modal-dialog .modal-content {
  padding-bottom: 1.8875rem;
  padding-top: 1.8875rem;
  overflow: auto;
  border-radius: 0;
  height: 100%; }

.modal-slide-in .modal-dialog .modal-body {
  padding-bottom: 0;
  padding-top: 0;
  margin: auto 0;
  flex-grow: 0; }

@media (min-width: 576px) {
  .modal-slide-in .modal-dialog {
    width: 28rem; } }

.modal-slide-in .modal-dialog.sidebar-sm {
  width: 25rem; }

@media (min-width: 576px) {
  .modal-slide-in .modal-dialog.sidebar-lg {
    width: 30rem; } }

.modal-slide-in .btn-close {
  top: 0.4rem;
  z-index: 10;
  transform: none;
  position: absolute;
  top: 1.5rem;
  right: 1.4rem;
  margin: 0;
  padding: 0 !important;
  line-height: 0.5;
  transform: translate(0, -50%); }

.modal-slide-in.fade .modal-dialog,
.modal-slide-in .modal.fade .modal-dialog {
  transform: translateX(100%);
  transition: transform 0.1s ease-out; }

.modal-slide-in.show .modal-dialog,
.modal-slide-in .modal.show .modal-dialog {
  transform: translateX(0) !important;
  transition: transform 0.1s ease-out; }

@media (max-width: 576px) {
  .modal:not(.modal-slide-in) .modal-dialog:not(.modal-fullscreen) {
    padding-right: 1rem;
    padding-left: 1rem; }
  .modal .modal-xs,
  .modal .modal-sm {
    max-width: unset; }
  .modal.modal-sticky .modal-dialog {
    margin-right: 0.2rem !important;
    margin-left: 0.2rem;
    margin-bottom: 3rem; } }

.modal-refer-earn .modal-refer-earn-step svg {
  height: 2.5rem;
  width: 2.5rem; }

@media (max-width: 991.98px) {
  #shareProject .list-group .dropdown-toggle {
    padding: 0.5rem; }
  #shareProject .list-group .dropdown-toggle::after {
    left: 0; } }

.popover {
  box-shadow: 0 0 10px 0 rgba(34, 41, 47, 0.1); }

.popover .popover-header {
  font-size: 1.07rem;
  border: 1px solid #7367f0; }

.popover .popover-body {
  border: 1px solid #ebe9f1;
  border-top-color: #fff;
  border-bottom-left-radius: 0.358rem;
  border-bottom-right-radius: 0.358rem; }

.popover.bs-popover-bottom .popover-arrow:after {
  border-bottom-color: #7367f0; }

.bs-popover-top > .popover-arrow::after {
  bottom: 1px; }

.bs-popover-end > .popover-arrow::after {
  left: 1px; }

.bs-popover-start > .popover-arrow::after {
  right: 1px; }

.font-small-1 {
  font-size: 0.7rem !important; }

svg.font-small-1 {
  height: 0.7rem !important;
  width: 0.7rem !important; }

.font-small-2 {
  font-size: 0.8rem !important; }

svg.font-small-2 {
  height: 0.8rem !important;
  width: 0.8rem !important; }

.font-small-3 {
  font-size: 0.9rem !important; }

svg.font-small-3 {
  height: 0.9rem !important;
  width: 0.9rem !important; }

.font-small-4 {
  font-size: 1rem !important; }

svg.font-small-4 {
  height: 1rem !important;
  width: 1rem !important; }

.font-medium-1 {
  font-size: 1.1rem !important; }

svg.font-medium-1 {
  height: 1.1rem !important;
  width: 1.1rem !important; }

.font-medium-2 {
  font-size: 1.2rem !important; }

svg.font-medium-2 {
  height: 1.2rem !important;
  width: 1.2rem !important; }

.font-medium-3 {
  font-size: 1.3rem !important; }

svg.font-medium-3 {
  height: 1.3rem !important;
  width: 1.3rem !important; }

.font-medium-4 {
  font-size: 1.4rem !important; }

svg.font-medium-4 {
  height: 1.4rem !important;
  width: 1.4rem !important; }

.font-medium-5 {
  font-size: 1.5rem !important; }

svg.font-medium-5 {
  height: 1.5rem !important;
  width: 1.5rem !important; }

.font-large-1 {
  font-size: 2rem !important; }

svg.font-large-1 {
  height: 2rem !important;
  width: 2rem !important; }

.font-large-2 {
  font-size: 3rem !important; }

svg.font-large-2 {
  height: 3rem !important;
  width: 3rem !important; }

.font-large-3 {
  font-size: 4rem !important; }

svg.font-large-3 {
  height: 4rem !important;
  width: 4rem !important; }

.font-large-4 {
  font-size: 5rem !important; }

svg.font-large-4 {
  height: 5rem !important;
  width: 5rem !important; }

.font-large-5 {
  font-size: 6rem !important; }

svg.font-large-5 {
  height: 6rem !important;
  width: 6rem !important; }

.line-height-1 {
  line-height: 1 !important; }

.line-height-condensed {
  line-height: 1.5 !important; }

.line-height-inherit {
  line-height: inherit !important; }

.rotate-45 {
  transform: rotate(45deg); }

.rotate-45-inverse {
  transform: rotate(-45deg); }

.rotate-90 {
  transform: rotate(90deg); }

.rotate-90-inverse {
  transform: rotate(-90deg); }

.rotate-180 {
  transform: rotate(180deg); }

.rotate-180-inverse {
  transform: rotate(-180deg); }

.border-2 {
  border-width: 2px !important; }

.border-top-2 {
  border-top-width: 2px !important; }

.border-bottom-2 {
  border-bottom-width: 2px !important; }

.border-start-2 {
  border-left-width: 2px !important; }

.border-end-2 {
  border-right-width: 2px !important; }

.border-3 {
  border-width: 3px !important; }

.border-top-3 {
  border-top-width: 3px !important; }

.border-bottom-3 {
  border-bottom-width: 3px !important; }

.border-start-3 {
  border-left-width: 3px !important; }

.border-end-3 {
  border-right-width: 3px !important; }

.round {
  border-radius: 1.5rem; }

.square {
  border-radius: 0; }

.fit {
  max-width: 100% !important; }

.half-width {
  width: 50% !important; }

.full-width {
  width: 100% !important; }

.full-height {
  height: 100% !important; }

.height-50 {
  height: 50px !important; }

.width-50 {
  width: 50px !important; }

.height-100 {
  height: 100px !important; }

.width-100 {
  width: 100px !important; }

.height-150 {
  height: 150px !important; }

.width-150 {
  width: 150px !important; }

.height-200 {
  height: 200px !important; }

.width-200 {
  width: 200px !important; }

.height-250 {
  height: 250px !important; }

.width-250 {
  width: 250px !important; }

.height-300 {
  height: 300px !important; }

.width-300 {
  width: 300px !important; }

.height-350 {
  height: 350px !important; }

.width-350 {
  width: 350px !important; }

.height-400 {
  height: 405px !important; }

.width-400 {
  width: 405px !important; }

.height-450 {
  height: 455px !important; }

.width-450 {
  width: 455px !important; }

.height-500 {
  height: 500px !important; }

.width-500 {
  width: 500px !important; }

.height-550 {
  height: 550px !important; }

.width-550 {
  width: 550px !important; }

.height-600 {
  height: 600px !important; }

.width-600 {
  width: 600px !important; }

.height-650 {
  height: 650px !important; }

.width-650 {
  width: 650px !important; }

.height-700 {
  height: 700px !important; }

.width-700 {
  width: 700px !important; }

.height-750 {
  height: 750px !important; }

.width-750 {
  width: 750px !important; }

.height-800 {
  height: 800px !important; }

.width-800 {
  width: 800px !important; }

.height-5-per {
  height: 5% !important; }

.width-5-per {
  width: 5% !important; }

.height-10-per {
  height: 10% !important; }

.width-10-per {
  width: 10% !important; }

.height-15-per {
  height: 15% !important; }

.width-15-per {
  width: 15% !important; }

.height-20-per {
  height: 20% !important; }

.width-20-per {
  width: 20% !important; }

.height-25-per {
  height: 25% !important; }

.width-25-per {
  width: 25% !important; }

.height-30-per {
  height: 30% !important; }

.width-30-per {
  width: 30% !important; }

.height-35-per {
  height: 35% !important; }

.width-35-per {
  width: 35% !important; }

.height-40-per {
  height: 40% !important; }

.width-40-per {
  width: 40% !important; }

.height-45-per {
  height: 45% !important; }

.width-45-per {
  width: 45% !important; }

.height-50-per {
  height: 50% !important; }

.width-50-per {
  width: 50% !important; }

.height-55-per {
  height: 55% !important; }

.width-55-per {
  width: 55% !important; }

.height-60-per {
  height: 60% !important; }

.width-60-per {
  width: 60% !important; }

.height-65-per {
  height: 65% !important; }

.width-65-per {
  width: 65% !important; }

.height-70-per {
  height: 70% !important; }

.width-70-per {
  width: 70% !important; }

.height-75-per {
  height: 75% !important; }

.width-75-per {
  width: 75% !important; }

.height-80-per {
  height: 80% !important; }

.width-80-per {
  width: 80% !important; }

.height-85-per {
  height: 85% !important; }

.width-85-per {
  width: 85% !important; }

.height-90-per {
  height: 90% !important; }

.width-90-per {
  width: 90% !important; }

.height-95-per {
  height: 95% !important; }

.width-95-per {
  width: 95% !important; }

.overflow-visible {
  overflow: visible; }

.overflow-scroll {
  overflow: scroll; }

.overflow-x-scroll {
  overflow: scroll; }

.overflow-y-scroll {
  overflow: scroll; }

.cursor-pointer {
  cursor: pointer; }

.cursor-move {
  cursor: move; }

.cursor-default {
  cursor: default; }

.cursor-progress {
  cursor: progress; }

.cursor-not-allowed {
  cursor: not-allowed; }

.zindex-1 {
  z-index: 1 !important; }

.zindex-2 {
  z-index: 2 !important; }

.zindex-3 {
  z-index: 3 !important; }

.zindex-4 {
  z-index: 4 !important; }

.zindex-0 {
  z-index: 0 !important; }

.zindex-minus-1 {
  z-index: -1 !important; }

.zindex-minus-2 {
  z-index: -2 !important; }

.zindex-minus-3 {
  z-index: -3 !important; }

.zindex-minus-4 {
  z-index: -4 !important; }

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

.box-shadow-1 {
  box-shadow: 0 2px 5px 0 rgba(34, 41, 47, 0.16), 0 2px 10px 0 rgba(34, 41, 47, 0.12); }

.box-shadow-2 {
  box-shadow: 0 8px 17px 0 rgba(34, 41, 47, 0.2), 0 6px 20px 0 rgba(34, 41, 47, 0.19); }

.box-shadow-3 {
  box-shadow: 0 12px 15px 0 rgba(34, 41, 47, 0.24), 0 17px 50px 0 rgba(34, 41, 47, 0.19); }

.box-shadow-4 {
  box-shadow: 0 16px 28px 0 rgba(34, 41, 47, 0.22), 0 25px 55px 0 rgba(34, 41, 47, 0.21); }

.box-shadow-5 {
  box-shadow: 0 27px 24px 0 rgba(34, 41, 47, 0.2), 0 40px 77px 0 rgba(34, 41, 47, 0.22); }

.box-shadow-6 {
  box-shadow: 0 4px 8px 0 rgba(34, 41, 47, 0.12), 0 2px 4px 0 rgba(34, 41, 47, 0.08); }

.outline-none {
  outline: none !important; }

.list-style-inside {
  list-style: inside; }

.list-style-circle {
  list-style: circle; }

.list-style-square {
  list-style: square; }

.bg-cover {
  background-size: cover !important; }

.background-repeat {
  background-repeat: repeat !important; }

.background-no-repeat {
  background-repeat: no-repeat !important; }

.icon-bg-circle {
  color: #fff;
  padding: 0.5rem;
  border-radius: 50%; }

.icon-left {
  margin-right: 0.5rem; }

.icon-right {
  margin-right: 0.5rem; }

.blockOverlay {
  z-index: 1050 !important; }

.blockElement,
.blockPage {
  z-index: 1051 !important; }

.hidden {
  display: none;
  visibility: hidden; }

a:hover {
  cursor: pointer; }

.table-middle td {
  vertical-align: middle; }

.fill-current {
  fill: currentColor; }

.pointer-events-none {
  pointer-events: none; }
