.vraiOuFaux{
  box-shadow: rgba(90, 90, 93, 0.5) 0px 7px 49px 0px;
}
.actuTitle{
  font-size: 15px;
  font-weight: bold;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 10px;
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card>.list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: 9px 9px 0 0;
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 9px 9px;
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group>.card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-top,
  .card-group>.card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-bottom,
  .card-group>.card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-top,
  .card-group>.card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-bottom,
  .card-group>.card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.bg-secondary {
  color: black;
  background-color: #6c757d;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  color: black;
  background-color: #545b62;
}

.bg-success {
  color: #1a3425;
  background-color: #8ac3a3;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  color: #1a3425;
  background-color: #68b288;
}

.bg-info {
  color: #0a3b73;
  background-color: #87baf5;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  color: #0a3b73;
  background-color: #589ff1;
}

.bg-warning {
  color: #361705;
  background-color: #f0864a;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  color: #361705;
  background-color: #ec671b;
}

.bg-danger {
  color: #640730;
  background-color: #f674ad;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  color: #640730;
  background-color: #f34491;
}

.bg-light {
  color: #050506;
  background-color: #848486;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  color: #050506;
  background-color: #6b6b6c;
}

.bg-dark {
  color: black;
  background-color: #01041b;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  color: black;
  background-color: black;
}

.bg-purple {
  color: #2b0a73;
  background-color: #AA87F5;
}

a.bg-purple:hover,
a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  color: #2b0a73;
  background-color: #8958f1;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #DCDDDF !important;
}

.border-top {
  border-top: 1px solid #DCDDDF !important;
}

.border-right {
  border-right: 1px solid #DCDDDF !important;
}

.border-primary {
  border-color: #1f1c2f !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #8ac3a3 !important;
}

.border-info {
  border-color: #87baf5 !important;
}

.border-warning {
  border-color: #f0864a !important;
}

.border-danger {
  border-color: #f674ad !important;
}

.border-light {
  border-color: #848486 !important;
}

.border-dark {
  border-color: #01041b !important;
}

.border-purple {
  border-color: #AA87F5 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 10px !important;
}

.rounded {
  border-radius: 10px !important;
}
.rounded-lg {
  border-radius: 10px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50px !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.shadow-sm {
  box-shadow: 0 0px 40px rgba(0, 0, 0, 0.05) !important;
}

.shadow {
  box-shadow: 0 0px 40px rgba(0, 0, 0, 0.05) !important;
}

.shadow-lg {
  box-shadow: 0 0px 40px rgba(0, 0, 0, 0.05) !important;
}

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

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

/*----------------- Grid Boxes -----------------*/
.card {
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
  border: none;
  -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 40px rgba(0, 0, 0, 0.05);
}

.card .card-header {
  background: transparent;
  border-radius: 0;
  padding: 20px;
  margin-bottom: 0;
  -ms-flex-align: center !important;
  align-items: center !important;
  border-bottom: 1px solid #DCDDDF;
}

.card .card-header .header-title .card-title {
  margin-bottom: 0;
}

.card .card-body {
  padding: 20px;
}

.card-transparent {
  background: transparent;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
  border: none;
  box-shadow: none;
}

.card-transparent .card-header {
  background: transparent;
  border-radius: 0;
  padding: 20px;
  margin-bottom: 0;
  -ms-flex-align: center !important;
  align-items: center !important;
  border: none;
}

.card-transparent .card-header .header-title .card-title {
  margin-bottom: 0;
}

.card-header-toolbar .nav-item a {
  color: #768492;
  padding: 4px 12px;
  font-size: 14px;
}

.card-header-toolbar .dropdown-toggle i {
  font-size: 20px;
  line-height: normal;
  vertical-align: text-bottom;
}

.card-header-toolbar .dropdown-toggle::after {
  display: none;
}

.card-header .dropdown-bg {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.card-block.card-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.card-block.card-height-third {
  height: calc(33.33% - 30px);
}

.card-block.card-height-half {
  height: calc(50% - 30px);
}

.card-block.card-height {
  height: calc(100% - 30px);
}
.card-primary {
  background: #797782;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card-primary .card-header {
  border-bottom: 1px solid;
  border-color: black;
}

.card-primary:hover {
  background: rgba(210, 210, 213, 0.8);
}

.card-secondary {
  background: #a7acb1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card-secondary .card-header {
  border-bottom: 1px solid;
  border-color: #25282b;
}

.card-secondary:hover {
  background: rgba(226, 227, 229, 0.8);
}

.card-success {
  background: #b9dbc8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card-success .card-header {
  border-bottom: 1px solid;
  border-color: #3d7756;
}

.card-success:hover {
  background: rgba(232, 243, 237, 0.8);
}

.card-info {
  background: #b7d6f9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card-info .card-header {
  border-bottom: 1px solid;
  border-color: #116bd2;
}

.card-info:hover {
  background: rgba(231, 241, 253, 0.8);
}

.card-warning {
  background: #f6b692;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card-warning .card-header {
  border-bottom: 1px solid;
  border-color: #953e0c;
}

.card-warning:hover {
  background: rgba(252, 231, 219, 0.8);
}

.card-danger {
  background: #faacce;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card-danger .card-header {
  border-bottom: 1px solid;
  border-color: #c40d5d;
}

.card-danger:hover {
  background: rgba(253, 227, 239, 0.8);
}

.card-light {
  background: #b5b5b6;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card-light .card-header {
  border-bottom: 1px solid;
  border-color: #383839;
}

.card-light:hover {
  background: rgba(230, 230, 231, 0.8);
}

.card-dark {
  background: #676876;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card-dark .card-header {
  border-bottom: 1px solid;
  border-color: black;
}

.card-dark:hover {
  background: rgba(204, 205, 209, 0.8);
}

.card-purple {
  background: #ccb7f9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card-purple .card-header {
  border-bottom: 1px solid;
  border-color: #4f11d2;
}

.card-purple:hover {
  background: rgba(238, 231, 253, 0.8);
}

@media (max-width: 1299px) {
  .iq-sidebar-logo {
    margin-bottom: 0;
  }

  .iq-sidebar {
    display: inline-block;
    z-index: 99;
    left: -300px;
    top: 0px;
    margin: 0px;
  }

  .iq-sidebar .device-search,
  .iq-sidebar .sidebar-caption {
    display: none;
  }

  body.sidebar-main .iq-sidebar {
    width: 260px;
    left: 0;
    z-index: 999;
  }
}

@keyframes shadowDots {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 177, 255, 0.2);
  }

  100% {
    box-shadow: 0 0 0 15px rgba(0, 177, 255, 0);
  }
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 177, 255, 0.2);
  }

  100% {
    box-shadow: 0 0 0 15px rgba(0, 177, 255, 0);
  }
}

