@charset "UTF-8";

.widget-more-link {
  text-align: center;
  padding: 10px 0 !important;
  border-top: 1px solid;
  border-color: #4B535B;
  display: block;
  text-decoration: none !important;
  font-size: 10px;
  font-weight: 600;
  color: white;
}

.widget-more-link:hover,
.widget-more-link:focus {
  background: rgba(0, 0, 0, 0.03);
  color: #fff;
}

.widget-activity-item {
  position: relative;
  padding: 12px 64px 12px 15px;
}

.widget-activity-item:before,
.widget-activity-item:after {
  content: " ";
  display: table;
}

.widget-activity-item:after {
  clear: both;
}

.widget-activity-item + .widget-activity-item {
  border-top: 1px solid #4B535B;
}

.widget-activity-avatar {
  position: relative;
  display: block;
  float: right;
  width: 34px;
  height: 34px;
  margin-top: 3px;
  margin-right: -49px;
}

.widget-activity-avatar > img {
  width: 34px;
  height: 34px;
  border-radius: 2px;
}

.widget-activity-icon {
  position: absolute;
  top: -5px;
  left: -5px;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 999px;
  background: #fafafa;
  font-size: 10px;
  line-height: 20px;
}

.widget-activity-text {
  margin: 3px 0;
}

.widget-activity-footer {
  color: #8f979f;
}

.widget-activity-footer,
.widget-activity-footer a {
  color: #8f979f;
  font-size: 12px;
}

.widget-activity-footer a {
  display: inline-block;
  margin-left: 10px;
}

.widget-activity-footer a:hover,
.widget-activity-footer a:focus {
  color: #fff;
}

.panel.widget-activity .panel-body {
  padding: 0;
}

.panel .widget-activity-item {
  padding-left: 20px;
  padding-right: 69px;
}

.panel-title + .widget-activity-item {
  border-top: 1px solid #4B535B;
}

.widget-profile .panel-heading {
  overflow: hidden;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  white-space: nowrap;
}

.widget-profile .panel-heading:before,
.widget-profile .panel-heading:after {
  content: " ";
  display: table;
}

.widget-profile .panel-heading:after {
  clear: both;
}

.widget-profile .panel-heading * {
  white-space: normal;
}

.widget-profile-avatar {
  display: inline-block;
  width: 52px;
  height: 52px;
  border-radius: 999px;
}

.widget-profile-header {
  display: inline-block;
  margin: 0;
  padding-left: 52px;
  vertical-align: middle;
  line-height: 1.2;
}

.widget-profile-avatar + .widget-profile-header {
  padding-right: 10px;
}

.widget-profile-secondary-text {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: normal;
}

.widget-profile-bg-icon {
  position: absolute;
  left: 5px;
  bottom: -23px;
  overflow: hidden;
  height: 100px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 100px;
  line-height: 100px;
}

.widget-profile-counters {
  display: table;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  font-size: 11px;
}

.widget-profile-counters > * {
  display: table-cell;
  padding: 13px 0;
  color: #fff;
}

.widget-profile-counters > * + * {
  border-right: 1px solid #4B535B;
}

