body {
  color: #111;
}

a:hover {
  text-decoration: none;
}

.text-red {
  color: #f00;
}

.popover {
  border-color: #0068AD !important;
  max-width: 450px !important;
}
.popover .popover-body {
  color: #000 !important;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  border-right-color: #0068AD;
}

input.form-control, textarea.form-control, select.form-control {
  border-radius: 0;
  box-shadow: none !important;
  color: #000 !important;
}
input.form-control:focus, textarea.form-control:focus, select.form-control:focus {
  border-color: #0068AD;
}
input.form-control.read-only, textarea.form-control.read-only, select.form-control.read-only {
  background-color: #eee !important;
  border: none;
  padding: 0 10px;
  color: #000;
  font-weight: bold;
}
input.form-control.only-premium, textarea.form-control.only-premium, select.form-control.only-premium {
  background-color: #ffe7e7 !important;
}

.primary-color {
  color: #0068AD;
}

label {
  color: #000;
  margin-bottom: 0;
}
label sup {
  color: #f00;
}

.type-label {
  padding: 3px 6px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.type-label.free-type-label {
  background-color: #FB8634;
}
.type-label.premium-type-label {
  background-color: #117038;
}
.type-label.upgrade-type-label {
  background: #f00;
}
.type-label.upgrade-type-label:hover {
  color: #f00;
  background-color: #fff;
}

p {
  color: #000;
}

.badge-lg {
  font-size: 16px;
}

.btn {
  border-radius: 0;
  min-width: 150px;
}
.btn.btn-sm {
  min-width: auto;
}
.btn:focus {
  box-shadow: none;
}
.btn.btn-black {
  background-color: #1B1B1B;
  color: #fff;
}
.btn.btn-black:hover {
  background-color: #000;
}
.btn.btn-rounded {
  border-radius: 5px;
}

.table {
  color: #000;
}
.table.change-detail-table th {
  width: 300px;
}

.blue-note {
  color: #000;
  padding: 8px 10px;
  margin-bottom: 15px;
  border-radius: 4px;
  text-align: center;
  font-size: 28px;
}

form {
  position: relative;
}
form .fixed-btns {
  background: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  padding-right: 100px;
  box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.1);
}
form .form-top-buttons .fixed-btns {
  background: transparent;
  position: relative;
  padding-right: 0;
  box-shadow: none;
}
form .form-top-buttons.fix-it {
  background: #fff;
  position: fixed;
  top: 0;
  width: calc(100% - 15.2rem);
  left: 14.8rem;
  border-bottom: solid 2px #eee;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 1000;
}

.sidebar-toggled form .form-top-buttons.fix-it {
  width: calc(100% - 7.7rem);
  left: 7.3rem;
}

.sidebar {
  position: fixed;
}
.sidebar .sidebar-brand .sidebar-brand-text-toggled {
  display: none;
}
.sidebar.toggled .sidebar-brand .sidebar-brand-text-toggled {
  display: block;
}

#content-wrapper {
  padding-left: 14rem;
}

.sidebar-toggled #content-wrapper {
  padding-left: 6.5rem;
}

.navbar-nav {
  z-index: 1;
}
.navbar-nav.sidebar {
  background-color: #000000;
  background-image: linear-gradient(180deg, #000 10%, #222 100%);
}
.navbar-nav.sidebar .nav-item .nav-link {
  padding: 0.8rem 1rem;
}

.top-menu-name {
  color: #000;
}

body.login-page {
  background: url("../images/image-1.jpg") center no-repeat;
  background-size: cover;
}

.login-box {
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  max-width: 500px;
  border-radius: 15px;
}

.new-agent-box-list {
  display: flex;
  flex-wrap: wrap;
}
.new-agent-box-list > a {
  margin: 20px;
}
.new-agent-box-list > a > .card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
}
.new-agent-box-list > a:hover {
  text-decoration: none;
}

.custom-list-style-1 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-list-style-1 li {
  display: block;
  padding: 15px 100px 15px 15px;
  border-bottom: solid thin #f5f5f5;
  position: relative;
}
.custom-list-style-1 li:first-child {
  padding-top: 0;
}
.custom-list-style-1 li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.custom-list-style-1 li span {
  font-size: 14px;
  color: #aaa;
  display: block;
}

a.text-white:hover {
  color: #0068AD !important;
}

.accordion .card-header {
  padding: 10px;
}
.accordion .card-header button {
  width: 100%;
  text-align: left;
}
.accordion .card-header button:hover, .accordion .card-header button:focus {
  text-decoration: none;
  box-shadow: none;
}

.alert p {
  margin-bottom: 0 !important;
}

.info-icon {
  width: 16px;
  height: 16px;
  background-color: #444;
  color: #fff;
  font-size: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-top: -5px;
  transform: translateY(-5px);
}
.info-icon:hover {
  color: #fff;
  background-color: #0068AD;
}

.img-video-selection img {
  border: double 3px transparent;
  cursor: pointer;
}
.img-video-selection img:hover {
  border-color: #ccc;
}
.img-video-selection img.active {
  border-color: #0068AD;
}

.navbar-nav.sidebar {
  width: 100%;
}

.thumbs-list {
  display: flex;
  flex-wrap: wrap;
}
.thumbs-list > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 15px;
}
.thumbs-list .image-option {
  width: 110px;
  height: 110px;
  border-radius: 80px;
  border: solid thin #aaa;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.thumbs-list .image-option:hover {
  border-color: #0068AD;
}
.thumbs-list .image-option.selected {
  border-color: #0068AD;
  background: #0068AD;
}
.thumbs-list .image-option img {
  width: 100px;
  height: 100px;
  border-radius: 75px;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile-img-thumb {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #f9f9f9;
  border: solid thin #eee;
}

.img-thumb {
  max-width: 200px;
  max-height: 200px;
}

.change-status-text-1 {
  color: orange;
}

.change-status-text-2 {
  color: green;
}

ul.parsley-errors-list {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  margin-bottom: 0;
  text-align: center;
}
ul.parsley-errors-list li {
  color: #f00;
}

.sidebar .nav-item .nav-link .fas {
  color: #fff;
}
.sidebar .nav-item .nav-link.collapsed {
  display: none;
}
.sidebar .nav-item .nav-link.expanded {
  display: block;
}
.sidebar.toggled .nav-item .nav-link.collapsed {
  display: block;
}
.sidebar.toggled .nav-item .nav-link.expanded {
  display: none;
}

.sidebar.toggled .nav-item .nav-link span {
  display: none;
}

.sidebar.toggled .sidebar-heading {
  display: none;
}

img.sidebar-icon {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  padding-right: 5px;
}

#loader-overlay {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
  display: none;
}
#loader-overlay img {
  animation: rotation 2s infinite linear;
}
#loader-overlay.active {
  display: flex;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.sidebar .sidebar-heading {
  font-size: 14px;
  font-weight: normal;
}

.error-message {
  color: #f00;
}

#wrapper #content-wrapper {
  height: 100vh;
}

.dropdown-item {
  color: #000;
  font-size: 16px;
}

.indirect-change-create-btn {
  display: none;
}

.card-parent {
  border: solid thin #000;
}

.reply-meta .posted-by {
  color: #000;
  font-size: 14px;
}
.reply-meta .time {
  color: #999;
  font-size: 14px;
  text-align: right;
}

.ro-field-wrapper {
  position: relative;
}
.ro-field-wrapper > .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: 100;
}

.custom-btns-2 ul li {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}
.custom-btns-2 ul li a {
  color: #0068AD;
  text-decoration: underline;
}/*# sourceMappingURL=style.min.css.map */