@keyframes shadow-pulse-dots-danger {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 155, 138, 0.2);
  }

  100% {
    box-shadow: 0 0 0 15px rgba(255, 155, 138, 0);
  }
}

@keyframes shadow-pulse-danger {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 155, 138, 0.2);
  }

  100% {
    box-shadow: 0 0 0 15px rgba(255, 155, 138, 0);
  }
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
}

.badge-primary.active {
  background-color: black;
}

.badge-primary:hover {
  background-color: #1f1c2f;
}

.badge-secondary.active {
  background-color: #25282b;
}

.badge-secondary:hover {
  background-color: #6c757d;
}

.badge-success.active {
  background-color: #3d7756;
}

.badge-success:hover {
  background-color: #8ac3a3;
}

.badge-info.active {
  background-color: #116bd2;
}

.badge-info:hover {
  background-color: #87baf5;
}

.badge-warning.active {
  background-color: #953e0c;
}

.badge-warning:hover {
  background-color: #f0864a;
}

.badge-danger.active {
  background-color: #c40d5d;
}

.badge-danger:hover {
  background-color: #f674ad;
}

.badge-light.active {
  background-color: #383839;
}

.badge-light:hover {
  background-color: #848486;
}

.badge-dark.active {
  background-color: black;
}

.badge-dark:hover {
  background-color: #01041b;
}

.badge-purple.active {
  background-color: #4f11d2;
}

.badge-purple:hover {
  background-color: #aa87f5;
}

.card.card-bottom-border-primary {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.card-bottom-border-primary:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0%;
  bottom: 0px;
  border: 2px solid;
  border-color: #1f1c2f;
  background-color: #1f1c2f;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.card-bottom-border-primary .card-header {
  border-bottom: 0px;
}

.card.card-bottom-border-primary .icon {
  border: 1px solid transparent;
  color: #1f1c2f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.card.card-bottom-border-primary .icon.icon-border-primary {
  border: 1px solid;
  border-color: #1f1c2f;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.card-bottom-border-primary .card-title {
  width: 100%;
}

.card.card-bottom-border-primary .card-text-primary {
  margin-bottom: 10px;
  color: #1f1c2f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.card-bottom-border-primary .note-text-primary i {
  color: #1f1c2f;
}

.card.card-bottom-border-primary:hover {
  background: #1f1c2f;
}

.card.card-bottom-border-primary:hover .card-title,
.card.card-bottom-border-primary:hover p,
.card.card-bottom-border-primary:hover a:not(.dropdown-item),
.card.card-bottom-border-primary:hover span {
  color: #fff;
}

.card.card-bottom-border-primary:hover:after {
  transform: translateY(-8px);
}

.card.card-bottom-border-primary:hover .icon {
  color: #fff;
}

.card.card-bottom-border-primary:hover .icon.icon-border-primary {
  border-color: #fff;
}

.card.card-bottom-border-primary:hover .card-text {
  color: #fff;
}

.card.card-bottom-border-primary:hover .note-text i {
  color: #fff;
}

.card.card-bottom-border-secondary {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.card-bottom-border-secondary:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0%;
  bottom: 0px;
  border: 2px solid;
  border-color: #6c757d;
  background-color: #6c757d;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.card-bottom-border-secondary .card-header {
  border-bottom: 0px;
}

.card.card-bottom-border-secondary .icon {
  border: 1px solid transparent;
  color: #6c757d;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.card.card-bottom-border-secondary .icon.icon-border-secondary {
  border: 1px solid;
  border-color: #6c757d;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.card-bottom-border-secondary .card-title {
  width: 100%;
}

.card.card-bottom-border-secondary .card-text-secondary {
  margin-bottom: 10px;
  color: #6c757d;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.card-bottom-border-secondary .note-text-secondary i {
  color: #6c757d;
}

.card.card-bottom-border-secondary:hover {
  background: #6c757d;
}

.card.card-bottom-border-secondary:hover .card-title,
.card.card-bottom-border-secondary:hover p,
.card.card-bottom-border-secondary:hover a:not(.dropdown-item),
.card.card-bottom-border-secondary:hover span {
  color: #fff;
}

