/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/
.bg-sowsanci {
    background-color: #063262;
    color: #fff;
}
.delete-btn {
    position: absolute;
    background: #F87517;
    border: 1px solid;
    font-size: 11px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    color: #fff;
    margin: -5px 5px -1px -12px;
}

    .delete-btn:hover {
        background: rgba(255, 0, 0, 0.5);
    }

    /*.delete-btn::before {
        content: "×";
        font-size: 16px;
        color: red;
    }*/