:root{
  --primary:#060606;
  --secondary:#f15838;
}
:root {
  /* --primary: color(primary);
  --secondary: color(fontdark); */
  --success: color(success);
  --info: color(info);
  --warning: color(warning);
  --danger: color(danger);
  --light: color(light);
  --dark: color(dark);
}

@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700&amp;display=swap");
.btn:focus,
.btn:active,
.btn:active:focus,
.custom-select:focus,
.form-control:focus {
  box-shadow: none !important;
  outline: none;
}
a {
  color: #007bff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
a:not(.btn-social-icon):not(.btn-social):not(.page-link) .ion,
a:not(.btn-social-icon):not(.btn-social):not(.page-link) .fas,
a:not(.btn-social-icon):not(.btn-social):not(.page-link) .far,
a:not(.btn-social-icon):not(.btn-social):not(.page-link) .fal,
a:not(.btn-social-icon):not(.btn-social):not(.page-link) .fab {
  margin-left: 4px;
}
.bg-primary {
  background-color: var(--primary) !important;
}
.bg-secondary {
  background-color: #ffa705 !important;
}
.bg-success {
  background-color: #5cb85c !important;
}
.bg-info {
  background-color: #007bff !important;
}
.bg-warning {
  background-color: #f0ad4e !important;
}
.bg-danger {
  background-color: #d9534f !important;
}
.bg-light {
  background-color: #dce1e5 !important;
}
.bg-dark {
  background-color: #3b3d55 !important;
}
.text-primary,
.text-primary-all *,
.text-primary-all *:before,
.text-primary-all *:after {
  color: var(--primary) !important;
}
.text-secondary,
.text-secondary-all *,
.text-secondary-all *:before,
.text-secondary-all *:after {
  color: #ffa705 !important;
}
.text-success,
.text-success-all *,
.text-success-all *:before,
.text-success-all *:after {
  color: #5cb85c !important;
}
.text-info,
.text-info-all *,
.text-info-all *:before,
.text-info-all *:after {
  color: #007bff !important;
}
.text-warning,
.text-warning-all *,
.text-warning-all *:before,
.text-warning-all *:after {
  color: #f0ad4e !important;
}
.text-danger,
.text-danger-all *,
.text-danger-all *:before,
.text-danger-all *:after {
  color: #d9534f !important;
}
.text-light,
.text-light-all *,
.text-light-all *:before,
.text-light-all *:after {
  color: #dce1e5 !important;
}
.text-white,
.text-white-all *,
.text-white-all *:before,
.text-white-all *:after {
  color: #fff !important;
}
.text-dark,
.text-dark-all *,
.text-dark-all *:before,
.text-dark-all *:after {
  color: #3b3d55 !important;
}
.font-weight-normal {
  font-weight: 500 !important;
}
.lead {
  line-height: 34px;
}
@media (max-width: 575.98px) {
  .lead {
    font-size: 17px;
    line-height: 30px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
p,
ul:not(.list-unstyled),
ol {
  line-height: 24px;
}
.shadow {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.text-muted {
  color: #98a6ad !important;
}
.form-control:focus,
.input-group-text:focus,
.custom-select:focus,
.custom-file-label:focus {
  /* background-color: #ab95cb; */
  border-color: #545454;
}
.input-group-text,
select.form-control:not([size]):not([multiple]),
.form-control:not(.form-control-sm):not(.form-control-lg) {
  font-size: 14px;
  padding: 10px 15px;
  height: 42px;
}
textarea.form-control {
  height: 64px !important;
}
.custom-control {
  line-height: 1.6rem;
}
.custom-file,
.custom-file-label,
.custom-select,
.custom-file-label:after,
.form-control[type="color"],
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 6px);
}
.form-control.creditcard {
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 40px;
  padding-right: 60px;
}
.form-control.creditcard.visa {
  background-image: url("../img/visa.png");
}
.form-control.creditcard.americanexpress {
  background-image: url("../img/americanexpress.png");
}
.form-control.creditcard.dinersclub {
  background-image: url("../img/dinersclub.png");
}
.form-control.creditcard.discover {
  background-image: url("../img/discover.png");
}
.form-control.creditcard.jcb {
  background-image: url("../img/jcb.png");
}
.form-control.creditcard.mastercard {
  background-image: url("../img/mastercard.png");
}
.form-control.creditcard.visa {
  background-image: url("../img/visa.png");
}
.form-group {
  margin-bottom: 25px;
}
.form-group .control-label,
.form-group > label {
  font-weight: 500;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.form-group.floating-addon {
  position: relative;
}
.form-group.floating-addon .input-group-prepend {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 5;
}
.form-group.floating-addon:not(.floating-addon-not-append) .input-group-append {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  left: initial;
  right: 0;
}
.form-group.floating-addon .input-group-prepend .input-group-text,
.form-group.floating-addon .input-group-append .input-group-text {
  border-color: transparent;
  background-color: transparent;
  font-size: 20px;
}
.form-group.floating-addon .form-control {
  border-radius: 3px;
  padding-left: 40px;
}
.form-group.floating-addon .form-control + .form-control {
  border-radius: 0 3px 3px 0;
  padding-left: 15px;
}
.input-group-append [class*="btn-outline-"] {
  background-color: #aa94ca;
}
.form-text {
  font-size: 12px;
  line-height: 22px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--primary) !important;
}
.custom-file-label {
  line-height: 2.2;
}
.custom-file-label:after {
  height: calc(2.25rem + 4px);
  line-height: 2.2;
  border-color: transparent;
}
.custom-file-label:focus,
.custom-file-label:active {
  box-shadow: none;
  outline: none;
}
.custom-file-input:focus + .custom-file-label {
  box-shadow: none;
  border-color: var(--primary);
}
.custom-file-input:focus + .custom-file-label:after {
  border-color: transparent;
}
.selectgroup {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.selectgroup-item {
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
.selectgroup-item + .selectgroup-item {
  margin-left: -1px;
}
.selectgroup-item:not(:first-child) .selectgroup-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.selectgroup-item:not(:last-child) .selectgroup-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.selectgroup-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.selectgroup-button {
  background-color: #aa94ca;
  border-color: #9b81c1;
  border-width: 1px;
  border-style: solid;
  display: block;
  text-align: center;
  padding: 0 1rem;
  height: 35px;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 13px;
  min-width: 2.375rem;
  line-height: 36px;
}
.selectgroup-button-icon {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.selectgroup-button-icon i {
  font-size: 14px;
}
/* .selectgroup-input:focus + .selectgroup-button, */
.selectgroup-input:checked + .selectgroup-button {
  background-color: var(--primary);
  color: #fff;
  z-index: 1;
}
.selectgroup-pills {
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
}
.selectgroup-pills .selectgroup-item {
  margin-right: 0.5rem;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.selectgroup-pills .selectgroup-button {
  border-radius: 50px !important;
}
.custom-switch {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.custom-switch-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-switches-stacked {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.custom-switches-stacked .custom-switch {
  margin-bottom: 0.5rem;
}
.custom-switch-indicator {
  display: inline-block;
  height: 1.25rem;
  width: 2.25rem;
  background: #e9ecef;
  border-radius: 50px;
  position: relative;
  vertical-align: bottom;
  border: 1px solid rgba(0, 40, 100, 0.12);
  transition: 0.3s border-color, 0.3s background-color;
}
.custom-switch-indicator:before {
  content: "";
  position: absolute;
  height: calc(1.25rem - 4px);
  width: calc(1.25rem - 4px);
  top: 1px;
  left: 1px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s left;
}
.custom-switch-input:checked ~ .custom-switch-indicator {
  background: var(--primary);
}
.custom-switch-input:checked ~ .custom-switch-indicator:before {
  left: calc(1rem + 1px);
}
.custom-switch-input:focus ~ .custom-switch-indicator {
  border-color: var(--primary);
}
.custom-switch-description {
  margin-left: 0.5rem;
  color: #6e7687;
  transition: 0.3s color;
}
.custom-switch-input:checked ~ .custom-switch-description {
  color: #3b3d55;
}
.imagecheck {
  margin: 0;
  position: relative;
  cursor: pointer;
}
.imagecheck-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.imagecheck-figure {
  background-color: #aa94ca;
  border-color: #9b81c1;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  margin: 0;
  position: relative;
}
.imagecheck-input:focus ~ .imagecheck-figure {
  border-color: var(--primary);
}
.imagecheck-input:checked ~ .imagecheck-figure {
  border-color: rgba(0, 40, 100, 0.24);
}
.imagecheck-figure:before {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: var(--primary)
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
    no-repeat center center/50% 50%;
  color: #fff;
  z-index: 1;
  border-radius: 3px;
  opacity: 0;
  transition: 0.3s opacity;
}
.imagecheck-input:checked ~ .imagecheck-figure:before {
  opacity: 1;
}
.imagecheck-image {
  max-width: 100%;
  opacity: 0.64;
  transition: 0.3s opacity;
}
.imagecheck-image:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.imagecheck-image:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.imagecheck:hover .imagecheck-image {
  opacity: 1;
}
.imagecheck:hover .imagecheck-caption {
  color: #3b3d55;
}
.imagecheck-input:focus ~ .imagecheck-figure .imagecheck-image,
.imagecheck-input:checked ~ .imagecheck-figure .imagecheck-image {
  opacity: 1;
}
.imagecheck-input:focus ~ .imagecheck-figure .imagecheck-caption,
.imagecheck-input:checked ~ .imagecheck-figure .imagecheck-caption {
  color: #3b3d55;
}
.imagecheck-caption {
  text-align: center;
  padding: 0.25rem 0.25rem;
  color: #9aa0ac;
  font-size: 0.875rem;
  transition: 0.3s color;
}
.colorinput {
  margin: 0;
  position: relative;
  cursor: pointer;
}
.colorinput-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.colorinput-input:checked ~ .colorinput-color:before {
  opacity: 1;
}
.colorinput-color {
  background-color: #aa94ca;
  border-color: #9b81c1;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 3px;
  color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.colorinput-color:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  height: 1.25rem;
  width: 1.25rem;
  transition: 0.3s opacity;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
    no-repeat center center/50% 50%;
}
.list-unstyled-border li {
  border-bottom: 1px solid #f9f9f9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.list-unstyled-border li .custom-checkbox {
  margin-right: 15px;
}
.list-unstyled-border li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.list-unstyled-noborder li:last-child {
  border-bottom: none;
}
.list-group-item.active {
  background-color: var(--primary);
}
.list-group-item.disabled {
  color: #c5cdd4;
}
.list-group-item-primary {
  background-color: var(--primary);
  color: #fff;
}
.list-group-item-secondary {
  background-color: #ffa705;
  color: #fff;
}
.list-group-item-success {
  background-color: #5cb85c;
  color: #fff;
}
.list-group-item-danger {
  background-color: #d9534f;
  color: #fff;
}
.list-group-item-warning {
  background-color: #f0ad4e;
  color: #fff;
}
.list-group-item-info {
  background-color: #007bff;
  color: #fff;
}
.list-group-item-light {
  background-color: #dce1e5;
  color: #3b3d55;
}
.list-group-item-dark {
  background-color: #3b3d55;
  color: #fff;
}
.alert {
  color: #fff;
  border: none;
  padding: 15px 20px;
}
.alert .alert-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.alert code {
  background-color: #fff;
  border-radius: 3px;
  padding: 1px 4px;
}
.alert p {
  margin-bottom: 0;
}
.alert.alert-has-icon {
  display: flex;
}
.alert.alert-has-icon .alert-icon {
  margin-top: 4px;
  width: 30px;
}
.alert.alert-has-icon .alert-icon .ion,
.alert.alert-has-icon .alert-icon .fas,
.alert.alert-has-icon .alert-icon .far,
.alert.alert-has-icon .alert-icon .fab,
.alert.alert-has-icon .alert-icon .fal {
  font-size: 20px;
}
.alert.alert-has-icon .alert-body {
  flex: 1;
}
.alert:not(.alert-light) a {
  color: #fff;
}
.alert.alert-primary {
  background-color: var(--primary);
}
.alert.alert-secondary {
  background-color: #ffa705;
}
.alert.alert-success {
  background-color: #5cb85c;
}
.alert.alert-info {
  background-color: #007bff;
}
.alert.alert-warning {
  background-color: #f0ad4e;
}
.alert.alert-danger {
  background-color: #d9534f;
}
.alert.alert-light {
  background-color: #dce1e5;
  color: #3b3d55;
}
.alert.alert-dark {
  background-color: #3b3d55;
}
.card {
  background-color: #fafbfe;
  border-radius: 3px;
  border: 1px solid #dae1f4;
  position: relative;
  margin-bottom: 30px;
}
.card .card-header,
.card .card-body,
.card .card-footer {
  background-color: transparent;
  padding: 20px 25px;
}
.card .navbar {
  position: static;
}
.card .card-body {
  padding-top: 20px;
  padding-bottom: 20px;
}
.card .card-body .section-title {
  margin: 30px 0 10px 0;
  font-size: 16px;
}
.card .card-body .section-title:before {
  margin-top: 8px;
}
.card .card-body .section-title + .section-lead {
  margin-top: -5px;
}
.card .card-body p {
  font-weight: 500;
}
.card .card-header {
  border-bottom-color: rgba(22, 33, 104, 0.1);
  /* line-height: 30px; */
  -ms-grid-row-align: center;
  align-self: center;
  width: 100%;
  /* min-height: 70px; */
  padding: 15px 25px;
  display: flex;
  align-items: center;
}
.card .card-header .btn {
  margin-top: 1px;
  padding: 2px 15px;
}
.card .card-header .btn:not(.note-btn) {
  border-radius: 30px;
}
.card .card-header .btn:hover {
  box-shadow: none;
}
.card .card-header .form-control {
  height: 31px;
  font-size: 13px;
  border-radius: 30px;
}
.card .card-header .form-control + .input-group-btn .btn {
  margin-top: -1px;
}
.card .card-header h4 {
  font-size: 16px;
  line-height: 28px;
  padding-right: 10px;
  margin-bottom: 0;
  font-weight: 600;
}
.card .card-header h4 + .card-header-action,
.card .card-header h4 + .card-header-form {
  margin-left: auto;
}
.card .card-header h4 + .card-header-action .btn,
.card .card-header h4 + .card-header-form .btn {
  font-size: 12px;
  border-radius: 30px !important;
  padding-left: 13px !important;
  padding-right: 13px !important;
}
.card .card-header h4 + .card-header-action .btn.active,
.card .card-header h4 + .card-header-form .btn.active {
  box-shadow: 0 2px 6px #7a58ad;
  background-color: var(--primary);
  color: #fff;
}
.card .card-header h4 + .card-header-action .dropdown,
.card .card-header h4 + .card-header-form .dropdown {
  display: inline;
}
.card .card-header h4 + .card-header-action .btn-group .btn,
.card .card-header h4 + .card-header-form .btn-group .btn {
  border-radius: 0 !important;
}
.card .card-header h4 + .card-header-action .btn-group .btn:first-child,
.card .card-header h4 + .card-header-form .btn-group .btn:first-child {
  border-radius: 30px 0 0 30px !important;
}
.card .card-header h4 + .card-header-action .btn-group .btn:last-child,
.card .card-header h4 + .card-header-form .btn-group .btn:last-child {
  border-radius: 0 30px 30px 0 !important;
}
.card .card-header h4 + .card-header-action .input-group .form-control,
.card .card-header h4 + .card-header-form .input-group .form-control {
  border-radius: 30px 0 0 30px !important;
}
.card
  .card-header
  h4
  + .card-header-action
  .input-group
  .form-control
  + .input-group-btn
  .btn,
.card
  .card-header
  h4
  + .card-header-form
  .input-group
  .form-control
  + .input-group-btn
  .btn {
  border-radius: 0 30px 30px 0 !important;
}
.card
  .card-header
  h4
  + .card-header-action
  .input-group
  .input-group-btn
  + .form-control,
.card
  .card-header
  h4
  + .card-header-form
  .input-group
  .input-group-btn
  + .form-control {
  border-radius: 0 30px 30px 0 !important;
}
.card .card-header h4 + .card-header-action .input-group .input-group-btn .btn,
.card .card-header h4 + .card-header-form .input-group .input-group-btn .btn {
  margin-top: -1px;
  border-radius: 30px 0 0 30px !important;
}
.card .card-footer {
  background-color: transparent;
  border: none;
}
.card.card-mt {
  margin-top: 30px;
}
.card.card-progress:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 99;
  z-index: 99;
}
.card.card-progress .card-progress-dismiss {
  position: absolute;
  top: 66%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  color: #fff !important;
  padding: 5px 13px;
}
.card.card-progress.remove-spinner .card-progress-dismiss {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.card.card-progress:not(.remove-spinner):after {
  background-image: url("http://puffintheme.com/craft/codiepie/dist/assets/img/spinner.svg");
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: center;
}
.card.card-primary {
  border-top: 2px solid var(--primary);
}
.card.card-secondary {
  border-top: 2px solid #34395e;
}
.card.card-success {
  border-top: 2px solid #5cb85c;
}
.card.card-danger {
  border-top: 2px solid #d9534f;
}
.card.card-warning {
  border-top: 2px solid #f0ad4e;
}
.card.card-info {
  border-top: 2px solid #007bff;
}
.card.card-dark {
  border-top: 2px solid #3b3d55;
}
.card.card-hero .card-header {
  padding: 40px;
  background-image: linear-gradient(to bottom, var(--primary), #545454);
  color: #fff;
  overflow: hidden;
  height: auto;
  min-height: auto;
  display: block;
}
.card.card-hero .card-header h4 {
  font-size: 40px;
  line-height: 1;
}
.card.card-hero .card-header .card-description {
  margin-top: 5px;
  font-size: 16px;
}
.card.card-hero .card-header .card-icon {
  float: right;
  color: #694a97;
  margin: -60px;
}
.card.card-hero .card-header .card-icon .ion,
.card.card-hero .card-header .card-icon .fas,
.card.card-hero .card-header .card-icon .far,
.card.card-hero .card-header .card-icon .fab,
.card.card-hero .card-header .card-icon .fal {
  font-size: 140px;
}
.card.card-statistic-1 .card-header,
.card.card-statistic-2 .card-header {
  border-color: transparent;
  padding-bottom: 0;
  height: auto;
  min-height: auto;
  display: block;
}
.card.card-statistic-1 .card-header h4,
.card.card-statistic-2 .card-header h4 {
  line-height: 1.2;
  color: #98a6ad;
}
.card.card-statistic-1 .card-body,
.card.card-statistic-2 .card-body {
  padding-top: 0;
}
.card.card-statistic-1 .card-body,
.card.card-statistic-2 .card-body {
  font-size: 26px;
  font-weight: 700;
  color: #34395e;
  padding-bottom: 0;
}
.card.card-statistic-1,
.card.card-statistic-2 {
  display: inline-block;
  width: 100%;
}
.card.card-statistic-1 .card-icon,
.card.card-statistic-2 .card-icon {
  width: 80px;
  height: 80px;
  margin: 10px;
  border-radius: 3px;
  line-height: 94px;
  text-align: center;
  float: left;
  margin-right: 15px;
}
.card.card-statistic-1 .card-icon .ion,
.card.card-statistic-1 .card-icon .fas,
.card.card-statistic-1 .card-icon .far,
.card.card-statistic-1 .card-icon .fab,
.card.card-statistic-1 .card-icon .fal,
.card.card-statistic-2 .card-icon .ion,
.card.card-statistic-2 .card-icon .fas,
.card.card-statistic-2 .card-icon .far,
.card.card-statistic-2 .card-icon .fab,
.card.card-statistic-2 .card-icon .fal {
  font-size: 22px;
  color: #fff;
}
.card.card-statistic-1 .card-icon {
  line-height: 90px;
}
.card.card-statistic-2 .card-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  margin: 25px;
}
.card.card-statistic-1 .card-header,
.card.card-statistic-2 .card-header {
  padding-bottom: 0;
  padding-top: 25px;
}
.card.card-statistic-2 .card-body {
  padding-top: 20px;
}
.card.card-statistic-2 .card-header + .card-body,
.card.card-statistic-2 .card-body + .card-header {
  padding-top: 0;
}
.card.card-statistic-1 .card-header h4,
.card.card-statistic-2 .card-header h4 {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.card.card-statistic-1 .card-header h4 {
  margin-bottom: 0;
}
.card.card-statistic-2 .card-header h4 {
  text-transform: none;
  margin-bottom: 0;
}
.card.card-statistic-1 .card-body {
  font-size: 20px;
}
.card.card-statistic-2 .card-chart {
  padding-top: 20px;
  margin-left: -9px;
  margin-right: -1px;
  margin-bottom: -15px;
}
.card.card-statistic-2 .card-chart canvas {
  height: 90px !important;
}
.card .card-stats {
  width: 100%;
  display: inline-block;
  margin-top: 2px;
  margin-bottom: -6px;
}
.card .card-stats .card-stats-title {
  padding: 15px 25px;
  background-color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.card .card-stats .card-stats-items {
  display: flex;
  height: 50px;
  align-items: center;
}
.card .card-stats .card-stats-item {
  width: calc(100% / 3);
  text-align: center;
  padding: 5px 20px;
}
.card .card-stats .card-stats-item .card-stats-item-label {
  font-size: 12px;
  letter-spacing: 0.5px;
  margin-top: 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.card .card-stats .card-stats-item .card-stats-item-count {
  line-height: 1;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
}
.card.card-large-icons {
  display: flex;
  flex-direction: row;
}
.card.card-large-icons .card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 150px;
  border-radius: 3px 0 0 3px;
}
.card.card-large-icons .card-icon .ion,
.card.card-large-icons .card-icon .fas,
.card.card-large-icons .card-icon .far,
.card.card-large-icons .card-icon .fab,
.card.card-large-icons .card-icon .fal {
  font-size: 60px;
}
.card.card-large-icons .card-body {
  padding: 25px 30px;
}
.card.card-large-icons .card-body h4 {
  font-size: 18px;
}
.card.card-large-icons .card-body p {
  opacity: 0.6;
  font-weight: 500;
}
.card.card-large-icons .card-body a.card-cta {
  text-decoration: none;
}
.card.card-large-icons .card-body a.card-cta i {
  margin-left: 7px;
}
.card.bg-primary,
.card.bg-danger,
.card.bg-success,
.card.bg-info,
.card.bg-dark,
.card.bg-warning {
  color: #fff;
}
.card.bg-primary .card-header,
.card.bg-danger .card-header,
.card.bg-success .card-header,
.card.bg-info .card-header,
.card.bg-dark .card-header,
.card.bg-warning .card-header {
  color: #fff;
  opacity: 0.9;
}
@media (max-width: 575.98px) {
  .card.card-large-icons {
    display: inline-block;
  }
  .card.card-large-icons .card-icon {
    width: 100%;
    height: 200px;
  }
}
@media (max-width: 767.98px) {
  .card .card-header {
    height: auto;
    flex-wrap: wrap;
  }
  .card .card-header h4 + .card-header-action,
  .card .card-header h4 + .card-header-form {
    flex-grow: 0;
    width: 100%;
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .card .card-stats .card-stats-items {
    height: 49px;
  }
  .card .card-stats .card-stats-items .card-stats-item {
    padding: 5px 7px;
  }
  .card .card-stats .card-stats-items .card-stats-item .card-stats-item-count {
    font-size: 16px;
  }
  .card.card-sm-6 .card-chart canvas {
    height: 85px !important;
  }
  .card.card-hero .card-header {
    padding: 25px;
  }
}
.row-deck > .col .card,
.row-deck > [class*="col-"] .card {
  flex: 1 1 auto;
}
.row-deck > .col,
.row-deck > [class*="col-"] {
  display: flex;
  align-items: stretch;
}
.table td,
.table:not(.table-bordered) th {
  border-top: none;
}
.table:not(.table-sm):not(.table-md):not(.dataTable) td,
.table:not(.table-sm):not(.table-md):not(.dataTable) th {
  padding: 0 10px;
  height: 60px;
  vertical-align: middle;
}
.table:not(.table-sm) thead th {
  border-bottom: none;
  background-color: rgba(0, 0, 0, 0.04);
  color: #666;
  padding-top: 15px;
  padding-bottom: 15px;
}
.table.table-md th,
.table.table-md td {
  padding: 10px 15px;
}
.table.table-bordered td,
.table.table-bordered th {
  border-color: #f6f6f6;
}
.table.v_center td {
  vertical-align: middle;
}
.table-links {
  color: #34395e;
  font-size: 12px;
  margin-top: 5px;
  opacity: 0;
  transition: all 0.3s;
}
.table-links a {
  color: #666;
}
table tr:hover .table-links {
  opacity: 1;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}
@media (max-width: 575.98px) {
  .table-responsive table {
    min-width: 800px;
  }
}
.tooltip {
  font-size: 12px;
}
.tooltip-inner {
  padding: 7px 13px;
}
.modal-header,
.modal-body,
.modal-footer {
  padding: 25px;
}
.modal-body {
  padding-top: 15px;
}
.modal-footer {
  padding-top: 15px;
  padding-bottom: 15px;
}
.modal-header {
  border-bottom: none;
  padding-bottom: 5px;
}
.modal-header h5 {
  font-size: 18px;
}
.modal-footer {
  border-top: none;
  border-radius: 0 0 3px 3px;
}
.modal-content {
  max-width: 100%;
  border: none;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}
.modal.show .modal-content {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.modal-progress .modal-content {
  position: relative;
}
.modal-progress .modal-content:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 999;
  background-image: url("http://puffintheme.com/craft/codiepie/dist/assets/img/spinner.svg");
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3px;
}
.modal-part {
  display: none;
}
.nav-tabs .nav-item .nav-link {
  color: var(--primary);
}
.nav-tabs .nav-item .nav-link.active {
  color: #000;
}
.tab-content > .tab-pane {
  padding: 10px 0;
  line-height: 24px;
}
.tab-bordered .tab-pane {
  padding: 15px;
  border: 1px solid #ededed;
  margin-top: -1px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--primary);
}
.nav-pills .nav-item .nav-link {
  color: var(--primary);
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.nav-pills .nav-item .nav-link:hover {
  background-color: #a68fc8;
}
.nav-pills .nav-item .nav-link.active {
  box-shadow: 0 2px 6px #7a58ad;
  color: #fff;
  background-color: var(--primary);
}
.nav-pills .nav-item .nav-link .badge {
  padding: 5px 8px;
  margin-left: 5px;
}
.nav .nav-item .nav-link .ion,
.nav .nav-item .nav-link .fas,
.nav .nav-item .nav-link .far,
.nav .nav-item .nav-link .fab,
.nav .nav-item .nav-link .fal {
  margin-right: 3px;
  font-size: 12px;
}
.page-item .page-link {
  color: var(--primary);
  border-radius: 3px;
  margin: 0 3px;
}
.page-item.active .page-link {
  background-color: var(--primary);
  border-color: var(--primary);
}
.page-item.disabled .page-link {
  border-color: transparent;
  background-color: #adadad;
  color: var(--primary);
  opacity: 0.6;
}
.page-link {
  border-color: transparent;
  background-color: #979797;
  font-weight: 600;
}
.page-link:hover {
  background-color: var(--primary);
  color: #fff;
  border-color: transparent;
}
.page-link:focus {
  box-shadow: none;
}
.badges .badge {
  margin: 0 8px 10px 0;
}
.badge {
  vertical-align: middle;
  padding: 5px 12px;
  font-weight: 400;
  letter-spacing: 0.3px;
  border-radius: 30px;
  font-size: 12px;
}
.badge.badge-warning {
  color: #fff;
}
.badge.badge-primary {
  background-color: var(--primary);
}
.badge.badge-secondary {
  background-color: #34395e;
}
.badge.badge-success {
  background-color: #5cb85c;
}
.badge.badge-info {
  background-color: #007bff;
}
.badge.badge-danger {
  background-color: #d9534f;
}
.badge.badge-light {
  background-color: #dce1e5;
  color: #3b3d55;
}
.badge.badge-white {
  background-color: #fff;
  color: #3b3d55;
}
.badge.badge-dark {
  background-color: #3b3d55;
}
h1 .badge {
  font-size: 24px;
  padding: 16px 21px;
}
h2 .badge {
  font-size: 22px;
  padding: 14px 19px;
}
h3 .badge {
  font-size: 18px;
  padding: 11px 16px;
}
h4 .badge {
  font-size: 16px;
  padding: 8px 13px;
}
h5 .badge {
  font-size: 14px;
  padding: 5px 10px;
}
h6 .badge {
  font-size: 11px;
  padding: 3px 8px;
}
.btn .badge {
  margin-left: 5px;
  padding: 4px 7px;
}
.btn .badge.badge-transparent {
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}
.buttons .btn {
  margin: 0 8px 10px 0;
}
.btn:focus {
  box-shadow: none !important;
  outline: none;
}
.btn:active {
  box-shadow: none !important;
  outline: none;
}
.btn:active:focus {
  box-shadow: none !important;
  outline: none;
}
.btn.btn-icon-split i,
.dropdown-item.has-icon i {
  text-align: center;
  width: 15px;
  font-size: 15px;
  float: left;
  margin-right: 10px;
}
.btn {
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  padding: 0.3rem 0.8rem;
  letter-spacing: 0.5px;
}
.btn.btn-icon-split {
  position: relative;
}
.btn.btn-icon-split i {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 45px;
  border-radius: 3px 0 0 3px;
  line-height: 32px;
}
.btn.btn-icon-split div {
  margin-left: 40px;
}
.btn.btn-icon-noflo-splitat {
  display: table;
  text-align: right;
}
.btn.btn-icon-noflo-splitat i {
  float: none;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  width: 30%;
}
.btn.btn-icon-noflo-splitat div {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
  text-align: left;
  padding-left: 10px;
}
.btn:not(.btn-social):not(.btn-social-icon):active,
.btn:not(.btn-social):not(.btn-social-icon):focus,
.btn:not(.btn-social):not(.btn-social-icon):hover {
  border-color: transparent !important;
  background-color: #f9fafb;
}
.btn > i {
  margin-left: 0 !important;
}
.btn.btn-lg {
  padding: 0.55rem 1.5rem;
  font-size: 12px;
}
.btn.btn-lg.btn-icon-split i {
  line-height: 42px;
}
.btn.btn-lg.btn-icon-split div {
  margin-left: 25px;
}
.btn.btn-sm {
  padding: 0.1rem 0.4rem;
  font-size: 12px;
}
.btn.btn-icon .ion,
.btn.btn-icon .fas,
.btn.btn-icon .far,
.btn.btn-icon .fab,
.btn.btn-icon .fal {
  margin-left: 0 !important;
  font-size: 12px;
}
.btn.btn-icon.icon-left .ion,
.btn.btn-icon.icon-left .fas,
.btn.btn-icon.icon-left .far,
.btn.btn-icon.icon-left .fab,
.btn.btn-icon.icon-left .fal {
  margin-right: 3px;
}
.btn.btn-icon.icon-right .ion,
.btn.btn-icon.icon-right .fas,
.btn.btn-icon.icon-right .far,
.btn.btn-icon.icon-right .fab,
.btn.btn-icon.icon-right .fal {
  margin-left: 3px !important;
}
.btn-action {
  color: #fff !important;
  line-height: 25px;
  font-size: 12px;
  min-width: 35px;
  min-height: 35px;
}
.btn-secondary,
.btn-secondary.disabled {
  box-shadow: 0 2px 6px #ffb429;
  background-color: #ffa705;
  border-color: #ffa705;
  color: #fff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.disabled:hover,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:active {
  background-color: #eb9800 !important;
  color: #fff !important;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.disabled:hover,
.btn-outline-secondary.disabled:focus,
.btn-outline-secondary.disabled:active {
  background-color: #ffa705 !important;
  color: #fff !important;
}
.btn-success,
.btn-success.disabled {
  box-shadow: 0 2px 6px #91cf91;
  background-color: #5cb85c;
  border-color: #5cb85c;
  color: #fff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active {
  background-color: #4cae4c !important;
  color: #fff !important;
}
.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.disabled:hover,
.btn-outline-success.disabled:focus,
.btn-outline-success.disabled:active {
  background-color: #5cb85c !important;
  color: #fff !important;
}
.btn-danger,
.btn-danger.disabled {
  box-shadow: 0 2px 6px #e7908e;
  background-color: #d9534f;
  border-color: #d9534f;
  color: #fff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active {
  background-color: #bd2d29 !important;
}
.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.disabled:hover,
.btn-outline-danger.disabled:focus,
.btn-outline-danger.disabled:active {
  background-color: #bd2d29 !important;
  color: #fff !important;
}
.btn-dark,
.btn-dark.disabled {
  box-shadow: 0 2px 6px #9fa2bd;
  background-color: #3b3d55;
  border-color: #3b3d55;
  color: #fff;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.disabled:hover,
.btn-dark.disabled:focus,
.btn-dark.disabled:active {
  background-color: #111219 !important;
}
.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.disabled:hover,
.btn-outline-dark.disabled:focus,
.btn-outline-dark.disabled:active {
  background-color: #111219 !important;
  color: #fff !important;
}
.btn-light,
.btn-light.disabled {
  box-shadow: 0 2px 6px #dfe4e7;
  background-color: #dce1e5;
  border-color: #dce1e5;
  color: #3b3d55;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.disabled:hover,
.btn-light.disabled:focus,
.btn-light.disabled:active {
  background-color: #bfc8cf !important;
}
.btn-outline-light,
.btn-outline-light.disabled {
  border-color: #dce1e5;
  color: #dce1e5;
}
.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.disabled:hover,
.btn-outline-light.disabled:focus,
.btn-outline-light.disabled:active {
  background-color: #dce1e5 !important;
  color: #fff !important;
}
.btn-warning,
.btn-warning.disabled {
  box-shadow: 0 2px 6px #f6ce95;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  color: #fff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active {
  background-color: #eea236 !important;
  color: #fff !important;
}
.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.disabled:hover,
.btn-outline-warning.disabled:focus,
.btn-outline-warning.disabled:active {
  background-color: #f0ad4e !important;
  color: #fff !important;
}
.btn-info,
.btn-info.disabled {
  box-shadow: 0 2px 6px #4da3ff;
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active {
  background-color: #0062cc !important;
}
.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.disabled:hover,
.btn-outline-info.disabled:focus,
.btn-outline-info.disabled:active {
  background-color: #0062cc !important;
  color: #fff !important;
}
.btn-primary,
.btn-primary.disabled {
  box-shadow: 0 2px 6px #7a58ad;
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn-primary:focus,
.btn-primary.disabled:focus {
  background-color: #3e2c5a !important;
}
.btn-primary:focus:active,
.btn-primary.disabled:focus:active {
  background-color: #3e2c5a !important;
}
.btn-primary:active,
.btn-primary:hover,
.btn-primary.disabled:active,
.btn-primary.disabled:hover {
  background-color: #484848 !important;
}
.btn-outline-primary,
.btn-outline-primary.disabled {
  border-color: var(--primary);
  color: var(--primary);
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.disabled:hover,
.btn-outline-primary.disabled:focus,
.btn-outline-primary.disabled:active {
  background-color: var(--primary) !important;
  color: #fff;
}
.btn-outline-white,
.btn-outline-white.disabled {
  border-color: #fff;
  color: #fff;
}
.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white.disabled:hover,
.btn-outline-white.disabled:focus,
.btn-outline-white.disabled:active {
  background-color: #fff;
  color: var(--primary);
}
.btn-round {
  border-radius: 30px;
  padding-left: 34px;
  padding-right: 34px;
}
.btn-social-icon,
.btn-social {
  border: none;
  border-radius: 3px;
}
.btn-social-icon {
  color: #fff !important;
  padding-left: 18px;
  padding-right: 18px;
}
.btn-social-icon > :first-child {
  font-size: 16px;
}
.btn-social {
  padding: 12px 12px 12px 50px;
  color: #fff !important;
  font-weight: 500;
}
.btn-social > :first-child {
  width: 55px;
  line-height: 50px;
  border-right: none;
}
.btn-reddit {
  color: #000 !important;
}
.btn-group .btn.active {
  background-color: var(--primary);
  color: #fff;
}
.btn-progress {
  position: relative;
  background-image: url("http://puffintheme.com/craft/codiepie/dist/assets/img/spinner-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  color: transparent !important;
  pointer-events: none;
}
.media .media-right {
  float: right;
  color: var(--primary);
  font-weight: 600;
  font-size: 16px;
}
.media .media-icon {
  font-size: 20px;
  margin-right: 15px;
  line-height: 1;
}
.media .media-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 15px;
  color: #34395e;
}
.media .media-title a {
  font-weight: inherit;
  color: #000;
}
.media .media-description {
  line-height: 24px;
  color: #34395e;
}
.media .media-links {
  margin-top: 10px;
}
.media .media-links a {
  font-size: 12px;
  color: #999;
}
.media .media-progressbar {
  flex: 1;
}
.media .media-progressbar .progress-text {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #34395e;
}
.media .media-cta {
  margin-left: 40px;
}
.media .media-cta .btn {
  padding: 5px 15px;
  border-radius: 30px;
  font-size: 12px;
}
.media .media-items {
  display: flex;
}
.media .media-items .media-item {
  flex: 1;
  text-align: center;
  padding: 0 15px;
}
.media .media-items .media-item .media-label {
  font-weight: 600;
  font-size: 12px;
  color: #34395e;
  letter-spacing: 0.5px;
}
.media .media-items .media-item .media-value {
  font-weight: 700;
  font-size: 18px;
}
.breadcrumb {
  background-color: #f9f9f9;
}
.breadcrumb .breadcrumb-item {
  line-height: 1;
}
.breadcrumb .breadcrumb-item i {
  margin-right: 5px;
}
.accordion {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.accordion .accordion-header,
.accordion .accordion-body {
  padding: 10px 15px;
}
.accordion .accordion-header {
  background-color: #f9f9f9;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.5s;
}
.accordion .accordion-header h4 {
  line-height: 1;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}
.accordion .accordion-header:hover {
  background-color: #f2f2f2;
}
.accordion .accordion-header[aria-expanded="true"] {
  box-shadow: 0 2px 6px #7a58ad;
  background-color: var(--primary);
  color: #fff;
}
.accordion .accordion-body {
  line-height: 24px;
}
.popover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
.popover .manual-arrow {
  position: absolute;
  bottom: -15px;
  font-size: 26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::before {
  border-left-color: #f2f2f2;
}
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::before {
  border-bottom-color: #f2f2f2;
}
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::before {
  border-top-color: #f2f2f2;
}
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::before {
  border-right-color: #f2f2f2;
}
.popover .popover-header {
  background-color: transparent;
  border: none;
  padding-bottom: 0;
  padding-top: 10px;
}
.popover .popover-body {
  padding: 15px;
  line-height: 24px;
}
.sm-gutters {
  margin-left: -5px;
  margin-right: -5px;
}
.sm-gutters > .col,
.sm-gutters > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.navbar {
  height: 70px;
  left: 250px;
  right: 5px;
  position: absolute;
  z-index: 890;
  background-color: transparent;
  align-items: center;
}
.navbar.active {
  background-color: var(--primary);
  box-shadow: rgba(86, 61, 124, 0.2) rgba(0, 0, 0, 0.2);
}
.navbar .navbar-brand {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
}
.navbar .form-inline .form-control {
  background-color: #fff;
  border-color: transparent;
  padding-left: 20px;
  padding-right: 0;
  margin-right: -6px;
  min-height: 46px;
  font-weight: 500;
  border-radius: 3px 0 0 3px;
  transition: all 1s;
}
.navbar .form-inline .form-control:focus,
.navbar .form-inline .form-control:focus + .btn {
  position: relative;
  z-index: 9001;
}
.navbar .form-inline .form-control:focus + .btn + .search-backdrop {
  opacity: 0.6;
  visibility: visible;
}
.navbar
  .form-inline
  .form-control:focus
  + .btn
  + .search-backdrop
  + .search-result {
  opacity: 1;
  visibility: visible;
  top: 80px;
}
.navbar .form-inline .btn {
  border-radius: 0 3px 3px 0;
  background-color: #fff;
  padding: 9px 15px 9px 15px;
  border-color: transparent;
}
.navbar .form-inline .search-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
  background-color: #3b3d55;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.navbar .form-inline .search-result {
  position: absolute;
  z-index: 9002;
  top: 100px;
  background-color: #fff;
  border-radius: 3px;
  width: 450px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.navbar .form-inline .search-result:before {
  position: absolute;
  top: -26px;
  left: 34px;
  content: "\f0d8";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 30px;
}
.navbar .form-inline .search-result .search-header {
  padding: 13px 18px 2px 18px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 600;
  font-size: 10px;
  color: #4055d7;
}
.navbar .form-inline .search-result .search-item {
  display: flex;
}
.navbar .form-inline .search-result .search-item a {
  display: block;
  padding: 13px 18px;
  text-decoration: none;
  color: #34395e;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.navbar .form-inline .search-result .search-item a:hover {
  background-color: #a893ca;
}
.navbar .form-inline .search-result .search-item a:not(.search-close) {
  width: 100%;
}
.navbar .form-inline .search-result .search-item a i {
  margin-left: 0 !important;
}
.navbar .form-inline .search-result .search-item .search-icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
}
.navbar .active .nav-link {
  color: #fff;
  font-weight: 700;
}
.navbar .navbar-text {
  color: #fff;
}
.navbar .nav-link {
  color: #f2f2f2;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 100%;
}
.navbar .nav-link:hover {
  color: #fff;
}
.navbar .nav-link.disabled {
  color: #fff;
  opacity: 0.6;
}
.navbar .nav-link.nav-link-lg div {
  margin-top: 3px;
}
.navbar .nav-link.nav-link-lg i {
  margin-left: 0 !important;
  font-size: 18px;
  line-height: 32px;
}
.navbar .nav-link.nav-link-user {
  color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 600;
}
.navbar .nav-link.nav-link-user img {
  width: 30px;
}
.navbar .nav-link.nav-link-img {
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 50%;
  overflow: hidden;
}
.navbar .nav-link.nav-link-img .flag-icon {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  line-height: 18px;
  height: 22px;
  width: 22px;
  background-size: cover;
}
.navbar-bg {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 115px;
  background-color: var(--primary);
  z-index: -1;
}
.remove-caret:after {
  display: none;
}
.nav-collapse {
  display: flex;
}
@media (max-width: 575.98px) {
  body.search-show .navbar .form-inline .search-element {
    display: block;
  }
  .navbar .form-inline .search-element {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    z-index: 892;
    display: none;
  }
  .navbar .form-inline .search-element .form-control {
    float: left;
    border-radius: 3px 0 0 3px;
    width: calc(100% - 43px) !important;
  }
  .navbar .form-inline .search-element .btn {
    margin-top: 1px;
    border-radius: 0 3px 3px 0;
  }
  .navbar .form-inline .search-result {
    width: 100%;
  }
  .navbar .form-inline .search-backdrop {
    display: none;
  }
  .navbar .nav-link.nav-link-lg div {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar .form-inline .search-element {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .collapse {
    position: relative;
  }
  .collapse .navbar-nav {
    position: absolute;
  }
}
@media (max-width: 1200px) {
  .nav-collapse {
    position: relative;
  }
  .nav-collapse .navbar-nav {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 40px;
    left: 0;
    width: 200px;
    display: none;
  }
  .nav-collapse .navbar-nav.show {
    display: block;
  }
  .nav-collapse .navbar-nav .nav-item:first-child {
    border-radius: 3px 3px 0 0;
  }
  .nav-collapse .navbar-nav .nav-item:last-child {
    border-radius: 0 0 3px 3px;
  }
  .nav-collapse .navbar-nav .nav-item .nav-link {
    background-color: #fff;
    color: #162168;
    padding: 10px 20px !important;
  }
  .nav-collapse .navbar-nav .nav-item .nav-link:hover {
    background-color: #f2f4f6;
    color: var(--primary);
  }
  .nav-collapse .navbar-nav .nav-item:focus > a,
  .nav-collapse .navbar-nav .nav-item.active > a {
    background-color: var(--primary);
    color: #fff;
  }
  .navbar {
    left: 5px;
    right: 0;
  }
  .navbar .dropdown-menu {
    position: absolute;
  }
  .navbar .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
}
.dropdown-item.has-icon i {
  margin-top: -1px;
  font-size: 13px;
}
.dropdown-menu {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  border: none;
  width: 200px;
}
.dropdown-menu.show {
  display: block !important;
}
.dropdown-menu a {
  font-size: 13px;
}
.dropdown-menu .dropdown-title {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1.5px;
  font-weight: 700;
  color: #3b3d55 !important;
  padding: 10px 20px;
  line-height: 20px;
  color: #98a6ad;
}
.dropdown-menu.dropdown-menu-sm a {
  font-size: 14px;
  letter-spacing: normal;
  padding: 10px 20px;
  color: #162168;
}
a.dropdown-item {
  padding: 10px 20px;
  font-weight: 500;
  line-height: 1.2;
}
a.dropdown-item:focus,
a.dropdown-item:active,
a.dropdown-item.active {
  background-color: var(--primary);
  color: #fff !important;
}
.dropdown-divider {
  border-top-color: #f9f9f9;
}
.dropdown-list {
  width: 350px;
  padding: 0;
}
.dropdown-list .dropdown-item {
  display: inline-block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 13px;
  border-bottom: 1px solid #f9f9f9;
}
.dropdown-list .dropdown-item.dropdown-item-header:hover {
  background-color: transparent;
}
.dropdown-list .dropdown-item .time {
  margin-top: 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.5px;
}
.dropdown-list .dropdown-item .dropdown-item-avatar {
  float: left;
  width: 40px;
  text-align: right;
  position: relative;
}
.dropdown-list .dropdown-item .dropdown-item-avatar img {
  width: 100%;
}
.dropdown-list .dropdown-item .dropdown-item-avatar .is-online {
  position: absolute;
  bottom: 0;
  right: 0;
}
.dropdown-list .dropdown-item .dropdown-item-desc {
  line-height: 24px;
  white-space: normal;
  color: #34395e;
  margin-left: 60px;
}
.dropdown-list .dropdown-item .dropdown-item-desc b {
  font-weight: 600;
  color: #666;
}
.dropdown-list .dropdown-item .dropdown-item-desc p {
  margin-bottom: 0;
}
.dropdown-list .dropdown-item:focus {
  background-color: var(--primary);
}
.dropdown-list .dropdown-item:focus .dropdown-item-desc {
  color: #fff !important;
}
.dropdown-list .dropdown-item:focus .dropdown-item-desc b {
  color: #fff !important;
}
.dropdown-list .dropdown-item.dropdown-item-unread:active .dropdown-item-desc {
  color: #162168;
}
.dropdown-list
  .dropdown-item.dropdown-item-unread:active
  .dropdown-item-desc
  b {
  color: #162168;
}
.dropdown-list .dropdown-item:active .dropdown-item-desc {
  color: #fff;
}
.dropdown-list .dropdown-item:active .dropdown-item-desc b {
  color: #fff;
}
.dropdown-list .dropdown-item.dropdown-item-unread {
  background-color: #fbfbfb;
  border-bottom-color: #f2f2f2;
}
.dropdown-list .dropdown-item.dropdown-item-unread:focus .dropdown-item-desc {
  color: #162168 !important;
}
.dropdown-list .dropdown-item.dropdown-item-unread:focus .dropdown-item-desc b {
  color: #162168 !important;
}
.dropdown-list .dropdown-footer,
.dropdown-list .dropdown-header {
  letter-spacing: 0.5px;
  font-weight: 600;
  padding: 15px;
}
.dropdown-list .dropdown-footer a,
.dropdown-list .dropdown-header a {
  font-weight: 600;
}
.dropdown-list .dropdown-list-content {
  height: 350px;
  overflow: hidden;
}
.dropdown-list .dropdown-list-content:not(.is-end):after {
  content: " ";
  position: absolute;
  bottom: 46px;
  left: 0;
  width: 100%;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.4),
    rgba(255, 255, 255, 0.8)
  );
  height: 60px;
}
.dropdown-list .dropdown-list-icons .dropdown-item {
  display: flex;
}
.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-icon {
  flex-shrink: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
}
.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-icon i {
  margin: 0;
}
.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-desc {
  margin-left: 15px;
  line-height: 20px;
}
.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-desc .time {
  margin-top: 5px;
}
.dropdown-flag .dropdown-item {
  font-weight: 600;
}
.dropdown-flag .dropdown-item .flag-icon {
  width: 20px;
  height: 13px;
  margin-right: 7px;
  margin-top: -6px;
}
.dropdown-flag .dropdown-item.active {
  background-color: var(--primary);
  color: #fff;
}
@media (max-width: 575.98px) {
  .dropdown-list-toggle {
    position: static;
  }
  .dropdown-list-toggle .dropdown-list {
    left: 10px !important;
    width: calc(100% - 20px);
  }
}
.tab-content.no-padding > .tab-pane {
  padding: 0;
}
.tab-content > .tab-pane {
  line-height: 28px;
}
.progress-bar {
  background-color: var(--primary);
}
.jumbotron {
  background-color: #dce1e5;
}
.carousel .carousel-caption p {
  font-size: 13px;
  line-height: 24px;
}

body {
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", "Segoe UI", arial;
  color: #162168;
}
a.bb {
  text-decoration: none;
  border-bottom: 1px solid var(--primary);
  padding-bottom: 1px;
}
.form-divider {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  font-size: 16px;
  font-weight: 600;
}
.ui-sortable-handle,
.sort-handler {
  cursor: move;
}
.text-job {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #34395e;
}
.text-time {
  font-size: 12px;
  color: #666;
  font-weight: 500;
  margin-bottom: 10px;
}
.bullet,
.slash {
  display: inline;
  margin: 0 4px;
}
.bullet:after {
  content: "\2022";
}
.slash:after {
  content: "/";
}
.login-brand {
  margin: 20px 0;
  margin-bottom: 40px;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #666;
  text-align: center;
}
.font-weight-600 {
  font-weight: 600 !important;
}
.budget-price {
  display: inline-block;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}
.budget-price .budget-price-square {
  width: 15px;
  height: 3px;
  background-color: #f9f9f9;
}
.budget-price .budget-price-label {
  font-size: 12px;
  font-weight: 600;
  margin-left: 5px;
}
.gradient-bottom {
  position: relative;
}
.gradient-bottom:after {
  content: " ";
  position: absolute;
  bottom: 41px;
  left: 0;
  width: 100%;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.4),
    rgba(255, 255, 255, 0.8)
  );
  height: 60px;
}
.text-small {
  font-size: 12px;
  line-height: 20px;
}
.text-title {
  font-size: 14px;
  color: #34395e;
  font-weight: 600;
}
.img-shadow {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.colors {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.colors .color {
  border-radius: 3px;
  width: calc((100% / 4) - 10px);
  padding: 10px;
  height: 60px;
  line-height: 40px;
  text-align: center;
  margin: 5px;
}
blockquote {
  padding: 20px;
  padding-left: 40px;
  font-style: oblique;
  background-color: #f9f9f9;
  border-radius: 3px;
  position: relative;
  font-family: "Time new Romans";
  font-size: 16px;
  letter-spacing: 0.3px;
}
blockquote:before {
  content: '"';
  font-size: 30px;
  position: absolute;
  top: 10px;
  left: 20px;
  opacity: 0.2;
}
blockquote .blockquote-footer {
  margin-top: 10px;
}
.bg-whitesmoke {
  background-color: #f7f9f9 !important;
}
.ion {
  font-size: 15px;
}
.fas,
.far,
.fab,
.fal {
  font-size: 13px;
}
#visitorMap {
  height: 210px;
}
.sidebar-gone-show {
  display: none !important;
}
pre {
  border-radius: 3px;
}
.circle-step {
  display: flex;
  margin-bottom: 10px;
}
.circle-step .circle-content {
  margin-top: 3px;
  margin-left: 13px;
}
.circle-step .circle {
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  font-size: 11px;
  text-align: center;
}
.circle-step .circle.circle-primary {
  border-color: var(--primary);
  color: var(--primary);
}
.pe-none {
  pointer-events: none;
}
.contact-map {
  width: 100%;
  height: 100%;
  min-height: 400px;
}
#visitorMap2,
#visitorMap3 {
  height: 350px;
}
.shadow-primary {
  box-shadow: 0 2px 6px #7a58ad;
}
.shadow-secondary {
  box-shadow: 0 2px 6px #ffb429;
}
.shadow-success {
  box-shadow: 0 2px 6px #91cf91;
}
.shadow-warning {
  box-shadow: 0 2px 6px #f6ce95;
}
.shadow-danger {
  box-shadow: 0 2px 6px #e7908e;
}
.shadow-info {
  box-shadow: 0 2px 6px #4da3ff;
}
.shadow-light {
  box-shadow: 0 2px 6px #dfe4e7;
}
.shadow-dark {
  box-shadow: 0 2px 6px #9fa2bd;
}
.is-online {
  width: 10px;
  height: 10px;
  background-color: #5cb85c;
  border-radius: 50%;
  display: inline-block;
}
.gutters-xs {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}
.gutters-xs > .col,
.gutters-xs > [class*="col-"] {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.beep {
  position: relative;
}
.beep:after {
  content: "";
  position: absolute;
  top: 2px;
  right: 8px;
  width: 7px;
  height: 7px;
  background-color: #f0ad4e;
  border-radius: 50%;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 1;
}
.beep.beep-sidebar:after {
  position: static;
  margin-left: 10px;
}
@media (max-width: 575.98px) {
  .fc-overflow {
    width: 100%;
    overflow: auto;
  }
  .fc-overflow #myEvent {
    width: 800px;
  }
  .ionicons li {
    width: calc(100% / 4);
  }
  .icon-wrap {
    width: 100%;
  }
}
.page-loader-wrapper {
  background: #3b3d55;
  text-align: center;
  z-index: 99999999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.page-loader-wrapper .loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #fff;
  top: 50%;
  animation: loader 2s infinite ease;
}
.page-loader-wrapper .loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
.section {
  position: relative;
  z-index: 1;
}
.section > *:first-child {
  margin-top: -7px;
}
.section .section-header {
  background-color: #fafbfe;
  border-radius: 3px;
  border: 1px solid #dae1f4;
  position: relative;
  margin-bottom: 30px;
  padding: 15px;
  display: flex;
  align-items: center;
}
.section .section-header h1 {
  margin-bottom: 0;
  font-weight: 600;
  display: inline-block;
  font-size: 22px;
  margin-top: 3px;
  color: #34395e;
}
.section .section-header .section-header-back {
  margin-right: 15px;
}
.section .section-header .section-header-back .btn:hover {
  background-color: var(--primary);
  color: #fff;
}
.section .section-header .section-header-button {
  margin-left: 20px;
}
.section .section-header .section-header-breadcrumb {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.section .section-header .btn {
  font-size: 12px;
}
.section .section-title {
  font-size: 18px;
  color: #3b3d55;
  font-weight: 600;
  position: relative;
  margin: 30px 0 25px 0;
}
.section .section-title:before {
  content: " ";
  border-radius: 5px;
  height: 8px;
  width: 30px;
  background-color: var(--primary);
  display: inline-block;
  float: left;
  margin-top: 6px;
  margin-right: 15px;
}
.section .section-title + .section-lead {
  margin-top: -20px;
}
.section .section-lead {
  margin-left: 45px;
}
.main-wrapper-1 .section .section-header {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -10px;
  border-radius: 0;
  border-right: 0;
  border-left: 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 575.98px) {
  .section .section-title {
    font-size: 14px;
  }
  .section .section-header {
    flex-wrap: wrap;
    margin-bottom: 20px !important;
  }
  .section .section-header h1 {
    font-size: 18px;
  }
  .section .section-header .float-right {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
  }
  .section .section-header .section-header-breadcrumb {
    flex-basis: 100%;
    margin-top: 10px;
  }
}
.page-error {
  height: 100%;
  width: 100%;
  padding-top: 60px;
  text-align: center;
  display: table;
}
.page-error .page-inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.page-error h1 {
  font-size: 10em;
  font-weight: 700;
}
.page-error .page-description {
  font-size: 18px;
  font-weight: 400;
  color: #34395e;
}
.page-error .page-search {
  margin: 40px auto;
  max-width: 100%;
  width: 350px;
}
.page-error .page-search .form-control {
  border-radius: 30px;
}
.page-error .page-search .btn {
  border-radius: 30px;
  margin-left: 10px;
}
@media (max-width: 575.98px) {
  .page-error .page-search {
    width: 100%;
  }
}
.main-sidebar {
  position: fixed;
  top: 0;
  height: 100%;
  width: 250px;
  background-color: #060606;
  z-index: 880;
  border-right: 1px solid #dae1f4;
  left: 0;
}
.main-sidebar,
.navbar,
.main-content,
.main-footer {
  transition: all 0.5s;
}
body.sidebar-gone .main-sidebar {
  left: -250px;
}
body.sidebar-mini .hide-sidebar-mini {
  display: none !important;
}
body.sidebar-mini .main-sidebar {
  width: 65px;
  overflow: initial !important;
  position: absolute;
  box-shadow: none;
}
body.sidebar-mini .main-sidebar:after {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  content: " ";
  position: fixed;
  background-color: #fff;
  width: 65px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  animation-name: mini-sidebar;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
@keyframes mini-sidebar {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body.sidebar-mini .main-sidebar .sidebar-brand {
  display: none;
}
body.sidebar-mini .main-sidebar .sidebar-brand-sm {
  display: block;
}
body.sidebar-mini .main-sidebar .sidebar-menu > li {
  padding: 5px 10px;
}
body.sidebar-mini .main-sidebar .sidebar-menu > li.menu-header {
  padding: 0;
  font-size: 0;
  height: 2px;
  display: none;
}
body.sidebar-mini .main-sidebar .sidebar-menu > li > a {
  border-radius: 3px;
  height: 38px;
  padding: 0;
  justify-content: center;
}
body.sidebar-mini .main-sidebar .sidebar-menu > li > a .ion,
body.sidebar-mini .main-sidebar .sidebar-menu > li > a .fas,
body.sidebar-mini .main-sidebar .sidebar-menu > li > a .far,
body.sidebar-mini .main-sidebar .sidebar-menu > li > a .fab,
body.sidebar-mini .main-sidebar .sidebar-menu > li > a .fal {
  margin: 0;
  font-size: 18px;
}
body.sidebar-mini .main-sidebar .sidebar-menu > li > a span {
  display: none;
}
body.sidebar-mini .main-sidebar .sidebar-menu > li > a .badge {
  padding: 5px;
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 10px;
}
body.sidebar-mini .main-sidebar .sidebar-menu > li > a.has-dropdown:after {
  content: initial;
}
body.sidebar-mini .main-sidebar .sidebar-menu > li.active > a {
  /* box-shadow: 0 4px 8px #7a58ad; */
  background-color: var(--primary);
  color: #fff;
}
body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu {
  position: absolute;
  background-color: #fff;
  left: 65px;
  top: 10px;
  width: 200px;
  display: none;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
body.sidebar-mini
  .main-sidebar
  .sidebar-menu
  > li
  ul.dropdown-menu
  li
  > a:focus,
body.sidebar-mini
  .main-sidebar
  .sidebar-menu
  > li
  ul.dropdown-menu
  li.active
  > a,
body.sidebar-mini
  .main-sidebar
  .sidebar-menu
  > li
  ul.dropdown-menu
  li.active
  > a:hover {
  color: #fff;
  background-color: var(--primary) !important;
}
body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu li a {
  height: 32px;
  background-color: #fff;
}
body.sidebar-mini
  .main-sidebar
  .sidebar-menu
  > li
  ul.dropdown-menu
  li
  a.has-dropdown:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 12px;
}
body.sidebar-mini .main-sidebar .sidebar-menu li:hover > ul.dropdown-menu {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: block !important;
  overflow: hidden;
  padding-bottom: 10px;
}
body.sidebar-mini
  .main-sidebar
  .sidebar-menu
  li:hover
  > ul.dropdown-menu
  li:hover
  > a {
  background-color: #f2f4f6;
}
body.sidebar-mini
  .main-sidebar
  .sidebar-menu
  li:hover
  > ul.dropdown-menu
  li
  .dropdown-menu {
  left: 200px;
  padding: 0;
}
body.sidebar-mini .navbar {
  left: 65px;
}
body.sidebar-mini .main-content,
body.sidebar-mini .main-footer {
  padding-left: 90px;
}
body.layout-2 .navbar-bg {
  z-index: 889;
  height: 70px;
}
body.layout-2 .navbar {
  left: 0;
  z-index: 890;
}
body.layout-2 .main-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0 50px;
}
body.layout-2 .main-sidebar,
body.layout-2 .main-content,
body.layout-2 .main-footer {
  flex-shrink: 0;
  flex-grow: 0;
}
body.layout-2 .main-sidebar {
  background-color: transparent;
  box-shadow: none;
  position: static;
  margin-top: 100px;
  width: 200px;
}
body.layout-2 .main-sidebar .sidebar-menu li.menu-header {
  padding: 0;
}
body.layout-2 .main-sidebar .sidebar-menu li a {
  padding: 0;
}
body.layout-2 .main-sidebar .sidebar-menu li a i {
  width: 10px;
}
body.layout-2 .main-sidebar .sidebar-menu li a.has-dropdown:after {
  right: 0;
}
body.layout-2 .main-sidebar .sidebar-menu li a:hover {
  color: var(--primary);
  background-color: transparent;
}
body.layout-2 .main-sidebar .sidebar-menu li ul.dropdown-menu li a {
  padding-left: 34px;
}
body.layout-2 .main-content {
  padding-top: 107px;
  padding-left: 30px;
  padding-right: 0;
  width: calc(100% - 200px);
}
body.layout-2 .main-footer {
  margin-left: 230px;
  width: calc(100% - 230px);
  padding-left: 0;
  padding-right: 0;
}
body.layout-3 .navbar {
  left: 0;
  right: 0;
}
body.layout-3 .navbar.navbar-secondary {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  top: 70px;
  padding: 0;
  z-index: 889;
}
body.layout-3
  .navbar.navbar-secondary
  .navbar-nav
  > .nav-item.active
  > .nav-link {
  color: var(--primary);
}
body.layout-3
  .navbar.navbar-secondary
  .navbar-nav
  > .nav-item.active
  > .nav-link:before {
  left: 35px;
  right: 0;
}
body.layout-3
  .navbar.navbar-secondary
  .navbar-nav
  > .nav-item:first-child
  .nav-link {
  margin-left: 0;
}
body.layout-3
  .navbar.navbar-secondary
  .navbar-nav
  > .nav-item:last-child
  .nav-link {
  margin-right: 0;
}
body.layout-3 .navbar.navbar-secondary .navbar-nav > .nav-item > .nav-link {
  color: #1f2e92;
  font-size: 13px;
  letter-spacing: 0.3px;
  height: 70px;
  padding: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}
body.layout-3
  .navbar.navbar-secondary
  .navbar-nav
  > .nav-item
  > .nav-link.has-dropdown {
  margin-right: 35px;
}
body.layout-3
  .navbar.navbar-secondary
  .navbar-nav
  > .nav-item
  > .nav-link.has-dropdown:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 12px;
  right: -20px;
}
body.layout-3
  .navbar.navbar-secondary
  .navbar-nav
  > .nav-item
  > .nav-link:before {
  content: " ";
  position: absolute;
  left: initial;
  right: initial;
  bottom: 0;
  height: 2px;
  background-color: var(--primary);
  transition: all 0.5s;
}
body.layout-3
  .navbar.navbar-secondary
  .navbar-nav
  > .nav-item
  > .nav-link
  span {
  line-height: 74px;
}
body.layout-3 .navbar.navbar-secondary .navbar-nav > .nav-item > .nav-link i {
  width: 30px;
  font-size: 16px;
}
body.layout-3
  .navbar.navbar-secondary
  .navbar-nav
  > .nav-item
  > .nav-link:hover {
  color: #3b3d55 !important;
}
body.layout-3 .navbar.navbar-secondary .navbar-nav > .nav-item .dropdown-menu {
  padding: 0;
}
body.layout-3
  .navbar.navbar-secondary
  .navbar-nav
  > .nav-item
  .dropdown-menu
  .nav-item
  .nav-link {
  color: #162168;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 7px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
body.layout-3
  .navbar.navbar-secondary
  .navbar-nav
  > .nav-item
  .dropdown-menu
  .nav-item
  .nav-link.has-dropdown:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 12px;
  right: 15px;
}
body.layout-3
  .navbar.navbar-secondary
  .navbar-nav
  > .nav-item
  .dropdown-menu
  .nav-item:hover
  > .nav-link {
  background-color: #f2f4f6;
  color: #3b3d55;
}
body.layout-3
  .navbar.navbar-secondary
  .navbar-nav
  > .nav-item
  .dropdown-menu
  .nav-item:hover
  > .dropdown-menu {
  display: block !important;
  top: -5px;
  left: 200px;
}
body.layout-3
  .navbar.navbar-secondary
  .navbar-nav
  > .nav-item
  .dropdown-menu
  .nav-item.active
  > .nav-link,
body.layout-3
  .navbar.navbar-secondary
  .navbar-nav
  > .nav-item
  .dropdown-menu
  .nav-item
  .nav-link:focus {
  background-color: var(--primary);
  color: #fff;
}
body.layout-3 .main-content {
  padding-left: 0;
  padding-right: 0;
  padding-top: 170px;
}
body.layout-3 .main-footer {
  padding-left: 0;
  padding-right: 0;
}
body.layout-3.top_menu_v2 .navbar-bg {
  position: fixed;
  height: 100vh;
}
body.layout-3.top_menu_v2 .main-navbar {
  position: fixed;
  top: 0;
  background: var(--primary);
}
body.layout-3.top_menu_v2 .main-wrapper {
  background: #fff;
  max-width: 1450px;
  margin: 0 auto;
  border-radius: 15px;
}
@media (min-width: 1600px) {
  body.layout-3.top_menu_v2 .main-wrapper {
    max-width: 1650px;
  }
}
body.layout-3.top_menu_v2 .navbar.navbar-secondary {
  background: transparent;
  box-shadow: none;
}
body.layout-3.top_menu_v2
  .navbar.navbar-secondary
  .navbar-nav
  > .nav-item
  > .nav-link:before {
  top: 0;
  height: 5px;
}
body.layout-3.top_menu_v2 .main-content {
  padding-top: 100px;
  margin-top: 70px;
}
body.layout-4 .navbar-bg {
  background: #f0eff1;
  position: fixed;
  height: 100vh;
}
body.layout-4 .navbar {
  left: 270px;
}
body.layout-4 .navbar .nav-link.nav-link-user,
body.layout-4 .navbar .nav-link {
  color: var(--primary);
}
body.layout-4 .main-sidebar {
  height: calc(100% - 30px);
  margin: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 10px #cccccc;
}
body.layout-4 .main-sidebar .sidebar-menu li a {
  color: #fff;
  height: 40px;
}
body.layout-4 .main-sidebar .sidebar-menu li.menu-header {
  color: #98a6ad;
  border-top: 1px solid #f0eff1;
}
body.layout-4 .main-sidebar .sidebar-menu li ul.dropdown-menu li a {
  color: #60656b;
  padding-left: 22px;
}
body.layout-4 .main-sidebar .sidebar-menu li.dropdown.active > a {
  color: #3b3d55 !important;
  background-color: #dfaeaa;
}
body.layout-4 .main-content,
body.layout-4 .main-footer {
  padding-left: 300px;
}
body.layout-4 .section .section-header {
  margin: 0 0 30px 0 !important;
  border-color: #fff;
  background-color: #fff;
}
body.layout-4 .card,
body.layout-4 .article {
  background-color: #fff;
  border-color: #fff;
}
body.layout-4.sidebar-mini .main-sidebar:after {
  display: none;
}
body.layout-4.sidebar-mini .main-sidebar .sidebar-menu > li {
  padding-top: 0;
}
body.layout-4.sidebar-mini .navbar {
  left: 80px;
}
body.layout-4.sidebar-mini .main-content,
body.layout-4.sidebar-mini .main-footer {
  padding-left: 110px;
}
body.dark-mode {
  background-color: #04050a;
  color: #98a6ad;
}
body.dark-mode .main-sidebar {
  background-color: #04050a;
  border-color: var(--primary);
}
body.dark-mode .main-sidebar .sidebar-brand a {
  color: #fff;
}
body.dark-mode .main-sidebar .sidebar-menu li a {
  color: #98a6ad;
}
body.dark-mode .main-sidebar .sidebar-menu li.menu-header {
  color: #82848e;
}
body.dark-mode .main-sidebar .sidebar-menu li.active ul.dropdown-menu li a {
  background-color: transparent !important;
}
body.dark-mode .main-sidebar .sidebar-menu li ul.dropdown-menu li a {
  color: #82848e;
}
body.dark-mode .section .section-header {
  background-color: #070810;
  border-color: #101323;
}
body.dark-mode .main-footer {
  border-color: var(--primary);
}
body.dark-mode .card {
  background-color: #070810;
  border: 1px solid #101323;
}
body.dark-mode .card .card-stats .card-stats-title {
  background-color: transparent;
}
body.dark-mode .article {
  border: 1px solid #101323;
}
body.dark-mode .article .article-details {
  background-color: #070810;
}
body.dark-mode .list-unstyled-border li,
body.dark-mode .tickets-list .ticket-item {
  border-color: #101323;
}
body.dark-mode .media .media-title,
body.dark-mode .tickets-list .ticket-item .ticket-info,
body.dark-mode .statistic-details .statistic-details-item .detail-name,
body.dark-mode .article.article-style-c .article-details p,
body.dark-mode .article.article-style-b .article-details p,
body.dark-mode
  .profile-widget
  .profile-widget-items
  .profile-widget-item
  .profile-widget-item-value,
body.dark-mode .tickets .ticket-description {
  color: #82848e;
}
body.dark-mode .media .media-title a {
  color: #fff;
}
body.dark-mode .gradient-bottom:after {
  background-image: none;
}
body.dark-mode .chat-box .chat-content {
  background-color: transparent !important;
}
body.dark-mode .pricing {
  background-color: #070810;
  border: 1px solid #101323;
}
body.dark-mode .pricing .pricing-cta a {
  background-color: #101323;
}
body.dark-mode .activities .activity .activity-detail {
  border-color: #101323;
  background-color: #070810;
}
body.dark-mode .activities .activity .activity-detail::before {
  color: #101323;
}
body.dark-mode .invoice {
  background-color: #070810;
  border-color: #101323;
}
body.dark-mode .shadow-primary,
body.dark-mode .btn-primary,
body.dark-mode .btn-danger,
body.dark-mode .btn-warning {
  box-shadow: none;
}
body.dark-mode .form-control,
body.dark-mode .input-group-text {
  background-color: #101323;
  border-color: #101323;
}
body.dark-mode .table.table-bordered td,
body.dark-mode .table.table-bordered th,
body.dark-mode .profile-widget .profile-widget-items .profile-widget-item,
body.dark-mode .fc-view > table tr,
body.dark-mode .fc-view > table td,
body.dark-mode .fc-view > table th,
body.dark-mode .tickets .ticket-items .ticket-item {
  border-color: #101323;
}
body.dark-mode .profile-widget .profile-widget-items:after {
  background-color: #101323;
}
body.dark-mode.layout-4 .navbar-bg {
  background: #04050a;
}
body.dark-mode.layout-4 .main-sidebar {
  box-shadow: 0 2px 10px var(--primary);
}
body.dark-mode.layout-4 .main-sidebar .sidebar-menu li.menu-header {
  border-color: #101323;
}
.main-sidebar .sidebar-brand {
  display: inline-block;
  width: 100%;
  text-align: center;
  height: 60px;
  line-height: 60px;
}
.main-sidebar .sidebar-brand.sidebar-brand-sm {
  display: none;
}
.main-sidebar .sidebar-brand a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  color: #ffffff;
}
.main-sidebar .sidebar-user {
  display: inline-block;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}
.main-sidebar .sidebar-user .sidebar-user-picture {
  float: left;
  margin-right: 10px;
}
.main-sidebar .sidebar-user .sidebar-user-picture img {
  width: 50px;
  border-radius: 50%;
}
.main-sidebar .sidebar-menu {
  padding: 0;
  margin: 0;
}
.main-sidebar .sidebar-menu li {
  display: block;
}
.main-sidebar .sidebar-menu li.menu-header {
  padding: 3px 15px 3px 25px;
  color: #283cbc;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}
.main-sidebar .sidebar-menu li.menu-header:not(:first-child) {
  margin-top: 15px;
}
.main-sidebar .sidebar-menu li a {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 16px;
  width: 100%;
  color: #17226c;
  text-decoration: none;
  font-size: 15px;
}
.main-sidebar .sidebar-menu li a .badge {
  float: right;
  padding: 5px 10px;
  margin-top: 2px;
}
.main-sidebar .sidebar-menu li a i {
  width: 28px;
  margin-right: 10px;
  text-align: center;
}
.main-sidebar .sidebar-menu li a span {
  margin-top: 3px;
  width: 100%;
}
.main-sidebar .sidebar-menu li a:hover {
  background-color: #f2f4f6;
}
.main-sidebar .sidebar-menu li.active a {
  color: var(--primary);
  font-weight: 600;
  background-color: #f2f4f6;
}
.main-sidebar .sidebar-menu li a.has-dropdown:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 12px;
}
.main-sidebar .sidebar-menu li.active > ul.dropdown-menu {
  display: block;
}
.main-sidebar .sidebar-menu li.active > ul.dropdown-menu li a:hover {
  background-color: #f2f4f6;
}
.main-sidebar .sidebar-menu li ul.dropdown-menu {
  padding: 0;
  margin: 0;
  display: none;
  position: static;
  float: none;
  width: 100%;
  box-shadow: none;
  background-color: transparent;
}
.main-sidebar .sidebar-menu li ul.dropdown-menu li a {
  color: #1a287d;
  height: 30px;
  padding-left: 55px;
  font-weight: 400;
  position: relative;
}
.main-sidebar .sidebar-menu li ul.dropdown-menu li a::before {
  content: "";
  position: absolute;
  left: 10px;
  height: 6px;
  width: 6px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.main-sidebar .sidebar-menu li ul.dropdown-menu li a:hover {
  color: var(--primary);
  background-color: inherit;
}
.main-sidebar .sidebar-menu li ul.dropdown-menu li.active > a {
  color: var(--primary);
  font-weight: 600;
}
.main-sidebar .sidebar-menu li ul.dropdown-menu li a i {
  margin-top: 1px;
  text-align: center;
}
.main-sidebar .sidebar-menu li ul.dropdown-menu li ul.dropdown-menu {
  padding-left: 10px;
}
.main-sidebar .sidebar-menu li ul.dropdown-menu li.menu-sub-header {
  padding: 3px 15px 3px 21px;
  color: #ffb938;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 700;
}
.main-sidebar
  .sidebar-menu
  li
  ul.dropdown-menu
  li.menu-sub-header:not(:first-child) {
  margin-top: 5px;
}
.main-content {
  padding-left: 280px;
  padding-right: 30px;
  padding-top: 80px;
  width: 100%;
  position: relative;
}
.main-footer {
  padding: 20px 30px 20px 280px;
  margin-top: 40px;
  color: #98a6ad;
  border-top: 1px solid #dce1e5;
  display: inline-block;
  width: 100%;
}
.main-footer .footer-left {
  float: left;
}
.main-footer .footer-right {
  float: right;
}
.simple-footer {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
body:not(.sidebar-mini) .sidebar-style-1 .sidebar-menu li.active a {
  background-color: var(--primary);
  color: #fff;
}
body:not(.sidebar-mini)
  .sidebar-style-1
  .sidebar-menu
  li.active
  ul.dropdown-menu
  li
  a {
  color: #ad883d;
}
body:not(.sidebar-mini)
  .sidebar-style-1
  .sidebar-menu
  li.active
  ul.dropdown-menu
  li
  a:hover {
  background-color: var(--primary);
  color: #fff;
}
body:not(.sidebar-mini)
  .sidebar-style-1
  .sidebar-menu
  li.active
  ul.dropdown-menu
  li.active
  a {
  color: #fff;
}
body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu > li.active > a {
  padding-left: 16px;
  background-color: transparent;
  position: relative;
}
body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu > li.active > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
  width: 4px;
  background-color: var(--primary);
}
body:not(.sidebar-mini)
  .sidebar-style-2
  .sidebar-menu
  li.active
  ul.dropdown-menu
  li
  a {
  padding-left: 53px;
  background-color: #fff;
}
body:not(.sidebar-mini) .sidebar-style-3 {
  background-color: var(--primary);
}
body:not(.sidebar-mini) .sidebar-style-3 .sidebar-brand a {
  color: #fff;
}
body:not(.sidebar-mini) .sidebar-style-3 .sidebar-menu li a {
  color: #ffffff;
}
body:not(.sidebar-mini) .sidebar-style-3 .sidebar-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.07);
}
body:not(.sidebar-mini) .sidebar-style-3 .sidebar-menu li.menu-header {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.03);
}
body:not(.sidebar-mini)
  .sidebar-style-3
  .sidebar-menu
  li
  ul.dropdown-menu
  li
  a {
  color: rgba(255, 255, 255, 0.7);
  padding-left: 53px;
}
body:not(.sidebar-mini)
  .sidebar-style-3
  .sidebar-menu
  li.active
  ul.dropdown-menu
  li
  a {
  background-color: rgba(255, 255, 255, 0.07);
  color: #fff;
}
body:not(.sidebar-mini) .sidebar-style-3 .sidebar-menu li.active > a {
  padding-left: 16px;
  background-color: rgba(255, 255, 255, 0.07);
  position: relative;
  color: #ad883d;
  
}
body:not(.sidebar-mini) .sidebar-style-3 .sidebar-menu li.active > a:before {
  background-color: var(--primary);
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
  width: 4px;
}
body:not(.sidebar-mini) .sidebar-style-3 .sidebar-menu li.active ul.dropdown-menu li.active a {
  color: #ad883d;
}
@media (min-width: 1600px) {
  body.layout-3 .container {
    max-width: 1360px;
  }
}
@media (max-width: 1200px) {
  .sidebar-gone-hide {
    display: none !important;
  }
  .sidebar-gone-show {
    display: block !important;
  }
  .main-sidebar {
    position: fixed !important;
    margin-top: 0 !important;
    z-index: 891;
  }
  body.layout-2 .main-wrapper,
  body.layout-3 .main-wrapper {
    width: 100%;
    padding: 0;
    display: block;
  }
  .main-content {
    padding-left: 30px;
    padding-right: 30px;
    width: 100% !important;
  }
  .main-footer {
    padding-left: 30px;
  }
  body.search-show {
    overflow: hidden;
  }
  body.search-show .navbar {
    z-index: 892;
  }
  body.sidebar-show {
    overflow: hidden;
  }
  body.search-show:before,
  body.sidebar-show:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #3b3d55;
    opacity: 0;
    z-index: 891;
    -webkit-animation-name: fadeinbackdrop;
    animation-name: fadeinbackdrop;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  @-webkit-keyframes fadeinbackdrop {
    to {
      opacity: 0.6;
    }
  }
  @keyframes fadeinbackdrop {
    to {
      opacity: 0.6;
    }
  }
}
.pulsate {
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 1;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}


/* My Css */

.main-sidebar .sidebar-brand a img {
    width: 50px;
    height: 50px;
}
.main-sidebar .sidebar-brand.sidebar-brand-sm a img {
  width: 40px;
}

.upload__box {
  border-radius: 4px;
}
.upload__btn-box {
  position: relative;
}
.upload__btn-box .upload__btn {
  margin-bottom: 0;
  background: #ddd;
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 0;
  cursor: pointer;
  font-weight: 600;
  border-radius: 4px;
}
.upload__btn-box .upload__inputfile {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 10px 0;
}
.upload__img-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
}
.upload__img-box {
  width: 150px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.upload__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--primary);
  position: absolute;
  top: -5px;
  right: -5px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
}
.upload__img-close:after {
content: "✖";
font-size: 14px;
color: white;
}
.img-bg {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
position: relative;
padding-bottom: 100%;
}

.col-button {
  margin-left: auto;
}
.product-info p {
  font-size: 12px;
  line-height: 1.4;
}

.product-info p span {
  font-weight: 600;
}

.profile-box .file-upload {
  display: none;
}
.profile-pic {
  border: 1px solid #ddd;
  height: 100px;
  width: 100px;
  object-fit: cover;
}

.from-box label {
  font-size: 14px;
  display: block;
}
.from-box span.select2 {
  width: 100% !important;
  max-width: 100%;
}



.slide-banner .image-preview, .slide-banner #callback-preview {
  width: 100%;
  height: 250px;
  border: 2px dashed #ddd;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  color: #ecf0f1;
}


/* My Css end*/

/* Media Query */
@media (max-width: 767px){

}
@media (max-width: 600px){

}


@font-face {
  font-family: "simple-Line-Icons";
  src: url("http://puffintheme.com/craft/codiepie/fonts/simple-Line-Icons.eot");
  src: url("http://puffintheme.com/craft/codiepie/fonts/simple-Line-Icons.eot")
      format("embedded-opentype"),
    url("http://puffintheme.com/craft/codiepie/fonts/simple-Line-Icons.woff")
      format("woff"),
    url("http://puffintheme.com/craft/codiepie/fonts/simple-Line-Icons.ttf")
      format("truetype"),
    url("http://puffintheme.com/craft/codiepie/fonts/simple-Line-Icons.svg#Simple-Line-Icons")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "simple-Line-Icons";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
}
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-trophy,
.icon-screen-smartphone,
.icon-screen-desktop,
.icon-plane,
.icon-notebook,
.icon-moustache,
.icon-mouse,
.icon-magnet,
.icon-energy,
.icon-emoticon-smile,
.icon-disc,
.icon-cursor-move,
.icon-crop,
.icon-credit-card,
.icon-chemistry,
.icon-user,
.icon-speedometer,
.icon-social-youtube,
.icon-social-twitter,
.icon-social-tumblr,
.icon-social-facebook,
.icon-social-dropbox,
.icon-social-dribbble,
.icon-shield,
.icon-screen-tablet,
.icon-magic-wand,
.icon-hourglass,
.icon-graduation,
.icon-ghost,
.icon-game-controller,
.icon-fire,
.icon-eyeglasses,
.icon-envelope-open,
.icon-envelope-letter,
.icon-bell,
.icon-badge,
.icon-anchor,
.icon-wallet,
.icon-vector,
.icon-speech,
.icon-puzzle,
.icon-printer,
.icon-present,
.icon-playlist,
.icon-pin,
.icon-picture,
.icon-map,
.icon-layers,
.icon-handbag,
.icon-globe-alt,
.icon-globe,
.icon-frame,
.icon-folder-alt,
.icon-film,
.icon-feed,
.icon-earphones-alt,
.icon-earphones,
.icon-drop,
.icon-drawer,
.icon-docs,
.icon-directions,
.icon-direction,
.icon-diamond,
.icon-cup,
.icon-compass,
.icon-call-out,
.icon-call-in,
.icon-call-end,
.icon-calculator,
.icon-bubbles,
.icon-briefcase,
.icon-book-open,
.icon-basket-loaded,
.icon-basket,
.icon-bag,
.icon-action-undo,
.icon-action-redo,
.icon-wrench,
.icon-umbrella,
.icon-trash,
.icon-tag,
.icon-support,
.icon-size-fullscreen,
.icon-size-actual,
.icon-shuffle,
.icon-share-alt,
.icon-share,
.icon-rocket,
.icon-question,
.icon-pie-chart,
.icon-pencil,
.icon-note,
.icon-music-tone-alt,
.icon-music-tone,
.icon-microphone,
.icon-loop,
.icon-logout,
.icon-login,
.icon-list,
.icon-like,
.icon-home,
.icon-grid,
.icon-graph,
.icon-equalizer,
.icon-dislike,
.icon-cursor,
.icon-control-start,
.icon-control-rewind,
.icon-control-play,
.icon-control-pause,
.icon-control-forward,
.icon-control-end,
.icon-calendar,
.icon-bulb,
.icon-bar-chart,
.icon-arrow-up,
.icon-arrow-right,
.icon-arrow-left,
.icon-arrow-down,
.icon-ban,
.icon-bubble,
.icon-camcorder,
.icon-camera,
.icon-check,
.icon-clock,
.icon-close,
.icon-cloud-download,
.icon-cloud-upload,
.icon-doc,
.icon-envelope,
.icon-eye,
.icon-flag,
.icon-folder,
.icon-heart,
.icon-info,
.icon-key,
.icon-link,
.icon-lock,
.icon-lock-open,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-paper-clip,
.icon-paper-plane,
.icon-plus,
.icon-pointer,
.icon-power,
.icon-refresh,
.icon-reload,
.icon-settings,
.icon-star,
.icon-symbol-female,
.icon-symbol-male,
.icon-target,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-users {
  font-family: "Simple-Line-Icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-user-female:before {
  content: "\e000";
}
.icon-user-follow:before {
  content: "\e002";
}
.icon-user-following:before {
  content: "\e003";
}
.icon-user-unfollow:before {
  content: "\e004";
}
.icon-trophy:before {
  content: "\e006";
}
.icon-screen-smartphone:before {
  content: "\e010";
}
.icon-screen-desktop:before {
  content: "\e011";
}
.icon-plane:before {
  content: "\e012";
}
.icon-notebook:before {
  content: "\e013";
}
.icon-moustache:before {
  content: "\e014";
}
.icon-mouse:before {
  content: "\e015";
}
.icon-magnet:before {
  content: "\e016";
}
.icon-energy:before {
  content: "\e020";
}
.icon-emoticon-smile:before {
  content: "\e021";
}
.icon-disc:before {
  content: "\e022";
}
.icon-cursor-move:before {
  content: "\e023";
}
.icon-crop:before {
  content: "\e024";
}
.icon-credit-card:before {
  content: "\e025";
}
.icon-chemistry:before {
  content: "\e026";
}
.icon-user:before {
  content: "\e005";
}
.icon-speedometer:before {
  content: "\e007";
}
.icon-social-youtube:before {
  content: "\e008";
}
.icon-social-twitter:before {
  content: "\e009";
}
.icon-social-tumblr:before {
  content: "\e00a";
}
.icon-social-facebook:before {
  content: "\e00b";
}
.icon-social-dropbox:before {
  content: "\e00c";
}
.icon-social-dribbble:before {
  content: "\e00d";
}
.icon-shield:before {
  content: "\e00e";
}
.icon-screen-tablet:before {
  content: "\e00f";
}
.icon-magic-wand:before {
  content: "\e017";
}
.icon-hourglass:before {
  content: "\e018";
}
.icon-graduation:before {
  content: "\e019";
}
.icon-ghost:before {
  content: "\e01a";
}
.icon-game-controller:before {
  content: "\e01b";
}
.icon-fire:before {
  content: "\e01c";
}
.icon-eyeglasses:before {
  content: "\e01d";
}
.icon-envelope-open:before {
  content: "\e01e";
}
.icon-envelope-letter:before {
  content: "\e01f";
}
.icon-bell:before {
  content: "\e027";
}
.icon-badge:before {
  content: "\e028";
}
.icon-anchor:before {
  content: "\e029";
}
.icon-wallet:before {
  content: "\e02a";
}
.icon-vector:before {
  content: "\e02b";
}
.icon-speech:before {
  content: "\e02c";
}
.icon-puzzle:before {
  content: "\e02d";
}
.icon-printer:before {
  content: "\e02e";
}
.icon-present:before {
  content: "\e02f";
}
.icon-playlist:before {
  content: "\e030";
}
.icon-pin:before {
  content: "\e031";
}
.icon-picture:before {
  content: "\e032";
}
.icon-map:before {
  content: "\e033";
}
.icon-layers:before {
  content: "\e034";
}
.icon-handbag:before {
  content: "\e035";
}
.icon-globe-alt:before {
  content: "\e036";
}
.icon-globe:before {
  content: "\e037";
}
.icon-frame:before {
  content: "\e038";
}
.icon-folder-alt:before {
  content: "\e039";
}
.icon-film:before {
  content: "\e03a";
}
.icon-feed:before {
  content: "\e03b";
}
.icon-earphones-alt:before {
  content: "\e03c";
}
.icon-earphones:before {
  content: "\e03d";
}
.icon-drop:before {
  content: "\e03e";
}
.icon-drawer:before {
  content: "\e03f";
}
.icon-docs:before {
  content: "\e040";
}
.icon-directions:before {
  content: "\e041";
}
.icon-direction:before {
  content: "\e042";
}
.icon-diamond:before {
  content: "\e043";
}
.icon-cup:before {
  content: "\e044";
}
.icon-compass:before {
  content: "\e045";
}
.icon-call-out:before {
  content: "\e046";
}
.icon-call-in:before {
  content: "\e047";
}
.icon-call-end:before {
  content: "\e048";
}
.icon-calculator:before {
  content: "\e049";
}
.icon-bubbles:before {
  content: "\e04a";
}
.icon-briefcase:before {
  content: "\e04b";
}
.icon-book-open:before {
  content: "\e04c";
}
.icon-basket-loaded:before {
  content: "\e04d";
}
.icon-basket:before {
  content: "\e04e";
}
.icon-bag:before {
  content: "\e04f";
}
.icon-action-undo:before {
  content: "\e050";
}
.icon-action-redo:before {
  content: "\e051";
}
.icon-wrench:before {
  content: "\e052";
}
.icon-umbrella:before {
  content: "\e053";
}
.icon-trash:before {
  content: "\e054";
}
.icon-tag:before {
  content: "\e055";
}
.icon-support:before {
  content: "\e056";
}
.icon-size-fullscreen:before {
  content: "\e057";
}
.icon-size-actual:before {
  content: "\e058";
}
.icon-shuffle:before {
  content: "\e059";
}
.icon-share-alt:before {
  content: "\e05a";
}
.icon-share:before {
  content: "\e05b";
}
.icon-rocket:before {
  content: "\e05c";
}
.icon-question:before {
  content: "\e05d";
}
.icon-pie-chart:before {
  content: "\e05e";
}
.icon-pencil:before {
  content: "\e05f";
}
.icon-note:before {
  content: "\e060";
}
.icon-music-tone-alt:before {
  content: "\e061";
}
.icon-music-tone:before {
  content: "\e062";
}
.icon-microphone:before {
  content: "\e063";
}
.icon-loop:before {
  content: "\e064";
}
.icon-logout:before {
  content: "\e065";
}
.icon-login:before {
  content: "\e066";
}
.icon-list:before {
  content: "\e067";
}
.icon-like:before {
  content: "\e068";
}
.icon-home:before {
  content: "\e069";
}
.icon-grid:before {
  content: "\e06a";
}
.icon-graph:before {
  content: "\e06b";
}
.icon-equalizer:before {
  content: "\e06c";
}
.icon-dislike:before {
  content: "\e06d";
}
.icon-cursor:before {
  content: "\e06e";
}
.icon-control-start:before {
  content: "\e06f";
}
.icon-control-rewind:before {
  content: "\e070";
}
.icon-control-play:before {
  content: "\e071";
}
.icon-control-pause:before {
  content: "\e072";
}
.icon-control-forward:before {
  content: "\e073";
}
.icon-control-end:before {
  content: "\e074";
}
.icon-calendar:before {
  content: "\e075";
}
.icon-bulb:before {
  content: "\e076";
}
.icon-bar-chart:before {
  content: "\e077";
}
.icon-arrow-up:before {
  content: "\e078";
}
.icon-arrow-right:before {
  content: "\e079";
}
.icon-arrow-left:before {
  content: "\e07a";
}
.icon-arrow-down:before {
  content: "\e07b";
}
.icon-ban:before {
  content: "\e07c";
}
.icon-bubble:before {
  content: "\e07d";
}
.icon-camcorder:before {
  content: "\e07e";
}
.icon-camera:before {
  content: "\e07f";
}
.icon-check:before {
  content: "\e080";
}
.icon-clock:before {
  content: "\e081";
}
.icon-close:before {
  content: "\e082";
}
.icon-cloud-download:before {
  content: "\e083";
}
.icon-cloud-upload:before {
  content: "\e084";
}
.icon-doc:before {
  content: "\e085";
}
.icon-envelope:before {
  content: "\e086";
}
.icon-eye:before {
  content: "\e087";
}
.icon-flag:before {
  content: "\e088";
}
.icon-folder:before {
  content: "\e089";
}
.icon-heart:before {
  content: "\e08a";
}
.icon-info:before {
  content: "\e08b";
}
.icon-key:before {
  content: "\e08c";
}
.icon-link:before {
  content: "\e08d";
}
.icon-lock:before {
  content: "\e08e";
}
.icon-lock-open:before {
  content: "\e08f";
}
.icon-magnifier:before {
  content: "\e090";
}
.icon-magnifier-add:before {
  content: "\e091";
}
.icon-magnifier-remove:before {
  content: "\e092";
}
.icon-paper-clip:before {
  content: "\e093";
}
.icon-paper-plane:before {
  content: "\e094";
}
.icon-plus:before {
  content: "\e095";
}
.icon-pointer:before {
  content: "\e096";
}
.icon-power:before {
  content: "\e097";
}
.icon-refresh:before {
  content: "\e098";
}
.icon-reload:before {
  content: "\e099";
}
.icon-settings:before {
  content: "\e09a";
}
.icon-star:before {
  content: "\e09b";
}
.icon-symbol-female:before {
  content: "\e09c";
}
.icon-symbol-male:before {
  content: "\e09d";
}
.icon-target:before {
  content: "\e09e";
}
.icon-volume-1:before {
  content: "\e09f";
}
.icon-volume-2:before {
  content: "\e0a0";
}
.icon-volume-off:before {
  content: "\e0a1";
}
.icon-users:before {
  content: "\e001";
}
@font-face {
  font-family: "feather";
  src: url("http://puffintheme.com/craft/codiepie/fonts/feather-webfont.eot?t=1501841394106");
  src: url("http://puffintheme.com/craft/codiepie/fonts/feather-webfont.eot?t=1501841394106#iefix")
      format("embedded-opentype"),
    url("http://puffintheme.com/craft/codiepie/fonts/feather-webfont.woff?t=1501841394106")
      format("woff"),
    url("http://puffintheme.com/craft/codiepie/fonts/feather-webfont.ttf?t=1501841394106")
      format("truetype"),
    url("http://puffintheme.com/craft/codiepie/fonts/feather-webfont.svg?t=1501841394106#feather")
      format("svg");
}
.fe {
  font-family: "feather" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icons-list {
  list-style: none;
  margin: 0 -1px -1px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.icons-list > li {
  flex: 1 0 5rem;
}
.icons-list-wrap {
  overflow: hidden;
}
.icons-list-item {
  text-align: center;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icons-list-item i {
  font-size: 1.25rem;
}
.fe-activity:before {
  content: "\e900";
}
.fe-airplay:before {
  content: "\e901";
}
.fe-alert-circle:before {
  content: "\e902";
}
.fe-alert-octagon:before {
  content: "\e903";
}
.fe-alert-triangle:before {
  content: "\e904";
}
.fe-align-center:before {
  content: "\e905";
}
.fe-align-justify:before {
  content: "\e906";
}
.fe-align-left:before {
  content: "\e907";
}
.fe-align-right:before {
  content: "\e908";
}
.fe-anchor:before {
  content: "\e909";
}
.fe-aperture:before {
  content: "\e90a";
}
.fe-arrow-down:before {
  content: "\e90b";
}
.fe-arrow-down-circle:before {
  content: "\e90c";
}
.fe-arrow-down-left:before {
  content: "\e90d";
}
.fe-arrow-down-right:before {
  content: "\e90e";
}
.fe-arrow-left:before {
  content: "\e90f";
}
.fe-arrow-left-circle:before {
  content: "\e910";
}
.fe-arrow-right:before {
  content: "\e911";
}
.fe-arrow-right-circle:before {
  content: "\e912";
}
.fe-arrow-up:before {
  content: "\e913";
}
.fe-arrow-up-circle:before {
  content: "\e914";
}
.fe-arrow-up-left:before {
  content: "\e915";
}
.fe-arrow-up-right:before {
  content: "\e916";
}
.fe-at-sign:before {
  content: "\e917";
}
.fe-award:before {
  content: "\e918";
}
.fe-bar-chart:before {
  content: "\e919";
}
.fe-bar-chart-2:before {
  content: "\e91a";
}
.fe-battery:before {
  content: "\e91b";
}
.fe-battery-charging:before {
  content: "\e91c";
}
.fe-bell:before {
  content: "\e91d";
}
.fe-bell-off:before {
  content: "\e91e";
}
.fe-bluetooth:before {
  content: "\e91f";
}
.fe-bold:before {
  content: "\e920";
}
.fe-book:before {
  content: "\e921";
}
.fe-book-open:before {
  content: "\e922";
}
.fe-bookmark:before {
  content: "\e923";
}
.fe-box:before {
  content: "\e924";
}
.fe-briefcase:before {
  content: "\e925";
}
.fe-calendar:before {
  content: "\e926";
}
.fe-camera:before {
  content: "\e927";
}
.fe-camera-off:before {
  content: "\e928";
}
.fe-cast:before {
  content: "\e929";
}
.fe-check:before {
  content: "\e92a";
}
.fe-check-circle:before {
  content: "\e92b";
}
.fe-check-square:before {
  content: "\e92c";
}
.fe-chevron-down:before {
  content: "\e92d";
}
.fe-chevron-left:before {
  content: "\e92e";
}
.fe-chevron-right:before {
  content: "\e92f";
}
.fe-chevron-up:before {
  content: "\e930";
}
.fe-chevrons-down:before {
  content: "\e931";
}
.fe-chevrons-left:before {
  content: "\e932";
}
.fe-chevrons-right:before {
  content: "\e933";
}
.fe-chevrons-up:before {
  content: "\e934";
}
.fe-chrome:before {
  content: "\e935";
}
.fe-circle:before {
  content: "\e936";
}
.fe-clipboard:before {
  content: "\e937";
}
.fe-clock:before {
  content: "\e938";
}
.fe-cloud:before {
  content: "\e939";
}
.fe-cloud-drizzle:before {
  content: "\e93a";
}
.fe-cloud-lightning:before {
  content: "\e93b";
}
.fe-cloud-off:before {
  content: "\e93c";
}
.fe-cloud-rain:before {
  content: "\e93d";
}
.fe-cloud-snow:before {
  content: "\e93e";
}
.fe-code:before {
  content: "\e93f";
}
.fe-codepen:before {
  content: "\e940";
}
.fe-command:before {
  content: "\e941";
}
.fe-compass:before {
  content: "\e942";
}
.fe-copy:before {
  content: "\e943";
}
.fe-corner-down-left:before {
  content: "\e944";
}
.fe-corner-down-right:before {
  content: "\e945";
}
.fe-corner-left-down:before {
  content: "\e946";
}
.fe-corner-left-up:before {
  content: "\e947";
}
.fe-corner-right-down:before {
  content: "\e948";
}
.fe-corner-right-up:before {
  content: "\e949";
}
.fe-corner-up-left:before {
  content: "\e94a";
}
.fe-corner-up-right:before {
  content: "\e94b";
}
.fe-cpu:before {
  content: "\e94c";
}
.fe-credit-card:before {
  content: "\e94d";
}
.fe-crop:before {
  content: "\e94e";
}
.fe-crosshair:before {
  content: "\e94f";
}
.fe-database:before {
  content: "\e950";
}
.fe-delete:before {
  content: "\e951";
}
.fe-disc:before {
  content: "\e952";
}
.fe-dollar-sign:before {
  content: "\e953";
}
.fe-download:before {
  content: "\e954";
}
.fe-download-cloud:before {
  content: "\e955";
}
.fe-droplet:before {
  content: "\e956";
}
.fe-edit:before {
  content: "\e957";
}
.fe-edit-2:before {
  content: "\e958";
}
.fe-edit-3:before {
  content: "\e959";
}
.fe-external-link:before {
  content: "\e95a";
}
.fe-eye:before {
  content: "\e95b";
}
.fe-eye-off:before {
  content: "\e95c";
}
.fe-facebook:before {
  content: "\e95d";
}
.fe-fast-forward:before {
  content: "\e95e";
}
.fe-feather:before {
  content: "\e95f";
}
.fe-file:before {
  content: "\e960";
}
.fe-file-minus:before {
  content: "\e961";
}
.fe-file-plus:before {
  content: "\e962";
}
.fe-file-text:before {
  content: "\e963";
}
.fe-film:before {
  content: "\e964";
}
.fe-filter:before {
  content: "\e965";
}
.fe-flag:before {
  content: "\e966";
}
.fe-folder:before {
  content: "\e967";
}
.fe-folder-minus:before {
  content: "\e968";
}
.fe-folder-plus:before {
  content: "\e969";
}
.fe-git-branch:before {
  content: "\e96a";
}
.fe-git-commit:before {
  content: "\e96b";
}
.fe-git-merge:before {
  content: "\e96c";
}
.fe-git-pull-request:before {
  content: "\e96d";
}
.fe-github:before {
  content: "\e96e";
}
.fe-gitlab:before {
  content: "\e96f";
}
.fe-globe:before {
  content: "\e970";
}
.fe-grid:before {
  content: "\e971";
}
.fe-hard-drive:before {
  content: "\e972";
}
.fe-hash:before {
  content: "\e973";
}
.fe-headphones:before {
  content: "\e974";
}
.fe-heart:before {
  content: "\e975";
}
.fe-help-circle:before {
  content: "\e976";
}
.fe-home:before {
  content: "\e977";
}
.fe-image:before {
  content: "\e978";
}
.fe-inbox:before {
  content: "\e979";
}
.fe-info:before {
  content: "\e97a";
}
.fe-instagram:before {
  content: "\e97b";
}
.fe-italic:before {
  content: "\e97c";
}
.fe-layers:before {
  content: "\e97d";
}
.fe-layout:before {
  content: "\e97e";
}
.fe-life-buoy:before {
  content: "\e97f";
}
.fe-link:before {
  content: "\e980";
}
.fe-link-2:before {
  content: "\e981";
}
.fe-linkedin:before {
  content: "\e982";
}
.fe-list:before {
  content: "\e983";
}
.fe-loader:before {
  content: "\e984";
}
.fe-lock:before {
  content: "\e985";
}
.fe-log-in:before {
  content: "\e986";
}
.fe-log-out:before {
  content: "\e987";
}
.fe-mail:before {
  content: "\e988";
}
.fe-map:before {
  content: "\e989";
}
.fe-map-pin:before {
  content: "\e98a";
}
.fe-maximize:before {
  content: "\e98b";
}
.fe-maximize-2:before {
  content: "\e98c";
}
.fe-menu:before {
  content: "\e98d";
}
.fe-message-circle:before {
  content: "\e98e";
}
.fe-message-square:before {
  content: "\e98f";
}
.fe-mic:before {
  content: "\e990";
}
.fe-mic-off:before {
  content: "\e991";
}
.fe-minimize:before {
  content: "\e992";
}
.fe-minimize-2:before {
  content: "\e993";
}
.fe-minus:before {
  content: "\e994";
}
.fe-minus-circle:before {
  content: "\e995";
}
.fe-minus-square:before {
  content: "\e996";
}
.fe-monitor:before {
  content: "\e997";
}
.fe-moon:before {
  content: "\e998";
}
.fe-more-horizontal:before {
  content: "\e999";
}
.fe-more-vertical:before {
  content: "\e99a";
}
.fe-move:before {
  content: "\e99b";
}
.fe-music:before {
  content: "\e99c";
}
.fe-navigation:before {
  content: "\e99d";
}
.fe-navigation-2:before {
  content: "\e99e";
}
.fe-octagon:before {
  content: "\e99f";
}
.fe-package:before {
  content: "\e9a0";
}
.fe-paperclip:before {
  content: "\e9a1";
}
.fe-pause:before {
  content: "\e9a2";
}
.fe-pause-circle:before {
  content: "\e9a3";
}
.fe-percent:before {
  content: "\e9a4";
}
.fe-phone:before {
  content: "\e9a5";
}
.fe-phone-call:before {
  content: "\e9a6";
}
.fe-phone-forwarded:before {
  content: "\e9a7";
}
.fe-phone-incoming:before {
  content: "\e9a8";
}
.fe-phone-missed:before {
  content: "\e9a9";
}
.fe-phone-off:before {
  content: "\e9aa";
}
.fe-phone-outgoing:before {
  content: "\e9ab";
}
.fe-pie-chart:before {
  content: "\e9ac";
}
.fe-play:before {
  content: "\e9ad";
}
.fe-play-circle:before {
  content: "\e9ae";
}
.fe-plus:before {
  content: "\e9af";
}
.fe-plus-circle:before {
  content: "\e9b0";
}
.fe-plus-square:before {
  content: "\e9b1";
}
.fe-pocket:before {
  content: "\e9b2";
}
.fe-power:before {
  content: "\e9b3";
}
.fe-printer:before {
  content: "\e9b4";
}
.fe-radio:before {
  content: "\e9b5";
}
.fe-refresh-ccw:before {
  content: "\e9b6";
}
.fe-refresh-cw:before {
  content: "\e9b7";
}
.fe-repeat:before {
  content: "\e9b8";
}
.fe-rewind:before {
  content: "\e9b9";
}
.fe-rotate-ccw:before {
  content: "\e9ba";
}
.fe-rotate-cw:before {
  content: "\e9bb";
}
.fe-rss:before {
  content: "\e9bc";
}
.fe-save:before {
  content: "\e9bd";
}
.fe-scissors:before {
  content: "\e9be";
}
.fe-search:before {
  content: "\e9bf";
}
.fe-send:before {
  content: "\e9c0";
}
.fe-server:before {
  content: "\e9c1";
}
.fe-settings:before {
  content: "\e9c2";
}
.fe-share:before {
  content: "\e9c3";
}
.fe-share-2:before {
  content: "\e9c4";
}
.fe-shield:before {
  content: "\e9c5";
}
.fe-shield-off:before {
  content: "\e9c6";
}
.fe-shopping-bag:before {
  content: "\e9c7";
}
.fe-shopping-cart:before {
  content: "\e9c8";
}
.fe-shuffle:before {
  content: "\e9c9";
}
.fe-sidebar:before {
  content: "\e9ca";
}
.fe-skip-back:before {
  content: "\e9cb";
}
.fe-skip-forward:before {
  content: "\e9cc";
}
.fe-slack:before {
  content: "\e9cd";
}
.fe-slash:before {
  content: "\e9ce";
}
.fe-sliders:before {
  content: "\e9cf";
}
.fe-smartphone:before {
  content: "\e9d0";
}
.fe-speaker:before {
  content: "\e9d1";
}
.fe-square:before {
  content: "\e9d2";
}
.fe-star:before {
  content: "\e9d3";
}
.fe-stop-circle:before {
  content: "\e9d4";
}
.fe-sun:before {
  content: "\e9d5";
}
.fe-sunrise:before {
  content: "\e9d6";
}
.fe-sunset:before {
  content: "\e9d7";
}
.fe-tablet:before {
  content: "\e9d8";
}
.fe-tag:before {
  content: "\e9d9";
}
.fe-target:before {
  content: "\e9da";
}
.fe-terminal:before {
  content: "\e9db";
}
.fe-thermometer:before {
  content: "\e9dc";
}
.fe-thumbs-down:before {
  content: "\e9dd";
}
.fe-thumbs-up:before {
  content: "\e9de";
}
.fe-toggle-left:before {
  content: "\e9df";
}
.fe-toggle-right:before {
  content: "\e9e0";
}
.fe-trash:before {
  content: "\e9e1";
}
.fe-trash-2:before {
  content: "\e9e2";
}
.fe-trending-down:before {
  content: "\e9e3";
}
.fe-trending-up:before {
  content: "\e9e4";
}
.fe-triangle:before {
  content: "\e9e5";
}
.fe-truck:before {
  content: "\e9e6";
}
.fe-tv:before {
  content: "\e9e7";
}
.fe-twitter:before {
  content: "\e9e8";
}
.fe-type:before {
  content: "\e9e9";
}
.fe-umbrella:before {
  content: "\e9ea";
}
.fe-underline:before {
  content: "\e9eb";
}
.fe-unlock:before {
  content: "\e9ec";
}
.fe-upload:before {
  content: "\e9ed";
}
.fe-upload-cloud:before {
  content: "\e9ee";
}
.fe-user:before {
  content: "\e9ef";
}
.fe-user-check:before {
  content: "\e9f0";
}
.fe-user-minus:before {
  content: "\e9f1";
}
.fe-user-plus:before {
  content: "\e9f2";
}
.fe-user-x:before {
  content: "\e9f3";
}
.fe-users:before {
  content: "\e9f4";
}
.fe-video:before {
  content: "\e9f5";
}
.fe-video-off:before {
  content: "\e9f6";
}
.fe-voicemail:before {
  content: "\e9f7";
}
.fe-volume:before {
  content: "\e9f8";
}
.fe-volume-1:before {
  content: "\e9f9";
}
.fe-volume-2:before {
  content: "\e9fa";
}
.fe-volume-x:before {
  content: "\e9fb";
}
.fe-watch:before {
  content: "\e9fc";
}
.fe-wifi:before {
  content: "\e9fd";
}
.fe-wifi-off:before {
  content: "\e9fe";
}
.fe-wind:before {
  content: "\e9ff";
}
.fe-x:before {
  content: "\ea00";
}
.fe-x-circle:before {
  content: "\ea01";
}
.fe-x-square:before {
  content: "\ea02";
}
.fe-zap:before {
  content: "\ea03";
}
.fe-zap-off:before {
  content: "\ea04";
}
.fe-zoom-in:before {
  content: "\ea05";
}
.fe-zoom-out:before {
  content: "\ea06";
}


.table .btn.btn-icon {
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}
.table tbody tr th:last-child,
.table tbody tr td:last-child {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 150px;
    gap: 5px;
}