.card.card-bottom-border-secondary:hover:after {
  transform: translateY(-8px);
}

.card.card-bottom-border-secondary:hover .icon {
  color: #fff;
}

.card.card-bottom-border-secondary:hover .icon.icon-border-secondary {
  border-color: #fff;
}

.card.card-bottom-border-secondary:hover .card-text {
  color: #fff;
}

.card.card-bottom-border-secondary:hover .note-text i {
  color: #fff;
}

.card.card-bottom-border-success {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.card-bottom-border-success:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0%;
  bottom: 0px;
  border: 2px solid;
  border-color: #8ac3a3;
  background-color: #8ac3a3;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.card-bottom-border-success .card-header {
  border-bottom: 0px;
}

.card.card-bottom-border-success .icon {
  border: 1px solid transparent;
  color: #8ac3a3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.card.card-bottom-border-success .icon.icon-border-success {
  border: 1px solid;
  border-color: #8ac3a3;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.card-bottom-border-success .card-title {
  width: 100%;
}

.card.card-bottom-border-success .card-text-success {
  margin-bottom: 10px;
  color: #8ac3a3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.card-bottom-border-success .note-text-success i {
  color: #8ac3a3;
}

.card.card-bottom-border-success:hover {
  background: #8ac3a3;
}

.card.card-bottom-border-success:hover .card-title,
.card.card-bottom-border-success:hover p,
.card.card-bottom-border-success:hover a:not(.dropdown-item),
.card.card-bottom-border-success:hover span {
  color: #fff;
}

.card.card-bottom-border-success:hover:after {
  transform: translateY(-8px);
}

.card.card-bottom-border-success:hover .icon {
  color: #fff;
}

.card.card-bottom-border-success:hover .icon.icon-border-success {
  border-color: #fff;
}

.card.card-bottom-border-success:hover .card-text {
  color: #fff;
}

.card.card-bottom-border-success:hover .note-text i {
  color: #fff;
}

.card.card-bottom-border-info {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.card-bottom-border-info:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0%;
  bottom: 0px;
  border: 2px solid;
  border-color: #87baf5;
  background-color: #87baf5;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.card-bottom-border-info .card-header {
  border-bottom: 0px;
}

.card.card-bottom-border-info .icon {
  border: 1px solid transparent;
  color: #87baf5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.card.card-bottom-border-info .icon.icon-border-info {
  border: 1px solid;
  border-color: #87baf5;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.card-bottom-border-info .card-title {
  width: 100%;
}

.card.card-bottom-border-info .card-text-info {
  margin-bottom: 10px;
  color: #87baf5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.card-bottom-border-info .note-text-info i {
  color: #87baf5;
}

.card.card-bottom-border-info:hover {
  background: #87baf5;
}

.card.card-bottom-border-info:hover .card-title,
.card.card-bottom-border-info:hover p,
.card.card-bottom-border-info:hover a:not(.dropdown-item),
.card.card-bottom-border-info:hover span {
  color: #fff;
}

.card.card-bottom-border-info:hover:after {
  transform: translateY(-8px);
}

.card.card-bottom-border-info:hover .icon {
  color: #fff;
}

.card.card-bottom-border-info:hover .icon.icon-border-info {
  border-color: #fff;
}

.card.card-bottom-border-info:hover .card-text {
  color: #fff;
}

.card.card-bottom-border-info:hover .note-text i {
  color: #fff;
}

.card.card-bottom-border-warning {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.card-bottom-border-warning:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0%;
  bottom: 0px;
  border: 2px solid;
  border-color: #f0864a;
  background-color: #f0864a;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.card-bottom-border-warning .card-header {
  border-bottom: 0px;
}

.card.card-bottom-border-warning .icon {
  border: 1px solid transparent;
  color: #f0864a;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.card.card-bottom-border-warning .icon.icon-border-warning {
  border: 1px solid;
  border-color: #f0864a;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.card-bottom-border-warning .card-title {
  width: 100%;
}

.card.card-bottom-border-warning .card-text-warning {
  margin-bottom: 10px;
  color: #f0864a;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.card-bottom-border-warning .note-text-warning i {
  color: #f0864a;
}

.card.card-bottom-border-warning:hover {
  background: #f0864a;
}

.card.card-bottom-border-warning:hover .card-title,
.card.card-bottom-border-warning:hover p,
.card.card-bottom-border-warning:hover a:not(.dropdown-item),
.card.card-bottom-border-warning:hover span {
  color: #fff;
}

.card.card-bottom-border-warning:hover:after {
  transform: translateY(-8px);
}

.card.card-bottom-border-warning:hover .icon {
  color: #fff;
}

.card.card-bottom-border-warning:hover .icon.icon-border-warning {
  border-color: #fff;
}

.card.card-bottom-border-warning:hover .card-text {
  color: #fff;
}

.card.card-bottom-border-warning:hover .note-text i {
  color: #fff;
}

.card.card-bottom-border-danger {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.card-bottom-border-danger:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0%;
  bottom: 0px;
  border: 2px solid;
  border-color: #f674ad;
  background-color: #f674ad;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.card-bottom-border-danger .card-header {
  border-bottom: 0px;
}

.card.card-bottom-border-danger .icon {
  border: 1px solid transparent;
  color: #f674ad;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.card.card-bottom-border-danger .icon.icon-border-danger {
  border: 1px solid;
  border-color: #f674ad;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.card-bottom-border-danger .card-title {
  width: 100%;
}

