body{
	width: 100%;
	height: 100%;
	margin: 0px;
    font-family: math;
}

.bdanimation{
      animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1); /* Начальный размер иконки */
  }
  50% {
    transform: scale(1.2); /* Увеличенный размер иконки */
  }
  100% {
    transform: scale(1); /* Возвращение к начальному размеру иконки */
  }
}

.client-page{
	width: 100%;
	height: 100%;
	background-color: #d9d9d9;
}
.content-head{

}
.content-head-top{
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: #7daf17;
    border-top-right-radius: 11px;
    border-top-left-radius: 11px;
    margin-bottom: 10px;
}

.header-button{
    height: 20pt;
    min-width: 15pt;
    padding: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff6e;
    border: solid #689d4a 1px;
}

.header-button:hover{
    background-color: rgb(223, 223, 223);
}

.page-name{
    user-select: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 17pt;
    color: white;
}

.button-container{
	display: flex;
	justify-content: space-between;
    gap: 10px;
}

.button-container button{
    padding: 5px 15px
}

.content-body{
    height: calc(100% - 80pt);
    padding: 0 10px;
}

.content-lesson-body{
    margin-top: 10px;
    height: calc(100% - 40px);
}

.content-main-body{
    height: calc(100% - 88pt);
    padding: 0 10px;
    display: flex;
    margin-bottom: 10px;
    justify-content: center;
}

.app{
	display: flex;
    justify-content: center;
    background-color: #7b936c;
    height: 100vh;
}

.search-block{
    display: flex;
    justify-content: center;
    margin: 0 10px 10px 10px;
    position: relative;
}

.search-block i{
    position: absolute;
    left: 6px;
    top: 6px;
}

.search{
    width: 100%;
    padding-left: 25px;
}

.attendance-search{
    width: 100%;
     padding-left: 25px; 
}

.element{
	display: flex;
   /* background-color: white;*/
    border-bottom: 1px solid silver;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
}

.report-element{
        display: flex;
    /* background-color: white; */
    border-bottom: 1px solid silver;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: stretch;
    flex-direction: column;
}

.fl-row {
    display: flex;
}

.prim-font {
    font-weight: bold;
    font-size: 14pt;
}

.check{
    padding: 0 15px 0 5px;
}

.element-content{
    width: 100%
}
.element-name{
    width: 100%
}
.element-info{
    width: 100%
}
.element-buttons{
	display: flex;
}

.element-buttons i{
    background: #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30pt;
    height: 30pt;
    border-radius: 7px;
    cursor: pointer;
    border: 1px solid #bdbcbc;
}

.element-button{
	margin-right: 3px;
}

.field{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

#page-payments .button-container {
    margin-bottom: 10px;
}

select {
    padding: 4px;
}

input{
    padding: 4px;
}


ul{
    padding-inline-start: 0;
    margin: 0;
    background: white;
    border: 1px grey solid;
    height: 100%;
    overflow-y: auto;
    padding: 0 10px;
}

.page {
	width: 60%;
    position: relative;
    background-color: #c3ff89;
    border-radius: 11px;
    height: 100%;
    overflow: hidden;
}

.lesson-page{
    width: 100%;
    position: relative;
}

.header-menu-background{
	background: rgb(19 19 19 / 37%);
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
}

.header-menu {
    background: white;
    display: flex;
    flex-direction: column;
    gap: 10px;
    right: 10px;
    top: 10px;
    position: absolute;
    min-width: 130pt;
    border: 1px solid #282828;
}

.header-menu-button{
    padding: 10px 15px;
}

.bottom-menu{
    display: flex;
    justify-content: space-evenly;
    gap: 7px;
    margin: 0 10px;
}

.bottom-menu div{
    height: 30pt;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    background: silver;
    border-radius: 7px;
    border: 1px solid grey;
    cursor: pointer;
}

.header-menu-button:hover{
    background-color: rgb(223, 223, 223);
}

.modal-loader {
	position: fixed;
    background: #ffffff80;
    width: 60%;
    height: 100%;
    top: 0;
    left: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-loader img {
    height: 60pt;
    width: 80pt;
}

.header-menu-background{
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal{
    background-color: white;
    width: 25%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.modal-text {
    padding: 0 20px 15px;
    font-size: 14pt;
}

.w-100 {
    width: 100%;
}

.nosearch {
    height: calc(100% - 53pt);
}


.login-form{
    background-color: #c3ff89;
    max-width: 400px;
    text-align: center;
    padding: 20px;
    border-radius: 11px;
    border: 1px solid #396308;
}

.login-page{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #7b936c;
    height: 100vh;
}

.login-button{
    padding: 6px 20px;
}

.zp-input {
    margin: 5px;
    width: 40pt;
}

#page-attendance ul{
    height: calc(100% - 33pt);
}

.total{
    font-size: 17pt;
    display: flex;
    flex-direction: row-reverse;
    font-weight: bold;
}

@media (max-width: 760px){
    .page{
        width: 100%;
        border-radius: 0;
    }

    .modal{
        width: 60%;
    }

    .modal-loader{
        width: 100%;
        left: 0%;
    } 

    .content-head-top{
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }

}