.widget-profile-counter {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.widget-profile-input {
  border: none;
  border-radius: 0;
  padding-right: 20px;
  padding-left: 20px;
}

.widget-profile > input.widget-profile-input:focus {
  border-color: #4B535B;
}

.widget-profile-counters ~ *,
.widget-profile-input ~ * {
  border-top: 1px solid #4B535B;
}

.panel-dark .widget-profile .widget-profile-header,
.panel-dark.widget-profile .widget-profile-header {
  color: #fff;
}

.panel-dark .widget-profile .widget-profile-secondary-text,
.panel-dark.widget-profile .widget-profile-secondary-text {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}

.panel-dark .widget-profile .widget-profile-secondary-text[href]:hover,
.panel-dark.widget-profile .widget-profile-secondary-text[href]:hover {
  color: #fff;
}

.widget-profile-centered {
  white-space: normal;
}

.widget-profile-centered .panel-heading {
  text-align: center;
}

.widget-profile-centered .widget-profile-avatar {
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto 8px auto;
}

.widget-profile-centered .widget-profile-header {
  padding: 0;
}

.widget-messages-item {
  position: relative;
  padding: 8px 15px 8px 15px;
}

.widget-messages-item:before,
.widget-messages-item:after {
  content: " ";
  display: table;
}

.widget-messages-item:after {
  clear: both;
}

.widget-messages-item + .widget-messages-item {
  border-top: 1px solid #4B535B;
}

.widget-messages-item.unread .widget-messages-title {
  font-weight: bold;
}

.widget-messages-checkbox {
  position: absolute;
  top: 7px;
  width: 20px;
}

.widget-messages-from,
.widget-messages-title,
.widget-messages-date {
  display: block;
  float: right;
  clear: right;
  margin-right: 30px;
}

.widget-messages-from {
  color: #fff;
}

.widget-messages-from:hover {
  color: #8f979f;
}

.widget-messages-date {
  color: #8f979f;
}

.widget-messages-icon {
  display: inline-block;
  margin-left: 7px;
  text-decoration: none !important;
  color: #fff;
  font-size: 14px;
  font-weight: 400 !important;
}

@media (min-width: 768px) {
  .widget-messages-from {
    float: right;
    clear: none;
    overflow: hidden;
    width: 25%;
    min-width: 115px;
    max-width: 180px;
    padding-left: 8px;
  }

  .widget-messages-title {
    float: none;
    clear: none;
    overflow: hidden;
    margin: 0;
    padding-left: 60px;
  }

  .widget-messages-date {
    position: absolute;
    top: 8px;
    left: 15px;
    width: 50px;
    text-align: left;
  }
}

.panel.widget-messages .panel-body {
  padding: 0;
}

.panel .widget-messages-item {
  padding-left: 20px;
  padding-right: 20px;
}

.panel-title + .widget-messages-item {
  border-top: 1px solid #4B535B;
}

@media (min-width: 768px) {
  .panel .widget-messages-date {
    left: 20px;
  }
}

.widget-messages-alt-item {
  position: relative;
  padding: 12px 62px 12px 15px;
}

.widget-messages-alt-item:before,
.widget-messages-alt-item:after {
  content: " ";
  display: table;
}

.widget-messages-alt-item:after {
  clear: both;
}

.widget-messages-alt-item + .widget-messages-alt-item {
  border-top: 1px solid #4B535B;
}

.widget-messages-alt-avatar {
  display: block;
  float: right;
  width: 32px;
  height: 32px;
  margin-top: 3px;
  margin-right: -47px;
  border-radius: 2px;
}

.widget-messages-alt-subject {
  display: block;
  clear: left;
  margin-bottom: 1px;
}

.widget-messages-alt-description,
.widget-messages-alt-date {
  display: block;
  float: right;
  color: #8f979f;
  font-size: 11px;
}

.widget-messages-alt-description a {
  color: #fff;
}

.widget-messages-alt-description a:hover,
.widget-messages-alt-description a:focus {
  color: #8f979f;
}

.widget-messages-alt-description + .widget-messages-alt-date:before {
  display: inline-block;
  padding: 0 5px;
  content: "·";
}

.panel.widget-messages-alt .panel-body {
  padding: 0;
}

.panel .widget-messages-alt-item {
  padding-left: 20px;
  padding-right: 67px;
}

.panel-title + .widget-messages-alt-item {
  border-top: 1px solid #4B535B;
}

.widget-notifications-item {
  position: relative;
  padding: 8px 15px 8px 15px;
}

.widget-notifications-item:before,
.widget-notifications-item:after {
  content: " ";
  display: table;
}

.widget-notifications-item:after {
  clear: both;
}

.widget-notifications-item + .widget-notifications-item {
  border-top: 1px solid #4B535B;
}

.widget-notifications-title,
.widget-notifications-description,
.widget-notifications-date {
  display: block;
  margin-left: 41px;
}

.widget-notifications-title {
  font-size: 11px;
  font-weight: 700;
}

.widget-notifications-description {
  color: white;
  font-size: 11px;
}

.widget-notifications-date {
  color: #8f979f;
  font-size: 11px;
  font-style: italic;
}

.widget-notifications-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  text-align: center;
  border-radius: 2px;
  font-size: 14px;
  line-height: 26px;
}