.card.card-bottom-border-danger .card-text-danger {
  margin-bottom: 10px;
  color: #f674ad;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.card-bottom-border-danger .note-text-danger i {
  color: #f674ad;
}

.card.card-bottom-border-danger:hover {
  background: #f674ad;
}

.card.card-bottom-border-danger:hover .card-title,
.card.card-bottom-border-danger:hover p,
.card.card-bottom-border-danger:hover a:not(.dropdown-item),
.card.card-bottom-border-danger:hover span {
  color: #fff;
}

.card.card-bottom-border-danger:hover:after {
  transform: translateY(-8px);
}

.card.card-bottom-border-danger:hover .icon {
  color: #fff;
}

.card.card-bottom-border-danger:hover .icon.icon-border-danger {
  border-color: #fff;
}

.card.card-bottom-border-danger:hover .card-text {
  color: #fff;
}

.card.card-bottom-border-danger:hover .note-text i {
  color: #fff;
}

.card.card-bottom-border-light {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.card-bottom-border-light:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0%;
  bottom: 0px;
  border: 2px solid;
  border-color: #848486;
  background-color: #848486;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.card-bottom-border-light .card-header {
  border-bottom: 0px;
}

.card.card-bottom-border-light .icon {
  border: 1px solid transparent;
  color: #848486;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.card.card-bottom-border-light .icon.icon-border-light {
  border: 1px solid;
  border-color: #848486;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.card-bottom-border-light .card-title {
  width: 100%;
}

.card.card-bottom-border-light .card-text-light {
  margin-bottom: 10px;
  color: #848486;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.card-bottom-border-light .note-text-light i {
  color: #848486;
}

.card.card-bottom-border-light:hover {
  background: #848486;
}

.card.card-bottom-border-light:hover .card-title,
.card.card-bottom-border-light:hover p,
.card.card-bottom-border-light:hover a:not(.dropdown-item),
.card.card-bottom-border-light:hover span {
  color: #fff;
}

.card.card-bottom-border-light:hover:after {
  transform: translateY(-8px);
}

.card.card-bottom-border-light:hover .icon {
  color: #fff;
}

.card.card-bottom-border-light:hover .icon.icon-border-light {
  border-color: #fff;
}

.card.card-bottom-border-light:hover .card-text {
  color: #fff;
}

.card.card-bottom-border-light:hover .note-text i {
  color: #fff;
}

.card.card-bottom-border-dark {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.card-bottom-border-dark:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0%;
  bottom: 0px;
  border: 2px solid;
  border-color: #01041b;
  background-color: #01041b;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.card-bottom-border-dark .card-header {
  border-bottom: 0px;
}

.card.card-bottom-border-dark .icon {
  border: 1px solid transparent;
  color: #01041b;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.card.card-bottom-border-dark .icon.icon-border-dark {
  border: 1px solid;
  border-color: #01041b;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.card-bottom-border-dark .card-title {
  width: 100%;
}

.card.card-bottom-border-dark .card-text-dark {
  margin-bottom: 10px;
  color: #01041b;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.card-bottom-border-dark .note-text-dark i {
  color: #01041b;
}

.card.card-bottom-border-dark:hover {
  background: #01041b;
}

.card.card-bottom-border-dark:hover .card-title,
.card.card-bottom-border-dark:hover p,
.card.card-bottom-border-dark:hover a:not(.dropdown-item),
.card.card-bottom-border-dark:hover span {
  color: #fff;
}

.card.card-bottom-border-dark:hover:after {
  transform: translateY(-8px);
}

.card.card-bottom-border-dark:hover .icon {
  color: #fff;
}

.card.card-bottom-border-dark:hover .icon.icon-border-dark {
  border-color: #fff;
}

.card.card-bottom-border-dark:hover .card-text {
  color: #fff;
}

.card.card-bottom-border-dark:hover .note-text i {
  color: #fff;
}

.card.card-bottom-border-purple {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.card-bottom-border-purple:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0%;
  bottom: 0px;
  border: 2px solid;
  border-color: #aa87f5;
  background-color: #aa87f5;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.card-bottom-border-purple .card-header {
  border-bottom: 0px;
}

.card.card-bottom-border-purple .icon {
  border: 1px solid transparent;
  color: #aa87f5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.card.card-bottom-border-purple .icon.icon-border-purple {
  border: 1px solid;
  border-color: #aa87f5;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.card-bottom-border-purple .card-title {
  width: 100%;
}

.card.card-bottom-border-purple .card-text-purple {
  margin-bottom: 10px;
  color: #aa87f5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card.card-bottom-border-purple .note-text-purple i {
  color: #aa87f5;
}

.card.card-bottom-border-purple:hover {
  background: #aa87f5;
}

.card.card-bottom-border-purple:hover:after {
  transform: translateY(-8px);
}

.card.card-bottom-border-purple:hover .icon {
  color: #fff;
}

.card.card-bottom-border-purple:hover .icon.icon-border-purple {
  border-color: #fff;
}

.card.card-bottom-border-purple:hover .card-text {
  color: #fff;
}

.card.card-bottom-border-purple:hover .note-text i {
  color: #fff;
}

