.dark #footer,
#footer.dark {
  color: #253e45;
  background-color: #dddddd;
  border-top-color: #f4753c;
}

.dark .footer-widgets-wrap a {
  color: rgba(255, 255, 255, 0.75);
}

.dark .footer-widgets-wrap a:hover {
  color: rgba(255, 255, 255, 0.85);
}

.dark #footer .social-icon.si-borderless,
#footer.dark .social-icon.si-borderless {
  color: rgba(255, 255, 255, 0.5) !important;
}

.dark .card-footer {
  background-color: rgba(255, 255, 255, 0.1);
  border-top-color: rgba(255, 255, 255, 0.1);
}

.dark .card-group .card-footer + .collapse .card-body {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.dark .card-default > .card-footer + .collapse .card-body {
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

.dark .modal-footer {
  border-top-color: rgba(255, 255, 255, 0.15);
}

.dark #copyrights,
#copyrights.dark {
  color: #555555;
  background-color: #dddddd;
}
