#header-bloc {
    background-color: rgba(148, 148, 148, 0.107);
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2px;
    width: 100%;
}

#container-bloc {
    display: none;
    height: 100%;
}

ul {
    margin-bottom: 0px;
}

#menuIcons {
    display: flex;
    list-style: none;
    width: 100%;
    align-items: center;
    justify-content: space-around
}

#menuIcons>li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /*   padding: 0.2% */
}

#menuIcons>span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /*   padding: 0.2% */
}

.active,
#menuIcons li:hover,
#menuIcons span:hover {
    background-color: #DDE8D5;
    border: #C2D5B3 solid 1px;
    border-radius: 5px;
    color: #558B2F;
    /*  padding: 0.5%; */
}

#menuIcons li>span:hover,
#menuIcons span>span:hover {
    color: #558B2F;
}

.jqx-tabs-close-button,
.jqx-tabs-close-button-selected,
.jqx-tabs-close-button-hover-material-green,
.jqx-tabs-close-button-material-green,
.jqx-tabs-close-button-selected-material-green {
    margin-top: 1px !important;
}

button,
input[type=button] {
    border-radius: 0px !important;
    text-align: center !important;
    -webkit-border-radius: 5px !important;
    box-shadow: 0 1px 2px #5e5d5b !important;
    line-height: 5px !important;
    width: auto;
    height: 25px;
    margin-right: 3px !important;
}

#entity:hover {
    background-color: #e8e6e6;
}

#sessionSc {
    border: none;
    background-color: #F4F4F4;
    font-family: cursive;
    font-weight: 700;
    color: #519F27;
    text-align: center;
}

#qrcodeimg {
    width: 89% !important;
    height: 89% !important;
    margin-top: -10px;
}

#blockwxindow {
    width: 99% !important;
    height: 80% !important
}

#confirmcode {
    height: 16% !important;
}


/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4070f4;
} */

#form-otpCode .input-field {
    flex-direction: row;
    column-gap: 6px;
}

.input-field input {
    height: 45px;
    width: 42px;
    border-radius: 6px;
    outline: none;
    font-size: 1.125rem;
    text-align: center;
    border: 1px solid #ddd;
}

.input-field input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.input-field input::-webkit-inner-spin-button,
.input-field input::-webkit-outer-spin-button {
    display: none;
}

#form-otpCode #verifyotpBtn {
    margin-top: 25px;
    width: 100%;
    color: #fff;
    font-size: 1rem;
    border: none;
    padding: 9px 0;
    cursor: pointer;
    border-radius: 6px;
    pointer-events: none;
    background: #669643;
    opacity: 0.5;
    transition: all 0.2s ease;
}

#form-otpCode #verifyotpBtn.active {
    opacity: 1;
    pointer-events: auto;
}

#form-otpCode #verifyotpBtn:hover {
    background: #4b732e;
}

#addAccountbtn,
#allLogOutbtn {
    color: #4b732e;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
    box-shadow: none !important;
    text-decoration: none !important;
}

#saveduTem {
    box-shadow: 0 5px 10px #5cba197d, 0 15px 40px rgba(166, 173, 201, .2);
    height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 2%;
    cursor: pointer;
}

#chooseORadd {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 90%;
}

#saveduTem img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}


/* #Actions {
    display: flex;
} */

.studientLink {
    display: flex;
    align-items: center;
    text-align: center;
    padding-top: 1%;
}