.note-detail .card-footer {
  background: unset;
  border: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

.note-detail .note-text {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.note-detail .note-text i {
  vertical-align: text-top;
}

.note-details .form-control {
  font-size: 16px;
  line-height: 31px;
  border: 0;
  border-bottom: 2px solid #DCDDDF;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  background: none;
  color: #768492;
}

.note-details .bootstrap-select .dropdown-toggle {
  padding: .25rem .5rem;
  font-size: 16px;
  line-height: 38px;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #DCDDDF;
}

.note-details .bootstrap-select .dropdown-toggle:focus {
  outline: unset !important;
}

.note-details .dropdown-item:active {
  background-color: #f3f6fd;
}

.card-description {
  position: relative;
}

.card-description.short {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ellipsis-text {
  flex-grow: 1;
  overflow: hidden;
  line-height: 20px;
}

.ellipsis-text.short {
  white-space: nowrap;
  text-overflow: ellipsis;
}

.edit-notes .card .card-footer {
  background-color: transparent !important;
  border: 0;
  padding: 0;
}

/*
 * Background color 
 */
.bg-blue {
  color: #fff;
  background-color: #1f1c2f;
}

a.bg-blue:hover,
a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  color: #fff;
  background-color: #0a090f;
}

.bg-indigo {
  color: #fff;
  background-color: #6610f2;
}

a.bg-indigo:hover,
a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  color: #fff;
  background-color: #510bc4;
}

.bg-purple {
  color: #fff;
  background-color: #AA87F5;
}

a.bg-purple:hover,
a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  color: #fff;
  background-color: #8958f1;
}

.bg-pink {
  color: #363636;
  background-color: #ffd3e2;
}

a.bg-pink:hover,
a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  color: #fff;
  background-color: #ffa0c0;
}

.bg-red {
  color: #fff;
  background-color: #f674ad;
}

a.bg-red:hover,
a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  color: #fff;
  background-color: #f34491;
}

.bg-orange {
  color: #fff;
  background-color: #f0864a;
}

a.bg-orange:hover,
a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  color: #fff;
  background-color: #ec671b;
}

.bg-yellow {
  color: #fff;
  background-color: #f0864a;
}

a.bg-yellow:hover,
a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  color: #fff;
  background-color: #ec671b;
}

.bg-green {
  color: #fff;
  background-color: #8ac3a3;
}

a.bg-green:hover,
a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  color: #fff;
  background-color: #68b288;
}

.bg-teal {
  color: #fff;
  background-color: #20c997;
}

a.bg-teal:hover,
a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  color: #fff;
  background-color: #199d76;
}

.bg-cyan {
  color: #fff;
  background-color: #87baf5;
}

a.bg-cyan:hover,
a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  color: #fff;
  background-color: #589ff1;
}

.bg-white {
  color: #363636;
  background-color: #fff;
}

a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  color: #fff;
  background-color: #e6e6e6;
}

.bg-gray {
  color: #fff;
  background-color: #6c757d;
}

a.bg-gray:hover,
a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  color: #fff;
  background-color: #545b62;
}

.bg-gray-dark {
  color: #fff;
  background-color: #01041b;
}

a.bg-gray-dark:hover,
a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
  color: #fff;
  background-color: black;
}

.bg-skyblue {
  color: #fff;
  background-color: #158df7;
}

a.bg-skyblue:hover,
a.bg-skyblue:focus,
button.bg-skyblue:hover,
button.bg-skyblue:focus {
  color: #fff;
  background-color: #0773d2;
}

.bg-gradient-blue {
  background: #1f1c2f linear-gradient(180deg, #3f3d4e, #1f1c2f) repeat-x;
}

.bg-gradient-indigo {
  background: #6610f2 linear-gradient(180deg, #7b33f4, #6610f2) repeat-x;
}

.bg-gradient-purple {
  background: #AA87F5 linear-gradient(180deg, #b598f6, #AA87F5) repeat-x;
}

.bg-gradient-pink {
  background: #ffd3e2 linear-gradient(180deg, #fdd8e6, #ffd3e2) repeat-x;
}

.bg-gradient-red {
  background: #f674ad linear-gradient(180deg, #f688b9, #f674ad) repeat-x;
}

.bg-gradient-orange {
  background: #f0864a linear-gradient(180deg, #f09765, #f0864a) repeat-x;
}

.bg-gradient-yellow {
  background: #f0864a linear-gradient(180deg, #f09765, #f0864a) repeat-x;
}

.bg-gradient-green {
  background: #8ac3a3 linear-gradient(180deg, #9acbb1, #8ac3a3) repeat-x;
}

.bg-gradient-teal {
  background: #20c997 linear-gradient(180deg, #40d0a6, #20c997) repeat-x;
}

.bg-gradient-cyan {
  background: #87baf5 linear-gradient(180deg, #97c3f6, #87baf5) repeat-x;
}

.bg-gradient-white {
  background: #fff linear-gradient(180deg, #fdfeff, #fff) repeat-x;
}

.bg-gradient-gray {
  background: #6c757d linear-gradient(180deg, #808890, #6c757d) repeat-x;
}

.bg-gradient-gray-dark {
  background: #01041b linear-gradient(180deg, #25283d, #01041b) repeat-x;
}

.bg-gradient-skyblue {
  background: #158df7 linear-gradient(180deg, #369df8, #158df7) repeat-x;
}

.bg-gradient-primary {
  background: #1f1c2f linear-gradient(180deg, #3f3d4e, #1f1c2f) repeat-x;
}

.bg-gradient-secondary {
  background: #6c757d linear-gradient(180deg, #808890, #6c757d) repeat-x;
}

.bg-gradient-success {
  background: #8ac3a3 linear-gradient(180deg, #9acbb1, #8ac3a3) repeat-x;
}

.bg-gradient-info {
  background: #87baf5 linear-gradient(180deg, #97c3f6, #87baf5) repeat-x;
}

