﻿ 
/* Container */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-fluid {
  width: 100%;
  padding: 0 15px;
}

/* Row */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

/* Base col */
[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  box-sizing: border-box;
}

/* col- (all screens) */
.col-1  { width: 8.3333%; }
.col-2  { width: 16.6666%; }
.col-3  { width: 25%; }
.col-4  { width: 33.3333%; }
.col-5  { width: 41.6666%; }
.col-6  { width: 50%; }
.col-7  { width: 58.3333%; }
.col-8  { width: 66.6666%; }
.col-9  { width: 75%; }
.col-10 { width: 83.3333%; }
.col-11 { width: 91.6666%; }
.col-12 { width: 100%; }
.col-auto { width: auto; }

/* col-sm- (≥576px) */
@media (min-width: 576px) {
  .col-sm-1  { width: 8.3333%; }
  .col-sm-2  { width: 16.6666%; }
  .col-sm-3  { width: 25%; }
  .col-sm-4  { width: 33.3333%; }
  .col-sm-5  { width: 41.6666%; }
  .col-sm-6  { width: 50%; }
  .col-sm-7  { width: 58.3333%; }
  .col-sm-8  { width: 66.6666%; }
  .col-sm-9  { width: 75%; }
  .col-sm-10 { width: 83.3333%; }
  .col-sm-11 { width: 91.6666%; }
  .col-sm-12 { width: 100%; }
  .col-sm-auto { width: auto; }
}

/* col-md- (≥768px) */
@media (min-width: 768px) {
  .col-md-1  { width: 8.3333%; }
  .col-md-2  { width: 16.6666%; }
  .col-md-3  { width: 25%; }
  .col-md-4  { width: 33.3333%; }
  .col-md-5  { width: 41.6666%; }
  .col-md-6  { width: 50%; }
  .col-md-7  { width: 58.3333%; }
  .col-md-8  { width: 66.6666%; }
  .col-md-9  { width: 75%; }
  .col-md-10 { width: 83.3333%; }
  .col-md-11 { width: 91.6666%; }
  .col-md-12 { width: 100%; }
  .col-md-auto { width: auto; }

  /* Offsets */
  .offset-md-1  { margin-left: 8.3333%; }
  .offset-md-2  { margin-left: 16.6666%; }
  .offset-md-3  { margin-left: 25%; }
  .offset-md-4  { margin-left: 33.3333%; }
  .offset-md-5  { margin-left: 41.6666%; }
  .offset-md-6  { margin-left: 50%; }
  .offset-md-7  { margin-left: 58.3333%; }
  .offset-md-8  { margin-left: 66.6666%; }
  .offset-md-9  { margin-left: 75%; }
  .offset-md-10 { margin-left: 83.3333%; }
  .offset-md-11 { margin-left: 91.6666%; }
}

/* col-lg- (≥992px) */
@media (min-width: 992px) {
  .col-lg-1  { width: 8.3333%; }
  .col-lg-2  { width: 16.6666%; }
  .col-lg-3  { width: 25%; }
  .col-lg-4  { width: 33.3333%; }
  .col-lg-5  { width: 41.6666%; }
  .col-lg-6  { width: 50%; }
  .col-lg-7  { width: 58.3333%; }
  .col-lg-8  { width: 66.6666%; }
  .col-lg-9  { width: 75%; }
  .col-lg-10 { width: 83.3333%; }
  .col-lg-11 { width: 91.6666%; }
  .col-lg-12 { width: 100%; }
  .col-lg-auto { width: auto; }
}

/* col-xl- (≥1200px) */
@media (min-width: 1200px) {
  .col-xl-1  { width: 8.3333%; }
  .col-xl-2  { width: 16.6666%; }
  .col-xl-3  { width: 25%; }
  .col-xl-4  { width: 33.3333%; }
  .col-xl-5  { width: 41.6666%; }
  .col-xl-6  { width: 50%; }
  .col-xl-7  { width: 58.3333%; }
  .col-xl-8  { width: 66.6666%; }
  .col-xl-9  { width: 75%; }
  .col-xl-10 { width: 83.3333%; }
  .col-xl-11 { width: 91.6666%; }
  .col-xl-12 { width: 100%; }
  .col-xl-auto { width: auto; }
}