.panel.widget-notifications .panel-body {
  padding: 0;
}

.panel .widget-notifications-item {
  padding-left: 20px;
  padding-right: 20px;
}

.panel .widget-notifications-item .widget-notifications-icon {
  left: 20px;
}

.panel-title + .widget-notifications-item {
  border-top: 1px solid #4B535B;
}

.widget-tasks-item {
  position: relative;
  padding: 8px 15px 8px 15px;
}

.widget-tasks-item:before,
.widget-tasks-item:after {
  content: " ";
  display: table;
}

.widget-tasks-item:after {
  clear: both;
}

.widget-tasks-item + .widget-tasks-item {
  border-top: 1px solid #4B535B;
}

.widget-tasks-item .custom-control {
  margin: 0;
}

.widget-tasks-item input[type=checkbox]:checked ~ .widget-tasks-title {
  color: #8f979f;
  text-decoration: line-through;
}

.widget-tasks-item input[type=checkbox]:checked ~ .widget-tasks-timer {
  display: none;
}

.widget-tasks-timer {
  color: #8f979f;
  font-size: 12px;
  font-style: italic;
}

.panel.widget-tasks .panel-body {
  padding: 0;
}

.panel .widget-tasks-item {
  padding-left: 20px;
  padding-right: 20px;
}

.panel-title + .widget-tasks-item {
  border-top: 1px solid #4B535B;
}

.widget-rating {
  position: relative;
  display: block;
  float: right;
}

.widget-rating:before,
.widget-rating:after {
  content: " ";
  display: table;
}

.widget-rating:after {
  clear: both;
}

.widget-rating input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.widget-rating label {
  display: block;
  float: left;
  margin: 0;
  padding-right: 0.15385em;
  color: #8f979f;
}

.widget-rating input:not(:disabled) + label {
  cursor: pointer;
}

.widget-rating input:checked ~ label {
  color: #ffd700;
}

.widget-rating input:not(:disabled) + label:hover,
.widget-rating input:not(:disabled) + label:hover ~ label {
  color: #ffe766 !important;
}

.widget-support-tickets-item {
  position: relative;
  padding: 12px 15px 12px 15px;
}

.widget-support-tickets-item:before,
.widget-support-tickets-item:after {
  content: " ";
  display: table;
}

.widget-support-tickets-item:after {
  clear: both;
}

.widget-support-tickets-item + .widget-support-tickets-item {
  border-top: 1px solid #4B535B;
}

.widget-support-tickets-item .label,
.widget-support-tickets-item .badge {
  font-size: 11px;
}

.widget-support-tickets-title {
  display: block;
  font-size: 14px;
}

.widget-support-tickets-id {
  text-decoration: none !important;
  color: #8f979f;
}

.widget-support-tickets-info {
  color: #8f979f;
  font-size: 12px;
}

.widget-support-tickets-info a {
  color: #fff;
}

.widget-support-tickets-info a:hover,
.widget-support-tickets-info a:focus {
  color: #8f979f;
}

.panel.widget-support-tickets .panel-body {
  padding: 0;
}

.panel .widget-support-tickets-item {
  padding-left: 20px;
  padding-right: 20px;
}

.panel-title + .widget-support-tickets-item {
  border-top: 1px solid #4B535B;
}

.widget-comments-item {
  position: relative;
  padding: 12px 62px 12px 15px;
}

.widget-comments-item:before,
.widget-comments-item:after {
  content: " ";
  display: table;
}

.widget-comments-item:after {
  clear: both;
}

.widget-comments-item + .widget-comments-item {
  border-top: 1px solid #4B535B;
}

.widget-comments-avatar {
  display: block;
  float: right;
  width: 32px;
  height: 32px;
  margin-top: 3px;
  margin-right: -47px;
  border-radius: 2px;
}

.widget-comments-header,
.widget-comments-footer {
  color: #8f979f;
}

.widget-comments-header {
  margin-bottom: 3px;
}

.widget-comments-footer {
  margin-top: 3px;
}

.widget-comments-footer,
.widget-comments-footer a {
  color: #8f979f;
  font-size: 12px;
}