.bg-gradient-warning {
  background: #f0864a linear-gradient(180deg, #f09765, #f0864a) repeat-x;
}

.bg-gradient-danger {
  background: #f674ad linear-gradient(180deg, #f688b9, #f674ad) repeat-x;
}

.bg-gradient-light {
  background: #848486 linear-gradient(180deg, #959598, #848486) repeat-x;
}

.bg-gradient-dark {
  background: #01041b linear-gradient(180deg, #25283d, #01041b) repeat-x;
}

.bg-gradient-purple {
  background: #AA87F5 linear-gradient(180deg, #b598f6, #AA87F5) repeat-x;
}


.bg-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover,
a.badge-secondary:focus,
button.badge-secondary:hover,
button.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

.bg-success {
  color: #fff;
  background-color: #8ac3a3;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  color: #fff;
  background-color: #68b288;
}

.badge-success {
  color: #fff;
  background-color: #8ac3a3;
}

a.badge-success:hover,
a.badge-success:focus,
button.badge-success:hover,
button.badge-success:focus {
  color: #fff;
  background-color: #68b288;
}

.bg-info {
  color: #fff;
  background-color: #87baf5;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  color: #fff;
  background-color: #589ff1;
}

.badge-info {
  color: #fff;
  background-color: #87baf5;
}

a.badge-info:hover,
a.badge-info:focus,
button.badge-info:hover,
button.badge-info:focus {
  color: #fff;
  background-color: #589ff1;
}

.bg-warning {
  color: #fff;
  background-color: #f0864a;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  color: #fff;
  background-color: #ec671b;
}

.badge-warning {
  color: #fff;
  background-color: #f0864a;
}

a.badge-warning:hover,
a.badge-warning:focus,
button.badge-warning:hover,
button.badge-warning:focus {
  color: #fff;
  background-color: #ec671b;
}

.bg-danger {
  color: #fff;
  background-color: #f674ad;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  color: #fff;
  background-color: #f34491;
}

.badge-danger {
  color: #fff;
  background-color: #f674ad;
}

a.badge-danger:hover,
a.badge-danger:focus,
button.badge-danger:hover,
button.badge-danger:focus {
  color: #fff;
  background-color: #f34491;
}

.bg-light {
  color: #fff;
  background-color: #848486;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  color: #fff;
  background-color: #6b6b6c;
}

.badge-light {
  color: #fff;
  background-color: #848486;
}

a.badge-light:hover,
a.badge-light:focus,
button.badge-light:hover,
button.badge-light:focus {
  color: #fff;
  background-color: #6b6b6c;
}

.bg-dark {
  color: #fff;
  background-color: #01041b;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  color: #fff;
  background-color: black;
}

.badge-dark {
  color: #fff;
  background-color: #01041b;
}

a.badge-dark:hover,
a.badge-dark:focus,
button.badge-dark:hover,
button.badge-dark:focus {
  color: #fff;
  background-color: black;
}

.bg-purple {
  color: #fff;
  background-color: #AA87F5;
}

a.bg-purple:hover,
a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  color: #fff;
  background-color: #8958f1;
}

.badge-purple {
  color: #fff;
  background-color: #AA87F5;
}

a.badge-purple:hover,
a.badge-purple:focus,
button.badge-purple:hover,
button.badge-purple:focus {
  color: #fff;
  background-color: #8958f1;
}

.bg-primary-light {
  color: #403f46;
  background-color: #c0bfc5;
}

a.bg-primary-light:hover,
a.bg-primary-light:focus,
button.bg-primary-light:hover,
button.bg-primary-light:focus {
  color: #403f46;
  background-color: #a6a4ad;
}

.bg-secondary-light {
  color: #53585f;
  background-color: #d6d8db;
}

a.bg-secondary-light:hover,
a.bg-secondary-light:focus,
button.bg-secondary-light:hover,
button.bg-secondary-light:focus {
  color: #53585f;
  background-color: #bbbec3;
}

.bg-success-light {
  color: #468762;
  background-color: #deeee5;
}

a.bg-success-light:hover,
a.bg-success-light:focus,
button.bg-success-light:hover,
button.bg-success-light:focus {
  color: #468762;
  background-color: #bcddca;
}

.bg-info-light {
  color: #126ac8;
  background-color: #ddecfc;
}

a.bg-info-light:hover,
a.bg-info-light:focus,
button.bg-info-light:hover,
button.bg-info-light:focus {
  color: #126ac8;
  background-color: #aed2f8;
}

.bg-warning-light {
  color: #b94c0f;
  background-color: #fbddcc;
}

a.bg-warning-light:hover,
a.bg-warning-light:focus,
button.bg-warning-light:hover,
button.bg-warning-light:focus {
  color: #b94c0f;
  background-color: #f7bd9d;
}

.bg-danger-light {
  color: #c60f60;
  background-color: #fcd8e8;
}

a.bg-danger-light:hover,
a.bg-danger-light:focus,
button.bg-danger-light:hover,
button.bg-danger-light:focus {
  color: #c60f60;
  background-color: #f8a9cc;
}

.bg-light-light {
  color: #5e5e5e;
  background-color: #dddddd;
}

a.bg-light-light:hover,
a.bg-light-light:focus,
button.bg-light-light:hover,
button.bg-light-light:focus {
  color: #5e5e5e;
  background-color: #c4c4c4;
}

.bg-dark-light {
  color: #393a3f;
  background-color: #b8b9bf;
}