/* col-xxl- (≥1400px) */
@media (min-width: 1400px) {
  .col-xxl-1  { width: 8.3333%; }
  .col-xxl-2  { width: 16.6666%; }
  .col-xxl-3  { width: 25%; }
  .col-xxl-4  { width: 33.3333%; }
  .col-xxl-5  { width: 41.6666%; }
  .col-xxl-6  { width: 50%; }
  .col-xxl-7  { width: 58.3333%; }
  .col-xxl-8  { width: 66.6666%; }
  .col-xxl-9  { width: 75%; }
  .col-xxl-10 { width: 83.3333%; }
  .col-xxl-11 { width: 91.6666%; }
  .col-xxl-12 { width: 100%; }
  .col-xxl-auto { width: auto; }
}
/* Base table */
.table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
  font-size: 14px;
  color: #212529;
}

.table th,
.table td {
  padding: 10px 12px;
  vertical-align: top;
  border-bottom: 1px solid #dee2e6;
  text-align: left;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  font-weight: 600;
}

/* Striped */
.table-striped tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}

/* Bordered */
.table-bordered,
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

/* Borderless */
.table-borderless th,
.table-borderless td,
.table-borderless thead th {
  border: none;
}

/* Hover */
.table-hover tbody tr:hover {
  background-color: #f1f1f1;
  cursor: pointer;
}

/* Small / compact */
.table-sm th,
.table-sm td {
  padding: 5px 8px;
}

/* Responsive wrapper */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Color variants — thead */
.table-dark thead,
.thead-dark tr {
  background-color: #212529;
  color: #fff;
}

.table-light thead,
.thead-light tr {
  background-color: #f8f9fa;
  color: #212529;
}

