.widget .widget-title {
    padding: 6px 10px 6px 12px !important;
}

.widget {
    margin-bottom: 12px !important;
}

.widget .menu > li > a {
    padding: 12px 0 12px 16px !important;
}

#secondary {
    position: sticky !important;
    top: 140px;
}

#primary {
    margin-left: 0 !important;
}

.wrap-page {
    align-items: flex-start;
}

.publishing_book img {
    width: 100%;
}

.confirm-buttons > button {
    background-color: #1975A6;
    font-size: 18px;
    color: white;
    border-radius: 0;
    border: 0;
    flex: 1;
    cursor: pointer;
    height: 48px;
    padding: 0;
}

.confirm-buttons > button:last-child {
    margin-left: 10px;
    background-color: white;
    color: #1975A6;
    border: 3px solid currentColor;
}

.confirm-content > p {
    margin-bottom: 16px;
    font-size: 16px;
}

.confirm-content > h3 {
    margin: 0 0 10px;
    font-size: 24px;
}

.confirm-buttons > button:hover {
    box-shadow: 0 0 2px #04aa6d;
}

.confirm-buttons {
    display: flex;
    align-items: center;
}

.confirm-content {
	animation: scale .2s;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    background-color: white;
    padding: 20px;
    max-width: 920px;
}

.confirm {
	padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: 9999;
    background-color: rgb(0 0 0 / 40%);
    overflow: auto;
}

@keyframes scale {
      0% { opacity: 0; transform: scale(1.3); }   
    100% { opacity: 1; transform: tscale(1);}
}

.menu-item-has-children {
    position: relative;
}

.h-telegram {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.h-telegram a:hover {
    color: #229ED9;
}

[hidden] {
    display: none !important;
}