.adminheading
{
padding: 1rem;
background-color: #e6e6e6;
font-size: var(--fs-2);
font-weight: 500;
}
.fas--fa-th-large {
    display: inline-block;
    width: 1em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M296 32h192c13.3 0 24 10.7 24 24v160c0 13.3-10.7 24-24 24H296c-13.3 0-24-10.7-24-24V56c0-13.3 10.7-24 24-24zm-80 0H24C10.7 32 0 42.7 0 56v160c0 13.3 10.7 24 24 24h192c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24zM0 296v160c0 13.3 10.7 24 24 24h192c13.3 0 24-10.7 24-24V296c0-13.3-10.7-24-24-24H24c-13.3 0-24 10.7-24 24zm296 184h192c13.3 0 24-10.7 24-24V296c0-13.3-10.7-24-24-24H296c-13.3 0-24 10.7-24 24v160c0 13.3 10.7 24 24 24z' fill='%23000' /%3E%3C/svg%3E");
    background-color: #0056b3;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
.fontcss
{
  font-size: 16px;
  height: 50px;
  background-color: white;
}
.fontcssmain
{
  font-size: 16px;
  font-weight: bold;
}
.newpagination
{
    font-size: 1.05rem;
    margin-right: 19px;
}
.subclass
{
    font-size: 14px;
    font-weight:500 !important;
}
.buttonclass
{
    /* border-radius: 15px; */
    /* padding-top: 15px; */
    height: 50px;
    background-color: #1777bb;
}
.topheadercss
{
    padding-top:80px;
}
.sideright
{
    padding-left: 160px;
}
.admintitle
{
 font-weight: 500;
}
.card-sl {
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.card-image img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 8px 8px 0px 0;
}
.card-action {
    position: relative;
    float: right;
    margin-top: -25px;
    margin-right: 20px;
    z-index: 2;
    color: #E26D5C;
    background: #fff;
    border-radius: 100%;
    padding: 15px;
    font-size: 15px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
}
.card-action:hover {
    color: #fff;
    background: #E26D5C;
    -webkit-animation: pulse 1.5s infinite;
}
.card-heading {
    font-size: 18px;
    font-weight: bold;
    background: #fff;
    padding: 10px 15px;
}
.card-text {
    padding: 10px 15px;
    background: #fff;
    font-size: 14px;
    color: #636262;
}
.card-button {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
    background-color: #1581bf;
    color: #fff;
    border-radius: 0 0 8px 8px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: .5rem 1rem;
}
.card-button:hover {
    text-decoration: none;
    background-color: #1D3461;
    color: #fff;

}
@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    }

    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}
.viewrow
{
    padding: 10px;
}
.newpadding
{
    padding-top: 15px;
}
.card-image {
    max-width: 100%;
    height: auto; 
}

.card-image img {
    width: 100%; 
    height: 160px; 
    max-height: 300px; 
}
.mdi-menu-open {
    display: inline-block;
    width: 2em;
    height: 2em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M21 15.61L19.59 17l-5.01-5l5.01-5L21 8.39L17.44 12zM3 6h13v2H3zm0 7v-2h10v2zm0 5v-2h13v2z'/%3E%3C/svg%3E");
    background-color: #0056b3;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
  .sidebarclass
  {
    /* background: #1c589d; */
    height: 100%;
  }
  .nav__notification
  {
    height: 3rem;
    width: 3rem;
    line-height: 1;
    display: grid;
    place-content: center;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    font-size: 1.3rem;
    border-radius: 50%;
    cursor: pointer;
  }
  .mdi--bell-outline {
    display: inline-block;
    width: 1em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M10 21h4c0 1.1-.9 2-2 2s-2-.9-2-2m11-2v1H3v-1l2-2v-6c0-3.1 2-5.8 5-6.7V4c0-1.1.9-2 2-2s2 .9 2 2v.3c3 .9 5 3.6 5 6.7v6zm-4-8c0-2.8-2.2-5-5-5s-5 2.2-5 5v7h10z'/%3E%3C/svg%3E");
    background-color: #0056b3;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
  .nav-links
  {
    padding-top: .5em;
    height: 4em;
    width: 4rem;
    border-radius: 50%;
    cursor: pointer;
  }
  .user-image {
    padding-top: 5px;
    height: 57px; 
  }
  .side-bar__logo
  {
    background-color: var(--white);
    padding: 1rem;
  }
  .side-bar__logo img {
    max-height: 9rem;
    max-width: 100%;
    /* max-height: 5%;  */
    padding-left: 3rem;
}
.sidebar
{
    background-color: #1581bf;
}
.main-sidebar {
    background-color: #1581bf;
}
.leftbar
{
    background: #b0d8ef;
    padding: 3rem;
    display: grid;
    place-content: center;
    border-left: 6px;
}
.login__logo
{
    background: #b0d8ef;
    padding: 1rem;
    height: 100%;
    display: grid;
    place-content: center;
}
.imgnewclass {
    max-height: 8.5rem;
    max-width: 100%;   
    background-image: radial-gradient(circle at center, #ffffff29, #b0d8ef)
}
.login-boxs
{
    width: 850px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    border-color: black;
    padding: 1px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 6px;
}
.rightbar
{
    background: #1581bf;
    padding: 2rem;
    display: grid;
    border-right: 6px;
}
.text_head
{
    font-weight: 700 !important;
    font-size: 35px;
    color: white;
}
.input {
    outline: none;
    border: 1px solid white;
    background: none;
    padding: .5rem;
    color: white;
    margin-block: .5rem;
    display: block;
    border-radius: .5rem;
    width: 100%;
}
.input::placeholder {
    color: white;
}
.newbtnclass {
    outline: none;
    border: none;
    background-color: #1c589d;
    padding: .8rem;
    color: var(--white);
    margin-block: .5rem;
    display: block;
    border-radius: .8rem;
    transition: .5s;
    width: 100px;
}

.submit:hover {
    opacity: .75;
}
.login-pages
{
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* background-color: #e9ecef; */
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .login-boxs {
      padding: 2px; 
      width: 350px;
      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
      border-color: black;
      padding-left: 10px;
      padding-right: 10px;
      border-radius: 6px;
    }
    .login__logo {
      text-align: center; 
      margin-bottom: 20px; 
    }
  }