/* General: */
html {
  position: relative;
}

button {
  outline: none !important;
}

p {
  margin-bottom: 0;
}

.border-right-1 {
  border-right: 1px solid #dee2e6;
}

.img {
  width: 100%;
}

.span-bb {
  border-bottom: 1px solid;
  padding-bottom: 3.25px;
}

.alert-danger pre {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #fff;
}

span.get-data-tool {
  cursor: pointer;
}

.tr-absolute {
  position: absolute;
  top: 0;
  right: 0;
}

.required {
  color: #ff1a1a;
}

.cursor-pointer {
  cursor: pointer;
}

.fs-sm {
  font-size: 13px;
}

.cpt-1 {
  padding-top: 32px;
}

.th-1 {
  width: 20px;
}

.th-2 {
  width: 50px;
}

/* @version 1.9 */
.badge {
  padding: .25em 1em;
  font-size: 82%;
}

.btn {
  padding-left: 1em;
  padding-right: 1em;
}


/* Animated Loading Icon: */
.ldio-icon-inner div {
  width: 30px;
  height: 30px;
  border-width: 7.5px;
  top: 25px;
  left: 25px;
}

.loadingio-spinner-rolling-icon {
  width: 15px;
  height: 15px;
  position: relative;
  top: 3px;
}


/* Custom: */
.dashboard .info-box .info-box-content {
  flex: none;
}

.tooltip-inner {
  max-width: 360px;
}

.remove-ul-m ul {
  margin: 0 !important;
}

.cookie-popup {
  width: 300px;
  margin-bottom: 0;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
}

.premium-badge {
  border: 1px solid #fff;
  width: 17px;
  left: -3.25px;
  top: -3.25px;
  border-radius: 50%;
}

@media only screen and (max-width: 768px) {
  .cookie-popup {
    width: 100%;
    bottom: 0;
    left: 0;
  }
}

.dropdown-announcements .dropdown-item {
  white-space: normal;
}

.badge-announcements {
  width: 5px;
  height: 5px;
  display: inline-block !important;
  border-radius: 50%;
  padding: 0;
  right: auto;
  top: auto;
}

.c-fields>.form-group:last-of-type {
  margin-bottom: 0;
}

.user-list-box {
  border: 1px solid #e5e5e5;
  padding: 7.5px;
}

.user-list-box:not(:last-of-type) {
  margin-bottom: 7.5px;
}

.settings-logo-view {
  max-width: 200px;
  max-height: 64px;
}

.brand-image {
  margin-left: .72rem !important;
}

.img-opacity {
  opacity: .8;
}

.modal-content {
  box-shadow: none !important;
}

.c-alert-spacing .alert {
  margin-bottom: 0;
  margin-top: 15px;
}

.z-bg-card {
  background-color: #f2f2f2;
  box-shadow: none;
  border: 1px dotted #343a40;
}

.note-modal .modal-title {
  font-size: 20px;
}

.note-editor {
  margin-bottom: 0;
}

.note-editor.note-frame {
  box-shadow: none;
}

.note-editor.note-frame,
.table-bordered td {
  border: 1px solid #ced4da;
}

.note-modal .btn {
  font-size: 14px;
}

.dropdown-menu-icon {
  margin-right: 6px;
  display: inline-block;
  width: 16px;
  text-align: center;
}

.g-recaptcha,
.cf-turnstile,
.h-captcha {
  display: inline-block;
}

.sp-card-input {
  border: 1px solid #ced4da;
  padding: 1rem .75rem;
  border-radius: .25rem;
}

.icheck label {
  font-weight: 400 !important;
}

.records-card-body {
  padding-left: 0;
  padding-right: 0;
}

.custom-table {
  margin-top: 0 !important;
}

.custom-table th {
  border-top: 0;
  padding-top: 16px;
}

.profile-pic-sm,
.favicon {
  width: 32px !important;
  height: 32px !important;
}

.favicon-lg {
  width: 64px;
}

.search-users-field {
  height: 35px;
}

.replier img {
  width: 48px;
  height: 48px;
}

.replier .name {
  position: relative;
  top: 2px;
  left: 6px;
}

.reply-message:not(:last-of-type) {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}

.connectivity-status {
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.smtp-field {
  display: none;
}

/* @version 1.8 */
#create-invoice-wrapper {
  display: none;
}


@media only screen and (max-width: 575px) {
  .nav-home-icon {
    margin-right: 0 !important;
  }

  .btn-user-search {
    width: 100%;
    display: block;
  }

  .db-reg-at {
    border-top: 1px solid #e5e5e5;
    float: none !important;
    display: block;
    padding-top: 7.5px;
    margin-top: 7.5px;
  }
}


/* @version 1.8 */
@media only screen and (max-width: 380px) {

  .login-card-body,
  .register-card-body {
    padding: 11px
  }
}


/* @version 1.9 */
.dropdown-item:active .text-muted,
.dropdown-item:active .text-primary {
  color: #fff !important;
}

.sidebar .nav-icon {
  position: relative;
  top: 2px;
}


/* @version 2.0 */
.small,
small {
  font-size: 85%;
}


/* @version 2.1 */
.page-link:focus {
  box-shadow: none;
}

@media screen and (min-width: 992px) {
  .pagination-sm .page-link {
    padding-left: 1em;
    padding-right: 1em;
  }
}