html {
  background-color: #1186c1;
  /* Rounded sliders */ }
  html .breadcrumb {
    color: #1282be; }
  html .btn-primary {
    border-color: #1282be;
    background-color: #1282be; }
  html .image-area-single {
    background-color: #FFF;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    padding: 5px;
    position: relative;
    max-width: 90px;
    margin-bottom: 10px; }
    html .image-area-single p {
      margin: 0;
      padding: 0;
      overflow: hidden;
      display: inline-block; }
    html .image-area-single .del {
      position: absolute;
      top: -10px;
      right: -10px; }
  html .danger-absolute {
    position: absolute;
    z-index: 11;
    bottom: -20px;
    right: 0; }
  html .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px; }
  html .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  html .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s; }
  html .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s; }
  html input.active + .slider {
    background-color: #2196F3; }
  html input.active + .slider {
    box-shadow: 0 0 1px #2196F3; }
  html input.active + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px); }
  html .slider.round {
    border-radius: 34px; }
  html .slider.round:before {
    border-radius: 50%; }
  html .wrapper {
    position: inherit; }
  html a.block.font-medium.text-base {
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; }

/*# sourceMappingURL=style.css.map */