a.bg-dark-light:hover,
a.bg-dark-light:focus,
button.bg-dark-light:hover,
button.bg-dark-light:focus {
  color: #393a3f;
  background-color: #9d9fa7;
}

.bg-purple-light {
  color: #4d12c8;
  background-color: #e7ddfc;
}

a.bg-purple-light:hover,
a.bg-purple-light:focus,
button.bg-purple-light:hover,
button.bg-purple-light:focus {
  color: #4d12c8;
  background-color: #c6aef8;
}


/*** Text color variations ***/
.text-blue {
  color: #1f1c2f !important;
}

a.text-blue:hover,
a.text-blue:focus {
  color: black !important;
}

.text-indigo {
  color: #6610f2 !important;
}

a.text-indigo:hover,
a.text-indigo:focus {
  color: #4709ac !important;
}

.text-purple {
  color: #AA87F5 !important;
}

a.text-purple:hover,
a.text-purple:focus {
  color: #7840ef !important;
}

.text-pink {
  color: #ffd3e2 !important;
}

a.text-pink:hover,
a.text-pink:focus {
  color: #ff87b0 !important;
}

.text-red {
  color: #f674ad !important;
}

a.text-red:hover,
a.text-red:focus {
  color: #f12c83 !important;
}

.text-orange {
  color: #f0864a !important;
}

a.text-orange:hover,
a.text-orange:focus {
  color: #db5b12 !important;
}

.text-yellow {
  color: #f0864a !important;
}

a.text-yellow:hover,
a.text-yellow:focus {
  color: #db5b12 !important;
}

.text-green {
  color: #8ac3a3 !important;
}

a.text-green:hover,
a.text-green:focus {
  color: #57a97b !important;
}

.text-teal {
  color: #20c997 !important;
}

a.text-teal:hover,
a.text-teal:focus {
  color: #158765 !important;
}

.text-cyan {
  color: #87baf5 !important;
}

a.text-cyan:hover,
a.text-cyan:focus {
  color: #4091ef !important;
}

.text-white {
  color: #fff !important;
}

a.text-white:hover,
a.text-white:focus {
  color: #d9d9d9 !important;
}

.text-gray {
  color: #6c757d !important;
}

a.text-gray:hover,
a.text-gray:focus {
  color: #494f54 !important;
}

.text-gray-dark {
  color: #01041b !important;
}

a.text-gray-dark:hover,
a.text-gray-dark:focus {
  color: black !important;
}

.text-skyblue {
  color: #158df7 !important;
}

a.text-skyblue:hover,
a.text-skyblue:focus {
  color: #0665b9 !important;
}




.iq-icons-list {
  line-height: 50px;
  margin-bottom: 15px;
  display: inline-block;
}

.iq-icons-list i {
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  width: 40px;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  display: inline-block;
}

.iq-icons-list .icon {
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 50px;
  margin-right: 10px;
  display: inline-block;
}

.iq-icons-list span {
  display: inline-block;
  vertical-align: middle;
}

.iq-card-icon {
  height: 60px;
  width: 60px;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
}

.ion-icon {
  height: 15px;
  width: 15px;
  line-height: 15px;
  font-size: 22px;
  margin-right: 10px;
}

.iq-iconbox {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 25px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.iq-icon-box {
  height: 64px;
  width: 64px;
  min-width: 64px;
  line-height: 64px;
  text-align: center;
  margin-right: 10px;
  font-size: 26px;
  text-decoration: none;
}

.card.iq-border-box {
  border-bottom: 4px solid;
}

.profile-icon {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.iq-error {
  width: 100%;
  overflow: hidden;
  display: inline-block;
}

.iq-error h1.text-in-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 8em;
  font-weight: 700;
}

.iq-error-img {
  position: static;
  display: inline-block;
  margin-bottom: 20px;
}

.iq-error-img {
  width: 50%;
}

.height-self-center {
  height: 100vh;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.iq-maintenance img {
  width: 30%;
}

@media (max-width: 767px) {
  .iq-error h1.text-in-box {
    font-size: 5em;
  }
}

@media (max-width: 479px) {
  .iq-error h1.text-in-box {
    font-size: 4em;
  }

  .iq-error h2 {
    font-size: 1.5em;
  }
}

.login-content {
  position: relative;
  height: 100vh;
  z-index: 99;
}

.login-content .floating-label label {
  color: #768492;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.login-content .form-control {
  border-color: #DCDDDF;
}

.login-content .form-control:focus {
  border-width: 2px;
  border-color: #1f1c2f;
}

.login-content .custom-control-label::before {
  background-color: #f3f6fd;
}

.login-content .sign-user_card {
  padding: 20px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 40px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.login-content .sign-user_card .logo-detail {
  margin: 0 auto 20px;
  text-align: center;
  display: inline-block;
}

.login-content .sign-user_card .logo {
  max-height: 50px;
}

.login-content .sign-user_card .custom-control-label {
  color: #768492;
}

.login-content .sign-user_card .logo-detail {
  margin: 0 auto 20px;
  text-align: center;
  display: inline-block;
}

.floating-label {
  position: relative;
  margin-bottom: 20px;
}

.floating-input:focus~label {
  color: #1f1c2f;
  top: 0;
  left: 6px;
  font-size: 10px;
  background: #f3f6fd;
  padding: 1px 8px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.floating-input:not(:placeholder-shown) {
  color: #768492;
  border: 1px solid #848486;
}

.floating-input:not(:placeholder-shown)~label {
  top: 0;
  font-size: 10px;
  left: 6px;
  background: #f3f6fd;
  padding: 5px 8px;
}

@media (min-width: 992px) {
  .lb-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 213px;
  }

  .rb-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 194px;
  }

  .cnf-mail {
    width: 80%;
  }
}

@media (max-width: 991px) {
  .lb-img {
    display: none;
  }

  .rb-img {
    display: none;
  }
}

#loading {
  background-color: #f3f6fd;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  overflow: hidden !important;
  right: 0px;
  z-index: 999999;
}

#loading-center {
  background: url(../images/loader.gif) no-repeat scroll center center;
  background-size: 20%;
  width: 100%;
  height: 100%;
  position: relative;
}