.widget-comments-footer a {
  display: inline-block;
  margin-left: 10px;
}

.widget-comments-footer a:hover,
.widget-comments-footer a:focus {
  color: #fff;
}

.panel.widget-comments .panel-body {
  padding: 0;
}

.panel .widget-comments-item {
  padding-left: 20px;
  padding-right: 67px;
}

.panel-title + .widget-comments-item {
  border-top: 1px solid #4B535B;
}

.widget-tree-comments-item {
  position: relative;
  margin-right: 47px;
  padding: 14px 15px;
}

.widget-tree-comments-item:before,
.widget-tree-comments-item:after {
  content: " ";
  display: table;
}

.widget-tree-comments-item:after {
  clear: both;
}

.widget-tree-comments-item .widget-tree-comments-item {
  top: 14px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0 !important;
}

@media (min-width: 768px) {
  .widget-tree-comments-item .widget-tree-comments-item {
    margin-right: 32px;
  }
}

.widget-tree-comments-item + .widget-tree-comments-item {
  padding-top: 0;
}

.widget-tree-comments-avatar {
  display: block;
  float: right;
  width: 32px;
  height: 32px;
  margin-top: 4px;
  margin-right: -47px;
  border-radius: 2px;
}

.widget-tree-comments-header {
  color: #8f979f;
  font-size: 11px;
}

.widget-tree-comments-header a {
  font-size: 13px;
}

.widget-tree-comments-footer {
  margin-top: 3px;
  font-size: 12px;
}

.widget-tree-comments-footer,
.widget-tree-comments-footer a {
  color: #8f979f;
}

.widget-tree-comments-footer a:hover,
.widget-tree-comments-footer a:focus {
  color: #fff;
}

.widget-tree-comments-input {
  margin: 4px 0 7px 0;
}

.widget-tree-comments-header + .widget-tree-comments-input {
  margin-top: 7px;
}

.panel.widget-tree-comments .panel-body {
  padding: 0;
}

.panel .widget-tree-comments-item {
  padding-left: 20px;
  padding-right: 20px;
}

.panel-title + .widget-tree-comments-item {
  border-top: 1px solid #4B535B;
}

.widget-threads-item {
  position: relative;
  padding: 12px 62px 12px 15px;
}

.widget-threads-item:before,
.widget-threads-item:after {
  content: " ";
  display: table;
}

.widget-threads-item:after {
  clear: both;
}

.widget-threads-item + .widget-threads-item {
  border-top: 1px solid #4B535B;
}

.widget-threads-avatar {
  display: block;
  float: right;
  width: 32px;
  height: 32px;
  margin-top: 4px;
  margin-right: -47px;
  border-radius: 2px;
}

.widget-threads-date {
  float: left;
  color: #8f979f;
  font-size: 12px;
}

.widget-threads-info {
  color: #8f979f;
  font-size: 12px;
}

.widget-threads-info a {
  color: #fff;
}

.widget-threads-info a:hover,
.widget-threads-info a:focus {
  color: #8f979f;
}

.panel.widget-threads .panel-body {
  padding: 0;
}

.panel .widget-threads-item {
  padding-left: 20px;
  padding-right: 67px;
}

.panel-title + .widget-threads-item {
  border-top: 1px solid #4B535B;
}

.widget-chat-item {
  position: relative;
  padding: 14px 15px;
}

.widget-chat-item:before,
.widget-chat-item:after {
  content: " ";
  display: table;
}

.widget-chat-item:after {
  clear: both;
}

.widget-chat-item.left {
  margin-right: 55px;
}

.widget-chat-item.right {
  margin-left: 55px;
}

.widget-chat-item + .widget-chat-item {
  padding-top: 0;
}

.widget-chat-avatar {
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 4px;
  border-radius: 2px;
}

.widget-chat-item.left .widget-chat-avatar {
  float: right;
  margin-right: -55px;
}

.widget-chat-item.right .widget-chat-avatar {
  float: left;
  margin-left: -55px;
}

.widget-chat-heading,
.widget-chat-date {
  color: #8f979f;
  font-size: 12px;
}

.widget-chat-text {
  position: relative;
  margin-top: 3px;
  padding: 8px 14px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.15);
}

