﻿

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
  --color--white: #fff;
  --color--black: #12181b;
  --color--grey: #888;
  --color--brand: #5181b9;
  --font-size: 16px;
  --common--padding: 100px;
  --font-family: "DM Sans", sans-serif;
  --font-header: "Goudy Bookletter 1911", serif;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 2em;
}
body {
  font-family: var(--font-family);
}
#wrapper {
    padding-left: 0;
    transition: all 0.5s ease;
    position: relative;
}

#sidebar-wrapper {
    top: 0;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.3s;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

.sidebar-nav {
    position: absolute;
    top: 60px;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-nav > li {
        text-indent: 30px;
        line-height: 42px;
    }

        .sidebar-nav > li a {
            display: flex;
            align-items: center;
            text-decoration: none;
            color: #303030;
            width: 100%;
            border-radius: 0 300px 300px 0;
        }

    .sidebar-nav .material-icons-outlined {
        margin-right: 16px;
    }

    .sidebar-nav > li > a:hover,
    .sidebar-nav > a {
        text-decoration: none;
        background: #E6EEFA;
        color: #1a73e8;
    }


#navbar-wrapper {
    width: 100%;
    position: absolute;
    z-index: 2;
}

#wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -250px;
}

#navbar-wrapper .navbar {
    border-width: 0 0 0 0;
    background-color: #eee;
    font-size: 24px;
    margin-bottom: 0;
    border-radius: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

    #navbar-wrapper .navbar a {
        color: #2A45D4;
    }

        #navbar-wrapper .navbar a:hover {
            color: #1a73e8;
        }

#content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
    top: 100px;
}

#wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -250px;
}

@media (min-width: 992px) {
    #wrapper {
        padding-left: 250px;
    }

        #wrapper.toggled {
            padding-left: 60px;
        }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0px;
    }

    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -190px;
    }

    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -190px;
    }

    #navbar-wrapper {
        position: relative;
    }

    #wrapper.toggled {
        padding-left: 0px;
    }

    #content-wrapper {
        position: relative;
        top: 0;
    }

    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #wrapper {
        padding-left: 60px;
    }

    #sidebar-wrapper {
        width: 60px;
    }

    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -250px;
    }

    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -250px;
    }

    #navbar-wrapper {
        position: relative;
    }

    #wrapper.toggled {
        padding-left: 250px;
    }

    #content-wrapper {
        position: relative;
        top: 0;
    }

    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 250px;
    }
}

@media (max-width: 767px) {
    #wrapper {
        padding-left: 0;
    }


        #wrapper.toggled #sidebar-wrapper {
            width: 250px;
            background: #fff;
            z-index: 1;
        }

        #wrapper.toggled #navbar-wrapper {
            position: absolute;
        }

        #wrapper.toggled #content-wrapper {
            position: absolute;
        }

    #navbar-wrapper {
        position: relative;
    }



    #content-wrapper {
        position: relative;
        top: 0;
    }

    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 250px;
    }
}


.dash--grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    justify-content: space-evenly;
    gap: 1rem;
    margin-top: 70px;
}

.dash--card {
    padding: 15px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 50px 1px;
}

    .dash--card:nth-child(1) {
        background: #2A45D4;
        color: #fff;
    }

    .dash--card:nth-child(2) {
        background: #FFC947;
    }

    .dash--card:nth-child(3) {
        background: #9FE6A0;
    }

    .dash--card .material-icons-outlined {
        font-size: 30px;
        padding: 10px;
        border-radius: 50%;
        box-shadow: 0 0 0 2px #fff;
        margin-bottom: 15px;
        color: #eee;
    }

.sms {
    margin-top: 70px;
}

.sms--btn {
    display: flex;
    align-items: center;
    background: #000;
    color: #fff !important;
    padding: 6px 10px;
    border-radius: 4px;
    column-gap: 10px;
    width: fit-content;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
    font-size:16px;
    text-decoration:none;
    height:fit-conTent;
}
/*.sms--btn:hover{
   background:rgb(0 0 0 / 80%);
}*/

/*.sms--btn:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  background: #ffffff;
  border-radius: 100%;
  opacity: .6;

  transform: scale(0);
}

@keyframes ripple {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.sms--btn:not(:active):after {
  animation: ripple 1s ease-out;
}


.sms--btn:after {
  visibility: hidden;
}

.sms--btn:focus:after {
  visibility: visible;
}*/


.sms a {
    text-decoration: none;
    color: #fff;
}

.service--providers {
    margin: 20px 0;
}

.mrng {
    font-size: 14px;
    padding: 4px 9px;
    color: #1E6F5C;
    background: #CCFFBD;
    border-radius: 50px;
    width: fit-content;
    margin-bottom: 8px;
    font-weight: 700;
}