/* Row / cell color variants */
.table-primary    { background-color: #cfe2ff; color: #084298; }
.table-secondary  { background-color: #e2e3e5; color: #41464b; }
.table-success    { background-color: #d1e7dd; color: #0f5132; }
.table-danger     { background-color: #f8d7da; color: #842029; }
.table-warning    { background-color: #fff3cd; color: #664d03; }
.table-info       { background-color: #cff4fc; color: #055160; }
.table-light      { background-color: #f8f9fa; color: #212529; }
.table-dark       { background-color: #212529; color: #fff;    }

/* Full dark table */
.table.table-dark {
  background-color: #212529;
  color: #fff;
}

.table.table-dark th,
.table.table-dark td {
  border-color: #373b3e;
}

.table.table-dark.table-striped tbody tr:nth-child(odd) {
  background-color: #2c3034;
}

.table.table-dark.table-hover tbody tr:hover {
  background-color: #323539;
}


.card {
  position: relative;
  -webkit-box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.075);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(222, 226, 230, 0.7);
  border-radius: 0.25rem;
}

.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: 0.25rem;
  border-top-right-radius: 0.25rem;
}

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

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.3rem 1.3rem;
}

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

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

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

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

.card-link + .card-link {
  margin-left: 1.3rem /* rtl:ignore */;
}

.card-header {
  padding: 1.3rem 1.3rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(222, 226, 230, 0.7);
}

.card-header:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
}

.card-footer {
  padding: 1.3rem 1.3rem;
  background-color: #fff;
  border-top: 0 solid rgba(222, 226, 230, 0.7);
}

.card-footer:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}

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

.card-header-tabs .nav-link.active {
  background-color: #fff;
  border-bottom-color: #fff;
}

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: 0.25rem;
}

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

.card-img,
.card-img-top {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            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;
  }
}


/* GRID STYLE PRODUCT ITEM */
.card-product-grid {
  margin-bottom: 20px;
}

.card-product-grid .info-wrap {
  padding: 1rem;
}

.card-product-grid a.title {
  color: #6c757d;
  display: block;
  text-decoration: none;
}

.card-product-grid a.title:hover {
  color: #ed8b4a;
}

.card-product-grid:hover {
  border-color: #eee;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

/* LARGE LIST STYLE PRODUCT ITEM */
.card-product-list {
  margin-bottom: 20px;
}

.card-product-list .img-wrap {
  height: 220px;
  border-radius: 0.25rem 0 0 0.25rem;
}

.card-product-list .info-main {
  padding: 1.5rem 1rem;
}

.card-product-list .info-aside {
  padding: 1.5rem 1rem;
  border-left: 1px solid #eee;
  height: 100%;
}

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

.card-user .card-header {
  position: relative;
  height: 100px;
  background-color: #9476d3 !important;
  text-align: center;
}

.card-user .img-avatar {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
 top: 100%;
    left: 50%;
}

.card-user .card-body {
  text-align: center;
}
.img-avatar {
    border-radius: 100%;
    border: 3px solid #fff;
}
 
.img-md {
    width: 112px;
    height: 112px;
}


.demo-popover .popover,
.demo-tooltip .tooltip {
    position: relative;
    margin-right: 25px;
    opacity: 1;
    display: inline-block
}

.tooltip-inner {
    border-radius: 3px;
    padding: 5px 10px
}

.tooltip.in {
    opacity: 1
}

.tooltip-primary+.tooltip .tooltip-inner,
.tooltip-primary.tooltip .tooltip-inner {
    color: #fff;
    background-color: #0283cc
}

.tooltip-primary+.tooltip.top .tooltip-arrow,
.tooltip-primary.tooltip.top .tooltip-arrow {
    border-top-color: #0283cc
}

.tooltip-primary+.tooltip.right .tooltip-arrow,
.tooltip-primary.tooltip.right .tooltip-arrow {
    border-right-color: #0283cc
}

.tooltip-primary+.tooltip.bottom .tooltip-arrow,
.tooltip-primary.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #0283cc
}

.tooltip-primary+.tooltip.left .tooltip-arrow,
.tooltip-primary.tooltip.left .tooltip-arrow {
    border-left-color: #0283cc
}

.tooltip-success+.tooltip .tooltip-inner,
.tooltip-success.tooltip .tooltip-inner {
    color: #fff;
    background-color: #2ecc71
}

.tooltip-success+.tooltip.top .tooltip-arrow,
.tooltip-success.tooltip.top .tooltip-arrow {
    border-top-color: #2ecc71
}

.tooltip-success+.tooltip.right .tooltip-arrow,
.tooltip-success.tooltip.right .tooltip-arrow {
    border-right-color: #2ecc71
}

.tooltip-success+.tooltip.bottom .tooltip-arrow,
.tooltip-success.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #2ecc71
}

.tooltip-success+.tooltip.left .tooltip-arrow,
.tooltip-success.tooltip.left .tooltip-arrow {
    border-left-color: #2ecc71
}

.tooltip-warning+.tooltip .tooltip-inner,
.tooltip-warning.tooltip .tooltip-inner {
    color: #fff;
    background-color: #ffb136
}

.tooltip-warning+.tooltip.top .tooltip-arrow,
.tooltip-warning.tooltip.top .tooltip-arrow {
    border-top-color: #ffb136
}

.tooltip-warning+.tooltip.right .tooltip-arrow,
.tooltip-warning.tooltip.right .tooltip-arrow {
    border-right-color: #ffb136
}

.tooltip-warning+.tooltip.bottom .tooltip-arrow,
.tooltip-warning.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ffb136
}

.tooltip-warning+.tooltip.left .tooltip-arrow,
.tooltip-warning.tooltip.left .tooltip-arrow {
    border-left-color: #ffb136
}