.widget-chat-text:before {
  position: absolute;
  top: 7px;
  display: block;
  content: "";
}

.widget-chat-item.left .widget-chat-text:before {
  right: -6px;
  border-top: 6px solid transparent;
  border-left: 6px solid;
  border-bottom: 6px solid transparent;
  border-right: none;
  border-left-color: rgba(0, 0, 0, 0.15);
}

.widget-chat-item.right .widget-chat-text:before {
  left: -6px;
  border-top: 6px solid transparent;
  border-left: none;
  border-bottom: 6px solid transparent;
  border-right: 6px solid;
  border-right-color: rgba(0, 0, 0, 0.15);
}

.panel.widget-chat .panel-body {
  padding: 0;
}

.panel .widget-chat-item {
  padding-left: 20px;
  padding-right: 20px;
}

.panel-title + .widget-chat-item {
  border-top: 1px solid #4B535B;
}

.widget-followers-item {
  position: relative;
  padding: 12px 62px 12px 15px;
}

.widget-followers-item:before,
.widget-followers-item:after {
  content: " ";
  display: table;
}

.widget-followers-item:after {
  clear: both;
}

.widget-followers-item + .widget-followers-item {
  border-top: 1px solid #4B535B;
}

.widget-followers-avatar {
  display: block;
  float: right;
  width: 32px;
  height: 32px;
  margin-top: 2px;
  margin-right: -47px;
  border-radius: 2px;
}

.widget-followers-controls {
  float: left;
}

.widget-followers-name,
.widget-followers-username {
  display: block;
}

.widget-followers-name {
  color: #fff;
}

.widget-followers-name:hover,
.widget-followers-name:focus {
  color: #8f979f;
}

.widget-followers-username {
  color: #8f979f;
  font-size: 12px;
  line-height: 14px;
}

.widget-followers-username:hover,
.widget-followers-username:focus {
  color: #8f979f;
}

.panel.widget-followers .panel-body {
  padding: 0;
}

.panel .widget-followers-item {
  padding-left: 20px;
  padding-right: 67px;
}

.panel-title + .widget-followers-item {
  border-top: 1px solid #4B535B;
}

