/*
 * >>> CORE CUSTOM VARIABLES <<<
 *
 */
/* -----------------------------------------------------------------
 * Colors
 * -----------------------------------------------------------------
 */
body.login .login-sidebar {
  border-top-color: #84b931;
  height: 100vh;
  min-height: 600px;
}
body.login .login-container {
  top: 35% !important;
}
body.login .login-container .main-logo {
  margin-bottom: 35px;
  text-align: center;
}
body.login .login-container .main-logo img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}
body.login .login-button {
  background: #84b931;
  opacity: 1;
  transition: 0.5s;
}
body.login .login-button:hover {
  background: #9dd04d;
}
body.login .form-group {
  border-color: rgba(132, 185, 49, 0.07) !important;
}
body.login .form-group.focused {
  border-color: #84b931 !important;
}

@-webkit-keyframes spinningCenter {
  from {
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spinningCenter {
  from {
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.spinning-center {
  -webkit-animation: spinningCenter 2s linear infinite;
          animation: spinningCenter 2s linear infinite;
}

@-webkit-keyframes spinning {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinning {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.spinning {
  -webkit-animation: spinning 2s linear infinite;
          animation: spinning 2s linear infinite;
}

/* NOTIFICATIONS */
.notif {
  display: inline;
  font-size: 14px;
  margin-top: 4px;
  position: relative;
}

.notif-success {
  color: #05b75e;
}

.notif-danger {
  color: #ef475b;
}

.notif-main {
  margin-bottom: 15px;
  margin-left: 1rem;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

label {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.2;
}

.lead {
  font-size: 1.5rem;
  font-weight: normal;
}

.text-primary {
  color: #84b931 !important;
}

/*
 * >>> UTILITIES SCSS <<<
 *
 */
/******************************************************
* >>> STATIC CLASSES <<<
* *****************************************************/
.d-none {
  display: none !important;
}

.empty-placeholder {
  color: #95a5a6;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  padding-top: 1.7em;
  padding-bottom: 1.7em;
  text-align: center;
}

.portlet.portlet-pad {
  padding: 20px;
}

.text-bold {
  font-weight: bold;
}

.text-icon {
  display: flex;
  align-items: center;
}
.text-icon > * {
  display: inline-block;
}
.text-icon i {
  flex-basis: 0;
  font-size: 1.1em;
  margin-right: 0.5em;
}

.text-small {
  color: #aaa;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: normal !important;
}

.text-md {
  font-size: 1.3rem;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

/******************************************************
 * ***************************************************/
.fake-label {
  height: 20.8px;
}

.file-tree-wrapper .file-list .deleteDialog {
  padding: 10px !important;
}
.file-tree-wrapper .file-list .deleteDialog i {
  font-size: 11px !important;
}

.list-h {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 5px;
}

.status-label {
  display: inline-block;
}

.btn-primary {
  background: #84b931;
  border-color: #84b931;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
  background: #9dd04d;
  border-color: #9dd04d;
  color: #fff;
}
.btn-primary-outline {
  background: transparent;
  border-color: #84b931;
  color: #84b931;
}
.btn-primary-outline:hover, .btn-primary-outline:focus {
  background: #9dd04d;
  border-color: #9dd04d;
  color: #fff;
}
.btn-secondary {
  background: #b5202b;
  border-color: #b5202b;
  color: #fff;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #da2e3b;
  border-color: #da2e3b;
  color: #fff;
}
.btn-secondary-outline {
  background: transparent;
  border-color: #b5202b;
  color: #b5202b;
}
.btn-secondary-outline:hover, .btn-secondary-outline:focus {
  background: #da2e3b;
  border-color: #da2e3b;
  color: #fff;
}
.btn.green:not(.btn-outline) {
  color: #ffffff;
  background-color: #32c5d2;
  border-color: #32c5d2;
}
.btn.green:not(.btn-outline):hover {
  color: #ffffff;
  background-color: #26a1ab;
  border-color: #26a1ab;
}
.btn-info-variant {
  background-color: #3498db;
  border-color: #3498db;
  color: #fff;
}
.btn:disabled {
  background-color: #95a5a6 !important;
  border-color: #95a5a6 !important;
  color: #fff !important;
}

.btn-wrap {
  display: flex;
  align-items: center;
}
.btn-wrap .btn {
  margin: 5px;
}
.btn-wrap .btn-fill-space {
  flex: 1 0 0;
}

.btn-icon,
.btn-icon-xs {
  display: inline-block;
  padding: 20px;
  position: relative;
}
.btn-icon i,
.btn-icon-xs i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-icon-xs {
  padding: 12px;
}

.label-agency {
  background-color: #2e86c1;
  border: 1px solid #392887 !important;
}

.rp-card-earning .rp-card-content .rp-card-chart {
  min-height: 0 !important;
}

.modal-ajax-btn {
  position: relative;
}
.modal-ajax-btn .modal-ajax-loader {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: spinningCenter 2s linear infinite;
          animation: spinningCenter 2s linear infinite;
}
.modal-ajax-btn.is-loading * {
  visibility: hidden;
}
.modal-ajax-btn.is-loading > .modal-ajax-loader {
  visibility: visible;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 100% !important;
    max-width: 750px !important;
  }
}
.modal-box-container .flatpickr-calendar, .modal:not(#selectDateModal) .flatpickr-calendar {
  position: fixed !important;
  left: 50% !important;
  top: calc(50% - 148px) !important;
  left: calc(50% - 153px) !important;
}
.modal-box-container .flatpickr-calendar.arrowTop:before,
.modal-box-container .flatpickr-calendar.arrowTop:after, .modal:not(#selectDateModal) .flatpickr-calendar.arrowTop:before,
.modal:not(#selectDateModal) .flatpickr-calendar.arrowTop:after {
  display: none !important;
}

.modal .modal-header .close {
  margin-top: 14px !important;
  padding: 8px !important;
  height: 0 !important;
  width: 0 !important;
}

.nav-tabs-custom ul.nav-tabs > .nav-item > .nav-link {
  background-color: #e8ecec;
  border-radius: 0;
  border: none;
  color: #95a5a6;
  font-weight: bold;
}

.nav-tabs-custom ul.nav-tabs .nav-item.active > .nav-link,
.nav-tabs-custom ul.nav-tabs .nav-item.show .nav-link,
.nav-tabs-custom ul.nav-tabs .nav-link.active {
  background-color: #84b931;
  color: #fff;
}

.onorother .ono-item {
  display: none;
}
.onorother .ono-item.is-visible {
  display: block;
}

.pellet {
  background-color: #ccc;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  flex-shrink: 0;
  display: inline-block;
  padding: 5px 10px;
}

.pellet-icon > * {
  display: inline-block;
  margin-bottom: 0;
}
.pellet-icon > i {
  margin-right: 0.5em;
}

table {
  font-size: 14px;
}

a.editable-time,
a.editable-time:hover {
  color: #ff0000 !important;
  border-bottom: dashed 1px #ff0000 !important;
}

.table-row-crud .col-label {
  width: 60%;
}
.table-row-crud .col-qty {
  text-align: center;
  width: 10%;
}
.table-row-crud .col-price {
  text-align: center;
  width: 10%;
}
.table-row-crud .col-total {
  text-align: center;
  width: 10%;
}
.table-row-crud .col-actions {
  text-align: center;
  width: 10%;
}
.table-row-crud td.col-total {
  font-weight: bold;
}
.table-row-crud tfoot td {
  background-color: #ebeef0;
}
.table-row-crud td.col-footer-label {
  font-weight: bold;
  text-align: right;
}
.table-row-crud td.col-footer-value {
  font-weight: bold;
  text-align: center;
}

.table-row-crud-inputs .col-label {
  width: 60%;
}
.table-row-crud-inputs .col-qty {
  width: 15%;
}
.table-row-crud-inputs .col-price {
  width: 15%;
}
.table-row-crud-inputs .col-actions {
  text-align: center;
  width: 10%;
}

@media screen and (max-width: 992px) {
  .table-row-crud-inputs .col-label {
    width: 50%;
  }
  .table-row-crud-inputs .col-qty {
    width: 20%;
  }
  .table-row-crud-inputs .col-price {
    width: 20%;
  }
}
@media screen and (max-width: 576px) {
  .table-row-crud-inputs {
    display: block;
  }
  .table-row-crud-inputs tbody > tr {
    display: flex;
    flex-flow: row wrap;
  }
  .table-row-crud-inputs tbody > tr > td {
    border: none;
  }
  .table-row-crud-inputs .col-label {
    width: 100%;
  }
  .table-row-crud-inputs .col-qty {
    width: 40%;
  }
  .table-row-crud-inputs .col-price {
    width: 40%;
  }
  .table-row-crud-inputs .col-actions {
    width: 20%;
  }
}
.ui-feed__timeline {
  position: relative;
  padding-top: 15px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 3px;
  transition: background-color 200ms ease-in-out;
}

.ui-feed__item {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
  margin-left: 16px;
}

.ui-feed__item > * {
  flex: 1 1 auto;
}

.ui-feed__timeline .ui-feed__marker {
  z-index: 1;
  transition: border-color 200ms ease-in-out;
}

.ui-feed__marker {
  flex: none;
  width: 19px;
  height: 19px;
  margin-right: 13px;
  vertical-align: middle;
  border-radius: 50% !important;
  border: 3px solid #ebeef0;
  background-color: #c3cfd8;
}

.ui-feed__marker--user-action {
  background-color: #84b931;
}

.ui-feed__timeline .ui-feed__message {
  min-width: 0;
  max-width: 100%;
}

.timeline__message-container {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-right: 20px;
}

.timeline__inner-message {
  word-wrap: break-word;
  word-break: break-word;
  flex: 1 1 auto;
  padding-right: 20px;
  width: 0;
}

.comment-log .comment-log-timeline .column-left-history:before {
  content: " ";
  position: absolute;
  top: 15px;
  bottom: 0;
  left: 26.5px;
  width: 3px;
  background: #e3e6e9;
  z-index: 1;
}

.ui-feed__timeline > .ui-feed__item--message {
  margin-bottom: 20px;
}

.ui-feed__item--message, .ui-feed__item--date {
  margin-left: 19px;
}

.ui-feed__item--action {
  margin-left: 19px;
  margin-top: -10px;
}

.ui-feed__timeline > .ui-feed__item--action {
  margin-top: 0;
}

.ui-feed__spacer {
  flex: none;
  align-self: baseline;
  width: 19px;
  height: 13px;
  margin-right: 13px;
}

.timeline__action-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.timeline__action-button {
  margin-right: 10px;
  background-color: transparent;
  color: #84b931;
  cursor: pointer;
  border: 1px solid #d3dbe2;
}

.flatpickr-calendar .flatpickr-day.hidden {
  display: block !important;
  visibility: visible !important;
}
