body {
    background-color: #F3F4F6;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
}

header {
    z-index: 1000;
}

.tour-step-modal-window {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    margin-right: 1rem !important;
}

.shepherd-footer {
    justify-content: space-between !important;
}

.shepherd-header {
    justify-content: space-between !important;
}

.shepherd-title {
    display: block !important;
    line-height: 1.5rem;
    flex: unset !important;
}

.ring-gray-300 {
    border: 1px solid #d3cece !important;
}

#profile-icon-link:hover {
    fill: blue;
}

.display-none {
    display: none !important;
}

.manage-items:hover {
    fill: blue;
}

#profile-icon-link {
    margin-right: 2rem;
}

.non-selectable {
  -webkit-user-select: none; /* для браузеров на основе WebKit, например, Safari */
  -moz-user-select: none;    /* для Firefox */
  -ms-user-select: none;     /* для Internet Explorer и Edge */
  user-select: none;         /* стандартное свойство для других браузеров */
}


@media (min-width: 900px) and (max-width: 1200px) {
    #profile-icon-link {
        margin-right: 1rem;
    }

    #header-nav-options {
        gap: 1.75rem;
    }
}