.loader {
  width: 3em;
  height: 3em;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}



.iq-note-callapse-btn {
  line-height: 38px;
  color: #848486;
}

.card.card-content-left {
  width: 85%;
  margin-right: 30px;
}

.write-card {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.note-right .view-btn.btn-dropdown {
  padding: 0 10px;
  width: 35px;
  height: 38px;
  line-height: 38px;
}

.note-right .dropdown-toggle:after {
  display: none;
}

.iq-icon-box-2 {
  height: 45px;
  width: 45px;
  min-width: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 22px;
  text-decoration: none;
}

.iq-icon-box-2 .svg-icon {
  text-align: center;
  margin-top: -5px;
}

.iq-grid .view-btn {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #f3f6fd;
}

.iq-grid .list-grid-toggle .icon.i-grid {
  display: none;
}

.iq-grid .list-grid-toggle .icon.active.i-grid {
  display: block;
  height: 40px;
  width: 40px;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  background: #f3f6fd;
}

.iq-grid .list-grid-toggle .icon.active.i-list {
  display: none;
}

.iq-grid .list-grid-toggle .icon.i-list {
  display: block;
  height: 40px;
  width: 40px;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  background: #f3f6fd;
}

.iq-grid .list-grid-toggle .label.label-list {
  display: none;
}

.iq-grid .icon.i-grid {
  display: none;
}

.iq-grid .icon.active.i-grid {
  display: block;
}

.iq-grid .icon.active.i-list {
  display: none;
}

.iq-grid .icon.i-list {
  display: block;
}

.note-tab .nav-item:first-child .nav-link {
  margin-left: 0;
}

.note-tab .nav-item:last-child .nav-link {
  margin-right: 0;
}

.note-tab .nav-item .nav-link {
  margin: 0 1rem;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  color: #848486;
  font-weight: 600;
}

.note-tab .nav-item .nav-link.active {
  background-color: transparent;
  border-bottom-color: #1f1c2f;
  color: #1f1c2f;
}

.note-tab .nav-item .nav-link:hover {
  border-bottom-color: #1f1c2f;
  color: #1f1c2f;
}

.header-title i {
  vertical-align: middle;
}

.edit-notes .ql-toolbar.ql-snow {
  top: -7px;
}

.note-content {
  min-height: 370px;
}

.note-content .icon.i-grid {
  display: none;
}

.note-content .icon.active.i-grid {
  display: block;
}

.note-content .icon.active.i-list {
  display: none;
}

.note-content .icon.i-list {
  display: block;
}

.note-detail .checkbox-input {
  vertical-align: middle;
}

.note-detail .note-checkbox {
  color: #768492;
}

.note-detail:hover .note-content .tab-pane .note-list {
  color: #fff;
}

.note-detail:hover .note-checkbox {
  color: #fff;
}


.add-tag a {
  position: absolute;
  left: 20px;
}

.add-tag .search-input {
  width: 100%;
  border: 0;
  background: unset;
  padding-left: 35px;
}

.btn-cancel {
  cursor: pointer;
  font-size: 22px;
}

@media (max-width: 991px) {
  .card.card-content-left {
    width: 100%;
    margin-right: 0px;
  }

  .card.card-content-right {
    display: none;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: 0;
    right: auto;
  }
}


.note-detail .note-list {
  position: relative;
}

.note-detail a.badge {
  display: inline-flex;
  padding: 7px 15px;
  font-size: 16px;
  font-weight: normal;
}

.note-detail .card-text i {
  vertical-align: bottom;
}

.note-detail:hover .note-list {
  color: #fff;
}

.icon-btn-primary {
  border: 1px solid;
  border-color: #2a263f;
  position: relative;
  color: #131313;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.icon-btn-secondary {
  border: 1px solid;
  border-color: #78828a;
  position: relative;
  color: #131313;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.icon-btn-success {
  border: 1px solid;
  border-color: #9bccb0;
  position: relative;
  color: #131313;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.icon-btn-info {
  border: 1px solid;
  border-color: #9fc8f7;
  position: relative;
  color: #131313;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.icon-btn-warning {
  border: 1px solid;
  border-color: #f29662;
  position: relative;
  color: #131313;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.icon-btn-danger {
  border: 1px solid;
  border-color: #f88cbb;
  position: relative;
  color: #131313;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.icon-btn-light {
  border: 1px solid;
  border-color: #919193;
  position: relative;
  color: #131313;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.icon-btn-dark {
  border: 1px solid;
  border-color: #020834;
  position: relative;
  color: #131313;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.icon-btn-purple {
  border: 1px solid;
  border-color: #bb9ff7;
  position: relative;
  color: #131313;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tag-details .icon-btn {
  height: 35px;
  width: 35px;
  line-height: 34px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  margin-right: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}