.evng {
    font-size: 14px;
    padding: 4px 9px;
    background: #FDD2BF;
    color: #DA0037;
    border-radius: 50px;
    width: fit-content;
    font-weight: 700;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tr {
        border: 1px solid #ccc;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

        td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }

    .times {
        display: flex;
        gap: 10px;
        align-items: :center;
        height: fit-content;
    }

    .mrng {
        margin-bottom: 0;
    }

    table.dataTable tbody tr {
        background-color: #fff;
        margin-bottom: 20px;
    }
}

#milkProviders thead {
    background: #000;
    color: #fff;
}

    #milkProviders thead .sorting_asc {
        background-image: none !important;
        position: relative;
    }

        #milkProviders thead .sorting_asc:after {
            position: absolute;
            content: "\f1e0";
            color: #fff;
            padding: 0;
            float: right;
            font-family: "Material Icons Outlined";
            right: 0;
        }

    #milkProviders thead .sorting_desc {
        background-image: none !important;
        position: relative;
    }

        #milkProviders thead .sorting_desc:after {
            position: absolute;
            content: "\f1e3";
            color: #fff;
            padding: 0;
            float: right;
            font-family: "Material Icons Outlined";
            right: 0;
        }

    #milkProviders thead .sorting {
        background-image: none !important;
    }

.footer {
    padding: 5px 10px;
    bottom: 20px;
    left: 20px;
    background-color: #E6EEFA;
    color: #1a73e8;
    text-align: center;
    position: fixed;
    border-radius: 10px;
}

    .footer a {
        text-decoration: none;
        color: #FB9300;
        font-weight: 700;
        text-transform: uppercase;
    }

.profile {
    margin-top: 70px;
}

.fx--bx {
    display: flex;
    gap: 10px;
    align-items: center;
}

    .fx--bx label {
        font-size: 10px;
        color: #888;
        /*text-transform: uppercase;*/
        margin-bottom: 0;
    }

