.hidden{
    display:none !important;
}
.home.page-template {
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.home.page-template #container {
    container-type: inline-size;
    container-name: main;
}

.home.page-template #content {
    background-image: url(/wp-content/uploads/2023/12/alg_5532-kopiya.jpg);
    background-position-x: 230px;
    background-size: cover;
    background-repeat: no-repeat;
}

.wg-ajax-login {
    width: min(100%, 400px);
    display: flex;
    flex-direction: column;
    background-color: #fff;
    height: 100dvh;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 15px;
    overflow-y: auto;
}

.logo_co {
    display: block;
    height: 100px;
    min-height: 100px;
    width: 100%;
    background-image: url(https://www.inmako.ru/images/logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.wg-ajax-login-inner {
    width: 100%;
    max-width: 300px;
    min-height: 280px;
}

.wg-ajax-login-inner form {
    width: 100%;
}

.wg-user-field label {
    display: block;
    margin: 1rem 0;
    font-size: 18px;
}

.wg-ajax-login-inner input {
    font-size: 18px;
    padding: 16px;
    border: 1px solid rgb(228, 228, 228);
    background-color: rgb(251, 251, 251);
    border-radius: 3px !important;
    width: 100%;
	margin-top: 10px;
}

.wg-username-email {}

.wg-password {}

.wg-ajax-submit {
    margin-top: 1rem;
    background-color: rgb(82, 135, 56) !important;
    color: rgb(255, 255, 255);
    transform: scale(1);
    cursor: pointer;
    transition: all .3s linear;
}

.wg-ajax-submit:hover {
    filter: brightness(.8);
}

.wg-ajax-submit:active {
    transform: scale(.98);
}

#copyright {
    padding: 2em;
}

@container main (max-width: 500px) {
    .home.page-template #content {
        background: none;
    }

    .wg-ajax-login {
        width: 100%;
    }
}

/* form add client */
#add-client input{
   display:block;
   margin:5px 0;
   width:100%;
}
#add-client .service {
   /* display:flex;
   grid-gap:5px; */
}
#client-status{
    position: absolute;
    z-index: 100;
    right: 10px;
    top: 10px;
}
.client-draft{
    background: grey;
    text-decoration: line-through;
}
.client-draft a,.client-draft button{
    pointer-events:none;
}
.client-draft dt, .client-draft dd{
    background-color:grey !important;
}
.add-client-service{
    padding: 5px 10px;
    display: block;
    border: 1px solid black;
    text-align: center;
    cursor: pointer;
}
#search{
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 13px;
    font-size: 20px;
}

#notifications{
    position: fixed;
    z-index: 99999;
    right: 0;
    left: 0;
    top: 50px;
}
.notification{
    width: 300px;
    text-align: center;
    margin: 0 auto;
    margin-bottom:10px;
    display: flex;
    justify-content: center;
    align-items:center;
    grid-gap: 10px;
}
#edit-client label{
    font-weight: bold;
    font-size: 19px;
}

#add-client .service label:not(.checkbox-other) {
    display: none;
}