.wrapper .container {
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.navigation {
    background: #f4f5f6;
    border-bottom: .1rem solid #d1d1d1;
    display: block;
    height: 5.2rem;
    left: 0;
    max-width: 100%;
    width: 100%;
}

.navigation .container {
    padding-bottom: 0;
    padding-top: 0
}

.navigation .navigation-list {
    list-style: none;
    margin-bottom: 0;
}

.navigation .navigation-item {
    float: left;
    margin-bottom: 0;
    margin-left: 2.5rem;
    position: relative
}

.navigation .navigation-title, .navigation .title {
    color: #606c76;
    position: relative
}

.navigation .navigation-link, .navigation .navigation-title, .navigation .title {
    display: inline;
    font-size: 1.6rem;
    line-height: 5.2rem;
    padding: 0;
    text-decoration: none
}

.navigation .navigation-link.active {
    color: #606c76
}

.error-wrapper .result {
    color: white;
    background-color: red;
}

input[type=datetime-local] {
    width: 100%;
    height: 3.8rem;
    padding: .6rem 1.0rem;
}

h3.alert-success, .text-center {
    text-align: center;
}

.btn-group {
    padding: 15px;
    gap: 5px;
}
.form-group {
    margin-bottom: 0;
}

/* Стиль вкладок */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Стиль кнопок вкладок */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Изменение фона кнопок при наведении */
.tab button:hover {
    background-color: #ddd;
}

/* Активный класс вкладок */
.tab button.active {
    background-color: #ccc;
}

/* Стиль контента вкладки */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

/* Показываем первую вкладку по умолчанию */
#UsedeskForm {
    display: block;
}