.tooltip-info+.tooltip .tooltip-inner,
.tooltip-info.tooltip .tooltip-inner {
    color: #fff;
    background-color: #00bbd9
}

.tooltip-info+.tooltip.top .tooltip-arrow,
.tooltip-info.tooltip.top .tooltip-arrow {
    border-top-color: #00bbd9
}

.tooltip-info+.tooltip.right .tooltip-arrow,
.tooltip-info.tooltip.right .tooltip-arrow {
    border-right-color: #00bbd9
}

.tooltip-info+tooltip.bottom .tooltip-arrow,
.tooltip-info.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #00bbd9
}

.tooltip-info+.tooltip.left .tooltip-arrow,
.tooltip-info.tooltip.left .tooltip-arrow {
    border-left-color: #00bbd9
}

.tooltip-danger+.tooltip .tooltip-inner,
.tooltip-danger.tooltip .tooltip-inner {
    color: #fff;
    background-color: #e74a25
}

.tooltip-danger+.tooltip.top .tooltip-arrow,
.tooltip-danger.tooltip.top .tooltip-arrow {
    border-top-color: #e74a25
}

.tooltip-danger+.tooltip.right .tooltip-arrow,
.tooltip-danger.tooltip.right .tooltip-arrow {
    border-right-color: #e74a25
}

.tooltip-danger+.tooltip.bottom .tooltip-arrow,
.tooltip-danger.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #e74a25
}

.tooltip-danger+.tooltip.left .tooltip-arrow,
.tooltip-danger.tooltip.left .tooltip-arrow {
    border-left-color: #e74a25
}

.material-icons {
    font-family: "Material Icons Round";
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    vertical-align: middle;
    display: inline-block;
    line-height: 0.9;
    text-transform: none;
    letter-spacing: normal;
    -ms-word-wrap: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}


/*dropdown*/

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #141432;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.dropdown-menu[style] {
  right: auto !important;
}

.dropdown-menu-start {
  --bs-position: start;
  right: auto /* rtl:ignore */;
  left: 0 /* rtl:ignore */;
}

.dropdown-menu-end {
  --bs-position: end;
  right: 0 /* rtl:ignore */;
  left: auto /* rtl:ignore */;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #141432;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #12122d;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #3167EB;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #141432;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #1D1D42;
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #3167EB;
}

.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.dropdown-toggle:after {
  position: absolute;
  top: 50%;
  color: #adb5bd;
}

.dropdown-menu {
  min-width: 10rem;
  padding: .5rem 0;
  margin: 0;
  font-size: 13px;
  color: #6c757d;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
  box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
}

.dropdown-menu .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: .35rem 1.2rem;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  border: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 16px;
  color: #adb5bd;
}

.dropdown-menu .dropdown-item img {
  max-width: 40px;
  margin-right: 10px;
}


/* ITEMSIDE */
.itemside {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.itemside .aside, .itemside .left {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.itemside .info {
  padding-left: 15px;
  padding-right: 7px;
}

.itemside p {
  margin-bottom: 0;
}

.itemside .title {
  display: block;
  margin-bottom: 5px;
}

.itemside a.title:hover {
  color: #ed8b4a;
}

a.itemside {
  color: initial;
  text-decoration: none;
}

a.itemside:hover .title {
  text-decoration: underline;
}


/* ITEM LIST */
.itemlist {
  border-bottom: 1px solid #eee;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.5rem 0.5rem;
}

.itemlist:hover {
  background-color: rgba(59, 183, 126, 0.075);
}

/* ITEMSIDE */
.itemside {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.itemside .aside, .itemside .left {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.itemside .info {
  padding-left: 15px;
  padding-right: 7px;
}

.itemside p {
  margin-bottom: 0;
}

.itemside .title {
  display: block;
  margin-bottom: 5px;
}

.itemside a.title:hover {
  color: #ed8b4a;
}

a.itemside {
  color: initial;
  text-decoration: none;
}

a.itemside:hover .title {
  text-decoration: underline;
}