.payment--card, .user--profile {
    background: #fff;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.065);
    padding: 20px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

    .payment--card h6 {
        color: #888;
    }

    .payment--card .fx--bx {
        margin-bottom: 10px;
        grid-gap:2rem;
    }

    .payment--card h6, .payment--card h3 {
        margin-bottom: 15px;
    }

.payDt {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .payDt .material-icons-outlined {
        padding: 8px;
        border-radius: 10px;
        background: #f8f6f6;
        font-size: 18px;
        color: #2A45D4;
    }

.user--profile .fx--bx {
    justify-content: space-between;
    gap: 20px;
    align-items: baseline;
    margin-bottom: 15px;
}

.lbl {
    color: #888;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

    .lbl .material-icons-outlined {
        font-size: 18px;
    }

.cnt {
    text-align: right;
}
.chng--pswrd{
    margin-top:2em;
}
.edit--prf .form-control, .chng--pswrd .form-control {
    margin-bottom: 10px;
}

.chng--pswrd a {
    color: #fff;
    text-decoration: none;
}

.chng--pswrd input[type=checkbox] {
    vertical-align: middle;
    margin-right: 5px;
}

.login .row {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.log--section .form-control {
    margin-bottom: 15px;
}

.sms--logBtn {
    padding: 12px;
    border-radius: 4px;
    background: #000;
    color: #fff;
    border: none;
    width: 100%;
}


table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: transparent !important;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: transparent !important;
}





.container--wrap {
  width: 95%;
  margin: auto;
}
.header {
  background-color: var(--color--brand);
}
#navigation {
  position: sticky;
  width: 100%;
  z-index: 1;
  top: 0;
  transition: 0.3s;
}
.navbar-toggler {
  border: none;
}
.navbar-toggler-icon {
  position: relative;
  background-image: none;
  transition: 0.3s;
}
.navbar-toggler-icon::before {
  position: absolute;
  content: "\e5d2";
  font-family: "Material Icons Outlined";
  font-size: 30px;
  left: 0;
  transition: 0.3s;
  color: var(--color--white);
}
.main {
  position: relative;
  transition: 0.3s;
}
.main::after {
  position: absolute;
  content: "\e5cd";
  font-family: "Material Icons Outlined";
  font-size: 30px;
  left: 0;
  background-color: var(--color--brand);
  transition: 0.3s;
  color: var(--color--white);
}

a.navbar-brand {
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--color--white);
  text-decoration: none;
}
.header .nav-link {
  font-weight: 400;
  font-size: 1.2rem;
  color: var(--color--white);
}

/* hero css */
.hero {
  padding: 2em 0;
}
.hero--content {
  padding: 1em;
}
.hero--content h2 {
  margin-bottom: 1em;
}
.hero--content p {
  margin: 0 0 10px 0;
}
.loctn {
  margin-top: 15px;
  width: 100%;
}
.hero--content a {
  text-decoration: none;
  color: var(--color--black);
  font-weight: 700;
  transition: 0.3s;
}
.hero--content a:hover {
  color: var(--color--brand);
}
.hero--card {
  display: flex;
  flex: 1;
  padding: 1em;
  background-color: var(--color--white);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  align-items: center;
  border-radius: 15px;
}
.hero--icon span {
  background-color: #d0e8f2;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  padding: 0.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero--img {
  border-radius: 15px;
  box-shadow: 0 0 0 5px var(--color--brand);
  filter: drop-shadow(0 1rem 3rem rgb(0 0 0 / 18%));
}
/* about css */
.about {
  padding: 4em 0;
}
    .about .abt--span {
        font-weight: 700;
        color: var(--color--brand);
        font-size: 1.2rem;
    }
.about--header {
  font-size: 1.2rem;
  margin-top: 20px;
}
.abt--img {
  border-radius: 10px;
  box-shadow: 0 0 0 5px var(--color--brand);
  margin-bottom: 10px;
}

/* features css */
.features {
  padding: 4em 0;
}

/* ft */
.grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.ft--cards {
  background: var(--color--brand);
  color: var(--color--white);
  padding: 2em 1em;
  position: relative;
  transition: 0.3s;
}
.ft--cards:hover {
  transform: scale(1.009);
}
    .ft--cards .no--span {
        position: absolute;
        font-size: clamp(2rem, 5.6vw, 6rem);
        right: 0.2em;
        top: -0.7em;
        -webkit-text-stroke-color: var(--color--black);
        -webkit-text-stroke-width: 2px;
        color: transparent;
    }
.icon--ft {
  border: solid 1px var(--color--black);
  border-radius: 50%;
  margin-bottom: 1.5em;
  height: 60px;
  width: 60px;
  padding: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Bmembers css */
.board {
  padding: 2em 0;
  background: var(--color--black);
  color: var(--color--white);
}
.borard--head {
  margin-bottom: 1em;
}
.board ol {
  padding-left: 15px;
}
.board ol li {
  padding-bottom: 0.5em;
  font-size: 20px;
}
.flx--bx {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.year--awrd {
  color: var(--color--brand);
}
.award--name {
  font-size: 20px;
}
/* contact css */
.contact {
  padding: 2em 0;
  background-color: var(--color--brand);
  color: var(--color--white);
}
.contact--grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.contact--header {
    font-size: 1rem;
    margin-bottom: 1.5em;
    text-transform: uppercase;
    color: #c6ffd3;
}
.contact--card:nth-child(2) {
    border-radius:5px;
}
.contact--card h5 {
    font-weight: 700;
}
.contact--card p {
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact--card .material-icons-outlined{
    font-size:20px;
}
/* awards css */
.awards {
    padding: 2em 0;
}
.awrd--grid {
  display: grid;
  place-items: center;
  margin-top: 5em;
}
.awrd-fx {
  display: flex;
  gap: 1rem;
  margin-bottom: 60px;
  flex-wrap: wrap;
  align-items: center;
}
.awrd--no {
  height: 60px;
  width: 60px;
  /* background: var(--color--brand); */
  color: var(--color--brand);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: dashed 2px var(--color--brand);
  font-size: 2rem;
  position: relative;
}
.awrd--no::after {
  position: absolute;
  height: 68px;
  width: 2px;
  /* background-color: var(--color--black); */
  content: "";
  bottom: -68px;
  border-left: dashed 2px var(--color--brand);
}
.awrd-fx:last-child .awrd--no::after {
  content: none;
}
.awrd--header {
  font-size: 1.4rem;
}
.awrd--year {
  color: var(--color--grey);
  font-size: 1.2rem;
}
.dsm {
  display: none;
}
@media only screen and (max-width: 768px) {
  .awrd-fx .awrd--no::after {
    content: none;
  }
  .awrd-fx {
    margin-bottom: 30px;
  }
  .dlg {
    display: none;
  }
  .dsm {
    display: block;
  }
  .flx--bx {
    justify-content: space-between;
  }
  .hero--card {
    flex-direction: column;
  }
}
.fixed {
  position: fixed;
  left: 20px;
  bottom: 20px;
}
.call--to {
  height: 60px;
  width: 60px;
  background-color: green;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
/*  border:solid 1px #fff;
*/}
.niv {
  padding: 1em;
  text-align: center;
  color: var(--color--white);
  background: var(--color--black);
}
.niv a {
  text-decoration: none;
  color: var(--color--brand);
  font-weight: 700;
}
.fileUp{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.send{
    background:#66bb6a;
}
.upld{
    background:#1a73e8
}
.active{
  color: yellow !important;
}
a.dlt--btn {
    display: flex;
    align-items: center;
    background: #DA0037;
    color: #fff !important;
    padding: 6px 10px;
    border-radius: 4px;
    column-gap: 10px;
    width: fit-content;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    text-decoration: none;
}
.datePick{
    display:flex;
    width:fit-content;
    column-gap:10px;
}
.dateSearch{
    display:flex;
    column-gap:10px;
    align-items: center;
    background: #2A45D4;
    color: #fff !important;
    padding: 6px 10px;
    border-radius: 4px;
    column-gap: 10px;
    width: fit-content;
}