.widget-maps {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.widget-maps img {
  max-width: none !important;
}

.widget-maps label {
  display: inline !important;
  width: auto !important;
}

.widget-maps .gmnoprint {
  line-height: normal !important;
}

.widget-products-item {
  margin-bottom: 30px;
}

.widget-products-overlay {
  position: absolute;
  top: 3px;
  bottom: 3px;
  right: 3px;
  left: 3px;
  background: rgba(255, 255, 255, 0);
  display: block;
}

.widget-products-overlay.inverted {
  background: transparent;
}

.widget-products-overlay-content,
.widget-products-overlay-content-middle {
  display: none;
  width: 100%;
}

.widget-products-overlay-content:before,
.widget-products-overlay-content:after,
.widget-products-overlay-content-middle:before,
.widget-products-overlay-content-middle:after {
  content: " ";
  display: table;
}

.widget-products-overlay-content:after,
.widget-products-overlay-content-middle:after {
  clear: both;
}

.widget-products-overlay-content {
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
}

.widget-products-overlay-content-middle {
  height: 100%;
}

.widget-products-overlay-content-inner {
  display: table-cell;
  vertical-align: middle;
}

.widget-products-image {
  padding: 3px;
  display: block;
  border-radius: 2px;
  border: 1px solid #4B535B;
  position: relative;
  background: #374049;
}

.widget-products-image img {
  width: 100%;
}

.widget-products-image[href]:hover .widget-products-overlay,
.widget-products-image[href]:focus .widget-products-overlay {
  background: rgba(255, 255, 255, 0.25);
  -webkit-transition: background .3s;
  transition: background .3s;
}

.widget-products-image[href]:hover .widget-products-overlay.inverted,
.widget-products-image[href]:focus .widget-products-overlay.inverted {
  background: rgba(0, 0, 0, 0.3);
}

.widget-products-image[href]:hover .widget-products-overlay-content,
.widget-products-image[href]:focus .widget-products-overlay-content {
  display: block;
}

.widget-products-image[href]:hover .widget-products-overlay-content-middle,
.widget-products-image[href]:focus .widget-products-overlay-content-middle {
  display: table;
}

.widget-products-title {
  display: block;
  font-weight: 600;
  padding-right: 4px;
}

.widget-products-footer {
  font-size: 11px;
  padding-right: 4px;
}

.widget-products-price {
  margin-top: 1px;
  margin-bottom: -1px;
  position: relative;
  font-weight: 700;
}

.widget-products-image + .widget-products-title,
.widget-products-title + .widget-products-image {
  margin-top: 6px;
}

.widget-products-image + .widget-products-footer {
  padding-top: 4px;
}

.widget-pricing {
  display: block;
  margin: 0 auto;
}

.widget-pricing .label-ribbon,
.widget-pricing .label-corner {
  z-index: 10;
}

.widget-pricing-inner {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

.widget-pricing-item {
  position: relative;
  height: 100%;
  padding: 40px 0;
  border: 1px solid;
  background: #374049;
}

.widget-pricing-item + .widget-pricing-item {
  border-top-width: 0;
}

.widget-pricing-plan,
.widget-pricing-section {
  display: block;
  padding: 0 20px;
  text-align: center;
}

.widget-pricing-plan {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.widget-pricing-section {
  margin-top: 30px;
}

.widget-pricing-active {
  background: #3F4851;
}

.widget-pricing-hover:hover .widget-pricing-item {
  background: #374049;
}

.widget-pricing-hover:hover .widget-pricing-item:hover {
  background: #3F4851;
}

.widget-pricing-hover .widget-pricing-item {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.widget-pricing-simple .widget-pricing-item {
  border-width: 1px !important;
  background: rgba(255, 255, 255, 0);
}

.widget-pricing-simple .widget-pricing-active {
  background: #374049;
}

.widget-pricing-simple.widget-pricing-hover:hover .widget-pricing-item {
  background: rgba(55, 64, 73, 0);
}

.widget-pricing-simple.widget-pricing-hover:hover .widget-pricing-item:hover {
  background: #374049;
}

.widget-pricing-expanded .widget-pricing-inner {
  display: block !important;
  width: auto;
}

.widget-pricing-expanded .widget-pricing-item {
  display: block;
  margin-bottom: 20px;
  border-width: 1px !important;
}

.widget-pricing-item[class^="col-sm-"],
.widget-pricing-item[class*=" col-sm-"],
.widget-pricing-item[class^="col-md-"],
.widget-pricing-item[class*=" col-md-"],
.widget-pricing-item[class^="col-lg-"],
.widget-pricing-item[class*=" col-lg-"],
.widget-pricing-item[class^="col-xl-"],
.widget-pricing-item[class*=" col-xl-"] {
  display: block;
}

.widget-pricing-item[class^="col-xs-"],
.widget-pricing-item[class*=" col-xs-"] {
  display: table-cell;
  float: none;
}

.widget-pricing-item[class^="col-xs-"] + .widget-pricing-item,
.widget-pricing-item[class*=" col-xs-"] + .widget-pricing-item {
  border-top-width: 1px;
  border-right-width: 0;
}

@media (min-width: 544px) {
  .widget-pricing-item[class^="col-sm-"],
  .widget-pricing-item[class*=" col-sm-"] {
    display: table-cell;
    float: none;
  }

  .widget-pricing-item[class^="col-sm-"] + .widget-pricing-item,
  .widget-pricing-item[class*=" col-sm-"] + .widget-pricing-item {
    border-top-width: 1px;
    border-right-width: 0;
  }
}

@media (min-width: 768px) {
  .widget-pricing-item[class^="col-md-"],
  .widget-pricing-item[class*=" col-md-"] {
    display: table-cell;
    float: none;
  }

  .widget-pricing-item[class^="col-md-"] + .widget-pricing-item,
  .widget-pricing-item[class*=" col-md-"] + .widget-pricing-item {
    border-top-width: 1px;
    border-right-width: 0;
  }
}

@media (min-width: 992px) {
  .widget-pricing-item[class^="col-lg-"],
  .widget-pricing-item[class*=" col-lg-"] {
    display: table-cell;
    float: none;
  }

  .widget-pricing-item[class^="col-lg-"] + .widget-pricing-item,
  .widget-pricing-item[class*=" col-lg-"] + .widget-pricing-item {
    border-top-width: 1px;
    border-right-width: 0;
  }
}

@media (min-width: 1200px) {
  .widget-pricing-item[class^="col-xl-"],
  .widget-pricing-item[class*=" col-xl-"] {
    display: table-cell;
    float: none;
  }

  .widget-pricing-item[class^="col-xl-"] + .widget-pricing-item,
  .widget-pricing-item[class*=" col-xl-"] + .widget-pricing-item {
    border-top-width: 1px;
    border-right-width: 0;
  }
}

.widget-timeline {
  position: relative;
  padding-bottom: 30px;
}

.widget-timeline:before,
.widget-timeline:after {
  content: " ";
  display: table;
}

.widget-timeline:after {
  clear: both;
}

.widget-timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 44px;
  display: block;
  width: 2px;
  content: "";
}

.widget-timeline:after {
  position: absolute;
  bottom: -4px;
  right: 41px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 999px;
}

.widget-timeline-section {
  position: relative;
  z-index: 10;
  width: 120px;
  margin-bottom: 30px;
  padding: 6px 0;
  text-align: center;
  border-radius: 2px;
}

.widget-timeline-item {
  position: relative;
  margin-bottom: 30px;
  padding-right: 90px;
}

.widget-timeline-item:last-child {
  margin-bottom: 0;
}

.widget-timeline-item .panel {
  margin: 0;
}

.widget-timeline-info {
  position: absolute;
  right: 0;
  width: 90px;
  text-align: center;
}

.widget-timeline-bullet:before,
.widget-timeline-icon:before,
.widget-timeline-image:before {
  position: absolute;
  left: 5px;
  right: 50%;
  display: block;
  height: 2px;
  content: "";
}

.widget-timeline-bullet {
  display: block;
  width: 8px;
  height: 8px;
  margin: 10px auto;
  border-radius: 999px;
}

.widget-timeline-bullet:before {
  margin-top: 3px;
  margin-right: 9px;
}

.widget-timeline-icon,
.widget-timeline-image {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto 10px auto;
}

.widget-timeline-icon:before,
.widget-timeline-image:before {
  margin-top: 14px;
  margin-right: 20px;
}

.widget-timeline-icon {
  border-radius: 999px;
  font-size: 13px;
  line-height: 30px;
}

.widget-timeline-image img {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 999px;
}

.widget-timeline-time {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 2px 6px;
  border-radius: 2px;
  font-size: 11px;
}

@media (min-width: 768px) {
  .widget-timeline-centered:before {
    right: 50%;
    margin-right: -1px;
  }

  .widget-timeline-centered:after {
    right: 50%;
    margin-right: -4px;
  }

  .widget-timeline-centered .widget-timeline-section {
    margin-left: auto;
    margin-right: auto;
  }

  .widget-timeline-centered .widget-timeline-item.right {
    margin-right: 50%;
    padding-right: 45px;
  }

  .widget-timeline-centered .widget-timeline-item.right .widget-timeline-info {
    right: -45px;
  }

  .widget-timeline-centered .widget-timeline-item.left {
    margin-left: 50%;
    padding-left: 45px;
    padding-right: 0;
  }

  .widget-timeline-centered .widget-timeline-item.left .widget-timeline-info {
    left: -45px;
    right: auto;
  }

  .widget-timeline-centered .widget-timeline-item.left .widget-timeline-bullet:before,
  .widget-timeline-centered .widget-timeline-item.left .widget-timeline-icon:before,
  .widget-timeline-centered .widget-timeline-item.left .widget-timeline-image:before {
    left: 50%;
    right: 5px;
  }

  .widget-timeline-centered .widget-timeline-item.left .widget-timeline-bullet:before {
    margin-left: 9px;
    margin-right: 0;
  }

  .widget-timeline-centered .widget-timeline-item.left .widget-timeline-icon:before,
  .widget-timeline-centered .widget-timeline-item.left .widget-timeline-image:before {
    margin-left: 20px;
    margin-right: 0;
  }
}

/*# sourceMappingURL=widgets-dark.css.map */