:root {
    --primary-color:#7f5baf; 
}
.fontcss
{
  font-size: 16px;
  height: 50px;
  background-color: white;
}
.fontcssmain
{
  font-size: 22px;
  font-weight: bold;
}
.subclass
{
    font-size: 14px;
    font-weight:500 !important;
}
.buttonclass
{
    height: 50px;
    background-color: #1777bb;
}
.topheadercss
{
    padding-top:55px;
}
.sideright
{
    padding-left: 60px;
}
.adminheading
{
padding: 1rem;
background-color: #e6e6e6;
font-size: var(--fs-2);
font-weight: 500;
}
.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:var(--primary-color);
    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%;
  }
  .fas--fa-headset
  {

    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%3C!--!Font%20Awesome%20Free%206.5.2%20by%20%40fontawesome%20-%20https://fontawesome.com%20License%20-%20https://fontawesome.com/license/free%20Copyright%202024%20Fonticons,%20Inc.--%3E%3Cpath d='M256%2048C141.1%2048%2048%20141.1%2048%20256v40c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24V256C0%20114.6%20114.6%200%20256%200s512%20114.6%20512%20256V400.1c0%2048.6-39.4%2088-88.1%2088L313.6%20488c-8.3%2014.3-23.8%2024-41.6%2024H240c-26.5%200-48-21.5-48-48s21.5-48%2048-48h32c17.8%200%2033.3%209.7%2041.6%2024l110.4%20.1c22.1%200%2040-17.9%2040-40V256c0-114.9-93.1-208-208-208zM144%20208h16c17.7%200%2032%2014.3%2032%2032V352c0%2017.7-14.3%2032-32%2032H144c-35.3%200-64-28.7-64-64V272c0-35.3%2028.7-64%2064-64zm224%200c35.3%200%2064%2028.7%2064%2064v48c0%2035.3-28.7%2064-64%2064H352c-17.7%200-32-14.3-32-32V240c0-17.7%2014.3-32%2032-32h16z'%3E%3C/path%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%;
  }
  .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%;
  }
  .nav-links
  {
    padding-top: .5em;
    height: 4em;
    width: 4rem;
    border-radius: 50%;
    cursor: pointer;
  }
  .user-image {
    padding-top: 5px;
    height: 57px; 
    padding-left: 15px;
  }
  .side-bar__logo
  {
    background-color: var(--white);
    padding: 1rem;
  }
  .side-bar__logo img {
    /* max-height: 4rem; */
    max-width: 100%;
}
.sidebar
{
    background-color:var(--primary-color);
}
.main-sidebar {
    background-color:var(--primary-color);
}
.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:var(--primary-color);
    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; 
    }
  }